diff --git a/fr.json b/fr.json index 7270a74..cabe71e 100644 --- a/fr.json +++ b/fr.json @@ -195,6 +195,7 @@ "ACTOR.TypeCharacter" : "Personnage", "ACTOR.TypeCreature": "Créature", "ACTOR.ClearMount":"Enlever la monture", + "ACTOR.AdvancementError":"Impossible de progresser : {action} {item}, pas assez d'expérience disponible", "ITEM.PenniesValue" : "Valeur (en Sous de Cuivre)", "ITEM.MeleeDamage" : "Dommages Mêlée", @@ -1449,7 +1450,14 @@ "Rich folks": "Gens riches", "Fangs": "Crocs", "Scales": "Ecailles", - + + "Commands":"Commandes", + "as weapon":"comme arme", + "half weapon":"moitié d'arme", + "quarter weapon":"quart d'arme", + "third weapon":"troisième arme", + "twice weapon":"arme double", + "NAME.BP" : "Sous de Cuivre", "NAME.SS" : "Pistole d'Argent", "NAME.GC" : "Couronne d'Or", diff --git a/module.json b/module.json index f023a16..48cd8ed 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "WH4-fr-translation", "title": "WFRP4e - Core Module en français.", "description": "Traduction Française pour Warhammer v4.", - "version": "4.3.1", + "version": "4.3.2", "minimumCoreVersion" : "0.8.0", "compatibleCoreVersion": "0.8.9", "author": "LeRatierBretonnien", diff --git a/wfrp4.code-workspace b/wfrp4.code-workspace index f36ab1b..d66b875 100644 --- a/wfrp4.code-workspace +++ b/wfrp4.code-workspace @@ -5,6 +5,9 @@ }, { "path": "../WFRP4e-FoundryVTT" + }, + { + "path": "../../../foundry/foundrydata-dev/Data/modules/wfrp4e-core" } ], "settings": {}