Minor fixes
This commit is contained in:
		
							
								
								
									
										445
									
								
								.history/lang/en_20241207230434.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										445
									
								
								.history/lang/en_20241207230434.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,445 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										446
									
								
								.history/lang/en_20241208160041.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										446
									
								
								.history/lang/en_20241208160041.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,446 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": {} | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										448
									
								
								.history/lang/en_20241208160046.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										448
									
								
								.history/lang/en_20241208160046.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,448 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade" | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										450
									
								
								.history/lang/en_20241208160049.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										450
									
								
								.history/lang/en_20241208160049.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,450 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|          | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										450
									
								
								.history/lang/en_20241208160052.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										450
									
								
								.history/lang/en_20241208160052.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,450 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "medi" | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										451
									
								
								.history/lang/en_20241208160053.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										451
									
								
								.history/lang/en_20241208160053.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,451 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "medium | ||||
|         " | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										450
									
								
								.history/lang/en_20241208160057.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										450
									
								
								.history/lang/en_20241208160057.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,450 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "medium        " | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										450
									
								
								.history/lang/en_20241208160100.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										450
									
								
								.history/lang/en_20241208160100.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,450 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "medium | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										451
									
								
								.history/lang/en_20241208160103.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										451
									
								
								.history/lang/en_20241208160103.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,451 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|          | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										453
									
								
								.history/lang/en_20241208160120.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										453
									
								
								.history/lang/en_20241208160120.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,453 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "mace": "Mace", | ||||
|          | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										453
									
								
								.history/lang/en_20241208160121.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										453
									
								
								.history/lang/en_20241208160121.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,453 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "mace": "Mace", | ||||
|         "spear": "Spear", | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										454
									
								
								.history/lang/en_20241208160127.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										454
									
								
								.history/lang/en_20241208160127.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,454 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "mace": "Mace", | ||||
|         "hammer": "Hammer", | ||||
|          | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										453
									
								
								.history/lang/en_20241208160131.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										453
									
								
								.history/lang/en_20241208160131.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,453 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|  | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										454
									
								
								.history/lang/en_20241208160132.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										454
									
								
								.history/lang/en_20241208160132.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,454 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|          | ||||
|  | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										454
									
								
								.history/lang/en_20241208160135.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										454
									
								
								.history/lang/en_20241208160135.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,454 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "pole" | ||||
|  | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										455
									
								
								.history/lang/en_20241208160138.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										455
									
								
								.history/lang/en_20241208160138.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,455 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|          | ||||
|  | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										455
									
								
								.history/lang/en_20241208160139.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										455
									
								
								.history/lang/en_20241208160139.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,455 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "spear": "Spear", | ||||
|  | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										454
									
								
								.history/lang/en_20241208160141.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										454
									
								
								.history/lang/en_20241208160141.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,454 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|  | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										455
									
								
								.history/lang/en_20241208160144.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										455
									
								
								.history/lang/en_20241208160144.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,455 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       },r | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "th" | ||||
|  | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										455
									
								
								.history/lang/en_20241208160146.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										455
									
								
								.history/lang/en_20241208160146.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,455 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "th" | ||||
|  | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										455
									
								
								.history/lang/en_20241208160149.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										455
									
								
								.history/lang/en_20241208160149.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,455 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thr" | ||||
|  | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										457
									
								
								.history/lang/en_20241208160155.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										457
									
								
								.history/lang/en_20241208160155.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,457 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|          | ||||
|  | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										457
									
								
								.history/lang/en_20241208160156.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										457
									
								
								.history/lang/en_20241208160156.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,457 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "crossbow": "Crossbow", | ||||
|  | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										456
									
								
								.history/lang/en_20241208160219.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										456
									
								
								.history/lang/en_20241208160219.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,456 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|  | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										458
									
								
								.history/lang/en_20241208160226.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										458
									
								
								.history/lang/en_20241208160226.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,458 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling" | ||||
