Initial import with skill sheet worning
This commit is contained in:
307
lang/en.json
307
lang/en.json
@ -1,313 +1,95 @@
|
||||
{
|
||||
"TYPES": {
|
||||
"Actor": {
|
||||
"character": "Personnage",
|
||||
"opponent": "Adversaire"
|
||||
"character": "Character",
|
||||
"opponent": "NPC"
|
||||
},
|
||||
"Item": {
|
||||
"path": "Voie",
|
||||
"talent": "Talent",
|
||||
"weapon": "Arme",
|
||||
"armor": "Armure",
|
||||
"spell": "Sortilège",
|
||||
"attack": "Attaque"
|
||||
"skill": "Skill",
|
||||
"weapon": "Weapon",
|
||||
"armor": "Armor",
|
||||
"spell": "Spell",
|
||||
"gift": "Gift",
|
||||
"vulnerability": "Vulnerability",
|
||||
"save": "Save",
|
||||
"equipment": "Equipment"
|
||||
}
|
||||
},
|
||||
|
||||
"LETHALFANTASY": {
|
||||
"Character": {
|
||||
"FIELDS": {
|
||||
"voies": {
|
||||
"majeure": {
|
||||
"nom": {
|
||||
"label": "Voie"
|
||||
}
|
||||
},
|
||||
"mineure": {
|
||||
"nom": {
|
||||
"label": "Voie Mineure"
|
||||
}
|
||||
}
|
||||
"str": {
|
||||
"label": "Strength"
|
||||
},
|
||||
"commanditaire": {
|
||||
"label": "Commanditaire"
|
||||
"dex": {
|
||||
"label": "Dexterity"
|
||||
},
|
||||
"dv": {
|
||||
"label": "Dé de Vie"
|
||||
"int": {
|
||||
"label": "Intelligence"
|
||||
},
|
||||
"pv": {
|
||||
"value": {
|
||||
"label": "Points de Vie",
|
||||
"short": "PV"
|
||||
}
|
||||
"wis": {
|
||||
"label": "Wisdom"
|
||||
},
|
||||
"dmax": {
|
||||
"valeur": {
|
||||
"label": "Dégâts max"
|
||||
}
|
||||
"con": {
|
||||
"label": "Constitution"
|
||||
},
|
||||
"caracteristiques": {
|
||||
"rob": {
|
||||
"valeur": {
|
||||
"label": "Robustesse",
|
||||
"short": "Rob"
|
||||
}
|
||||
},
|
||||
"dex": {
|
||||
"valeur": {
|
||||
"label": "Dextérité",
|
||||
"short": "Dex"
|
||||
}
|
||||
},
|
||||
"int": {
|
||||
"valeur": {
|
||||
"label": "Intelligence",
|
||||
"short": "Int"
|
||||
}
|
||||
},
|
||||
"per": {
|
||||
"valeur": {
|
||||
"label": "Perception",
|
||||
"short": "Per"
|
||||
}
|
||||
},
|
||||
"vol": {
|
||||
"valeur": {
|
||||
"label": "Volonté",
|
||||
"short": "Vol"
|
||||
}
|
||||
}
|
||||
"char": {
|
||||
"label": "Charisma"
|
||||
},
|
||||
"ressources": {
|
||||
"san": {
|
||||
"valeur": {
|
||||
"label": "Santé Mentale"
|
||||
}
|
||||
},
|
||||
"oeil": {
|
||||
"valeur": {
|
||||
"label": "Œil"
|
||||
}
|
||||
},
|
||||
"verbe": {
|
||||
"valeur": {
|
||||
"label": "Verbe"
|
||||
}
|
||||
},
|
||||
"bourse": {
|
||||
"valeur": {
|
||||
"label": "Bourse"
|
||||
}
|
||||
},
|
||||
"magie": {
|
||||
"valeur": {
|
||||
"label": "Magie"
|
||||
}
|
||||
}
|
||||
"app": {
|
||||
"label": "Appearance"
|
||||
}
|
||||
},
|
||||
"Label": {
|
||||
"personnage": "Personnage",
|
||||
"caracteristiques": "Caractéristiques",
|
||||
"ressources": "Ressources",
|
||||
"description": "Description",
|
||||
"langues": "Langues",
|
||||
"notes": "Notes",
|
||||
"details": "Détails",
|
||||
"biography": "Biographie",
|
||||
"biens": "Biens",
|
||||
"talents": "Talents",
|
||||
"attaques": "Attaques"
|
||||
}
|
||||
},
|
||||
"Opponent": {
|
||||
"FIELDS": {
|
||||
"dv": {
|
||||
"label": "Dé de Vie"
|
||||
},
|
||||
"pv": {
|
||||
"value": {
|
||||
"label": "Points de Vie"
|
||||
},
|
||||
"max": {
|
||||
"label": "Points de Vie max"
|
||||
}
|
||||
},
|
||||
"armure": {
|
||||
"label": "Armure"
|
||||
},
|
||||
"malus": {
|
||||
"label": "Malus d'adversité"
|
||||
},
|
||||
"actions": {
|
||||
"label": "Actions"
|
||||
}
|
||||
},
|
||||
"Skill": {
|
||||
"FIELDS": {
|
||||
"description": {
|
||||
"label": "Description"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Talent": {
|
||||
"Equipment": {
|
||||
"FIELDS": {
|
||||
"description": {
|
||||
"label": "Description"
|
||||
},
|
||||
"appris": {
|
||||
"label": "Appris"
|
||||
},
|
||||
"progression": {
|
||||
"label": "Progression"
|
||||
},
|
||||
"niveau": {
|
||||
"label": "Niveau"
|
||||
}
|
||||
},
|
||||
"details": "(Niveau {niveau})"
|
||||
}
|
||||
},
|
||||
"Path": {
|
||||
"Gift": {
|
||||
"FIELDS": {
|
||||
"description": {
|
||||
"label": "Description"
|
||||
},
|
||||
"biens": {
|
||||
"label": "Biens"
|
||||
},
|
||||
"langues": {
|
||||
"label": "Langues"
|
||||
},
|
||||
"talents": {
|
||||
"label": "Talents"
|
||||
},
|
||||
"voies": {
|
||||
"majeure": {
|
||||
"label": "Voie Majeure"
|
||||
},
|
||||
"mineure": {
|
||||
"label": "Voie Mineure"
|
||||
}
|
||||
},
|
||||
"dv": {
|
||||
"label": "Dé de Vie"
|
||||
},
|
||||
"dmax": {
|
||||
"label": "Dégâts max"
|
||||
},
|
||||
"caracteristiques": {
|
||||
"rob": {
|
||||
"valeur": {
|
||||
"label": "Robustesse",
|
||||
"short": "Rob"
|
||||
}
|
||||
},
|
||||
"dex": {
|
||||
"valeur": {
|
||||
"label": "Dextérité",
|
||||
"short": "Dex"
|
||||
}
|
||||
},
|
||||
"int": {
|
||||
"valeur": {
|
||||
"label": "Intelligence",
|
||||
"short": "Int"
|
||||
}
|
||||
},
|
||||
"per": {
|
||||
"valeur": {
|
||||
"label": "Perception",
|
||||
"short": "Per"
|
||||
}
|
||||
},
|
||||
"vol": {
|
||||
"valeur": {
|
||||
"label": "Volonté",
|
||||
"short": "Vol"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ressources": {
|
||||
"san": {
|
||||
"valeur": {
|
||||
"label": "Santé Mentale"
|
||||
}
|
||||
},
|
||||
"oeil": {
|
||||
"valeur": {
|
||||
"label": "Œil"
|
||||
}
|
||||
},
|
||||
"verbe": {
|
||||
"valeur": {
|
||||
"label": "Verbe"
|
||||
}
|
||||
},
|
||||
"bourse": {
|
||||
"valeur": {
|
||||
"label": "Bourse"
|
||||
}
|
||||
},
|
||||
"magie": {
|
||||
"valeur": {
|
||||
"label": "Magie"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Weapon": {
|
||||
"FIELDS": {
|
||||
"categorie": {
|
||||
"label": "Catégorie"
|
||||
},
|
||||
"degats": {
|
||||
"label": "Dégâts"
|
||||
"category": {
|
||||
"label": "Category"
|
||||
}
|
||||
},
|
||||
"Category": {
|
||||
"main": "Mains Nues",
|
||||
"improvisee": "Armes Improvisées",
|
||||
"courte": "Armes courtes",
|
||||
"longue": "Armes longues",
|
||||
"lourde": "Armes lourdes"
|
||||
}
|
||||
},
|
||||
"Armor": {
|
||||
"FIELDS": {
|
||||
"categorie": {
|
||||
"label": "Catégorie"
|
||||
},
|
||||
"valeur": {
|
||||
"label": "Valeur"
|
||||
},
|
||||
"malus": {
|
||||
"label": "Malus"
|
||||
"category": {
|
||||
"label": "Category"
|
||||
}
|
||||
},
|
||||
"Category": {
|
||||
"sommaire": "Armures sommaires",
|
||||
"legere": "Armures légères",
|
||||
"guerre": "Armures de guerre"
|
||||
},
|
||||
"details": "Valeur : {valeur} - Malus : {malus}"
|
||||
}
|
||||
},
|
||||
"Spell": {
|
||||
"FIELDS": {
|
||||
"description": {
|
||||
"label": "Description"
|
||||
},
|
||||
"preparation": {
|
||||
"label": "Préparation"
|
||||
},
|
||||
"cible": {
|
||||
"label": "Cible"
|
||||
},
|
||||
"portee": {
|
||||
"label": "Portée"
|
||||
},
|
||||
"duree": {
|
||||
"label": "Durée"
|
||||
},
|
||||
"consequenceA": {
|
||||
"label": "Conséquence A"
|
||||
},
|
||||
"consequenceB": {
|
||||
"label": "Conséquence B"
|
||||
}
|
||||
},
|
||||
"Range": {
|
||||
@ -318,10 +100,17 @@
|
||||
"distant": "Distant"
|
||||
}
|
||||
},
|
||||
"Attack": {
|
||||
"Vulneravility": {
|
||||
"FIELDS": {
|
||||
"degats": {
|
||||
"label": "Dégâts"
|
||||
"description": {
|
||||
"label": "Description"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Save": {
|
||||
"FIELDS": {
|
||||
"description": {
|
||||
"label": "Description"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user