Update translations

This commit is contained in:
Edgar P. Burkhart 2023-04-21 15:42:18 +02:00
parent 44e20fbbcf
commit 966100536e
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
2 changed files with 50 additions and 47 deletions

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-20 12:13+0200\n"
"POT-Creation-Date: 2023-04-21 15:41+0200\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,184 +17,185 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: .\forms.py:92
#: .\forms.py:95
msgid "Add transactions"
msgstr "Ajouter des transactions"
#: .\forms.py:108 .\templates\main\base.html:76
#: .\forms.py:113 .\templates\main\base.html:70
#: .\templates\main\form\search.html:5 .\templates\main\list\transaction.html:9
#: .\templates\main\list\transaction.html:26 .\templates\main\search.html:6
#: .\templates\main\search.html:18
msgid "Search"
msgstr "Rechercher"
#: .\models.py:19
#: .\models.py:18
msgid "User"
msgstr "Utilisateur"
#: .\models.py:38 .\models.py:75 .\models.py:83 .\models.py:239
#: .\models.py:37 .\models.py:71 .\models.py:79 .\models.py:229
#: .\templates\main\table\snapshot.html:24
#: .\templates\main\table\transaction.html:35
msgid "Account"
msgstr "Compte"
#: .\models.py:38 .\models.py:93 .\models.py:210 .\models.py:283
#: .\models.py:37 .\models.py:89 .\models.py:200 .\models.py:270
#: .\templates\main\table\invoice.html:9
#: .\templates\main\table\transaction.html:28
msgid "Name"
msgstr "Nom"
#: .\models.py:42 .\models.py:98
#: .\models.py:41 .\models.py:94
msgid "Icon"
msgstr "Icône"
#: .\models.py:44
#: .\models.py:43
msgid "Default"
msgstr "Défaut"
#: .\models.py:76 .\templates\main\index.html:16
#: .\models.py:72 .\templates\main\index.html:16
msgid "Accounts"
msgstr "Comptes"
#: .\models.py:93 .\models.py:120 .\models.py:229
#: .\models.py:89 .\models.py:113 .\models.py:219
#: .\templates\main\plot\category.html:14
#: .\templates\main\table\transaction.html:32
msgid "Category"
msgstr "Catégorie"
#: .\models.py:100
#: .\models.py:96
msgid "Budget"
msgstr "Budget"
#: .\models.py:121 .\templates\main\form\snapshot.html:16
#: .\models.py:114 .\templates\main\form\snapshot.html:23
#: .\templates\main\index.html:32
msgid "Categories"
msgstr "Catégories"
#: .\models.py:126
#: .\models.py:119
msgid "End date"
msgstr "Date de fin"
#: .\models.py:128
#: .\models.py:121
msgid "Start date"
msgstr "Date de début"
#: .\models.py:131
#: .\models.py:124
msgid "End value"
msgstr "Valeur de fin"
#: .\models.py:134
#: .\models.py:127
msgid "Start value"
msgstr "Valeur de début"
#: .\models.py:140 .\templates\main\table\snapshot.html:27
#: .\models.py:133 .\templates\main\table\snapshot.html:27
msgid "Difference"
msgstr "Différence"
#: .\models.py:147
#: .\models.py:140
msgid "Transaction difference"
msgstr "Différence des transactions"
#: .\models.py:153 .\models.py:288 .\templates\main\form\fileinput.html:8
#: .\models.py:146 .\models.py:275 .\templates\main\form\fileinput.html:8
#: .\templates\main\table\invoice.html:10
#: .\templates\main\table\invoice.html:21
msgid "File"
msgstr "Fichier"
#: .\models.py:160
#: .\models.py:153
#, python-format
msgid "%(date)s statement"
msgstr "Relevé du %(date)s"
#: .\models.py:203 .\models.py:234
#: .\models.py:193 .\models.py:224
msgid "Statement"
msgstr "Relevé"
#: .\models.py:204 .\templates\main\form\account.html:13
#: .\models.py:194 .\templates\main\form\account.html:13
#: .\templates\main\list\snapshot.html:6 .\templates\main\list\snapshot.html:20
msgid "Statements"
msgstr "Relevés"
#: .\models.py:210 .\models.py:276
#: .\models.py:200 .\models.py:263
msgid "Transaction"
msgstr "Transaction"
#: .\models.py:212
#: .\models.py:202
msgid "Description"
msgstr "Description"
#: .\models.py:214 .\templates\main\table\snapshot.html:26
#: .\models.py:204 .\templates\main\table\snapshot.html:26
#: .\templates\main\table\transaction.html:29
msgid "Value"
msgstr "Valeur"
#: .\models.py:216 .\templates\main\table\snapshot.html:22
#: .\models.py:206 .\templates\main\table\snapshot.html:22
#: .\templates\main\table\transaction.html:27
msgid "Date"
msgstr "Date"
#: .\models.py:217
#: .\models.py:207
msgid "Real date"
msgstr "Date réelle"
#: .\models.py:219 .\templates\main\table\transaction.html:30
#: .\models.py:209 .\templates\main\table\transaction.html:30
msgid "Trader"
msgstr "Commerçant"
#: .\models.py:222
#: .\models.py:212
msgid "Payment"
msgstr "Paiement"
#: .\models.py:277 .\templates\main\base.html:50
#: .\models.py:264 .\templates\main\base.html:44
#: .\templates\main\form\account.html:17 .\templates\main\form\category.html:13
#: .\templates\main\form\snapshot.html:20 .\templates\main\index.html:26
#: .\templates\main\form\snapshot.html:27 .\templates\main\index.html:26
#: .\templates\main\list\transaction.html:6
#: .\templates\main\list\transaction.html:23
#: .\templates\main\table\snapshot.html:28
msgid "Transactions"
msgstr "Transactions"
#: .\models.py:283 .\models.py:323
#: .\models.py:270 .\models.py:307
msgid "Invoice"
msgstr "Facture"
#: .\models.py:324 .\templates\main\form\transaction.html:11
#: .\models.py:308 .\templates\main\form\transaction.html:18
msgid "Invoices"
msgstr "Factures"
#: .\templates\main\base.html:33
#: .\templates\main\base.html:27
msgid "Skip to main content"
msgstr "Aller au contenu principal"
#: .\templates\main\base.html:39
#: .\templates\main\base.html:33
msgid "Home"
msgstr "Accueil"
#: .\templates\main\base.html:44 .\templates\main\index.html:42
#: .\templates\main\base.html:38 .\templates\main\index.html:42
msgid "Snapshots"
msgstr "Relevés"
#: .\templates\main\base.html:56 .\templates\main\form\account.html:5
#: .\templates\main\base.html:50 .\templates\main\form\account.html:5
msgid "Create account"
msgstr "Créer un compte"
#: .\templates\main\base.html:61 .\templates\main\form\snapshot.html:5
#: .\templates\main\base.html:55 .\templates\main\form\snapshot.html:5
msgid "Create snapshot"
msgstr "Créer un relevé"
#: .\templates\main\base.html:66 .\templates\main\form\category.html:5
#: .\templates\main\base.html:60 .\templates\main\form\category.html:5
msgid "Create category"
msgstr "Créer une catégorie"
#: .\templates\main\base.html:71 .\templates\main\form\transaction.html:4
#: .\templates\main\base.html:65 .\templates\main\form\transaction.html:4
#: .\templates\main\table\transaction.html:5
msgid "Create transaction"
msgstr "Créer une transaction"
#: .\templates\main\base.html:79
#: .\templates\main\base.html:73
msgid "Log out"
msgstr "Se déconnecter"
#: .\templates\main\base.html:84 .\templates\main\form\login.html:6
#: .\templates\main\base.html:78 .\templates\main\form\login.html:6
msgid "Log in"
msgstr "Se connecter"
@ -242,11 +243,11 @@ msgstr "Créer"
msgid "Save"
msgstr "Enregistrer"
#: .\templates\main\form\invoice.html:3
#: .\templates\main\form\invoice.html:4 .\templates\main\table\invoice.html:37
msgid "Create invoice"
msgstr "Créer une facture"
#: .\templates\main\form\invoice.html:6 .\templates\main\table\invoice.html:37
#: .\templates\main\form\invoice.html:7
msgid "New invoice"
msgstr "Nouvelle facture"
@ -255,7 +256,6 @@ msgid "New snapshot"
msgstr "Nouveau relevé"
#: .\templates\main\form\transaction.html:7
#: .\templates\main\table\transaction.html:5
msgid "New transaction"
msgstr "Nouvelle transaction"
@ -288,8 +288,8 @@ msgid "No invoice"
msgstr "Aucune facture"
#: .\templates\main\table\snapshot.html:5
msgid "New statement"
msgstr "Nouveau relevé"
msgid "Create statement"
msgstr "Créer un relevé"
#: .\templates\main\table\snapshot.html:60
msgid "View all statements"
@ -299,6 +299,9 @@ msgstr "Voir tous les relevés"
msgid "View all transactions"
msgstr "Voir toutes les transactions"
#~ msgid "New statement"
#~ msgstr "Nouveau relevé"
#~ msgid "Create Account"
#~ msgstr "Créer Compte"