Bereinigen und Entfernen von nicht mehr benötigten TinyMCE-Dateien und -Plugins; Aktualisierung der Internationalisierung für Deutsch und Englisch in den Falukant- und Navigationsmodulen; Verbesserung der Statusleiste und Router-Implementierung.
This commit is contained in:
@@ -1,5 +1,25 @@
|
||||
{
|
||||
"falukant": {
|
||||
|
||||
"messages": {
|
||||
"title": "Messages",
|
||||
"tooltip": "Messages",
|
||||
"empty": "No messages."
|
||||
},
|
||||
"statusbar": {
|
||||
"age": "Age",
|
||||
"wealth": "Wealth",
|
||||
"health": "Health",
|
||||
"events": "Events",
|
||||
"relationship": "Relationship",
|
||||
"children": "Children",
|
||||
"children_unbaptised": "Unbaptised children"
|
||||
},
|
||||
"health": {
|
||||
"amazing": "Amazing",
|
||||
"good": "Good",
|
||||
"normal": "Normal",
|
||||
"bad": "Bad",
|
||||
"very_bad": "Very bad"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -5,5 +5,8 @@
|
||||
},
|
||||
"dataPrivacy": {
|
||||
"title": "Data Privacy Policy"
|
||||
},
|
||||
"message": {
|
||||
"close": "Close"
|
||||
}
|
||||
}
|
||||
38
frontend/src/i18n/locales/en/minigames.json
Normal file
38
frontend/src/i18n/locales/en/minigames.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"minigames": {
|
||||
"title": "Mini Games",
|
||||
"description": "Discover a collection of entertaining mini games!",
|
||||
"play": "Play",
|
||||
"backToGames": "Back to Games",
|
||||
"comingSoon": {
|
||||
"title": "Coming Soon",
|
||||
"description": "More exciting games are in development!"
|
||||
},
|
||||
"match3": {
|
||||
"title": "Match 3 - Jewels Campaign",
|
||||
"description": "Connect three or more matching jewels to score points!",
|
||||
"campaignDescription": "Play through all levels and collect stars!",
|
||||
"gameStats": "Game Statistics",
|
||||
"score": "Score",
|
||||
"moves": "Moves",
|
||||
"currentLevel": "Current Level",
|
||||
"level": "Level",
|
||||
"stars": "Stars",
|
||||
"movesLeft": "Moves Left",
|
||||
"restartLevel": "Restart Level",
|
||||
"pause": "Pause",
|
||||
"resume": "Resume",
|
||||
"paused": "Game Paused",
|
||||
"levelComplete": "Level Complete!",
|
||||
"levelScore": "Level Score",
|
||||
"movesUsed": "Moves Used",
|
||||
"starsEarned": "Stars Earned",
|
||||
"nextLevel": "Next Level",
|
||||
"campaignComplete": "Campaign Complete!",
|
||||
"totalScore": "Total Score",
|
||||
"totalStars": "Total Stars",
|
||||
"levelsCompleted": "Levels Completed",
|
||||
"restartCampaign": "Restart Campaign"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -29,6 +29,9 @@
|
||||
"videos": "Videos"
|
||||
}
|
||||
},
|
||||
"m-minigames": {
|
||||
"match3": "Match 3 - Jewels"
|
||||
},
|
||||
"m-settings": {
|
||||
"homepage": "Homepage",
|
||||
"account": "Account",
|
||||
|
||||
Reference in New Issue
Block a user