You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

django.po 7.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # albertoalcolea <albertoalcolea@gmail.com>, 2014
  5. # Ernesto Avilés Vázquez <whippiii@gmail.com>, 2015
  6. # guillem <serra.guillem@gmail.com>, 2012
  7. # Igor Támara <igor@tamarapatino.org>, 2015
  8. # Jannis Leidel <jannis@leidel.info>, 2011
  9. # Josue Naaman Nistal Guerra <josuenistal@hotmail.com>, 2014
  10. # Leonardo J. Caballero G. <leonardocaballero@gmail.com>, 2011
  11. # Veronicabh <vero.blazher@gmail.com>, 2015
  12. msgid ""
  13. msgstr ""
  14. "Project-Id-Version: django\n"
  15. "Report-Msgid-Bugs-To: \n"
  16. "POT-Creation-Date: 2017-09-24 13:46+0200\n"
  17. "PO-Revision-Date: 2017-09-24 14:24+0000\n"
  18. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  19. "Language-Team: Spanish (Colombia) (http://www.transifex.com/django/django/"
  20. "language/es_CO/)\n"
  21. "MIME-Version: 1.0\n"
  22. "Content-Type: text/plain; charset=UTF-8\n"
  23. "Content-Transfer-Encoding: 8bit\n"
  24. "Language: es_CO\n"
  25. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  26. msgid "Personal info"
  27. msgstr "Información personal"
  28. msgid "Permissions"
  29. msgstr "Permisos"
  30. msgid "Important dates"
  31. msgstr "Fechas importantes"
  32. #, python-format
  33. msgid "%(name)s object with primary key %(key)r does not exist."
  34. msgstr "el objeto %(name)s con clave primaria %(key)r no existe."
  35. msgid "Password changed successfully."
  36. msgstr "La contraseña se ha cambiado con éxito."
  37. #, python-format
  38. msgid "Change password: %s"
  39. msgstr "Cambiar contraseña: %s"
  40. msgid "Authentication and Authorization"
  41. msgstr "Autenticación y autorización"
  42. msgid "password"
  43. msgstr "contraseña"
  44. msgid "last login"
  45. msgstr "último inicio de sesión"
  46. msgid "No password set."
  47. msgstr "No se ha establecido la clave."
  48. msgid "Invalid password format or unknown hashing algorithm."
  49. msgstr "Formato de clave incorrecto o algoritmo de hash desconocido."
  50. msgid "The two password fields didn't match."
  51. msgstr "Los dos campos de contraseña no coinciden."
  52. msgid "Password"
  53. msgstr "Contraseña"
  54. msgid "Password confirmation"
  55. msgstr "Contraseña (confirmación)"
  56. msgid "Enter the same password as before, for verification."
  57. msgstr "Para verificar, ingrese la misma contraseña anterior."
  58. msgid ""
  59. "Raw passwords are not stored, so there is no way to see this user's "
  60. "password, but you can change the password using <a href=\"{}\">this form</a>."
  61. msgstr ""
  62. #, python-format
  63. msgid ""
  64. "Please enter a correct %(username)s and password. Note that both fields may "
  65. "be case-sensitive."
  66. msgstr ""
  67. "Por favor, introduzca un %(username)s y clave correctos. Observe que ambos "
  68. "campos pueden ser sensibles a mayúsculas."
  69. msgid "This account is inactive."
  70. msgstr "Esta cuenta está inactiva."
  71. msgid "Email"
  72. msgstr "Correo electrónico"
  73. msgid "New password"
  74. msgstr "Contraseña nueva"
  75. msgid "New password confirmation"
  76. msgstr "Contraseña nueva (confirmación)"
  77. msgid "Your old password was entered incorrectly. Please enter it again."
  78. msgstr "Su contraseña antigua es incorrecta. Por favor, vuelva a introducirla."
  79. msgid "Old password"
  80. msgstr "Contraseña antigua"
  81. msgid "Password (again)"
  82. msgstr "Contraseña (de nuevo)"
  83. msgid "algorithm"
  84. msgstr "algoritmo"
  85. msgid "iterations"
  86. msgstr "iteraciones"
  87. msgid "salt"
  88. msgstr "sal"
  89. msgid "hash"
  90. msgstr "función resumen"
  91. msgid "variety"
  92. msgstr ""
  93. msgid "version"
  94. msgstr ""
  95. msgid "memory cost"
  96. msgstr ""
  97. msgid "time cost"
  98. msgstr ""
  99. msgid "parallelism"
  100. msgstr ""
  101. msgid "work factor"
  102. msgstr "factor trabajo"
  103. msgid "checksum"
  104. msgstr "suma de verificación"
  105. msgid "name"
  106. msgstr "nombre"
  107. msgid "content type"
  108. msgstr "tipo de contenido"
  109. msgid "codename"
  110. msgstr "nombre en código"
  111. msgid "permission"
  112. msgstr "permiso"
  113. msgid "permissions"
  114. msgstr "permisos"
  115. msgid "group"
  116. msgstr "grupo"
  117. msgid "groups"
  118. msgstr "grupos"
  119. msgid "superuser status"
  120. msgstr "es superusuario"
  121. msgid ""
  122. "Designates that this user has all permissions without explicitly assigning "
  123. "them."
  124. msgstr ""
  125. "Indica que este usuario tiene todos los permisos sin asignárselos "
  126. "explícitamente."
  127. msgid ""
  128. "The groups this user belongs to. A user will get all permissions granted to "
  129. "each of their groups."
  130. msgstr ""
  131. "Los grupos a los que pertenece este usuario. Un usuario tendrá todos los "
  132. "permisos asignados a cada uno de sus grupos."
  133. msgid "user permissions"
  134. msgstr "permisos de usuario"
  135. msgid "Specific permissions for this user."
  136. msgstr "Permisos específicos para este usuario."
  137. msgid "username"
  138. msgstr "nombre de usuario"
  139. msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only."
  140. msgstr ""
  141. msgid "A user with that username already exists."
  142. msgstr "Ya existe un usuario con este nombre."
  143. msgid "first name"
  144. msgstr "nombre"
  145. msgid "last name"
  146. msgstr "apellidos"
  147. msgid "email address"
  148. msgstr "dirección de correo electrónico"
  149. msgid "staff status"
  150. msgstr "es staff"
  151. msgid "Designates whether the user can log into this admin site."
  152. msgstr "Indica si el usuario puede entrar en este sitio de administración."
  153. msgid "active"
  154. msgstr "activo"
  155. msgid ""
  156. "Designates whether this user should be treated as active. Unselect this "
  157. "instead of deleting accounts."
  158. msgstr ""
  159. "Indica si el usuario debe ser tratado como activo. Desmarque esta opción en "
  160. "lugar de borrar la cuenta."
  161. msgid "date joined"
  162. msgstr "fecha de alta"
  163. msgid "user"
  164. msgstr "usuario"
  165. msgid "users"
  166. msgstr "usuarios"
  167. #, python-format
  168. msgid ""
  169. "This password is too short. It must contain at least %(min_length)d "
  170. "character."
  171. msgid_plural ""
  172. "This password is too short. It must contain at least %(min_length)d "
  173. "characters."
  174. msgstr[0] ""
  175. "Esta contraseña es demasiado corta. Debe contener al menos %(min_length)d "
  176. "carácter."
  177. msgstr[1] ""
  178. "Esta contraseña es demasiado corta. Debe contener al menos %(min_length)d "
  179. "caracteres."
  180. #, python-format
  181. msgid "Your password must contain at least %(min_length)d character."
  182. msgid_plural "Your password must contain at least %(min_length)d characters."
  183. msgstr[0] "Su contraseña debe contener por lo menos %(min_length)d carácter."
  184. msgstr[1] "Su contraseña debe contener por lo menos %(min_length)d caracteres."
  185. #, python-format
  186. msgid "The password is too similar to the %(verbose_name)s."
  187. msgstr "La contraseña es muy parecida a %(verbose_name)s."
  188. msgid "Your password can't be too similar to your other personal information."
  189. msgstr ""
  190. "Su contraseña no puede asemejarse tanto a su otra información personal."
  191. msgid "This password is too common."
  192. msgstr "Esta contraseña es demasiado común."
  193. msgid "Your password can't be a commonly used password."
  194. msgstr "La contraseña no puede ser una contraseña de uso común."
  195. msgid "This password is entirely numeric."
  196. msgstr "Esta contraseña es completamente numérica."
  197. msgid "Your password can't be entirely numeric."
  198. msgstr "Su contraseña no puede ser completamente numérica."
  199. #, python-format
  200. msgid "Password reset on %(site_name)s"
  201. msgstr "Contraseña restablecida en %(site_name)s"
  202. msgid ""
  203. "Enter a valid username. This value may contain only English letters, "
  204. "numbers, and @/./+/-/_ characters."
  205. msgstr ""
  206. msgid ""
  207. "Enter a valid username. This value may contain only letters, numbers, and "
  208. "@/./+/-/_ characters."
  209. msgstr ""
  210. msgid "Logged out"
  211. msgstr "Sesión terminada"
  212. msgid "Password reset"
  213. msgstr "Restablecer contraseña"
  214. msgid "Password reset sent"
  215. msgstr "Restablecimiento de contraseña enviado"
  216. msgid "Enter new password"
  217. msgstr "Escriba la nueva contraseña"
  218. msgid "Password reset unsuccessful"
  219. msgstr "Restablecimiento de contraseñas fallido"
  220. msgid "Password reset complete"
  221. msgstr "Restablecimiento de contraseña completado"
  222. msgid "Password change"
  223. msgstr "Cambiar contraseña"
  224. msgid "Password change successful"
  225. msgstr "Contraseña cambiada correctamente"