mirror of https://github.com/pixelfed/pixelfed
internationalization of settings/home
parent
163fc3805d
commit
567579e5f8
@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'account_settings' => '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',
|
||||
|
||||
];
|
||||
@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'account_settings' => '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',
|
||||
|
||||
];
|
||||
Loading…
Reference in New Issue