|  | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										458
									
								
								.history/lang/en_20241208160227.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										458
									
								
								.history/lang/en_20241208160227.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,458 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "slashing" | ||||
|  | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										458
									
								
								.history/lang/en_20241208160230.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										458
									
								
								.history/lang/en_20241208160230.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,458 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling" | ||||
|  | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										458
									
								
								.history/lang/en_20241208160232.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										458
									
								
								.history/lang/en_20241208160232.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,458 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|  | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										459
									
								
								.history/lang/en_20241208160233.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										459
									
								
								.history/lang/en_20241208160233.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,459 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|          | ||||
|  | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										459
									
								
								.history/lang/en_20241208160246.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										459
									
								
								.history/lang/en_20241208160246.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,459 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "" | ||||
|  | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										459
									
								
								.history/lang/en_20241208160248.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										459
									
								
								.history/lang/en_20241208160248.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,459 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unar" | ||||
|  | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										458
									
								
								.history/lang/en_20241208160250.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										458
									
								
								.history/lang/en_20241208160250.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,458 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed" | ||||
|       } | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										458
									
								
								.history/lang/en_20241208160251.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										458
									
								
								.history/lang/en_20241208160251.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,458 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										458
									
								
								.history/lang/en_20241208160252.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										458
									
								
								.history/lang/en_20241208160252.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,458 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										458
									
								
								.history/lang/en_20241208160253.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										458
									
								
								.history/lang/en_20241208160253.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,458 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										459
									
								
								.history/lang/en_20241208160327.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										459
									
								
								.history/lang/en_20241208160327.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,459 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										460
									
								
								.history/lang/en_20241208160338.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										460
									
								
								.history/lang/en_20241208160338.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,460 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "wea" | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										462
									
								
								.history/lang/en_20241208160339.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										462
									
								
								.history/lang/en_20241208160339.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,462 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										462
									
								
								.history/lang/en_20241208160340.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										462
									
								
								.history/lang/en_20241208160340.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,462 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										465
									
								
								.history/lang/en_20241208201739.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										465
									
								
								.history/lang/en_20241208201739.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,465 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										465
									
								
								.history/lang/en_20241208201743.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										465
									
								
								.history/lang/en_20241208201743.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,465 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										465
									
								
								.history/lang/en_20241208201747.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										465
									
								
								.history/lang/en_20241208201747.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,465 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										465
									
								
								.history/lang/en_20241208201748.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										465
									
								
								.history/lang/en_20241208201748.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,465 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										465
									
								
								.history/lang/en_20241208201750.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										465
									
								
								.history/lang/en_20241208201750.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,465 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										465
									
								
								.history/lang/en_20241208201752.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										465
									
								
								.history/lang/en_20241208201752.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,465 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack":  | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										467
									
								
								.history/lang/en_20241208201758.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										467
									
								
								.history/lang/en_20241208201758.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,467 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|              | ||||
|           } | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										467
									
								
								.history/lang/en_20241208201759.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										467
									
								
								.history/lang/en_20241208201759.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,467 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack" | ||||
|           } | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										468
									
								
								.history/lang/en_20241208201801.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										468
									
								
								.history/lang/en_20241208201801.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,468 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack" | ||||
|           }, | ||||
|            | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										470
									
								
								.history/lang/en_20241208201802.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										470
									
								
								.history/lang/en_20241208201802.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,470 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage" | ||||
|           } | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										470
									
								
								.history/lang/en_20241208201804.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										470
									
								
								.history/lang/en_20241208201804.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,470 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage" | ||||
|           } | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										471
									
								
								.history/lang/en_20241208201805.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										471
									
								
								.history/lang/en_20241208201805.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,471 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage" | ||||
|           }, | ||||
|            | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										473
									
								
								.history/lang/en_20241208201806.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										473
									
								
								.history/lang/en_20241208201806.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,473 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense" | ||||
