Files
fotospiel-app/resources/js/admin/i18n/locales/en/settings.json

52 lines
1.5 KiB
JSON

{
"profile": {
"title": "Profile",
"subtitle": "Manage your account details and credentials.",
"sections": {
"account": {
"heading": "Account information",
"description": "Update your name, email address, and interface language."
},
"password": {
"heading": "Change password",
"description": "Choose a strong password to protect admin access.",
"hint": "Use at least 8 characters and mix letters and numbers for higher security."
}
},
"fields": {
"name": "Display name",
"email": "Email address",
"locale": "Preferred language",
"currentPassword": "Current password",
"newPassword": "New password",
"passwordConfirmation": "Confirm password"
},
"placeholders": {
"name": "e.g. Event Planning Smith",
"locale": "Use system language"
},
"locale": {
"auto": "Automatic"
},
"status": {
"emailVerified": "Email verified",
"emailNotVerified": "Verification required",
"verifiedHint": "Verified on {{date}}.",
"unverifiedHint": "We'll send another verification email when you change the address."
},
"actions": {
"save": "Save",
"updatePassword": "Update password",
"openProfile": "Edit profile"
},
"toasts": {
"updated": "Profile updated successfully.",
"passwordChanged": "Password updated."
},
"errors": {
"load": "Unable to load your profile.",
"update": "Could not update your profile."
}
}
}