From bf3e7fe02df7f913360044bd053fcf462ff50511 Mon Sep 17 00:00:00 2001 From: U~man Date: Sat, 27 Jun 2020 16:53:06 +0200 Subject: [PATCH] ENH: Update to latest SWADE --- fr.json | 26 ++++++++++++++++++++++++-- module.json | 6 +++--- 2 files changed, 27 insertions(+), 5 deletions(-) diff --git a/fr.json b/fr.json index ad868e7..07c6cfd 100644 --- a/fr.json +++ b/fr.json @@ -10,7 +10,6 @@ "SWADE.Pow": "Pouvoirs", "SWADE.Wildcard": "Joker", "SWADE.Extra": "Extra", - "SWADE.BenniesMax": "Réinitialiser les Jetons", "SWADE.Bennies": "Jetons", "SWADE.Shaken": "Secoué", "SWADE.Distr": "Distrait", @@ -37,6 +36,18 @@ "SWADE.WildDie": "Dé Joker", "SWADE.Mod": "Modificateur", + "SWADE.BenniesSpend": "Dépenser un Jeton", + "SWADE.BenniesGive": "Donner un Jeton", + "SWADE.BenniesRefresh": "Réinitialiser les Jetons", + "SWADE.BenniesRefreshMessage": "Les Jetons ont été réinitialisés", + "SWADE.BenniesGMRefreshMessage": "Les Jetons du MJ ont été réinitialisés", + "SWADE.BenniesAddMessage": "a obtenu un nouveau Jeton !", + "SWADE.BenniesGMAddMessage": "Le MJ a obtenu un nouveau Jeton !", + "SWADE.BenniesSpendMessage": "dépense un Jeton", + "SWADE.EnableBennyNotify": "Notifications des Jetons", + "SWADE.EnableBennyNotifyDesc": "Affiche des messages dans le chat lorsque les Jetons sont modifiés.", + "SWADE.BenniesMax": "Rafraichissement des Jetons", + "SWADE.EditSkill": "Modifier Compétence", "SWADE.EdEdge": "Modifier Atout", "SWADE.EdHind": "Modifier Handicap", @@ -65,6 +76,7 @@ "SWADE.Notes": "Notes", "SWADE.MinStrLong": "Force minimale", "SWADE.MinStr": "Force min.", + "SWADE.MinStrShort": "For min.", "SWADE.Desc": "Description", "SWADE.Details": "Détails", "SWADE.Equippable": "Équipable", @@ -81,6 +93,10 @@ "SWADE.Conv": "Conviction", "SWADE.UseConv": "Fait appel à sa Conviction !", + "SWADE.Hesitant": "Hésitant", + "SWADE.LevelHeaded": "Tête froide", + "SWADE.ImprovedLevelHeaded": "Sang froid", + "SWADE.Currency": "Argent", "SWADE.CarryWeight": "Encombrement", "SWADE.Eqd": "Eq'é", @@ -132,5 +148,11 @@ "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 !" + "SWADE.NoCardsLeft": "Il ne reste pas assez de cartes dans le paquet !", + + "SWADE.HitLocations": "Localisation", + "SWADE.Head": "Tête", + "SWADE.Torso": "Torse", + "SWADE.Arms": "Bras", + "SWADE.Legs": "Jambes" } diff --git a/module.json b/module.json index 78bba45..aa028b6 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.4", - "minimumCoreVersion" : "0.5.7", - "compatibleCoreVersion" : "0.6.2", + "version": "0.1.5", + "minimumCoreVersion" : "0.6.0", + "compatibleCoreVersion" : "0.6.4", "author": "Kyane, Leratier Bretonnien, U~man", "scripts": [],