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:
Torsten Schulz (local)
2025-08-21 16:10:21 +02:00
parent 53c748a074
commit 3eb7ae4e93
170 changed files with 3850 additions and 7924 deletions

View File

@@ -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"
}
}
}

View File

@@ -5,5 +5,8 @@
},
"dataPrivacy": {
"title": "Data Privacy Policy"
},
"message": {
"close": "Close"
}
}

View 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"
}
}
}

View File

@@ -29,6 +29,9 @@
"videos": "Videos"
}
},
"m-minigames": {
"match3": "Match 3 - Jewels"
},
"m-settings": {
"homepage": "Homepage",
"account": "Account",