Update translations
This commit is contained in:
parent
d767ef1a7a
commit
4c34716992
2 changed files with 36 additions and 32 deletions
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-31 12:13+0100\n"
|
||||
"POT-Creation-Date: 2023-01-01 10:02+0100\n"
|
||||
"PO-Revision-Date: 2022-12-21 17:30+0100\n"
|
||||
"Last-Translator: edpibu <git@edgarpierre.fr>\n"
|
||||
"Language-Team: edpibu <git@edgarpierre.fr>\n"
|
||||
|
@ -17,123 +17,127 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: .\main\forms.py:80
|
||||
#: .\main\forms.py:81
|
||||
msgid "Add transactions"
|
||||
msgstr "Ajouter des transactions"
|
||||
|
||||
#: .\main\models.py:16
|
||||
#: .\main\models.py:17
|
||||
msgid "User"
|
||||
msgstr "Utilisateur"
|
||||
|
||||
#: .\main\models.py:35 .\main\models.py:61 .\main\models.py:69
|
||||
#: .\main\models.py:223 .\main\templates\main\base.html:39
|
||||
#: .\main\models.py:45 .\main\models.py:79 .\main\models.py:87
|
||||
#: .\main\models.py:237 .\main\templates\main\base.html:39
|
||||
#: .\main\templates\main\table\snapshot.html:7
|
||||
#: .\main\templates\main\table\transaction.html:11
|
||||
msgid "Account"
|
||||
msgstr "Compte"
|
||||
|
||||
#: .\main\models.py:35 .\main\models.py:79 .\main\models.py:194
|
||||
#: .\main\models.py:268 .\main\templates\main\table\transaction.html:7
|
||||
#: .\main\models.py:45 .\main\models.py:97 .\main\models.py:208
|
||||
#: .\main\models.py:278 .\main\templates\main\table\transaction.html:7
|
||||
#: .\main\templates\main\transaction_form.html:27
|
||||
msgid "Name"
|
||||
msgstr "Nom"
|
||||
|
||||
#: .\main\models.py:39 .\main\models.py:84
|
||||
#: .\main\models.py:49 .\main\models.py:102
|
||||
msgid "Icon"
|
||||
msgstr "Icône"
|
||||
|
||||
#: .\main\models.py:62 .\main\templates\main\index.html:16
|
||||
#: .\main\models.py:51
|
||||
msgid "Default"
|
||||
msgstr "Défaut"
|
||||
|
||||
#: .\main\models.py:80 .\main\templates\main\index.html:16
|
||||
msgid "Accounts"
|
||||
msgstr "Comptes"
|
||||
|
||||
#: .\main\models.py:79 .\main\models.py:103 .\main\models.py:213
|
||||
#: .\main\models.py:97 .\main\models.py:121 .\main\models.py:227
|
||||
#: .\main\templates\main\base.html:49
|
||||
#: .\main\templates\main\table\transaction.html:10
|
||||
msgid "Category"
|
||||
msgstr "Catégorie"
|
||||
|
||||
#: .\main\models.py:86
|
||||
#: .\main\models.py:104
|
||||
msgid "Budget"
|
||||
msgstr "Budget"
|
||||
|
||||
#: .\main\models.py:104 .\main\templates\main\index.html:30
|
||||
#: .\main\models.py:122 .\main\templates\main\index.html:30
|
||||
#: .\main\templates\main\snapshot_form.html:34
|
||||
msgid "Categories"
|
||||
msgstr "Catégories"
|
||||
|
||||
#: .\main\models.py:113
|
||||
#: .\main\models.py:127
|
||||
msgid "End date"
|
||||
msgstr "Date de fin"
|
||||
|
||||
#: .\main\models.py:115
|
||||
#: .\main\models.py:129
|
||||
msgid "Start date"
|
||||
msgstr "Date de début"
|
||||
|
||||
#: .\main\models.py:118
|
||||
#: .\main\models.py:132
|
||||
msgid "End value"
|
||||
msgstr "Valeur de fin"
|
||||
|
||||
#: .\main\models.py:121
|
||||
#: .\main\models.py:135
|
||||
msgid "Start value"
|
||||
msgstr "Valeur de début"
|
||||
|
||||
#: .\main\models.py:127 .\main\templates\main\table\snapshot.html:9
|
||||
#: .\main\models.py:141 .\main\templates\main\table\snapshot.html:9
|
||||
msgid "Difference"
|
||||
msgstr "Différence"
|
||||
|
||||
#: .\main\models.py:134
|
||||
#: .\main\models.py:148
|
||||
msgid "Transaction difference"
|
||||
msgstr "Différence des transactions"
|
||||
|
||||
#: .\main\models.py:140 .\main\models.py:273
|
||||
#: .\main\models.py:154 .\main\models.py:283
|
||||
msgid "File"
|
||||
msgstr "Fichier"
|
||||
|
||||
#: .\main\models.py:147
|
||||
#: .\main\models.py:161
|
||||
#, python-format
|
||||
msgid "%(date)s statement"
|
||||
msgstr "Relevé du %(date)s"
|
||||
|
||||
#: .\main\models.py:187 .\main\models.py:218
|
||||
#: .\main\models.py:201 .\main\models.py:232
|
||||
msgid "Statement"
|
||||
msgstr "Relevé"
|
||||
|
||||
#: .\main\models.py:188 .\main\templates\main\account_form.html:23
|
||||
#: .\main\models.py:202 .\main\templates\main\account_form.html:23
|
||||
#: .\main\templates\main\list\snapshot.html:15
|
||||
msgid "Statements"
|
||||
msgstr "Relevés"
|
||||
|
||||
#: .\main\models.py:194 .\main\models.py:257 .\main\templates\main\base.html:44
|
||||
#: .\main\models.py:208 .\main\models.py:271 .\main\templates\main\base.html:44
|
||||
msgid "Transaction"
|
||||
msgstr "Transaction"
|
||||
|
||||
#: .\main\models.py:196 .\main\templates\main\table\transaction.html:12
|
||||
#: .\main\models.py:210 .\main\templates\main\table\transaction.html:12
|
||||
msgid "Description"
|
||||
msgstr "Description"
|
||||
|
||||
#: .\main\models.py:198 .\main\templates\main\table\snapshot.html:8
|
||||
#: .\main\models.py:212 .\main\templates\main\table\snapshot.html:8
|
||||
#: .\main\templates\main\table\transaction.html:8
|
||||
msgid "Value"
|
||||
msgstr "Valeur"
|
||||
|
||||
#: .\main\models.py:200 .\main\templates\main\table\snapshot.html:6
|
||||
#: .\main\models.py:214 .\main\templates\main\table\snapshot.html:6
|
||||
#: .\main\templates\main\table\transaction.html:6
|
||||
msgid "Date"
|
||||
msgstr "Date"
|
||||
|
||||
#: .\main\models.py:201
|
||||
#: .\main\models.py:215
|
||||
msgid "Real date"
|
||||
msgstr "Date réelle"
|
||||
|
||||
#: .\main\models.py:203 .\main\templates\main\table\transaction.html:9
|
||||
#: .\main\models.py:217 .\main\templates\main\table\transaction.html:9
|
||||
msgid "Trader"
|
||||
msgstr "Commerçant"
|
||||
|
||||
#: .\main\models.py:206
|
||||
#: .\main\models.py:220
|
||||
msgid "Payment"
|
||||
msgstr "Paiement"
|
||||
|
||||
#: .\main\models.py:258 .\main\templates\main\account_form.html:27
|
||||
#: .\main\models.py:272 .\main\templates\main\account_form.html:27
|
||||
#: .\main\templates\main\category_form.html:25
|
||||
#: .\main\templates\main\index.html:26
|
||||
#: .\main\templates\main\list\transaction.html:15
|
||||
|
@ -142,11 +146,11 @@ msgstr "Paiement"
|
|||
msgid "Transactions"
|
||||
msgstr "Transactions"
|
||||
|
||||
#: .\main\models.py:268 .\main\models.py:300
|
||||
#: .\main\models.py:278 .\main\models.py:317
|
||||
msgid "Invoice"
|
||||
msgstr "Facture"
|
||||
|
||||
#: .\main\models.py:301 .\main\templates\main\transaction_form.html:23
|
||||
#: .\main\models.py:318 .\main\templates\main\transaction_form.html:23
|
||||
msgid "Invoices"
|
||||
msgstr "Factures"
|
||||
|
||||
|
|
Loading…
Reference in a new issue