|
|
<?php
|
|
|
|
|
|
return [
|
|
|
|
|
|
'about' => 'О нас',
|
|
|
'help' => 'Помощь',
|
|
|
'language' => 'Язык',
|
|
|
'fediverse' => 'Fediverse',
|
|
|
'opensource' => 'Open Source',
|
|
|
'terms' => 'Правила',
|
|
|
'privacy' => 'Конфиденциальность',
|
|
|
'l10nWip' => 'Мы все еще работаем над локализацией',
|
|
|
'currentLocale' => 'Выбранный язык',
|
|
|
'selectLocale' => 'Выберите один из поддерживаемых языков',
|
|
|
'contact' => 'Контакт',
|
|
|
'contact-us' => 'Связь с нами',
|
|
|
'places' => '',
|
|
|
'profiles' => 'Профили',
|
|
|
|
|
|
// site/contact
|
|
|
'you_can_contact_the_admins' => '',
|
|
|
'by_using_the_form_below' => '',
|
|
|
'or' => '',
|
|
|
'by_sending_an_email_to' => '',
|
|
|
'the_admins_have_not_set_a_contact_email_address' => '',
|
|
|
'Message' => '',
|
|
|
'request_response_from_admins' => '',
|
|
|
'Submit' => '',
|
|
|
'log_in_to_send_a_message' => '',
|
|
|
'Please' => '',
|
|
|
|
|
|
// site/about
|
|
|
'photo_sharing_for_everyone' => '',
|
|
|
'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding
|
|
|
'feature_packed' => '',
|
|
|
'the_best_for_the_brightest' => '',
|
|
|
'albums' => '',
|
|
|
'share_posts_with_up_to' => '',
|
|
|
'photos' => '',
|
|
|
'comments' => '',
|
|
|
'comment_on_a_post_or_send_a_reply' => '',
|
|
|
'collections' => '',
|
|
|
'organize_and_share_collections_of_multiple_posts' => '',
|
|
|
'discover' => '',
|
|
|
'explore_categories_hashtags_and_topics' => '',
|
|
|
'photo_filters' => '',
|
|
|
'add_a_special_touch_to_your_photos' => '',
|
|
|
'stories' => '',
|
|
|
'share_moments_with_your_followers_that_disappear_etc' => '',
|
|
|
'people_have_shared' => '',
|
|
|
'photos_and_videos_on' => '',
|
|
|
'sign_up_today' => '',
|
|
|
'and_join_our_community_of_photographers_from_etc' => '',
|
|
|
|
|
|
// site/fediverse
|
|
|
'is_a_portmanteau_of_federation_and_universe_etc' => '',
|
|
|
'supported_fediverse_projects' => '',
|
|
|
'some_of_the_better_known_fediverse_projects_include' => '',
|
|
|
'a_federated_microblogging_alternative' => '',
|
|
|
|
|
|
// site/opensource
|
|
|
'the_software_that_powers_this_website_is_called' => '',
|
|
|
'and_anyone_can' => '',
|
|
|
'download' => '',
|
|
|
'opensource.or' => '',
|
|
|
'view' => '',
|
|
|
'the_source_code_and_run_their_own_instance' => '',
|
|
|
'open_source_in_pixelfed' => '',
|
|
|
];
|