fix(i18n): complète les clés manquantes dans les fichiers de langue
- Ajoute les clés BOL.itemProperty.magicalProperties et BOL.ui.heropoints (manquantes dans toutes les langues, dont le FR) - Traduit et ajoute 27 clés EN, 35 clés ES et 100 clés DE manquantes (chat, itemProperty, ui, featureSubtypes) en s'appuyant sur le FR - Résultat : 0 clé référencée par le code/templates manquante dans les 4 fichiers de langue (fr/en/es/de)
This commit is contained in:
+30
-1
@@ -381,6 +381,18 @@
|
||||
"BOL.itemProperty.natural": "Natural weapon",
|
||||
"BOL.itemProperty.onlymodifier": "Modifier only (ie creatures attacks)",
|
||||
"BOL.itemProperty.attackMalusDice": "Attack Malus (Dice)",
|
||||
"BOL.itemProperty.crewDamageMultiplier": "Multiplier",
|
||||
"BOL.itemProperty.crewdamage": "Crew damage value",
|
||||
"BOL.itemProperty.hullDamageMultiplier": "Multiplier",
|
||||
"BOL.itemProperty.hulldamage": "Hull damage value",
|
||||
"BOL.itemProperty.isboarding": "Boarding",
|
||||
"BOL.itemProperty.isbreakrow": "Break the oars",
|
||||
"BOL.itemProperty.iscrewdamage": "Crew damage",
|
||||
"BOL.itemProperty.isfiredamage": "Fire damage",
|
||||
"BOL.itemProperty.ishulldamage": "Hull damage",
|
||||
"BOL.itemProperty.isspur": "Ramming",
|
||||
"BOL.itemProperty.magicalProperties": "Magical properties",
|
||||
"BOL.itemProperty.vehicleDamageType": "Vehicle damage type",
|
||||
|
||||
"BOL.itemStat.quantity": "Quantity",
|
||||
"BOL.itemStat.weight": "Weight",
|
||||
@@ -627,6 +639,13 @@
|
||||
"BOL.chat.welcome6": "Good game in Lemuria !",
|
||||
"BOL.chat.msgonlygm": "Message only to the GM",
|
||||
"BOL.chat.babelewarning": "⚠ WARNING ! English language selected, but Babele module is not installed !<br>Please install babele from the module tab in Foundry interface.",
|
||||
"BOL.chat.applyrecup": "Recover during a few minutes (+{recupHP} Vitality)",
|
||||
"BOL.chat.defenseReduceDamage2": "You can also spend 1 Heroism/Villainy Point to regain [[/r 2d6KH(1D6B)]] vitality points, this will cost you your next action.",
|
||||
"BOL.chat.losshp": "{name} lost {lossHP} Vitality points. If he rests a few minutes, he can recover {recupHP} Vitality points.",
|
||||
"BOL.chat.pcnotlinked": "The player character token is not linked to the actor",
|
||||
"BOL.chat.pcnotlinkedmsg": "<b>WARNING</b> The player character token is not linked to the actor!",
|
||||
"BOL.chat.pcwarning": "Warning! No character is linked to the player!",
|
||||
"BOL.chat.pcwarningmsg": "<b>WARNING</b> The player is not linked to any character!",
|
||||
|
||||
"BOL.settings.rollArmor": "Roll for armor",
|
||||
"BOL.settings.rollArmorTooltip": "Roll for armor value, fixed value if unchecked",
|
||||
@@ -650,5 +669,15 @@
|
||||
"BOL.ui.charSummaryTitle": "Character Summary",
|
||||
"BOL.ui.colGroupAttributes": "Attributes",
|
||||
"BOL.ui.colGroupAptitudes": "Aptitudes",
|
||||
"BOL.ui.colGroupResources": "Resources"
|
||||
"BOL.ui.colGroupResources": "Resources",
|
||||
"BOL.ui.aggressive": "Aggressive spell?",
|
||||
"BOL.ui.capacityProperties": "Capacity properties",
|
||||
"BOL.ui.cost": "XP cost",
|
||||
"BOL.ui.date": "Date",
|
||||
"BOL.ui.heropoints": "Heroism/Villainy Points",
|
||||
"BOL.ui.isbonusdice": "Provides a bonus die?",
|
||||
"BOL.ui.ismalusdice": "Provides a penalty die?",
|
||||
"BOL.ui.magicnewrules": "Additional rules (cf. fan-made supplement Sorcery!)",
|
||||
"BOL.ui.value": "Value",
|
||||
"BOL.ui.xplog": "XP Log"
|
||||
}
|
||||
Reference in New Issue
Block a user