nummi/nummi/main/locale/fr/LC_MESSAGES/django.po

232 lines
5.8 KiB
Text
Raw Normal View History

2022-05-30 19:21:40 +02:00
# NUMMI.
# Copyright (C) 2022
# This file is distributed under the same license as the nummi package.
# edpibu <git@edgarpierre.fr>, 2022.
#
msgid ""
msgstr ""
"Project-Id-Version: 0.0.1\n"
"Report-Msgid-Bugs-To: \n"
2023-01-01 10:03:10 +01:00
"POT-Creation-Date: 2023-01-01 10:02+0100\n"
2022-12-21 17:31:49 +01:00
"PO-Revision-Date: 2022-12-21 17:30+0100\n"
2022-05-30 19:21:40 +02:00
"Last-Translator: edpibu <git@edgarpierre.fr>\n"
"Language-Team: edpibu <git@edgarpierre.fr>\n"
"Language: \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"
2023-01-01 10:03:10 +01:00
#: .\main\forms.py:81
2022-12-31 09:51:33 +01:00
msgid "Add transactions"
msgstr "Ajouter des transactions"
2023-01-01 10:03:10 +01:00
#: .\main\models.py:17
2022-12-29 22:12:29 +01:00
msgid "User"
msgstr "Utilisateur"
2022-05-30 19:21:40 +02:00
2023-01-01 10:03:10 +01:00
#: .\main\models.py:45 .\main\models.py:79 .\main\models.py:87
#: .\main\models.py:237 .\main\templates\main\base.html:39
2022-12-31 12:14:28 +01:00
#: .\main\templates\main\table\snapshot.html:7
#: .\main\templates\main\table\transaction.html:11
2022-12-29 22:12:29 +01:00
msgid "Account"
msgstr "Compte"
2023-01-01 10:03:10 +01:00
#: .\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
2022-12-19 11:19:22 +01:00
msgid "Name"
msgstr "Nom"
2022-05-30 19:21:40 +02:00
2023-01-01 10:03:10 +01:00
#: .\main\models.py:49 .\main\models.py:102
2022-12-19 11:19:22 +01:00
msgid "Icon"
msgstr "Icône"
2022-05-30 19:21:40 +02:00
2023-01-01 10:03:10 +01:00
#: .\main\models.py:51
msgid "Default"
msgstr "Défaut"
#: .\main\models.py:80 .\main\templates\main\index.html:16
2022-12-29 22:12:29 +01:00
msgid "Accounts"
msgstr "Comptes"
2023-01-01 10:03:10 +01:00
#: .\main\models.py:97 .\main\models.py:121 .\main\models.py:227
2022-12-29 22:12:29 +01:00
#: .\main\templates\main\base.html:49
2022-12-31 12:14:28 +01:00
#: .\main\templates\main\table\transaction.html:10
2022-12-29 22:12:29 +01:00
msgid "Category"
msgstr "Catégorie"
2023-01-01 10:03:10 +01:00
#: .\main\models.py:104
2022-12-20 15:28:56 +01:00
msgid "Budget"
msgstr "Budget"
2023-01-01 10:03:10 +01:00
#: .\main\models.py:122 .\main\templates\main\index.html:30
2022-12-29 22:12:29 +01:00
#: .\main\templates\main\snapshot_form.html:34
2022-12-19 11:19:22 +01:00
msgid "Categories"
msgstr "Catégories"
2022-05-30 19:21:40 +02:00
2023-01-01 10:03:10 +01:00
#: .\main\models.py:127
2022-12-29 22:12:29 +01:00
msgid "End date"
msgstr "Date de fin"
2023-01-01 10:03:10 +01:00
#: .\main\models.py:129
2022-12-29 22:12:29 +01:00
msgid "Start date"
msgstr "Date de début"
2023-01-01 10:03:10 +01:00
#: .\main\models.py:132
2022-12-29 22:12:29 +01:00
msgid "End value"
msgstr "Valeur de fin"
2023-01-01 10:03:10 +01:00
#: .\main\models.py:135
2022-12-29 22:12:29 +01:00
msgid "Start value"
msgstr "Valeur de début"
2023-01-01 10:03:10 +01:00
#: .\main\models.py:141 .\main\templates\main\table\snapshot.html:9
2022-12-29 22:12:29 +01:00
msgid "Difference"
msgstr "Différence"
2023-01-01 10:03:10 +01:00
#: .\main\models.py:148
2022-12-29 22:12:29 +01:00
msgid "Transaction difference"
msgstr "Différence des transactions"
2023-01-01 10:03:10 +01:00
#: .\main\models.py:154 .\main\models.py:283
2022-12-29 22:12:29 +01:00
msgid "File"
msgstr "Fichier"
2023-01-01 10:03:10 +01:00
#: .\main\models.py:161
2022-12-31 09:51:33 +01:00
#, python-format
2022-12-29 22:12:29 +01:00
msgid "%(date)s statement"
msgstr "Relevé du %(date)s"
2023-01-01 10:03:10 +01:00
#: .\main\models.py:201 .\main\models.py:232
2022-12-29 22:12:29 +01:00
msgid "Statement"
msgstr "Relevé"
2023-01-01 10:03:10 +01:00
#: .\main\models.py:202 .\main\templates\main\account_form.html:23
2022-12-31 12:14:28 +01:00
#: .\main\templates\main\list\snapshot.html:15
2022-12-29 22:12:29 +01:00
msgid "Statements"
msgstr "Relevés"
2023-01-01 10:03:10 +01:00
#: .\main\models.py:208 .\main\models.py:271 .\main\templates\main\base.html:44
2022-12-19 11:19:22 +01:00
msgid "Transaction"
msgstr "Transaction"
2022-05-30 19:21:40 +02:00
2023-01-01 10:03:10 +01:00
#: .\main\models.py:210 .\main\templates\main\table\transaction.html:12
2022-12-19 11:19:22 +01:00
msgid "Description"
msgstr "Description"
2023-01-01 10:03:10 +01:00
#: .\main\models.py:212 .\main\templates\main\table\snapshot.html:8
2022-12-31 12:14:28 +01:00
#: .\main\templates\main\table\transaction.html:8
2022-12-19 11:19:22 +01:00
msgid "Value"
msgstr "Valeur"
2022-05-30 19:21:40 +02:00
2023-01-01 10:03:10 +01:00
#: .\main\models.py:214 .\main\templates\main\table\snapshot.html:6
2022-12-31 12:14:28 +01:00
#: .\main\templates\main\table\transaction.html:6
2022-05-30 19:21:40 +02:00
msgid "Date"
msgstr "Date"
2023-01-01 10:03:10 +01:00
#: .\main\models.py:215
2022-12-19 11:19:22 +01:00
msgid "Real date"
msgstr "Date réelle"
2023-01-01 10:03:10 +01:00
#: .\main\models.py:217 .\main\templates\main\table\transaction.html:9
2022-12-19 11:19:22 +01:00
msgid "Trader"
msgstr "Commerçant"
2023-01-01 10:03:10 +01:00
#: .\main\models.py:220
2022-12-19 11:19:22 +01:00
msgid "Payment"
msgstr "Paiement"
2023-01-01 10:03:10 +01:00
#: .\main\models.py:272 .\main\templates\main\account_form.html:27
2022-12-31 12:14:28 +01:00
#: .\main\templates\main\category_form.html:25
#: .\main\templates\main\index.html:26
#: .\main\templates\main\list\transaction.html:15
2022-12-29 22:12:29 +01:00
#: .\main\templates\main\snapshot_form.html:75
2022-12-31 12:14:28 +01:00
#: .\main\templates\main\table\snapshot.html:10
2022-12-19 11:19:22 +01:00
msgid "Transactions"
msgstr "Transactions"
2023-01-01 10:03:10 +01:00
#: .\main\models.py:278 .\main\models.py:317
2022-12-19 11:19:22 +01:00
msgid "Invoice"
msgstr "Facture"
2022-05-30 19:21:40 +02:00
2023-01-01 10:03:10 +01:00
#: .\main\models.py:318 .\main\templates\main\transaction_form.html:23
2022-12-19 11:19:22 +01:00
msgid "Invoices"
msgstr "Factures"
2022-12-29 22:12:29 +01:00
#: .\main\templates\main\base.html:54
2022-12-19 11:19:22 +01:00
msgid "Snapshot"
msgstr "Relevé"
2022-12-29 22:12:29 +01:00
#: .\main\templates\main\base.html:60 .\main\templates\main\base.html:62
2022-12-21 17:31:49 +01:00
msgid "Search"
msgstr "Rechercher"
2022-12-29 22:12:29 +01:00
#: .\main\templates\main\base.html:64
2022-12-26 18:00:03 +01:00
msgid "Log out"
2022-12-26 18:17:58 +01:00
msgstr "Se déconnecter"
2022-12-26 18:00:03 +01:00
2022-12-28 10:17:30 +01:00
#: .\main\templates\main\confirm_delete.html:19
#, python-format
msgid "Are you sure you want do delete <strong>%(object)s</strong> ?"
msgstr "Êtes-vous sûr de vouloir supprimer <strong>%(object)s</strong> ?"
2022-12-28 10:17:30 +01:00
#: .\main\templates\main\confirm_delete.html:23
msgid "Cancel"
msgstr "Annuler"
#: .\main\templates\main\confirm_delete.html:24
msgid "Confirm"
msgstr "Confirmer"
#: .\main\templates\main\form\base.html:17
#: .\main\templates\main\tag\form_buttons.html:4
#: .\main\templates\main\transaction_form.html:34
msgid "Delete"
msgstr "Supprimer"
#: .\main\templates\main\form\base.html:20
#: .\main\templates\main\tag\form_buttons.html:8
msgid "Save"
msgstr "Enregistrer"
2022-12-31 12:14:28 +01:00
#: .\main\templates\main\index.html:40
2022-12-29 22:12:29 +01:00
msgid "Snapshots"
msgstr "Relevés"
2022-05-30 19:21:40 +02:00
2022-12-31 12:14:28 +01:00
#: .\main\templates\main\list\snapshot.html:35
msgid "No snapshots to show"
msgstr "Aucun relevé à afficher"
#: .\main\templates\main\list\transaction.html:35
msgid "No transactions to show"
msgstr "Aucune transaction à afficher"
2022-05-30 19:21:40 +02:00
2022-12-26 18:00:03 +01:00
#: .\main\templates\main\login.html:11 .\main\templates\main\login.html:27
2022-05-30 19:21:40 +02:00
msgid "Log In"
msgstr "Se connecter"
2022-12-31 12:14:28 +01:00
#: .\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
msgid "New invoice"
msgstr "Nouvelle facture"