mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-26 14:30:46 +00:00
33 lines
No EOL
2.4 KiB
PHP
33 lines
No EOL
2.4 KiB
PHP
<?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',
|
|
|
|
]; |