2026-03-27 22:43:18 +00:00
|
|
|
{
|
|
|
|
|
"HomePage": {
|
|
|
|
|
"title": "Hello world!"
|
2026-04-01 18:59:46 +00:00
|
|
|
},
|
|
|
|
|
"AuthPage": {
|
|
|
|
|
"SignUpTitle": "Sign up",
|
|
|
|
|
"SignInTitle": "Sign in",
|
|
|
|
|
"SignUpLink": "Sign in",
|
|
|
|
|
"SignInLink": "Sign up",
|
|
|
|
|
"NameLabel": "Name",
|
|
|
|
|
"NamePlaceholder": "John Doe",
|
|
|
|
|
"EmailLabel": "Email",
|
|
|
|
|
"EmailPlaceholder": "email@example.com",
|
|
|
|
|
"PasswordLabel": "Password",
|
|
|
|
|
"PasswordPlaceholder": "******",
|
|
|
|
|
"HidePasswordTooltip": "Hide password",
|
|
|
|
|
"ShowPasswordTooltip": "Show password",
|
|
|
|
|
"Submit": "Submit",
|
2026-05-02 13:34:10 +00:00
|
|
|
"CheckYourEmail": "Check your email to complete the process.",
|
2026-04-21 19:37:20 +00:00
|
|
|
"ForgotPasswordLink": "Forgot password?",
|
|
|
|
|
"ForgotPasswordTitle": "Forgot password",
|
|
|
|
|
"SendResetLink": "Send reset link",
|
|
|
|
|
"ResetEmailSent": "Reset link sent to your email",
|
|
|
|
|
"ResetPasswordTitle": "Reset password",
|
|
|
|
|
"NewPasswordLabel": "New password",
|
|
|
|
|
"ConfirmPasswordLabel": "Confirm password",
|
|
|
|
|
"ConfirmPasswordPlaceholder": "Confirm your new password",
|
|
|
|
|
"ResetPasswordSubmit": "Reset password",
|
|
|
|
|
"PasswordResetSuccess": "Password reset successfully",
|
|
|
|
|
"VerifyingEmail": "Verifying your email...",
|
|
|
|
|
"EmailVerified": "Email verified successfully",
|
|
|
|
|
"EmailVerificationFailed": "Email verification failed"
|
2026-04-21 18:53:23 +00:00
|
|
|
},
|
|
|
|
|
"DashboardPage": {
|
|
|
|
|
"SecurityCardTitle": "Account security",
|
|
|
|
|
"SecurityCardDescription": "Update your password and keep your account protected.",
|
|
|
|
|
"SecurityCardAction": "Open settings"
|
|
|
|
|
},
|
|
|
|
|
"SettingsPage": {
|
|
|
|
|
"Title": "Change password",
|
|
|
|
|
"Description": "Use your current password to set a new one for this account.",
|
|
|
|
|
"CurrentPasswordLabel": "Current password",
|
|
|
|
|
"CurrentPasswordPlaceholder": "Enter your current password",
|
|
|
|
|
"CurrentPasswordRequired": "Enter your current password",
|
|
|
|
|
"NewPasswordLabel": "New password",
|
|
|
|
|
"NewPasswordPlaceholder": "Enter your new password",
|
|
|
|
|
"PasswordTooShort": "Password must be at least 8 characters long",
|
|
|
|
|
"ConfirmPasswordLabel": "Confirm new password",
|
|
|
|
|
"ConfirmPasswordPlaceholder": "Repeat your new password",
|
|
|
|
|
"ConfirmPasswordRequired": "Repeat your new password",
|
|
|
|
|
"PasswordsDoNotMatch": "Passwords do not match",
|
|
|
|
|
"PasswordMustDiffer": "Your new password must be different from the current password",
|
|
|
|
|
"ShowPasswordTooltip": "Show password",
|
|
|
|
|
"HidePasswordTooltip": "Hide password",
|
|
|
|
|
"Submit": "Save new password",
|
|
|
|
|
"PasswordUpdatedSuccessfully": "Password updated successfully"
|
2026-04-21 21:26:05 +00:00
|
|
|
},
|
2026-05-02 14:02:13 +00:00
|
|
|
"CookieConsent": {
|
|
|
|
|
"Title": "We use cookies",
|
|
|
|
|
"Description": "We use cookies to enhance your experience. Necessary cookies are always active. You can manage your preferences below.",
|
|
|
|
|
"Necessary": "Necessary",
|
|
|
|
|
"NecessaryDescription": "Required for authentication, security, and basic site functionality.",
|
|
|
|
|
"Analytics": "Analytics",
|
|
|
|
|
"AnalyticsDescription": "Helps us understand how visitors interact with our site.",
|
|
|
|
|
"Marketing": "Marketing",
|
|
|
|
|
"MarketingDescription": "Used to deliver personalized advertisements and measure their effectiveness.",
|
|
|
|
|
"AcceptAll": "Accept all",
|
|
|
|
|
"AcceptSelected": "Save preferences",
|
|
|
|
|
"AcceptNecessary": "Accept necessary only",
|
|
|
|
|
"ManagePreferences": "Manage preferences",
|
|
|
|
|
"SavePreferences": "Save preferences"
|
|
|
|
|
},
|
2026-04-21 21:26:05 +00:00
|
|
|
"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"
|
|
|
|
|
}
|
2026-03-27 22:43:18 +00:00
|
|
|
}
|
|
|
|
|
}
|