2e117718a7
- Added localization support for Swedish and English languages. - Integrated localized strings for user messages in the API error mapper. - Updated UI components to use localized strings for labels and messages. - Ensured all error messages are context-aware and utilize the localization framework. - Created regression test to prevent common ASCII fallbacks in Swedish UI text.
16 lines
635 B
Plaintext
16 lines
635 B
Plaintext
{
|
|
"@@locale": "en",
|
|
"appTitle": "Recipe App",
|
|
"retryAction": "Retry",
|
|
"loginTitle": "Sign in",
|
|
"usernameLabel": "Username",
|
|
"usernameRequired": "Enter your username.",
|
|
"passwordLabel": "Password",
|
|
"passwordRequired": "Enter your password.",
|
|
"loginAction": "Sign in",
|
|
"sessionExpiredError": "Your session has expired. Sign in again.",
|
|
"forbiddenError": "You do not have permission to use this feature.",
|
|
"serverError": "A server error occurred. Try again in a moment.",
|
|
"networkError": "Network error. Check your connection and try again.",
|
|
"unexpectedError": "An unexpected error occurred."
|
|
} |