diff --git a/fr.json b/fr.json index af3c10d..6ed5c4c 100644 --- a/fr.json +++ b/fr.json @@ -18,11 +18,17 @@ "SWADE.SkillTest": "jet de compétence", "SWADE.AttributeTest": "jet d'attribut", "SWADE.Attributes": "Attributs", + "SWADE.Secondaries": "Secondaires", "SWADE.AttrAgi": "Agilité", "SWADE.AttrSma": "Intellect", "SWADE.AttrSpr": "Âme", "SWADE.AttrStr": "Force", "SWADE.AttrVig": "Vigueur", + "SWADE.AttrAgiShort": "Agi", + "SWADE.AttrSmaShort": "Int", + "SWADE.AttrSprShort": "Âme", + "SWADE.AttrStrShort": "For", + "SWADE.AttrVigShort": "Vig", "SWADE.Skills": "Compétences", "SWADE.LinkAttr": "Attribut lié", @@ -52,6 +58,7 @@ "SWADE.Desc": "Description", "SWADE.Equippable": "Équipable", + "SWADE.QuickAccess": "Accès rapide", "SWADE.Hindrances": "Handicaps", "SWADE.MajHind": "Handicap Majeur", "SWADE.Major": "(Majeur)", @@ -93,15 +100,20 @@ "SWADE.HideWCDesc": "Ne montre pas le signe Joker aux Joueurs pour les PNJs", "SWADE.EnableConv": "Activer la Conviction", "SWADE.EnableConvDesc": "Active la règle d'univers Conviction", - + "SWADE.AutoLink": "Lier automatiquement les Jokers", + "SWADE.AutoLinkDesc": "Les Joker PNJ auront leur token lié lorsque leur statut sera basculé de Extra à Joker", + "SWADE.Formula": "Formule", "SWADE.SitMod": "Modificateur de Situation", "SWADE.RollMode": "Mode de lancer", "SWADE.RollExample": "ex. +1d6x= or -2", + "SWADE.Roll": "Lancer", + "SWADE.RollRaise": "Lancer avec relance", "SWADE.Ok": "Ok", "SWADE.Cancel": "Annuler", "SWADE.ConfigInit": "Configurer l'Initiative", "SWADE.IgnWounds": "Ignorer les Blessures", + "SWADE.Size": "Taille", "SWADE.PickACard": "Tirer une carte", "SWADE.NoCardsLeft": "Il ne reste pas assez de cartes dans le paquet !" } diff --git a/module.json b/module.json index 6e2b9d8..f5aef54 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.2", + "version": "0.1.3", "minimumCoreVersion" : "0.5.7", - "compatibleCoreVersion" : "0.5.7", + "compatibleCoreVersion" : "0.6.0", "author": "Kyane, Leratier Bretonnien, U~man", "scripts": [],