Development of an internal social media platform with personalised dashboards for students
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.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Hotellook, 2014
  5. # Leonardo J. Caballero G. <leonardocaballero@gmail.com>, 2016
  6. # Yoel Acevedo, 2017
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: django\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-01-19 16:49+0100\n"
  12. "PO-Revision-Date: 2017-09-19 19:11+0000\n"
  13. "Last-Translator: Yoel Acevedo\n"
  14. "Language-Team: Spanish (Venezuela) (http://www.transifex.com/django/django/"
  15. "language/es_VE/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Language: es_VE\n"
  20. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  21. msgid "Administrative Documentation"
  22. msgstr "Documentación Administrativa"
  23. msgid "Home"
  24. msgstr "Inicio"
  25. msgid "Documentation"
  26. msgstr "Documentación"
  27. msgid "Bookmarklets"
  28. msgstr "Bookmarklets"
  29. msgid "Documentation bookmarklets"
  30. msgstr "Documentación de Bookmarklets"
  31. msgid ""
  32. "To install bookmarklets, drag the link to your bookmarks toolbar, or right-"
  33. "click the link and add it to your bookmarks. Now you can select the "
  34. "bookmarklet from any page in the site."
  35. msgstr ""
  36. "Para instalar bookmarklets, arrastre el enlace a tu barra de marcadores, o "
  37. "haga clic derecho en el enlace y agregarlo a tus marcadores. Ahora puede "
  38. "seleccionar el bookmarklet desde cualquier página en el sitio."
  39. msgid "Documentation for this page"
  40. msgstr "Documentación para esta página"
  41. msgid ""
  42. "Jumps you from any page to the documentation for the view that generates "
  43. "that page."
  44. msgstr ""
  45. "Ir desde cualquier página a la documentación de vista que la genera esa "
  46. "página."
  47. msgid "Tags"
  48. msgstr "Etiquetas"
  49. msgid "List of all the template tags and their functions."
  50. msgstr "Lista de todas las etiquetas de plantillas y sus funciones."
  51. msgid "Filters"
  52. msgstr "Filtros"
  53. msgid ""
  54. "Filters are actions which can be applied to variables in a template to alter "
  55. "the output."
  56. msgstr ""
  57. "Los filtros son acciones que pueden ser aplicadas a variables en la "
  58. "plantilla para cambiar el resultado."
  59. msgid "Models"
  60. msgstr "Modelos"
  61. msgid ""
  62. "Models are descriptions of all the objects in the system and their "
  63. "associated fields. Each model has a list of fields which can be accessed as "
  64. "template variables"
  65. msgstr ""
  66. "Los modelos son descripción de los objetos del sistema y sus campos "
  67. "asociados. Cada modelo tiene una lista de campos a la que se puede acceder "
  68. "como variables de plantilla"
  69. msgid "Views"
  70. msgstr "Vistas"
  71. msgid ""
  72. "Each page on the public site is generated by a view. The view defines which "
  73. "template is used to generate the page and which objects are available to "
  74. "that template."
  75. msgstr ""
  76. "Cada página del sitio es generada por una vista. En la vista se define que "
  77. "plantilla se utilizara para generar la página y que objetos están "
  78. "disponibles para esa plantilla."
  79. msgid "Tools for your browser to quickly access admin functionality."
  80. msgstr ""
  81. "Herramientas para su navegador para acceder rápidamente a la funcionalidad "
  82. "de administrador."
  83. msgid "Please install docutils"
  84. msgstr "Por favor, instale la biblioteca docutils"
  85. #, python-format
  86. msgid ""
  87. "The admin documentation system requires Python's <a href=\"%(link)s"
  88. "\">docutils</a> library."
  89. msgstr ""
  90. "El sistema de documentación de la administración requiere la biblioteca <a "
  91. "href=\"%(link)s\">docutils</a> de Python."
  92. #, python-format
  93. msgid ""
  94. "Please ask your administrators to install <a href=\"%(link)s\">docutils</a>."
  95. msgstr ""
  96. "Por favor, pregunte a su administrador como instalar la biblioteca <a href="
  97. "\"%(link)s\">docutils</a>."
  98. #, python-format
  99. msgid "Model: %(name)s"
  100. msgstr "Modelo: %(name)s"
  101. msgid "Fields"
  102. msgstr "Campos"
  103. msgid "Field"
  104. msgstr "Campo"
  105. msgid "Type"
  106. msgstr "Tipo"
  107. msgid "Description"
  108. msgstr "Descripción"
  109. msgid "Methods with arguments"
  110. msgstr "Métodos con argumentos"
  111. msgid "Method"
  112. msgstr "Método"
  113. msgid "Arguments"
  114. msgstr "Argumentos"
  115. msgid "Back to Model documentation"
  116. msgstr "Volver a la documentación de Modelos"
  117. msgid "Model documentation"
  118. msgstr "Documentación del Modelo"
  119. msgid "Model groups"
  120. msgstr "Grupo de modelos"
  121. msgid "Templates"
  122. msgstr "Plantillas"
  123. #, python-format
  124. msgid "Template: %(name)s"
  125. msgstr "Plantilla: %(name)s"
  126. #, python-format
  127. msgid "Template: \"%(name)s\""
  128. msgstr "Plantilla: \"%(name)s\""
  129. #. Translators: Search is not a verb here, it qualifies path (a search path)
  130. #, python-format
  131. msgid "Search path for template \"%(name)s\":"
  132. msgstr "Buscar ruta para la plantilla \"%(name)s\":"
  133. msgid "(does not exist)"
  134. msgstr "(no existe)"
  135. msgid "Back to Documentation"
  136. msgstr "Volver a la documentación"
  137. msgid "Template filters"
  138. msgstr "Filtros de plantilla"
  139. msgid "Template filter documentation"
  140. msgstr "Documentación de los filtros de plantilla"
  141. msgid "Built-in filters"
  142. msgstr "Filtros incorporados"
  143. #, python-format
  144. msgid ""
  145. "To use these filters, put <code>%(code)s</code> in your template before "
  146. "using the filter."
  147. msgstr ""
  148. "Para utilizar estos filtros, incluya <code>%(code)s</code> en su plantilla "
  149. "antes de usar el filtro."
  150. msgid "Template tags"
  151. msgstr "Etiquetas de plantilla"
  152. msgid "Template tag documentation"
  153. msgstr "Documentación de las etiquetas de plantilla"
  154. msgid "Built-in tags"
  155. msgstr "Etiquetas incorporadas"
  156. #, python-format
  157. msgid ""
  158. "To use these tags, put <code>%(code)s</code> in your template before using "
  159. "the tag."
  160. msgstr ""
  161. "Para utilizar estas etiquetas, incluya <code>%(code)s</code> en su plantilla "
  162. "antes de utilizar la etiqueta."
  163. #, python-format
  164. msgid "View: %(name)s"
  165. msgstr "Vista: %(name)s"
  166. msgid "Context:"
  167. msgstr "Contexto:"
  168. msgid "Templates:"
  169. msgstr "Plantillas:"
  170. msgid "Back to View documentation"
  171. msgstr "Volver a la documentación de Vistas"
  172. msgid "View documentation"
  173. msgstr "Documentación de la vista"
  174. msgid "Jump to namespace"
  175. msgstr "Ir al namespace"
  176. msgid "Empty namespace"
  177. msgstr "Namespace vacío"
  178. #, python-format
  179. msgid "Views by namespace %(name)s"
  180. msgstr "Vistas por namespace %(name)s"
  181. msgid "Views by empty namespace"
  182. msgstr "Vistas por namespace vacío"
  183. #, python-format
  184. msgid ""
  185. "\n"
  186. " View function: <code>%(full_name)s</code>. Name: <code>%(url_name)s</"
  187. "code>.\n"
  188. msgstr ""
  189. "\n"
  190. " Ver función: <code>%(full_name)s</code>. Nombre: <code>%(url_name)s</"
  191. "code>.\n"
  192. msgid "tag:"
  193. msgstr "etiqueta:"
  194. msgid "filter:"
  195. msgstr "filtro:"
  196. msgid "view:"
  197. msgstr "vista:"
  198. #, python-format
  199. msgid "App %(app_label)r not found"
  200. msgstr "Aplicación %(app_label)r no encontrada"
  201. #, python-format
  202. msgid "Model %(model_name)r not found in app %(app_label)r"
  203. msgstr "Modelo %(model_name)r no encontrado en la aplicación %(app_label)r"
  204. msgid "model:"
  205. msgstr "modelo:"
  206. #, python-format
  207. msgid "the related `%(app_label)s.%(data_type)s` object"
  208. msgstr "el objeto relacionado '%(app_label)s.%(data_type)s'"
  209. #, python-format
  210. msgid "related `%(app_label)s.%(object_name)s` objects"
  211. msgstr "objetos relacionados '%(app_label)s.%(object_name)s'"
  212. #, python-format
  213. msgid "all %s"
  214. msgstr "todo %s"
  215. #, python-format
  216. msgid "number of %s"
  217. msgstr "numero de %s"
  218. #, python-format
  219. msgid "%s does not appear to be a urlpattern object"
  220. msgstr "%s no parece ser un objeto urlpattern"