{{ __('auth.login_title') }}
+{{ __('auth.login_subtitle') }}
@if (session('status')) -+ {{ __('auth.no_account') }} + {{ __('auth.sign_up') }} +
+diff --git a/app/Livewire/Auth/Register.php b/app/Livewire/Auth/Register.php new file mode 100644 index 0000000..ea7ef04 --- /dev/null +++ b/app/Livewire/Auth/Register.php @@ -0,0 +1,19 @@ + 'Passwort', 'remember' => 'Angemeldet bleiben', 'sign_in' => 'Anmelden', + 'no_account' => 'Noch kein Konto?', + 'sign_up' => 'Registrieren', + + // Register + 'register_title' => 'Konto erstellen', + 'register_subtitle' => 'Starten Sie mit Ihrer verwalteten CluPilot-Cloud.', + 'name' => 'Name', + 'password_confirm' => 'Passwort bestätigen', + 'create_account' => 'Konto erstellen', + 'have_account' => 'Bereits registriert?', + + // Brand panel + 'brand_headline' => 'Ihre Cloud. Vollständig verwaltet.', + 'brand_sub' => 'Nextcloud für Ihr Unternehmen — sicher betrieben, automatisch aktualisiert, gesichert.', + 'brand_point_1' => 'Automatische Backups & Updates', + 'brand_point_2' => 'Eigene Domain & Branding', + 'brand_point_3' => 'Gehostet in der EU, DSGVO-konform', + 'brand_footer' => '© CluPilot — Managed Nextcloud.', + 'register_brand_headline' => 'In Minuten startklar.', + 'register_brand_sub' => 'Konto erstellen, Paket wählen — den Rest übernehmen wir vollautomatisch.', // Two-factor 'twofa_title' => 'Zwei-Faktor-Bestätigung', diff --git a/lang/en/auth.php b/lang/en/auth.php index a5737ee..9f985d7 100644 --- a/lang/en/auth.php +++ b/lang/en/auth.php @@ -13,6 +13,26 @@ return [ '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', diff --git a/resources/views/livewire/auth/login.blade.php b/resources/views/livewire/auth/login.blade.php index 434e39c..b2a46df 100644 --- a/resources/views/livewire/auth/login.blade.php +++ b/resources/views/livewire/auth/login.blade.php @@ -1,41 +1,58 @@ -
{{ __('auth.login_subtitle') }}
@if (session('status')) -+ {{ __('auth.no_account') }} + {{ __('auth.sign_up') }} +
+{{ __('auth.register_subtitle') }}
+ + + ++ {{ __('auth.have_account') }} + {{ __('auth.sign_in') }} +
+