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.
 
 
 
 

406 lines
12 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. # Jérôme Deuchnord <jerome@deuchnord.fr>, 2021.
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: kosmorro 0.9.0\n"
  9. "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
  10. "POT-Creation-Date: 2021-08-26 11:37+0000\n"
  11. "PO-Revision-Date: 2021-06-22 08:33+0000\n"
  12. "Last-Translator: Jérôme Deuchnord <jerome@deuchnord.fr>\n"
  13. "Language-Team: French <https://hosted.weblate.org/projects/kosmorro/cli/fr/"
  14. ">\n"
  15. "Language: fr\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Plural-Forms: nplurals=2; plural=n > 1;\n"
  20. "X-Generator: Weblate 4.7.1-dev\n"
  21. "Generated-By: Babel 2.9.0\n"
  22. #: kosmorro/date.py:17
  23. msgid "The date {date} is not valid: {error}"
  24. msgstr "La date {date} n'est pas valide : {error}"
  25. #: kosmorro/date.py:39
  26. msgid ""
  27. "The date {date} does not match the required YYYY-MM-DD format or the offset "
  28. "format."
  29. msgstr ""
  30. "La date {date} ne répond pas au format YYYY-MM-DD ou au format relatif."
  31. #: kosmorro/dumper.py:119
  32. msgid "Expected events:"
  33. msgstr "Événements prévus :"
  34. #: kosmorro/dumper.py:126
  35. msgid "Note: All the hours are given in UTC."
  36. msgstr "Note : toutes les heures sont en temps universel (UTC)."
  37. #: kosmorro/dumper.py:133
  38. msgid "Note: All the hours are given in the UTC{offset} timezone."
  39. msgstr ""
  40. "Note : toutes les heures sont données dans le fuseau horaire UTC{offset}."
  41. #: kosmorro/dumper.py:201 kosmorro/dumper.py:331
  42. msgid "Object"
  43. msgstr "Objet"
  44. #: kosmorro/dumper.py:202 kosmorro/dumper.py:332
  45. msgid "Rise time"
  46. msgstr "Heure de lever"
  47. #: kosmorro/dumper.py:203 kosmorro/dumper.py:334
  48. msgid "Culmination time"
  49. msgstr "Heure de culmination"
  50. #: kosmorro/dumper.py:204 kosmorro/dumper.py:336
  51. msgid "Set time"
  52. msgstr "Heure de coucher"
  53. #: kosmorro/dumper.py:232
  54. msgid "Moon phase is unavailable for this date."
  55. msgstr "La phase de la Lune n'est pas disponible pour cette date."
  56. #: kosmorro/dumper.py:236 kosmorro/dumper.py:340
  57. msgid "Moon phase:"
  58. msgstr "Phase de la Lune :"
  59. #: kosmorro/dumper.py:240
  60. msgid "{next_moon_phase} on {next_moon_phase_date} at {next_moon_phase_time}"
  61. msgstr "{next_moon_phase} le {next_moon_phase_date} à {next_moon_phase_time}"
  62. #: kosmorro/dumper.py:304
  63. msgid "Overview of your sky"
  64. msgstr "Résumé de votre ciel"
  65. #: kosmorro/dumper.py:312
  66. msgid ""
  67. "This document summarizes the ephemerides and the events of {date}. It aims "
  68. "to help you to prepare your observation session. All the hours are given in "
  69. "{timezone}."
  70. msgstr ""
  71. "Ce document synthétise les éphémérides et les événements prévus pour le "
  72. "{date}. Son but est de vous aider à préparer votre soirée d'observation. "
  73. "Toutes les heures sont données en {timezone}."
  74. #: kosmorro/dumper.py:322
  75. msgid ""
  76. "Don't forget to check the weather forecast before you go out with your "
  77. "equipment."
  78. msgstr ""
  79. "N’oubliez pas de vous assurer que les conditions météo sont favorables avant "
  80. "de sortir votre matériel d’observation."
  81. #: kosmorro/dumper.py:329
  82. msgid "Ephemerides of the day"
  83. msgstr "Éphémérides du jour"
  84. #: kosmorro/dumper.py:338
  85. msgid "hours"
  86. msgstr "heures"
  87. #: kosmorro/dumper.py:345
  88. msgid "Expected events"
  89. msgstr "Événements prévus"
  90. #: kosmorro/dumper.py:499
  91. msgid ""
  92. "Building PDF was not possible, because some dependencies are not installed.\n"
  93. "Please look at the documentation at https://kosmorro.space/cli/generate-pdf/ "
  94. "for more information."
  95. msgstr ""
  96. "La génération du document PDF n'est pas possible, car certaines dépendances "
  97. "ne sont pas installées.\n"
  98. "Veuillez vous référer à la documentation sur https://kosmorro.space/cli/"
  99. "generate-pdf/ pour de plus amples informations."
  100. #: kosmorro/dumper.py:552
  101. #, python-format
  102. msgid ""
  103. "An error occurred during the compilation of the PDF.\n"
  104. "Please open an issue at https://github.com/Kosmorro/kosmorro/issues and "
  105. "share the content of the log file at /tmp/kosmorro-%s.log"
  106. msgstr ""
  107. "Une erreur s'est produite pendant la compilation du PDF.\n"
  108. "Merci d'ouvrir un ticket sur https://github.com/Kosmorro/kosmorro/issues et "
  109. "de partager le contenu du fichier journal situé dans /tmp/kosmorro-%s.log"
  110. #: kosmorro/exceptions.py:34
  111. msgid "The date must be between {minimum_date} and {maximum_date}"
  112. msgstr "La date doit être entre le {minimum_date} et le {maximum_date}"
  113. #: kosmorro/main.py:62
  114. msgid ""
  115. "Save the planet and paper!\n"
  116. "Consider printing your PDF document only if really necessary, and use the "
  117. "other side of the sheet."
  118. msgstr ""
  119. "Sauvez la planète, économisez du papier !\n"
  120. "N'imprimez le document PDF uniquement si nécessaire, et pensez à utiliser le "
  121. "verso de la feuille."
  122. #: kosmorro/main.py:71
  123. msgid ""
  124. "PDF output will not contain the ephemerides, because you didn't provide the "
  125. "observation coordinates."
  126. msgstr ""
  127. "Le document PDF ne contiendra pas les éphémérides, car les coordonnées du "
  128. "lieu d'observation sont manquantes."
  129. #: kosmorro/main.py:116
  130. msgid "The file could not be saved in \"{path}\": {error}"
  131. msgstr "Le fichier \"{path}\" n'a pas pu être enregistré : {error}"
  132. #: kosmorro/main.py:130
  133. msgid "Please provide a file path to export in this format (--output)."
  134. msgstr ""
  135. "Merci de fournir le chemin du fichier d'exporter pour ce format (--output)."
  136. #: kosmorro/main.py:163
  137. msgid "Moon phase can only be displayed between {min_date} and {max_date}"
  138. msgstr ""
  139. "La phase de la Lune ne peut être affichée qu'entre le {min_date} et le "
  140. "{max_date}"
  141. #: kosmorro/main.py:202
  142. msgid ""
  143. "Running on Python {python_version} with Kosmorrolib v{kosmorrolib_version}"
  144. msgstr ""
  145. "Exécuté à l'aide de Python {python_version} et de la Kosmorrolib "
  146. "v{kosmorrolib_version}"
  147. #: kosmorro/main.py:212
  148. msgid "Do you really want to clear Kosmorro's cache? [yN] "
  149. msgstr "Voulez-vous vraiment effacer le cache de Kosmorro ? [oN] "
  150. #: kosmorro/main.py:220
  151. msgid "Incorrect answer, cache not cleared."
  152. msgstr "Réponse erronée, le cache n'a pas été effacé."
  153. #: kosmorro/main.py:230
  154. msgid ""
  155. "Compute the ephemerides and the events for a given date and a given position "
  156. "on Earth."
  157. msgstr ""
  158. "Calcule les éphémérides et les événements pour une date et une position sur "
  159. "Terre données."
  160. #: kosmorro/main.py:233
  161. msgid ""
  162. "By default, only the events will be computed for today ({date}).\n"
  163. "To compute also the ephemerides, latitude and longitude arguments are needed."
  164. msgstr ""
  165. "Par défaut, seuls les événements sont calculés pour la date actuelle "
  166. "({date}).\n"
  167. "Pour calculer les éphémérides, la latitude et la longitude sont requis."
  168. #: kosmorro/main.py:247
  169. msgid "Show the program version"
  170. msgstr "Affiche la version du programme"
  171. #: kosmorro/main.py:255
  172. msgid "Delete all the files from Kosmorro's cache."
  173. msgstr "Efface tous les fichiers du cache de Kosmorro."
  174. #: kosmorro/main.py:263
  175. msgid "The format to output the information to"
  176. msgstr "Le format de sortie des informations"
  177. #: kosmorro/main.py:270
  178. msgid ""
  179. "The observer's latitude on Earth. Can also be set in the KOSMORRO_LATITUDE "
  180. "environment variable."
  181. msgstr ""
  182. "La latitude de l'observateur. Peut également être renseignée dans la "
  183. "variable d'environnement KOSMORRO_LATITUDE."
  184. #: kosmorro/main.py:280
  185. msgid ""
  186. "The observer's longitude on Earth. Can also be set in the KOSMORRO_LONGITUDE "
  187. "environment variable."
  188. msgstr ""
  189. "La longitude de l'observateur. Peut également être renseignée dans la "
  190. "variable d'environnement KOSMORRO_LONGITUDE."
  191. #: kosmorro/main.py:290
  192. msgid ""
  193. "The date for which the ephemerides must be calculated. Can be in the YYYY-MM-"
  194. "DD format or an interval in the \"[+-]YyMmDd\" format (with Y, M, and D "
  195. "numbers). Defaults to today ({default_date})."
  196. msgstr ""
  197. "La date pour laquelle les éphémérides doivent être calculées, soit au format "
  198. "AAAA-MM-JJ, soit sous la forme d'un intervalle au format \"[+-]Ay-Mm-Jd"
  199. "\" (où A, M, et J sont des nombres). Par défaut, la date du jour "
  200. "({default_date}) est utilisée."
  201. #: kosmorro/main.py:301
  202. msgid ""
  203. "The timezone to display the hours in (e.g. 2 for UTC+2 or -3 for UTC-3). Can "
  204. "also be set in the KOSMORRO_TIMEZONE environment variable."
  205. msgstr ""
  206. "Le fuseau horaire dans lequel les heures doivent être données (par exemple 2 "
  207. "pour UTC+2 ou -3 pour UTC-3). Peut également être renseigné dans la variable "
  208. "d'environnement KOSMORRO_TIMEZONE."
  209. #: kosmorro/main.py:310
  210. msgid "Disable the colors in the console."
  211. msgstr "Désactive les couleurs dans la console."
  212. #: kosmorro/main.py:317
  213. msgid ""
  214. "A file to export the output to. If not given, the standard output is used. "
  215. "This argument is needed for PDF format."
  216. msgstr ""
  217. "Un fichier dans lequel la sortie doit être enregistré. S'il n'est pas donné, "
  218. "la sortie standard de la console est utilisée. Cet argument est nécessaire "
  219. "pour le format de sortie PDF."
  220. #: kosmorro/main.py:326
  221. msgid ""
  222. "Do not generate a graph to represent the rise and set times in the PDF "
  223. "format."
  224. msgstr ""
  225. "Désactive la génération du graphique des levers et couchers des astres dans "
  226. "le format PDF."
  227. #: kosmorro/main.py:334
  228. msgid "Show debugging messages"
  229. msgstr "Affiche les information de débogage"
  230. #: kosmorro/i18n/strings.py:10
  231. #, python-format
  232. msgid "%s is in opposition"
  233. msgstr "%s est à l'opposition"
  234. #: kosmorro/i18n/strings.py:11
  235. #, python-format
  236. msgid "%s and %s are in conjunction"
  237. msgstr "%s et %s sont en conjonction"
  238. #: kosmorro/i18n/strings.py:12
  239. #, python-format
  240. msgid "%s occults %s"
  241. msgstr "%s occulte %s"
  242. #: kosmorro/i18n/strings.py:14
  243. #, python-format
  244. msgid "Elongation of %s is maximal"
  245. msgstr "L’élongation de %s est maximale"
  246. #: kosmorro/i18n/strings.py:21
  247. #, python-format
  248. msgid "%s is at its perigee"
  249. msgstr "%s est à son périgée"
  250. #: kosmorro/i18n/strings.py:22
  251. #, python-format
  252. msgid "%s is at its apogee"
  253. msgstr "%s est à son apogée"
  254. #: kosmorro/i18n/strings.py:38
  255. msgid "New Moon"
  256. msgstr "Nouvelle lune"
  257. #: kosmorro/i18n/strings.py:39
  258. msgid "Waxing Crescent"
  259. msgstr "Premier croissant"
  260. #: kosmorro/i18n/strings.py:40
  261. msgid "First Quarter"
  262. msgstr "Premier quartier"
  263. #: kosmorro/i18n/strings.py:41
  264. msgid "Waxing Gibbous"
  265. msgstr "Gibbeuse croissante"
  266. #: kosmorro/i18n/strings.py:42
  267. msgid "Full Moon"
  268. msgstr "Pleine lune"
  269. #: kosmorro/i18n/strings.py:43
  270. msgid "Waning Gibbous"
  271. msgstr "Gibbeuse décroissante"
  272. #: kosmorro/i18n/strings.py:44
  273. msgid "Last Quarter"
  274. msgstr "Dernier quartier"
  275. #: kosmorro/i18n/strings.py:45
  276. msgid "Waning Crescent"
  277. msgstr "Dernier croissant"
  278. #: kosmorro/i18n/strings.py:56
  279. msgid "Sun"
  280. msgstr "Soleil"
  281. #: kosmorro/i18n/strings.py:57
  282. msgid "Moon"
  283. msgstr "Lune"
  284. #: kosmorro/i18n/strings.py:58
  285. msgid "Mercury"
  286. msgstr "Mercure"
  287. #: kosmorro/i18n/strings.py:59
  288. msgid "Venus"
  289. msgstr "Vénus"
  290. #: kosmorro/i18n/strings.py:60
  291. msgid "Mars"
  292. msgstr "Mars"
  293. #: kosmorro/i18n/strings.py:61
  294. msgid "Jupiter"
  295. msgstr "Jupiter"
  296. #: kosmorro/i18n/strings.py:62
  297. msgid "Saturn"
  298. msgstr "Saturne"
  299. #: kosmorro/i18n/strings.py:63
  300. msgid "Uranus"
  301. msgstr "Uranus"
  302. #: kosmorro/i18n/strings.py:64
  303. msgid "Neptune"
  304. msgstr "Neptune"
  305. #: kosmorro/i18n/strings.py:65
  306. msgid "Pluto"
  307. msgstr "Pluton"
  308. #: kosmorro/i18n/utils.py:27
  309. msgid "{day_of_week} {month} {day_number}, {year}"
  310. msgstr "{day_of_week} {day_number} {month} {year}"
  311. #: kosmorro/i18n/utils.py:30
  312. msgid "{month} {day_number}, {hours}:{minutes}"
  313. msgstr "{day_number} {month}, {hours}:{minutes}"
  314. #: kosmorro/i18n/utils.py:33
  315. msgid "{month} {day_number}, {year}"
  316. msgstr "{day_number} {month} {year}"
  317. #: kosmorro/i18n/utils.py:36
  318. msgid "{hours}:{minutes}"
  319. msgstr "{hours}h{minutes}"
  320. #~ msgid "Unknown phase"
  321. #~ msgstr "Phase de Lune inconnue"
  322. #~ msgid "Unknown object"
  323. #~ msgstr "Objet inconnu"
  324. #~ msgid "A Summary of your Sky"
  325. #~ msgstr "Synthèse de votre ciel"
  326. #~ msgid "%s's largest elongation"
  327. #~ msgstr "L'élongation de %s est à son maximum"
  328. #~ msgid "Selected output format needs an output file (--output)."
  329. #~ msgstr ""
  330. #~ "Le format de sortie choisi requiert un fichier de sortie (--output)."