From 4e659d333d1ff0b5efd81f657f0f8f49dfe4f5cf Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Thu, 2 Apr 2020 09:05:21 +0200 Subject: [PATCH] Add new transkated terms --- fr.json | 20 +++++++++++++++++++- module.json | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/fr.json b/fr.json index 005ba55..2210c95 100644 --- a/fr.json +++ b/fr.json @@ -600,5 +600,23 @@ "Flail": "Fléau", "Pary": "Parade", - "yards": "mètres" + "yards": "mètres", + "yds": "m.", + "Very Easy (+60)" : "Très facile (+60)", + "Easy (+40)": "Facile (+40)", + "Average (+20)": "Accessible (+20)", + "Challenging (+0)": "Intermédiaire (+0)", + "Difficult (-10)": "Complexe (-10)", + "Hard (-20)": "Dur (-20)", + "Very Hard (-30)": "Difficile (-20)", + "Difficulty": "Très difficile", + + "Weapon Skill": "Capacité de Combat", + "Ballistic Skill": "Capacité de Tir", + "Strength": "Force", + "Toughness": "Endurance", + "Agility": "Agilité", + "Dexterity": "Dextérité", + "Willpower": "Force Mentale", + "Fellowship": "Sociabilité" } diff --git a/module.json b/module.json index 807c3f4..c175a77 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "WH4-fr-translation", "title": "Traduction du module WH4 en Français.", "description": "La traduction du module WH4.", - "version": "0.28", + "version": "0.29", "minimumCoreVersion" : "0.5.1", "author": "LeRatierBretonnien", "esmodules": ["babele-register.js"],