1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-30 06:56:10 +00:00

Localisations

This commit is contained in:
Yan Maniez 2020-03-05 16:50:31 +01:00
parent 512adf99d8
commit bc8bb68a28
15 changed files with 1002 additions and 73 deletions

View file

@ -1,6 +1,6 @@
{
"@@locale": "fr",
"appTitle": "Bonjour Monde",
"appTitle": "Haches & Dés",
"@appTitle": {
"description": "Title for the application",
"type": "text",
@ -53,5 +53,161 @@
"description": "Title for the Class page",
"type": "text",
"placeholders": {}
},
"abilitiesTitle": "Caractéristiques",
"@abilitiesTitle": {
"description": "Title for the Abilities page",
"type": "text",
"placeholders": {}
},
"othersTitle": "Autres",
"@othersTitle": {
"description": "Title for the Others page",
"type": "text",
"placeholders": {}
},
"raceAbilityScoreIncrease": "Augmentation de caractéristiques",
"@raceAbilityScoreIncrease": {
"description": "",
"type": "text",
"placeholders": {}
},
"raceAge": "Âge",
"@raceAge": {
"description": "",
"type": "text",
"placeholders": {}
},
"raceAlignment": "Alignement",
"@raceAlignment": {
"description": "",
"type": "text",
"placeholders": {}
},
"raceSize": "Taille",
"@raceSize": {
"description": "",
"type": "text",
"placeholders": {}
},
"raceSpeed": "Vitesse",
"@raceSpeed": {
"description": "",
"type": "text",
"placeholders": {}
},
"raceDarkvision": "Vision dans le noir",
"@raceDarkvision": {
"description": "",
"type": "text",
"placeholders": {}
},
"raceLanguages": "Langues",
"@raceLanguages": {
"description": "",
"type": "text",
"placeholders": {}
},
"monstersTypes": "Types",
"@monstersTypes": {
"description": "",
"type": "text",
"placeholders": {}
},
"monstersChallenges": "Dangerosités",
"@monstersChallenges": {
"description": "",
"type": "text",
"placeholders": {}
},
"monstersSizes": "Tailles",
"@monstersSizes": {
"description": "",
"type": "text",
"placeholders": {}
},
"monstersSources": "Sources",
"@monstersSources": {
"description": "",
"type": "text",
"placeholders": {}
},
"monstersTerrains": "Terrains",
"@monstersTerrains": {
"description": "",
"type": "text",
"placeholders": {}
},
"spellsClasses": "Classes",
"@spellsClasses": {
"description": "",
"type": "text",
"placeholders": {}
},
"spellsLevels": "Niveaux",
"@spellsLevels": {
"description": "",
"type": "text",
"placeholders": {}
},
"spellsSchools": "Écoles",
"@spellsSchools": {
"description": "",
"type": "text",
"placeholders": {}
},
"spellsRituals": "Rituels",
"@spellsRituals": {
"description": "",
"type": "text",
"placeholders": {}
},
"spellsCastingTimes": "Temps d'incantation",
"@spellsCastingTimes": {
"description": "",
"type": "text",
"placeholders": {}
},
"spellsRanges": "Portées",
"@spellsRanges": {
"description": "",
"type": "text",
"placeholders": {}
},
"spellsVerbalComponents": "Composantes Verbales",
"@spellsVerbalComponents": {
"description": "",
"type": "text",
"placeholders": {}
},
"spellsSomaticComponents": "Composantes Somatiques",
"@spellsSomaticComponents": {
"description": "",
"type": "text",
"placeholders": {}
},
"spellsMaterialComponents": "Composantes Matérielles",
"@spellsMaterialComponents": {
"description": "",
"type": "text",
"placeholders": {}
},
"spellsConcentrations": "Concentrations",
"@spellsConcentrations": {
"description": "",
"type": "text",
"placeholders": {}
},
"spellsDurations": "Durées",
"@spellsDurations": {
"description": "",
"type": "text",
"placeholders": {}
},
"spellsSources": "Sources",
"@spellsSources": {
"description": "",
"type": "text",
"placeholders": {}
}
}