Update translations

This commit is contained in:
Edgar P. Burkhart 2022-12-31 12:14:28 +01:00
parent 2a0fc642b6
commit de06312a2a
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
2 changed files with 69 additions and 46 deletions

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 0.0.1\n" "Project-Id-Version: 0.0.1\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-31 09:49+0100\n" "POT-Creation-Date: 2022-12-31 12:13+0100\n"
"PO-Revision-Date: 2022-12-21 17:30+0100\n" "PO-Revision-Date: 2022-12-21 17:30+0100\n"
"Last-Translator: edpibu <git@edgarpierre.fr>\n" "Last-Translator: edpibu <git@edgarpierre.fr>\n"
"Language-Team: edpibu <git@edgarpierre.fr>\n" "Language-Team: edpibu <git@edgarpierre.fr>\n"
@ -17,7 +17,7 @@ msgstr ""
"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"
#: .\main\forms.py:64 #: .\main\forms.py:80
msgid "Add transactions" msgid "Add transactions"
msgstr "Ajouter des transactions" msgstr "Ajouter des transactions"
@ -25,125 +25,128 @@ msgstr "Ajouter des transactions"
msgid "User" msgid "User"
msgstr "Utilisateur" msgstr "Utilisateur"
#: .\main\models.py:35 .\main\models.py:62 .\main\models.py:70 #: .\main\models.py:35 .\main\models.py:61 .\main\models.py:69
#: .\main\models.py:225 .\main\templates\main\base.html:39 #: .\main\models.py:223 .\main\templates\main\base.html:39
#: .\main\templates\main\index.html:50 #: .\main\templates\main\table\snapshot.html:7
#: .\main\templates\main\tag\transaction_table.html:11 #: .\main\templates\main\table\transaction.html:11
msgid "Account" msgid "Account"
msgstr "Compte" msgstr "Compte"
#: .\main\models.py:35 .\main\models.py:80 .\main\models.py:196 #: .\main\models.py:35 .\main\models.py:79 .\main\models.py:194
#: .\main\models.py:270 .\main\templates\main\tag\transaction_table.html:7 #: .\main\models.py:268 .\main\templates\main\table\transaction.html:7
#: .\main\templates\main\transaction_form.html:27 #: .\main\templates\main\transaction_form.html:27
msgid "Name" msgid "Name"
msgstr "Nom" msgstr "Nom"
#: .\main\models.py:39 .\main\models.py:85 #: .\main\models.py:39 .\main\models.py:84
msgid "Icon" msgid "Icon"
msgstr "Icône" msgstr "Icône"
#: .\main\models.py:63 .\main\templates\main\index.html:16 #: .\main\models.py:62 .\main\templates\main\index.html:16
msgid "Accounts" msgid "Accounts"
msgstr "Comptes" msgstr "Comptes"
#: .\main\models.py:80 .\main\models.py:105 .\main\models.py:215 #: .\main\models.py:79 .\main\models.py:103 .\main\models.py:213
#: .\main\templates\main\base.html:49 #: .\main\templates\main\base.html:49
#: .\main\templates\main\tag\transaction_table.html:10 #: .\main\templates\main\table\transaction.html:10
msgid "Category" msgid "Category"
msgstr "Catégorie" msgstr "Catégorie"
#: .\main\models.py:88 #: .\main\models.py:86
msgid "Budget" msgid "Budget"
msgstr "Budget" msgstr "Budget"
#: .\main\models.py:106 .\main\templates\main\index.html:35 #: .\main\models.py:104 .\main\templates\main\index.html:30
#: .\main\templates\main\snapshot_form.html:34 #: .\main\templates\main\snapshot_form.html:34
msgid "Categories" msgid "Categories"
msgstr "Catégories" msgstr "Catégories"
#: .\main\models.py:115 #: .\main\models.py:113
msgid "End date" msgid "End date"
msgstr "Date de fin" msgstr "Date de fin"
#: .\main\models.py:117 #: .\main\models.py:115
msgid "Start date" msgid "Start date"
msgstr "Date de début" msgstr "Date de début"
#: .\main\models.py:120 #: .\main\models.py:118
msgid "End value" msgid "End value"
msgstr "Valeur de fin" msgstr "Valeur de fin"
#: .\main\models.py:123 #: .\main\models.py:121
msgid "Start value" msgid "Start value"
msgstr "Valeur de début" msgstr "Valeur de début"
#: .\main\models.py:129 .\main\templates\main\index.html:52 #: .\main\models.py:127 .\main\templates\main\table\snapshot.html:9
msgid "Difference" msgid "Difference"
msgstr "Différence" msgstr "Différence"
#: .\main\models.py:136 #: .\main\models.py:134
msgid "Transaction difference" msgid "Transaction difference"
msgstr "Différence des transactions" msgstr "Différence des transactions"
#: .\main\models.py:142 .\main\models.py:275 #: .\main\models.py:140 .\main\models.py:273
msgid "File" msgid "File"
msgstr "Fichier" msgstr "Fichier"
#: .\main\models.py:149 #: .\main\models.py:147
#, python-format #, python-format
msgid "%(date)s statement" msgid "%(date)s statement"
msgstr "Relevé du %(date)s" msgstr "Relevé du %(date)s"
#: .\main\models.py:189 .\main\models.py:220 #: .\main\models.py:187 .\main\models.py:218
msgid "Statement" msgid "Statement"
msgstr "Relevé" msgstr "Relevé"
#: .\main\models.py:190 #: .\main\models.py:188 .\main\templates\main\account_form.html:23
#: .\main\templates\main\list\snapshot.html:15
msgid "Statements" msgid "Statements"
msgstr "Relevés" msgstr "Relevés"
#: .\main\models.py:196 .\main\models.py:259 .\main\templates\main\base.html:44 #: .\main\models.py:194 .\main\models.py:257 .\main\templates\main\base.html:44
msgid "Transaction" msgid "Transaction"
msgstr "Transaction" msgstr "Transaction"
#: .\main\models.py:198 .\main\templates\main\tag\transaction_table.html:12 #: .\main\models.py:196 .\main\templates\main\table\transaction.html:12
msgid "Description" msgid "Description"
msgstr "Description" msgstr "Description"
#: .\main\models.py:200 .\main\templates\main\index.html:51 #: .\main\models.py:198 .\main\templates\main\table\snapshot.html:8
#: .\main\templates\main\tag\transaction_table.html:8 #: .\main\templates\main\table\transaction.html:8
msgid "Value" msgid "Value"
msgstr "Valeur" msgstr "Valeur"
#: .\main\models.py:202 .\main\templates\main\index.html:49 #: .\main\models.py:200 .\main\templates\main\table\snapshot.html:6
#: .\main\templates\main\tag\transaction_table.html:6 #: .\main\templates\main\table\transaction.html:6
msgid "Date" msgid "Date"
msgstr "Date" msgstr "Date"
#: .\main\models.py:203 #: .\main\models.py:201
msgid "Real date" msgid "Real date"
msgstr "Date réelle" msgstr "Date réelle"
#: .\main\models.py:205 .\main\templates\main\tag\transaction_table.html:9 #: .\main\models.py:203 .\main\templates\main\table\transaction.html:9
msgid "Trader" msgid "Trader"
msgstr "Commerçant" msgstr "Commerçant"
#: .\main\models.py:208 #: .\main\models.py:206
msgid "Payment" msgid "Payment"
msgstr "Paiement" msgstr "Paiement"
#: .\main\models.py:260 .\main\templates\main\category_form.html:25 #: .\main\models.py:258 .\main\templates\main\account_form.html:27
#: .\main\templates\main\index.html:27 .\main\templates\main\index.html:53 #: .\main\templates\main\category_form.html:25
#: .\main\templates\main\index.html:26
#: .\main\templates\main\list\transaction.html:15
#: .\main\templates\main\snapshot_form.html:75 #: .\main\templates\main\snapshot_form.html:75
#: .\main\templates\main\transactions.html:15 #: .\main\templates\main\table\snapshot.html:10
msgid "Transactions" msgid "Transactions"
msgstr "Transactions" msgstr "Transactions"
#: .\main\models.py:270 .\main\models.py:302 #: .\main\models.py:268 .\main\models.py:300
msgid "Invoice" msgid "Invoice"
msgstr "Facture" msgstr "Facture"
#: .\main\models.py:303 .\main\templates\main\transaction_form.html:23 #: .\main\models.py:301 .\main\templates\main\transaction_form.html:23
msgid "Invoices" msgid "Invoices"
msgstr "Factures" msgstr "Factures"
@ -183,22 +186,42 @@ msgstr "Supprimer"
msgid "Save" msgid "Save"
msgstr "Enregistrer" msgstr "Enregistrer"
#: .\main\templates\main\index.html:45 #: .\main\templates\main\index.html:40
msgid "Snapshots" msgid "Snapshots"
msgstr "Relevés" msgstr "Relevés"
#: .\main\templates\main\index.html:54 #: .\main\templates\main\list\snapshot.html:35
msgid "Valid" msgid "No snapshots to show"
msgstr "Valide" msgstr "Aucun relevé à afficher"
#: .\main\templates\main\list\transaction.html:35
msgid "No transactions to show"
msgstr "Aucune transaction à afficher"
#: .\main\templates\main\login.html:11 .\main\templates\main\login.html:27 #: .\main\templates\main\login.html:11 .\main\templates\main\login.html:27
msgid "Log In" msgid "Log In"
msgstr "Se connecter" msgstr "Se connecter"
#: .\main\templates\main\table\snapshot.html:11
msgid "Valid"
msgstr "Valide"
#: .\main\templates\main\table\snapshot.html:15
msgid "New statement"
msgstr "Nouveau relevé"
#: .\main\templates\main\table\snapshot.html:50
msgid "View all statements"
msgstr "Voir tous les relevés"
#: .\main\templates\main\table\transaction.html:16
msgid "New transaction"
msgstr "Ajouter une transaction"
#: .\main\templates\main\table\transaction.html:55
msgid "View all transactions"
msgstr "Voir toutes les transactions"
#: .\main\templates\main\transaction_form.html:39 #: .\main\templates\main\transaction_form.html:39
msgid "New invoice" msgid "New invoice"
msgstr "Nouvelle facture" msgstr "Nouvelle facture"
#: .\main\templates\main\transactions.html:34
msgid "No transactions to show"
msgstr "Aucune transaction à afficher"