Skip to content

Commit 84739d8

Browse files
author
Grégory Soupé
committed
Translating Actor and Item types
1 parent b7dde54 commit 84739d8

File tree

2 files changed

+38
-22
lines changed

2 files changed

+38
-22
lines changed

lang/en-EN.json

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"Details": "Details",
77

88
"ACTOR.GenerateACharacter": "Generate a Character",
9+
"ACTOR.TypeCharacter": "Character",
10+
"ACTOR.TypeCreature": "Creature",
11+
"ACTOR.TypeGroup": "Group",
12+
"ACTOR.TypeParty": "Party",
913

1014
"ACTION.Art": "Art",
1115
"ACTION.ChallengeDice": "Challenge Dice",
@@ -281,17 +285,21 @@
281285
"INSANITY.Traits": "Traits",
282286
"INSANITY.Description": "Description",
283287

284-
"ITEM.Career": "Career",
285-
"ITEM.Skill": "Skill",
286-
"ITEM.TrainingLevel": "Training Level",
287-
"ITEM.Talent": "Talent",
288-
"ITEM.Type": "Type",
289-
"ITEM.Action": "Action",
290-
"ITEM.Trapping": "Trapping",
291-
"ITEM.Weapon": "Weapon",
292-
"ITEM.Armour": "Armour",
293-
"ITEM.Money": "Money",
294-
"ITEM.Wound": "Wound",
288+
"ITEM.TypeAbility": "Ability",
289+
"ITEM.TypeAction": "Action",
290+
"ITEM.TypeArmour": "Armour",
291+
"ITEM.TypeCareer": "Career",
292+
"ITEM.TypeCondition": "Condition",
293+
"ITEM.TypeCriticalwound": "Critical Wound",
294+
"ITEM.TypeDisease": "Disease",
295+
"ITEM.TypeInsanity": "Insanity",
296+
"ITEM.TypeMoney": "Money",
297+
"ITEM.TypeMiscast": "Miscast",
298+
"ITEM.TypeMutation": "Mutation",
299+
"ITEM.TypeSkill": "Skill",
300+
"ITEM.TypeTalent": "Talent",
301+
"ITEM.TypeTrapping": "Trapping",
302+
"ITEM.TypeWeapon": "Weapon",
295303

296304
"MONEY.Value": "Value",
297305
"MONEY.Brass": "Brass",

lang/fr-FR.json

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"Details": "Détails",
77

88
"ACTOR.GenerateACharacter": "Générer un Personnage",
9+
"ACTOR.TypeCharacter": "Personnage",
10+
"ACTOR.TypeCreature": "Créature",
11+
"ACTOR.TypeGroup": "Bande",
12+
"ACTOR.TypeParty": "Groupe",
913

1014
"ACTION.Art": "Illustration",
1115
"ACTION.ChallengeDice": "Dés de Défi",
@@ -281,17 +285,21 @@
281285
"INSANITY.Traits": "Traits",
282286
"INSANITY.Description": "Description",
283287

284-
"ITEM.Career": "Carrière",
285-
"ITEM.Skill": "Compétence",
286-
"ITEM.TrainingLevel": "Niveau de formation",
287-
"ITEM.Talent": "Talent",
288-
"ITEM.Type": "Type",
289-
"ITEM.Action": "Action",
290-
"ITEM.Trapping": "Dotation",
291-
"ITEM.Weapon": "Arme",
292-
"ITEM.Armour": "Armure",
293-
"ITEM.Money": "Monnaie",
294-
"ITEM.Wound": "Blessure",
288+
"ITEM.TypeAbility": "Aptitude",
289+
"ITEM.TypeAction": "Action",
290+
"ITEM.TypeArmour": "Armure",
291+
"ITEM.TypeCareer": "Carrière",
292+
"ITEM.TypeCondition": "État",
293+
"ITEM.TypeCriticalwound": "Blessure",
294+
"ITEM.TypeDisease": "Maladie",
295+
"ITEM.TypeInsanity": "Folie",
296+
"ITEM.TypeMoney": "Monnaie",
297+
"ITEM.TypeMiscast": "Revers Magique",
298+
"ITEM.TypeMutation": "Mutation",
299+
"ITEM.TypeSkill": "Compétence",
300+
"ITEM.TypeTalent": "Talent",
301+
"ITEM.TypeTrapping": "Dotation",
302+
"ITEM.TypeWeapon": "Arme",
295303

296304
"MONEY.Value": "Valeur",
297305
"MONEY.Brass": "Brass",

0 commit comments

Comments
 (0)