|           } | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										473
									
								
								.history/lang/en_20241208201808.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										473
									
								
								.history/lang/en_20241208201808.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,473 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense" | ||||
|           } | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										473
									
								
								.history/lang/en_20241208201809.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										473
									
								
								.history/lang/en_20241208201809.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,473 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense" | ||||
|           } | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										473
									
								
								.history/lang/en_20241208201810.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										473
									
								
								.history/lang/en_20241208201810.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,473 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense" | ||||
|           } | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										473
									
								
								.history/lang/en_20241208201814.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										473
									
								
								.history/lang/en_20241208201814.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,473 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense" | ||||
|           } | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										473
									
								
								.history/lang/en_20241208201817.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										473
									
								
								.history/lang/en_20241208201817.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,473 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonyus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense" | ||||
|           } | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										473
									
								
								.history/lang/en_20241208201818.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										473
									
								
								.history/lang/en_20241208201818.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,473 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense" | ||||
|           } | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										473
									
								
								.history/lang/en_20241208201821.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										473
									
								
								.history/lang/en_20241208201821.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,473 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bon,us" | ||||
|           } | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										473
									
								
								.history/lang/en_20241208201823.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										473
									
								
								.history/lang/en_20241208201823.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,473 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										473
									
								
								.history/lang/en_20241208201824.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										473
									
								
								.history/lang/en_20241208201824.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,473 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										473
									
								
								.history/lang/en_20241208201825.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										473
									
								
								.history/lang/en_20241208201825.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,473 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										459
									
								
								.history/lang/en_20241208204159.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										459
									
								
								.history/lang/en_20241208204159.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,459 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										474
									
								
								.history/lang/en_20241208204228.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										474
									
								
								.history/lang/en_20241208204228.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,474 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|  | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										473
									
								
								.history/lang/en_20241208204229.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										473
									
								
								.history/lang/en_20241208204229.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,473 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										473
									
								
								.history/lang/en_20241208204230.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										473
									
								
								.history/lang/en_20241208204230.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,473 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										473
									
								
								.history/lang/en_20241208204231.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										473
									
								
								.history/lang/en_20241208204231.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,473 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										473
									
								
								.history/lang/en_20241209151421.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										473
									
								
								.history/lang/en_20241209151421.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,473 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										474
									
								
								.history/lang/en_20241209151424.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										474
									
								
								.history/lang/en_20241209151424.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,474 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|        | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										474
									
								
								.history/lang/en_20241209151430.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										474
									
								
								.history/lang/en_20241209151430.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,474 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										475
									
								
								.history/lang/en_20241209151434.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										475
									
								
								.history/lang/en_20241209151434.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,475 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "" | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										477
									
								
								.history/lang/en_20241209151441.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										477
									
								
								.history/lang/en_20241209151441.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,477 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|        | ||||
|     } | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										477
									
								
								.history/lang/en_20241209151444.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										477
									
								
								.history/lang/en_20241209151444.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,477 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|        | ||||
|     }, | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										484
									
								
								.history/lang/en_20241209151445.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										484
									
								
								.history/lang/en_20241209151445.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,484 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										484
									
								
								.history/lang/en_20241209151453.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										484
									
								
								.history/lang/en_20241209151453.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,484 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										484
									
								
								.history/lang/en_20241209151510.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										484
									
								
								.history/lang/en_20241209151510.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,484 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										516
									
								
								.history/lang/en_20241209151520.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										516
									
								
								.history/lang/en_20241209151520.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,516 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										516
									
								
								.history/lang/en_20241209151521.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										516
									
								
								.history/lang/en_20241209151521.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,516 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										519
									
								
								.history/lang/en_20241209151526.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										519
									
								
								.history/lang/en_20241209151526.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,519 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										519
									
								
								.history/lang/en_20241209151527.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										519
									
								
								.history/lang/en_20241209151527.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,519 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										519
									
								
								.history/lang/en_20241209151529.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										519
									
								
								.history/lang/en_20241209151529.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,519 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           }, | ||||
