Browse Source

chore(i18n): update French translation

Currently translated at 82.7% (67 of 81 strings)

Translations are welcome at https://hosted.weblate.org/projects/kosmorro/cli/fr/
tags/v1.0.0rc2
Jérôme Deuchnord 8 months ago
committed by Hosted Weblate
parent
commit
55c68039c1
No known key found for this signature in database GPG Key ID: A3FAAA06E6569B4C
1 changed files with 14 additions and 13 deletions
  1. +14
    -13
      kosmorro/locales/fr/LC_MESSAGES/messages.po

+ 14
- 13
kosmorro/locales/fr/LC_MESSAGES/messages.po View File

@@ -2,22 +2,22 @@
# Copyright (C) 2021 ORGANIZATION # Copyright (C) 2021 ORGANIZATION
# This file is distributed under the same license as the kosmorro project. # This file is distributed under the same license as the kosmorro project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021. # FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
# Jérôme Deuchnord <jerome@deuchnord.fr>, 2021, 2022.
# Jérôme Deuchnord <jerome@deuchnord.fr>, 2021, 2022, 2025.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: kosmorro 0.9.0\n" "Project-Id-Version: kosmorro 0.9.0\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"Report-Msgid-Bugs-To: jerome@deuchnord.fr\n"
"POT-Creation-Date: 2025-10-19 16:46+0200\n" "POT-Creation-Date: 2025-10-19 16:46+0200\n"
"PO-Revision-Date: 2022-07-08 12:20+0000\n"
"PO-Revision-Date: 2025-10-20 08:26+0000\n"
"Last-Translator: Jérôme Deuchnord <jerome@deuchnord.fr>\n" "Last-Translator: Jérôme Deuchnord <jerome@deuchnord.fr>\n"
"Language-Team: French <https://hosted.weblate.org/projects/kosmorro/cli/fr/"
">\n"
"Language-Team: French <https://hosted.weblate.org/projects/kosmorro/cli/fr/>"
"\n"
"Language: fr\n" "Language: fr\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n" "Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.13.1-dev\n"
"X-Generator: Weblate 5.14-dev\n"
"Generated-By: Babel 2.9.0\n" "Generated-By: Babel 2.9.0\n"


#: kosmorro/__main__.py:89 #: kosmorro/__main__.py:89
@@ -43,11 +43,13 @@ msgid ""
"Environment variable KOSMORRO_TIMEZONE is deprecated. Use TZ instead, which " "Environment variable KOSMORRO_TIMEZONE is deprecated. Use TZ instead, which "
"is more standard." "is more standard."
msgstr "" msgstr ""
"La variable d'environnement KOSMORRO_TIMEZONE est dépréciée. Utilisez "
"variable plus standard TZ à la place."


#: kosmorro/__main__.py:124 #: kosmorro/__main__.py:124
#, python-brace-format #, python-brace-format
msgid "Unknown timezone: {timezone}" msgid "Unknown timezone: {timezone}"
msgstr ""
msgstr "Fuseau horaire inconnu : {timezone}"


#: kosmorro/__main__.py:167 #: kosmorro/__main__.py:167
#, python-brace-format #, python-brace-format
@@ -99,18 +101,17 @@ msgid ""
"The format to output the information to. If not provided, the output format " "The format to output the information to. If not provided, the output format "
"will be inferred from the file extension of the output file." "will be inferred from the file extension of the output file."
msgstr "" msgstr ""
"Le format dans lequel les informations doivent être présentées. Si non "
"fourni, le format sera choisi en fonction de l'extension du fichier d'export."


#: kosmorro/__main__.py:311 #: kosmorro/__main__.py:311
#, fuzzy, python-brace-format
#| msgid ""
#| "The observer's longitude on Earth. Can also be set in the "
#| "KOSMORRO_LONGITUDE environment variable."
#, python-brace-format
msgid "" msgid ""
"The observer's position on Earth, in the \"{latitude},{longitude}\" format. " "The observer's position on Earth, in the \"{latitude},{longitude}\" format. "
"Can also be set in the KOSMORRO_POSITION environment variable." "Can also be set in the KOSMORRO_POSITION environment variable."
msgstr "" msgstr ""
"La longitude de l'observateur. Peut également être renseignée dans la "
"variable d'environnement KOSMORRO_LONGITUDE."
"La position de l'observateur, dans le format \"{latitude}{longitude}. Peut "
"également être renseignée dans la variable d'environnement KOSMORRO_POSITION."


#: kosmorro/__main__.py:321 #: kosmorro/__main__.py:321
msgid "" msgid ""


Loading…
Cancel
Save