Files
yourpart3/frontend/src/i18n/locales/en/home.json
Torsten Schulz (local) 6d9d69dc10
All checks were successful
Deploy to production / deploy (push) Successful in 3m0s
feat(localization): expand language support and enhance UI for user settings
- Added support for additional UI locales including Cebuano and Spanish, improving accessibility for a broader user base.
- Updated language selection components in the AppHeader and SettingsWidget to reflect new language options, enhancing user experience.
- Enhanced localization of various UI elements across components, ensuring consistent language representation and improved user engagement.
- Implemented logic to synchronize user language preferences with backend settings, providing a seamless experience when changing languages.
2026-04-02 07:54:44 +02:00

95 lines
5.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"home": {
"dashboard": {
"kicker": "Your area",
"title": "Welcome back!",
"subtitle": "Your personal entry point to community, appointments, Falukant, and ongoing activity.",
"edit": "Edit dashboard",
"addWidget": "+ Add widget ...",
"addAgain": "Add again",
"done": "Done",
"sectionTitle": "Your overview",
"sectionIntro": "Widgets can be moved and adjusted in edit mode.",
"widgetTitlePlaceholder": "Title",
"removeWidget": "Remove widget",
"remove": "Remove",
"empty": "No widgets yet. Click “Edit dashboard” and then “+ Add widget”.",
"defaultAppointmentsWidget": "Appointments",
"loadError": "Dashboard could not be loaded.",
"saveError": "Dashboard could not be saved.",
"widgetLabels": {
"appointments": "Appointments",
"falukant": "Falukant",
"news": "News",
"birthdays": "Birthdays",
"upcoming": "Upcoming appointments",
"calendar": "Calendar"
},
"overview": {
"activeWidgetsLabel": "Active widgets",
"activeWidgetsText": "Your dashboard is modular and can be rearranged at any time.",
"availableModulesLabel": "Available modules",
"availableModulesText": "You can combine community, calendar, news, and Falukant modules.",
"editModeLabel": "Edit mode",
"editModeActive": "Active",
"editModeInactive": "Off",
"editModeActiveText": "Widgets can currently be added and adjusted.",
"editModeInactiveText": "Content stays focused and calm to read."
}
},
"vocabLanding": {
"eyebrow": "Learn languages online",
"title": "The vocabulary trainer on YourPart combines learning, courses, and practice in one platform.",
"lead": "Work with interactive lessons, grow your vocabulary, and use structured content for a motivating learning flow right in the browser.",
"cta": "Start for free",
"feature1Title": "Interactive courses",
"feature1Text": "Courses, lessons, and exercises help you build new language skills step by step.",
"feature2Title": "Practice-focused",
"feature2Text": "Vocabulary, grammar, and review are aligned with an everyday learning routine.",
"feature3Title": "Part of a community",
"feature3Text": "The language area is embedded in a larger community platform with blogs, forum, and chat."
},
"betaNoticeLabel": "Beta notice:",
"betaNoticeText": "YourPart is under active development. Features may be incomplete, information may still be missing and things can change.",
"nologin": {
"welcome": "Welcome to yourPart",
"description": "yourPart is a social network where you can make friends and meet new people. You can share your images and control who sees what. You can also exchange messages and chat in large public rooms or in the small random chat. And, of course, you can cam as well.",
"introHtml": "YourPart is a growing platform combining community features, realtime chat, forums, a social network with photo gallery, and the citybuilder game <em>Falukant</em>. The site is currently in beta we continuously expand features, content and stability.",
"expected": {
"title": "What to expect",
"items": {
"chat": "<strong>Chat</strong>: Public rooms, random encounters (random chat) and color adjustments.",
"social": "<strong>Social network</strong>: Profile, friendships, photo gallery with visibility controls.",
"forum": "<strong>Forum</strong>: Create topics, write posts, rolebased moderation.",
"falukant": "<strong>Falukant</strong>: Economy & life manage branches, produce, store and sell.",
"minigames": "<strong>Mini games</strong>: e.g. Match3 levels short casual fun.",
"multilingual": "<strong>Multilingual</strong>: German/English content is being added continuously."
}
},
"falukantShort": {
"title": "Falukant in short",
"text": "In Falukant you run businesses, build knowledge, optimize production and sales, watch prices and react to events. Notifications inform you about status changes in real time."
},
"privacyBeta": {
"title": "Privacy & beta status",
"text": "YourPart is in beta. There may be changes, outages and missing translations. We value privacy and transparency; more information will follow during the beta."
},
"getStarted": {
"title": "Get started",
"text": "You can already use, test and give feedback. Register via “{register}” or start the random chat."
},
"randomchat": "Random chat",
"startrandomchat": "Start random chat",
"login": {
"name": "Login name",
"namedescription": "Enter your username",
"password": "Password",
"passworddescription": "Enter your password",
"lostpassword": "Forgot password",
"register": "Register at yourPart",
"stayLoggedIn": "Stay logged in",
"submit": "Log in"
}
}
}
}