Files
fotospiel-app/resources/lang/en/auth.php

29 lines
1.4 KiB
PHP

<?php
return [
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'login_success' => 'You are now logged in.',
'login_failed' => 'These credentials do not match our records.',
'login' => [
'title' => 'Sign in',
'username_or_email' => 'Username or email address',
'username_or_email_placeholder' => 'name@example.com',
'password' => 'Password',
'password_placeholder' => 'Your password',
'remember' => 'Stay signed in',
'remember_me' => 'Stay signed in',
'submit' => 'Sign in',
'panel_title' => 'Tenant Admin',
'panel_copy' => 'Sign in with your Fotospiel admin credentials to continue.',
'remember_hint' => 'We will keep you signed in on this device.',
'loading' => 'Signing in …',
'support' => 'Need help? Contact support@fotospiel.de.',
],
'verify_email' => 'Your email address is not verified. Please check your inbox for the verification link.',
'no_tenant_associated' => 'We could not find a tenant for your account. Please contact support.',
'not_authorized' => 'You are not authorized to access the tenant dashboard.',
'unverified' => 'Please verify your email address before signing in.',
];