French Available

This commit is contained in:
Geoffrey Crofte
2020-07-24 09:12:15 +02:00
parent 3c70aa24f0
commit c5b1acfd26
7 changed files with 81 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
{
"languages": ["en", "it", "es", "de"],
"languages": ["en", "it", "es", "de", "fr"],
"translations": {
"en": {
"open_in_": "open in ",
@@ -68,6 +68,23 @@
"_default": " mit Standard",
"_as_default": " mit Standard",
"copy": "kopieren"
},
"fr": {
"open_in_": "Ouvrir dans ",
"cc_": "cc ",
"bcc_": "cci ",
"subject_": "sujet ",
"body_": "contenu ",
"gmail": "Gmail",
"outlook": "Outlook",
"telegram": "Telegram",
"whatsapp": "WhatsApp",
"skype": "Skype",
"call": "appeler",
"open": "Ouvrir",
"_default": " par défaut",
"_as_default": " par défaut",
"copy": "Copier"
}
}
}