feat: Add i18n support for profile page

- Add profile section translations to all 8 language files
- Update profile/edit.blade.php header
- Update update-profile-information-form.blade.php
- Update update-password-form.blade.php
- Update delete-user-form.blade.php

Translated sections:
- Profile information form
- Password update form
- Account deletion form
This commit is contained in:
2025-11-29 12:03:28 +09:00
parent cdf0bf4bad
commit 9bb2ff8ccc
12 changed files with 202 additions and 26 deletions
+22
View File
@@ -113,5 +113,27 @@
'confirm_password' => 'Passwort bestätigen',
'already_registered' => 'Bereits registriert?',
],
// Profile
'profile' => [
'title' => 'Profil',
'information' => 'Profilinformationen',
'information_description' => 'Aktualisieren Sie die Profilinformationen und E-Mail-Adresse Ihres Kontos.',
'name' => 'Name',
'email' => 'E-Mail',
'email_unverified' => 'Ihre E-Mail-Adresse ist nicht verifiziert.',
'resend_verification' => 'Klicken Sie hier, um die Bestätigungs-E-Mail erneut zu senden.',
'verification_sent' => 'Ein neuer Bestätigungslink wurde an Ihre E-Mail-Adresse gesendet.',
'saved' => 'Gespeichert.',
'update_password' => 'Passwort aktualisieren',
'update_password_description' => 'Stellen Sie sicher, dass Ihr Konto ein langes, zufälliges Passwort verwendet, um sicher zu bleiben.',
'current_password' => 'Aktuelles Passwort',
'new_password' => 'Neues Passwort',
'confirm_password' => 'Passwort bestätigen',
'delete_account' => 'Konto löschen',
'delete_account_description' => 'Sobald Ihr Konto gelöscht ist, werden alle Ressourcen und Daten dauerhaft gelöscht. Bitte laden Sie vor dem Löschen alle Daten herunter, die Sie behalten möchten.',
'delete_account_confirm' => 'Sind Sie sicher, dass Sie Ihr Konto löschen möchten?',
'delete_account_confirm_description' => 'Sobald Ihr Konto gelöscht ist, werden alle Ressourcen und Daten dauerhaft gelöscht. Bitte geben Sie Ihr Passwort ein, um zu bestätigen, dass Sie Ihr Konto dauerhaft löschen möchten.',
],
];