|           "catalust": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										519
									
								
								.history/lang/en_20241209151531.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										519
									
								
								.history/lang/en_20241209151531.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,519 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           }, | ||||
|           "catalyst": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										519
									
								
								.history/lang/en_20241209151534.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										519
									
								
								.history/lang/en_20241209151534.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,519 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           }, | ||||
|           "catalyst": { | ||||
|             "label": | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										519
									
								
								.history/lang/en_20241209151535.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										519
									
								
								.history/lang/en_20241209151535.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,519 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           }, | ||||
|           "catalyst": { | ||||
|             "label": "Catalyst" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										520
									
								
								.history/lang/en_20241209151537.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										520
									
								
								.history/lang/en_20241209151537.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,520 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           }, | ||||
|           "catalyst": { | ||||
|             "label": "Catalyst" | ||||
|           }, | ||||
|            | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										520
									
								
								.history/lang/en_20241209151539.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										520
									
								
								.history/lang/en_20241209151539.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,520 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           }, | ||||
|           "catalyst": { | ||||
|             "label": "Catalyst" | ||||
|           }, | ||||
|           "" | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										522
									
								
								.history/lang/en_20241209151546.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										522
									
								
								.history/lang/en_20241209151546.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,522 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           }, | ||||
|           "catalyst": { | ||||
|             "label": "Catalyst" | ||||
|           }, | ||||
|           "religious": { | ||||
|             "label": "Religious" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										522
									
								
								.history/lang/en_20241209151547.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										522
									
								
								.history/lang/en_20241209151547.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,522 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           }, | ||||
|           "catalyst": { | ||||
|             "label": "Catalyst" | ||||
|           }, | ||||
|           "religious": { | ||||
|             "label": "Religious" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										519
									
								
								.history/lang/en_20241209151551.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										519
									
								
								.history/lang/en_20241209151551.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,519 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           }, | ||||
|           "catalyst": { | ||||
|             "label": "Catalyst" | ||||
|           }, | ||||
|           "religious": { | ||||
|             "label": "Religious" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										519
									
								
								.history/lang/en_20241209151554.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										519
									
								
								.history/lang/en_20241209151554.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,519 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           }, | ||||
|           "catalyst": { | ||||
|             "label": "Catalyst" | ||||
|           }, | ||||
|           "religious": { | ||||
|             "label": "Religious" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "prayerTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										519
									
								
								.history/lang/en_20241209151556.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										519
									
								
								.history/lang/en_20241209151556.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,519 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           }, | ||||
