# HG changeset patch # User Jeannette L # Date 1586391606 -7200 # Node ID ca490ddad7dfccf8e2b12deef92cb7533042c871 # Parent 85fb5e8db79fe5f91aa6fb5cb6b40b699a902dba i18n: updated translation for French Currently translated at 98.0% (1066 of 1087 strings) diff -r 85fb5e8db79f -r ca490ddad7df kallithea/i18n/fr/LC_MESSAGES/kallithea.po --- a/kallithea/i18n/fr/LC_MESSAGES/kallithea.po Wed Feb 12 13:44:58 2020 +0100 +++ b/kallithea/i18n/fr/LC_MESSAGES/kallithea.po Thu Apr 09 02:20:06 2020 +0200 @@ -5,8 +5,8 @@ "Project-Id-Version: Kallithea 0.3\n" "Report-Msgid-Bugs-To: translations@kallithea-scm.org\n" "POT-Creation-Date: 2020-02-06 01:19+0100\n" -"PO-Revision-Date: 2019-10-13 16:52+0000\n" -"Last-Translator: Nathan \n" +"PO-Revision-Date: 2020-04-10 03:09+0000\n" +"Last-Translator: Jeannette L \n" "Language-Team: French \n" "Language: fr\n" @@ -14,7 +14,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 3.9-dev\n" +"X-Generator: Weblate 4.0-dev\n" #: kallithea/controllers/changelog.py:67 #: kallithea/controllers/pullrequests.py:247 kallithea/lib/base.py:602 @@ -618,17 +618,14 @@ #: kallithea/controllers/admin/my_account.py:281 #: kallithea/controllers/admin/users.py:454 -#, fuzzy, python-format -#| msgid "API key successfully created" +#, python-format msgid "SSH key %s successfully added" -msgstr "Clé d'API créée avec succès" +msgstr "Clé SSH %s ajoutée avec succès" #: kallithea/controllers/admin/my_account.py:293 #: kallithea/controllers/admin/users.py:468 -#, fuzzy -#| msgid "API key successfully deleted" msgid "SSH key successfully deleted" -msgstr "Clé d'API supprimée avec succès" +msgstr "Clé SSH supprimée avec succès" #: kallithea/controllers/admin/permissions.py:65 #: kallithea/controllers/admin/permissions.py:69 @@ -1098,10 +1095,8 @@ msgstr "Ensemble de changements pour %s %s non trouvé dans %s" #: kallithea/lib/base.py:647 -#, fuzzy -#| msgid "Your account is disabled" msgid "SSH access is disabled." -msgstr "Votre compte est désactivé" +msgstr "L'accès SSH est désactivé." #: kallithea/lib/diffs.py:194 msgid "Binary file" @@ -1290,7 +1285,7 @@ #: kallithea/lib/ssh.py:75 msgid "SSH key is missing" -msgstr "" +msgstr "La clé SSH est manquante" #: kallithea/lib/ssh.py:79 msgid "" @@ -1300,22 +1295,23 @@ #: kallithea/lib/ssh.py:83 msgid "Incorrect SSH key - it must start with 'ssh-(rsa|dss|ed25519)'" -msgstr "" +msgstr "Clé SSH incorrecte – elle dpit commencer par « ssh-(rsa|dss|ed25519) »" #: kallithea/lib/ssh.py:86 #, python-format msgid "Incorrect SSH key - unexpected characters in base64 part %r" -msgstr "" +msgstr "Clé SSH incorrecte – caractères inattendus dans la partie base64 %r" #: kallithea/lib/ssh.py:91 #, python-format msgid "Incorrect SSH key - failed to decode base64 part %r" -msgstr "" +msgstr "Clé SSH incorrecte – échec du décodage de la partie base64 %r" #: kallithea/lib/ssh.py:94 #, python-format msgid "Incorrect SSH key - base64 part is not %r as claimed but %r" msgstr "" +"Clé SSH incorrecte – la partie base64 n'est pas %r comme il est dit mais %r" #: kallithea/lib/utils2.py:242 #, python-format @@ -1663,9 +1659,9 @@ msgstr "Dernier sommet" #: kallithea/model/ssh_key.py:57 -#, python-format +#, fuzzy, python-format msgid "SSH key %r is invalid: %s" -msgstr "" +msgstr "La clé SSH %r est invalide : %s" #: kallithea/model/ssh_key.py:69 #, python-format