From acd607a8679a984770ce5412828caac771e0388d Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 17:23:30 -0700 Subject: [PATCH 01/44] Update Crowdin configuration file --- crowdin.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index 0d86fe475..74996f993 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,4 +1,5 @@ +translation: /resources/assets/js/i18n/%two_letters_code%.json commit_message: '[ci skip]' files: - - source: /resources/lang/%two_letters_code%/web.php - translation: /resources/assets/js/i18n/%two_letters_code%.json + - source: /resources/lang/en/web.php + translation: /resources/assets/js/i18n/%two_letters_code%.json From 132c8b8b7104b309e26114c6fb1cd27bc18b341d Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 21 Dec 2021 17:43:37 -0700 Subject: [PATCH 02/44] Add web lang files --- resources/lang/ar/web.php | 171 ++++++++++++++++++++++++++++++++++++++ resources/lang/ca/web.php | 171 ++++++++++++++++++++++++++++++++++++++ resources/lang/cs/web.php | 171 ++++++++++++++++++++++++++++++++++++++ resources/lang/cy/web.php | 171 ++++++++++++++++++++++++++++++++++++++ resources/lang/da/web.php | 171 ++++++++++++++++++++++++++++++++++++++ resources/lang/de/web.php | 171 ++++++++++++++++++++++++++++++++++++++ resources/lang/el/web.php | 171 ++++++++++++++++++++++++++++++++++++++ resources/lang/eo/web.php | 171 ++++++++++++++++++++++++++++++++++++++ resources/lang/es/web.php | 171 ++++++++++++++++++++++++++++++++++++++ resources/lang/eu/web.php | 171 ++++++++++++++++++++++++++++++++++++++ resources/lang/fa/web.php | 171 ++++++++++++++++++++++++++++++++++++++ resources/lang/fi/web.php | 171 ++++++++++++++++++++++++++++++++++++++ resources/lang/fr/web.php | 171 ++++++++++++++++++++++++++++++++++++++ resources/lang/gl/web.php | 171 ++++++++++++++++++++++++++++++++++++++ resources/lang/he/web.php | 171 ++++++++++++++++++++++++++++++++++++++ resources/lang/id/web.php | 171 ++++++++++++++++++++++++++++++++++++++ resources/lang/it/web.php | 171 ++++++++++++++++++++++++++++++++++++++ resources/lang/ja/web.php | 171 ++++++++++++++++++++++++++++++++++++++ resources/lang/ms/web.php | 171 ++++++++++++++++++++++++++++++++++++++ resources/lang/nl/web.php | 171 ++++++++++++++++++++++++++++++++++++++ resources/lang/oc/web.php | 171 ++++++++++++++++++++++++++++++++++++++ resources/lang/pl/web.php | 171 ++++++++++++++++++++++++++++++++++++++ resources/lang/pt/web.php | 171 ++++++++++++++++++++++++++++++++++++++ resources/lang/ru/web.php | 171 ++++++++++++++++++++++++++++++++++++++ resources/lang/sv/web.php | 171 ++++++++++++++++++++++++++++++++++++++ resources/lang/th/web.php | 171 ++++++++++++++++++++++++++++++++++++++ resources/lang/tr/web.php | 171 ++++++++++++++++++++++++++++++++++++++ 27 files changed, 4617 insertions(+) create mode 100644 resources/lang/ar/web.php create mode 100644 resources/lang/ca/web.php create mode 100644 resources/lang/cs/web.php create mode 100644 resources/lang/cy/web.php create mode 100644 resources/lang/da/web.php create mode 100644 resources/lang/de/web.php create mode 100644 resources/lang/el/web.php create mode 100644 resources/lang/eo/web.php create mode 100644 resources/lang/es/web.php create mode 100644 resources/lang/eu/web.php create mode 100644 resources/lang/fa/web.php create mode 100644 resources/lang/fi/web.php create mode 100644 resources/lang/fr/web.php create mode 100644 resources/lang/gl/web.php create mode 100644 resources/lang/he/web.php create mode 100644 resources/lang/id/web.php create mode 100644 resources/lang/it/web.php create mode 100644 resources/lang/ja/web.php create mode 100644 resources/lang/ms/web.php create mode 100644 resources/lang/nl/web.php create mode 100644 resources/lang/oc/web.php create mode 100644 resources/lang/pl/web.php create mode 100644 resources/lang/pt/web.php create mode 100644 resources/lang/ru/web.php create mode 100644 resources/lang/sv/web.php create mode 100644 resources/lang/th/web.php create mode 100644 resources/lang/tr/web.php diff --git a/resources/lang/ar/web.php b/resources/lang/ar/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/ar/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; diff --git a/resources/lang/ca/web.php b/resources/lang/ca/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/ca/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; diff --git a/resources/lang/cs/web.php b/resources/lang/cs/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/cs/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; diff --git a/resources/lang/cy/web.php b/resources/lang/cy/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/cy/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; diff --git a/resources/lang/da/web.php b/resources/lang/da/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/da/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; diff --git a/resources/lang/de/web.php b/resources/lang/de/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/de/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; diff --git a/resources/lang/el/web.php b/resources/lang/el/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/el/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; diff --git a/resources/lang/eo/web.php b/resources/lang/eo/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/eo/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; diff --git a/resources/lang/es/web.php b/resources/lang/es/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/es/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; diff --git a/resources/lang/eu/web.php b/resources/lang/eu/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/eu/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; diff --git a/resources/lang/fa/web.php b/resources/lang/fa/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/fa/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; diff --git a/resources/lang/fi/web.php b/resources/lang/fi/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/fi/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; diff --git a/resources/lang/fr/web.php b/resources/lang/fr/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/fr/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; diff --git a/resources/lang/gl/web.php b/resources/lang/gl/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/gl/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; diff --git a/resources/lang/he/web.php b/resources/lang/he/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/he/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; diff --git a/resources/lang/id/web.php b/resources/lang/id/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/id/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; diff --git a/resources/lang/it/web.php b/resources/lang/it/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/it/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; diff --git a/resources/lang/ja/web.php b/resources/lang/ja/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/ja/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; diff --git a/resources/lang/ms/web.php b/resources/lang/ms/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/ms/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; diff --git a/resources/lang/nl/web.php b/resources/lang/nl/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/nl/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; diff --git a/resources/lang/oc/web.php b/resources/lang/oc/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/oc/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; diff --git a/resources/lang/pl/web.php b/resources/lang/pl/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/pl/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; diff --git a/resources/lang/pt/web.php b/resources/lang/pt/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/pt/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; diff --git a/resources/lang/ru/web.php b/resources/lang/ru/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/ru/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; diff --git a/resources/lang/sv/web.php b/resources/lang/sv/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/sv/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; diff --git a/resources/lang/th/web.php b/resources/lang/th/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/th/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; diff --git a/resources/lang/tr/web.php b/resources/lang/tr/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/tr/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; From b1dde37adcced244f3db2110b02296594c7e9ee7 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 21 Dec 2021 17:49:44 -0700 Subject: [PATCH 03/44] Update l10n --- resources/assets/js/i18n/ar.json | 139 ++++++++++++++++++++++ resources/assets/js/i18n/ca.json | 139 ++++++++++++++++++++++ resources/assets/js/i18n/cs.json | 139 ++++++++++++++++++++++ resources/assets/js/i18n/cy.json | 139 ++++++++++++++++++++++ resources/assets/js/i18n/da.json | 139 ++++++++++++++++++++++ resources/assets/js/i18n/de.json | 139 ++++++++++++++++++++++ resources/assets/js/i18n/el.json | 139 ++++++++++++++++++++++ resources/assets/js/i18n/eo.json | 139 ++++++++++++++++++++++ resources/assets/js/i18n/es.json | 139 ++++++++++++++++++++++ resources/assets/js/i18n/eu.json | 139 ++++++++++++++++++++++ resources/assets/js/i18n/fa.json | 139 ++++++++++++++++++++++ resources/assets/js/i18n/fi.json | 139 ++++++++++++++++++++++ resources/assets/js/i18n/fr.json | 139 ++++++++++++++++++++++ resources/assets/js/i18n/gl.json | 139 ++++++++++++++++++++++ resources/assets/js/i18n/he.json | 139 ++++++++++++++++++++++ resources/assets/js/i18n/id.json | 139 ++++++++++++++++++++++ resources/assets/js/i18n/it.json | 139 ++++++++++++++++++++++ resources/assets/js/i18n/ja.json | 139 ++++++++++++++++++++++ resources/assets/js/i18n/ms.json | 139 ++++++++++++++++++++++ resources/assets/js/i18n/nl.json | 139 ++++++++++++++++++++++ resources/assets/js/i18n/oc.json | 139 ++++++++++++++++++++++ resources/assets/js/i18n/pl.json | 139 ++++++++++++++++++++++ resources/assets/js/i18n/pt.json | 139 ++++++++++++++++++++++ resources/assets/js/i18n/ru.json | 139 ++++++++++++++++++++++ resources/assets/js/i18n/sv.json | 139 ++++++++++++++++++++++ resources/assets/js/i18n/th.json | 139 ++++++++++++++++++++++ resources/assets/js/i18n/tr.json | 139 ++++++++++++++++++++++ resources/assets/js/i18n/zh-cn.json | 139 ++++++++++++++++++++++ resources/assets/js/i18n/zh-tw.json | 139 ++++++++++++++++++++++ resources/lang/zh-cn/web.php | 171 ++++++++++++++++++++++++++++ resources/lang/zh-tw/web.php | 171 ++++++++++++++++++++++++++++ 31 files changed, 4373 insertions(+) create mode 100644 resources/assets/js/i18n/ar.json create mode 100644 resources/assets/js/i18n/ca.json create mode 100644 resources/assets/js/i18n/cs.json create mode 100644 resources/assets/js/i18n/cy.json create mode 100644 resources/assets/js/i18n/da.json create mode 100644 resources/assets/js/i18n/de.json create mode 100644 resources/assets/js/i18n/el.json create mode 100644 resources/assets/js/i18n/eo.json create mode 100644 resources/assets/js/i18n/es.json create mode 100644 resources/assets/js/i18n/eu.json create mode 100644 resources/assets/js/i18n/fa.json create mode 100644 resources/assets/js/i18n/fi.json create mode 100644 resources/assets/js/i18n/fr.json create mode 100644 resources/assets/js/i18n/gl.json create mode 100644 resources/assets/js/i18n/he.json create mode 100644 resources/assets/js/i18n/id.json create mode 100644 resources/assets/js/i18n/it.json create mode 100644 resources/assets/js/i18n/ja.json create mode 100644 resources/assets/js/i18n/ms.json create mode 100644 resources/assets/js/i18n/nl.json create mode 100644 resources/assets/js/i18n/oc.json create mode 100644 resources/assets/js/i18n/pl.json create mode 100644 resources/assets/js/i18n/pt.json create mode 100644 resources/assets/js/i18n/ru.json create mode 100644 resources/assets/js/i18n/sv.json create mode 100644 resources/assets/js/i18n/th.json create mode 100644 resources/assets/js/i18n/tr.json create mode 100644 resources/assets/js/i18n/zh-cn.json create mode 100644 resources/assets/js/i18n/zh-tw.json create mode 100644 resources/lang/zh-cn/web.php create mode 100644 resources/lang/zh-tw/web.php diff --git a/resources/assets/js/i18n/ar.json b/resources/assets/js/i18n/ar.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/ar.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/ca.json b/resources/assets/js/i18n/ca.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/ca.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/cs.json b/resources/assets/js/i18n/cs.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/cs.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/cy.json b/resources/assets/js/i18n/cy.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/cy.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/da.json b/resources/assets/js/i18n/da.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/da.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/de.json b/resources/assets/js/i18n/de.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/de.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/el.json b/resources/assets/js/i18n/el.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/el.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/eo.json b/resources/assets/js/i18n/eo.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/eo.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/es.json b/resources/assets/js/i18n/es.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/es.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/eu.json b/resources/assets/js/i18n/eu.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/eu.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/fa.json b/resources/assets/js/i18n/fa.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/fa.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/fi.json b/resources/assets/js/i18n/fi.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/fi.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/fr.json b/resources/assets/js/i18n/fr.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/fr.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/gl.json b/resources/assets/js/i18n/gl.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/gl.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/he.json b/resources/assets/js/i18n/he.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/he.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/id.json b/resources/assets/js/i18n/id.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/id.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/it.json b/resources/assets/js/i18n/it.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/it.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/ja.json b/resources/assets/js/i18n/ja.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/ja.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/ms.json b/resources/assets/js/i18n/ms.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/ms.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/nl.json b/resources/assets/js/i18n/nl.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/nl.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/oc.json b/resources/assets/js/i18n/oc.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/oc.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/pl.json b/resources/assets/js/i18n/pl.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/pl.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/pt.json b/resources/assets/js/i18n/pt.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/pt.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/ru.json b/resources/assets/js/i18n/ru.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/ru.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/sv.json b/resources/assets/js/i18n/sv.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/sv.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/th.json b/resources/assets/js/i18n/th.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/th.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/tr.json b/resources/assets/js/i18n/tr.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/tr.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/zh-cn.json b/resources/assets/js/i18n/zh-cn.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/zh-cn.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/zh-tw.json b/resources/assets/js/i18n/zh-tw.json new file mode 100644 index 000000000..5445b0116 --- /dev/null +++ b/resources/assets/js/i18n/zh-tw.json @@ -0,0 +1,139 @@ +{ + "common": { + "comment": "Comment", + "commented": "Commented", + "comments": "Comments", + "like": "Like", + "liked": "Liked", + "likes": "Likes", + "share": "Share", + "shared": "Shared", + "shares": "Shares", + "unshare": "Unshare", + "cancel": "Cancel", + "copyLink": "Copy Link", + "delete": "Delete", + "error": "Error", + "errorMsg": "Something went wrong. Please try again later.", + "oops": "Oops!", + "other": "Other", + "readMore": "Read more", + "success": "Success", + "sensitive": "Sensitive", + "sensitiveContent": "Sensitive Content", + "sensitiveContentWarning": "This post may contain sensitive content" + }, + "site": { + "terms": "Terms of Use", + "privacy": "Privacy Policy" + }, + "navmenu": { + "search": "Search", + "admin": "Admin Dashboard", + "homeFeed": "Home Feed", + "localFeed": "Local Feed", + "globalFeed": "Global Feed", + "discover": "Discover", + "directMessages": "Direct Messages", + "notifications": "Notifications", + "groups": "Groups", + "stories": "Stories", + "profile": "Profile", + "drive": "Drive", + "settings": "Settings", + "compose": "Create New", + "backToPreviousDesign": "Go back to previous design" + }, + "directMessages": { + "inbox": "Inbox", + "sent": "Sent", + "requests": "Requests" + }, + "notifications": { + "liked": "liked your", + "commented": "commented on your", + "reacted": "reacted to your", + "shared": "shared your", + "tagged": "tagged you in a", + "updatedA": "updated a", + "sentA": "sent a", + "followed": "followed", + "mentioned": "mentioned", + "you": "you", + "yourApplication": "Your application to join", + "applicationApproved": "was approved!", + "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "dm": "dm", + "groupPost": "group post", + "modlog": "modlog", + "post": "post", + "story": "story" + }, + "post": { + "shareToFollowers": "Share to followers", + "shareToOther": "Share to other", + "noLikes": "No likes yet", + "uploading": "Uploading" + }, + "profile": { + "posts": "Posts", + "followers": "Followers", + "following": "Following", + "admin": "Admin", + "collections": "Collections", + "follow": "Follow", + "unfollow": "Unfollow", + "editProfile": "Edit Profile", + "followRequested": "Follow Requested", + "joined": "Joined" + }, + "menu": { + "viewPost": "View Post", + "viewProfile": "View Profile", + "moderationTools": "Moderation Tools", + "report": "Report", + "archive": "Archive", + "unarchive": "Unarchive", + "embed": "Embed", + "selectOneOption": "Select one of the following options", + "unlistFromTimelines": "Unlist from Timelines", + "addCW": "Add Content Warning", + "removeCW": "Remove Content Warning", + "markAsSpammer": "Mark as Spammer", + "markAsSpammerText": "Unlist + CW existing and future posts", + "spam": "Spam", + "sensitive": "Sensitive Content", + "abusive": "Abusive or Harmful", + "underageAccount": "Underage Account", + "copyrightInfringement": "Copyright Infringement", + "impersonation": "Impersonation", + "scamOrFraud": "Scam or Fraud", + "confirmReport": "Confirm Report", + "confirmReportText": "Are you sure you want to report this post?", + "reportSent": "Report Sent!", + "reportSentText": "We have successfully received your report.", + "reportSentError": "There was an issue reporting this post.", + "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", + "modCWSuccess": "Successfully added content warning", + "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", + "modRemoveCWSuccess": "Successfully removed content warning", + "modUnlistConfirm": "Are you sure you want to unlist this post?", + "modUnlistSuccess": "Successfully unlisted post", + "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", + "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "toFollowers": "to Followers", + "showCaption": "Show Caption", + "showLikes": "Show Likes", + "compactMode": "Compact Mode", + "embedConfirmText": "By using this embed, you agree to our", + "deletePostConfirm": "Are you sure you want to delete this post?", + "archivePostConfirm": "Are you sure you want to archive this post?", + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + }, + "story": { + "add": "Add Story" + }, + "timeline": { + "peopleYouMayKnow": "People you may know" + } +} \ No newline at end of file diff --git a/resources/lang/zh-cn/web.php b/resources/lang/zh-cn/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/zh-cn/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; diff --git a/resources/lang/zh-tw/web.php b/resources/lang/zh-tw/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/zh-tw/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; From edcf9e2b4fee3c1508f9a4d2fe5bc7ad82101882 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 21 Dec 2021 18:00:05 -0700 Subject: [PATCH 04/44] Update crowdin config --- crowdin.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index 74996f993..2581cac5e 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,5 +1,7 @@ -translation: /resources/assets/js/i18n/%two_letters_code%.json commit_message: '[ci skip]' -files: - - source: /resources/lang/en/web.php - translation: /resources/assets/js/i18n/%two_letters_code%.json +files: [ + { + source: "/resources/lang/en/web.php", + translation: /resources/lang/%two_letters_code%/web.php + } +] From d01a32b35f23d7cf0bf0801b0388a9142221cb37 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 18:00:46 -0700 Subject: [PATCH 05/44] New translations web.php (Romanian) [ci skip] --- resources/lang/ro/web.php | 171 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 resources/lang/ro/web.php diff --git a/resources/lang/ro/web.php b/resources/lang/ro/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/ro/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; From e95909b0938aee7843f9d4412aa96a08781ff41f Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 18:00:48 -0700 Subject: [PATCH 06/44] New translations web.php (Vietnamese) [ci skip] --- resources/lang/vi/web.php | 171 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 resources/lang/vi/web.php diff --git a/resources/lang/vi/web.php b/resources/lang/vi/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/vi/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; From 967e4953639688e57c87600ef0957e946a7a3b8b Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 18:00:49 -0700 Subject: [PATCH 07/44] New translations web.php (Chinese Traditional) [ci skip] --- resources/lang/zh/web.php | 171 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 resources/lang/zh/web.php diff --git a/resources/lang/zh/web.php b/resources/lang/zh/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/zh/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; From c8b488b24a7b4bf0e5c17c77d36ca370737b8092 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 18:00:50 -0700 Subject: [PATCH 08/44] New translations web.php (Ukrainian) [ci skip] --- resources/lang/uk/web.php | 171 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 resources/lang/uk/web.php diff --git a/resources/lang/uk/web.php b/resources/lang/uk/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/uk/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; From 6f6a167d8c395de2f8b7025567bad8ef75cdf9ab Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 18:00:51 -0700 Subject: [PATCH 09/44] New translations web.php (Serbian (Cyrillic)) [ci skip] --- resources/lang/sr/web.php | 171 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 resources/lang/sr/web.php diff --git a/resources/lang/sr/web.php b/resources/lang/sr/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/sr/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; From 763d3bb4a6fe046c96b05b9cbb1016637394b093 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 18:00:54 -0700 Subject: [PATCH 10/44] New translations web.php (Norwegian) [ci skip] --- resources/lang/no/web.php | 171 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 resources/lang/no/web.php diff --git a/resources/lang/no/web.php b/resources/lang/no/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/no/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; From c1bf2de10cf5926343ade11c8f5b676f0c64310f Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 18:00:55 -0700 Subject: [PATCH 11/44] New translations web.php (Korean) [ci skip] --- resources/lang/ko/web.php | 171 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 resources/lang/ko/web.php diff --git a/resources/lang/ko/web.php b/resources/lang/ko/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/ko/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; From 9630c34eb15a9ff7e529e026b95e29fa35fb870f Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 18:00:57 -0700 Subject: [PATCH 12/44] New translations web.php (Hungarian) [ci skip] --- resources/lang/hu/web.php | 171 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 resources/lang/hu/web.php diff --git a/resources/lang/hu/web.php b/resources/lang/hu/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/hu/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; From 2c0545c5522cae9e70a57f4ec6b89896fb540685 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 18:00:59 -0700 Subject: [PATCH 13/44] New translations web.php (German) [ci skip] --- resources/lang/de/web.php | 80 +++++++++++++++++++-------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/resources/lang/de/web.php b/resources/lang/de/web.php index ad46ea3c4..741b30bd5 100644 --- a/resources/lang/de/web.php +++ b/resources/lang/de/web.php @@ -4,34 +4,34 @@ return [ 'common' => [ 'comment' => 'Comment', - 'commented' => 'Commented', - 'comments' => 'Comments', + 'commented' => 'Kommentiert', + 'comments' => 'Kommentare', 'like' => 'Like', 'liked' => 'Liked', 'likes' => 'Likes', - 'share' => 'Share', - 'shared' => 'Shared', + 'share' => 'Teilen', + 'shared' => 'Geteilt', 'shares' => 'Shares', - 'unshare' => 'Unshare', + 'unshare' => 'Teilen rückgängig', - 'cancel' => 'Cancel', - 'copyLink' => 'Copy Link', + 'cancel' => 'Abbrechen', + 'copyLink' => 'Link kopieren', 'delete' => 'Delete', - 'error' => 'Error', - 'errorMsg' => 'Something went wrong. Please try again later.', - 'oops' => 'Oops!', + 'error' => 'Fehler', + 'errorMsg' => 'Etwas ist schief gelaufen. Bitter versuch es später nochmal.', + 'oops' => 'Hoppla!', 'other' => 'Other', - 'readMore' => 'Read more', - 'success' => 'Success', + 'readMore' => 'Mehr lesen', + 'success' => 'Erfolgreich', - 'sensitive' => 'Sensitive', - 'sensitiveContent' => 'Sensitive Content', - 'sensitiveContentWarning' => 'This post may contain sensitive content', + 'sensitive' => 'Sensibel', + 'sensitiveContent' => 'Sensibler Inhalt', + 'sensitiveContentWarning' => 'Dieser Beitrag kann sensible Inhalte enthalten', ], 'site' => [ - 'terms' => 'Terms of Use', - 'privacy' => 'Privacy Policy', + 'terms' => 'Nutzungsbedingungen', + 'privacy' => 'Datenschutzrichtlinien', ], 'navmenu' => [ @@ -39,42 +39,42 @@ return [ 'admin' => 'Admin Dashboard', // Timelines - 'homeFeed' => 'Home Feed', - 'localFeed' => 'Local Feed', - 'globalFeed' => 'Global Feed', + 'homeFeed' => 'Startseite', + 'localFeed' => 'Lokaler Feed', + 'globalFeed' => 'Globaler Feed', // Core features - 'discover' => 'Discover', - 'directMessages' => 'Direct Messages', - 'notifications' => 'Notifications', - 'groups' => 'Groups', + 'discover' => 'Entdecken', + 'directMessages' => 'Direktnachrichten', + 'notifications' => 'Benachrichtigungen', + 'groups' => 'Gruppen', 'stories' => 'Stories', // Self links - 'profile' => 'Profile', + 'profile' => 'Profil', 'drive' => 'Drive', 'settings' => 'Settings', - 'compose' => 'Create New', + 'compose' => 'Neu erstellen', // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], 'directMessages' => [ - 'inbox' => 'Inbox', - 'sent' => 'Sent', - 'requests' => 'Requests' + 'inbox' => 'Posteingang', + 'sent' => 'Gesendet', + 'requests' => 'Anfragen' ], 'notifications' => [ - 'liked' => 'liked your', - 'commented' => 'commented on your', - 'reacted' => 'reacted to your', + 'liked' => 'gefällt dein', + 'commented' => 'kommentierte dein', + 'reacted' => 'reagierte auf dein', 'shared' => 'shared your', - 'tagged' => 'tagged you in a', + 'tagged' => 'markierte dich in einem', - 'updatedA' => 'updated a', - 'sentA' => 'sent a', + 'updatedA' => 'aktualisierte ein', + 'sentA' => 'sendete ein', 'followed' => 'followed', 'mentioned' => 'mentioned', @@ -124,18 +124,18 @@ return [ 'unlistFromTimelines' => 'Unlist from Timelines', 'addCW' => 'Add Content Warning', 'removeCW' => 'Remove Content Warning', - 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammer' => 'Als Spammer markieren', 'markAsSpammerText' => 'Unlist + CW existing and future posts', 'spam' => 'Spam', 'sensitive' => 'Sensitive Content', 'abusive' => 'Abusive or Harmful', 'underageAccount' => 'Underage Account', - 'copyrightInfringement' => 'Copyright Infringement', + 'copyrightInfringement' => 'Urheberrechtsverletzung', 'impersonation' => 'Impersonation', 'scamOrFraud' => 'Scam or Fraud', - 'confirmReport' => 'Confirm Report', - 'confirmReportText' => 'Are you sure you want to report this post?', - 'reportSent' => 'Report Sent!', + 'confirmReport' => 'Meldung bestätigen', + 'confirmReportText' => 'Bist du sicher, dass du diesen Beitrag melden möchtest?', + 'reportSent' => 'Meldung gesendet!', 'reportSentText' => 'We have successfully received your report.', 'reportSentError' => 'There was an issue reporting this post.', From 85db47200f8b72e03312aac2ea818c8ee9345462 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 18:01:03 -0700 Subject: [PATCH 14/44] New translations web.php (Afrikaans) [ci skip] --- resources/lang/af/web.php | 171 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 resources/lang/af/web.php diff --git a/resources/lang/af/web.php b/resources/lang/af/web.php new file mode 100644 index 000000000..ad46ea3c4 --- /dev/null +++ b/resources/lang/af/web.php @@ -0,0 +1,171 @@ + [ + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', + + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', + + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', + ], + + 'site' => [ + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', + ], + + 'navmenu' => [ + 'search' => 'Search', + 'admin' => 'Admin Dashboard', + + // Timelines + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', + + // Core features + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', + + // Self links + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + + // Temporary links + 'backToPreviousDesign' => 'Go back to previous design' + ], + + 'directMessages' => [ + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' + ], + + 'notifications' => [ + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', + + 'updatedA' => 'updated a', + 'sentA' => 'sent a', + + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', + + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', + ], + + 'post' => [ + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', + ], + + 'profile' => [ + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', + ], + + 'menu' => [ + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', + + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', + + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', + 'modUnlistSuccess' => 'Successfully unlisted post', + 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + + 'toFollowers' => 'to Followers', + + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', + + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + ], + + 'story' => [ + 'add' => 'Add Story' + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'People you may know' + ] + +]; From af3e204e6eda5f9d29c2f3612d148fcae8363172 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 20:12:53 -0700 Subject: [PATCH 15/44] New translations web.php (German) [ci skip] --- resources/lang/de/web.php | 90 +++++++++++++++++++-------------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/resources/lang/de/web.php b/resources/lang/de/web.php index 741b30bd5..4392dd87f 100644 --- a/resources/lang/de/web.php +++ b/resources/lang/de/web.php @@ -35,7 +35,7 @@ return [ ], 'navmenu' => [ - 'search' => 'Search', + 'search' => 'Suche', 'admin' => 'Admin Dashboard', // Timelines @@ -48,12 +48,12 @@ return [ 'directMessages' => 'Direktnachrichten', 'notifications' => 'Benachrichtigungen', 'groups' => 'Gruppen', - 'stories' => 'Stories', + 'stories' => 'Storys', // Self links 'profile' => 'Profil', 'drive' => 'Drive', - 'settings' => 'Settings', + 'settings' => 'Einstellungen', 'compose' => 'Neu erstellen', // Temporary links @@ -70,19 +70,19 @@ return [ 'liked' => 'gefällt dein', 'commented' => 'kommentierte dein', 'reacted' => 'reagierte auf dein', - 'shared' => 'shared your', + 'shared' => 'teilte deine', 'tagged' => 'markierte dich in einem', 'updatedA' => 'aktualisierte ein', 'sentA' => 'sendete ein', 'followed' => 'followed', - 'mentioned' => 'mentioned', - 'you' => 'you', + 'mentioned' => 'erwähnt', + 'you' => 'du', - 'yourApplication' => 'Your application to join', - 'applicationApproved' => 'was approved!', - 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + 'yourApplication' => 'Deine Bewerbung um beizutreten', + 'applicationApproved' => 'wurde genehmigt!', + 'applicationRejected' => 'wurde abgelehnt. Du kannst dich in 6 Monaten erneut für den Beitritt bewerben.', 'dm' => 'dm', 'groupPost' => 'group post', @@ -95,39 +95,39 @@ return [ 'shareToFollowers' => 'Share to followers', 'shareToOther' => 'Share to other', 'noLikes' => 'No likes yet', - 'uploading' => 'Uploading', + 'uploading' => 'Lädt hoch', ], 'profile' => [ - 'posts' => 'Posts', - 'followers' => 'Followers', - 'following' => 'Following', + 'posts' => 'Beiträge', + 'followers' => 'Folgende', + 'following' => 'Folgend', 'admin' => 'Admin', - 'collections' => 'Collections', - 'follow' => 'Follow', - 'unfollow' => 'Unfollow', - 'editProfile' => 'Edit Profile', - 'followRequested' => 'Follow Requested', - 'joined' => 'Joined', + 'collections' => 'Sammlungen', + 'follow' => 'Folgen', + 'unfollow' => 'Entfolgen', + 'editProfile' => 'Profil bearbeiten', + 'followRequested' => 'Folgeanfragen', + 'joined' => 'Beigetreten', ], 'menu' => [ - 'viewPost' => 'View Post', - 'viewProfile' => 'View Profile', - 'moderationTools' => 'Moderation Tools', - 'report' => 'Report', - 'archive' => 'Archive', + 'viewPost' => 'Beitrag anzeigen', + 'viewProfile' => 'Profil anzeigen', + 'moderationTools' => 'Moderationswerkzeuge', + 'report' => 'Melden', + 'archive' => 'Archiv', 'unarchive' => 'Unarchive', - 'embed' => 'Embed', + 'embed' => 'Einbetten', - 'selectOneOption' => 'Select one of the following options', - 'unlistFromTimelines' => 'Unlist from Timelines', - 'addCW' => 'Add Content Warning', - 'removeCW' => 'Remove Content Warning', + 'selectOneOption' => 'Wähle eine der folgenden Möglichkeiten', + 'unlistFromTimelines' => 'Nicht in Timelines listen', + 'addCW' => 'Inhaltswarnung hinzufügen', + 'removeCW' => 'Inhaltswarnung entfernen', 'markAsSpammer' => 'Als Spammer markieren', 'markAsSpammerText' => 'Unlist + CW existing and future posts', 'spam' => 'Spam', - 'sensitive' => 'Sensitive Content', + 'sensitive' => 'Sensitiver Inhalt', 'abusive' => 'Abusive or Harmful', 'underageAccount' => 'Underage Account', 'copyrightInfringement' => 'Urheberrechtsverletzung', @@ -136,36 +136,36 @@ return [ 'confirmReport' => 'Meldung bestätigen', 'confirmReportText' => 'Bist du sicher, dass du diesen Beitrag melden möchtest?', 'reportSent' => 'Meldung gesendet!', - 'reportSentText' => 'We have successfully received your report.', - 'reportSentError' => 'There was an issue reporting this post.', + 'reportSentText' => 'Wir haben deinen Bericht erfolgreich erhalten.', + 'reportSentError' => 'Es gab ein Problem beim Melden dieses Beitrags.', 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', - 'modCWSuccess' => 'Successfully added content warning', - 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', - 'modRemoveCWSuccess' => 'Successfully removed content warning', - 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', - 'modUnlistSuccess' => 'Successfully unlisted post', + 'modCWSuccess' => 'Inhaltswarnung erfolgreich hinzugefügt', + 'modRemoveCWConfirm' => 'Bist du sicher, dass die Inhaltswarnung auf diesem Beitrag entfernt werden soll?', + 'modRemoveCWSuccess' => 'Inhaltswarnung erfolgreich entfernt', + 'modUnlistConfirm' => 'Bist du sicher, dass du diesen Beitrag nicht listen möchtest?', + 'modUnlistSuccess' => 'Beitrag erfolgreich nicht gelistet', 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', - 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + 'modMarkAsSpammerSuccess' => 'Konto erfolgreich als Spammer markiert', 'toFollowers' => 'to Followers', - 'showCaption' => 'Show Caption', + 'showCaption' => 'Bildunterschrift anzeigen', 'showLikes' => 'Show Likes', - 'compactMode' => 'Compact Mode', - 'embedConfirmText' => 'By using this embed, you agree to our', + 'compactMode' => 'Kompaktmodus', + 'embedConfirmText' => 'Mit der Nutzung dieser Einbettung erklärst du dich mit unseren', - 'deletePostConfirm' => 'Are you sure you want to delete this post?', - 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'deletePostConfirm' => 'Bist du sicher, dass du diesen Beitrag löschen möchtest?', + 'archivePostConfirm' => 'Bist du sicher, dass du diesen Beitrag archivieren möchtest?', 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', ], 'story' => [ - 'add' => 'Add Story' + 'add' => 'Story hinzufügen' ], 'timeline' => [ - 'peopleYouMayKnow' => 'People you may know' + 'peopleYouMayKnow' => 'Leute, die du vielleicht kennst' ] ]; From b1a6ce029c9b4a4c4cd6984851214bda68b2750b Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 21 Dec 2021 20:54:33 -0700 Subject: [PATCH 16/44] Add lang strings --- resources/lang/en/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/en/web.php b/resources/lang/en/web.php index ad46ea3c4..928b7aa85 100644 --- a/resources/lang/en/web.php +++ b/resources/lang/en/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Settings', 'compose' => 'Create New', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], From 8be8b93fbb6ad35a0ccb2abb06a948b3a3525b79 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 21:11:41 -0700 Subject: [PATCH 17/44] New translations web.php (Romanian) [ci skip] --- resources/lang/ro/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/ro/web.php b/resources/lang/ro/web.php index ad46ea3c4..928b7aa85 100644 --- a/resources/lang/ro/web.php +++ b/resources/lang/ro/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Settings', 'compose' => 'Create New', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], From ff9aaadd9ede2e42f976055df370c7d4658b61ea Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 21:11:41 -0700 Subject: [PATCH 18/44] New translations web.php (Dutch) [ci skip] --- resources/lang/nl/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/nl/web.php b/resources/lang/nl/web.php index ad46ea3c4..928b7aa85 100644 --- a/resources/lang/nl/web.php +++ b/resources/lang/nl/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Settings', 'compose' => 'Create New', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], From 193d517c81a3ce13e32de6237cc76544f4cd14bb Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 21:11:42 -0700 Subject: [PATCH 19/44] New translations web.php (Vietnamese) [ci skip] --- resources/lang/vi/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/vi/web.php b/resources/lang/vi/web.php index ad46ea3c4..928b7aa85 100644 --- a/resources/lang/vi/web.php +++ b/resources/lang/vi/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Settings', 'compose' => 'Create New', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], From ad44111bb02b3798516550f4d57a70dddb992c6f Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 21:11:44 -0700 Subject: [PATCH 20/44] New translations web.php (Chinese Traditional) [ci skip] --- resources/lang/zh/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/zh/web.php b/resources/lang/zh/web.php index ad46ea3c4..928b7aa85 100644 --- a/resources/lang/zh/web.php +++ b/resources/lang/zh/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Settings', 'compose' => 'Create New', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], From 2c813e32f58e18eea4bb56ffc0e90943597283cb Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 21:11:45 -0700 Subject: [PATCH 21/44] New translations web.php (Ukrainian) [ci skip] --- resources/lang/uk/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/uk/web.php b/resources/lang/uk/web.php index ad46ea3c4..928b7aa85 100644 --- a/resources/lang/uk/web.php +++ b/resources/lang/uk/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Settings', 'compose' => 'Create New', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], From 1d6cc9cfcc1f5b318272d4c4b12ac1c343eaf35d Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 21:11:46 -0700 Subject: [PATCH 22/44] New translations web.php (Turkish) [ci skip] --- resources/lang/tr/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/tr/web.php b/resources/lang/tr/web.php index ad46ea3c4..928b7aa85 100644 --- a/resources/lang/tr/web.php +++ b/resources/lang/tr/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Settings', 'compose' => 'Create New', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], From 82e804feb5636a51b193f2735dc61f575a2c0c56 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 21:11:47 -0700 Subject: [PATCH 23/44] New translations web.php (Swedish) [ci skip] --- resources/lang/sv/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/sv/web.php b/resources/lang/sv/web.php index ad46ea3c4..928b7aa85 100644 --- a/resources/lang/sv/web.php +++ b/resources/lang/sv/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Settings', 'compose' => 'Create New', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], From b388b9fde7c0ed37e9c381ac69df16ee4b7610d2 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 21:11:48 -0700 Subject: [PATCH 24/44] New translations web.php (Serbian (Cyrillic)) [ci skip] --- resources/lang/sr/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/sr/web.php b/resources/lang/sr/web.php index ad46ea3c4..928b7aa85 100644 --- a/resources/lang/sr/web.php +++ b/resources/lang/sr/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Settings', 'compose' => 'Create New', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], From 0ee0b13da8de4e51310f039cd1156b07ec860e73 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 21:11:49 -0700 Subject: [PATCH 25/44] New translations web.php (Russian) [ci skip] --- resources/lang/ru/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/ru/web.php b/resources/lang/ru/web.php index ad46ea3c4..928b7aa85 100644 --- a/resources/lang/ru/web.php +++ b/resources/lang/ru/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Settings', 'compose' => 'Create New', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], From c6ab146a0f4c806c435165b4f0451ec3277264a7 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 21:11:50 -0700 Subject: [PATCH 26/44] New translations web.php (Portuguese) [ci skip] --- resources/lang/pt/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/pt/web.php b/resources/lang/pt/web.php index ad46ea3c4..928b7aa85 100644 --- a/resources/lang/pt/web.php +++ b/resources/lang/pt/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Settings', 'compose' => 'Create New', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], From 01466f53556d4842d845e5751835ecba08083339 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 21:11:51 -0700 Subject: [PATCH 27/44] New translations web.php (Polish) [ci skip] --- resources/lang/pl/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/pl/web.php b/resources/lang/pl/web.php index ad46ea3c4..928b7aa85 100644 --- a/resources/lang/pl/web.php +++ b/resources/lang/pl/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Settings', 'compose' => 'Create New', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], From 1d81cc543116e9ab55eec46b70383f49e4a7fbc5 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 21:11:52 -0700 Subject: [PATCH 28/44] New translations web.php (Norwegian) [ci skip] --- resources/lang/no/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/no/web.php b/resources/lang/no/web.php index ad46ea3c4..928b7aa85 100644 --- a/resources/lang/no/web.php +++ b/resources/lang/no/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Settings', 'compose' => 'Create New', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], From 8b1f02b253152874447fff24e751b1b9d20d0c6f Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 21:11:53 -0700 Subject: [PATCH 29/44] New translations web.php (Korean) [ci skip] --- resources/lang/ko/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/ko/web.php b/resources/lang/ko/web.php index ad46ea3c4..928b7aa85 100644 --- a/resources/lang/ko/web.php +++ b/resources/lang/ko/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Settings', 'compose' => 'Create New', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], From 2008fad1339fefc6d268b319b151150838811a44 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 21:11:54 -0700 Subject: [PATCH 30/44] New translations web.php (French) [ci skip] --- resources/lang/fr/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/fr/web.php b/resources/lang/fr/web.php index ad46ea3c4..928b7aa85 100644 --- a/resources/lang/fr/web.php +++ b/resources/lang/fr/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Settings', 'compose' => 'Create New', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], From dfa47b46733a0ed8082558861e0b0ffa8a3c35e3 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 21:11:55 -0700 Subject: [PATCH 31/44] New translations web.php (Japanese) [ci skip] --- resources/lang/ja/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/ja/web.php b/resources/lang/ja/web.php index ad46ea3c4..928b7aa85 100644 --- a/resources/lang/ja/web.php +++ b/resources/lang/ja/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Settings', 'compose' => 'Create New', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], From 3681811515e08956f8d34eb62fefc7d161c1c881 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 21:11:56 -0700 Subject: [PATCH 32/44] New translations web.php (Italian) [ci skip] --- resources/lang/it/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/it/web.php b/resources/lang/it/web.php index ad46ea3c4..928b7aa85 100644 --- a/resources/lang/it/web.php +++ b/resources/lang/it/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Settings', 'compose' => 'Create New', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], From b5b08620e9f47cd415c14221087bf9c9a93fcd01 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 21:11:57 -0700 Subject: [PATCH 33/44] New translations web.php (Hungarian) [ci skip] --- resources/lang/hu/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/hu/web.php b/resources/lang/hu/web.php index ad46ea3c4..928b7aa85 100644 --- a/resources/lang/hu/web.php +++ b/resources/lang/hu/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Settings', 'compose' => 'Create New', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], From a543616502bd616f1bdd98014b4c806294725d78 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 21:11:58 -0700 Subject: [PATCH 34/44] New translations web.php (Hebrew) [ci skip] --- resources/lang/he/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/he/web.php b/resources/lang/he/web.php index ad46ea3c4..928b7aa85 100644 --- a/resources/lang/he/web.php +++ b/resources/lang/he/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Settings', 'compose' => 'Create New', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], From c085c9288a896fa671724e7403ee8dd4a0572853 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 21:11:59 -0700 Subject: [PATCH 35/44] New translations web.php (Finnish) [ci skip] --- resources/lang/fi/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/fi/web.php b/resources/lang/fi/web.php index ad46ea3c4..928b7aa85 100644 --- a/resources/lang/fi/web.php +++ b/resources/lang/fi/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Settings', 'compose' => 'Create New', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], From 9c0315cf5f3c4ebab41cb152abc511aa436aa7ef Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 21:12:00 -0700 Subject: [PATCH 36/44] New translations web.php (Greek) [ci skip] --- resources/lang/el/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/el/web.php b/resources/lang/el/web.php index ad46ea3c4..928b7aa85 100644 --- a/resources/lang/el/web.php +++ b/resources/lang/el/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Settings', 'compose' => 'Create New', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], From b0056081f6b009481d10378e46b78a34a6f1dca9 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 21:12:01 -0700 Subject: [PATCH 37/44] New translations web.php (German) [ci skip] --- resources/lang/de/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/de/web.php b/resources/lang/de/web.php index 4392dd87f..08bc55c01 100644 --- a/resources/lang/de/web.php +++ b/resources/lang/de/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Einstellungen', 'compose' => 'Neu erstellen', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], From 5a036b239f621004838875ec9b25568e33de7c4c Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 21:12:02 -0700 Subject: [PATCH 38/44] New translations web.php (Danish) [ci skip] --- resources/lang/da/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/da/web.php b/resources/lang/da/web.php index ad46ea3c4..928b7aa85 100644 --- a/resources/lang/da/web.php +++ b/resources/lang/da/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Settings', 'compose' => 'Create New', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], From 8ed2f843df22f8d5afc8c77e3e34007a17695fe9 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 21:12:03 -0700 Subject: [PATCH 39/44] New translations web.php (Czech) [ci skip] --- resources/lang/cs/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/cs/web.php b/resources/lang/cs/web.php index ad46ea3c4..928b7aa85 100644 --- a/resources/lang/cs/web.php +++ b/resources/lang/cs/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Settings', 'compose' => 'Create New', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], From 3bf2ddb1fc6271b51022d81edade12d5f498f4ae Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 21:12:04 -0700 Subject: [PATCH 40/44] New translations web.php (Catalan) [ci skip] --- resources/lang/ca/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/ca/web.php b/resources/lang/ca/web.php index ad46ea3c4..928b7aa85 100644 --- a/resources/lang/ca/web.php +++ b/resources/lang/ca/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Settings', 'compose' => 'Create New', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], From a2d69257cfe00ee78497904a3d3674042a8ce13f Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 21:12:05 -0700 Subject: [PATCH 41/44] New translations web.php (Arabic) [ci skip] --- resources/lang/ar/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/ar/web.php b/resources/lang/ar/web.php index ad46ea3c4..928b7aa85 100644 --- a/resources/lang/ar/web.php +++ b/resources/lang/ar/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Settings', 'compose' => 'Create New', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], From 7c5da78cb09aaa94d722309f07597bc24e6115ad Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 21:12:07 -0700 Subject: [PATCH 42/44] New translations web.php (Afrikaans) [ci skip] --- resources/lang/af/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/af/web.php b/resources/lang/af/web.php index ad46ea3c4..928b7aa85 100644 --- a/resources/lang/af/web.php +++ b/resources/lang/af/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Settings', 'compose' => 'Create New', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], From fa0636d325a645f4db4504f8840a9cc7e21c2426 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 21:12:07 -0700 Subject: [PATCH 43/44] New translations web.php (Spanish) [ci skip] --- resources/lang/es/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/es/web.php b/resources/lang/es/web.php index ad46ea3c4..928b7aa85 100644 --- a/resources/lang/es/web.php +++ b/resources/lang/es/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Settings', 'compose' => 'Create New', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], From e12227aee147d955e012a8b3aaffbe7c12f1f479 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 21 Dec 2021 21:26:52 -0700 Subject: [PATCH 44/44] Update i18n --- public/_lang/af.json | Bin 0 -> 5347 bytes public/_lang/ar.json | Bin 0 -> 5347 bytes public/_lang/ca.json | Bin 0 -> 5347 bytes public/_lang/cs.json | Bin 0 -> 5347 bytes public/_lang/cy.json | Bin 0 -> 5209 bytes public/_lang/da.json | Bin 0 -> 5347 bytes public/_lang/de.json | Bin 0 -> 5815 bytes public/_lang/el.json | Bin 0 -> 5347 bytes public/_lang/en.json | Bin 0 -> 5347 bytes public/_lang/eo.json | Bin 0 -> 5209 bytes public/_lang/es.json | Bin 0 -> 5347 bytes public/_lang/eu.json | Bin 0 -> 5209 bytes public/_lang/fa.json | Bin 0 -> 5209 bytes public/_lang/fi.json | Bin 0 -> 5347 bytes public/_lang/fr.json | Bin 0 -> 5347 bytes public/_lang/gl.json | Bin 0 -> 5209 bytes public/_lang/he.json | Bin 0 -> 5347 bytes public/_lang/hu.json | Bin 0 -> 5347 bytes public/_lang/id.json | Bin 0 -> 5209 bytes public/_lang/it.json | Bin 0 -> 5347 bytes public/_lang/ja.json | Bin 0 -> 5347 bytes public/_lang/ko.json | Bin 0 -> 5347 bytes public/_lang/ms.json | Bin 0 -> 5209 bytes public/_lang/nl.json | Bin 0 -> 5347 bytes public/_lang/no.json | Bin 0 -> 5347 bytes public/_lang/oc.json | Bin 0 -> 5209 bytes public/_lang/pl.json | Bin 0 -> 5347 bytes public/_lang/pt.json | Bin 0 -> 5347 bytes public/_lang/ro.json | Bin 0 -> 5347 bytes public/_lang/ru.json | Bin 0 -> 5347 bytes public/_lang/sr.json | Bin 0 -> 5347 bytes public/_lang/sv.json | Bin 0 -> 5347 bytes public/_lang/th.json | Bin 0 -> 5209 bytes public/_lang/tr.json | Bin 0 -> 5347 bytes public/_lang/uk.json | Bin 0 -> 5347 bytes public/_lang/vi.json | Bin 0 -> 5347 bytes public/_lang/zh-cn.json | Bin 0 -> 5209 bytes public/_lang/zh-tw.json | Bin 0 -> 5209 bytes public/_lang/zh.json | Bin 0 -> 5347 bytes resources/assets/js/i18n/af.json | 144 +++++++++++++++++++++++++ resources/assets/js/i18n/ar.json | 5 + resources/assets/js/i18n/ca.json | 5 + resources/assets/js/i18n/cs.json | 5 + resources/assets/js/i18n/da.json | 5 + resources/assets/js/i18n/de.json | 175 ++++++++++++++++--------------- resources/assets/js/i18n/el.json | 5 + resources/assets/js/i18n/en.json | 5 + resources/assets/js/i18n/es.json | 5 + resources/assets/js/i18n/fi.json | 5 + resources/assets/js/i18n/fr.json | 5 + resources/assets/js/i18n/he.json | 5 + resources/assets/js/i18n/hu.json | 144 +++++++++++++++++++++++++ resources/assets/js/i18n/it.json | 5 + resources/assets/js/i18n/ja.json | 5 + resources/assets/js/i18n/ko.json | 144 +++++++++++++++++++++++++ resources/assets/js/i18n/nl.json | 5 + resources/assets/js/i18n/no.json | 144 +++++++++++++++++++++++++ resources/assets/js/i18n/pl.json | 5 + resources/assets/js/i18n/pt.json | 5 + resources/assets/js/i18n/ro.json | 144 +++++++++++++++++++++++++ resources/assets/js/i18n/ru.json | 5 + resources/assets/js/i18n/sr.json | 144 +++++++++++++++++++++++++ resources/assets/js/i18n/sv.json | 5 + resources/assets/js/i18n/tr.json | 5 + resources/assets/js/i18n/uk.json | 144 +++++++++++++++++++++++++ resources/assets/js/i18n/vi.json | 144 +++++++++++++++++++++++++ resources/assets/js/i18n/zh.json | 144 +++++++++++++++++++++++++ 67 files changed, 1476 insertions(+), 85 deletions(-) create mode 100644 public/_lang/af.json create mode 100644 public/_lang/ar.json create mode 100644 public/_lang/ca.json create mode 100644 public/_lang/cs.json create mode 100644 public/_lang/cy.json create mode 100644 public/_lang/da.json create mode 100644 public/_lang/de.json create mode 100644 public/_lang/el.json create mode 100644 public/_lang/en.json create mode 100644 public/_lang/eo.json create mode 100644 public/_lang/es.json create mode 100644 public/_lang/eu.json create mode 100644 public/_lang/fa.json create mode 100644 public/_lang/fi.json create mode 100644 public/_lang/fr.json create mode 100644 public/_lang/gl.json create mode 100644 public/_lang/he.json create mode 100644 public/_lang/hu.json create mode 100644 public/_lang/id.json create mode 100644 public/_lang/it.json create mode 100644 public/_lang/ja.json create mode 100644 public/_lang/ko.json create mode 100644 public/_lang/ms.json create mode 100644 public/_lang/nl.json create mode 100644 public/_lang/no.json create mode 100644 public/_lang/oc.json create mode 100644 public/_lang/pl.json create mode 100644 public/_lang/pt.json create mode 100644 public/_lang/ro.json create mode 100644 public/_lang/ru.json create mode 100644 public/_lang/sr.json create mode 100644 public/_lang/sv.json create mode 100644 public/_lang/th.json create mode 100644 public/_lang/tr.json create mode 100644 public/_lang/uk.json create mode 100644 public/_lang/vi.json create mode 100644 public/_lang/zh-cn.json create mode 100644 public/_lang/zh-tw.json create mode 100644 public/_lang/zh.json create mode 100644 resources/assets/js/i18n/af.json create mode 100644 resources/assets/js/i18n/hu.json create mode 100644 resources/assets/js/i18n/ko.json create mode 100644 resources/assets/js/i18n/no.json create mode 100644 resources/assets/js/i18n/ro.json create mode 100644 resources/assets/js/i18n/sr.json create mode 100644 resources/assets/js/i18n/uk.json create mode 100644 resources/assets/js/i18n/vi.json create mode 100644 resources/assets/js/i18n/zh.json diff --git a/public/_lang/af.json b/public/_lang/af.json new file mode 100644 index 0000000000000000000000000000000000000000..7cffaae5d9f42735b0e7d623d506ef59f691a0ee GIT binary patch literal 5347 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 literal 0 HcmV?d00001 diff --git a/public/_lang/el.json b/public/_lang/el.json new file mode 100644 index 0000000000000000000000000000000000000000..7cffaae5d9f42735b0e7d623d506ef59f691a0ee GIT binary patch literal 5347 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