diff --git a/lang/sv/site.php b/lang/sv/site.php index becd97a47..0a604a83c 100644 --- a/lang/sv/site.php +++ b/lang/sv/site.php @@ -15,5 +15,55 @@ return [ 'contact' => 'Kontakt', 'contact-us' => 'Kontakta oss', 'places' => 'Platser', + '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' => '', ];