CluPilotCloud/lang/en/auth.php

63 lines
2.5 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.',
'console_login_title' => 'Console',
'console_login_subtitle' => 'Sign-in for operators.',
'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. The facts are a specification plate, not a feature list —
// the same voice the public site speaks in.
'brand_eyebrow' => 'Managed private cloud · Austria',
'brand_headline' => 'Your cloud. Operated, secured, evidenced.',
'brand_sub' => 'A separate, isolated instance for your business — maintained and monitored continuously.',
'brand_footer' => '© CluPilot — managed private cloud.',
'register_brand_headline' => 'Ready in minutes.',
'register_brand_sub' => 'Create an account, pick a plan — provisioning starts automatically.',
'fact_location_term' => 'Server location',
'fact_location' => 'EU',
'fact_backup_term' => 'Backup',
'fact_backup' => 'Daily, encrypted',
'fact_restore_term' => 'Restore',
'fact_restore' => 'Tested monthly',
'fact_support_term' => 'Support',
'fact_support' => 'Personal, in German',
'fact_setup_term' => 'Provisioning',
'fact_setup' => 'Under 20 minutes',
// 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',
'twofa_invalid' => 'That code does not match.',
'account_suspended' => 'Your account is suspended. Please contact support.',
'account_closed' => 'This account has been closed.',
'not_an_operator' => 'This account has no access to the console.',
];