|           "catalyst": { | ||||
|             "label": "Catalyst" | ||||
|           }, | ||||
|           "religious": { | ||||
|             "label": "Religious" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "prayerTime": { | ||||
|           "label": "Prayer time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										519
									
								
								.history/lang/en_20241209151557.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										519
									
								
								.history/lang/en_20241209151557.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,519 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           }, | ||||
|           "catalyst": { | ||||
|             "label": "Catalyst" | ||||
|           }, | ||||
|           "religious": { | ||||
|             "label": "Religious" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "prayerTime": { | ||||
|           "label": "Prayer time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										516
									
								
								.history/lang/en_20241209151602.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										516
									
								
								.history/lang/en_20241209151602.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,516 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           }, | ||||
|           "catalyst": { | ||||
|             "label": "Catalyst" | ||||
|           }, | ||||
|           "religious": { | ||||
|             "label": "Religious" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "prayerTime": { | ||||
|           "label": "Prayer time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										519
									
								
								.history/lang/en_20241209151604.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										519
									
								
								.history/lang/en_20241209151604.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,519 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           }, | ||||
|           "catalyst": { | ||||
|             "label": "Catalyst" | ||||
|           }, | ||||
|           "religious": { | ||||
|             "label": "Religious" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "prayerTime": { | ||||
|           "label": "Prayer time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										516
									
								
								.history/lang/en_20241209151607.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										516
									
								
								.history/lang/en_20241209151607.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,516 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           }, | ||||
|           "catalyst": { | ||||
|             "label": "Catalyst" | ||||
|           }, | ||||
|           "religious": { | ||||
|             "label": "Religious" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "prayerTime": { | ||||
|           "label": "Prayer time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										516
									
								
								.history/lang/en_20241209151643.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										516
									
								
								.history/lang/en_20241209151643.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,516 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           }, | ||||
|           "catalyst": { | ||||
|             "label": "Catalyst" | ||||
|           }, | ||||
|           "religious": { | ||||
|             "label": "Religious" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "prayerTime": { | ||||
|           "label": "Prayer time" | ||||
|         },   | ||||
|         "miracleRange": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "range": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										516
									
								
								.history/lang/en_20241209151656.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										516
									
								
								.history/lang/en_20241209151656.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,516 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           }, | ||||
|           "catalyst": { | ||||
|             "label": "Catalyst" | ||||
|           }, | ||||
|           "religious": { | ||||
|             "label": "Religious" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "prayerTime": { | ||||
|           "label": "Prayer time" | ||||
|         },   | ||||
|         "miracleRange": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "spellRange": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										516
									
								
								.history/lang/en_20241209151657.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										516
									
								
								.history/lang/en_20241209151657.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,516 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           }, | ||||
|           "catalyst": { | ||||
|             "label": "Catalyst" | ||||
|           }, | ||||
|           "religious": { | ||||
|             "label": "Religious" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "prayerTime": { | ||||
|           "label": "Prayer time" | ||||
|         },   | ||||
|         "miracleRange": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "spellRange": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										516
									
								
								.history/lang/en_20241209151658.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										516
									
								
								.history/lang/en_20241209151658.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,516 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           }, | ||||
|           "catalyst": { | ||||
|             "label": "Catalyst" | ||||
|           }, | ||||
|           "religious": { | ||||
|             "label": "Religious" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "prayerTime": { | ||||
|           "label": "Prayer time" | ||||
|         },   | ||||
|         "miracleRange": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "spellRange": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										516
									
								
								.history/lang/en_20241209231413.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										516
									
								
								.history/lang/en_20241209231413.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,516 @@ | ||||
| { | ||||
|   "TYPES": { | ||||
|     "Actor": { | ||||
|       "character": "Character", | ||||
|       "opponent": "NPC" | ||||
|     }, | ||||
|     "Item": { | ||||
|       "skill": "Skill", | ||||
|       "weapon": "Weapon", | ||||
|       "armor": "Armor", | ||||
|       "spell": "Spell", | ||||
|       "gift": "Gift", | ||||
|       "vulnerability": "Vulnerability", | ||||
|       "save": "Save", | ||||
|       "equipment": "Equipment" , | ||||
|       "shield": "Shield", | ||||
|       "miracle":  "Miracle" | ||||
|     } | ||||
|   }, | ||||
|  | ||||
|   "LETHALFANTASY": { | ||||
|     "Miracle": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           }, | ||||
|           "catalyst": { | ||||
|             "label": "Catalyst" | ||||
|           }, | ||||
|           "religious": { | ||||
|             "label": "Religious" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "prayerTime": { | ||||
|           "label": "Prayer time" | ||||
|         },   | ||||
|         "miracleRange": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Character": { | ||||
|       "FIELDS": { | ||||
|         "str": { | ||||
|           "label": "Strength" | ||||
|         }, | ||||
|         "dex": { | ||||
|           "label": "Dexterity" | ||||
|         }, | ||||
|         "int": { | ||||
|           "label": "Intelligence" | ||||
|         }, | ||||
|         "wis": { | ||||
|           "label": "Wisdom" | ||||
|         }, | ||||
|         "con": { | ||||
|           "label": "Constitution" | ||||
|         }, | ||||
|         "char": { | ||||
|           "label": "Charisma" | ||||
|         }, | ||||
|         "app": { | ||||
|           "label": "Appearance" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Opponent": { | ||||
|       "FIELDS": { | ||||
|       } | ||||
|     }, | ||||
|     "Skill": { | ||||
|       "Category": { | ||||
|         "layperson": "Layperson", | ||||
|         "professional": "Professional", | ||||
|         "weapon": "Weapon", | ||||
|         "armor": "Armor", | ||||
|         "resist": "Resist" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "category": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "weaponClass": { | ||||
|           "label": "Class" | ||||
|         }, | ||||
|         "weaponBonus": { | ||||
|           "attack": { | ||||
|             "label": "Attack Bonus" | ||||
|           }, | ||||
|           "damage": { | ||||
|             "label": "Damage Bonus" | ||||
|           }, | ||||
|           "defense": { | ||||
|             "label": "Defense Bonus" | ||||
|           } | ||||
|         }, | ||||
|         "bonus" :{ | ||||
|           "label": "Bonus" | ||||
|         }, | ||||
|         "base": { | ||||
|           "label": "Base" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Equipment": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Gift": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Weapon": { | ||||
|       "WeaponType": { | ||||
|         "melee": "Melee", | ||||
|         "ranged": "Ranged" | ||||
|       }, | ||||
|       "WeaponClass": { | ||||
|         "longblade": "Long blade", | ||||
|         "shortblade": "Short blade", | ||||
|         "mediumblade": "Medium blade", | ||||
|         "axe": "Axe", | ||||
|         "hammer": "Hammer", | ||||
|         "polearm": "Polearm", | ||||
|         "thrown": "Thrown", | ||||
|         "bow": "Bow", | ||||
|         "flail": "Flail", | ||||
|         "sling": "Sling", | ||||
|         "unarmed": "Unarmed", | ||||
|         "mace": "Mace" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "weaponType": { | ||||
|           "label": "Type" | ||||
|         }, | ||||
|         "damageType": { | ||||
|           "typeP": { | ||||
|             "label": "Piercing" | ||||
|           }, | ||||
|           "typeB": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "typeS": { | ||||
|             "label": "Slashing" | ||||
|           } | ||||
|         }, | ||||
|         "damage": { | ||||
|           "damageS": { | ||||
|             "label": "Small" | ||||
|           }, | ||||
|           "damageM": { | ||||
|             "label": "Medium" | ||||
|           } | ||||
|         }, | ||||
|         "hands": { | ||||
|           "label": "Hands" | ||||
|         }, | ||||
|         "defenseMax": { | ||||
|           "label": "Defense max" | ||||
|         }, | ||||
|         "secondsToAttack": { | ||||
|           "label": "Seconds to attack" | ||||
|         }, | ||||
|         "speed": { | ||||
|           "simpleAim": { | ||||
|             "label": "Simple aim" | ||||
|           }, | ||||
|           "carefulAim": { | ||||
|             "label": "Careful aim" | ||||
|           }, | ||||
|           "focusedAim": { | ||||
|             "label": "Focused aim" | ||||
|           } | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "weaponRange": { | ||||
|           "pointBlank": { | ||||
|             "label": "Point blank" | ||||
|           }, | ||||
|           "short": { | ||||
|             "label": "Short" | ||||
|           }, | ||||
|           "medium": { | ||||
|             "label": "Medium" | ||||
|           }, | ||||
|           "long": { | ||||
|             "label": "Long" | ||||
|           }, | ||||
|           "extreme": { | ||||
|             "label": "Extreme" | ||||
|           }, | ||||
|           "outOfSkill": { | ||||
|             "label": "Out of skill" | ||||
|           } | ||||
|         }, | ||||
|         "load": { | ||||
|             "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Armor": { | ||||
|       "Category": { | ||||
|         "light": "Light", | ||||
|         "medium": "Medium", | ||||
|         "heavy": "Heavy" | ||||
|       }, | ||||
|       "FIELDS": { | ||||
|         "armortype": { | ||||
|           "label": "Category" | ||||
|         }, | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Shield": { | ||||
|       "FIELDS": { | ||||
|         "defense": { | ||||
|           "label": "Defense" | ||||
|         }, | ||||
|         "movementreduction": { | ||||
|           "label": "Movement reduction" | ||||
|         }, | ||||
|         "hp": { | ||||
|           "label": "HP" | ||||
|         }, | ||||
|         "standing": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "crouching": { | ||||
|           "min":{ | ||||
|             "label": "Min" | ||||
|           }, | ||||
|           "max":{ | ||||
|             "label": "Max" | ||||
|           } | ||||
|         }, | ||||
|         "destruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "autodestruction": { | ||||
|           "bashing": { | ||||
|             "label": "Bashing" | ||||
|           }, | ||||
|           "slashing": { | ||||
|             "label": "Slashing" | ||||
|           }, | ||||
|           "piercing": { | ||||
|             "label": "Piercing" | ||||
|           } | ||||
|         }, | ||||
|         "damagereduction": { | ||||
|           "label": "Damage reduction" | ||||
|         }, | ||||
|         "load": { | ||||
|           "label": "Load" | ||||
|         }, | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "money": { | ||||
|           "label": "Money unit" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Spell": { | ||||
|       "FIELDS": { | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         }, | ||||
|         "components": { | ||||
|           "verbal": { | ||||
|             "label": "Verbal" | ||||
|           }, | ||||
|           "somatic": { | ||||
|             "label": "Somatic" | ||||
|           }, | ||||
|           "material": { | ||||
|             "label": "Material" | ||||
|           } | ||||
|         }, | ||||
|         "level": { | ||||
|           "label": "Level" | ||||
|         }, | ||||
|         "cost"  : { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "castingTime": { | ||||
|           "label": "Casting time" | ||||
|         },   | ||||
|         "spellRange": { | ||||
|           "label": "Range" | ||||
|         }, | ||||
|         "duration": { | ||||
|           "label": "Duration" | ||||
|         }, | ||||
|         "areaAffected": { | ||||
|           "label": "Area affected" | ||||
|         }, | ||||
|         "savingThrow": { | ||||
|           "label": "Saving throw" | ||||
|         },   | ||||
|         "extraAetherPoints": { | ||||
|           "label": "Extra aether points" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Vulnerability": { | ||||
|       "FIELDS": { | ||||
|         "cost": { | ||||
|           "label": "Cost" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Save": { | ||||
|       "FIELDS": { | ||||
|         "value": { | ||||
|           "label": "Value" | ||||
|         }, | ||||
|         "description": { | ||||
|           "label": "Description" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "Money": { | ||||
|       "Tinbits": "Tin Bits", | ||||
|       "Coppers": "Copper", | ||||
|       "Silvers": "Silver", | ||||
|       "Golds": "Gold", | ||||
|       "Platinums": "Platinum" | ||||
|     }, | ||||
|     "Label": { | ||||
|       "characteristics": "Characteristics", | ||||
|       "characteristic": "Characteristic", | ||||
|       "description": "Description", | ||||
|       "notes": "Notes", | ||||
|       "total": "Total", | ||||
|       "details": "Details", | ||||
|       "skills": "Skills", | ||||
|       "equipment": "Equipment", | ||||
|       "weapons": "Weapons", | ||||
|       "spells" : "Spells", | ||||
|       "level": "Level", | ||||
|       "damage": "Damage", | ||||
|       "resource": "Resource", | ||||
|       "resources": "Resources", | ||||
|       "save": "Save", | ||||
|       "newArmor": "New armor", | ||||
|       "newWeapon": "New weapon", | ||||
|       "armor": "Armor", | ||||
|       "malus": "Malus", | ||||
|       "jet": "Roll", | ||||
|       "experience": "Experience", | ||||
|       "maximum": "Maximum", | ||||
|       "pc": "PC", | ||||
|       "biography": "Biography", | ||||
|       "gifts": "Gifts", | ||||
|       "vulnerabilities": "Vulnerabilities", | ||||
|       "str": "STR", | ||||
|       "wis": "WIS", | ||||
|       "int": "INT", | ||||
|       "con": "CON", | ||||
|       "dex": "DEX", | ||||
|       "luc": "LUC", | ||||
|       "app": "APP", | ||||
|       "cha": "CHA" | ||||
|     }, | ||||
|     "Edit": "Edit", | ||||
|     "Delete": "Delete", | ||||
|     "ToggleSheet": "Toggle mode", | ||||
|     "Warning": { | ||||
|     }, | ||||
|     "Roll": { | ||||
|       "save": "Jet de sauvegarde <br> {save}", | ||||
|       "resource": "Jet de ressource <br> {resource}", | ||||
|       "damage": "Jet de dégâts <br> {item}", | ||||
|       "attack": "Jet d'attaque <br> {item}", | ||||
|       "roll": "Lancer", | ||||
|       "aide": "Aider", | ||||
|       "gene": "Gêner", | ||||
|       "adversite": "Adversité", | ||||
|       "avantagesDesavantages": "Avantages et désavantages", | ||||
|       "normal": "Normal", | ||||
|       "avantage": "Avec avantage", | ||||
|       "desavantage": "Avec désavantage", | ||||
|       "doubleAvantage": "Avec double avantage", | ||||
|       "doubleDesavantage": "Avec double désavantage", | ||||
|       "visibilite": "Visibilité du lancer",       | ||||
|       "success": "Réussite", | ||||
|       "failure": "Echec", | ||||
|       "resourceLost": "Ressource perdue", | ||||
|       "displayArmor": "{targetName} a une armure de {targetArmor}. <br>Dégâts réels : {realDamage}" | ||||
|     }, | ||||
|     "Tooltip": { | ||||
|       "skill": "Skills list", | ||||
|       "addEquipment": "New equipment", | ||||
|       "addSpell": "New spells" | ||||
|     }, | ||||
|     "Setting": { | ||||
|       "displayOpponentMalus": "Afficher le malus d'adversité", | ||||
|       "displayOpponentMalusHint": "Affiche le malus d'adversité pour les joueurs.", | ||||
|       "fortune": "Roue de Fortune", | ||||
|       "fortuneHint": "Valeur de la roue de Fortune. Nombre de joueurs + 1 en début de partie." | ||||
|     }, | ||||
|     "Chat": { | ||||
|       "askFortune": "{name} veut utiliser un point de Fortune !", | ||||
|       "askRollForAll": "Jet de {value}", | ||||
|       "askRollForOne": "Jet de {value} pour {name}" | ||||
|     }, | ||||
|     "Fortune": { | ||||
|       "title": "Roue de Fortune" | ||||
|     }, | ||||
|     "Manager": { | ||||
|       "title": "Gestionnaire de Personnages", | ||||
|       "player": "Utilisateur", | ||||
|       "character": "Personnage", | ||||
|       "rob": "Robustesse", | ||||
|       "dex": "Dextérité", | ||||
|       "int": "Intelligence", | ||||
|       "per": "Perception", | ||||
|       "vol": "Volonté", | ||||
|       "pv": "Points de Vie", | ||||
|       "san": "Santé Mentale", | ||||
|       "oeil": "Œil", | ||||
|       "verbe": "Verbe", | ||||
|       "bourse": "Bourse", | ||||
|       "magie": "Magie", | ||||
|       "roll": "Faire le jet" | ||||
|     } | ||||
|   } | ||||
| } | ||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user