diff --git a/resources/lang/de/home.php b/resources/lang/de/home.php new file mode 100644 index 000000000..af9896476 --- /dev/null +++ b/resources/lang/de/home.php @@ -0,0 +1,33 @@ + 'Konto-Einstellungen', + 'change_profile_photo' => 'Profilfoto ändern', + 'select_a_profile_photo' => 'Wähle dein Profilfoto', + 'must_be_a_jpeg_or_png_max_avatar_size' => 'Muss jpeg oder png sein. Maximale Größe:', + 'upload' => 'Hochladen', + 'delete_profile_photo' => 'Profilfoto löschen', + 'name' => 'Name', + 'your_name' => 'Dein Name', + 'website' => 'Website', + 'bio' => 'Bio', + 'add_a_bio_here' => 'Deine Biografie', + 'language' => 'Sprache', + 'pronouns' => 'Pronomen', + 'select_pronouns' => 'Wähle Pronomen', + 'select_up_to_4_pronouns_that_will_appear_on_etc' => 'Wähle bis zu 4 Pronomen, die auf deinem Profil angezeigt werden.', + 'account_aliases' => 'Konto-Alias', + 'manage_account_alias' => 'Verwalte dein Aliaskonto', + 'to_move_from_another_account_to_this_one_first_etc' => 'Um von einem anderen Konto hierher zu migrieren, musst du zuerst einen Alias anlegen', + 'account_migrate' => 'Konto-Migration', + 'migrate_to_another_account' => 'Ziehe dein Konto um', + 'to_redirect_this_account_to_a_different_one_etc' => 'Um dieses Konto auf ein anderes umzuleiten (wo es unterstützt wird).', + 'storage_usage' => 'Speichernutzung', + 'storage_used' => 'Belegter Speicher', + 'submit' => 'Absenden', + 'are_you_sure_you_want_to_delete_your_profile_photo' => 'Bist du sicher, dass du dein Profilfoto löschen möchtest?', + 'error' => 'Error', + 'an_error_occured_please_try_again_later' => 'An error occured, please try again later', + +]; \ No newline at end of file diff --git a/resources/lang/en/home.php b/resources/lang/en/home.php new file mode 100644 index 000000000..27ac8d643 --- /dev/null +++ b/resources/lang/en/home.php @@ -0,0 +1,33 @@ + 'Account Settings', + 'change_profile_photo' => 'Change Profile Photo', + 'select_a_profile_photo' => 'Select a profile photo', + 'must_be_a_jpeg_or_png_max_avatar_size' => 'Must be a jpeg or png. Max avatar size:', + 'upload' => 'Upload', + 'delete_profile_photo' => 'Delete Profile Photo', + 'name' => 'Name', + 'your_name' => 'Your Name', + 'website' => 'Website', + 'bio' => 'Bio', + 'add_a_bio_here' => 'Add a bio here', + 'language' => 'Language', + 'pronouns' => 'Pronouns', + 'select_pronouns' => 'Select Pronoun(s)', + 'select_up_to_4_pronouns_that_will_appear_on_etc' => 'Select up to 4 pronouns that will appear on your profile.', + 'account_aliases' => 'Account Aliases', + 'manage_account_alias' => 'Manage account alias', + 'to_move_from_another_account_to_this_one_first_etc' => 'To move from another account to this one, first you need to create an alias.', + 'account_migrate' => 'Account Migrate', + 'migrate_to_another_account' => 'Migrate to another account', + 'to_redirect_this_account_to_a_different_one_etc' => 'To redirect this account to a different one (where supported).', + 'storage_usage' => 'Storage Usage', + 'storage_used' => 'Storage Used', + 'submit' => 'Submit', + 'are_you_sure_you_want_to_delete_your_profile_photo' => 'Are you sure you want to delete your profile photo?', + 'error' => 'Fehler', + 'an_error_occured_please_try_again_later' => 'Es ist ein Fehler aufgetreten, versuche es bitte später noch einmal', + +]; \ No newline at end of file diff --git a/resources/views/settings/home.blade.php b/resources/views/settings/home.blade.php index 1ecd6bca8..ab1a8d4fe 100644 --- a/resources/views/settings/home.blade.php +++ b/resources/views/settings/home.blade.php @@ -3,7 +3,7 @@ @section('section')
-

Account Settings

+

{{__('home.account_settings')}}


@@ -13,7 +13,7 @@

{{Auth::user()->username}}

- +

@@ -21,41 +21,41 @@
- +
-

Must be a jpeg or png. Max avatar size:

+

{{__('home.must_be_a_jpeg_or_png_max_avatar_size')}}

-

+

- Delete Profile Photo + {{__('home.delete_profile_photo')}}

@csrf
- +
- +
- +
- +
- +