diff --git a/fr.json b/fr.json index 6ed5c4c..ad868e7 100644 --- a/fr.json +++ b/fr.json @@ -10,6 +10,7 @@ "SWADE.Pow": "Pouvoirs", "SWADE.Wildcard": "Joker", "SWADE.Extra": "Extra", + "SWADE.BenniesMax": "Réinitialiser les Jetons", "SWADE.Bennies": "Jetons", "SWADE.Shaken": "Secoué", "SWADE.Distr": "Distrait", @@ -18,7 +19,7 @@ "SWADE.SkillTest": "jet de compétence", "SWADE.AttributeTest": "jet d'attribut", "SWADE.Attributes": "Attributs", - "SWADE.Secondaries": "Secondaires", + "SWADE.Derived": "Stats Dérivées", "SWADE.AttrAgi": "Agilité", "SWADE.AttrSma": "Intellect", "SWADE.AttrSpr": "Âme", @@ -42,8 +43,17 @@ "SWADE.Ed": "Modifier", "SWADE.Del": "Supprimer", + "SWADE.Arcane": "Arcane", + "SWADE.All": "Tous", + "SWADE.HasPowers": "A des Pouvoirs", + + "SWADE.Gear": "Équipement", "SWADE.Weapons": "Armes", + "SWADE.MeleeWeapons": "Armes de Mêlée", + "SWADE.RangedWeapons": "Armes à Distance", + "SWADE.Armors": "Armures", "SWADE.Armor": "Armure", + "SWADE.Shields": "Boucliers", "SWADE.Dmg": "Dégâts", "SWADE.Rng": "Portée", "SWADE.Ap": "PA", @@ -56,7 +66,9 @@ "SWADE.MinStrLong": "Force minimale", "SWADE.MinStr": "Force min.", "SWADE.Desc": "Description", + "SWADE.Details": "Détails", "SWADE.Equippable": "Équipable", + "SWADE.Misc": "Divers", "SWADE.QuickAccess": "Accès rapide", "SWADE.Hindrances": "Handicaps", @@ -73,11 +85,13 @@ "SWADE.CarryWeight": "Encombrement", "SWADE.Eqd": "Eq'é", "SWADE.Equipped": "Équipé", + "SWADE.Unequipped": "Non-Équipé", "SWADE.Quantity": "Quantité", "SWADE.Weight": "Poids", "SWADE.Price": "Prix", "SWADE.PP": "Pts de Pouvoir", + "SWADE.PPShort": "P. Pouvoirs", "SWADE.CurPP": "Pts de pouvoir actuels", "SWADE.MaxPP": "Pts de pouvoir max", "SWADE.Dur": "Durée", @@ -85,9 +99,12 @@ "SWADE.Wound": "Blessure", "SWADE.Wounds": "Blessures", + "SWADE.WoundsMax": "Blessures maximales", "SWADE.Fatigue": "Fatigue", + "SWADE.FatigueMax": "Fatigue maximale", "SWADE.Incap": "État critique!", + "SWADE.Init": "Initiative", "SWADE.InitDraw": "tire son Initiative !", "SWADE.JokersWild": "un Joker, c'est fou !", @@ -108,7 +125,7 @@ "SWADE.RollMode": "Mode de lancer", "SWADE.RollExample": "ex. +1d6x= or -2", "SWADE.Roll": "Lancer", - "SWADE.RollRaise": "Lancer avec relance", + "SWADE.RollRaise": "Avec relance", "SWADE.Ok": "Ok", "SWADE.Cancel": "Annuler", "SWADE.ConfigInit": "Configurer l'Initiative", diff --git a/module.json b/module.json index f5aef54..78bba45 100644 --- a/module.json +++ b/module.json @@ -2,9 +2,9 @@ "name": "swade-fr", "title": "SWADE French translation", "description": "Adds French(FRANCE) to the SWADE system", - "version": "0.1.3", + "version": "0.1.4", "minimumCoreVersion" : "0.5.7", - "compatibleCoreVersion" : "0.6.0", + "compatibleCoreVersion" : "0.6.2", "author": "Kyane, Leratier Bretonnien, U~man", "scripts": [],