From b1dde37adcced244f3db2110b02296594c7e9ee7 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 21 Dec 2021 17:49:44 -0700 Subject: [PATCH] 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' + ] + +];