Fiche armes et traits
This commit is contained in:
26
lang/en.json
Normal file
26
lang/en.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"ACTOR": {
|
||||
"TypePersonnage": "PC"
|
||||
},
|
||||
"ITEM": {
|
||||
"TypeTrait": "Trait",
|
||||
"TypeWeapon": "Weapon",
|
||||
"TypeEquipment": "Equipment"
|
||||
},
|
||||
"ECRY": {
|
||||
"ui": {
|
||||
"traitType": "Trait type",
|
||||
"niveauTrait": "Trait level",
|
||||
"weight": "Weight",
|
||||
"cost": "Cost",
|
||||
"costunit": "Unit",
|
||||
"effect": "Incidence",
|
||||
"ingot": "Ingot",
|
||||
"ingotin": "Ingotin",
|
||||
"goldcoin": "Gold coin",
|
||||
"lige": "Lige",
|
||||
"hurle": "Howl",
|
||||
"coin": "Coin"
|
||||
}
|
||||
}
|
||||
}
|
28
lang/fr.json
28
lang/fr.json
@ -1,13 +1,27 @@
|
||||
{
|
||||
"ACTOR": {
|
||||
"TypePersonnage": "Personnage"
|
||||
"TypePersonnage": "PC"
|
||||
},
|
||||
"ITEM": {
|
||||
"TypeArme": "Arme",
|
||||
"TypeEquipement": "Equipement",
|
||||
"TypeTarot": "Tarot",
|
||||
"TypeElementbio": "Element Biographique",
|
||||
"TypeArchetype": "Archetype",
|
||||
"TypeSortilege": "Sortilège"
|
||||
"TypeTrait": "Trait",
|
||||
"TypeWeapon": "Weapon",
|
||||
"TypeEquipment": "Equipment"
|
||||
},
|
||||
"ECRY": {
|
||||
"ui": {
|
||||
"traitType": "Type de trait",
|
||||
"niveauTrait": "Niveau du trait",
|
||||
"effect": "Effect",
|
||||
"weight": "Poids",
|
||||
"cost": "Prix",
|
||||
"costUnit": "Unité",
|
||||
"ingot": "Lingot",
|
||||
"ingotin": "Lingotin",
|
||||
"goldcoin": "Pièce d'or",
|
||||
"lige": "Lige",
|
||||
"hurle": "Hurle",
|
||||
"coin": "Sous"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user