die tenant admin oauth authentifizierung wurde implementiert und funktioniert jetzt. Zudem wurde das marketing frontend dashboard implementiert.
This commit is contained in:
@@ -13,10 +13,25 @@
|
||||
"lead": "Use our secure OAuth login and land directly in the event dashboard.",
|
||||
"panel_title": "Sign in",
|
||||
"panel_copy": "Sign in with your Fotospiel admin access. OAuth 2.1 and clear role permissions keep your account protected.",
|
||||
"actions_title": "Choose your sign-in method",
|
||||
"actions_copy": "Access the tenant dashboard securely with OAuth or your Google account.",
|
||||
"cta": "Continue with Fotospiel login",
|
||||
"google_cta": "Continue with Google",
|
||||
"open_account_login": "Open account login",
|
||||
"loading": "Signing you in …",
|
||||
"oauth_error_title": "Login not possible right now",
|
||||
"oauth_error": "Sign-in failed: {{message}}",
|
||||
"oauth_errors": {
|
||||
"login_required": "Please sign in to your Fotospiel account before continuing.",
|
||||
"invalid_request": "The login request was invalid. Please try again.",
|
||||
"invalid_client": "We couldn’t find the linked tenant app. Please contact support if this persists.",
|
||||
"invalid_redirect": "The redirect address is not registered for this app.",
|
||||
"invalid_scope": "The app asked for permissions it cannot receive.",
|
||||
"tenant_mismatch": "You don’t have access to the tenant that requested this login.",
|
||||
"google_failed": "Google sign-in was not successful. Please try again or use another method.",
|
||||
"google_no_match": "We couldn’t link this Google account to a tenant admin. Please sign in with Fotospiel credentials."
|
||||
},
|
||||
"return_hint": "After signing in you’ll be brought back automatically.",
|
||||
"support": "Need access? Contact your event team or email support@fotospiel.de — we're happy to help.",
|
||||
"appearance_label": "Appearance"
|
||||
}
|
||||
|
||||
51
resources/js/admin/i18n/locales/en/settings.json
Normal file
51
resources/js/admin/i18n/locales/en/settings.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user