mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-30 15:06:06 +00:00
Localisations
This commit is contained in:
parent
512adf99d8
commit
bc8bb68a28
15 changed files with 1002 additions and 73 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"@@locale": "en",
|
||||
"appTitle": "Hello World",
|
||||
"appTitle": "Axes & Dices",
|
||||
"@appTitle": {
|
||||
"description": "Title for the application",
|
||||
"type": "text",
|
||||
|
|
@ -53,5 +53,161 @@
|
|||
"description": "Title for the Class page",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"abilitiesTitle": "Abilities",
|
||||
"@abilitiesTitle": {
|
||||
"description": "Title for the Abilities page",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"othersTitle": "Others",
|
||||
"@othersTitle": {
|
||||
"description": "Title for the Others page",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"raceAbilityScoreIncrease": "Ability Score Increase",
|
||||
"@raceAbilityScoreIncrease": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"raceAge": "Age",
|
||||
"@raceAge": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"raceAlignment": "Alignment",
|
||||
"@raceAlignment": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"raceSize": "Size",
|
||||
"@raceSize": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"raceSpeed": "Speed",
|
||||
"@raceSpeed": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"raceDarkvision": "Darkvision",
|
||||
"@raceDarkvision": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"raceLanguages": "Languages",
|
||||
"@raceLanguages": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"monstersTypes": "Types",
|
||||
"@monstersTypes": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"monstersChallenges": "Challenges",
|
||||
"@monstersChallenges": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"monstersSizes": "Sizes",
|
||||
"@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": "Levels",
|
||||
"@spellsLevels": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"spellsSchools": "Schools",
|
||||
"@spellsSchools": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"spellsRituals": "Rituals",
|
||||
"@spellsRituals": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"spellsCastingTimes": "Casting Times",
|
||||
"@spellsCastingTimes": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"spellsRanges": "Ranges",
|
||||
"@spellsRanges": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"spellsVerbalComponents": "Verbal Components",
|
||||
"@spellsVerbalComponents": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"spellsSomaticComponents": "Somatic Components",
|
||||
"@spellsSomaticComponents": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"spellsMaterialComponents": "Material Components",
|
||||
"@spellsMaterialComponents": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"spellsConcentrations": "Concentrations",
|
||||
"@spellsConcentrations": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"spellsDurations": "Durations",
|
||||
"@spellsDurations": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"spellsSources": "Sources",
|
||||
"@spellsSources": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
}
|
||||
}
|
||||
|
|
@ -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": {}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"@@last_modified": "2020-03-03T11:00:06.908535",
|
||||
"appTitle": "Hello World",
|
||||
"@@last_modified": "2020-03-05T15:58:18.683548",
|
||||
"appTitle": "Axes & Dices",
|
||||
"@appTitle": {
|
||||
"description": "Title for the application",
|
||||
"type": "text",
|
||||
|
|
@ -53,5 +53,161 @@
|
|||
"description": "Title for the Class page",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"abilitiesTitle": "Abilities",
|
||||
"@abilitiesTitle": {
|
||||
"description": "Title for the Abilities page",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"othersTitle": "Others",
|
||||
"@othersTitle": {
|
||||
"description": "Title for the Others page",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"raceAbilityScoreIncrease": "Ability Score Increase",
|
||||
"@raceAbilityScoreIncrease": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"raceAge": "Age",
|
||||
"@raceAge": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"raceAlignment": "Alignment",
|
||||
"@raceAlignment": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"raceSize": "Size",
|
||||
"@raceSize": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"raceSpeed": "Speed",
|
||||
"@raceSpeed": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"raceDarkvision": "Darkvision",
|
||||
"@raceDarkvision": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"raceLanguages": "Languages",
|
||||
"@raceLanguages": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"monstersTypes": "Types",
|
||||
"@monstersTypes": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"monstersChallenges": "Challenges",
|
||||
"@monstersChallenges": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"monstersSizes": "Sizes",
|
||||
"@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": "Levels",
|
||||
"@spellsLevels": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"spellsSchools": "Schools",
|
||||
"@spellsSchools": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"spellsRituals": "Rituals",
|
||||
"@spellsRituals": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"spellsCastingTimes": "Casting Times",
|
||||
"@spellsCastingTimes": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"spellsRanges": "Ranges",
|
||||
"@spellsRanges": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"spellsVerbalComponents": "Verbal Components",
|
||||
"@spellsVerbalComponents": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"spellsSomaticComponents": "Somatic Components",
|
||||
"@spellsSomaticComponents": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"spellsMaterialComponents": "Material Components",
|
||||
"@spellsMaterialComponents": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"spellsConcentrations": "Concentrations",
|
||||
"@spellsConcentrations": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"spellsDurations": "Durations",
|
||||
"@spellsDurations": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"spellsSources": "Sources",
|
||||
"@spellsSources": {
|
||||
"description": "",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
}
|
||||
}
|
||||
|
|
@ -21,14 +21,40 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static _notInlinedMessages(_) => <String, Function> {
|
||||
"abilitiesTitle" : MessageLookupByLibrary.simpleMessage("Abilities"),
|
||||
"aboutTitle" : MessageLookupByLibrary.simpleMessage("About..."),
|
||||
"appTitle" : MessageLookupByLibrary.simpleMessage("Hello World"),
|
||||
"appTitle" : MessageLookupByLibrary.simpleMessage("Axes & Dices"),
|
||||
"backgroundTitle" : MessageLookupByLibrary.simpleMessage("Background"),
|
||||
"bookmarksTitle" : MessageLookupByLibrary.simpleMessage("Bookmarks"),
|
||||
"classTitle" : MessageLookupByLibrary.simpleMessage("Class"),
|
||||
"libraryTitle" : MessageLookupByLibrary.simpleMessage("Library"),
|
||||
"monstersChallenges" : MessageLookupByLibrary.simpleMessage("Challenges"),
|
||||
"monstersSizes" : MessageLookupByLibrary.simpleMessage("Sizes"),
|
||||
"monstersSources" : MessageLookupByLibrary.simpleMessage("Sources"),
|
||||
"monstersTerrains" : MessageLookupByLibrary.simpleMessage("Terrains"),
|
||||
"monstersTypes" : MessageLookupByLibrary.simpleMessage("Types"),
|
||||
"othersTitle" : MessageLookupByLibrary.simpleMessage("Others"),
|
||||
"pceditorTitle" : MessageLookupByLibrary.simpleMessage("Player Characters"),
|
||||
"raceAbilityScoreIncrease" : MessageLookupByLibrary.simpleMessage("Ability Score Increase"),
|
||||
"raceAge" : MessageLookupByLibrary.simpleMessage("Age"),
|
||||
"raceAlignment" : MessageLookupByLibrary.simpleMessage("Alignment"),
|
||||
"raceDarkvision" : MessageLookupByLibrary.simpleMessage("Darkvision"),
|
||||
"raceLanguages" : MessageLookupByLibrary.simpleMessage("Languages"),
|
||||
"raceSize" : MessageLookupByLibrary.simpleMessage("Size"),
|
||||
"raceSpeed" : MessageLookupByLibrary.simpleMessage("Speed"),
|
||||
"raceTitle" : MessageLookupByLibrary.simpleMessage("Race"),
|
||||
"searchTitle" : MessageLookupByLibrary.simpleMessage("Search")
|
||||
"searchTitle" : MessageLookupByLibrary.simpleMessage("Search"),
|
||||
"spellsCastingTimes" : MessageLookupByLibrary.simpleMessage("Casting Times"),
|
||||
"spellsClasses" : MessageLookupByLibrary.simpleMessage("Classes"),
|
||||
"spellsConcentrations" : MessageLookupByLibrary.simpleMessage("Concentrations"),
|
||||
"spellsDurations" : MessageLookupByLibrary.simpleMessage("Durations"),
|
||||
"spellsLevels" : MessageLookupByLibrary.simpleMessage("Levels"),
|
||||
"spellsMaterialComponents" : MessageLookupByLibrary.simpleMessage("Material Components"),
|
||||
"spellsRanges" : MessageLookupByLibrary.simpleMessage("Ranges"),
|
||||
"spellsRituals" : MessageLookupByLibrary.simpleMessage("Rituals"),
|
||||
"spellsSchools" : MessageLookupByLibrary.simpleMessage("Schools"),
|
||||
"spellsSomaticComponents" : MessageLookupByLibrary.simpleMessage("Somatic Components"),
|
||||
"spellsSources" : MessageLookupByLibrary.simpleMessage("Sources"),
|
||||
"spellsVerbalComponents" : MessageLookupByLibrary.simpleMessage("Verbal Components")
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,14 +21,40 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static _notInlinedMessages(_) => <String, Function> {
|
||||
"abilitiesTitle" : MessageLookupByLibrary.simpleMessage("Caractéristiques"),
|
||||
"aboutTitle" : MessageLookupByLibrary.simpleMessage("A propos de..."),
|
||||
"appTitle" : MessageLookupByLibrary.simpleMessage("Bonjour Monde"),
|
||||
"appTitle" : MessageLookupByLibrary.simpleMessage("Haches & Dés"),
|
||||
"backgroundTitle" : MessageLookupByLibrary.simpleMessage("Historique"),
|
||||
"bookmarksTitle" : MessageLookupByLibrary.simpleMessage("Favoris"),
|
||||
"classTitle" : MessageLookupByLibrary.simpleMessage("Classe"),
|
||||
"libraryTitle" : MessageLookupByLibrary.simpleMessage("Bibliothèque"),
|
||||
"monstersChallenges" : MessageLookupByLibrary.simpleMessage("Dangerosités"),
|
||||
"monstersSizes" : MessageLookupByLibrary.simpleMessage("Tailles"),
|
||||
"monstersSources" : MessageLookupByLibrary.simpleMessage("Sources"),
|
||||
"monstersTerrains" : MessageLookupByLibrary.simpleMessage("Terrains"),
|
||||
"monstersTypes" : MessageLookupByLibrary.simpleMessage("Types"),
|
||||
"othersTitle" : MessageLookupByLibrary.simpleMessage("Autres"),
|
||||
"pceditorTitle" : MessageLookupByLibrary.simpleMessage("Personnages"),
|
||||
"raceAbilityScoreIncrease" : MessageLookupByLibrary.simpleMessage("Augmentation de caractéristiques"),
|
||||
"raceAge" : MessageLookupByLibrary.simpleMessage("Âge"),
|
||||
"raceAlignment" : MessageLookupByLibrary.simpleMessage("Alignement"),
|
||||
"raceDarkvision" : MessageLookupByLibrary.simpleMessage("Vision dans le noir"),
|
||||
"raceLanguages" : MessageLookupByLibrary.simpleMessage("Langues"),
|
||||
"raceSize" : MessageLookupByLibrary.simpleMessage("Taille"),
|
||||
"raceSpeed" : MessageLookupByLibrary.simpleMessage("Vitesse"),
|
||||
"raceTitle" : MessageLookupByLibrary.simpleMessage("Race"),
|
||||
"searchTitle" : MessageLookupByLibrary.simpleMessage("Recherche")
|
||||
"searchTitle" : MessageLookupByLibrary.simpleMessage("Recherche"),
|
||||
"spellsCastingTimes" : MessageLookupByLibrary.simpleMessage("Temps d\'incantation"),
|
||||
"spellsClasses" : MessageLookupByLibrary.simpleMessage("Classes"),
|
||||
"spellsConcentrations" : MessageLookupByLibrary.simpleMessage("Concentrations"),
|
||||
"spellsDurations" : MessageLookupByLibrary.simpleMessage("Durées"),
|
||||
"spellsLevels" : MessageLookupByLibrary.simpleMessage("Niveaux"),
|
||||
"spellsMaterialComponents" : MessageLookupByLibrary.simpleMessage("Composantes Matérielles"),
|
||||
"spellsRanges" : MessageLookupByLibrary.simpleMessage("Portées"),
|
||||
"spellsRituals" : MessageLookupByLibrary.simpleMessage("Rituels"),
|
||||
"spellsSchools" : MessageLookupByLibrary.simpleMessage("Écoles"),
|
||||
"spellsSomaticComponents" : MessageLookupByLibrary.simpleMessage("Composantes Somatiques"),
|
||||
"spellsSources" : MessageLookupByLibrary.simpleMessage("Sources"),
|
||||
"spellsVerbalComponents" : MessageLookupByLibrary.simpleMessage("Composantes Verbales")
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue