Skip to content

Commit d3be477

Browse files
committed
Support for French by @rectulo
Signed-off-by: Tobias Franz <cinex.mail@web.de>
1 parent 94062f9 commit d3be477

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

languages/fr.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"translation-editor.dialogue.title": "Éditeur de traduction",
3+
"translation-editor.config.editor.button": "Éditer",
4+
"translation-editor.config.editor.hint": "Lancer l'éditeur de traduction",
5+
"translation-editor.config.editor.label": "Ouvrir",
6+
"translation-editor.config.editor.translation-key": "Clé de traduction",
7+
"translation-editor.config.editor.unsaved-changes.question": "Você tem mudanças não salvas. Deseja continuar?",
8+
"translation-editor.config.editor.unsaved-changes.text": "Si vous poursuivez, toutes les changements non sauvegardés seront perdus.",
9+
"translation-editor.config.editor.explanation": "Pour commencer à traduire, choisissez un module dans la liste ci dessous. La table montre les traductions actuelles ainsi qu'une autre langue en référence ainsi que le nombre de caractères de chaque traduction. Si vous recherchez une traduction spécifique et/ou une clé, utiliser l'entrée de recherche pour trouver ce que vous cherchez. Une fois terminé, appuyez sur Sauvegarder et localisez le fichier sous fichiers de traduction",
10+
"translation-editor.config.editor.module": "Module",
11+
"translation-editor.config.editor.translateFrom": "Traduit de",
12+
"translation-editor.config.editor.translateTo": "Traduire en",
13+
"translation-editor.config.editor.saveAs": "Sauvegarder sous",
14+
"translation-editor.config.editor.flatKeys": "clés plates",
15+
"translation-editor.config.editor.nestedKeys": "clés nichées",
16+
"translation-editor.config.editor.searchTranslations": "Chercher les traductions",
17+
"translation-editor.config.editor.buttons.reset": "Remettre à zéro",
18+
"translation-editor.config.editor.buttons.save": "Sauvegarder",
19+
"translation-editor.config.editor.buttons.download": "Charger",
20+
"translation-editor.config.debug.label": "Mode débug",
21+
"translation-editor.config.debug.hint": "Activer le log détaillé"
22+
}

module.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "translation-editor",
33
"title": "Translation Editor",
44
"description": "This module allows you to edit all translations via a user friendly interface",
5-
"version": "1.1.4",
5+
"version": "1.1.5",
66
"library": "false",
7-
"manifestPlusVersion": "1.1.4",
7+
"manifestPlusVersion": "1.1.5",
88
"minimumCoreVersion": "0.8.0",
99
"compatibleCoreVersion": "9",
1010
"authors": [
@@ -30,6 +30,11 @@
3030
"lang": "pt",
3131
"name": "Português (Brasil)",
3232
"path": "languages/pt-br.json"
33+
},
34+
{
35+
"lang": "fr",
36+
"name": "Français",
37+
"path": "languages/fr.json"
3338
}
3439
],
3540
"url": "https://github.com/kid2407/TranslationEditor",

0 commit comments

Comments
 (0)