mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-02-03 02:10:45 +00:00
e00f46b32f
This commit is translate the following pages: - About - Help Center - Getting Sarted - Hashtags Feat #2
28 lines
1.2 KiB
PHP
28 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'rules' => 'Rules',
|
|
'rulesTerms' => 'For more information, please review our <a href="/site/terms">Terms of Use</a>',
|
|
|
|
'featureTitle' => 'Feature Packed.',
|
|
'featureSubtitle' => 'The best for the brightest 📸',
|
|
'albumTitle' => 'Albums',
|
|
'albumSubTitle' => 'Share posts with up to '.config_cache('pixelfed.max_album_length').' photos',
|
|
'commentTitle' => 'Comments',
|
|
'commentSubTitle' => 'Comment on a post, or send a reply',
|
|
'collectionTitle' => 'Collections',
|
|
'collectionSubTitle'=> 'Organize and share collections of multiple posts',
|
|
'discoverTitle' => 'Discover',
|
|
'discoverSubTitle' => 'Explore categories, hashtags and topics',
|
|
'filterTitle' => 'Photo Filters',
|
|
'filterSubTitle' => 'Add a special touch to your photos',
|
|
'storiesTitle' => 'Stories',
|
|
'storiesSubTitle' => 'Share moments with your followers that disappear after 24 hours',
|
|
|
|
'countPeople' => 'people have shared',
|
|
'countPosts' => 'photos and videos on',
|
|
|
|
'singupToday' => '<a class="text-primary" href="/register">Sign up today</a>
|
|
and join our community of photographers from around the world.'
|
|
|
|
];
|