mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-11-01 16:05:42 +00:00
Localization + theme
This commit is contained in:
parent
622b6a3196
commit
1197df6527
13 changed files with 223 additions and 95 deletions
|
|
@ -1,39 +1,57 @@
|
|||
{
|
||||
"@@locale": "fr",
|
||||
"app_title": "Bonjour Monde",
|
||||
"@app_title": {
|
||||
"appTitle": "Bonjour Monde",
|
||||
"@appTitle": {
|
||||
"description": "Title for the application",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"library_title": "Bibliothèque",
|
||||
"@library_title": {
|
||||
"libraryTitle": "Bibliothèque",
|
||||
"@libraryTitle": {
|
||||
"description": "Title for the Library page",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"pceditor_title": "Personnages",
|
||||
"@pceditor_title": {
|
||||
"pceditorTitle": "Personnages",
|
||||
"@pceditorTitle": {
|
||||
"description": "Title for the Player Characters page",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"about_title": "A propos de...",
|
||||
"@about_title": {
|
||||
"aboutTitle": "A propos de...",
|
||||
"@aboutTitle": {
|
||||
"description": "Title for the About page",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"bookmarks_title": "Favoris",
|
||||
"@bookmarks_title": {
|
||||
"bookmarksTitle": "Favoris",
|
||||
"@bookmarksTitle": {
|
||||
"description": "Title for the Bookmarks page",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"search_title": "Recherche",
|
||||
"@search_title": {
|
||||
"searchTitle": "Recherche",
|
||||
"@searchTitle": {
|
||||
"description": "Title for the Search page",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"raceTitle": "Race",
|
||||
"@raceTitle": {
|
||||
"description": "Title for the Race page",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"backgroundTitle": "Historique",
|
||||
"@backgroundTitle": {
|
||||
"description": "Title for the Background page",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"classTitle": "Classe",
|
||||
"@classTitle": {
|
||||
"description": "Title for the Class page",
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue