Add folder names from translated compendiums to SoC, WoM and UiA
This commit is contained in:
parent
97d9d5d8fa
commit
925c2721a9
@ -1,5 +1,15 @@
|
|||||||
{
|
{
|
||||||
"label": "Items (Sea of Claws)",
|
"label": "Items (Sea of Claws)",
|
||||||
|
"folders": {
|
||||||
|
"Ammunition": "Munitions",
|
||||||
|
"Careers": "Carrières",
|
||||||
|
"Criticals": "Critiques",
|
||||||
|
"Diseases": "Maladies",
|
||||||
|
"Skills": "Compétences",
|
||||||
|
"Spells": "Sorts",
|
||||||
|
"Trappings": "Possessions",
|
||||||
|
"Weapons": "Armes"
|
||||||
|
},
|
||||||
"mapping": {
|
"mapping": {
|
||||||
"description": "system.description.value",
|
"description": "system.description.value",
|
||||||
"trappings": "system.trappings",
|
"trappings": "system.trappings",
|
||||||
@ -11,6 +21,7 @@
|
|||||||
"path": "system.skills",
|
"path": "system.skills",
|
||||||
"converter": "career_skills"
|
"converter": "career_skills"
|
||||||
},
|
},
|
||||||
|
"modType": "system.modType.value",
|
||||||
"careergroup": {
|
"careergroup": {
|
||||||
"path": "system.careergroup.value",
|
"path": "system.careergroup.value",
|
||||||
"converter": "career_careergroup"
|
"converter": "career_careergroup"
|
||||||
@ -78,4 +89,4 @@
|
|||||||
"converter": "trapping_qualities_flaws"
|
"converter": "trapping_qualities_flaws"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,5 +1,15 @@
|
|||||||
{
|
{
|
||||||
"label": "Items (Up In Arms)",
|
"label": "Items (Up In Arms)",
|
||||||
|
"folders": {
|
||||||
|
"Ammunition": "Munitions",
|
||||||
|
"Careers": "Carrières",
|
||||||
|
"Criticals": "Critiques",
|
||||||
|
"Prayers": "Prières",
|
||||||
|
"Skills": "Compétences",
|
||||||
|
"Spells": "Sorts",
|
||||||
|
"Trappings": "Possessions",
|
||||||
|
"Weapons": "Armes"
|
||||||
|
},
|
||||||
"mapping": {
|
"mapping": {
|
||||||
"skills": {
|
"skills": {
|
||||||
"path": "system.skills",
|
"path": "system.skills",
|
||||||
|
@ -1,5 +1,23 @@
|
|||||||
{
|
{
|
||||||
"label": "Items (Winds of Magic)",
|
"label": "Items (Winds of Magic)",
|
||||||
|
"folders": {
|
||||||
|
"Ammunition": "Munitions",
|
||||||
|
"Armour": "Armures",
|
||||||
|
"Careers": "Carrières",
|
||||||
|
"Lore of Beasts": "Domaine des Bêtes",
|
||||||
|
"Lore of Death": "Domaine de la Mort",
|
||||||
|
"Lore of Fire": "Domaine du Feu",
|
||||||
|
"Lore of Heavens": "Domaine des Cieux",
|
||||||
|
"Lore of Life": "Domaine de la Vie",
|
||||||
|
"Lore of Light": "Domaine de la Lumière",
|
||||||
|
"Lore of Metal": "Domaine du Métal",
|
||||||
|
"Lore of Necromancy": "Nécromancie",
|
||||||
|
"Lore of Shadow": "Domaine des Ombres",
|
||||||
|
"Skills": "Compétences",
|
||||||
|
"Spells": "Sorts",
|
||||||
|
"Trappings": "Possessions",
|
||||||
|
"Weapons": "Armes"
|
||||||
|
},
|
||||||
"mapping": {
|
"mapping": {
|
||||||
"description": "system.description.value",
|
"description": "system.description.value",
|
||||||
"trappings": "system.trappings",
|
"trappings": "system.trappings",
|
||||||
|
Loading…
Reference in New Issue
Block a user