From bab461f4e9413f6b57bf73a6e37ef9a28cdd8c22 Mon Sep 17 00:00:00 2001 From: baktov Date: Thu, 16 Jan 2020 19:50:20 +0100 Subject: [PATCH] add french translation --- lang/fr.json | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++ module.json | 7 +++++- 2 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 lang/fr.json diff --git a/lang/fr.json b/lang/fr.json new file mode 100644 index 0000000..fbf3402 --- /dev/null +++ b/lang/fr.json @@ -0,0 +1,60 @@ + { + "CMPBrowser.compendiumBrowser":"Recherche dans les Compendium", + "CMPBrowser.sortBy":"Trié par", + "CMPBrowser.cr":"Niveau de la rencontre", + "CMPBrowser.generalSettings":"Paramètres généraux", + "CMPBrowser.allowSpellAcc":"Autoriser les joueurs à accéder aux listes de sorts", + "CMPBrowser.allowNpcAcc":"Autoriser les joueurs à accéder aux listes de PNJ", + "CMPBrowser.compSettingsSpell":"Paramètres de compendium de sorts", + "CMPBrowser.compSettingsNpc":"Paramètres de compendium de PNJ", + "CMPBrowser.load":"Charger", + "CMPBrowser.lvl":"Level", + "CMPBrowser.ritual":"Rituel", + "CMPBrowser.concentration":"Concentration", + "CMPBrowser.verbal":"Verbales", + "CMPBrowser.somatic":"Somatiques", + "CMPBrowser.material":"Matérielles", + "CMPBrowser.cantip":"Tours de magie", + "CMPBrowser.school":"Ecole", + "CMPBrowser.castingTime":"Durée d'incantation", + "CMPBrowser.bonusAction":"Action Bonus", + "CMPBrowser.reaction":"Réaction", + "CMPBrowser.spellType":"Type de sort", + "CMPBrowser.damageType":"Type de dégâts", + "CMPBrowser.class":"Classe", + "CMPBrowser.bard":"Barde", + "CMPBrowser.cleric":"Clerc", + "CMPBrowser.druid":"Druide", + "CMPBrowser.paladin":"Paladin", + "CMPBrowser.ranger":"Rôdeur", + "CMPBrowser.sorcerer":"Sorcier", + "CMPBrowser.warlock":"Ensorceleur", + "CMPBrowser.wizard":"Magicien", + "CMPBrowser.general":"Général", + "CMPBrowser.components":"Composants", + "CMPBrowser.hasSpells":"à des Sorts", + "CMPBrowser.hasLegAct":"à des Actions Légendaires", + "CMPBrowser.hasLegRes":"à des Resistances Légendaires", + "CMPBrowser.creatureType":"Type de Créature", + "CMPBrowser.aberration": "Aberration", + "CMPBrowser.beast": "Bête", + "CMPBrowser.celestial": "Céleste", + "CMPBrowser.construct": "Artificielles", + "CMPBrowser.dragon": "Dragon", + "CMPBrowser.elemental": "Elementaire", + "CMPBrowser.fey": "Fée", + "CMPBrowser.fiend": "Fiélon", + "CMPBrowser.giant": "Géant", + "CMPBrowser.humanoid": "Humanoïde", + "CMPBrowser.monstrosity": "Monstrueuse", + "CMPBrowser.ooze": "Vase", + "CMPBrowser.plant": "Plante", + "CMPBrowser.undead": "Morts-vivants", + "CMPBrowser.abilities": "Capacités", + "CMPBrowser.dmgInteraction": "Spécificité des dégâts", + "CMPBrowser.dmgDealt": "Type de dégats", + "CMPBrowser.size": "Taille", + "CMPBrowser.spellBrowser":"Recherche de sorts", + "CMPBrowser.npcBrowser":"Recherche de PNJ", + "CMPBrowser.settings":"Paramétrages" + } \ No newline at end of file diff --git a/module.json b/module.json index f2a69bb..162b2c8 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "compendium-browser", "title": "Compendium Browser", "description": "A module to easily browse and filter spells as well as npcs loaded from compendie.", - "version": "0.1.9", + "version": "0.1.10", "author": "Felix#6196", "systems": ["dnd5e"], "scripts": ["./compendium-browser.js"], @@ -19,6 +19,11 @@ "lang": "ja", "name": "Japanese", "path": "lang/ja.json" + }, + { + "lang": "fr", + "name": "French (FRANCE)", + "path": "lang/fr.json" } ], "url": "https://github.com/syl3r86/compendium-browser",