diff options
| author | Nicolas Vanvyve <NVanvyve@users.noreply.github.com> | 2020-01-13 21:17:55 +0100 |
|---|---|---|
| committer | Glandos <bugs-github@antipoul.fr> | 2020-01-13 21:17:55 +0100 |
| commit | 9aa7e62d0f77f27590dac1cae5603e8f7efb891f (patch) | |
| tree | fdccec64b145d2600a18f300bfec5891acd5fc73 /ihatemoney/translations/fr | |
| parent | 73a4d139fffe3fdbabd0a47839eacc9964810066 (diff) | |
| download | ihatemoney-mirror-9aa7e62d0f77f27590dac1cae5603e8f7efb891f.zip ihatemoney-mirror-9aa7e62d0f77f27590dac1cae5603e8f7efb891f.tar.gz ihatemoney-mirror-9aa7e62d0f77f27590dac1cae5603e8f7efb891f.tar.bz2 | |
Import previously exported json data (#518)
Fix #417
* New tab upload
* Extract data from JSON
* Add users
* Black format
* Try to add bill
* Import bills
* Add french translation msg
* Black reformat missing
* Deactivated users are supported
* Test import
* Remove temp file in upload_json()
* Incomplete tests
* tests import
* Update ihatemoney/translations/fr/LC_MESSAGES/messages.po
Co-Authored-By: Rémy HUBSCHER <hubscher.remy@gmail.com>
* Remove useless variable and check json format
* Use String.IO and test for wrong json
* Remove coma
Co-authored-by: Rémy HUBSCHER <hubscher.remy@gmail.com>
Diffstat (limited to 'ihatemoney/translations/fr')
| -rw-r--r-- | ihatemoney/translations/fr/LC_MESSAGES/messages.po | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ihatemoney/translations/fr/LC_MESSAGES/messages.po b/ihatemoney/translations/fr/LC_MESSAGES/messages.po index 238e02d..f4c1f36 100644 --- a/ihatemoney/translations/fr/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/fr/LC_MESSAGES/messages.po @@ -539,6 +539,16 @@ msgstr "A dépensé" msgid "Balance" msgstr "Solde" +msgid "Import" +msgstr "Importer" + +msgid "Project successfully uploaded" +msgstr "Le projet a été correctement importé" + +msgid "Invalid JSON" +msgstr "Le fichier JSON est invalide" + + #~ msgid "" #~ "The project identifier is used to " #~ "log in and for the URL of " |
