diff options
| author | Glandos <bugs-github@antipoul.fr> | 2020-05-09 21:50:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-09 21:50:24 +0200 |
| commit | b9672d9e15fb8feeb21134869f7ce8c4b1087808 (patch) | |
| tree | 2366c812bfe9dc74069cb09c4b7ba4d995da688e /ihatemoney/translations/fr | |
| parent | 570a19c4d27785c33e76ef21ab4aca3ad1b3316a (diff) | |
| download | ihatemoney-mirror-b9672d9e15fb8feeb21134869f7ce8c4b1087808.zip ihatemoney-mirror-b9672d9e15fb8feeb21134869f7ce8c4b1087808.tar.gz ihatemoney-mirror-b9672d9e15fb8feeb21134869f7ce8c4b1087808.tar.bz2 | |
Update i18n (#617)
Diffstat (limited to 'ihatemoney/translations/fr')
| -rw-r--r-- | ihatemoney/translations/fr/LC_MESSAGES/messages.po | 53 |
1 files changed, 40 insertions, 13 deletions
diff --git a/ihatemoney/translations/fr/LC_MESSAGES/messages.po b/ihatemoney/translations/fr/LC_MESSAGES/messages.po index 56f19c9..affd421 100644 --- a/ihatemoney/translations/fr/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/fr/LC_MESSAGES/messages.po @@ -7,18 +7,17 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-04-25 13:02+0200\n" +"POT-Creation-Date: 2020-05-09 21:41+0200\n" "PO-Revision-Date: 2020-04-25 11:14+0000\n" "Last-Translator: Rémy Hubscher <hubscher.remy@gmail.com>\n" -"Language-Team: French <https://hosted.weblate.org/projects/i-hate-money/" -"i-hate-money/fr/>\n" "Language: fr\n" +"Language-Team: French <https://hosted.weblate.org/projects/i-hate-money/i" +"-hate-money/fr/>\n" +"Plural-Forms: nplurals=2; plural=n > 1\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.0.2-dev\n" -"Generated-By: Babel 2.8.0\n" +"Generated-By: Babel 2.7.0\n" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -42,6 +41,9 @@ msgstr "Activer l'historique de projet" msgid "Use IP tracking for project history" msgstr "Collecter les adresses IP dans l'historique de projet" +msgid "Default Currency" +msgstr "" + msgid "Import previously exported JSON file" msgstr "Importer un fichier JSON précédemment exporté" @@ -98,6 +100,9 @@ msgstr "Payeur" msgid "Amount paid" msgstr "Montant" +msgid "Currency" +msgstr "" + msgid "External link" msgstr "Lien externe" @@ -113,6 +118,10 @@ msgstr "Valider" msgid "Submit and add a new one" msgstr "Valider et ajouter une autre facture" +#, python-format +msgid "Project default: %(currency)s" +msgstr "" + msgid "Bills can't be null" msgstr "Le montant d’une facture ne peut pas être nul" @@ -153,6 +162,9 @@ msgstr "Facture" msgid "Project" msgstr "Projet" +msgid "No Currency" +msgstr "" + msgid "Too many failed login attempts, please retry later." msgstr "Trop d'échecs d’authentification successifs, veuillez réessayer plus tard." @@ -172,9 +184,12 @@ msgstr "Le code que vous avez entré n’est pas correct" msgid "You have just created '%(project)s' to share your expenses" msgstr "Vous venez de créer « %(project)s » pour partager vos dépenses" +msgid "Error while sending reminder email" +msgstr "" + #, python-format -msgid "%(msg_compl)sThe project identifier is %(project)s" -msgstr "%(msg_compl)sL’identifiant de ce projet est %(project)s" +msgid "The project identifier is %(project)s" +msgstr "" msgid "No token provided" msgstr "Aucun token n’a été fourni" @@ -393,8 +408,8 @@ msgid "" " The rest of the project history will be unaffected. This " "action cannot be undone." msgstr "" -"Êtes-vous sur de vouloir supprimer toutes les adresses IP enregistrées pour " -"ce projet ?\n" +"Êtes-vous sur de vouloir supprimer toutes les adresses IP enregistrées " +"pour ce projet ?\n" "Le reste de l'historique ne sera pas affecté. Cette action n'est pas " "réversible." @@ -535,6 +550,10 @@ msgstr "Le lien d'accès a été modifié en" msgid "Amount" msgstr "Montant" +#, python-format +msgid "Amount in %(currency)s" +msgstr "" + msgid "modified" msgstr "modifié" @@ -644,6 +663,10 @@ msgstr "« I hate money » est un logiciel libre" msgid "you can contribute and improve it!" msgstr "vous pouvez y contribuer et l’améliorer !" +#, python-format +msgid "%(amount)s each" +msgstr "" + msgid "deactivate" msgstr "désactiver" @@ -688,9 +711,6 @@ msgstr "Tout le monde" msgid "Everyone but %(excluded)s" msgstr "Tout le monde sauf %(excluded)s" -msgid "each" -msgstr "chacun" - msgid "No bills" msgstr "Pas encore de factures" @@ -992,3 +1012,10 @@ msgstr "Période" #~ "Êtes vous sûr de supprimer la " #~ "totalité de l’historique de ce projet" #~ " ? Cette action est irréversible." + +#~ msgid "%(msg_compl)sThe project identifier is %(project)s" +#~ msgstr "%(msg_compl)sL’identifiant de ce projet est %(project)s" + +#~ msgid "each" +#~ msgstr "chacun" + |
