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.
 
 
 
 

516 lines
15 KiB

  1. # Translations template for kosmorro.
  2. # Copyright (C) 2021 ORGANIZATION
  3. # This file is distributed under the same license as the kosmorro project.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
  5. # gallegonovato <fran-carro@hotmail.es>, 2023.
  6. # Libre <6n0n1m0s@proton.me>, 2026.
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: kosmorro 0.9.0\n"
  10. "Report-Msgid-Bugs-To: jerome@deuchnord.fr\n"
  11. "POT-Creation-Date: 2026-01-22 17:08+0100\n"
  12. "PO-Revision-Date: 2026-07-09 14:01+0000\n"
  13. "Last-Translator: Libre <6n0n1m0s@proton.me>\n"
  14. "Language-Team: Spanish <https://hosted.weblate.org/projects/kosmorro/cli/es/>"
  15. "\n"
  16. "Language: es\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: 8bit\n"
  20. "Plural-Forms: nplurals=2; plural=n != 1;\n"
  21. "X-Generator: Weblate 2026.7.1.dev0\n"
  22. "Generated-By: Babel 2.9.0\n"
  23. #: kosmorro/__main__.py:92
  24. msgid ""
  25. "Save the planet and paper!\n"
  26. "Consider printing your PDF document only if really necessary, and use the "
  27. "other side of the sheet."
  28. msgstr ""
  29. "¡Salva el planeta y ahorra papel!\n"
  30. "Imprima el documento PDF solo si es necesario y recuerde utilizar el reverso "
  31. "de la hoja."
  32. #: kosmorro/__main__.py:100
  33. msgid ""
  34. "PDF output will not contain the ephemerides, because you didn't provide the "
  35. "observation coordinates."
  36. msgstr ""
  37. "La salida PDF no contendrá las efemérides, porque usted no proporcionó las "
  38. "coordenadas de observación."
  39. #: kosmorro/__main__.py:118
  40. msgid ""
  41. "Environment variable KOSMORRO_TIMEZONE is deprecated. Use TZ instead, which "
  42. "is more standard."
  43. msgstr ""
  44. "La variable del entorno KOSMORRO_TIMEZONE esta obsoleta. Utilice en su lugar "
  45. "TZ, la cual es más estándar."
  46. #: kosmorro/__main__.py:127
  47. #, python-brace-format
  48. msgid "Unknown timezone: {timezone}"
  49. msgstr "Zona horaria desconocida: {timezone}"
  50. #: kosmorro/__main__.py:170
  51. #, python-brace-format
  52. msgid "The file could not be saved in \"{path}\": {error}"
  53. msgstr "No se ha podido guardar el archivo en \"{path}\": {error}"
  54. #: kosmorro/__main__.py:184
  55. msgid "Please provide a file path to export in this format (--output)."
  56. msgstr ""
  57. "Proporcione una ruta al archivo para exportar lo en este formato (--output)."
  58. #: kosmorro/__main__.py:216
  59. #, python-brace-format
  60. msgid "Moon phase can only be computed between {min_date} and {max_date}"
  61. msgstr "La fase lunar sólo puede calcularse entre {min_date} y {max_date}"
  62. #: kosmorro/__main__.py:267
  63. #, python-brace-format
  64. msgid ""
  65. "Running on Python {python_version} with Kosmorrolib v{kosmorrolib_version}"
  66. msgstr ""
  67. "Ejecutando en Python {python_version} con Kosmorrolib v{kosmorrolib_version}"
  68. #: kosmorro/__main__.py:280
  69. msgid ""
  70. "Compute the ephemerides and the events for a given date and a given position "
  71. "on Earth."
  72. msgstr ""
  73. "Calcule las efemérides y los eventos para una fecha y una posición dadas en "
  74. "la Tierra."
  75. #: kosmorro/__main__.py:283
  76. msgid ""
  77. "By default, only the events will be computed for today.\n"
  78. "To compute also the ephemerides, latitude and longitude arguments are needed."
  79. msgstr ""
  80. "Por defecto, sólo se calculan las efemérides de hoy.\n"
  81. "Para calcular también las efemérides, se necesitan los datos de latitud y "
  82. "longitud."
  83. #: kosmorro/__main__.py:295
  84. msgid "Show the program version"
  85. msgstr "Mostrar la versión del programa"
  86. #: kosmorro/__main__.py:304
  87. msgid ""
  88. "The output format. If not provided, it will be inferred from the file "
  89. "extension of the output file."
  90. msgstr ""
  91. "El formato de salida. Si no se proporciona, será inferido desde la extensión "
  92. "del archivo de la salida del archivo."
  93. #: kosmorro/__main__.py:313
  94. msgid ""
  95. "The observer's position on Earth, in the \"latitude,longitude\" format. Can "
  96. "also be set in the KOSMORRO_POSITION environment variable."
  97. msgstr ""
  98. "La posición del observante en la tierra, en el formato \"latitud,longitud\". "
  99. "También se puede establecer en la variable del entorno KOSMORRO_POSITION."
  100. #: kosmorro/__main__.py:323
  101. msgid ""
  102. "The date for which the ephemerides must be calculated. Can be in the YYYY-MM-"
  103. "DD format or an interval in the \"[+-]YyMmDd\" format (with Y, M, and D "
  104. "numbers). Defaults to current date."
  105. msgstr ""
  106. "Fecha para la que deben calcularse las efemérides. Puede estar en el formato "
  107. "AAAA-MM-DD o un intervalo en el formato \"[+-]AAAA-MMDd\" (con los números "
  108. "Y, M y D). Por defecto es la fecha actual."
  109. #: kosmorro/__main__.py:334
  110. msgid ""
  111. "The timezone to use to display the hours. It can be either a number (e.g. 1 "
  112. "for UTC+1) or a timezone name (e.g. Europe/Paris). See https://"
  113. "en.wikipedia.org/wiki/List_of_tz_database_time_zones to find your timezone. "
  114. "Can also be set in the TZ environment variable."
  115. msgstr ""
  116. "La zona horaria a utilizar para exhibir las horas. Puede ser un número (por "
  117. "ejemplo, 1 para UTC+1) o un nombre de zona horaria (por ejemplo, Europa/"
  118. "París). Consulte https://en.wikipedia.org/wiki/"
  119. "List_of_tz_database_time_zones para encontrar su zona horaria. También se "
  120. "puede establecerlo en la variable de entorno TZ."
  121. #: kosmorro/__main__.py:343
  122. msgid "Disable the colors in the console."
  123. msgstr "Deshabilita los colores de la consola."
  124. #: kosmorro/__main__.py:350
  125. msgid "Use this option to save the result in a file."
  126. msgstr "Utilice esta opción para guardar el resultado en un archivo."
  127. #: kosmorro/__main__.py:357
  128. msgid ""
  129. "Do not generate a graph to represent the rise and set times in the LaTeX or "
  130. "PDF file."
  131. msgstr ""
  132. "No genere un gráfico para representar el aumento y los tiempos de ajuste en "
  133. "el formato PDF o LaTeX."
  134. #: kosmorro/__main__.py:364
  135. msgid "Show debugging messages"
  136. msgstr "Mostrar mensajes de depuración"
  137. #: kosmorro/__main__.py:372
  138. msgid "Print a script allowing completion for your shell"
  139. msgstr "Declare un script que permita la terminación de su consola"
  140. #: kosmorro/__main__.py:382
  141. msgid "No completion script available for this shell."
  142. msgstr "Ningún script disponible para completado en esta consola."
  143. #: kosmorro/date.py:17
  144. #, python-brace-format
  145. msgid "The date {date} is not valid: {error}"
  146. msgstr "La fecha {date} no es válida: {error}"
  147. #: kosmorro/date.py:40
  148. #, python-brace-format
  149. msgid ""
  150. "The date {date} does not match the required YYYY-MM-DD format or the offset "
  151. "format."
  152. msgstr ""
  153. "La fecha {date} no coincide con el formato requerido AAAA-MM-DD o el formato "
  154. "de desplazamiento."
  155. #: kosmorro/dumper.py:137
  156. msgid "Expected events:"
  157. msgstr "Eventos esperados:"
  158. #: kosmorro/dumper.py:144
  159. msgid "Note: All the hours are given in UTC."
  160. msgstr "Nota: Todas las horas se dan en UTC."
  161. #: kosmorro/dumper.py:152
  162. #, python-brace-format
  163. msgid "Note: All the hours are given in the UTC{offset} timezone."
  164. msgstr "Nota: Todas las horas se dan en la zona horaria UTC{offset}."
  165. #: kosmorro/dumper.py:205 kosmorro/dumper.py:336
  166. msgid "Object"
  167. msgstr "Objeto"
  168. #: kosmorro/dumper.py:206 kosmorro/dumper.py:337
  169. msgid "Rise time"
  170. msgstr "Tiempo de ascenso"
  171. #: kosmorro/dumper.py:207 kosmorro/dumper.py:339
  172. msgid "Culmination time"
  173. msgstr "Tiempo de culminación"
  174. #: kosmorro/dumper.py:208 kosmorro/dumper.py:341
  175. msgid "Set time"
  176. msgstr "Establecer hora"
  177. #: kosmorro/dumper.py:234
  178. msgid "Moon phase is unavailable for this date."
  179. msgstr "La fase lunar no está disponible para esta fecha."
  180. #: kosmorro/dumper.py:240
  181. #, python-brace-format
  182. msgid "{next_moon_phase} on {next_moon_phase_date} at {next_moon_phase_time}"
  183. msgstr "{next_moon_phase} en {next_moon_phase_date} a {next_moon_phase_time}"
  184. #: kosmorro/dumper.py:309
  185. msgid "Overview of your sky"
  186. msgstr "Vista general de su cielo"
  187. #: kosmorro/dumper.py:318
  188. #, python-brace-format
  189. msgid ""
  190. "This document summarizes the ephemerides and the events of {date}. It aims "
  191. "to help you to prepare your observation session. All the hours are given in "
  192. "{timezone}."
  193. msgstr ""
  194. "Este documento resume las efemérides y los eventos de {date}. Su objetivo es "
  195. "ayudarle a preparar su sesión de observación. Todas las horas están dadas en "
  196. "{timezone}."
  197. #: kosmorro/dumper.py:328
  198. msgid ""
  199. "Don't forget to check the weather forecast before you go out with your "
  200. "equipment."
  201. msgstr ""
  202. "No olvides comprobar el pronóstico del tiempo antes de salir con tu equipo."
  203. #: kosmorro/dumper.py:334
  204. msgid "Ephemerides of the day"
  205. msgstr "Las efemérides del día"
  206. #: kosmorro/dumper.py:343
  207. msgid "hours"
  208. msgstr "horas"
  209. #: kosmorro/dumper.py:345
  210. msgid "Moon phase:"
  211. msgstr "Fase lunar:"
  212. #: kosmorro/dumper.py:350
  213. msgid "Expected events"
  214. msgstr "Eventos esperados"
  215. #: kosmorro/dumper.py:491
  216. msgid ""
  217. "Building PDF was not possible, because some dependencies are not installed.\n"
  218. "Please look at the documentation at https://kosmorro.space/cli/generate-pdf/ "
  219. "for more information."
  220. msgstr ""
  221. "No fue posible compilar PDF porque algunas dependencias no están "
  222. "instaladas. \n"
  223. "Consulte la documentación en https://kosmorro.space/cli/generate-pdf/ para "
  224. "obtener más información."
  225. #: kosmorro/dumper.py:540
  226. #, python-format
  227. msgid ""
  228. "An error occurred during the compilation of the PDF.\n"
  229. "Please open an issue at https://github.com/Kosmorro/kosmorro/issues and "
  230. "share the content of the log file at /tmp/kosmorro-%s.log"
  231. msgstr ""
  232. "Ocurrió un error durante la compilación del PDF.\n"
  233. "Abra un problema en https://github.com/Kosmorro/kosmorro/issues y comparta "
  234. "el contenido del archivo de registro en /tmp/kosmorro-%s.log"
  235. #: kosmorro/exceptions.py:36
  236. #, python-brace-format
  237. msgid "The date must be between {minimum_date} and {maximum_date}"
  238. msgstr "La fecha debe estar entre {minimum_date} y {maximum_date}"
  239. #: kosmorro/exceptions.py:49
  240. #, python-brace-format
  241. msgid ""
  242. "Invalid output format: {output_format}. Output file must end with: "
  243. "{accepted_extensions}"
  244. msgstr ""
  245. "Formato de salida no válido. {output_format}. El archivo de salida debe "
  246. "terminar con: {accepted_extensions}"
  247. #: kosmorro/geolocation.py:12
  248. #, python-format
  249. msgid "The given position (%s) is not valid."
  250. msgstr "La posición dada (%s) no es válida."
  251. #: kosmorro/i18n/strings.py:21
  252. #, python-format
  253. msgid "%s is in opposition"
  254. msgstr "%s está en la oposición"
  255. #: kosmorro/i18n/strings.py:26
  256. #, python-format
  257. msgid "%s and %s are in conjunction"
  258. msgstr "Los %s y %s están en conjunción"
  259. #: kosmorro/i18n/strings.py:35
  260. #, python-format
  261. msgid "%s occults %s"
  262. msgstr "%s ocultos %s"
  263. #: kosmorro/i18n/strings.py:44
  264. #, python-format
  265. msgid "Elongation of %s is maximal"
  266. msgstr "El alargamiento de %s es máximo"
  267. #: kosmorro/i18n/strings.py:50
  268. #, python-format
  269. msgid "%s is at its periapsis"
  270. msgstr "%s está en su periapsis"
  271. #: kosmorro/i18n/strings.py:55
  272. #, python-format
  273. msgid "%s is at its apoapsis"
  274. msgstr "%s está en su apoapsis"
  275. #: kosmorro/i18n/strings.py:61
  276. msgid "March equinox"
  277. msgstr "Equinoccio de marzo"
  278. #: kosmorro/i18n/strings.py:63
  279. msgid "June solstice"
  280. msgstr "Solsticio de junio"
  281. #: kosmorro/i18n/strings.py:65
  282. msgid "September equinox"
  283. msgstr "Equinoccio de septiembre"
  284. #: kosmorro/i18n/strings.py:67
  285. msgid "December solstice"
  286. msgstr "Solsticio de diciembre"
  287. #: kosmorro/i18n/strings.py:73
  288. #, python-format
  289. msgid "Total lunar eclipse until %(hour)s"
  290. msgstr "Eclipse lunar total en %(hour)s horas"
  291. #: kosmorro/i18n/strings.py:78
  292. #, python-format
  293. msgid "Penumbral lunar eclipse until %(hour)s"
  294. msgstr "Eclipse lunar de penumbra hasta %(hour)s"
  295. #: kosmorro/i18n/strings.py:83
  296. #, python-format
  297. msgid "Partial lunar eclipse until %(hour)s"
  298. msgstr "Eclipse lunar parcial hasta %(hour)s"
  299. #: kosmorro/i18n/strings.py:99
  300. msgid "New Moon"
  301. msgstr "Luna Nueva"
  302. #: kosmorro/i18n/strings.py:100
  303. msgid "Waxing Crescent"
  304. msgstr "Luna creciente"
  305. #: kosmorro/i18n/strings.py:101
  306. msgid "First Quarter"
  307. msgstr "Primer cuarto"
  308. #: kosmorro/i18n/strings.py:102
  309. msgid "Waxing Gibbous"
  310. msgstr "Luna menguante"
  311. #: kosmorro/i18n/strings.py:103
  312. msgid "Full Moon"
  313. msgstr "Luna llena"
  314. #: kosmorro/i18n/strings.py:104
  315. msgid "Waning Gibbous"
  316. msgstr "Giboso menguante"
  317. #: kosmorro/i18n/strings.py:105
  318. msgid "Last Quarter"
  319. msgstr "Último cuarto"
  320. #: kosmorro/i18n/strings.py:106
  321. msgid "Waning Crescent"
  322. msgstr "Menguante"
  323. #: kosmorro/i18n/strings.py:117
  324. msgid "Sun"
  325. msgstr "Sol"
  326. #: kosmorro/i18n/strings.py:118
  327. msgid "Moon"
  328. msgstr "Luna"
  329. #: kosmorro/i18n/strings.py:119
  330. msgid "Mercury"
  331. msgstr "Mercurio"
  332. #: kosmorro/i18n/strings.py:120
  333. msgid "Venus"
  334. msgstr "Venus"
  335. #: kosmorro/i18n/strings.py:121
  336. msgid "Earth"
  337. msgstr "Tierra"
  338. #: kosmorro/i18n/strings.py:122
  339. msgid "Mars"
  340. msgstr "Marte"
  341. #: kosmorro/i18n/strings.py:123
  342. msgid "Jupiter"
  343. msgstr "Júpiter"
  344. #: kosmorro/i18n/strings.py:124
  345. msgid "Saturn"
  346. msgstr "Saturno"
  347. #: kosmorro/i18n/strings.py:125
  348. msgid "Uranus"
  349. msgstr "Urano"
  350. #: kosmorro/i18n/strings.py:126
  351. msgid "Neptune"
  352. msgstr "Neptuno"
  353. #: kosmorro/i18n/strings.py:127
  354. msgid "Pluto"
  355. msgstr "Plutón"
  356. #~ msgid ""
  357. #~ "A file to export the output to. If not given, the standard output is "
  358. #~ "used. This argument is needed for PDF format."
  359. #~ msgstr ""
  360. #~ "Un archivo al que exportar la salida. Si no se da, se utiliza la salida "
  361. #~ "estándar. Este argumento es necesario para el formato PDF."
  362. #, python-brace-format
  363. #~ msgid "{day_of_week} {month} {day_number}, {year}"
  364. #~ msgstr "{day_of_week} {month} {day_number}, {year}"
  365. #, fuzzy, python-brace-format
  366. #~| msgid "{month} {day_number}, {hours}:{minutes}"
  367. #~ msgid "{month} {day_number}, {hours}:{minutes}"
  368. #~ msgstr "{mes} {número de día}, {horas}:{minutos}"
  369. #, fuzzy, python-brace-format
  370. #~| msgid "{month} {day_number}, {year}"
  371. #~ msgid "{month} {day_number}, {year}"
  372. #~ msgstr "{mes} {número_de_día}, {año}"
  373. #, python-brace-format
  374. #~ msgid "{hours}:{minutes}"
  375. #~ msgstr "{hours}:{minutes}"
  376. #~ msgid "The format to output the information to"
  377. #~ msgstr "Formato de salida de la información"
  378. #~ msgid ""
  379. #~ "The observer's latitude on Earth. Can also be set in the "
  380. #~ "KOSMORRO_LATITUDE environment variable."
  381. #~ msgstr ""
  382. #~ "La latitud del observador en la Tierra. También se puede establecer en la "
  383. #~ "variable ambiental KOSMORRO_LATITUDE."
  384. #~ msgid ""
  385. #~ "The timezone to display the hours in (e.g. 2 for UTC+2 or -3 for UTC-3). "
  386. #~ "Can also be set in the KOSMORRO_TIMEZONE environment variable."
  387. #~ msgstr ""
  388. #~ "La zona horaria en la que se muestran las horas (por ejemplo, 2 para "
  389. #~ "UTC+2 o -3 para UTC-3). También se puede establecer en la variable de "
  390. #~ "entorno KOSMORRO_TIMEZONE."
  391. #, fuzzy
  392. #~ msgid "Do you really want to clear Kosmorro's cache? [yN] "
  393. #~ msgstr "¿De verdad quieres limpiar el alijo de Kosmorro? [yN] "
  394. #, fuzzy
  395. #~ msgid "Incorrect answer, cache not cleared."
  396. #~ msgstr ""
  397. #~ "La respuesta no coincidía con las opciones esperadas, la memoria caché no "
  398. #~ "se había vaciado."
  399. #, fuzzy
  400. #~ msgid "Delete all the files from Kosmorro's cache."
  401. #~ msgstr "Borre todos los archivos que Kosmorro guardó en la memoria."
  402. #, fuzzy
  403. #~ msgid "Unknown phase"
  404. #~ msgstr "Fase lunar:"
  405. #~ msgid "A Summary of your Sky"
  406. #~ msgstr "Un resumen de su cielo"
  407. #~ msgid "%s's largest elongation"
  408. #~ msgstr "El mayor alargamiento de los %s"
  409. #~ msgid "Selected output format needs an output file (--output)."
  410. #~ msgstr ""
  411. #~ "El formato de salida seleccionado necesita un archivo de salida (--"
  412. #~ "output)."
  413. #, fuzzy
  414. #~ msgid ""
  415. #~ "Building PDF was not possible, because some dependencies are not "
  416. #~ "installed.\n"
  417. #~ "Please look at the documentation at http://kosmorro.space for more "
  418. #~ "information."
  419. #~ msgstr ""
  420. #~ "La construcción de PDFs no fue posible, porque algunas dependencias no "
  421. #~ "están instaladas.\n"
  422. #~ "Por favor, consulte la documentación en http://kosmorro.space para más "
  423. #~ "información."