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

@@ -16,6 +16,7 @@ import enFriends from './locales/en/friends.json';
import enFalukant from './locales/en/falukant.json';
import enPasswordReset from './locales/en/passwordReset.json';
import enBlog from './locales/en/blog.json';
import enMinigames from './locales/en/minigames.json';
import deGeneral from './locales/de/general.json';
import deHeader from './locales/de/header.json';
@@ -32,6 +33,7 @@ import deFriends from './locales/de/friends.json';
import deFalukant from './locales/de/falukant.json';
import dePasswordReset from './locales/de/passwordReset.json';
import deBlog from './locales/de/blog.json';
import deMinigames from './locales/de/minigames.json';
const messages = {
en: {
@@ -41,7 +43,7 @@ const messages = {
...enHome,
...enChat,
...enRegister,
...enPasswordReset,
...enPasswordReset,
...enError,
...enActivate,
...enSettings,
@@ -49,7 +51,8 @@ const messages = {
...enSocialNetwork,
...enFriends,
...enFalukant,
...enBlog,
...enBlog,
...enMinigames,
},
de: {
'Ok': 'Ok',
@@ -59,7 +62,7 @@ const messages = {
...deHome,
...deChat,
...deRegister,
...dePasswordReset,
...dePasswordReset,
...deError,
...deActivate,
...deSettings,
@@ -67,7 +70,8 @@ const messages = {
...deSocialNetwork,
...deFriends,
...deFalukant,
...deBlog,
...deBlog,
...deMinigames,
}
};

View File

@@ -5,7 +5,14 @@
"wealth": "Vermögen",
"health": "Gesundheit",
"events": "Ereignisse",
"relationship": "Beziehung"
"relationship": "Beziehung",
"children": "Kinder",
"children_unbaptised": "ungetaufte Kinder"
},
"messages": {
"title": "Nachrichten",
"tooltip": "Nachrichten",
"empty": "Keine Nachrichten vorhanden."
},
"health": {
"amazing": "Super",

View File

@@ -0,0 +1,38 @@
{
"minigames": {
"title": "Minispiele",
"description": "Entdecke eine Sammlung unterhaltsamer Minispiele!",
"play": "Spielen",
"backToGames": "Zurück zu den Spielen",
"comingSoon": {
"title": "Bald verfügbar",
"description": "Weitere spannende Spiele sind in Entwicklung!"
},
"match3": {
"title": "Match 3 - Juwelen Kampagne",
"description": "Verbinde drei oder mehr gleiche Juwelen, um Punkte zu sammeln!",
"campaignDescription": "Spiele durch alle Level und sammle Sterne!",
"gameStats": "Spiel-Statistiken",
"score": "Punkte",
"moves": "Züge",
"currentLevel": "Aktueller Level",
"level": "Level",
"stars": "Sterne",
"movesLeft": "Verbleibende Züge",
"restartLevel": "Level neu starten",
"pause": "Pause",
"resume": "Weiterspielen",
"paused": "Spiel pausiert",
"levelComplete": "Level abgeschlossen!",
"levelScore": "Level-Punktzahl",
"movesUsed": "Verwendete Züge",
"starsEarned": "Erhaltene Sterne",
"nextLevel": "Nächster Level",
"campaignComplete": "Kampagne abgeschlossen!",
"totalScore": "Gesamtpunktzahl",
"totalStars": "Gesamtsterne",
"levelsCompleted": "Abgeschlossene Level",
"restartCampaign": "Kampagne neu starten"
}
}
}

View File

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

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",