feat(i18n): add shell and fallback copy
Add Navigation and Fallback namespaces to EN/PL translation files Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
parent
4ae60473b6
commit
c8cf9b1573
2 changed files with 48 additions and 0 deletions
|
|
@ -54,5 +54,29 @@
|
||||||
"HidePasswordTooltip": "Hide password",
|
"HidePasswordTooltip": "Hide password",
|
||||||
"Submit": "Save new password",
|
"Submit": "Save new password",
|
||||||
"PasswordUpdatedSuccessfully": "Password updated successfully"
|
"PasswordUpdatedSuccessfully": "Password updated successfully"
|
||||||
|
},
|
||||||
|
"Navigation": {
|
||||||
|
"Home": "Home",
|
||||||
|
"Dashboard": "Dashboard",
|
||||||
|
"Settings": "Settings",
|
||||||
|
"SignIn": "Sign in",
|
||||||
|
"SignUp": "Sign up",
|
||||||
|
"SignOut": "Sign out"
|
||||||
|
},
|
||||||
|
"Fallback": {
|
||||||
|
"Loading": {
|
||||||
|
"Title": "Loading...",
|
||||||
|
"Description": "Please wait while we load the content."
|
||||||
|
},
|
||||||
|
"NotFound": {
|
||||||
|
"Title": "Page not found",
|
||||||
|
"Description": "Sorry, the page you're looking for doesn't exist.",
|
||||||
|
"GoHome": "Go back home"
|
||||||
|
},
|
||||||
|
"Error": {
|
||||||
|
"Title": "Something went wrong",
|
||||||
|
"Description": "An unexpected error occurred. Please try again.",
|
||||||
|
"Retry": "Try again"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -54,5 +54,29 @@
|
||||||
"HidePasswordTooltip": "Ukryj hasło",
|
"HidePasswordTooltip": "Ukryj hasło",
|
||||||
"Submit": "Zapisz nowe hasło",
|
"Submit": "Zapisz nowe hasło",
|
||||||
"PasswordUpdatedSuccessfully": "Hasło zostało zmienione"
|
"PasswordUpdatedSuccessfully": "Hasło zostało zmienione"
|
||||||
|
},
|
||||||
|
"Navigation": {
|
||||||
|
"Home": "Strona główna",
|
||||||
|
"Dashboard": "Panel",
|
||||||
|
"Settings": "Ustawienia",
|
||||||
|
"SignIn": "Zaloguj się",
|
||||||
|
"SignUp": "Zarejestruj się",
|
||||||
|
"SignOut": "Wyloguj się"
|
||||||
|
},
|
||||||
|
"Fallback": {
|
||||||
|
"Loading": {
|
||||||
|
"Title": "Ładowanie...",
|
||||||
|
"Description": "Proszę czekać, trwa ładowanie zawartości."
|
||||||
|
},
|
||||||
|
"NotFound": {
|
||||||
|
"Title": "Strona nie znaleziona",
|
||||||
|
"Description": "Przepraszamy, ale strona której szukasz nie istnieje.",
|
||||||
|
"GoHome": "Wróć do strony głównej"
|
||||||
|
},
|
||||||
|
"Error": {
|
||||||
|
"Title": "Wystąpił błąd",
|
||||||
|
"Description": "Coś poszło nie tak. Spróbuj ponownie.",
|
||||||
|
"Retry": "Spróbuj ponownie"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue