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:
@@ -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,
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
38
frontend/src/i18n/locales/de/minigames.json
Normal file
38
frontend/src/i18n/locales/de/minigames.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -29,6 +29,9 @@
|
||||
"videos": "Videos"
|
||||
}
|
||||
},
|
||||
"m-minigames": {
|
||||
"match3": "Match 3 - Juwelen"
|
||||
},
|
||||
"m-settings": {
|
||||
"homepage": "Startseite",
|
||||
"account": "Account",
|
||||
|
||||
@@ -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