49 lines
1.9 KiB
PHP
49 lines
1.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
// Laravel default auth lines
|
|
'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
|
|
'login_title' => 'Sign in to CluPilot',
|
|
'login_subtitle' => 'Sign in with your credentials.',
|
|
'email' => 'Email',
|
|
'password_label' => 'Password',
|
|
'remember' => 'Stay signed in',
|
|
'sign_in' => 'Sign in',
|
|
'no_account' => 'No account yet?',
|
|
'sign_up' => 'Sign up',
|
|
|
|
// Register
|
|
'register_title' => 'Create your account',
|
|
'register_subtitle' => 'Get started with your managed CluPilot cloud.',
|
|
'name' => 'Name',
|
|
'password_confirm' => 'Confirm password',
|
|
'create_account' => 'Create account',
|
|
'have_account' => 'Already registered?',
|
|
|
|
// Brand panel
|
|
'brand_headline' => 'Your cloud. Fully managed.',
|
|
'brand_sub' => 'Nextcloud for your business — securely operated, auto-updated, backed up.',
|
|
'brand_point_1' => 'Automatic backups & updates',
|
|
'brand_point_2' => 'Custom domain & branding',
|
|
'brand_point_3' => 'Hosted in the EU, GDPR-compliant',
|
|
'brand_footer' => '© CluPilot — Managed Nextcloud.',
|
|
'register_brand_headline' => 'Ready in minutes.',
|
|
'register_brand_sub' => 'Create an account, pick a plan — we handle the rest, fully automated.',
|
|
|
|
// Two-factor
|
|
'twofa_title' => 'Two-factor confirmation',
|
|
'twofa_subtitle' => 'Enter the code from your authenticator app.',
|
|
'twofa_recovery_subtitle' => 'Enter one of your recovery codes.',
|
|
'otp_digit' => 'Digit',
|
|
'recovery_code' => 'Recovery code',
|
|
'verify' => 'Verify',
|
|
'use_recovery' => 'Use a recovery code',
|
|
'use_otp' => 'Use authenticator code',
|
|
'account_suspended' => 'Your account is suspended. Please contact support.',
|
|
'account_closed' => 'This account has been closed.',
|
|
];
|