Files
yourpart3/frontend/src/i18n/locales/en/navigation.json
Torsten Schulz (local) 06ea259dc9 Add Falukant region and transport management features
- Implemented new endpoints in AdminController for managing Falukant regions, including fetching, updating, and deleting region distances.
- Enhanced the FalukantService with methods for retrieving region distances and handling upsert operations.
- Updated the router to expose new routes for region management and transport creation.
- Introduced a transport management interface in the frontend, allowing users to create and manage transports between branches.
- Added localization for new transport-related terms and improved the vehicle management interface to include transport options.
- Enhanced the database initialization logic to support new region and transport models.
2025-11-26 16:44:27 +01:00

94 lines
2.9 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",
"blockedUsers": "Blocked users",
"oneTimeInvitation": "One-time invitations",
"diary": "Diary",
"erotic": "Erotic",
"m-erotic": {
"pictures": "Pictures",
"videos": "Videos"
}
},
"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",
"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"
},
"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"
}
}
}