|
|
|
|
@ -28,10 +28,12 @@ return [
|
|
|
|
|
'next' => 'Nesaf',
|
|
|
|
|
'close' => 'Cau',
|
|
|
|
|
'clickHere' => 'cliciwch yma',
|
|
|
|
|
|
|
|
|
|
'sensitive' => 'Sensitif',
|
|
|
|
|
'sensitiveContent' => 'Cynnwys sensitif',
|
|
|
|
|
'sensitiveContentWarning' => 'Gall y post hon gynnwys cynnwys sensitif',
|
|
|
|
|
'javascript' => '',
|
|
|
|
|
'loading' => '',
|
|
|
|
|
'continue' => '',
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
'site' => [
|
|
|
|
|
@ -59,8 +61,10 @@ return [
|
|
|
|
|
'profile' => 'Proffil',
|
|
|
|
|
'drive' => 'Gyriant storio',
|
|
|
|
|
'settings' => 'Gosodiadau',
|
|
|
|
|
'appearance' => '',
|
|
|
|
|
'compose' => 'Creu newydd',
|
|
|
|
|
'logout' => 'Allgofnodi',
|
|
|
|
|
'createStory' => '',
|
|
|
|
|
|
|
|
|
|
// Nav footer
|
|
|
|
|
'about' => 'Amdano',
|
|
|
|
|
@ -68,9 +72,12 @@ return [
|
|
|
|
|
'language' => 'Iaith',
|
|
|
|
|
'privacy' => 'Preifatrwydd',
|
|
|
|
|
'terms' => 'Telerau',
|
|
|
|
|
'legalNotice' => '',
|
|
|
|
|
'mobileApps' => '',
|
|
|
|
|
|
|
|
|
|
// Temporary links
|
|
|
|
|
'backToPreviousDesign' => 'Ewch yn ôl at ddyluniad blaenorol',
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
'directMessages' => [
|
|
|
|
|
@ -80,6 +87,7 @@ return [
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
'notifications' => [
|
|
|
|
|
'title' => '',
|
|
|
|
|
'liked' => 'wedi hoffi eich',
|
|
|
|
|
'commented' => 'gwnaeth sylwadau ar eich',
|
|
|
|
|
'reacted' => 'adweithio i\'ch',
|
|
|
|
|
@ -103,6 +111,23 @@ return [
|
|
|
|
|
'post' => 'post',
|
|
|
|
|
'story' => 'stori',
|
|
|
|
|
'noneFound' => 'Dim hysbysiadau',
|
|
|
|
|
'youRecent' => '',
|
|
|
|
|
'hasUnlisted' => '',
|
|
|
|
|
'cannotDisplay' => '',
|
|
|
|
|
'followRequest' => '',
|
|
|
|
|
'filteringResults' => '',
|
|
|
|
|
'mentions' => '',
|
|
|
|
|
'mentionsDescription' => '',
|
|
|
|
|
'likes' => '',
|
|
|
|
|
'likesDescription' => '',
|
|
|
|
|
'followers' => '',
|
|
|
|
|
'followersDescription' => '',
|
|
|
|
|
'reblogs' => '',
|
|
|
|
|
'reblogsDescription' => '',
|
|
|
|
|
'dms' => '',
|
|
|
|
|
'dmsDescription' => '',
|
|
|
|
|
'accept' => '',
|
|
|
|
|
'reject' => '',
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
'post' => [
|
|
|
|
|
@ -126,6 +151,24 @@ return [
|
|
|
|
|
|
|
|
|
|
'emptyCollections' => 'Ni allwn dod o hyd i unrhyw gasgliadau',
|
|
|
|
|
'emptyPosts' => 'Ni allwn dod o hyd i unrhyw bostiadau',
|
|
|
|
|
|
|
|
|
|
'blocking' => '',
|
|
|
|
|
'sponsor' => '',
|
|
|
|
|
'followYou' => '',
|
|
|
|
|
'archives' => '',
|
|
|
|
|
'bookmarks' => '',
|
|
|
|
|
'likes' => '',
|
|
|
|
|
'muted' => '',
|
|
|
|
|
'blocked' => '',
|
|
|
|
|
'myPortifolio' => '',
|
|
|
|
|
'private' => '',
|
|
|
|
|
'public' => '',
|
|
|
|
|
'draft' => '',
|
|
|
|
|
'emptyLikes' => '',
|
|
|
|
|
'emptyBookmarks' => '',
|
|
|
|
|
'emptyArchives' => '',
|
|
|
|
|
'untitled' => '',
|
|
|
|
|
'noDescription' => '',
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
'menu' => [
|
|
|
|
|
@ -175,10 +218,41 @@ return [
|
|
|
|
|
'deletePostConfirm' => 'Ydych chi\'n siŵr eich bod chi am dileu\'r post hon?',
|
|
|
|
|
'archivePostConfirm' => 'Ydych chi\'n siŵr eich bod eisiau archifo\'r post hwn?',
|
|
|
|
|
'unarchivePostConfirm' => 'Ydych chi\'n siŵr eich bod eisiau dad-archifo\'r post hwn?',
|
|
|
|
|
'pin' => '',
|
|
|
|
|
'unpin' => '',
|
|
|
|
|
'pinPostConfirm' => '',
|
|
|
|
|
'unpinPostConfirm' => '',
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
'story' => [
|
|
|
|
|
'add' => 'Ychwanegu Stori',
|
|
|
|
|
'myStory' => '',
|
|
|
|
|
'viewMyStory' => '',
|
|
|
|
|
'goBack' => '',
|
|
|
|
|
'delete' => '',
|
|
|
|
|
'crop' => '',
|
|
|
|
|
'error' => '',
|
|
|
|
|
'cropping' => '',
|
|
|
|
|
'storyDuration' => '',
|
|
|
|
|
'seconds' => '',
|
|
|
|
|
'processing' => '',
|
|
|
|
|
'shareWithFollowers' => '',
|
|
|
|
|
'cancel' => '',
|
|
|
|
|
'viewedBy' => '',
|
|
|
|
|
'next' => '',
|
|
|
|
|
'zoom' => '',
|
|
|
|
|
'options' => '',
|
|
|
|
|
'allowReplies' => '',
|
|
|
|
|
'allowReactions' => '',
|
|
|
|
|
'limit' => '',
|
|
|
|
|
'reactionSent' => '',
|
|
|
|
|
'replySent' => '',
|
|
|
|
|
'expiresIn' => '',
|
|
|
|
|
'viewers' => '',
|
|
|
|
|
'report' => '',
|
|
|
|
|
'close' => '',
|
|
|
|
|
'myStories' => '',
|
|
|
|
|
'seeAll' => '',
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
'timeline' => [
|
|
|
|
|
@ -205,4 +279,133 @@ return [
|
|
|
|
|
'contactAdminMsg' => 'Os hoffech chi gysylltu â gweinyddwr am y post neu\'r adroddiad hwn',
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
'appearance' => [
|
|
|
|
|
'theme' => '',
|
|
|
|
|
'profileLayout' => '',
|
|
|
|
|
'compactPreviews' => '',
|
|
|
|
|
'loadComments' => '',
|
|
|
|
|
'hideStats' => '',
|
|
|
|
|
|
|
|
|
|
'auto' => '',
|
|
|
|
|
'lightMode' => '',
|
|
|
|
|
'darkMode' => '',
|
|
|
|
|
|
|
|
|
|
'grid' => '',
|
|
|
|
|
'masonry' => '',
|
|
|
|
|
'feed' => '',
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
'settings' => [
|
|
|
|
|
'filters' => [
|
|
|
|
|
'title' => '',
|
|
|
|
|
'manage_your_custom_filters' => '',
|
|
|
|
|
'customize_your_experience' => '',
|
|
|
|
|
'add_new_filter' => '',
|
|
|
|
|
'limit_message' => '',
|
|
|
|
|
'learn_more_help_center' => '',
|
|
|
|
|
'no_filters' => '',
|
|
|
|
|
'no_filters_message' => '',
|
|
|
|
|
'create_first_filter' => '',
|
|
|
|
|
'no_matching_filters' => '',
|
|
|
|
|
'no_matching_filters_message' => '',
|
|
|
|
|
'create_new_filter' => '',
|
|
|
|
|
'filter_title' => '',
|
|
|
|
|
'edit_filter' => '',
|
|
|
|
|
'advance_mode' => '',
|
|
|
|
|
'simple_mode' => '',
|
|
|
|
|
'keywords' => '',
|
|
|
|
|
'legend' => '',
|
|
|
|
|
'whole_word' => '',
|
|
|
|
|
'partial_word' => '',
|
|
|
|
|
'duplicate_not_allowed' => '',
|
|
|
|
|
'filter_action' => '',
|
|
|
|
|
'hide_media_blur' => '',
|
|
|
|
|
'show_warning' => '',
|
|
|
|
|
'hide_content_completely' => '',
|
|
|
|
|
'apply_filters_to' => '',
|
|
|
|
|
'home_timeline' => '',
|
|
|
|
|
'notifications' => '',
|
|
|
|
|
'public_timeline' => '',
|
|
|
|
|
'hashtags' => '',
|
|
|
|
|
'groups' => '',
|
|
|
|
|
'conversations' => '',
|
|
|
|
|
'duration' => '',
|
|
|
|
|
'forever' => '',
|
|
|
|
|
'30_minutes' => '',
|
|
|
|
|
'1_hour' => '',
|
|
|
|
|
'6_hours' => '',
|
|
|
|
|
'12_hours' => '',
|
|
|
|
|
'1_day' => '',
|
|
|
|
|
'1_week' => '',
|
|
|
|
|
'cutom' => '',
|
|
|
|
|
'enter_duration_in_seconds' => '',
|
|
|
|
|
'save_changes' => '',
|
|
|
|
|
'create_filter' => '',
|
|
|
|
|
'name_your_filter' => '',
|
|
|
|
|
'give_your_filter_a_name' => '',
|
|
|
|
|
'my_filter_name' => '',
|
|
|
|
|
'filter_duration' => '',
|
|
|
|
|
'add_filter_keywords' => '',
|
|
|
|
|
'add_word_or_phrase' => '',
|
|
|
|
|
'whole_word_match' => '',
|
|
|
|
|
'partial_word_match' => '',
|
|
|
|
|
'add_another_keyword' => '',
|
|
|
|
|
'please_remove_duplicate_keywords' => '',
|
|
|
|
|
'choose_filter_action' => '',
|
|
|
|
|
'choose_filter_action_description' => '',
|
|
|
|
|
'hide_completely' => '',
|
|
|
|
|
'choose_where_to_apply' => '',
|
|
|
|
|
'choose_where_to_apply_description' => '',
|
|
|
|
|
'review_your_filter' => '',
|
|
|
|
|
'review_your_filter_description' => '',
|
|
|
|
|
'no_keywords_specified' => '',
|
|
|
|
|
'action' => '',
|
|
|
|
|
'expires' => '',
|
|
|
|
|
'never_expires' => '',
|
|
|
|
|
'titleAdvance' => '',
|
|
|
|
|
'context' => '',
|
|
|
|
|
'review' => '',
|
|
|
|
|
'add_keyword' => '',
|
|
|
|
|
'enter_filter_title' => '',
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
'powered_by_pixelfed' => '',
|
|
|
|
|
|
|
|
|
|
'landing' => [
|
|
|
|
|
'login' => '',
|
|
|
|
|
'signup' => '',
|
|
|
|
|
'about' => '',
|
|
|
|
|
'directory' => '',
|
|
|
|
|
'explore' => '',
|
|
|
|
|
'decentralized_by_pixelfed' => '',
|
|
|
|
|
'posts' => '',
|
|
|
|
|
'active_users' => '',
|
|
|
|
|
'total_users' => '',
|
|
|
|
|
'managed_by' => '',
|
|
|
|
|
'server_rules' => '',
|
|
|
|
|
'supported_features' => '',
|
|
|
|
|
'features' => [
|
|
|
|
|
'photo_posts' => '',
|
|
|
|
|
'photo_albums' => '',
|
|
|
|
|
'photo_filters' => '',
|
|
|
|
|
'collections' => '',
|
|
|
|
|
'comments' => '',
|
|
|
|
|
'hashtags' => '',
|
|
|
|
|
'likes' => '',
|
|
|
|
|
'notifications' => '',
|
|
|
|
|
'shares' => '',
|
|
|
|
|
'share_up_to_n_photos' => '',
|
|
|
|
|
'share_up_to_n_photos_videos' => '',
|
|
|
|
|
'file_size' => '',
|
|
|
|
|
'federation' => '',
|
|
|
|
|
'mobile_app' => '',
|
|
|
|
|
'stories' => '',
|
|
|
|
|
'videos' => '',
|
|
|
|
|
],
|
|
|
|
|
'discover_accounts' => '',
|
|
|
|
|
'nothing_to_show' => '',
|
|
|
|
|
'explore_trending' => '',
|
|
|
|
|
],
|
|
|
|
|
];
|
|
|
|
|
|