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.
This commit is contained in:
@@ -41,6 +41,59 @@
|
||||
"message": {
|
||||
"close": "Close"
|
||||
},
|
||||
"appShell": {
|
||||
"header": {
|
||||
"tagline": "Community platform",
|
||||
"beta": "Beta",
|
||||
"backend": "Backend",
|
||||
"daemon": "Daemon",
|
||||
"language": "Language"
|
||||
},
|
||||
"footer": {
|
||||
"systemLabel": "System",
|
||||
"noOpenDialogs": "No open dialogs",
|
||||
"activeWindows": "{count} windows active",
|
||||
"systemReady": "System ready",
|
||||
"systemStatusUnavailable": "System status is not directly available in this view right now."
|
||||
}
|
||||
},
|
||||
"widgets": {
|
||||
"dashboard": {
|
||||
"dragHandle": "Move",
|
||||
"loading": "Loading..."
|
||||
},
|
||||
"birthdays": {
|
||||
"today": "Today!",
|
||||
"tomorrow": "Tomorrow",
|
||||
"turningAge": "(turning {age})",
|
||||
"inDays": "{count} days",
|
||||
"empty": "No visible birthdays from friends"
|
||||
},
|
||||
"upcoming": {
|
||||
"today": "Today",
|
||||
"tomorrow": "Tomorrow",
|
||||
"timeAt": "{time}",
|
||||
"allDay": "All day",
|
||||
"empty": "No upcoming appointments"
|
||||
},
|
||||
"appointments": {
|
||||
"title": "📅 Appointments",
|
||||
"loading": "Loading appointments...",
|
||||
"empty": "No upcoming appointments",
|
||||
"loadError": "Appointments could not be loaded"
|
||||
},
|
||||
"list": {
|
||||
"noEntries": "No entries",
|
||||
"entriesCount": "({count} entries)",
|
||||
"fieldsCount": "({count} fields)"
|
||||
},
|
||||
"news": {
|
||||
"emptyValue": "—"
|
||||
},
|
||||
"falukant": {
|
||||
"emptyValue": "—"
|
||||
}
|
||||
},
|
||||
"gender": {
|
||||
"male": "Male",
|
||||
"female": "Female",
|
||||
|
||||
Reference in New Issue
Block a user