Files
yourpart3/frontend/src/i18n/locales/en/navigation.json
Torsten Schulz (local) e1b3dfb00a Refactor navigation structure to enhance language learning features
- Renamed 'vocabtrainer' to 'sprachenlernen' in the navigation structure for better clarity.
- Introduced a nested structure under 'sprachenlernen' for 'vocabtrainer' and 'sprachkurse', improving organization of language-related resources.
- Updated internationalization files for both German and English to reflect the new naming and structure, ensuring consistency across the application.
2026-01-19 11:24:46 +01:00

104 lines
3.3 KiB
JSON

{
"navigation": {
"home": "Home",
"logout": "Logout",
"friends": "Friends",
"socialnetwork": "Meeting point",
"chats": "Chats",
"falukant": "Falukant",
"minigames": "Mini games",
"settings": "Settings",
"administration": "Administration",
"m-chats": {
"multiChat": "Multiuser chat",
"randomChat": "Random single chat",
"eroticChat": "Erotic chat"
},
"m-socialnetwork": {
"guestbook": "Guestbook",
"blog": "Blog",
"usersearch": "User search",
"forum": "Forum",
"gallery": "Gallery",
"sprachenlernen": "Learn Languages",
"blockedUsers": "Blocked users",
"oneTimeInvitation": "One-time invitations",
"diary": "Diary",
"erotic": "Erotic",
"m-erotic": {
"pictures": "Pictures",
"videos": "Videos"
},
"m-sprachenlernen": {
"vocabtrainer": "Vocabulary trainer",
"sprachkurse": "Language courses",
"m-vocabtrainer": {
"newLanguage": "New language"
}
}
},
"m-minigames": {
"match3": "Match 3 - Jewels",
"taxi": "Taxi Simulator"
},
"m-settings": {
"homepage": "Homepage",
"account": "Account",
"personal": "Personal",
"view": "Appearance",
"flirt": "Flirt",
"interests": "Interests",
"notifications": "Notifications",
"sexuality": "Sexuality"
},
"m-administration": {
"contactrequests": "Contact requests",
"users": "Users",
"userrights": "User rights",
"m-users": {
"userlist": "User list",
"userstatistics": "User statistics",
"userrights": "User rights"
},
"forum": "Forum",
"interests": "Interests",
"falukant": "Falukant",
"m-falukant": {
"logentries": "Log entries",
"edituser": "Edit user",
"database": "Database",
"mapEditor": "Map editor",
"createNPC": "Create NPCs"
},
"minigames": "Mini games",
"m-minigames": {
"match3": "Match3 Levels",
"taxiTools": "Taxi Tools"
},
"chatrooms": "Chat rooms",
"servicesStatus": "Service Status"
},
"m-friends": {
"manageFriends": "Manage friends",
"chat": "Chat",
"profile": "Profile"
},
"m-falukant": {
"create": "Create",
"overview": "Overview",
"towns": "Towns",
"factory": "Factory",
"family": "Family",
"house": "House",
"darknet": "Underground",
"reputation": "Reputation",
"moneyhistory": "Money flow",
"nobility": "Social status",
"politics": "Politics",
"education": "Education",
"health": "Health",
"bank": "Bank",
"church": "Church"
}
}
}