From 989fdc3a83aa535bda51e3f648cab493b4399910 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 4 Jan 2025 01:25:36 -0700 Subject: [PATCH] Update i18n js --- resources/assets/js/i18n/af.json | 24 ++- resources/assets/js/i18n/ar.json | 24 ++- resources/assets/js/i18n/bn.json | 202 ++++++++++++----------- resources/assets/js/i18n/bs.json | 24 ++- resources/assets/js/i18n/ca.json | 128 ++++++++------- resources/assets/js/i18n/cs.json | 28 +++- resources/assets/js/i18n/cy.json | 26 ++- resources/assets/js/i18n/da.json | 224 ++++++++++++++------------ resources/assets/js/i18n/de.json | 42 +++-- resources/assets/js/i18n/el.json | 72 ++++++--- resources/assets/js/i18n/es.json | 48 ++++-- resources/assets/js/i18n/eu.json | 50 ++++-- resources/assets/js/i18n/fa.json | 66 +++++--- resources/assets/js/i18n/fi.json | 174 +++++++++++--------- resources/assets/js/i18n/fr.json | 46 ++++-- resources/assets/js/i18n/gd.json | 182 +++++++++++---------- resources/assets/js/i18n/gl.json | 40 +++-- resources/assets/js/i18n/he.json | 26 ++- resources/assets/js/i18n/hi.json | 228 ++++++++++++++------------ resources/assets/js/i18n/hr.json | 24 ++- resources/assets/js/i18n/hu.json | 112 +++++++------ resources/assets/js/i18n/id.json | 70 +++++--- resources/assets/js/i18n/it.json | 36 ++++- resources/assets/js/i18n/ja.json | 52 ++++-- resources/assets/js/i18n/ko.json | 190 ++++++++++++---------- resources/assets/js/i18n/me.json | 24 ++- resources/assets/js/i18n/mk.json | 24 ++- resources/assets/js/i18n/nl.json | 32 +++- resources/assets/js/i18n/no.json | 268 +++++++++++++++++-------------- resources/assets/js/i18n/oc.json | 122 ++++++++------ resources/assets/js/i18n/pl.json | 26 ++- resources/assets/js/i18n/pt.json | 176 +++++++++++--------- resources/assets/js/i18n/ro.json | 266 ++++++++++++++++-------------- resources/assets/js/i18n/ru.json | 44 +++-- resources/assets/js/i18n/sk.json | 26 ++- resources/assets/js/i18n/sr.json | 74 +++++---- resources/assets/js/i18n/sv.json | 268 +++++++++++++++++-------------- resources/assets/js/i18n/th.json | 263 +++++++++++++++++------------- resources/assets/js/i18n/tr.json | 98 ++++++----- resources/assets/js/i18n/vi.json | 28 +++- resources/assets/js/i18n/zh.json | 232 ++++++++++++++------------ 41 files changed, 2470 insertions(+), 1639 deletions(-) diff --git a/resources/assets/js/i18n/af.json b/resources/assets/js/i18n/af.json index 1acb08636..fc91f9371 100644 --- a/resources/assets/js/i18n/af.json +++ b/resources/assets/js/i18n/af.json @@ -10,6 +10,7 @@ "shared": "Shared", "shares": "Shares", "unshare": "Unshare", + "bookmark": "Bookmark", "cancel": "Cancel", "copyLink": "Copy Link", "delete": "Delete", @@ -19,6 +20,10 @@ "other": "Other", "readMore": "Read more", "success": "Success", + "proceed": "Proceed", + "next": "Next", + "close": "Close", + "clickHere": "click here", "sensitive": "Sensitive", "sensitiveContent": "Sensitive Content", "sensitiveContentWarning": "This post may contain sensitive content" @@ -73,7 +78,8 @@ "groupPost": "group post", "modlog": "modlog", "post": "post", - "story": "story" + "story": "story", + "noneFound": "No notifications found" }, "post": { "shareToFollowers": "Share to followers", @@ -142,9 +148,23 @@ "add": "Add Story" }, "timeline": { - "peopleYouMayKnow": "People you may know" + "peopleYouMayKnow": "People you may know", + "onboarding": { + "welcome": "Welcome", + "thisIsYourHomeFeed": "This is your home feed, a chronological feed of posts from accounts you follow.", + "letUsHelpYouFind": "Let us help you find some interesting people to follow", + "refreshFeed": "Refresh my feed" + } }, "hashtags": { "emptyFeed": "We can't seem to find any posts for this hashtag" + }, + "report": { + "report": "Report", + "selectReason": "Select a reason", + "reported": "Reported", + "sendingReport": "Sending report", + "thanksMsg": "Thanks for the report, people like you help keep our community safe!", + "contactAdminMsg": "If you'd like to contact an administrator about this post or report" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/ar.json b/resources/assets/js/i18n/ar.json index d88d5693b..a4dcab05b 100644 --- a/resources/assets/js/i18n/ar.json +++ b/resources/assets/js/i18n/ar.json @@ -10,6 +10,7 @@ "shared": "\u062a\u0645\u0651\u064e \u0645\u064f\u0634\u0627\u0631\u064e\u0643\u064e\u062a\u064f\u0647", "shares": "\u0645\u064f\u0634\u0627\u0631\u064e\u0643\u064e\u0627\u062a", "unshare": "\u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0645\u064f\u0634\u0627\u0631\u064e\u0643\u064e\u0629", + "bookmark": "\u0636\u064e\u0639 \u0639\u064e\u0644\u0627\u0645\u064e\u0629\u064b \u0645\u064e\u0631\u062c\u0650\u0639\u0650\u064a\u0651\u064e\u0629", "cancel": "\u0625\u0644\u063a\u0627\u0621", "copyLink": "\u0646\u064e\u0633\u062e \u0627\u0644\u0631\u0627\u0628\u0650\u0637", "delete": "\u062d\u064e\u0630\u0641", @@ -19,6 +20,10 @@ "other": "\u0627\u064f\u062e\u0631\u0649", "readMore": "\u0642\u0631\u0627\u0621\u0629\u064f \u0627\u0644\u0645\u0632\u064a\u062f", "success": "\u0646\u064e\u062c\u0627\u062d", + "proceed": "\u062a\u0627\u0628\u0650\u0639", + "next": "\u0627\u0644\u062a\u0651\u064e\u0627\u0644\u064a", + "close": "\u0625\u063a\u0652\u0644\u064e\u0627\u0642", + "clickHere": "\u0627\u0650\u0636\u0652\u063a\u064e\u0637 \u0647\u064f\u0646\u064e\u0627", "sensitive": "\u062d\u0633\u0651\u064e\u0627\u0633", "sensitiveContent": "\u0645\u064f\u062d\u062a\u064e\u0648\u064b\u0649 \u062d\u0633\u0651\u064e\u0627\u0633", "sensitiveContentWarning": "\u0642\u062f \u064a\u062d\u062a\u0648\u064a \u0647\u0630\u0627 \u0627\u0644\u0645\u064e\u0646\u0634\u0648\u0631 \u0639\u0644\u0649 \u0645\u064f\u062d\u062a\u0648\u064b\u0649 \u062d\u0633\u0651\u064e\u0627\u0633" @@ -73,7 +78,8 @@ "groupPost": "\u0645\u064e\u0646\u0634\u0648\u0631 \u0645\u064e\u062c\u0645\u0648\u0639\u064e\u0629", "modlog": "\u0633\u062c\u0644\u0627\u062a \u0627\u0644\u0645\u064f\u0634\u0631\u0650\u0641", "post": "\u0645\u064e\u0646\u0634\u0648\u0631", - "story": "\u0642\u064e\u0635\u0651\u064e\u0629" + "story": "\u0642\u064e\u0635\u0651\u064e\u0629", + "noneFound": "\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0625\u0634\u0639\u0627\u0631\u0627\u062a" }, "post": { "shareToFollowers": "\u0627\u0644\u0645\u064f\u0634\u0627\u0631\u0643\u0629 \u0645\u064e\u0639\u064e \u0627\u0644\u0645\u064f\u062a\u0627\u0628\u0650\u0639\u064a\u0646", @@ -142,9 +148,23 @@ "add": "\u0625\u0636\u0627\u0641\u064e\u0629\u064f \u0642\u064e\u0635\u0651\u064e\u0629" }, "timeline": { - "peopleYouMayKnow": "\u0623\u0634\u062e\u0627\u0635\u064c \u0642\u064e\u062f \u062a\u064e\u0639\u0631\u0650\u0641\u064f\u0647\u064f\u0645" + "peopleYouMayKnow": "\u0623\u0634\u062e\u0627\u0635\u064c \u0642\u064e\u062f \u062a\u064e\u0639\u0631\u0650\u0641\u064f\u0647\u064f\u0645", + "onboarding": { + "welcome": "\u0645\u064e\u0631\u062d\u064e\u0628\u064b\u0627", + "thisIsYourHomeFeed": "\u0647\u064e\u0630\u0650\u0647\u0650 \u0647\u0650\u064a\u064e \u062a\u064e\u063a\u0630\u0650\u064a\u064e\u062a\u064f\u0643\u064e \u0627\u0644\u0631\u0651\u064e\u0626\u0650\u064a\u0633\u064e\u0629\u060c \u0647\u0650\u064a\u064e \u062a\u064e\u063a\u0630\u0650\u064a\u064e\u0629\u064f \u0645\u064f\u0631\u064e\u062a\u0651\u064e\u0628\u064e\u0629\u064c \u0632\u064e\u0645\u064e\u0646\u0650\u064a\u0651\u064b\u0627\u060c \u0645\u064f\u0643\u064e\u0648\u0651\u064e\u0646\u064e\u0629 \u0645\u0650\u0646 \u0645\u064e\u0646\u0634\u0648\u0631\u0627\u062a\u0650 \u0627\u0644\u062d\u0650\u0633\u0627\u0628\u064e\u0627\u062a\u0650 \u0627\u0644\u0651\u064e\u062a\u0650\u064a \u062a\u064f\u062a\u0628\u0650\u0639\u064f\u0647\u064e\u0627.", + "letUsHelpYouFind": "\u062f\u064e\u0639\u0646\u0627 \u0646\u064f\u0633\u0627\u0639\u0650\u062f\u064f\u0643\u064e \u0641\u0650\u064a \u0627\u0644\u0639\u064f\u062b\u064f\u0648\u0631\u0650 \u0639\u064e\u0644\u064e\u0649 \u0623\u0634\u062e\u0627\u0635\u064d \u064a\u064f\u062b\u064a\u0631\u064f\u0648\u0646\u064e \u0627\u0650\u0647\u062a\u0650\u0645\u064e\u0627\u0645\u064e\u0643\u064e \u0644\u0650\u0645\u064f\u062a\u0627\u0628\u064e\u0639\u064e\u062a\u0650\u0647\u0650\u0645", + "refreshFeed": "\u062d\u064e\u062f\u0651\u0650\u062b \u062a\u064e\u063a\u0630\u0650\u064a\u064e\u062a\u064a" + } }, "hashtags": { "emptyFeed": "\u0639\u0644\u0649 \u0645\u0627 \u064a\u064e\u0628\u062f\u0648\u0627\u060c \u0644\u0627 \u064a\u064f\u0645\u0643\u0650\u0646\u064f\u0646\u0627 \u0627\u0644\u0639\u064f\u062b\u0648\u0631 \u0639\u0644\u0649 \u0623\u064a \u0645\u064e\u0646\u0634\u0648\u0631 \u064a\u064e\u062d\u062a\u064e\u0648\u064a \u0639\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0648\u064e\u0633\u0645" + }, + "report": { + "report": "\u0625\u0628\u0644\u064e\u0627\u063a", + "selectReason": "\u062d\u064e\u062f\u0651\u0650\u062f \u0633\u064e\u0628\u064e\u0628\u064e\u0627\u064b", + "reported": "\u0645\u064f\u0628\u0652\u0644\u064e\u063a\u064c \u0639\u064e\u0646\u0647", + "sendingReport": "\u0625\u0631\u0633\u064e\u0627\u0644\u064f \u0627\u0644\u062a\u0651\u064e\u0642\u0631\u064a\u0631\u0650 \u062c\u064e\u0627\u0631\u064d", + "thanksMsg": "\u0634\u064f\u0643\u0631\u064b\u0627 \u0639\u064e\u0644\u064e\u0649 \u0627\u0644\u0625\u0628\u0644\u064e\u0627\u063a\u060c \u0623\u064f\u0646\u0627\u0633\u064c \u0645\u0650\u0646 \u0623\u0645\u062b\u0627\u0644\u0650\u0643\u064e \u064a\u064f\u0633\u0627\u0639\u0650\u062f\u064f\u0648\u0646\u064e \u0641\u0650\u064a \u0627\u0644\u062d\u0650\u0641\u0627\u0638\u0650 \u0639\u064e\u0644\u064e\u0649 \u0633\u064e\u0644\u0627\u0645\u064e\u0629\u0650 \u0645\u064f\u062c\u062a\u064e\u0645\u064e\u0639\u0650\u0646\u064e\u0627!", + "contactAdminMsg": "\u0625\u0630\u064e\u0627 \u0631\u064e\u063a\u0650\u0628\u062a\u064e \u0641\u0650\u064a \u0627\u0644\u062a\u0651\u064e\u0648\u0627\u0635\u064f\u0644\u0650 \u0645\u064e\u0639\u064e \u0645\u064e\u0633\u0624\u0648\u0644\u064d \u062d\u064e\u0648\u0644\u064e \u0647\u064e\u0630\u064e\u0627 \u0627\u0644\u0645\u064e\u0646\u0634\u064f\u0648\u0631\u0650 \u0623\u0648 \u0627\u0644\u0625\u0628\u0644\u064e\u0627\u063a" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/bn.json b/resources/assets/js/i18n/bn.json index 1acb08636..d98e3dc1f 100644 --- a/resources/assets/js/i18n/bn.json +++ b/resources/assets/js/i18n/bn.json @@ -1,110 +1,116 @@ { "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" + "comment": "\u09ae\u09a8\u09cd\u09a4\u09ac\u09cd\u09af", + "commented": "\u09ae\u09a8\u09cd\u09a4\u09ac\u09cd\u09af \u0995\u09b0\u09be \u09b9\u09df\u09c7\u099b\u09c7", + "comments": "\u09ae\u09a8\u09cd\u09a4\u09ac\u09cd\u09af", + "like": "\u09aa\u099b\u09a8\u09cd\u09a6", + "liked": "\u09aa\u099b\u09a8\u09cd\u09a6\u0995\u09c3\u09a4", + "likes": "\u09aa\u099b\u09a8\u09cd\u09a6", + "share": "\u09ad\u09be\u0997 \u0995\u09b0\u09cb", + "shared": "\u09ad\u09be\u0997\u0995\u09c3\u09a4", + "shares": "\u09ad\u09be\u0997 \u0995\u09b0\u09be \u09b9\u09df\u09c7\u099b\u09c7", + "unshare": "\u09ad\u09be\u0997 \u09ab\u09bf\u09b0\u09a4 \u09a8\u09be\u0993", + "bookmark": "\u09ac\u09c1\u0995\u09ae\u09be\u09b0\u09cd\u0995", + "cancel": "\u09ac\u09be\u09a4\u09bf\u09b2", + "copyLink": "\u09b8\u0982\u09af\u09cb\u0997 \u0985\u09a8\u09c1\u09b2\u09bf\u09aa\u09bf", + "delete": "\u09ae\u09c1\u099b\u09cb", + "error": "\u09a4\u09cd\u09b0\u09c1\u099f\u09bf", + "errorMsg": "\u0995\u09cb\u09a8 \u09b8\u09ae\u09b8\u09cd\u09af\u09be \u09b9\u09df\u09c7\u099b\u09c7\u0964 \u0995\u09bf\u099b\u09c1\u0995\u09cd\u09b7\u09a3 \u09aa\u09b0 \u0986\u09ac\u09be\u09b0 \u099a\u09c7\u09b7\u09cd\u099f\u09be \u0995\u09b0\u09cb\u0964", + "oops": "\u0993\u09b9\u09cb!", + "other": "\u0985\u09a8\u09cd\u09af\u09be\u09a8\u09cd\u09af", + "readMore": "\u0986\u09b0\u09cb \u09aa\u09a1\u09bc\u09cb", + "success": "\u09b8\u09ab\u09b2\u09a4\u09be", + "proceed": "\u0985\u0997\u09cd\u09b0\u09b8\u09b0", + "next": "\u09aa\u09b0\u09ac\u09b0\u09cd\u09a4\u09c0", + "close": "\u09ac\u09a8\u09cd\u09a7 \u0995\u09b0\u09cb", + "clickHere": "\u098f\u0996\u09be\u09a8\u09c7 \u099f\u09bf\u09aa \u09a6\u09be\u0993", + "sensitive": "\u09b8\u0982\u09ac\u09c7\u09a6\u09a8\u09b6\u09c0\u09b2", + "sensitiveContent": "\u09b8\u0982\u09ac\u09c7\u09a6\u09a8\u09b6\u09c0\u09b2 \u09ac\u09b8\u09cd\u09a4\u09c1", + "sensitiveContentWarning": "\u098f\u0987 \u09b2\u09c7\u0996\u09be/\u099b\u09ac\u09bf/\u09ad\u09bf\u09a1\u09bf\u0993\u09a4\u09c7 \u09b8\u0982\u09ac\u09c7\u09a6\u09a8\u09b6\u09c0\u09b2 \u0995\u09bf\u099b\u09c1 \u09a5\u09be\u0995\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7" }, "site": { - "terms": "Terms of Use", - "privacy": "Privacy Policy" + "terms": "\u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0\u09c7\u09b0 \u09b6\u09b0\u09cd\u09a4\u09be\u09ac\u09b2\u09c0", + "privacy": "\u0997\u09cb\u09aa\u09a8\u09c0\u09af\u09bc\u09a4\u09be \u09a8\u09c0\u09a4\u09bf" }, "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", - "logout": "Logout", - "about": "About", - "help": "Help", - "language": "Language", - "privacy": "Privacy", - "terms": "Terms", - "backToPreviousDesign": "Go back to previous design" + "search": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8", + "admin": "\u09aa\u09cd\u09b0\u09b6\u09be\u09b8\u0995 \u09a1\u09cd\u09af\u09be\u09b6\u09ac\u09cb\u09b0\u09cd\u09a1", + "homeFeed": "\u09ae\u09c2\u09b2 \u09aa\u09cd\u09b0\u09ac\u09be\u09b9", + "localFeed": "\u09b8\u09cd\u09a5\u09be\u09a8\u09c0\u09df \u09aa\u09cd\u09b0\u09ac\u09be\u09b9", + "globalFeed": "\u09ac\u09c8\u09b6\u09cd\u09ac\u09bf\u0995 \u09aa\u09cd\u09b0\u09ac\u09be\u09b9", + "discover": "\u0986\u09ac\u09bf\u09b7\u09cd\u0995\u09be\u09b0", + "directMessages": "\u09b8\u09b0\u09be\u09b8\u09b0\u09bf \u09ac\u09be\u09b0\u09cd\u09a4\u09be", + "notifications": "\u09ac\u09bf\u099c\u09cd\u099e\u09aa\u09cd\u09a4\u09bf", + "groups": "\u09a6\u09b2", + "stories": "\u0997\u09b2\u09cd\u09aa", + "profile": "\u09a8\u09bf\u099c\u09b8\u09cd\u09ac \u09a4\u09a5\u09cd\u09af", + "drive": "\u09a1\u09cd\u09b0\u09be\u0987\u09ad", + "settings": "\u09aa\u099b\u09a8\u09cd\u09a6\u09b8\u09ae\u09c2\u09b9", + "compose": "\u09a8\u09a4\u09c1\u09a8 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09cb", + "logout": "\u09aa\u09cd\u09b0\u09b8\u09cd\u09a5\u09be\u09a8", + "about": "\u09b8\u09ae\u09cd\u09aa\u09b0\u09cd\u0995\u09c7", + "help": "\u09b8\u09b9\u09be\u09df\u09a4\u09be", + "language": "\u09ad\u09be\u09b7\u09be", + "privacy": "\u0997\u09cb\u09aa\u09a8\u09c0\u09af\u09bc\u09a4\u09be", + "terms": "\u09b6\u09b0\u09cd\u09a4\u09be\u09ac\u09b2\u09c0", + "backToPreviousDesign": "\u0986\u0997\u09c7\u09b0 \u09a8\u0995\u09b6\u09be\u09df \u09ab\u09bf\u09b0\u09c7 \u09af\u09be\u0993" }, "directMessages": { - "inbox": "Inbox", - "sent": "Sent", - "requests": "Requests" + "inbox": "\u09ac\u09be\u09b0\u09cd\u09a4\u09be\u09ac\u09be\u0995\u09cd\u09b8", + "sent": "\u09aa\u09cd\u09b0\u09c7\u09b0\u09bf\u09a4", + "requests": "\u0985\u09a8\u09c1\u09b0\u09cb\u09a7\u09b8\u09ae\u09c2\u09b9" }, "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" + "liked": "\u09aa\u099b\u09a8\u09cd\u09a6 \u0995\u09b0\u09c7\u099b\u09c7", + "commented": "\u09ae\u09a8\u09cd\u09a4\u09ac\u09cd\u09af \u0995\u09b0\u09c7\u099b\u09c7", + "reacted": "\u09aa\u09cd\u09b0\u09a4\u09bf\u0995\u09cd\u09b0\u09bf\u09df\u09be \u09a6\u09c7\u0996\u09bf\u09df\u09c7\u099b\u09c7", + "shared": "\u09ad\u09be\u0997 \u0995\u09b0\u09c7\u099b\u09c7", + "tagged": "\u0986\u09aa\u09a8\u09be\u0995\u09c7 \u099f\u09cd\u09af\u09be\u0997 \u0995\u09b0\u09c7\u099b\u09c7\u09a8", + "updatedA": "\u09b9\u09be\u09b2\u09a8\u09be\u0997\u09be\u09a6 \u0995\u09b0\u09c7\u099b\u09c7", + "sentA": "\u09aa\u09cd\u09b0\u09c7\u09b0\u09a3 \u0995\u09b0\u09c7\u099b\u09c7", + "followed": "\u0985\u09a8\u09c1\u09b8\u09c3\u09a4", + "mentioned": "\u0989\u09b2\u09cd\u09b2\u09c7\u0996 \u0995\u09b0\u09c7\u099b\u09c7\u09a8", + "you": "\u0986\u09aa\u09a8\u09bf", + "yourApplication": "\u0986\u09aa\u09a8\u09be\u09b0 \u09af\u09c1\u0995\u09cd\u09a4 \u09b9\u0993\u09df\u09be\u09b0 \u0986\u09ac\u09c7\u09a6\u09a8", + "applicationApproved": "\u0985\u09a8\u09c1\u09ae\u09cb\u09a6\u09bf\u09a4 \u09b9\u09af\u09bc\u09c7\u099b\u09c7!", + "applicationRejected": "\u0985\u09a8\u09c1\u09ae\u09cb\u09a6\u09bf\u09a4 \u09b9\u09df\u09a8\u09bf\u0964 \u0986\u09aa\u09a8\u09bf \u0986\u09ac\u09be\u09b0 \u09ec \u09ae\u09be\u09b8 \u098f\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u0986\u09ac\u09c7\u09a6\u09a8 \u0995\u09b0\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7\u09a8.", + "dm": "\u09b8\u09b0\u09be\u09b8\u09b0\u09bf \u09ac\u09be\u09b0\u09cd\u09a4\u09be", + "groupPost": "\u0997\u09cd\u09b0\u09c1\u09aa \u09aa\u09cb\u09b8\u09cd\u099f", + "modlog": "\u09ae\u09a1\u09be\u09b0\u09c7\u09b6\u09a8 \u09b2\u0997", + "post": "\u09aa\u09cb\u09b8\u09cd\u099f", + "story": "\u09b8\u09cd\u099f\u09cb\u09b0\u09bf", + "noneFound": "\u0995\u09cb\u09a8\u09cb \u09a8\u09cb\u099f\u09bf\u09ab\u09bf\u0995\u09c7\u09b6\u09a8 \u09aa\u09be\u0993\u09df\u09be \u09af\u09be\u09af\u09bc\u09a8\u09bf" }, "post": { - "shareToFollowers": "Share to followers", - "shareToOther": "Share to other", - "noLikes": "No likes yet", - "uploading": "Uploading" + "shareToFollowers": "\u0985\u09a8\u09c1\u09b8\u09be\u09b0\u09c0\u09a6\u09c7\u09b0 \u09ae\u09be\u099d\u09c7 \u09b6\u09c7\u09af\u09bc\u09be\u09b0 \u0995\u09b0\u09c1\u09a8", + "shareToOther": "\u0985\u09a8\u09cd\u09af\u09a6\u09c7\u09b0 \u09ae\u09be\u099d\u09c7 \u09b6\u09c7\u09df\u09be\u09b0 \u0995\u09b0\u09c1\u09a8", + "noLikes": "\u098f\u0996\u09a8\u09cb \u0995\u09cb\u09a8\u09cb \u09b2\u09be\u0987\u0995 \u09a8\u09c7\u0987", + "uploading": "\u0986\u09aa\u09b2\u09cb\u09a1 \u0995\u09b0\u09be \u09b9\u099a\u09cd\u099b\u09c7" }, "profile": { - "posts": "Posts", - "followers": "Followers", - "following": "Following", - "admin": "Admin", - "collections": "Collections", - "follow": "Follow", - "unfollow": "Unfollow", - "editProfile": "Edit Profile", - "followRequested": "Follow Requested", - "joined": "Joined", - "emptyCollections": "We can't seem to find any collections", - "emptyPosts": "We can't seem to find any posts" + "posts": "\u09aa\u09cb\u09b8\u09cd\u099f\u09b8\u09ae\u09c2\u09b9", + "followers": "\u0985\u09a8\u09c1\u09b8\u09be\u09b0\u09c0", + "following": "\u0985\u09a8\u09c1\u09b8\u09b0\u09a3 \u0995\u09b0\u09be \u09b9\u099a\u09cd\u099b\u09c7", + "admin": "\u09aa\u09cd\u09b0\u09b6\u09be\u09b8\u0995", + "collections": "\u09b8\u0982\u0997\u09cd\u09b0\u09b9\u09b6\u09be\u09b2\u09be", + "follow": "\u0985\u09a8\u09c1\u09b8\u09b0\u09a3 \u0995\u09b0\u09c1\u09a8", + "unfollow": "\u0985\u09a8\u09c1\u09b8\u09b0\u09a3 \u09ac\u09be\u09a4\u09bf\u09b2", + "editProfile": "\u09aa\u09cd\u09b0\u09cb\u09ab\u09be\u0987\u09b2 \u09b8\u09ae\u09cd\u09aa\u09be\u09a6\u09a8 \u0995\u09b0\u09c1\u09a8", + "followRequested": "\u0985\u09a8\u09c1\u09b8\u09b0\u09a3 \u098f\u09b0 \u0985\u09a8\u09c1\u09b0\u09cb\u09a7 \u0995\u09b0\u09be \u09b9\u09df\u09c7\u099b\u09c7", + "joined": "\u09af\u09c1\u0995\u09cd\u09a4 \u09b9\u09af\u09bc\u09c7\u099b\u09c7\u09a8", + "emptyCollections": "\u0986\u09ae\u09b0\u09be \u0995\u09cb\u09a8\u0993 \u09b8\u0982\u0997\u09cd\u09b0\u09b9\u09b6\u09be\u09b2\u09be \u0996\u09c1\u0981\u099c\u09c7 \u09aa\u09be\u099a\u09cd\u099b\u09bf\u09a8\u09be", + "emptyPosts": "\u0986\u09ae\u09b0\u09be \u0995\u09cb\u09a8 \u09aa\u09cb\u09b7\u09cd\u099f \u0996\u09c1\u0981\u099c\u09c7 \u09aa\u09be\u099a\u09cd\u099b\u09bf\u09a8\u09be" }, "menu": { - "viewPost": "View Post", - "viewProfile": "View Profile", - "moderationTools": "Moderation Tools", - "report": "Report", - "archive": "Archive", + "viewPost": "\u09aa\u09cb\u09b8\u09cd\u099f \u09a6\u09c7\u0996\u09c1\u09a8", + "viewProfile": "\u09aa\u09cd\u09b0\u09cb\u09ab\u09be\u0987\u09b2 \u09a6\u09c7\u0996\u09c1\u09a8", + "moderationTools": "\u09ae\u09a1\u09be\u09b0\u09c7\u09b6\u09a8 Tools", + "report": "\u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f", + "archive": "\u0986\u09b0\u09cd\u0995\u09be\u0987\u09ad", "unarchive": "Unarchive", - "embed": "Embed", - "selectOneOption": "Select one of the following options", - "unlistFromTimelines": "Unlist from Timelines", + "embed": "\u098f\u09ae\u09ac\u09c7\u09a1 \u0995\u09b0\u09c1\u09a8", + "selectOneOption": "\u09a8\u09bf\u09ae\u09cd\u09a8\u09b2\u09bf\u0996\u09bf\u09a4 \u09ac\u09bf\u0995\u09b2\u09cd\u09aa\u0997\u09c1\u09b2\u09bf\u09b0 \u098f\u0995\u099f\u09bf \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8\u0964", + "unlistFromTimelines": "\u099f\u09be\u0987\u09ae\u09b2\u09be\u0987\u09a8 \u09a5\u09c7\u0995\u09c7 Unlist \u0995\u09b0\u09c1\u09a8", "addCW": "Add Content Warning", "removeCW": "Remove Content Warning", "markAsSpammer": "Mark as Spammer", @@ -142,9 +148,23 @@ "add": "Add Story" }, "timeline": { - "peopleYouMayKnow": "People you may know" + "peopleYouMayKnow": "People you may know", + "onboarding": { + "welcome": "Welcome", + "thisIsYourHomeFeed": "This is your home feed, a chronological feed of posts from accounts you follow.", + "letUsHelpYouFind": "Let us help you find some interesting people to follow", + "refreshFeed": "Refresh my feed" + } }, "hashtags": { "emptyFeed": "We can't seem to find any posts for this hashtag" + }, + "report": { + "report": "Report", + "selectReason": "Select a reason", + "reported": "Reported", + "sendingReport": "Sending report", + "thanksMsg": "Thanks for the report, people like you help keep our community safe!", + "contactAdminMsg": "If you'd like to contact an administrator about this post or report" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/bs.json b/resources/assets/js/i18n/bs.json index 1acb08636..fc91f9371 100644 --- a/resources/assets/js/i18n/bs.json +++ b/resources/assets/js/i18n/bs.json @@ -10,6 +10,7 @@ "shared": "Shared", "shares": "Shares", "unshare": "Unshare", + "bookmark": "Bookmark", "cancel": "Cancel", "copyLink": "Copy Link", "delete": "Delete", @@ -19,6 +20,10 @@ "other": "Other", "readMore": "Read more", "success": "Success", + "proceed": "Proceed", + "next": "Next", + "close": "Close", + "clickHere": "click here", "sensitive": "Sensitive", "sensitiveContent": "Sensitive Content", "sensitiveContentWarning": "This post may contain sensitive content" @@ -73,7 +78,8 @@ "groupPost": "group post", "modlog": "modlog", "post": "post", - "story": "story" + "story": "story", + "noneFound": "No notifications found" }, "post": { "shareToFollowers": "Share to followers", @@ -142,9 +148,23 @@ "add": "Add Story" }, "timeline": { - "peopleYouMayKnow": "People you may know" + "peopleYouMayKnow": "People you may know", + "onboarding": { + "welcome": "Welcome", + "thisIsYourHomeFeed": "This is your home feed, a chronological feed of posts from accounts you follow.", + "letUsHelpYouFind": "Let us help you find some interesting people to follow", + "refreshFeed": "Refresh my feed" + } }, "hashtags": { "emptyFeed": "We can't seem to find any posts for this hashtag" + }, + "report": { + "report": "Report", + "selectReason": "Select a reason", + "reported": "Reported", + "sendingReport": "Sending report", + "thanksMsg": "Thanks for the report, people like you help keep our community safe!", + "contactAdminMsg": "If you'd like to contact an administrator about this post or report" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/ca.json b/resources/assets/js/i18n/ca.json index c12749db0..390c83f01 100644 --- a/resources/assets/js/i18n/ca.json +++ b/resources/assets/js/i18n/ca.json @@ -1,35 +1,40 @@ { "common": { - "comment": "Comentar", - "commented": "Comentari", + "comment": "Comenta", + "commented": "Comentat", "comments": "Comentaris", "like": "M'agrada", "liked": "M'ha agradat", - "likes": "\"M'agrada\"", + "likes": "Agradaments", "share": "Comparteix", "shared": "S'han compartit", "shares": "S'han compartit", "unshare": "Deixa de compartir", + "bookmark": "Afegeix als marcadors", "cancel": "Cancel\u00b7la", "copyLink": "Copia l'enlla\u00e7", - "delete": "Esborra", + "delete": "Elimina", "error": "Error", "errorMsg": "Alguna cosa ha anat malament. Siusplau, intenta-ho m\u00e9s tard.", - "oops": "Uix!", + "oops": "Vaja!", "other": "Altres", - "readMore": "Llegiu-ne m\u00e9s", + "readMore": "M\u00e9s informaci\u00f3", "success": "Completat amb \u00e8xit", + "proceed": "Continua", + "next": "Seg\u00fcent", + "close": "Tanca", + "clickHere": "fes clic aqu\u00ed", "sensitive": "Sensible", "sensitiveContent": "Contingut sensible", - "sensitiveContentWarning": "Aquest article pot contenir contingut sensible" + "sensitiveContentWarning": "Aquesta publicaci\u00f3 pot incloure contingut sensible" }, "site": { "terms": "Condicions d'\u00fas", - "privacy": "Pol\u00edtica de Privacitat" + "privacy": "Pol\u00edtica de privadesa" }, "navmenu": { - "search": "Cercar", - "admin": "Tauler d'Administraci\u00f3", + "search": "Cerca", + "admin": "Tauler d'administraci\u00f3", "homeFeed": "L\u00ednia de temps principal", "localFeed": "L\u00ednia de temps local", "globalFeed": "L\u00ednia de temps global", @@ -40,20 +45,20 @@ "stories": "Hist\u00f2ries", "profile": "Perfil", "drive": "Unitat", - "settings": "Par\u00e0metres", - "compose": "Crea un nou", - "logout": "Logout", + "settings": "Configuraci\u00f3", + "compose": "Crea una nova", + "logout": "Tanca la sessi\u00f3", "about": "Quant a", "help": "Ajuda", "language": "Idioma", "privacy": "Privacitat", "terms": "Termes", - "backToPreviousDesign": "Tornar al disseny anterior" + "backToPreviousDesign": "Torna al disseny anterior" }, "directMessages": { "inbox": "Safata d'entrada", - "sent": "Enviat", - "requests": "Sol\u00b7licitud" + "sent": "Enviats", + "requests": "Sol\u00b7licituds" }, "notifications": { "liked": "li agrada la teva", @@ -63,9 +68,9 @@ "tagged": "t'ha etiquetat en una", "updatedA": "actualitzat a", "sentA": "enviat a", - "followed": "seguits", - "mentioned": "mencionat", - "you": "vost\u00e8", + "followed": "t'ha seguit", + "mentioned": "mencions", + "you": "a v\u00f3s", "yourApplication": "La teva sol\u00b7licitud per unir-te", "applicationApproved": "est\u00e0 aprovat!", "applicationRejected": "ha estat rebutjat. Pots tornar a sol\u00b7licitar unir-te en 6 mesos.", @@ -73,13 +78,14 @@ "groupPost": "publicacions al grup", "modlog": "modlog", "post": "publicaci\u00f3", - "story": "hist\u00f2ria" + "story": "hist\u00f2ria", + "noneFound": "No hi ha notificacions" }, "post": { - "shareToFollowers": "Comparteix amb els seguidors", - "shareToOther": "Compartits per altres", - "noLikes": "Cap m'agrada encara", - "uploading": "Carregant" + "shareToFollowers": "Comparteix amb qui et segueix", + "shareToOther": "Comparteix amb altri", + "noLikes": "Cap m'agrada", + "uploading": "S'est\u00e0 pujant" }, "profile": { "posts": "Publicacions", @@ -88,25 +94,25 @@ "admin": "Administrador", "collections": "Col\u00b7leccions", "follow": "Segueix", - "unfollow": "Deixeu de seguir", - "editProfile": "Edita el teu perfil", - "followRequested": "Sol\u00b7licitud de seguidor", + "unfollow": "Deixa de seguir", + "editProfile": "Edita el perfil", + "followRequested": "Sol\u00b7licituds de seguiment", "joined": "S'ha unit", - "emptyCollections": "We can't seem to find any collections", - "emptyPosts": "We can't seem to find any posts" + "emptyCollections": "No s'ha trobat cap col\u00b7lecci\u00f3", + "emptyPosts": "No s'ha trobat cap publicaci\u00f3" }, "menu": { - "viewPost": "Veure publicaci\u00f3", + "viewPost": "Mostra la publicaci\u00f3", "viewProfile": "Mostra el perfil", "moderationTools": "Eines de moderaci\u00f3", - "report": "Informe", - "archive": "Arxiu", + "report": "Denuncia", + "archive": "Arxiva", "unarchive": "Desarxiva", "embed": "Incrusta", - "selectOneOption": "Seleccioneu una de les opcions seg\u00fcents", + "selectOneOption": "Selecciona una de les seg\u00fcents opcions", "unlistFromTimelines": "Desllista de les l\u00ednies de temps", - "addCW": "Afegeix advert\u00e8ncia de contingut", - "removeCW": "Esborra advert\u00e8ncia de contingut", + "addCW": "Afegeix av\u00eds de contingut", + "removeCW": "Elimina l'av\u00eds de contingut", "markAsSpammer": "Marca com a brossa", "markAsSpammerText": "Desllista + CW publicacions existents i futures", "spam": "Contingut brossa", @@ -114,37 +120,51 @@ "abusive": "Abusiu o nociu", "underageAccount": "Compte de menors d'edat", "copyrightInfringement": "Infracci\u00f3 de drets d\u2019autor", - "impersonation": "Suplantacions", - "scamOrFraud": "Estafa o Frau", - "confirmReport": "Confirma l'informe", - "confirmReportText": "Esteu segur que voleu informar d'aquesta publicaci\u00f3?", - "reportSent": "Informe enviat!", - "reportSentText": "Hem rebut correctament el vostre informe.", - "reportSentError": "Hi ha hagut un problema en informar d'aquesta publicaci\u00f3.", - "modAddCWConfirm": "Confirmes que vols afegir un av\u00eds de contingut a aquesta publicaci\u00f3?", - "modCWSuccess": "Av\u00eds de contingut afegit correctament", - "modRemoveCWConfirm": "Confirmes que vols esborrar un av\u00eds de contingut d'aquesta publicaci\u00f3?", + "impersonation": "Suplantaci\u00f3 d'identitat", + "scamOrFraud": "Estafa o frau", + "confirmReport": "Confirma la den\u00fancia", + "confirmReportText": "Segur que voleu denunciar aquesta publicaci\u00f3?", + "reportSent": "S'ha enviat la den\u00fancia", + "reportSentText": "Hem rebut correctament la teva den\u00fancia.", + "reportSentError": "Hi ha hagut un problema en denunciar aquesta publicaci\u00f3.", + "modAddCWConfirm": "Segur que voleu afegir un av\u00eds de contingut a aquesta publicaci\u00f3?", + "modCWSuccess": "S'ha afegit l'av\u00eds de contingut correctament", + "modRemoveCWConfirm": "Segur que voleu eliminar l'av\u00eds de contingut d'aquesta publicaci\u00f3?", "modRemoveCWSuccess": "Av\u00eds de contingut esborrat correctament", "modUnlistConfirm": "Esteu segur que voleu desllistar d'aquesta publicaci\u00f3?", "modUnlistSuccess": "Entrada desllistada amb \u00e8xit", - "modMarkAsSpammerConfirm": "Esteu segur que voleu marcar aquest usuari com a brossa? Totes les publicacions existents i futures no apareixeran a les cronologies i s'aplicar\u00e0 un av\u00eds de contingut.", + "modMarkAsSpammerConfirm": "Segur que voleu marcar aquest usuari com a brossa? Totes les publicacions existents i futures desapareixeran de les cronologies i s'aplicar\u00e0 un av\u00eds de contingut.", "modMarkAsSpammerSuccess": "El compte s'ha marcat correctament com a brossa", "toFollowers": "els seguidors", - "showCaption": "Mostra el subt\u00edtol", + "showCaption": "Mostra la descripci\u00f3", "showLikes": "Mostra els m'agrada", - "compactMode": "Mode Compacte", + "compactMode": "Mode compacte", "embedConfirmText": "En utilitzar aquesta inserci\u00f3, accepteu el nostre", - "deletePostConfirm": "Esteu segur que voleu suprimir aquesta publicaci\u00f3?", - "archivePostConfirm": "Segur que voleu arxivar aquesta publicaci\u00f3?", - "unarchivePostConfirm": "Segur que voleu desarxivar aquesta publicaci\u00f3?" + "deletePostConfirm": "Segur que voleu eliminar aquesta publicaci\u00f3?", + "archivePostConfirm": "Segur que vols arxivar aquesta publicaci\u00f3?", + "unarchivePostConfirm": "Segur que vols desarxivar aquesta publicaci\u00f3?" }, "story": { - "add": "Afegir hist\u00f2ria" + "add": "Afegeix hist\u00f2ria" }, "timeline": { - "peopleYouMayKnow": "Gent que potser coneixes" + "peopleYouMayKnow": "Gent que potser coneixeu", + "onboarding": { + "welcome": "Us donem la benvinguda", + "thisIsYourHomeFeed": "Aquesta \u00e9s la vostra l\u00ednia de temps principal que mostra cronol\u00f2gicament les publicacions de comptes que seguiu.", + "letUsHelpYouFind": "Ens agradaria ajudar-vos a trobar gent interessant per seguir", + "refreshFeed": "Actualitza la meva l\u00ednia de temps" + } }, "hashtags": { - "emptyFeed": "We can't seem to find any posts for this hashtag" + "emptyFeed": "No hi ha cap publicaci\u00f3 per a aquesta etiqueta" + }, + "report": { + "report": "Denuncia", + "selectReason": "Tria una ra\u00f3", + "reported": "Denunciat", + "sendingReport": "S'est\u00e0 enviant la den\u00fancia", + "thanksMsg": "Gr\u00e0cies per la den\u00fancia. Gent com v\u00f3s fa que la nostra comunitat sigui segura!", + "contactAdminMsg": "Si voleu contactar amb un o una administradora sobre aquesta publicaci\u00f3 o den\u00fancia" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/cs.json b/resources/assets/js/i18n/cs.json index fcf926ddf..245f50b88 100644 --- a/resources/assets/js/i18n/cs.json +++ b/resources/assets/js/i18n/cs.json @@ -10,6 +10,7 @@ "shared": "Sd\u00edleno", "shares": "Sd\u00edlen\u00ed", "unshare": "Zru\u0161it sd\u00edlen\u00ed", + "bookmark": "Z\u00e1lo\u017eka", "cancel": "Zru\u0161it", "copyLink": "Kop\u00edrovat odkaz", "delete": "Smazat", @@ -19,6 +20,10 @@ "other": "Dal\u0161\u00ed", "readMore": "\u010c\u00edst v\u00edce", "success": "\u00dasp\u011bch", + "proceed": "Pokra\u010dovat", + "next": "Dal\u0161\u00ed", + "close": "Zav\u0159\u00edt", + "clickHere": "klikn\u011bte zde", "sensitive": "Citliv\u00e9", "sensitiveContent": "Citliv\u00fd obsah", "sensitiveContentWarning": "Tento p\u0159\u00edsp\u011bvek m\u016f\u017ee obsahovat citliv\u00fd obsah" @@ -31,8 +36,8 @@ "search": "Hledat", "admin": "Administr\u00e1torsk\u00fd ovl\u00e1dac\u00ed panel", "homeFeed": "Domovsk\u00e1 \u010dasov\u00e1 osa", - "localFeed": "M\u00edstn\u00ed \u010dasov\u00e1 osa", - "globalFeed": "Globaln\u00ed \u010dasov\u00e1 osa", + "localFeed": "M\u00edstn\u00ed kan\u00e1l", + "globalFeed": "Glob\u00e1ln\u00ed \u010dasov\u00e1 osa", "discover": "Objevovat", "directMessages": "Soukrom\u00e9 zpr\u00e1vy", "notifications": "Ozn\u00e1men\u00ed", @@ -73,7 +78,8 @@ "groupPost": "skupinov\u00fd p\u0159\u00edsp\u011bvek", "modlog": "moder\u00e1torsk\u00fd z\u00e1znam", "post": "p\u0159\u00edsp\u011bvek", - "story": "p\u0159\u00edbeh" + "story": "p\u0159\u00edbeh", + "noneFound": "Nebyla nalezena \u017e\u00e1dn\u00e1 ozn\u00e1men\u00ed" }, "post": { "shareToFollowers": "Sd\u00edlet se sleduj\u00edc\u00edmi", @@ -142,9 +148,23 @@ "add": "P\u0159idat p\u0159\u00edb\u011bh" }, "timeline": { - "peopleYouMayKnow": "Lid\u00e9, kter\u00e9 mo\u017en\u00e1 zn\u00e1te" + "peopleYouMayKnow": "Lid\u00e9, kter\u00e9 mo\u017en\u00e1 zn\u00e1te", + "onboarding": { + "welcome": "V\u00edtejte", + "thisIsYourHomeFeed": "Toto je v\u00e1\u0161 domovsk\u00fd kan\u00e1l, chronologick\u00fd kan\u00e1l p\u0159\u00edsp\u011bvk\u016f z \u00fa\u010dt\u016f, kter\u00e9 sledujete.", + "letUsHelpYouFind": "Pom\u016f\u017eeme v\u00e1m naj\u00edt n\u011bjak\u00e9 zaj\u00edmav\u00e9 lidi ke sledov\u00e1n\u00ed", + "refreshFeed": "Obnovit m\u016fj kan\u00e1l" + } }, "hashtags": { "emptyFeed": "Zd\u00e1 se, \u017ee pro tento \u0161t\u00edtek nelze naj\u00edt \u017e\u00e1dn\u00e9 p\u0159\u00edsp\u011bvky" + }, + "report": { + "report": "Nahl\u00e1sit", + "selectReason": "Vyberte d\u016fvod", + "reported": "Nahl\u00e1\u0161eno", + "sendingReport": "Odes\u00edl\u00e1n\u00ed hl\u00e1\u0161en\u00ed", + "thanksMsg": "D\u00edky za hl\u00e1\u0161en\u00ed, lid\u00e9 jako jste vy pom\u00e1haj\u00ed udr\u017eet na\u0161i komunitu bezpe\u010dnou!", + "contactAdminMsg": "Pokud chcete kontaktovat administr\u00e1tora ohledn\u011b tohoto p\u0159\u00edsp\u011bvku nebo hl\u00e1\u0161en\u00ed" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/cy.json b/resources/assets/js/i18n/cy.json index d21b67253..a544ff1a2 100644 --- a/resources/assets/js/i18n/cy.json +++ b/resources/assets/js/i18n/cy.json @@ -10,6 +10,7 @@ "shared": "Rhannu", "shares": "Rhannu", "unshare": "Dad-rannu", + "bookmark": "Tudalnodau", "cancel": "Canslo", "copyLink": "Cop\u00efo'r ddolen", "delete": "Dileu", @@ -19,6 +20,10 @@ "other": "Arall", "readMore": "Darllen mwy", "success": "Llwyddiant", + "proceed": "Parhau", + "next": "Nesaf", + "close": "Cau", + "clickHere": "cliciwch yma", "sensitive": "Sensitif", "sensitiveContent": "Cynnwys sensitif", "sensitiveContentWarning": "Gall y post hon gynnwys cynnwys sensitif" @@ -42,7 +47,7 @@ "drive": "Gyriant storio", "settings": "Gosodiadau", "compose": "Creu newydd", - "logout": "Logout", + "logout": "Allgofnodi", "about": "Amdano", "help": "Cymorth", "language": "Iaith", @@ -73,7 +78,8 @@ "groupPost": "post gr\u0175p", "modlog": "modlog", "post": "post", - "story": "stori" + "story": "stori", + "noneFound": "Dim hysbysiadau" }, "post": { "shareToFollowers": "Rhannwch i ddilynwyr", @@ -142,9 +148,23 @@ "add": "Ychwanegu Stori" }, "timeline": { - "peopleYouMayKnow": "Pobl efallai eich bod chi'n eu hadnabod" + "peopleYouMayKnow": "Pobl efallai eich bod chi'n eu hadnabod", + "onboarding": { + "welcome": "Croeso", + "thisIsYourHomeFeed": "Dyma'ch porthiant cartref, porthiant cronolegol o bostiadau o gyfrifon rydych chi'n eu dilyn.", + "letUsHelpYouFind": "Gadewch inni eich helpu i ddod o hyd i rai pobl ddiddorol i'w dilyn", + "refreshFeed": "Adnewyddu fy mhorthiant" + } }, "hashtags": { "emptyFeed": "Ni allwn dod o hyd i unrhyw bostiadau ar gyfer yr hashnod hwn" + }, + "report": { + "report": "Adroddi", + "selectReason": "Dewiswch reswm", + "reported": "Adroddwyd", + "sendingReport": "Anfon adroddiad", + "thanksMsg": "Diolch am yr adroddiad, mae pobl fel chi yn helpu i gadw ein cymuned yn ddiogel!", + "contactAdminMsg": "Os hoffech chi gysylltu \u00e2 gweinyddwr am y post neu'r adroddiad hwn" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/da.json b/resources/assets/js/i18n/da.json index 1acb08636..370ab2d03 100644 --- a/resources/assets/js/i18n/da.json +++ b/resources/assets/js/i18n/da.json @@ -1,150 +1,170 @@ { "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" + "commented": "Kommenterede", + "comments": "Kommentarer", + "like": "Synes om", + "liked": "Synes om", + "likes": "Synes om", + "share": "Del", + "shared": "Delt", + "shares": "Delinger", + "unshare": "Fjern deling", + "bookmark": "Bookmark", + "cancel": "Annuller", + "copyLink": "Kopier link", + "delete": "Slet", + "error": "Fejl", + "errorMsg": "Noget gik galt. Pr\u00f8v venligst igen senere.", + "oops": "Hovsa!", + "other": "Andet", + "readMore": "L\u00e6s mere", + "success": "Succes", + "proceed": "Forts\u00e6t", + "next": "N\u00e6ste", + "close": "Luk", + "clickHere": "klik her", + "sensitive": "F\u00f8lsomt", + "sensitiveContent": "F\u00f8lsomt indhold", + "sensitiveContentWarning": "Dette opslag kan indeholde f\u00f8lsomt indhold" }, "site": { - "terms": "Terms of Use", - "privacy": "Privacy Policy" + "terms": "Brugsvilk\u00e5r", + "privacy": "Privatlivspolitik" }, "navmenu": { - "search": "Search", + "search": "S\u00f8g", "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", - "logout": "Logout", - "about": "About", - "help": "Help", - "language": "Language", - "privacy": "Privacy", - "terms": "Terms", - "backToPreviousDesign": "Go back to previous design" + "localFeed": "Lokalt feed", + "globalFeed": "Globalt feed", + "discover": "Udforsk", + "directMessages": "Direkte beskeder", + "notifications": "Notifikationer", + "groups": "Grupper", + "stories": "Historier", + "profile": "Profil", + "drive": "Drev", + "settings": "Indstillinger", + "compose": "Opret ny", + "logout": "Log ud", + "about": "Om", + "help": "Hj\u00e6lp", + "language": "Sprog", + "privacy": "Privatliv", + "terms": "Betingelser", + "backToPreviousDesign": "G\u00e5 tilbage til forrige design" }, "directMessages": { - "inbox": "Inbox", - "sent": "Sent", - "requests": "Requests" + "inbox": "Indbakke", + "sent": "Sendt", + "requests": "Anmodninger" }, "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.", + "liked": "syntes godt om dit", + "commented": "kommenterede p\u00e5 dit", + "reacted": "reagerede p\u00e5 dit", + "shared": "delte dit", + "tagged": "taggede dig i et", + "updatedA": "opdaterede et", + "sentA": "sendte en", + "followed": "f\u00f8lger", + "mentioned": "n\u00e6vnt", + "you": "dig", + "yourApplication": "Din ans\u00f8gning om at deltage", + "applicationApproved": "blev godkendt!", + "applicationRejected": "blev afvist. Du kan ans\u00f8ge igen om 6 m\u00e5neder.", "dm": "dm", - "groupPost": "group post", + "groupPost": "gruppeopslag", "modlog": "modlog", - "post": "post", - "story": "story" + "post": "opslag", + "story": "historie", + "noneFound": "Ingen notifikationer fundet" }, "post": { - "shareToFollowers": "Share to followers", - "shareToOther": "Share to other", - "noLikes": "No likes yet", - "uploading": "Uploading" + "shareToFollowers": "Del til f\u00f8lgere", + "shareToOther": "Del til andre", + "noLikes": "Ingen synes godt om endnu", + "uploading": "Uploader" }, "profile": { - "posts": "Posts", - "followers": "Followers", - "following": "Following", + "posts": "Opslag", + "followers": "F\u00f8lgere", + "following": "F\u00f8lger", "admin": "Admin", - "collections": "Collections", - "follow": "Follow", - "unfollow": "Unfollow", - "editProfile": "Edit Profile", - "followRequested": "Follow Requested", - "joined": "Joined", + "collections": "Samlinger", + "follow": "F\u00f8lg", + "unfollow": "F\u00f8lg ikke l\u00e6ngere", + "editProfile": "Redig\u00e9r profil", + "followRequested": "F\u00f8lg anmodet", + "joined": "Blev medlem", "emptyCollections": "We can't seem to find any collections", "emptyPosts": "We can't seem to find any posts" }, "menu": { - "viewPost": "View Post", - "viewProfile": "View Profile", - "moderationTools": "Moderation Tools", + "viewPost": "Se opslag", + "viewProfile": "Se profil", + "moderationTools": "Moderatorv\u00e6rkt\u00f8jer", "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", + "unlistFromTimelines": "Skjul fra tidslinje", + "addCW": "Tilf\u00f8j indholdsadvarsel", + "removeCW": "Fjern indholdsadvarsel", + "markAsSpammer": "Mark\u00e9r som spammer", "markAsSpammerText": "Unlist + CW existing and future posts", "spam": "Spam", - "sensitive": "Sensitive Content", - "abusive": "Abusive or Harmful", - "underageAccount": "Underage Account", - "copyrightInfringement": "Copyright Infringement", + "sensitive": "F\u00f8lsomt indhold", + "abusive": "Kr\u00e6nkende eller skadelig", + "underageAccount": "Mindre\u00e5rig konto", + "copyrightInfringement": "Kr\u00e6nkelse af ophavsret", "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.", + "scamOrFraud": "Scam eller svindel", + "confirmReport": "Bekr\u00e6ft rapport", + "confirmReportText": "Er du sikker p\u00e5, at du vil rapportere dette opslag?", + "reportSent": "Rapport sendt!", + "reportSentText": "Vi har modtaget din rapport.", "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", + "modAddCWConfirm": "Er du sikker p\u00e5, at du vil f\u00f8je en indholdsadvarsel til dette indl\u00e6g?", + "modCWSuccess": "Tilf\u00f8jede succesfuldt advarsel om indhold", "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", - "modRemoveCWSuccess": "Successfully removed content warning", + "modRemoveCWSuccess": "Fjernede succesfuldt advarsel om indhold", "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", + "modMarkAsSpammerSuccess": "Markerede succesfuldt konto som spammer", + "toFollowers": "til f\u00f8lgere", + "showCaption": "Vis billedtekst", "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?", + "compactMode": "Kompakt tilstand", + "embedConfirmText": "Ved at bruge denne indlejring, accepterer du vores", + "deletePostConfirm": "Er du sikker p\u00e5, at du vil slette dette opslag?", + "archivePostConfirm": "Er du sikker p\u00e5, at du vil arkivere dette opslag?", "unarchivePostConfirm": "Are you sure you want to unarchive this post?" }, "story": { - "add": "Add Story" + "add": "Tilf\u00f8j historie" }, "timeline": { - "peopleYouMayKnow": "People you may know" + "peopleYouMayKnow": "Folk du m\u00e5ske kender", + "onboarding": { + "welcome": "Velkommen", + "thisIsYourHomeFeed": "This is your home feed, a chronological feed of posts from accounts you follow.", + "letUsHelpYouFind": "Lad os hj\u00e6lpe dig med at finde nogle interessante mennesker du kan f\u00f8lge", + "refreshFeed": "Opdat\u00e9r mit feed" + } }, "hashtags": { "emptyFeed": "We can't seem to find any posts for this hashtag" + }, + "report": { + "report": "Report", + "selectReason": "V\u00e6lg en \u00e5rsag", + "reported": "Rapporteret", + "sendingReport": "Sender rapport", + "thanksMsg": "Tak for rapporten, folk som dig hj\u00e6lper med at passe p\u00e5 vores f\u00e6llesskab!", + "contactAdminMsg": "Hvis du vil kontakte en administrator om dette indl\u00e6g eller rapport" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/de.json b/resources/assets/js/i18n/de.json index 653f352dc..048814f67 100644 --- a/resources/assets/js/i18n/de.json +++ b/resources/assets/js/i18n/de.json @@ -10,6 +10,7 @@ "shared": "Geteilt", "shares": "Geteilt", "unshare": "Teilen r\u00fcckg\u00e4ngig machen", + "bookmark": "Lesezeichen", "cancel": "Abbrechen", "copyLink": "Link kopieren", "delete": "L\u00f6schen", @@ -18,7 +19,11 @@ "oops": "Hoppla!", "other": "Anderes", "readMore": "Weiterlesen", - "success": "Erfolgreich", + "success": "Erfolg", + "proceed": "Fortfahren", + "next": "Weiter", + "close": "Schlie\u00dfen", + "clickHere": "hier klicken", "sensitive": "Sensibel", "sensitiveContent": "Sensibler Inhalt", "sensitiveContentWarning": "Dieser Beitrag kann sensible Inhalte enthalten" @@ -41,7 +46,7 @@ "profile": "Profil", "drive": "Festplatte", "settings": "Einstellungen", - "compose": "Neu erstellen", + "compose": "Neu erstellen:", "logout": "Ausloggen", "about": "\u00dcber uns", "help": "Hilfe", @@ -57,15 +62,15 @@ }, "notifications": { "liked": "gef\u00e4llt dein", - "commented": "kommentierte dein", + "commented": "kommentierte deinen", "reacted": "reagierte auf dein", "shared": "teilte deine", "tagged": "markierte dich in einem", "updatedA": "aktualisierte ein", "sentA": "sendete ein", - "followed": "gefolgt", - "mentioned": "erw\u00e4hnt", - "you": "du", + "followed": "folgt", + "mentioned": "erw\u00e4hnte", + "you": "dir", "yourApplication": "Deine Bewerbung um beizutreten", "applicationApproved": "wurde genehmigt!", "applicationRejected": "wurde abgelehnt. Du kannst dich in 6 Monaten erneut f\u00fcr den Beitritt bewerben.", @@ -73,7 +78,8 @@ "groupPost": "Gruppen-Post", "modlog": "modlog", "post": "Beitrag", - "story": "Story" + "story": "Story", + "noneFound": "Keine Benachrichtigungen vorhanden" }, "post": { "shareToFollowers": "Mit Folgenden teilen", @@ -119,14 +125,14 @@ "confirmReport": "Meldung best\u00e4tigen", "confirmReportText": "Bist du sicher, dass du diesen Beitrag melden m\u00f6chtest?", "reportSent": "Meldung gesendet!", - "reportSentText": "Wir haben deinen Bericht erfolgreich erhalten.", + "reportSentText": "Wir haben deine Meldung erfolgreich erhalten.", "reportSentError": "Es gab ein Problem beim Melden dieses Beitrags.", "modAddCWConfirm": "Bist du sicher, dass du diesem Beitrag eine Inhaltswarnung hinzuf\u00fcgen m\u00f6chtest?", "modCWSuccess": "Inhaltswarnung erfolgreich hinzugef\u00fcgt", - "modRemoveCWConfirm": "Bist du sicher, dass die Inhaltswarnung auf diesem Beitrag entfernt werden soll?", + "modRemoveCWConfirm": "Bist du sicher, dass die Inhaltswarnung f\u00fcr diesen Beitrag entfernt werden soll?", "modRemoveCWSuccess": "Inhaltswarnung erfolgreich entfernt", "modUnlistConfirm": "Bist du sicher, dass du diesen Beitrag nicht listen m\u00f6chtest?", - "modUnlistSuccess": "Beitrag erfolgreich nicht gelistet", + "modUnlistSuccess": "Beitrag aus Timelines entfernt", "modMarkAsSpammerConfirm": "Bist du sicher, dass du diesen Benutzer als Spam markieren m\u00f6chtest? Alle existierenden und zuk\u00fcnftigen Beitr\u00e4ge werden nicht mehr in der Zeitleiste angezeigt und mit einer Inhaltswarnung versehen.", "modMarkAsSpammerSuccess": "Konto erfolgreich als Spammer markiert", "toFollowers": "an die Folgenden", @@ -142,9 +148,23 @@ "add": "Story hinzuf\u00fcgen" }, "timeline": { - "peopleYouMayKnow": "Leute, die du vielleicht kennst" + "peopleYouMayKnow": "Leute, die du vielleicht kennst", + "onboarding": { + "welcome": "Herzlich Willkommen", + "thisIsYourHomeFeed": "Dies ist dein Heim-Feed, ein chronologischer Feed von Beitr\u00e4gen aus den Konten, denen du folgst.", + "letUsHelpYouFind": "Lass uns dir helfen, einige interessante Leute zu finden, denen du folgen kannst", + "refreshFeed": "Feed aktualisieren" + } }, "hashtags": { "emptyFeed": "Wir k\u00f6nnen keine Beitr\u00e4ge mit diesem Hashtag finden" + }, + "report": { + "report": "Melden", + "selectReason": "Einen Grund ausw\u00e4hlen", + "reported": "Gemeldet", + "sendingReport": "Meldung wird gesendet", + "thanksMsg": "Vielen Dank f\u00fcr die Meldung, Leute wie du helfen, unsere Community sicher zu halten!", + "contactAdminMsg": "Wenn du einen Administrator zu diesem Beitrag oder dieser Meldung kontaktieren m\u00f6chtest" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/el.json b/resources/assets/js/i18n/el.json index a28e536a0..7d03b00b7 100644 --- a/resources/assets/js/i18n/el.json +++ b/resources/assets/js/i18n/el.json @@ -10,6 +10,7 @@ "shared": "\u039a\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03ae\u03b8\u03b7\u03ba\u03b5", "shares": "\u039a\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2", "unshare": "\u0391\u03bd\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2", + "bookmark": "\u03a3\u03b5\u03bb\u03b9\u03b4\u03bf\u03b4\u03b5\u03af\u03ba\u03c4\u03b7\u03c2", "cancel": "\u0391\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7", "copyLink": "\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03a3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03bf\u03c5", "delete": "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae", @@ -19,6 +20,10 @@ "other": "\u0386\u03bb\u03bb\u03bf", "readMore": "\u0394\u03b9\u03b1\u03b2\u03ac\u03c3\u03c4\u03b5 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1", "success": "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2", + "proceed": "\u03a3\u03c5\u03bd\u03ad\u03c7\u03b5\u03b9\u03b1", + "next": "\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf", + "close": "\u039a\u03bb\u03b5\u03af\u03c3\u03b9\u03bc\u03bf", + "clickHere": "\u03ba\u03bb\u03b9\u03ba \u03b5\u03b4\u03ce", "sensitive": "\u0395\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03bf", "sensitiveContent": "\u0395\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03bf \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf", "sensitiveContentWarning": "\u0391\u03c5\u03c4\u03ae \u03b7 \u03b4\u03b7\u03bc\u03bf\u03c3\u03af\u03b5\u03c5\u03c3\u03b7 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03b5\u03b9 \u03b5\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03bf \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf" @@ -32,8 +37,8 @@ "admin": "\u03a0\u03af\u03bd\u03b1\u03ba\u03b1\u03c2 \u03b5\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03c9\u03bd \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae", "homeFeed": "\u0391\u03c1\u03c7\u03b9\u03ba\u03ae \u03c1\u03bf\u03ae", "localFeed": "\u03a4\u03bf\u03c0\u03b9\u03ba\u03ae \u03a1\u03bf\u03ae", - "globalFeed": "\u039f\u03bc\u03bf\u03c3\u03c0\u03bf\u03bd\u03b4\u03b9\u03b1\u03ba\u03ae \u03a1\u03bf\u03ae", - "discover": "\u0391\u03bd\u03b1\u03ba\u03b1\u03bb\u03cd\u03c8\u03c4\u03b5", + "globalFeed": "\u039a\u03b1\u03b8\u03bf\u03bb\u03b9\u03ba\u03ae \u03a1\u03bf\u03ae", + "discover": "\u0391\u03bd\u03b1\u03ba\u03ac\u03bb\u03c5\u03c8\u03b7", "directMessages": "\u03a0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ac \u039c\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03b1", "notifications": "\u0395\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2", "groups": "\u039f\u03bc\u03ac\u03b4\u03b5\u03c2", @@ -48,7 +53,7 @@ "language": "\u0393\u03bb\u03ce\u03c3\u03c3\u03b1", "privacy": "\u0399\u03b4\u03b9\u03c9\u03c4\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1", "terms": "\u038c\u03c1\u03bf\u03b9", - "backToPreviousDesign": "Go back to previous design" + "backToPreviousDesign": "\u03a0\u03b7\u03b3\u03b1\u03af\u03bd\u03b5\u03c4\u03b5 \u03c0\u03af\u03c3\u03c9 \u03c3\u03c4\u03bf \u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03cc" }, "directMessages": { "inbox": "\u0395\u03b9\u03c3\u03b5\u03c1\u03c7\u03cc\u03bc\u03b5\u03bd\u03b1", @@ -56,14 +61,14 @@ "requests": "\u0391\u03b9\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1" }, "notifications": { - "liked": "\u03b5\u03c0\u03b9\u03c3\u03ae\u03bc\u03b1\u03bd\u03b5 \u03cc\u03c4\u03b9 \u03c4\u03bf\u03c5 \u03b1\u03c1\u03ad\u03c3\u03b5\u03b9 \u03c4\u03bf", + "liked": "\u03c4\u03bf\u03c5 \u03ac\u03c1\u03b5\u03c3\u03b5", "commented": "\u03c3\u03c7\u03bf\u03bb\u03af\u03b1\u03c3\u03b5 \u03c3\u03c4\u03bf", - "reacted": "\u03b1\u03bd\u03c4\u03ad\u03b4\u03c1\u03b1\u03c3\u03b5 \u03c3\u03c4\u03bf {item} \u03c3\u03b1\u03c2", - "shared": "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b5 \u03c4\u03bf {item} \u03c3\u03b1\u03c2", - "tagged": "\u03c3\u03b1\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c3\u03b5 \u03bc\u03b5 \u03b5\u03c4\u03b9\u03ba\u03ad\u03c4\u03b1 \u03c3\u03b5 \u03bc\u03b9\u03b1 \u03b4\u03b7\u03bc\u03bf\u03c3\u03af\u03b5\u03c5\u03c3\u03b7", + "reacted": "\u03b1\u03bd\u03c4\u03ad\u03b4\u03c1\u03b1\u03c3\u03b5 \u03c3\u03c4\u03bf", + "shared": "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b5 \u03c4\u03bf", + "tagged": "\u03c3\u03b1\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c3\u03b5 \u03bc\u03b5 \u03b5\u03c4\u03b9\u03ba\u03ad\u03c4\u03b1 \u03c3\u03b5", "updatedA": "\u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03ad\u03bd\u03b1", "sentA": "\u03ad\u03c3\u03c4\u03b5\u03b9\u03bb\u03b5 \u03ad\u03bd\u03b1", - "followed": "followed", + "followed": "\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b5", "mentioned": "\u03b1\u03bd\u03b1\u03c6\u03ad\u03c1\u03b8\u03b7\u03ba\u03b5", "you": "\u03b5\u03c3\u03cd", "yourApplication": "\u0397 \u03b1\u03af\u03c4\u03b7\u03c3\u03ae \u03c3\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03c3\u03c5\u03bc\u03bc\u03b5\u03c4\u03bf\u03c7\u03ae", @@ -73,13 +78,14 @@ "groupPost": "\u03bf\u03bc\u03b1\u03b4\u03b9\u03ba\u03ae \u03b4\u03b7\u03bc\u03bf\u03c3\u03af\u03b5\u03c5\u03c3\u03b7", "modlog": "modlog", "post": "\u03b4\u03b7\u03bc\u03bf\u03c3\u03af\u03b5\u03c5\u03c3\u03b7", - "story": "\u03b9\u03c3\u03c4\u03bf\u03c1\u03af\u03b1" + "story": "\u03b9\u03c3\u03c4\u03bf\u03c1\u03af\u03b1", + "noneFound": "\u0394\u03b5 \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b1\u03bd \u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2" }, "post": { "shareToFollowers": "\u039c\u03bf\u03b9\u03c1\u03b1\u03c3\u03c4\u03b5\u03af\u03c4\u03b5 \u03bc\u03b5 \u03c4\u03bf\u03c5\u03c2 \u03b1\u03ba\u03cc\u03bb\u03bf\u03c5\u03b8\u03bf\u03c5\u03c2", - "shareToOther": "Share to other", + "shareToOther": "\u039a\u03bf\u03b9\u03bd\u03ae \u03c7\u03c1\u03ae\u03c3\u03b7 \u03c3\u03b5 \u03ac\u03bb\u03bb\u03bf", "noLikes": "\u0394\u03b5\u03bd \u03c5\u03c0\u03ac\u03c1\u03c7\u03bf\u03c5\u03bd likes \u03b1\u03ba\u03cc\u03bc\u03b1", - "uploading": "\u039c\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7" + "uploading": "\u0393\u03af\u03bd\u03b5\u03c4\u03b1\u03b9 \u03bc\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7" }, "profile": { "posts": "\u0394\u03b7\u03bc\u03bf\u03c3\u03b9\u03b5\u03cd\u03c3\u03b5\u03b9\u03c2", @@ -88,10 +94,10 @@ "admin": "\u0394\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae\u03c2", "collections": "\u03a3\u03c5\u03bb\u03bb\u03bf\u03b3\u03ad\u03c2", "follow": "\u0391\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b5", - "unfollow": "\u0394\u03b9\u03b1\u03ba\u03bf\u03c0\u03ae \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7\u03c2", + "unfollow": "\u0386\u03c1\u03c3\u03b7 \u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7\u03c2", "editProfile": "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03c1\u03bf\u03c6\u03af\u03bb", "followRequested": "\u0391\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03ae\u03c3\u03c4\u03b5 \u03a4\u03bf \u0391\u03af\u03c4\u03b7\u03bc\u03b1", - "joined": "Joined", + "joined": "\u0388\u03b3\u03b9\u03bd\u03b5 \u03bc\u03ad\u03bb\u03bf\u03c2", "emptyCollections": "\u0394\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03b2\u03c1\u03bf\u03cd\u03bc\u03b5 \u03c3\u03c5\u03bb\u03bb\u03bf\u03b3\u03ad\u03c2", "emptyPosts": "\u0394\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03b2\u03c1\u03bf\u03cd\u03bc\u03b5 \u03b4\u03b7\u03bc\u03bf\u03c3\u03b9\u03b5\u03cd\u03c3\u03b5\u03b9\u03c2" }, @@ -104,47 +110,61 @@ "unarchive": "\u0391\u03bd\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7\u03c2", "embed": "\u0395\u03bd\u03c3\u03c9\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7", "selectOneOption": "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03bc\u03af\u03b1 \u03b1\u03c0\u03cc \u03c4\u03b9\u03c2 \u03b1\u03ba\u03cc\u03bb\u03bf\u03c5\u03b8\u03b5\u03c2 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2", - "unlistFromTimelines": "Unlist from Timelines", + "unlistFromTimelines": "\u039a\u03b1\u03c4\u03ac\u03c1\u03b3\u03b7\u03c3\u03b7 \u03b1\u03c0\u03cc \u03a7\u03c1\u03bf\u03bd\u03bf\u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03b1", "addCW": "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03a0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2 \u03a0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5", "removeCW": "\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03a0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2 \u03a0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5", "markAsSpammer": "\u03a3\u03ae\u03bc\u03b1\u03bd\u03c3\u03b7 \u03c9\u03c2 Spammer", - "markAsSpammerText": "Unlist + CW existing and future posts", + "markAsSpammerText": "\u039a\u03b1\u03c4\u03ac\u03c1\u03b3\u03b7\u03c3\u03b7 \u03b1\u03c0\u03cc \u03bb\u03af\u03c3\u03c4\u03b1 + \u03a0\u03a0 \u03c3\u03b5 \u03c5\u03c0\u03ac\u03c1\u03c7\u03bf\u03c5\u03c3\u03b5\u03c2 \u03ba\u03b1\u03b9 \u03bc\u03b5\u03bb\u03bb\u03bf\u03bd\u03c4\u03b9\u03ba\u03ad\u03c2 \u03b4\u03b7\u03bc\u03bf\u03c3\u03b9\u03b5\u03cd\u03c3\u03b5\u03b9\u03c2", "spam": "\u0391\u03bd\u03b5\u03c0\u03b9\u03b8\u03cd\u03bc\u03b7\u03c4\u03b1", "sensitive": "\u0395\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03bf \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf", "abusive": "\u039a\u03b1\u03c4\u03b1\u03c7\u03c1\u03b7\u03c3\u03c4\u03b9\u03ba\u03cc \u03ae \u03b5\u03c0\u03b9\u03b2\u03bb\u03b1\u03b2\u03ad\u03c2", "underageAccount": "\u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03b1\u03bd\u03b7\u03bb\u03af\u03ba\u03bf\u03c5", "copyrightInfringement": "\u03a0\u03b1\u03c1\u03b1\u03b2\u03af\u03b1\u03c3\u03b7 \u03c0\u03bd\u03b5\u03c5\u03bc\u03b1\u03c4\u03b9\u03ba\u03ce\u03bd \u03b4\u03b9\u03ba\u03b1\u03b9\u03c9\u03bc\u03ac\u03c4\u03c9\u03bd", - "impersonation": "Impersonation", + "impersonation": "\u0391\u03c0\u03bf\u03bc\u03af\u03bc\u03b7\u03c3\u03b7", "scamOrFraud": "\u0391\u03bd\u03b5\u03c0\u03b9\u03b8\u03cd\u03bc\u03b7\u03c4\u03bf \u03ae \u03b1\u03c0\u03ac\u03c4\u03b7", "confirmReport": "\u0395\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03af\u03c9\u03c3\u03b7 \u0391\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac\u03c2", - "confirmReportText": "\u0395\u03af\u03c3\u03c4\u03b5 \u03b2\u03ad\u03b2\u03b1\u03b9\u03bf\u03b9 \u03cc\u03c4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03bd\u03b1\u03c6\u03ad\u03c1\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u03b1\u03bd\u03ac\u03c1\u03c4\u03b7\u03c3\u03b7;", + "confirmReportText": "\u03a3\u03af\u03b3\u03bf\u03c5\u03c1\u03b1 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03bd\u03b1\u03c6\u03ad\u03c1\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u03b1\u03bd\u03ac\u03c1\u03c4\u03b7\u03c3\u03b7;", "reportSent": "\u0397 \u0391\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03a3\u03c4\u03ac\u03bb\u03b8\u03b7\u03ba\u03b5!", "reportSentText": "\u0388\u03c7\u03bf\u03c5\u03bc\u03b5 \u03bb\u03ac\u03b2\u03b5\u03b9 \u03bc\u03b5 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1 \u03c4\u03b7\u03bd \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03c3\u03b1\u03c2.", "reportSentError": "\u03a0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03ac\u03c3\u03c4\u03b7\u03ba\u03b5 \u03ad\u03bd\u03b1 \u03c0\u03c1\u03cc\u03b2\u03bb\u03b7\u03bc\u03b1 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03c4\u03b7\u03c2 \u03b1\u03bd\u03ac\u03c1\u03c4\u03b7\u03c3\u03b7\u03c2.", - "modAddCWConfirm": "\u0395\u03af\u03c3\u03c4\u03b5 \u03b2\u03ad\u03b2\u03b1\u03b9\u03bf\u03b9 \u03cc\u03c4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03b5\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03c0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u03b1\u03bd\u03ac\u03c1\u03c4\u03b7\u03c3\u03b7;", + "modAddCWConfirm": "\u03a3\u03af\u03b3\u03bf\u03c5\u03c1\u03b1 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03b5\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03c0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u03b1\u03bd\u03ac\u03c1\u03c4\u03b7\u03c3\u03b7;", "modCWSuccess": "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5", - "modRemoveCWConfirm": "\u0395\u03af\u03c3\u03c4\u03b5 \u03b2\u03ad\u03b2\u03b1\u03b9\u03bf\u03b9 \u03cc\u03c4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03c6\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u03b1\u03bd\u03ac\u03c1\u03c4\u03b7\u03c3\u03b7;", + "modRemoveCWConfirm": "\u03a3\u03af\u03b3\u03bf\u03c5\u03c1\u03b1 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03c6\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u03b1\u03bd\u03ac\u03c1\u03c4\u03b7\u03c3\u03b7;", "modRemoveCWSuccess": "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03c0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5", - "modUnlistConfirm": "Are you sure you want to unlist this post?", - "modUnlistSuccess": "Successfully unlisted post", + "modUnlistConfirm": "\u03a3\u03af\u03b3\u03bf\u03c5\u03c1\u03b1 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03c6\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c0\u03cc \u03c4\u03b7 \u03bb\u03af\u03c3\u03c4\u03b1 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u03b1\u03bd\u03ac\u03c1\u03c4\u03b7\u03c3\u03b7;", + "modUnlistSuccess": "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03ba\u03b1\u03c4\u03ac\u03c1\u03b3\u03b7\u03c3\u03b7 \u03b4\u03b7\u03bc\u03bf\u03c3\u03af\u03b5\u03c5\u03c3\u03b7\u03c2 \u03b1\u03c0\u03cc \u03bb\u03af\u03c3\u03c4\u03b1", "modMarkAsSpammerConfirm": "\u0395\u03af\u03c3\u03c4\u03b5 \u03b2\u03ad\u03b2\u03b1\u03b9\u03bf\u03b9 \u03cc\u03c4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b5\u03c0\u03b9\u03c3\u03b7\u03bc\u03ac\u03bd\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03cc\u03bd \u03c4\u03bf\u03bd \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03c9\u03c2 spammer? \u038c\u03bb\u03b5\u03c2 \u03bf\u03b9 \u03c5\u03c0\u03ac\u03c1\u03c7\u03bf\u03c5\u03c3\u03b5\u03c2 \u03ba\u03b1\u03b9 \u03bc\u03b5\u03bb\u03bb\u03bf\u03bd\u03c4\u03b9\u03ba\u03ad\u03c2 \u03b4\u03b7\u03bc\u03bf\u03c3\u03b9\u03b5\u03cd\u03c3\u03b5\u03b9\u03c2 \u03b4\u03b5\u03bd \u03b8\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c7\u03c9\u03c1\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b1 \u03c7\u03c1\u03bf\u03bd\u03bf\u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03b1 \u03ba\u03b1\u03b9 \u03b8\u03b1 \u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5.", "modMarkAsSpammerSuccess": "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03c3\u03ae\u03bc\u03b1\u03bd\u03c3\u03b7 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03c9\u03c2 spammer", "toFollowers": "\u03c3\u03c4\u03bf\u03c5\u03c2 \u0391\u03ba\u03cc\u03bb\u03bf\u03c5\u03b8\u03bf\u03c5\u03c2", - "showCaption": "Show Caption", + "showCaption": "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039b\u03b5\u03b6\u03ac\u03bd\u03c4\u03b1\u03c2", "showLikes": "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \"\u03bc\u03bf\u03c5 \u03b1\u03c1\u03ad\u03c3\u03b5\u03b9\"", "compactMode": "\u03a3\u03c5\u03bc\u03c0\u03b1\u03b3\u03ae\u03c2 \u039b\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1", - "embedConfirmText": "\u03a7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03b5\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03c9\u03bc\u03ad\u03bd\u03bf, \u03c3\u03c5\u03bc\u03c6\u03c9\u03bd\u03b5\u03af\u03c4\u03b5 \u03bc\u03b5 \u03c4\u03b7\u03bd", - "deletePostConfirm": "\u0395\u03af\u03c3\u03c4\u03b5 \u03b2\u03ad\u03b2\u03b1\u03b9\u03bf\u03b9 \u03cc\u03c4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae\u03bd \u03c4\u03b7\u03bd \u03b1\u03bd\u03ac\u03c1\u03c4\u03b7\u03c3\u03b7;", - "archivePostConfirm": "\u0395\u03af\u03c3\u03c4\u03b5 \u03b2\u03ad\u03b2\u03b1\u03b9\u03bf\u03b9 \u03cc\u03c4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03b5\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u03b1\u03bd\u03ac\u03c1\u03c4\u03b7\u03c3\u03b7;", + "embedConfirmText": "\u03a7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u03b5\u03bd\u03c3\u03c9\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7, \u03c3\u03c5\u03bc\u03c6\u03c9\u03bd\u03b5\u03af\u03c4\u03b5 \u03bc\u03b5", + "deletePostConfirm": "\u03a3\u03af\u03b3\u03bf\u03c5\u03c1\u03b1 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae\u03bd \u03c4\u03b7\u03bd \u03b1\u03bd\u03ac\u03c1\u03c4\u03b7\u03c3\u03b7;", + "archivePostConfirm": "\u03a3\u03af\u03b3\u03bf\u03c5\u03c1\u03b1 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03b5\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u03b1\u03bd\u03ac\u03c1\u03c4\u03b7\u03c3\u03b7;", "unarchivePostConfirm": "\u0395\u03af\u03c3\u03c4\u03b5 \u03b2\u03ad\u03b2\u03b1\u03b9\u03bf\u03b9 \u03cc\u03c4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03c6\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae\u03bd \u03c4\u03b7\u03bd \u03b1\u03bd\u03ac\u03c1\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c0\u03bf \u03c4\u03b7\u03bd \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7;" }, "story": { "add": "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u0399\u03c3\u03c4\u03bf\u03c1\u03af\u03b1\u03c2" }, "timeline": { - "peopleYouMayKnow": "\u0386\u03c4\u03bf\u03bc\u03b1 \u03c0\u03bf\u03c5 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03be\u03ad\u03c1\u03b5\u03c4\u03b5" + "peopleYouMayKnow": "\u0386\u03c4\u03bf\u03bc\u03b1 \u03c0\u03bf\u03c5 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03be\u03ad\u03c1\u03b5\u03c4\u03b5", + "onboarding": { + "welcome": "\u039a\u03b1\u03bb\u03ce\u03c2 \u03ae\u03c1\u03b8\u03b1\u03c4\u03b5", + "thisIsYourHomeFeed": "\u0391\u03c5\u03c4\u03ae \u03b5\u03af\u03bd\u03b1\u03b9 \u03b7 \u03b1\u03c1\u03c7\u03b9\u03ba\u03ae \u03c3\u03bf\u03c5 \u03c1\u03bf\u03ae, \u03bc\u03b9\u03b1 \u03c7\u03c1\u03bf\u03bd\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03ae \u03c1\u03bf\u03ae \u03c4\u03c9\u03bd \u03b4\u03b7\u03bc\u03bf\u03c3\u03b9\u03b5\u03cd\u03c3\u03b5\u03c9\u03bd \u03b1\u03c0\u03cc \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd\u03c2 \u03c0\u03bf\u03c5 \u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03b5\u03af\u03c4\u03b5.", + "letUsHelpYouFind": "\u0391\u03c2 \u03c3\u03b1\u03c2 \u03b2\u03bf\u03b7\u03b8\u03ae\u03c3\u03bf\u03c5\u03bc\u03b5 \u03bd\u03b1 \u03b2\u03c1\u03b5\u03af\u03c4\u03b5 \u03bc\u03b5\u03c1\u03b9\u03ba\u03bf\u03cd\u03c2 \u03b5\u03bd\u03b4\u03b9\u03b1\u03c6\u03ad\u03c1\u03bf\u03bd\u03c4\u03b5\u03c2 \u03b1\u03bd\u03b8\u03c1\u03ce\u03c0\u03bf\u03c5\u03c2 \u03bd\u03b1 \u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03ae\u03c3\u03b5\u03c4\u03b5", + "refreshFeed": "\u0391\u03bd\u03b1\u03bd\u03ad\u03c9\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03c1\u03bf\u03ae\u03c2 \u03bc\u03bf\u03c5" + } }, "hashtags": { "emptyFeed": "\u0394\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03b2\u03c1\u03bf\u03cd\u03bc\u03b5 \u03b4\u03b7\u03bc\u03bf\u03c3\u03b9\u03b5\u03cd\u03c3\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf hashtag" + }, + "report": { + "report": "\u0391\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac", + "selectReason": "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03b1\u03b9\u03c4\u03af\u03b1", + "reported": "\u0391\u03bd\u03b1\u03c6\u03ad\u03c1\u03b8\u03b7\u03ba\u03b5", + "sendingReport": "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac\u03c2", + "thanksMsg": "\u0395\u03c5\u03c7\u03b1\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd\u03bc\u03b5 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac, \u03ac\u03bd\u03b8\u03c1\u03c9\u03c0\u03bf\u03b9 \u03c3\u03b1\u03bd \u03ba\u03b9 \u03b5\u03c3\u03ac\u03c2 \u03b2\u03bf\u03b7\u03b8\u03bf\u03cd\u03bd \u03bd\u03b1 \u03ba\u03c1\u03b1\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03ba\u03bf\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03ac \u03bc\u03b1\u03c2 \u03b1\u03c3\u03c6\u03b1\u03bb\u03ae\u03c2!", + "contactAdminMsg": "\u0391\u03bd \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b5\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03ae\u03c3\u03b5\u03c4\u03b5 \u03bc\u03b5 \u03c4\u03bf \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae \u03b3\u03b9\u03b1 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7 \u03b4\u03b7\u03bc\u03bf\u03c3\u03af\u03b5\u03c5\u03c3\u03b7 \u03ae \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/es.json b/resources/assets/js/i18n/es.json index a5b24ea1e..fcbe4b17f 100644 --- a/resources/assets/js/i18n/es.json +++ b/resources/assets/js/i18n/es.json @@ -1,27 +1,32 @@ { "common": { - "comment": "Comentario", + "comment": "Comentar", "commented": "Comentado", "comments": "Comentarios", "like": "Me gusta", "liked": "Te gusta", - "likes": "Me gustas", + "likes": "Me gusta", "share": "Compartir", "shared": "Compartido", "shares": "Compartidos", "unshare": "No compartir", + "bookmark": "Marcador", "cancel": "Cancelar", "copyLink": "Copiar Enlace", "delete": "Eliminar", "error": "Error", - "errorMsg": "Algo fue mal. Por favor int\u00e9ntelo de nuevo m\u00e1s tarde.", + "errorMsg": "Algo sali\u00f3 mal. Por favor int\u00e9ntalo de nuevo m\u00e1s tarde.", "oops": "Upss!", "other": "Otros", "readMore": "Ver m\u00e1s", "success": "Correcto", + "proceed": "Proceder", + "next": "Siguiente", + "close": "Cerrar", + "clickHere": "haz click aqu\u00ed", "sensitive": "Sensible", "sensitiveContent": "Contenido Sensible", - "sensitiveContentWarning": "Este post podr\u00eda tener contenido sensible" + "sensitiveContentWarning": "Esta publicaci\u00f3n podr\u00eda contener contenido sensible" }, "site": { "terms": "T\u00e9rminos de Uso", @@ -42,7 +47,7 @@ "drive": "Multimedia", "settings": "Ajustes", "compose": "Crear Nuevo", - "logout": "Logout", + "logout": "Cerrar sesi\u00f3n", "about": "Acerca de", "help": "Ayuda", "language": "Idioma", @@ -73,7 +78,8 @@ "groupPost": "publicaci\u00f3n de grupo", "modlog": "modlog", "post": "publicaci\u00f3n", - "story": "historia" + "story": "historia", + "noneFound": "No se han encontrado notificaciones" }, "post": { "shareToFollowers": "Compartir a seguidores", @@ -92,8 +98,8 @@ "editProfile": "Editar Perfil", "followRequested": "Seguimiento Solicitado", "joined": "Se uni\u00f3", - "emptyCollections": "We can't seem to find any collections", - "emptyPosts": "We can't seem to find any posts" + "emptyCollections": "Parece que no podemos encontrar ninguna colecci\u00f3n", + "emptyPosts": "Parece que no podemos encontrar ning\u00fan post" }, "menu": { "viewPost": "Ver Publicaci\u00f3n", @@ -113,8 +119,8 @@ "sensitive": "Contenido Sensible", "abusive": "Abusivo o Da\u00f1ino", "underageAccount": "Cuenta de Menor de Edad", - "copyrightInfringement": "Violaci\u00f3n de Copyright", - "impersonation": "Suplantaci\u00f3n", + "copyrightInfringement": "Infracci\u00f3n de derechos de autor", + "impersonation": "Suplantaci\u00f3n de identidad", "scamOrFraud": "Scam o Fraude", "confirmReport": "Confirmar Reporte", "confirmReportText": "\u00bfSeguro que quieres reportar esta publicaci\u00f3n?", @@ -134,17 +140,31 @@ "showLikes": "Mostrar me gustas", "compactMode": "Modo Compacto", "embedConfirmText": "Usando este incrustado, usted acepta", - "deletePostConfirm": "\u00bfSeguro que desea eliminar esta publicaci\u00f3n?", - "archivePostConfirm": "\u00bfSeguro que desea archivar esta publicaci\u00f3n?", + "deletePostConfirm": "\u00bfSeguro que deseas eliminar esta publicaci\u00f3n?", + "archivePostConfirm": "\u00bfSeguro que deseas archivar esta publicaci\u00f3n?", "unarchivePostConfirm": "\u00bfSeguro que desea desarchivar esta publicaci\u00f3n?" }, "story": { "add": "A\u00f1adir Historia" }, "timeline": { - "peopleYouMayKnow": "Gente que podr\u00edas conocer" + "peopleYouMayKnow": "Personas que quiz\u00e1s conozcas", + "onboarding": { + "welcome": "Bienvenido/a", + "thisIsYourHomeFeed": "Este es tu cronolog\u00eda principal, que muestra de manera cronol\u00f3gica las publicaciones de cuentas que sigues.", + "letUsHelpYouFind": "D\u00e9janos ayudarte a encontrar algunas personas interesantes para seguir", + "refreshFeed": "Actualizar mi cronolog\u00eda" + } }, "hashtags": { - "emptyFeed": "We can't seem to find any posts for this hashtag" + "emptyFeed": "Parece que no podemos encontrar posts para este hashtag" + }, + "report": { + "report": "Reportar", + "selectReason": "Seleccionar un motivo", + "reported": "Reportado", + "sendingReport": "Enviando reporte", + "thanksMsg": "Gracias por el reporte, \u00a1personas como t\u00fa ayudan a mantener nuestra comunidad segura!", + "contactAdminMsg": "Si quieres contactar un administrador sobre esta publicaci\u00f3n o reporte" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/eu.json b/resources/assets/js/i18n/eu.json index 4561c0e7f..1608126f1 100644 --- a/resources/assets/js/i18n/eu.json +++ b/resources/assets/js/i18n/eu.json @@ -10,6 +10,7 @@ "shared": "Partekatuta", "shares": "Partekatze", "unshare": "Utzi partekatzeari", + "bookmark": "Laster-marka", "cancel": "Utzi", "copyLink": "Kopiatu esteka", "delete": "Ezabatu", @@ -18,7 +19,11 @@ "oops": "Ene!", "other": "Bestelakoa", "readMore": "Irakurri gehiago", - "success": "Burutu da", + "success": "Arrakastaz burutu da", + "proceed": "Jarraitu", + "next": "Hurrengoa", + "close": "Itxi", + "clickHere": "klikatu hemen", "sensitive": "Hunkigarria", "sensitiveContent": "Eduki hunkigarria", "sensitiveContentWarning": "Bidalketa honek eduki hunkigarria izan dezake" @@ -30,7 +35,7 @@ "navmenu": { "search": "Bilatu", "admin": "Adminaren panela", - "homeFeed": "Etxeko jarioa", + "homeFeed": "Hasierako jarioa", "localFeed": "Jario lokala", "globalFeed": "Jario globala", "discover": "Aurkitu", @@ -42,7 +47,7 @@ "drive": "Unitatea", "settings": "Ezarpenak", "compose": "Sortu berria", - "logout": "Saioa itxi", + "logout": "Itxi saioa", "about": "Honi buruz", "help": "Laguntza", "language": "Hizkuntza", @@ -57,7 +62,7 @@ }, "notifications": { "liked": "datsegi zure", - "commented": "iruzkindu du zure", + "commented": "-(e)k iruzkindu du zure", "reacted": "-(e)k erantzun egin du zure", "shared": "partekatu du zure", "tagged": "etiketatu zaitu hemen:", @@ -69,11 +74,12 @@ "yourApplication": "Elkartzeko zure eskaera", "applicationApproved": "onartu da!", "applicationRejected": "ez da onartu. Berriz eska dezakezu 6 hilabete barru.", - "dm": "mezu pribatua", + "dm": "mezu zuzena", "groupPost": "talde argitarapena", "modlog": "modloga", "post": "bidalketa", - "story": "istorioa" + "story": "istorioa", + "noneFound": "Ez da jakinarazpenik aurkitu" }, "post": { "shareToFollowers": "Partekatu jarraitzaileei", @@ -90,7 +96,7 @@ "follow": "Jarraitu", "unfollow": "Utzi jarraitzeari", "editProfile": "Editatu profila", - "followRequested": "Jarraitzea eskatuta", + "followRequested": "Jarraitzeko eskaera bidalita", "joined": "Elkartu da", "emptyCollections": "Ez dugu topatu bildumarik", "emptyPosts": "Ez dugu topatu bidalketarik" @@ -100,27 +106,27 @@ "viewProfile": "Ikusi profila", "moderationTools": "Moderazio tresnak", "report": "Salatu", - "archive": "Artxiboa", + "archive": "Artxibatu", "unarchive": "Desartxibatu", "embed": "Kapsulatu", "selectOneOption": "Hautatu aukera hauetako bat", - "unlistFromTimelines": "Denbora-lerroetatik ezkutatu", + "unlistFromTimelines": "Denbora-lerroetatik kendu", "addCW": "Gehitu edukiaren abisua", "removeCW": "Kendu edukiaren abisua", "markAsSpammer": "Markatu zabor-bidaltzaile gisa", "markAsSpammerText": "Ezkutatu + edukiaren abisua jarri etorkizuneko bidalketei", "spam": "Zaborra", "sensitive": "Eduki hunkigarria", - "abusive": "Bortxazko edo Mingarria", + "abusive": "Iraingarri edo mingarria", "underageAccount": "Adin txikiko baten kontua", "copyrightInfringement": "Copyrightaren urraketa", - "impersonation": "Nortasunaren iruzurra", - "scamOrFraud": "Iruzur edo lapurreta", + "impersonation": "Inpersonazioa", + "scamOrFraud": "Iruzur edo maula", "confirmReport": "Berretsi salaketa", "confirmReportText": "Ziur al zaude bidalketa hau salatu nahi duzula?", "reportSent": "Salaketa bidali da", "reportSentText": "Zure salaketa ondo jaso dugu.", - "reportSentError": "Arazo bat egon da bidalketa hau salatzean.", + "reportSentError": "Arazo bat egon da bidalketa hau salatzerakoan.", "modAddCWConfirm": "Ziur al zaude edukiaren abisua jarri nahi duzula bidalketa honetan?", "modCWSuccess": "Edukiaren abisua ondo gehitu da", "modRemoveCWConfirm": "Ziur al zaude edukiaren abisua kendu nahi duzula bidalketa honetarako?", @@ -133,7 +139,7 @@ "showCaption": "Irudiaren azalpena erakutsi", "showLikes": "Erakutsi atsegiteak", "compactMode": "Modu trinkoa", - "embedConfirmText": "Kapsulatze hau erabiliz, onartzen dituzu gure", + "embedConfirmText": "Txertaketa hau erabiliz, onartzen dituzu gure", "deletePostConfirm": "Ziur al zaude bidalketa hau ezabatu nahi duzula?", "archivePostConfirm": "Ziur al zaude bidalketa hau artxibatu nahi duzula?", "unarchivePostConfirm": "Ziur bidalketa hau desartxibatu nahi duzula?" @@ -142,9 +148,23 @@ "add": "Gehitu istorioa" }, "timeline": { - "peopleYouMayKnow": "Ezagutu dezakezun jendea" + "peopleYouMayKnow": "Ezagun dezakezun jendea", + "onboarding": { + "welcome": "Ongi etorri", + "thisIsYourHomeFeed": "Hau da zure hasierako jarioa, jarraitzen dituzun kontuen bidalketen jario kronologikoa.", + "letUsHelpYouFind": "Utz iezaguzu laguntzen jarraitzeko moduko jende interesgarria bilatzen", + "refreshFeed": "Nire jarioa eguneratu" + } }, "hashtags": { "emptyFeed": "Ez dugu topatu traola hau duen bidalketarik" + }, + "report": { + "report": "Salatu", + "selectReason": "Hautatu arrazoia", + "reported": "Salatuta", + "sendingReport": "Salaketa bidaltzen", + "thanksMsg": "Eskerrik asko salaketagatik, zu bezalako jendeak gure komunitatea seguruagoa mantentzen du!", + "contactAdminMsg": "Administratzaile batekin harremanetan jarri nahi baduzu bidalketa edo salaketa honen harira" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/fa.json b/resources/assets/js/i18n/fa.json index 8033bad73..1b18e4c6d 100644 --- a/resources/assets/js/i18n/fa.json +++ b/resources/assets/js/i18n/fa.json @@ -1,24 +1,29 @@ { "common": { - "comment": "\u062f\u06cc\u062f\u06af\u0627\u0647", - "commented": "Commented", - "comments": "\u062f\u06cc\u062f\u06af\u0627\u0647\u200c\u0647\u0627", + "comment": "\u0646\u0638\u0631", + "commented": "\u0646\u0638\u0631 \u062f\u0627\u062f\u0647 \u0634\u062f", + "comments": "\u0646\u0638\u0631", "like": "\u067e\u0633\u0646\u062f", - "liked": "Liked", + "liked": "\u067e\u0633\u0646\u062f\u06cc\u062f\u0647 \u0634\u062f", "likes": "\u067e\u0633\u0646\u062f", "share": "\u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc", - "shared": "Shared", + "shared": "\u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0634\u062f", "shares": "\u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc", - "unshare": "\u0644\u063a\u0648 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc", + "unshare": "\u0646\u0627\u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc", + "bookmark": "\u0646\u0634\u0627\u0646\u06a9", "cancel": "\u0644\u063a\u0648", - "copyLink": "\u0631\u0648\u06af\u0631\u0641\u062a \u067e\u06cc\u0648\u0646\u062f", + "copyLink": "\u0631\u0648\u0646\u0648\u0634\u062a \u0627\u0632 \u067e\u06cc\u0648\u0646\u062f", "delete": "\u062d\u0630\u0641", "error": "\u062e\u0637\u0627", - "errorMsg": "\u0645\u0634\u06a9\u0644\u06cc \u0631\u062e \u062f\u0627\u062f\u0647 \u0627\u0633\u062a. \u0644\u0637\u0641\u0627 \u0628\u0639\u062f\u0627 \u0627\u0645\u062a\u062d\u0627\u0646 \u06a9\u0646\u06cc\u062f.", + "errorMsg": "\u0686\u06cc\u0632\u06cc \u0627\u0634\u062a\u0628\u0627\u0647 \u0634\u062f. \u0644\u0637\u0641\u0627\u064b \u0628\u0639\u062f\u0627\u064b \u062f\u0648\u0628\u0627\u0631\u0647 \u062a\u0644\u0627\u0634 \u06a9\u0646\u06cc\u062f.", "oops": "\u0627\u0648\u0647!", - "other": "\u0633\u0627\u06cc\u0631", - "readMore": "\u0628\u06cc\u0634\u062a\u0631 \u0628\u062e\u0648\u0627\u0646\u06cc\u062f", + "other": "\u062f\u06cc\u06af\u0631", + "readMore": "\u0628\u06cc\u0634\u200c\u062a\u0631 \u0628\u062e\u0648\u0627\u0646\u06cc\u062f", "success": "\u0645\u0648\u0641\u0642", + "proceed": "\u067e\u06cc\u0634\u0631\u0648\u06cc", + "next": "\u0628\u0639\u062f\u06cc", + "close": "\u0628\u0633\u062a\u0646", + "clickHere": "\u0627\u06cc\u0646\u200c\u062c\u0627 \u0631\u0627 \u0628\u0632\u0646\u06cc\u062f", "sensitive": "\u062d\u0633\u0627\u0633", "sensitiveContent": "\u0645\u062d\u062a\u0648\u0627\u06cc \u062d\u0633\u0627\u0633", "sensitiveContentWarning": "\u0627\u06cc\u0646 \u0641\u0631\u0633\u062a\u0647 \u0645\u0645\u06a9\u0646 \u0627\u0633\u062a \u062f\u0627\u0631\u0627\u06cc \u0645\u062d\u062a\u0648\u0627\u06cc \u062d\u0633\u0627\u0633 \u0628\u0627\u0634\u062f" @@ -30,7 +35,7 @@ "navmenu": { "search": "\u062c\u0633\u062a\u062c\u0648", "admin": "\u067e\u06cc\u0634\u062e\u0648\u0627\u0646 \u0645\u062f\u06cc\u0631\u06cc\u062a\u06cc", - "homeFeed": "\u062e\u0637 \u0632\u0645\u0627\u0646\u06cc \u062e\u0627\u0646\u06af\u06cc", + "homeFeed": "\u062e\u0648\u0631\u0627\u06a9 \u062e\u0627\u0646\u0647", "localFeed": "\u062e\u0637 \u0632\u0645\u0627\u0646\u06cc \u0645\u062d\u0644\u06cc", "globalFeed": "\u062e\u0637 \u0632\u0645\u0627\u0646\u06cc \u0633\u0631\u0627\u0633\u0631\u06cc", "discover": "\u0627\u06a9\u062a\u0634\u0627\u0641", @@ -42,17 +47,17 @@ "drive": "Drive", "settings": "\u062a\u0646\u0638\u06cc\u0645\u0627\u062a", "compose": "\u0641\u0631\u0633\u062a\u0647\u0654 \u062c\u062f\u06cc\u062f", - "logout": "Logout", + "logout": "\u062e\u0631\u0648\u062c", "about": "\u062f\u0631\u0628\u0627\u0631\u0647", "help": "\u0631\u0627\u0647\u0646\u0645\u0627", "language": "\u0632\u0628\u0627\u0646", "privacy": "\u062d\u0631\u06cc\u0645 \u062e\u0635\u0648\u0635\u06cc", "terms": "\u0634\u0631\u0627\u06cc\u0637", - "backToPreviousDesign": "\u0628\u0627\u0632\u06af\u0634\u062a \u0628\u0647 \u0637\u0631\u0627\u062d\u06cc \u067e\u06cc\u0634\u06cc\u0646" + "backToPreviousDesign": "\u0628\u0627\u0632\u06af\u0634\u062a \u0628\u0647 \u0637\u0631\u0651\u0627\u062d\u06cc \u067e\u06cc\u0634\u06cc\u0646" }, "directMessages": { - "inbox": "\u0635\u0646\u062f\u0648\u0642 \u062f\u0631\u06cc\u0627\u0641\u062a", - "sent": "\u0641\u0631\u0633\u062a\u0627\u062f\u0647 \u0634\u062f\u0647", + "inbox": "\u0635\u0646\u062f\u0648\u0642 \u0648\u0631\u0648\u062f\u06cc", + "sent": "\u0641\u0631\u0633\u062a\u0627\u062f\u0647", "requests": "\u062f\u0631\u062e\u0648\u0627\u0633\u062a\u200c\u0647\u0627" }, "notifications": { @@ -63,17 +68,18 @@ "tagged": "tagged you in a", "updatedA": "updated a", "sentA": "sent a", - "followed": "followed", - "mentioned": "mentioned", + "followed": "\u067e\u06cc \u06af\u0631\u0641\u062a", + "mentioned": "\u0627\u0634\u0627\u0631\u0647 \u06a9\u0631\u062f", "you": "\u0634\u0645\u0627", - "yourApplication": "\u062f\u0631\u062e\u0648\u0627\u0633\u062a \u0634\u0645\u0627 \u0628\u0631\u0627\u06cc \u067e\u06cc\u0648\u0633\u062a\u0646", + "yourApplication": "\u062f\u0631\u062e\u0648\u0627\u0633\u062a \u067e\u06cc\u0648\u0633\u062a\u0646\u062a\u0627\u0646", "applicationApproved": "\u062a\u0627\u06cc\u06cc\u062f \u0634\u062f!", - "applicationRejected": "\u0631\u062f \u0634\u062f. \u06f6 \u0645\u0627\u0647 \u062f\u06cc\u06af\u0631 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u0645\u062c\u062f\u062f\u0627 \u0627\u0642\u062f\u0627\u0645 \u06a9\u0646\u06cc\u062f.", + "applicationRejected": "\u0631\u062f \u0634\u062f. \u06f6 \u0645\u0627\u0647 \u062f\u06cc\u06af\u0631 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u062f\u0648\u0628\u0627\u0631\u0647 \u062f\u0631\u062e\u0648\u0627\u0633\u062a \u06a9\u0646\u06cc\u062f.", "dm": "dm", "groupPost": "\u0641\u0631\u0633\u062a\u0647\u0654 \u06af\u0631\u0648\u0647\u06cc", "modlog": "modlog", "post": "\u0641\u0631\u0633\u062a\u0647", - "story": "\u062f\u0627\u0633\u062a\u0627\u0646" + "story": "\u062f\u0627\u0633\u062a\u0627\u0646", + "noneFound": "\u0647\u06cc\u0686 \u0622\u06af\u0627\u0647\u06cc\u200c\u0627\u06cc \u067e\u06cc\u062f\u0627 \u0646\u0634\u062f" }, "post": { "shareToFollowers": "\u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0628\u0627 \u062f\u0646\u0628\u0627\u0644\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646", @@ -115,7 +121,7 @@ "underageAccount": "\u062d\u0633\u0627\u0628 \u0632\u06cc\u0631 \u0633\u0646 \u0642\u0627\u0646\u0648\u0646\u06cc", "copyrightInfringement": "\u0646\u0642\u0636 \u0642\u0648\u0627\u0646\u06cc\u0646 \u062d\u0642 \u062a\u06a9\u062b\u06cc\u0631", "impersonation": "\u062c\u0639\u0644 \u0647\u0648\u06cc\u062a", - "scamOrFraud": "Scam or Fraud", + "scamOrFraud": "\u0647\u0631\u0632\u0646\u0627\u0645\u0647 \u06cc\u0627 \u06a9\u0644\u0627\u0647\u200c\u0628\u0631\u062f\u0627\u0631\u06cc", "confirmReport": "\u062a\u0627\u06cc\u06cc\u062f \u06af\u0632\u0627\u0631\u0634", "confirmReportText": "\u0645\u0637\u0645\u0626\u0646\u06cc\u062f \u06a9\u0647 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u0627\u06cc\u0646 \u0641\u0631\u0633\u062a\u0647 \u0631\u0627 \u06af\u0632\u0627\u0631\u0634 \u06a9\u0646\u06cc\u062f\u061f", "reportSent": "\u06af\u0632\u0627\u0631\u0634 \u0641\u0631\u0633\u062a\u0627\u062f\u0647 \u0634\u062f!", @@ -128,7 +134,7 @@ "modUnlistConfirm": "\u0645\u0637\u0645\u0626\u0646\u06cc\u062f \u06a9\u0647 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u0627\u06cc\u0646 \u0641\u0631\u0633\u062a\u0647 \u0631\u0627 \u0628\u0631\u0648\u0646\u200c\u0641\u0647\u0631\u0633\u062a \u06a9\u0646\u06cc\u062f\u061f", "modUnlistSuccess": "\u0641\u0631\u0633\u062a\u0647 \u0628\u0627 \u0645\u0648\u0641\u0642\u06cc\u062a \u0628\u0631\u0648\u0646\u200c\u0641\u0647\u0631\u0633\u062a \u0634\u062f", "modMarkAsSpammerConfirm": "\u0645\u0637\u0645\u0626\u0646\u06cc\u062f \u06a9\u0647 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u0627\u06cc\u0646 \u06a9\u0627\u0631\u0628\u0631 \u0631\u0627 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0647\u0631\u0632\u0646\u0627\u0645\u0647\u200c\u0646\u0648\u06cc\u0633 \u0646\u0634\u0627\u0646\u0647\u200c\u06af\u0630\u0627\u0631\u06cc \u06a9\u0646\u06cc\u062f\u061f \u062a\u0645\u0627\u0645 \u0641\u0631\u0633\u062a\u0647\u200c\u0647\u0627\u06cc \u0645\u0648\u062c\u0648\u062f \u0648 \u0622\u062a\u06cc \u0631\u0648\u06cc \u062e\u0637 \u0632\u0645\u0627\u0646\u06cc \u0628\u0647 \u0635\u0648\u0631\u062a \u0628\u0631\u0648\u0646\u200c\u0641\u0647\u0631\u0633\u062a \u062f\u0631\u0622\u0645\u062f\u0647 \u0648 \u0647\u0634\u062f\u0627\u0631 \u0645\u062d\u062a\u0648\u0627 \u0628\u0631 \u0622\u0646\u200c\u0647\u0627 \u0627\u0639\u0645\u0627\u0644 \u062e\u0648\u0627\u0647\u062f \u0634\u062f.", - "modMarkAsSpammerSuccess": "Successfully marked account as spammer", + "modMarkAsSpammerSuccess": "\u062d\u0633\u0627\u0628 \u0628\u0627 \u0645\u0648\u0641\u0642\u06cc\u062a \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0647\u0631\u0632\u0647\u200c\u067e\u0631\u0627\u06a9\u0646 \u0639\u0644\u0627\u0645\u062a \u062e\u0648\u0631\u062f", "toFollowers": "\u0628\u0647 \u062f\u0646\u0628\u0627\u0644\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646", "showCaption": "\u0646\u0645\u0627\u06cc\u0634 \u062a\u0648\u0636\u06cc\u062d\u0627\u062a", "showLikes": "\u0646\u0645\u0627\u06cc\u0634 \u067e\u0633\u0646\u062f\u0647\u0627", @@ -142,9 +148,23 @@ "add": "\u0627\u0641\u0632\u0648\u062f\u0646 \u062f\u0627\u0633\u062a\u0627\u0646" }, "timeline": { - "peopleYouMayKnow": "\u0627\u0641\u0631\u0627\u062f\u06cc \u06a9\u0647 \u0645\u0645\u06a9\u0646 \u0627\u0633\u062a \u0628\u0634\u0646\u0627\u0633\u06cc\u062f" + "peopleYouMayKnow": "\u0627\u0641\u0631\u0627\u062f\u06cc \u06a9\u0647 \u0645\u0645\u06a9\u0646 \u0627\u0633\u062a \u0628\u0634\u0646\u0627\u0633\u06cc\u062f", + "onboarding": { + "welcome": "\u062e\u0648\u0634 \u0622\u0645\u062f\u06cc\u062f", + "thisIsYourHomeFeed": "\u0627\u06cc\u0646 \u062e\u0648\u0631\u0627\u06a9 \u062e\u0627\u0646\u0647\u200c\u062a\u0627\u0646 \u0627\u0633\u062a. \u062e\u0648\u0631\u0627\u06a9\u06cc \u0632\u0645\u0627\u0646\u200c\u0646\u06af\u0627\u0634\u062a\u0647 \u0627\u0632 \u0641\u0631\u0633\u062a\u0647\u200c\u0647\u0627\u06cc\u062d\u0633\u0627\u0628\u200c\u0647\u0627\u06cc\u06cc \u06a9\u0647 \u067e\u06cc \u0645\u06cc\u200c\u06af\u06cc\u0631\u06cc\u062f.", + "letUsHelpYouFind": "\u0628\u06af\u0630\u0627\u0631\u06cc\u062f \u062f\u0631 \u06cc\u0627\u0641\u062a\u0646 \u0627\u0641\u0631\u0627\u062f \u062c\u0627\u0644\u0628 \u0628\u0631\u0627\u06cc \u067e\u06cc\u200c\u06af\u06cc\u0631\u06cc \u06cc\u0627\u0631\u06cc\u062a\u0627\u0646 \u06a9\u0646\u06cc\u0645", + "refreshFeed": "\u062a\u0627\u0632\u0647\u200c\u0633\u0627\u0632\u06cc \u062e\u0648\u0631\u0627\u06a9\u0645" + } }, "hashtags": { "emptyFeed": "\u0628\u0647 \u0646\u0638\u0631 \u0645\u06cc\u200c\u0631\u0633\u062f \u06a9\u0647 \u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u0645 \u0686\u06cc\u0632\u06cc \u0628\u0631\u0627\u06cc \u0627\u06cc\u0646 \u0647\u0634\u062a\u06af \u067e\u06cc\u062f\u0627 \u06a9\u0646\u06cc\u0645" + }, + "report": { + "report": "\u06af\u0632\u0627\u0631\u0634", + "selectReason": "\u06af\u0632\u06cc\u0646\u0634 \u06cc\u06a9 \u062f\u0644\u06cc\u0644", + "reported": "\u06af\u0632\u0627\u0631\u0634 \u0634\u062f", + "sendingReport": "\u0641\u0631\u0633\u062a\u0627\u062f\u0646 \u06af\u0632\u0627\u0631\u0634", + "thanksMsg": "\u0645\u0645\u0646\u0648\u0646 \u0627\u0632 \u06af\u0632\u0627\u0631\u0634. \u0627\u0641\u0631\u0627\u062f\u06cc \u0686\u0648\u0646 \u0634\u0645\u0627 \u0627\u062c\u062a\u0645\u0627\u0639\u0645\u0627\u0646 \u0631\u0627 \u0627\u0645\u0646 \u0646\u06af\u0647 \u0645\u06cc\u200c\u062f\u0627\u0631\u0646\u062f!", + "contactAdminMsg": "\u0627\u06af\u0631 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u062f\u0631 \u0628\u0627\u0631\u0647\u062e\u200c\u0627\u06cc \u0627\u06cc\u0646 \u0641\u0631\u0633\u062a\u0647 \u06cc\u0627 \u06af\u0632\u0627\u0631\u0634 \u0628\u0627 \u0645\u062f\u06cc\u0631\u06cc \u062f\u0631 \u062a\u0645\u0627\u0633 \u0628\u0627\u0634\u06cc\u062f" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/fi.json b/resources/assets/js/i18n/fi.json index 1acb08636..1f9fa01d6 100644 --- a/resources/assets/js/i18n/fi.json +++ b/resources/assets/js/i18n/fi.json @@ -1,63 +1,68 @@ { "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" + "comment": "Kommentti", + "commented": "Kommentoitu", + "comments": "Kommentit", + "like": "Tykk\u00e4\u00e4", + "liked": "Tyk\u00e4tty", + "likes": "Tykk\u00e4ykset", + "share": "Jaa", + "shared": "Jaettu", + "shares": "Jaot", + "unshare": "Peru jakaminen", + "bookmark": "Bookmark", + "cancel": "Peruuta", + "copyLink": "Kopioi linkki", + "delete": "Poista", + "error": "Virhe", + "errorMsg": "Jokin meni pieleen. Yrit\u00e4 my\u00f6hemmin uudelleen.", + "oops": "Oho!", + "other": "Muu", + "readMore": "Lue lis\u00e4\u00e4", + "success": "Onnistui", + "proceed": "Proceed", + "next": "Next", + "close": "Close", + "clickHere": "click here", + "sensitive": "Sensitiivinen", + "sensitiveContent": "Sensitiivinen sis\u00e4lt\u00f6", + "sensitiveContentWarning": "T\u00e4m\u00e4 julkaisu saattaa sis\u00e4lt\u00e4\u00e4 sensitiivist\u00e4 sis\u00e4lt\u00f6\u00e4" }, "site": { - "terms": "Terms of Use", - "privacy": "Privacy Policy" + "terms": "K\u00e4ytt\u00f6ehdot", + "privacy": "Tietosuojak\u00e4yt\u00e4nt\u00f6" }, "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", - "logout": "Logout", - "about": "About", - "help": "Help", - "language": "Language", - "privacy": "Privacy", - "terms": "Terms", - "backToPreviousDesign": "Go back to previous design" + "search": "Hae", + "admin": "Yll\u00e4pit\u00e4j\u00e4n hallintapaneeli", + "homeFeed": "Kotisy\u00f6te", + "localFeed": "Paikallinen sy\u00f6te", + "globalFeed": "Maailmanlaajuinen sy\u00f6te", + "discover": "Tutustu", + "directMessages": "Yksityisviestit", + "notifications": "Ilmoitukset", + "groups": "Ryhm\u00e4t", + "stories": "Tarinat", + "profile": "Profiili", + "drive": "Asema", + "settings": "Asetukset", + "compose": "Luo uusi", + "logout": "Kirjaudu ulos", + "about": "Tietoja", + "help": "Ohje", + "language": "Kieli", + "privacy": "Yksityisyys", + "terms": "Ehdot", + "backToPreviousDesign": "Palaa aiempaan ulkoasuun" }, "directMessages": { - "inbox": "Inbox", - "sent": "Sent", - "requests": "Requests" + "inbox": "Saapuneet", + "sent": "L\u00e4hetetty", + "requests": "Pyynn\u00f6t" }, "notifications": { - "liked": "liked your", - "commented": "commented on your", + "liked": "tykk\u00e4si sinun", + "commented": "kommentoi sinun", "reacted": "reacted to your", "shared": "shared your", "tagged": "tagged you in a", @@ -73,7 +78,8 @@ "groupPost": "group post", "modlog": "modlog", "post": "post", - "story": "story" + "story": "story", + "noneFound": "No notifications found" }, "post": { "shareToFollowers": "Share to followers", @@ -113,38 +119,52 @@ "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?" + "copyrightInfringement": "Tekij\u00e4noikeusloukkaus", + "impersonation": "V\u00e4\u00e4rennetty henkil\u00f6llisyys", + "scamOrFraud": "Huijaus tai petos", + "confirmReport": "Vahvista ilmianto", + "confirmReportText": "Oletko varma, ett\u00e4 haluat ilmiantaa t\u00e4m\u00e4n viestin?", + "reportSent": "Ilmoitus l\u00e4hetetty!", + "reportSentText": "Saimme ilmoituksesi.", + "reportSentError": "Julkaisun ilmianto ep\u00e4onnistui.", + "modAddCWConfirm": "Haluatko varmasti lis\u00e4t\u00e4 sis\u00e4lt\u00f6varoituksen t\u00e4h\u00e4n julkaisuun?", + "modCWSuccess": "Sis\u00e4lt\u00f6varoitus lis\u00e4tty onnistuneesti", + "modRemoveCWConfirm": "Haluatko varmasti poistaa julkaisun sis\u00e4lt\u00f6varoituksen?", + "modRemoveCWSuccess": "Sis\u00e4lt\u00f6varoitus poistettu", + "modUnlistConfirm": "Haluatko varmasti piilottaa julkaisun?", + "modUnlistSuccess": "Julkaisu piilotettu onnistuneesti", + "modMarkAsSpammerConfirm": "Haluatko varmasti merkit\u00e4 k\u00e4ytt\u00e4j\u00e4n roskapostittajaksi? Kaikki nykyiset ja tulevat julkaisut saavat sis\u00e4lt\u00f6varoituksen ja julkaisut piilotetaan julkisilta aikajanoilta.", + "modMarkAsSpammerSuccess": "Tili merkitty roskapostittajaksi", + "toFollowers": "seuraajille", + "showCaption": "N\u00e4yt\u00e4 kuvaus", + "showLikes": "N\u00e4yt\u00e4 tykk\u00e4ykset", + "compactMode": "Kompakti tila", + "embedConfirmText": "K\u00e4ytt\u00e4m\u00e4ll\u00e4 upotusta, hyv\u00e4ksyt", + "deletePostConfirm": "Haluatko varmasti poistaa julkaisun?", + "archivePostConfirm": "Haluatko varmasti arkistoida julkaisun?", + "unarchivePostConfirm": "Haluatko varmasti peruuttaa julkaisun arkistoinnin?" }, "story": { - "add": "Add Story" + "add": "Lis\u00e4\u00e4 tarina" }, "timeline": { - "peopleYouMayKnow": "People you may know" + "peopleYouMayKnow": "People you may know", + "onboarding": { + "welcome": "Welcome", + "thisIsYourHomeFeed": "This is your home feed, a chronological feed of posts from accounts you follow.", + "letUsHelpYouFind": "Let us help you find some interesting people to follow", + "refreshFeed": "Refresh my feed" + } }, "hashtags": { "emptyFeed": "We can't seem to find any posts for this hashtag" + }, + "report": { + "report": "Report", + "selectReason": "Select a reason", + "reported": "Reported", + "sendingReport": "Sending report", + "thanksMsg": "Thanks for the report, people like you help keep our community safe!", + "contactAdminMsg": "If you'd like to contact an administrator about this post or report" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/fr.json b/resources/assets/js/i18n/fr.json index 925028a2c..bf9af15af 100644 --- a/resources/assets/js/i18n/fr.json +++ b/resources/assets/js/i18n/fr.json @@ -10,18 +10,23 @@ "shared": "Partag\u00e9", "shares": "Partages", "unshare": "Ne plus partager", + "bookmark": "Marque-page", "cancel": "Annuler", "copyLink": "Copier le lien", "delete": "Supprimer", "error": "Erreur", "errorMsg": "Une erreur est survenue. Veuillez r\u00e9essayer plus tard.", - "oops": "Zut !", + "oops": "Oups\u00a0!", "other": "Autre", "readMore": "En savoir plus", - "success": "Op\u00e9ration r\u00e9ussie", + "success": "Succ\u00e8s", + "proceed": "Continuer", + "next": "Suivant", + "close": "Fermer", + "clickHere": "cliquez ici", "sensitive": "Sensible", "sensitiveContent": "Contenu sensible", - "sensitiveContentWarning": "Le contenu de ce message peut \u00eatre sensible" + "sensitiveContentWarning": "Le contenu de cette publication peut \u00eatre sensible" }, "site": { "terms": "Conditions d'utilisation", @@ -30,9 +35,9 @@ "navmenu": { "search": "Chercher", "admin": "Tableau de bord d'administration", - "homeFeed": "Fil principal", - "localFeed": "Fil local", - "globalFeed": "Fil global", + "homeFeed": "Flux principal", + "localFeed": "Flux local", + "globalFeed": "Flux global", "discover": "D\u00e9couvrir", "directMessages": "Messages Priv\u00e9s", "notifications": "Notifications", @@ -42,7 +47,7 @@ "drive": "M\u00e9diath\u00e8que", "settings": "Param\u00e8tres", "compose": "Publier", - "logout": "Logout", + "logout": "D\u00e9connexion", "about": "\u00c0 propos", "help": "Aide", "language": "Langue", @@ -73,7 +78,8 @@ "groupPost": "publication de groupe", "modlog": "journal de mod\u00e9ration", "post": "publication", - "story": "story" + "story": "story", + "noneFound": "Aucune notification trouv\u00e9e" }, "post": { "shareToFollowers": "Partager avec ses abonn\u00e9\u00b7e\u00b7s", @@ -90,10 +96,10 @@ "follow": "S'abonner", "unfollow": "Se d\u00e9sabonner", "editProfile": "Modifier votre profil", - "followRequested": "Demande d'abonnement", + "followRequested": "Demande d'abonnement faite", "joined": "A rejoint", "emptyCollections": "Aucune collection ne semble exister", - "emptyPosts": "Aucune publication ne semble exister" + "emptyPosts": "Il semble n\u2019y avoir aucune publication" }, "menu": { "viewPost": "Voir la publication", @@ -108,7 +114,7 @@ "addCW": "Ajouter un avertissement de contenu", "removeCW": "Enlever l\u2019avertissement de contenu", "markAsSpammer": "Marquer comme spammeur\u00b7euse", - "markAsSpammerText": "Retirer + avertissements pour les contenus existants et futurs", + "markAsSpammerText": "Retirer des flux + ajouter un avertissement de contenu pour les publications existantes et futures", "spam": "Ind\u00e9sirable", "sensitive": "Contenu sensible", "abusive": "Abusif ou pr\u00e9judiciable", @@ -126,7 +132,7 @@ "modRemoveCWConfirm": "\u00cates-vous s\u00fbr\u00b7e de vouloir supprimer l'avertissement de contenu sur cette publication ?", "modRemoveCWSuccess": "Avertissement de contenu supprim\u00e9 avec succ\u00e8s", "modUnlistConfirm": "\u00cates-vous s\u00fbr\u00b7e de vouloir retirer cette publication des flux ?", - "modUnlistSuccess": "Publication retir\u00e9e des fils avec succ\u00e8s", + "modUnlistSuccess": "Publication retir\u00e9e des flux avec succ\u00e8s", "modMarkAsSpammerConfirm": "\u00cates-vous s\u00fbr\u00b7e de vouloir marquer cet utilisateur\u00b7rice comme spammeur\u00b7euse ? Toutes les publications existantes et futures seront retir\u00e9es des flux et un avertissement de contenu sera appliqu\u00e9.", "modMarkAsSpammerSuccess": "Compte marqu\u00e9 avec succ\u00e8s comme spammeur", "toFollowers": "aux abonn\u00e9\u00b7e\u00b7s", @@ -142,9 +148,23 @@ "add": "Ajouter une story" }, "timeline": { - "peopleYouMayKnow": "Connaissances possibles" + "peopleYouMayKnow": "Connaissances possibles", + "onboarding": { + "welcome": "Bienvenue", + "thisIsYourHomeFeed": "Ceci est votre flux personnel, un flux chronologique des publications de comptes que vous suivez.", + "letUsHelpYouFind": "Laissez-nous vous aider \u00e0 trouver des personnes int\u00e9ressantes \u00e0 suivre", + "refreshFeed": "Actualiser mon flux" + } }, "hashtags": { "emptyFeed": "Aucune publication ne semble exister pour ce hashtag" + }, + "report": { + "report": "Signaler", + "selectReason": "S\u00e9lectionner un motif", + "reported": "Signal\u00e9", + "sendingReport": "Envoi du signalement", + "thanksMsg": "Merci pour votre signalement, les gens comme vous aident \u00e0 assurer la s\u00e9curit\u00e9 de notre communaut\u00e9 !", + "contactAdminMsg": "Si vous souhaitez contacter un\u00b7e administrateur\u00b7trice \u00e0 propos de cette publication ou de ce signalement" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/gd.json b/resources/assets/js/i18n/gd.json index 112a79ded..420f637d8 100644 --- a/resources/assets/js/i18n/gd.json +++ b/resources/assets/js/i18n/gd.json @@ -1,150 +1,170 @@ { "common": { "comment": "Beachd", - "commented": "Commented", - "comments": "Comments", - "like": "Like", - "liked": "Liked", - "likes": "Likes", + "commented": "Beachd ris", + "comments": "Beachdan", + "like": "Cuir ris na h-annsachdan", + "liked": "\u2019Na annsachd", + "likes": "Na h-annsachdan", "share": "Co-roinn", - "shared": "Shared", - "shares": "Shares", - "unshare": "Unshare", + "shared": "\u2019Ga cho-roinneadh", + "shares": "\u2019Ga cho-roinneadh", + "unshare": "Na co-roinn tuilleadh", + "bookmark": "Comharra-l\u00ecn", "cancel": "Sguir dheth", "copyLink": "D\u00e8an lethbhreac dhen cheangal", "delete": "Sguab \u00e0s", "error": "Mearachd", - "errorMsg": "Something went wrong. Please try again later.", + "errorMsg": "Chaidh rudeigin ce\u00e0rr. Feuch ris a-rithist an ceann greis.", "oops": "\u00ccoc!", - "other": "Other", - "readMore": "Read more", - "success": "Success", + "other": "Eile", + "readMore": "Leugh an c\u00f2rr", + "success": "Chaidh leis", + "proceed": "Lean air adhart", + "next": "Air adhart", + "close": "D\u00f9in", + "clickHere": "briog an-seo", "sensitive": "Frionasach", "sensitiveContent": "Susbaint fhrionasach", - "sensitiveContentWarning": "This post may contain sensitive content" + "sensitiveContentWarning": "Dh\u2019fhaoidte gu bheil susbaint fhrionasach sa phost seo" }, "site": { - "terms": "Terms of Use", - "privacy": "Privacy Policy" + "terms": "Teirmichean a\u2019 chleachdaidh", + "privacy": "Poileasaidh pr\u00ecobhaideachd" }, "navmenu": { "search": "Lorg", - "admin": "Admin Dashboard", + "admin": "Deas-bh\u00f2rd na rianachd", "homeFeed": "Inbhir na dachaigh", "localFeed": "Inbhir ionadail", - "globalFeed": "Global Feed", - "discover": "Discover", - "directMessages": "Direct Messages", + "globalFeed": "Inbhir co-naisgte", + "discover": "Fidir", + "directMessages": "Teachdaireachdan d\u00ecreach", "notifications": "Brathan", "groups": "Buidhnean", "stories": "Sgeulan", "profile": "Pr\u00f2ifil", "drive": "Draibh", "settings": "Roghainnean", - "compose": "Cruthaich fear \u00f9r", - "logout": "Logout", + "compose": "Cruthaich", + "logout": "Cl\u00e0raich a-mach", "about": "Mu dh\u00e8idhinn", "help": "Cobhair", "language": "C\u00e0nan", "privacy": "Pr\u00ecobhaideachd", "terms": "Teirmichean", - "backToPreviousDesign": "Go back to previous design" + "backToPreviousDesign": "Till dhan cho-dhealbhachd roimhpe" }, "directMessages": { "inbox": "Am bogsa a-steach", - "sent": "Sent", + "sent": "Air a chur", "requests": "Iarrtasan" }, "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", + "liked": "\u2013 chuir iad seo uat ris na h-annsachdan aca:", + "commented": "\u2013 thug iad beachd air seo uat:", + "reacted": "\u2013 fhreagair iad ri seo uat:", + "shared": "\u2013 cho-roinn iad seo uat:", + "tagged": "\u2013 thug iad iomradh ort ann a sheo:", + "updatedA": "\u2013 dh\u2019\u00f9raich iad", + "sentA": "\u2013 chuir iad", + "followed": "\u2013 lean iad:", + "mentioned": "\u2013 thug iad iomradh air:", + "you": "thusa", + "yourApplication": "Tha an t-iarrtas agad air ballrachd air a", + "applicationApproved": "ghabhail ris!", + "applicationRejected": "dhi\u00f9ltadh. \u2019S urrainn dhut iarrtas air ballrachd a chur a-steach a-rithist \u00e0s d\u00e8idh 6 m\u00ecosan.", + "dm": "teachdaireachd dh\u00ecreach", + "groupPost": "post buidhinn", + "modlog": "loga nam maor", "post": "post", - "story": "sgeul" + "story": "sgeul", + "noneFound": "Cha deach brath a lorg" }, "post": { - "shareToFollowers": "Share to followers", - "shareToOther": "Share to other", - "noLikes": "No likes yet", - "uploading": "Uploading" + "shareToFollowers": "Co-roinn leis an luchd-leantainn", + "shareToOther": "Co-roinn le c\u00e0ch", + "noLikes": "Chan eil seo \u2019na annsachd fhathast", + "uploading": "\u2019Ga luchdadh suas" }, "profile": { - "posts": "Posts", - "followers": "Followers", - "following": "Following", - "admin": "Admin", + "posts": "Postaichean", + "followers": "Luchd-leantainn", + "following": "A\u2019 leantainn", + "admin": "Rianaire", "collections": "Cruinneachaidhean", - "follow": "Lean air", - "unfollow": "Unfollow", + "follow": "Lean", + "unfollow": "Na lean tuilleadh", "editProfile": "Deasaich a\u2019 phr\u00f2ifil", - "followRequested": "Follow Requested", - "joined": "Joined", - "emptyCollections": "We can't seem to find any collections", - "emptyPosts": "We can't seem to find any posts" + "followRequested": "Iarrar leantainn", + "joined": "Air ballrachd fhaighinn", + "emptyCollections": "Cha do lorg sinn cruinneachadh sam bith", + "emptyPosts": "Cha do lorg sinn post sam bith" }, "menu": { "viewPost": "Seall am post", "viewProfile": "Seall a\u2019 phr\u00f2ifil", "moderationTools": "Innealan na maorsainneachd", - "report": "Report", - "archive": "Archive", - "unarchive": "Unarchive", + "report": "D\u00e8an gearan", + "archive": "Tasglannaich", + "unarchive": "Thoir \u00e0s an tasg-lann", "embed": "Leabaich", "selectOneOption": "Tagh t\u00e8 dhe na roghainnean seo", - "unlistFromTimelines": "Unlist from Timelines", + "unlistFromTimelines": "Falaich o loidhnichean-ama", "addCW": "Cuir rabhadh susbainte ris", "removeCW": "Thoir air falbh an rabhadh susbainte", "markAsSpammer": "Cuir comharra gur e spamair a th\u2019 ann", - "markAsSpammerText": "Unlist + CW existing and future posts", + "markAsSpammerText": "Falaich o loidhnichean-ama \u204a cuir comharra na frionasachd ri postaichean a tha ann \u2019s ri teachd", "spam": "Spama", "sensitive": "Susbaint fhrionasach", - "abusive": "Abusive or Harmful", - "underageAccount": "Underage Account", - "copyrightInfringement": "Copyright Infringement", - "impersonation": "Impersonation", - "scamOrFraud": "Scam or Fraud", + "abusive": "Droch-dh\u00ecolach no cronail", + "underageAccount": "Cunntas fo-aoisich", + "copyrightInfringement": "Briseadh a-steach air c\u00f2ir-lethbhreac", + "impersonation": "Ann an riochd cuideigin eile", + "scamOrFraud": "Cleas-meallaidh no foill", "confirmReport": "Dearbh an gearan", - "confirmReportText": "Are you sure you want to report this post?", + "confirmReportText": "A bheil thu cinnteach gu bheil thu airson gearan a dh\u00e8anamh mun phost seo?", "reportSent": "Chaidh an gearan a chur!", "reportSentText": "Fhuair sinn do ghearan.", - "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", + "reportSentError": "Thachair duilgheadas le gearan a dh\u00e8anamh mun phost seo.", + "modAddCWConfirm": "A bheil thu cinnteach gu bheil thu airson rabhadh susbainte a chur ris a\u2019 phost seo?", + "modCWSuccess": "Chaidh rabhadh susbainte a chur ris", + "modRemoveCWConfirm": "A bheil thu cinnteach gu bheil thu airson an rabhadh susbainte a thoirt air falbh on phost seo?", + "modRemoveCWSuccess": "Chaidh an rabhadh susbainte a thoirt air falbh", + "modUnlistConfirm": "A bheil thu cinnteach gu bheil thu airson am post seo fhalach o liostaichean?", + "modUnlistSuccess": "Chaidh am post fhalach o liostaichean", + "modMarkAsSpammerConfirm": "A bheil tu cinnteach gu bheil thu comharra an spamair a chur ris a\u2019 cleachdaiche seo? Th\u00e8id gach post a tha ann is postaichean ri teachd fhalach o loidhnichean-ama agus rabadh susbainte a chur riutha.", + "modMarkAsSpammerSuccess": "Chaidh comharra an spamair a chur ris a\u2019 chunntas", + "toFollowers": "dhan luchd-leantainn", "showCaption": "Seall am fo-thiotal", - "showLikes": "Show Likes", - "compactMode": "Compact Mode", - "embedConfirmText": "By using this embed, you agree to our", + "showLikes": "Seal na h-annsachdan", + "compactMode": "Am modh d\u00f9mhlaichte", + "embedConfirmText": "Nuair a chleachdas tu an leabachadh seo, aontaichidh tu ri", "deletePostConfirm": "A bheil thu cinnteach gu bheil thu airson am post seo a sguabadh \u00e0s?", "archivePostConfirm": "A bheil thu cinnteach gu bheil thu airson am post seo a chur dhan tasg-lann?", - "unarchivePostConfirm": "Are you sure you want to unarchive this post?" + "unarchivePostConfirm": "A bheil thu cinnteach gu bheil thu airson am post seo a thoirt \u00e0s an tasg-lann?" }, "story": { "add": "Cuir sgeul ris" }, "timeline": { - "peopleYouMayKnow": "People you may know" + "peopleYouMayKnow": "Daoine as aithne dhut \u2019s d\u00f2cha", + "onboarding": { + "welcome": "F\u00e0ilte ort", + "thisIsYourHomeFeed": "Seo inbhir na dachaigh agad a sheallas na postaichean o na cunntasan a leanas tu dhut, a-r\u00e8ir an ama.", + "letUsHelpYouFind": "An cuidich sinn thu ach an lorg thu daoine inntinneach ri an leantainn?", + "refreshFeed": "Ath-nuadhaich an t-inbhir agam" + } }, "hashtags": { - "emptyFeed": "We can't seem to find any posts for this hashtag" + "emptyFeed": "Cha do lorg sinn post sam bith dhan taga hais seo" + }, + "report": { + "report": "D\u00e8an gearan", + "selectReason": "Tagh adhbhar", + "reported": "Chaidh gearan a dh\u00e8anamh", + "sendingReport": "A\u2019 cur a\u2019 ghearain", + "thanksMsg": "M\u00f2ran taing airson gearan a dh\u00e8anamh, cuidichidh daoine mar a tha thu fh\u00e8in ach an cumamaid ar coimhearsnachd s\u00e0bhailte!", + "contactAdminMsg": "Nam bu toigh leat fios a chur gu rianaire mun post no ghearan seo" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/gl.json b/resources/assets/js/i18n/gl.json index 68b685273..43902057f 100644 --- a/resources/assets/js/i18n/gl.json +++ b/resources/assets/js/i18n/gl.json @@ -10,6 +10,7 @@ "shared": "Compartiu", "shares": "Compartido", "unshare": "Non compartir", + "bookmark": "Marcar", "cancel": "Cancelar", "copyLink": "Copiar ligaz\u00f3n", "delete": "Eliminar", @@ -19,6 +20,10 @@ "other": "Outro", "readMore": "Ler m\u00e1is", "success": "\u00c9xito", + "proceed": "Proceder", + "next": "Seguinte", + "close": "Pechar", + "clickHere": "preme aqu\u00ed", "sensitive": "Sensible", "sensitiveContent": "Contido sensible", "sensitiveContentWarning": "Esta publicaci\u00f3n pode conter contido sensible" @@ -42,7 +47,7 @@ "drive": "Drive", "settings": "Axustes", "compose": "Crear Nova", - "logout": "Logout", + "logout": "Sa\u00edr", "about": "Acerca de", "help": "Axuda", "language": "Idioma", @@ -63,17 +68,18 @@ "tagged": "etiquetoute nunca", "updatedA": "actualizou unha", "sentA": "enviou unha", - "followed": "seguiu", - "mentioned": "mencionou", - "you": "you", + "followed": "seguiute", + "mentioned": "mencionoute", + "you": "ti", "yourApplication": "A t\u00faa solicitude para unirte", "applicationApproved": "foi aprobada!", "applicationRejected": "for rexeitada. Podes volver a solicitar unirte en 6 meses.", "dm": "md", - "groupPost": "group post", + "groupPost": "publicaci\u00f3n grupal", "modlog": "modlog", "post": "publicaci\u00f3n", - "story": "historia" + "story": "historia", + "noneFound": "Non hai notificaci\u00f3ns" }, "post": { "shareToFollowers": "Compartir a seguidores", @@ -92,8 +98,8 @@ "editProfile": "Editar perfil", "followRequested": "Seguimento pedido", "joined": "Uniuse", - "emptyCollections": "We can't seem to find any collections", - "emptyPosts": "We can't seem to find any posts" + "emptyCollections": "Non podemos atopar ningunha colecci\u00f3n", + "emptyPosts": "Non podemos atopar ningunha publicaci\u00f3n" }, "menu": { "viewPost": "Ver publicaci\u00f3n", @@ -142,9 +148,23 @@ "add": "Engadir historia" }, "timeline": { - "peopleYouMayKnow": "Xente que podes co\u00f1ecer" + "peopleYouMayKnow": "Xente que podes co\u00f1ecer", + "onboarding": { + "welcome": "Benvido/a", + "thisIsYourHomeFeed": "Esta \u00e9 a t\u00faa cronolox\u00eda de inicio, formada por publicaci\u00f3ns en orde cronol\u00f3xica das contas que segues.", + "letUsHelpYouFind": "Deixa que che axudemos a atopar xente interesante que seguir", + "refreshFeed": "Actualiza a cronolox\u00eda" + } }, "hashtags": { - "emptyFeed": "We can't seem to find any posts for this hashtag" + "emptyFeed": "Non podemos atopar ningunha publicaci\u00f3n con este cancelo" + }, + "report": { + "report": "Denunciar", + "selectReason": "Elixe unha raz\u00f3n", + "reported": "Denunciado", + "sendingReport": "Enviando a denuncia", + "thanksMsg": "Grazas pola denuncia e axudarnos a manter segura a comunidade!", + "contactAdminMsg": "Se queres contactar coa administraci\u00f3n acerca desta publicaci\u00f3n ou denuncia" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/he.json b/resources/assets/js/i18n/he.json index c434c9eb7..ceefac458 100644 --- a/resources/assets/js/i18n/he.json +++ b/resources/assets/js/i18n/he.json @@ -10,6 +10,7 @@ "shared": "\u05e9\u05d9\u05ea\u05e4\u05d5", "shares": "\u05e9\u05d9\u05ea\u05d5\u05e4\u05d9\u05dd", "unshare": "\u05d1\u05d9\u05d8\u05d5\u05dc-\u05e9\u05d9\u05ea\u05d5\u05e3", + "bookmark": "\u05e9\u05de\u05d9\u05e8\u05d4", "cancel": "\u05d1\u05d9\u05d8\u05d5\u05dc", "copyLink": "\u05d4\u05e2\u05ea\u05e7 \u05e7\u05d9\u05e9\u05d5\u05e8", "delete": "\u05de\u05d7\u05e7", @@ -19,6 +20,10 @@ "other": "\u05d0\u05d7\u05e8", "readMore": "\u05e7\u05e8\u05d0 \u05e2\u05d5\u05d3", "success": "\u05d4\u05e6\u05dc\u05d7\u05d4", + "proceed": "\u05d4\u05de\u05e9\u05da", + "next": "\u05d4\u05d1\u05d0", + "close": "\u05e1\u05d2\u05d5\u05e8", + "clickHere": "\u05dc\u05d7\u05e5 \u05db\u05d0\u05df", "sensitive": "\u05e8\u05d2\u05d9\u05e9", "sensitiveContent": "\u05ea\u05d5\u05db\u05df \u05e8\u05d2\u05d9\u05e9", "sensitiveContentWarning": "\u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4 \u05e2\u05dc\u05d5\u05dc \u05dc\u05d4\u05db\u05d9\u05dc \u05ea\u05d5\u05db\u05df \u05e8\u05d2\u05d9\u05e9" @@ -63,7 +68,7 @@ "tagged": "\u05ea\u05d9\u05d9\u05d2\u05d5 \u05d0\u05d5\u05ea\u05da \u05d1\u05ea\u05d5\u05da", "updatedA": "\u05e2\u05d3\u05db\u05e0\u05d5", "sentA": "\u05e9\u05dc\u05d7\u05d5", - "followed": "\u05e2\u05d5\u05e7\u05d1\u05d9\u05dd", + "followed": "\u05e2\u05e7\u05d1\u05d5", "mentioned": "\u05e6\u05d9\u05d9\u05e0\u05d5", "you": "\u05d0\u05ea\u05db\u05dd", "yourApplication": "\u05d1\u05e7\u05e9\u05ea\u05db\u05dd \u05dc\u05d4\u05e6\u05d8\u05e8\u05e4\u05d5\u05ea", @@ -73,7 +78,8 @@ "groupPost": "\u05e4\u05d5\u05e1\u05d8 \u05e7\u05d1\u05d5\u05e6\u05ea\u05d9", "modlog": "\u05dc\u05d5\u05d2 \u05de\u05e0\u05d4\u05dc\u05d9\u05dd", "post": "\u05e4\u05d5\u05e1\u05d8", - "story": "\u05e1\u05d8\u05d5\u05e8\u05d9" + "story": "\u05e1\u05d8\u05d5\u05e8\u05d9", + "noneFound": "\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05d4\u05ea\u05e8\u05d0\u05d5\u05ea" }, "post": { "shareToFollowers": "\u05e9\u05ea\u05e3 \u05dc\u05e2\u05d5\u05e7\u05d1\u05d9\u05dd", @@ -142,9 +148,23 @@ "add": "\u05d4\u05d5\u05e1\u05e3 \u05e1\u05d8\u05d5\u05e8\u05d9" }, "timeline": { - "peopleYouMayKnow": "\u05d0\u05e0\u05e9\u05d9\u05dd \u05e9\u05d0\u05ea\u05dd \u05d0\u05d5\u05dc\u05d9 \u05de\u05db\u05d9\u05e8\u05d9\u05dd" + "peopleYouMayKnow": "\u05d0\u05e0\u05e9\u05d9\u05dd \u05e9\u05d0\u05ea\u05dd \u05d0\u05d5\u05dc\u05d9 \u05de\u05db\u05d9\u05e8\u05d9\u05dd", + "onboarding": { + "welcome": "\u05d1\u05e8\u05d5\u05db\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd", + "thisIsYourHomeFeed": "\u05d6\u05d4\u05d5 \u05e4\u05d9\u05d3 \u05d4\u05d1\u05d9\u05ea, \u05e4\u05d9\u05d3 \u05db\u05e8\u05d5\u05e0\u05d5\u05dc\u05d5\u05d2\u05d9 \u05e9\u05dc \u05e4\u05d5\u05e1\u05d8\u05d9\u05dd \u05de\u05d7\u05e9\u05d1\u05d5\u05e0\u05d5\u05ea \u05d0\u05d7\u05e8\u05d9\u05d4\u05dd \u05d0\u05ea\u05dd \u05e2\u05d5\u05e7\u05d1\u05d9\u05dd.", + "letUsHelpYouFind": "\u05d0\u05e4\u05e9\u05e8\u05d5 \u05dc\u05e0\u05d5 \u05dc\u05e2\u05d6\u05d5\u05e8 \u05dc\u05da \u05dc\u05de\u05e6\u05d5\u05d0 \u05d0\u05e0\u05e9\u05d9\u05dd \u05de\u05e2\u05e0\u05d9\u05d9\u05e0\u05d9\u05dd \u05dc\u05e2\u05e7\u05d5\u05d1", + "refreshFeed": "\u05e8\u05d9\u05e2\u05e0\u05d5\u05df \u05d4\u05e4\u05d9\u05d3" + } }, "hashtags": { "emptyFeed": "\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05e4\u05d5\u05e1\u05d8\u05d9\u05dd \u05e2\u05d1\u05d5\u05e8 \u05ea\u05d9\u05d5\u05d2 \u05d6\u05d4" + }, + "report": { + "report": "\u05d3\u05d5\u05d5\u05d7", + "selectReason": "\u05d1\u05d7\u05e8\u05d5 \u05e1\u05d9\u05d1\u05d4", + "reported": "\u05d3\u05d9\u05d5\u05d5\u05d7 \u05e0\u05e9\u05dc\u05d7", + "sendingReport": "\u05e9\u05d5\u05dc\u05d7 \u05d3\u05d9\u05d5\u05d5\u05d7", + "thanksMsg": "\u05ea\u05d5\u05d3\u05d4 \u05e2\u05dc \u05d4\u05d3\u05d9\u05d5\u05d5\u05d7, \u05d0\u05e0\u05e9\u05d9\u05dd \u05db\u05de\u05d5\u05db\u05dd \u05de\u05e1\u05e2\u05d9\u05d9\u05dd \u05dc\u05e9\u05de\u05d5\u05e8 \u05e2\u05dc \u05d1\u05d8\u05d7\u05d5\u05df \u05e7\u05d4\u05d9\u05dc\u05ea\u05e0\u05d5!", + "contactAdminMsg": "\u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05db\u05dd \u05dc\u05d9\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05de\u05e0\u05d4\u05dc \u05dc\u05d2\u05d1\u05d9 \u05d4\u05e4\u05d5\u05e1\u05d8 \u05d0\u05d5 \u05d3\u05d9\u05d5\u05d5\u05d7 \u05d4\u05d6\u05d4" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/hi.json b/resources/assets/js/i18n/hi.json index 1acb08636..9ca7e7d23 100644 --- a/resources/assets/js/i18n/hi.json +++ b/resources/assets/js/i18n/hi.json @@ -1,130 +1,136 @@ { "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" + "comment": "\u091f\u093f\u092a\u094d\u092a\u0923\u0940 \u0915\u0930\u0947\u0902", + "commented": "\u091f\u093f\u092a\u094d\u092a\u0923\u0940", + "comments": "\u091f\u093f\u092a\u094d\u092a\u0923\u093f\u092f\u093e\u0901", + "like": "\u0930\u0941\u091a\u093f", + "liked": "\u0930\u0941\u091a\u093f", + "likes": "\u0930\u0941\u091a\u093f", + "share": "\u0938\u093e\u091d\u093e \u0915\u0930\u0947\u0902", + "shared": "\u0938\u093e\u091d\u093e", + "shares": "\u0938\u093e\u091d\u093e", + "unshare": "\u0938\u093e\u091d\u093e \u0928 \u0915\u0930\u0947\u0902", + "bookmark": "\u092c\u0941\u0915\u092e\u093e\u0930\u094d\u0915", + "cancel": "\u0930\u0926\u094d\u0926", + "copyLink": "\u0932\u093f\u0902\u0915 \u092a\u094d\u0930\u0924\u093f\u0932\u093f\u092a\u093f", + "delete": "\u0935\u093f\u0932\u094b\u092a\u0928", + "error": "\u0924\u094d\u0930\u0941\u091f\u093f", + "errorMsg": "\u0915\u0941\u091b \u0926\u094b\u0937 \u0939\u0948\u0964 \u0915\u0943\u092a\u092f\u093e \u092a\u0941\u0928\u0903 \u092a\u094d\u0930\u092f\u093e\u0938 \u0915\u0930\u0947\u0902\u0964", + "oops": "\u0913\u0939!", + "other": "\u0905\u0928\u094d\u092f", + "readMore": "\u0906\u0917\u0947 \u092a\u095d\u0947\u0902", + "success": "\u0938\u092b\u0932 \u0939\u0941\u0906", + "proceed": "\u0906\u0917\u0947 \u092c\u095d\u0947\u0902", + "next": "\u0905\u0917\u0932\u093e", + "close": "\u092c\u0902\u0926 \u0915\u0930\u0947\u0902", + "clickHere": "\u092f\u0939\u093e\u0901 \u0915\u094d\u0932\u093f\u0915 \u0915\u0930\u0947\u0902", + "sensitive": "\u0938\u0902\u0935\u0947\u0926\u0928\u0936\u0940\u0932", + "sensitiveContent": "\u0938\u0902\u0935\u0947\u0926\u0928\u0936\u0940\u0932 \u0935\u093f\u0937\u092f \u0935\u0938\u094d\u0924\u0941", + "sensitiveContentWarning": "\u0907\u0938\u092e\u0947\u0902 \u092a\u094d\u0930\u0915\u093e\u0936\u093f\u0924 \u0935\u093f\u0937\u092f-\u0935\u0938\u094d\u0924\u0941 \u0938\u0902\u0935\u0947\u0926\u0928\u0936\u0940\u0932 \u0939\u094b \u0938\u0915\u0924\u0940 \u0939\u0948\u0964" }, "site": { - "terms": "Terms of Use", - "privacy": "Privacy Policy" + "terms": "\u0909\u092a\u092f\u094b\u0917 \u0915\u0947 \u0905\u0928\u0941\u092c\u0902\u0927", + "privacy": "\u0917\u094b\u092a\u0928\u0940\u092f\u0924\u093e \u0928\u0940\u0924\u093f" }, "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", - "logout": "Logout", - "about": "About", - "help": "Help", - "language": "Language", - "privacy": "Privacy", - "terms": "Terms", - "backToPreviousDesign": "Go back to previous design" + "search": "\u0916\u094b\u091c\u0947\u0902", + "admin": "\u090f\u0921\u092e\u093f\u0928 \u0921\u0948\u0936\u092c\u094b\u0930\u094d\u0921", + "homeFeed": "\u0939\u094b\u092e \u092b\u0940\u0921", + "localFeed": "\u0932\u094b\u0915\u0932 \u095e\u0940\u0921", + "globalFeed": "\u0917\u094d\u0932\u094b\u092c\u0932 \u095e\u0940\u0921", + "discover": "\u0905\u0928\u094d\u0935\u0947\u0937\u0923", + "directMessages": "\u0938\u0902\u0926\u0947\u0936", + "notifications": "\u0938\u0942\u091a\u0928\u093e\u090f\u0901", + "groups": "\u0938\u092e\u0942\u0939", + "stories": "\u0915\u0925\u093e\u090f\u0901", + "profile": "\u092a\u094d\u0930\u094b\u092b\u093e\u0907\u0932", + "drive": "\u0921\u094d\u0930\u093e\u0907\u0935", + "settings": "\u0938\u092e\u093e\u092f\u094b\u091c\u0928", + "compose": "\u0928\u092f\u093e \u092c\u0928\u093e\u090f\u0901", + "logout": "\u0932\u0949\u0917\u0906\u0909\u091f", + "about": "\u092a\u0930\u093f\u091c\u094d\u091e\u093e\u0928", + "help": "\u0938\u0939\u093e\u092f\u0924\u093e", + "language": "\u092d\u093e\u0937\u093e", + "privacy": "\u0917\u094b\u092a\u0928\u0940\u092f\u0924\u093e", + "terms": "\u0905\u0928\u0941\u092c\u0902\u0927", + "backToPreviousDesign": "\u092a\u093f\u091b\u0932\u0947 \u0938\u0902\u092a\u093e\u0926\u0915 \u092a\u0947 \u0935\u093e\u092a\u0938 \u091c\u093e\u090f\u0901" }, "directMessages": { - "inbox": "Inbox", - "sent": "Sent", - "requests": "Requests" + "inbox": "\u0938\u0928\u094d\u0926\u0947\u0936", + "sent": "\u092d\u0947\u091c\u0947 \u0917\u090f", + "requests": "\u0928\u093f\u0935\u0947\u0926\u0928" }, "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" + "liked": "\u0906\u092a\u0915\u0940 \u092a\u0938\u0902\u0926", + "commented": "\u0906\u092a\u0915\u0940 (\u092a\u094b\u0938\u094d\u091f) \u092a\u0947 \u0915\u092e\u0947\u0902\u091f \u0915\u093f\u090f", + "reacted": "\u0906\u092a\u0915\u0947 \u0932\u093f\u090f \u092a\u094d\u0930\u0924\u093f\u0915\u094d\u0930\u093f\u092f\u093e \u0926\u093f\u092f\u0947", + "shared": "\u0906\u092a\u0915\u093e \u0936\u0947\u092f\u0930 \u0915\u093f\u092f\u0947", + "tagged": "\u0906\u092a\u0915\u0947 \u090f\u0915 (\u092a\u094b\u0938\u094d\u091f) \u092e\u0947\u0902 \u091f\u0948\u0917 \u0915\u093f\u092f\u093e \u0917\u092f\u093e", + "updatedA": "\u0905\u092a\u0921\u0947\u091f \u0915\u0930\u0947\u0902 ....", + "sentA": "\u092d\u0947\u091c\u0947\u0902....", + "followed": "\u0905\u0928\u0941\u0917\u092e\u0928 \u0915\u093f\u092f\u093e", + "mentioned": "\u0909\u0932\u094d\u0932\u0947\u0916 \u0915\u093f\u092f\u093e", + "you": "\u0906\u092a", + "yourApplication": "\u091c\u0941\u095c\u0928\u0947 \u0939\u0947\u0924\u0941 \u0906\u092a\u0915\u093e \u0906\u0935\u0947\u0926\u0928", + "applicationApproved": "\u0938\u094d\u0935\u0940\u0915\u0943\u0924 \u0915\u093f\u092f\u093e \u0917\u092f\u093e", + "applicationRejected": "\u0905\u0938\u094d\u0935\u0940\u0915\u0943\u0924 \u0915\u093f\u092f\u093e \u0917\u092f\u093e\u0964 \u0906\u092a \u096c \u092e\u093e\u0938 \u0915\u0947 \u0909\u092a\u0930\u093e\u0902\u0924 \u092a\u0941\u0928\u0903 \u0906\u0935\u0947\u0926\u0928 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964", + "dm": "\u0938\u0902\u0926\u0947\u0936", + "groupPost": "\u0938\u093e\u092e\u0942\u0939\u093f\u0915 \u092a\u094d\u0930\u0915\u093e\u0936\u0928", + "modlog": "\u092e\u0949\u0921\u0932\u0949\u0917", + "post": "\u092a\u094d\u0930\u0915\u093e\u0936\u0928", + "story": "\u0915\u0925\u093e", + "noneFound": "\u0915\u094b\u0908 \u0928\u094b\u091f\u0940\u092b\u093f\u0915\u0947\u0938\u0928 \u0928\u0939\u0940\u0902 \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0939\u0941\u092f\u0940" }, "post": { - "shareToFollowers": "Share to followers", - "shareToOther": "Share to other", - "noLikes": "No likes yet", - "uploading": "Uploading" + "shareToFollowers": "\u0905\u0928\u0941\u092f\u093e\u092f\u093f\u092f\u094b\u0902 \u0938\u0947 \u0938\u093e\u091d\u093e \u0915\u0930\u0947\u0902", + "shareToOther": "\u0905\u0928\u094d\u092f\u094b\u0902 \u0938\u0947 \u0938\u093e\u091d\u093e \u0915\u0930\u0947\u0902", + "noLikes": "\u0905\u092d\u0940 \u0924\u0915 \u0915\u094b\u0908 \u0930\u0941\u091a\u093f \u0928\u0939\u0940\u0902", + "uploading": "\u0905\u092a\u0932\u094b\u0921 \u0939\u094b \u0930\u0939\u093e \u0939\u0948" }, "profile": { - "posts": "Posts", - "followers": "Followers", - "following": "Following", - "admin": "Admin", - "collections": "Collections", - "follow": "Follow", - "unfollow": "Unfollow", - "editProfile": "Edit Profile", - "followRequested": "Follow Requested", - "joined": "Joined", - "emptyCollections": "We can't seem to find any collections", - "emptyPosts": "We can't seem to find any posts" + "posts": "\u092a\u094d\u0930\u0915\u093e\u0936\u0928", + "followers": "\u092b\u094b\u0932\u094b\u0905\u0930\u094d\u0938", + "following": "\u092b\u0949\u0932\u094b\u0907\u0902\u0917", + "admin": "\u090f\u0921\u092e\u093f\u0928", + "collections": "\u0915\u0932\u0947\u0915\u094d\u0936\u0928\u0938", + "follow": "\u092b\u0949\u0932\u094b", + "unfollow": "\u0905\u0928\u092b\u0949\u0932\u094b", + "editProfile": "\u092a\u094d\u0930\u094b\u092b\u093e\u0907\u0932 \u0938\u092e\u094d\u092a\u093e\u0926\u093f\u0924 \u0915\u0930\u0947\u0902", + "followRequested": "\u0930\u093f\u0915\u094d\u0935\u0947\u0938\u094d\u091f\u090f\u0921 \u0915\u094b \u092b\u0949\u0932\u094b \u0915\u0930\u0947\u0902", + "joined": "\u091c\u094d\u0935\u093e\u0907\u0928\u0921", + "emptyCollections": "\u0939\u092e\u0947\u0902 \u0915\u093f\u0938\u0940 \u0938\u0902\u0917\u094d\u0930\u0939\u094b\u0902 \u0915\u093e \u092a\u0924\u093e \u0928\u0939\u0940\u0902 \u0932\u0917 \u0938\u0915\u0924\u093e", + "emptyPosts": "\u0939\u092e \u0915\u093f\u0938\u0940 \u092a\u094b\u0938\u094d\u091f \u0915\u093e \u092a\u0924\u093e \u0928\u0939\u0940\u0902 \u0932\u0917 \u0938\u0915\u0924\u093e \u0939\u0948" }, "menu": { - "viewPost": "View Post", - "viewProfile": "View Profile", - "moderationTools": "Moderation Tools", - "report": "Report", + "viewPost": "\u092a\u094b\u0938\u094d\u091f \u0926\u0947\u0916\u0947\u0902", + "viewProfile": "\u092a\u094d\u0930\u094b\u092b\u093e\u0907\u0932 \u0926\u0947\u0916\u0947\u0902", + "moderationTools": "\u092e\u0949\u0921\u0930\u0947\u0936\u0928 \u091f\u0942\u0932\u094d\u0938", + "report": "\u0930\u093f\u092a\u094b\u0930\u094d\u091f", "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", + "embed": "\u090f\u092e\u094d\u092c\u0947\u0921", + "selectOneOption": "\u0915\u093f\u0938\u0940 \u090f\u0915 \u0935\u093f\u0915\u0932\u094d\u092a \u0915\u094b \u091a\u0941\u0928\u0947", + "unlistFromTimelines": "\u091f\u093e\u0907\u092e\u0932\u093e\u0907\u0928\u094d\u0938 \u0938\u0947 \u0939\u091f\u093e\u090f\u0902", + "addCW": "\u0915\u0902\u091f\u0947\u0902\u091f \u091a\u0947\u0924\u093e\u0935\u0928\u0940 \u091c\u094b\u095c\u0947\u0902", + "removeCW": "\u091a\u0947\u0924\u093e\u0935\u0928\u0940 \u0915\u0902\u091f\u0947\u0902\u091f \u0939\u091f\u093e\u090f\u0902", + "markAsSpammer": "\u0938\u094d\u092a\u0948\u092e\u0930 \u092e\u093e\u0930\u094d\u0915 \u0915\u0930\u0947\u0902", + "markAsSpammerText": "\u0905\u0928\u0932\u093f\u0938\u094d\u091f + \u0938\u0940\u0921\u092c\u0932\u094d\u092f\u0941 \u092e\u094c\u091c\u0942\u0926\u093e \u0914\u0930 \u092d\u0935\u093f\u0937\u094d\u092f \u092a\u094b\u0938\u094d\u091f", + "spam": "\u0938\u094d\u092a\u0948\u092e", + "sensitive": "\u0938\u0947\u0902\u0938\u093f\u091f\u093f\u0935 \u0915\u0902\u091f\u0947\u0902\u091f", + "abusive": "\u0905\u092a\u092e\u093e\u0928\u091c\u0928\u0915 \u092f\u093e \u0939\u093e\u0928\u093f\u0915\u093e\u0930\u0915", + "underageAccount": "\u0928\u093e\u092c\u093e\u0932\u093f\u0917 \u0905\u0915\u093e\u0909\u0902\u091f", + "copyrightInfringement": "\u0915\u0949\u092a\u0940\u0930\u093e\u0908\u091f \u0915\u093e \u0909\u0932\u094d\u0932\u0902\u0918\u0928", + "impersonation": "\u092a\u094d\u0930\u0924\u093f\u0930\u0942\u092a\u0923", "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", + "modAddCWConfirm": "\u0915\u094d\u092f\u093e \u092f\u0939 \u0928\u093f\u0936\u094d\u091a\u093f\u0924 \u0939\u0948 \u0915\u093f \u0906\u092a \u092a\u094d\u0930\u0915\u093e\u0936\u093f\u0924 \u0938\u093e\u092e\u0917\u094d\u0930\u0940 \u0915\u0947 \u0938\u093e\u0925 \u0935\u093f\u0937\u092f-\u0935\u0938\u094d\u0924\u0941 \u0938\u092e\u094d\u092c\u0902\u0927\u093f\u0924 \u091a\u0947\u0924\u093e\u0935\u0928\u0940 \u091c\u094b\u095c\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902?", + "modCWSuccess": "\u0935\u093f\u0937\u092f-\u0935\u0938\u094d\u0924\u0941 \u0938\u092e\u094d\u092c\u0902\u0927\u093f\u0924 \u091a\u0947\u0924\u093e\u0935\u0928\u0940 \u0938\u092b\u0932\u0924\u093e \u0938\u0947 \u091c\u094b\u095c\u0940 \u0917\u092f\u0940", + "modRemoveCWConfirm": "\u0915\u094d\u092f\u093e \u092f\u0939 \u0928\u093f\u0936\u094d\u091a\u093f\u0924 \u0939\u0948 \u0915\u093f \u0906\u092a \u092a\u094d\u0930\u0915\u093e\u0936\u093f\u0924 \u0938\u093e\u092e\u0917\u094d\u0930\u0940 \u0938\u0947 \u0935\u093f\u0937\u092f-\u0935\u0938\u094d\u0924\u0941 \u0938\u092e\u094d\u092c\u0902\u0927\u093f\u0924 \u091a\u0947\u0924\u093e\u0935\u0928\u0940 \u0939\u091f\u093e\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902?", + "modRemoveCWSuccess": "\u0935\u093f\u0937\u092f-\u0935\u0938\u094d\u0924\u0941 \u0938\u092e\u094d\u092c\u0902\u0927\u093f\u0924 \u091a\u0947\u0924\u093e\u0935\u0928\u0940 \u0938\u092b\u0932\u0924\u093e \u0938\u0947 \u0939\u091f\u093e\u0908 \u0917\u092f\u0940", "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.", @@ -142,9 +148,23 @@ "add": "Add Story" }, "timeline": { - "peopleYouMayKnow": "People you may know" + "peopleYouMayKnow": "People you may know", + "onboarding": { + "welcome": "Welcome", + "thisIsYourHomeFeed": "This is your home feed, a chronological feed of posts from accounts you follow.", + "letUsHelpYouFind": "Let us help you find some interesting people to follow", + "refreshFeed": "Refresh my feed" + } }, "hashtags": { "emptyFeed": "We can't seem to find any posts for this hashtag" + }, + "report": { + "report": "Report", + "selectReason": "Select a reason", + "reported": "Reported", + "sendingReport": "Sending report", + "thanksMsg": "Thanks for the report, people like you help keep our community safe!", + "contactAdminMsg": "If you'd like to contact an administrator about this post or report" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/hr.json b/resources/assets/js/i18n/hr.json index 1acb08636..fc91f9371 100644 --- a/resources/assets/js/i18n/hr.json +++ b/resources/assets/js/i18n/hr.json @@ -10,6 +10,7 @@ "shared": "Shared", "shares": "Shares", "unshare": "Unshare", + "bookmark": "Bookmark", "cancel": "Cancel", "copyLink": "Copy Link", "delete": "Delete", @@ -19,6 +20,10 @@ "other": "Other", "readMore": "Read more", "success": "Success", + "proceed": "Proceed", + "next": "Next", + "close": "Close", + "clickHere": "click here", "sensitive": "Sensitive", "sensitiveContent": "Sensitive Content", "sensitiveContentWarning": "This post may contain sensitive content" @@ -73,7 +78,8 @@ "groupPost": "group post", "modlog": "modlog", "post": "post", - "story": "story" + "story": "story", + "noneFound": "No notifications found" }, "post": { "shareToFollowers": "Share to followers", @@ -142,9 +148,23 @@ "add": "Add Story" }, "timeline": { - "peopleYouMayKnow": "People you may know" + "peopleYouMayKnow": "People you may know", + "onboarding": { + "welcome": "Welcome", + "thisIsYourHomeFeed": "This is your home feed, a chronological feed of posts from accounts you follow.", + "letUsHelpYouFind": "Let us help you find some interesting people to follow", + "refreshFeed": "Refresh my feed" + } }, "hashtags": { "emptyFeed": "We can't seem to find any posts for this hashtag" + }, + "report": { + "report": "Report", + "selectReason": "Select a reason", + "reported": "Reported", + "sendingReport": "Sending report", + "thanksMsg": "Thanks for the report, people like you help keep our community safe!", + "contactAdminMsg": "If you'd like to contact an administrator about this post or report" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/hu.json b/resources/assets/js/i18n/hu.json index 2db23adba..c58426a4e 100644 --- a/resources/assets/js/i18n/hu.json +++ b/resources/assets/js/i18n/hu.json @@ -4,24 +4,29 @@ "commented": "Hozz\u00e1sz\u00f3lva", "comments": "Hozz\u00e1sz\u00f3l\u00e1sok", "like": "Tetszik", - "liked": "Tetszik", + "liked": "Kedvelve", "likes": "Kedvel\u00e9sek", "share": "Megoszt\u00e1s", "shared": "Megosztva", "shares": "Megoszt\u00e1sok", "unshare": "Megoszt\u00e1s visszavon\u00e1sa", - "cancel": "M\u00e9gsem", - "copyLink": "Link m\u00e1sol\u00e1sa", + "bookmark": "K\u00f6nyvjelz\u0151", + "cancel": "M\u00e9gse", + "copyLink": "Hivatkoz\u00e1s m\u00e1sol\u00e1sa", "delete": "T\u00f6rl\u00e9s", "error": "Hiba", - "errorMsg": "Valami hiba t\u00f6rt\u00e9nt. Pr\u00f3b\u00e1ld \u00fajra k\u00e9s\u0151bb.", + "errorMsg": "Hiba t\u00f6rt\u00e9nt. Pr\u00f3b\u00e1lja \u00fajra k\u00e9s\u0151bb.", "oops": "Hopp\u00e1!", "other": "Egy\u00e9b", "readMore": "Tov\u00e1bb", - "success": "Siker", + "success": "Sikeres", + "proceed": "Folytat\u00e1s", + "next": "K\u00f6vetkez\u0151", + "close": "Bez\u00e1r\u00e1s", + "clickHere": "kattintson ide", "sensitive": "\u00c9rz\u00e9keny", - "sensitiveContent": "K\u00e9nyes tartalom", - "sensitiveContentWarning": "Ez a poszt k\u00e9nyes tartalmat tartalmazhat" + "sensitiveContent": "\u00c9rz\u00e9keny tartalom", + "sensitiveContentWarning": "Ez a bejegyz\u00e9s \u00e9rz\u00e9keny tartalmat tartalmazhat" }, "site": { "terms": "Felhaszn\u00e1l\u00e1si felt\u00e9telek", @@ -30,7 +35,7 @@ "navmenu": { "search": "Keres\u00e9s", "admin": "Admin ir\u00e1ny\u00edt\u00f3pult", - "homeFeed": "Saj\u00e1t id\u0151vonal", + "homeFeed": "Kezd\u0151lap", "localFeed": "Helyi id\u0151vonal", "globalFeed": "Glob\u00e1lis id\u0151vonal", "discover": "Felfedez\u00e9s", @@ -39,13 +44,13 @@ "groups": "Csoportok", "stories": "T\u00f6rt\u00e9netek", "profile": "Profil", - "drive": "Meghajt\u00f3", + "drive": "T\u00e1rhely", "settings": "Be\u00e1ll\u00edt\u00e1sok", "compose": "\u00daj l\u00e9trehoz\u00e1sa", - "logout": "Logout", + "logout": "Kijelentkez\u00e9s", "about": "R\u00f3lunk", "help": "S\u00fag\u00f3", - "language": "Nyelvek", + "language": "Nyelv", "privacy": "Adatv\u00e9delem", "terms": "Felt\u00e9telek", "backToPreviousDesign": "Vissza az el\u0151z\u0151 kin\u00e9zetre" @@ -53,27 +58,28 @@ "directMessages": { "inbox": "Bej\u00f6v\u0151", "sent": "Elk\u00fcld\u00f6tt", - "requests": "K\u00e9relmek" + "requests": "K\u00e9r\u00e9sek" }, "notifications": { - "liked": "kedvelte %-t", - "commented": "hozz\u00e1sz\u00f3lt a %-hez", - "reacted": "reag\u00e1lt a %-re", - "shared": "megosztotta a %-t", + "liked": "kedvelte ezt:", + "commented": "hozz\u00e1sz\u00f3lt ehhez:", + "reacted": "reag\u00e1lt erre:", + "shared": "megosztotta ezt:", "tagged": "megjel\u00f6lt ebben", - "updatedA": "friss\u00edtette a %-t", - "sentA": "k\u00fcld\u00f6tt egy %-t", - "followed": "k\u00f6vet\u00e9s", - "mentioned": "megeml\u00edtett", - "you": "te", - "yourApplication": "A csatlakoz\u00e1si k\u00e9relmed", - "applicationApproved": "elfogadva!", - "applicationRejected": "elutas\u00edtva. A csatlakoz\u00e1st 6 h\u00f3nap m\u00falva \u00fajra k\u00e9relmezheted.", + "updatedA": "friss\u00edtette ezt:", + "sentA": "ezt k\u00fcldte:", + "followed": "k\u00f6veti", + "mentioned": "megeml\u00edtette", + "you": "\u00d6nt", + "yourApplication": "A csatlakoz\u00e1si k\u00e9r\u00e9s\u00e9t", + "applicationApproved": "elfogadt\u00e1k!", + "applicationRejected": "elutas\u00edtott\u00e1k. A csatlakoz\u00e1st 6 h\u00f3nap m\u00falva \u00fajra k\u00e9rheti.", "dm": "k\u00f6zvetlen \u00fczenet", - "groupPost": "csoportos poszt", + "groupPost": "csoportos bejegyz\u00e9s", "modlog": "mod napl\u00f3", "post": "bejegyz\u00e9s", - "story": "t\u00f6rt\u00e9net" + "story": "t\u00f6rt\u00e9net", + "noneFound": "Nincsenek \u00e9rtes\u00edt\u00e9sek" }, "post": { "shareToFollowers": "Megoszt\u00e1s a k\u00f6vet\u0151kkel", @@ -90,25 +96,25 @@ "follow": "K\u00f6vet\u00e9s", "unfollow": "K\u00f6vet\u00e9s visszavon\u00e1sa", "editProfile": "Profil szerkeszt\u00e9se", - "followRequested": "K\u00f6vet\u00e9si k\u00e9relmek", + "followRequested": "K\u00f6vet\u00e9si k\u00e9r\u00e9sek", "joined": "Csatlakozott", - "emptyCollections": "\u00dagy fest, nem tal\u00e1lhat\u00f3 egy kollekci\u00f3 se", - "emptyPosts": "\u00dagy fest, nem tal\u00e1lhat\u00f3 egy bejegyz\u00e9s se" + "emptyCollections": "\u00dagy t\u0171nik, hogy egy gy\u0171jtem\u00e9ny sem tal\u00e1lhat\u00f3", + "emptyPosts": "\u00dagy t\u0171nik, hogy egy bejegyz\u00e9s sem tal\u00e1lhat\u00f3" }, "menu": { "viewPost": "Bejegyz\u00e9s megtekint\u00e9se", "viewProfile": "Profil megtekint\u00e9se", "moderationTools": "Moder\u00e1ci\u00f3s eszk\u00f6z\u00f6k", - "report": "Bejelent\u00e9s", + "report": "Jelent\u00e9s", "archive": "Archiv\u00e1l\u00e1s", "unarchive": "Vissza\u00e1ll\u00edt\u00e1s arch\u00edvumb\u00f3l", "embed": "Be\u00e1gyaz\u00e1s", - "selectOneOption": "K\u00e9rj\u00fck, v\u00e1lassz egyet az al\u00e1bbi lehet\u0151s\u00e9gek k\u00f6z\u00fcl", + "selectOneOption": "V\u00e1lasszon egyet az al\u00e1bbi lehet\u0151s\u00e9gek k\u00f6z\u00fcl", "unlistFromTimelines": "A bejegyz\u00e9sek ne jelenjenek meg az id\u0151vonalon", "addCW": "Tartalmi figyelmeztet\u00e9s hozz\u00e1d\u00e1sa", - "removeCW": "Tartalmi figyelmeztet\u00e9s t\u00f6rl\u00e9se", + "removeCW": "Tartalmi figyelmeztet\u00e9s elt\u00e1vol\u00edt\u00e1sa", "markAsSpammer": "Megjel\u00f6l\u00e9s spammerk\u00e9nt", - "markAsSpammerText": "\u00d6sszes jelenlegi \u00e9s j\u00f6v\u0151beli bejegyz\u00e9s elrejt\u00e9se \u00e9s tartalom figyelmeztet\u00e9ssel ell\u00e1t\u00e1sa", + "markAsSpammerText": "\u00d6sszes jelenlegi \u00e9s j\u00f6v\u0151beli bejegyz\u00e9s elrejt\u00e9se, \u00e9s tartalmi figyelmeztet\u00e9ssel ell\u00e1t\u00e1sa", "spam": "Spam", "sensitive": "\u00c9rz\u00e9keny tartalom", "abusive": "B\u00e1ntalmaz\u00f3 vagy k\u00e1ros", @@ -116,35 +122,49 @@ "copyrightInfringement": "Szerz\u0151i jogok megs\u00e9rt\u00e9se", "impersonation": "Megszem\u00e9lyes\u00edt\u00e9s", "scamOrFraud": "\u00c1tver\u00e9s vagy vissza\u00e9l\u00e9s", - "confirmReport": "Bejelent\u00e9s meger\u0151s\u00edt\u00e9se", - "confirmReportText": "Biztosan jelenteni akarod ezt a bejegyz\u00e9st?", + "confirmReport": "Jelent\u00e9s meger\u0151s\u00edt\u00e9se", + "confirmReportText": "Biztos, hogy jelenti ezt a bejegyz\u00e9st?", "reportSent": "Jelent\u00e9s elk\u00fcldve!", "reportSentText": "A bejelent\u00e9st sikeresen fogadtuk.", "reportSentError": "Probl\u00e9ma l\u00e9pett fel a bejegyz\u00e9s jelent\u00e9se k\u00f6zben.", - "modAddCWConfirm": "Biztosan tartalom figyelmeztet\u00e9st akarsz erre a bejegyz\u00e9sre alkalmazni?", - "modCWSuccess": "Tartalom figyelmeztet\u00e9s alkalmaz\u00e1sa sikeres", - "modRemoveCWConfirm": "Biztosan elt\u00e1vol\u00edtod a tartalom figyelmeztet\u00e9st err\u0151l a bejegyz\u00e9sr\u0151l?", - "modRemoveCWSuccess": "Tartalom figyelmeztet\u00e9s elt\u00e1vol\u00edt\u00e1sa sikeres", - "modUnlistConfirm": "Biztosan el akarod rejteni ezt a bejegyz\u00e9st?", + "modAddCWConfirm": "Biztos, hogy tartalmi figyelmeztet\u00e9st ad hozz\u00e1 ehhez a bejegyz\u00e9shez?", + "modCWSuccess": "Tartalmi figyelmeztet\u00e9s hozz\u00e1ad\u00e1sa sikeres", + "modRemoveCWConfirm": "Biztos, hogy elt\u00e1vol\u00edtja a tartalmi figyelmeztet\u00e9st err\u0151l a bejegyz\u00e9sr\u0151l?", + "modRemoveCWSuccess": "Tartalmi figyelmeztet\u00e9s elt\u00e1vol\u00edt\u00e1sa sikeres", + "modUnlistConfirm": "Biztos, hogy elrejti ezt a bejegyz\u00e9st?", "modUnlistSuccess": "Bejegyz\u00e9s elrejt\u00e9se sikeres", "modMarkAsSpammerConfirm": "Biztosan spammernek jel\u00f6l\u00f6d ezt a felhaszn\u00e1l\u00f3t? Az \u00f6sszes jelenlegi \u00e9s j\u00f6v\u0151beli bejegyz\u00e9se elrejt\u00e9sre ker\u00fcl az id\u0151vonalon \u00e9s tartalom figyelmeztet\u00e9s ker\u00fcl alkalmaz\u00e1sra.", "modMarkAsSpammerSuccess": "A fi\u00f3k sikeresen spammerk\u00e9nt jel\u00f6lve", "toFollowers": "k\u00f6vet\u0151k", - "showCaption": "K\u00e9pal\u00e1\u00edr\u00e1s mutat\u00e1sa", + "showCaption": "Felirat megjelen\u00edt\u00e9se", "showLikes": "L\u00e1jkok mutat\u00e1sa", "compactMode": "Kompakt m\u00f3d", - "embedConfirmText": "A beilleszt\u00e9s haszn\u00e1lat\u00e1val hozz\u00e1j\u00e1rulsz a mi", - "deletePostConfirm": "Biztosan t\u00f6r\u00f6lni akarod ezt a bejegyz\u00e9st?", - "archivePostConfirm": "Biztosan archiv\u00e1lni akarod ezt a bejegyz\u00e9st?", - "unarchivePostConfirm": "Biztosan vissza akarod vonni ennek a bejegyz\u00e9snek az archiv\u00e1l\u00e1s\u00e1t?" + "embedConfirmText": "A be\u00e1gyaz\u00e1s haszn\u00e1lat\u00e1val belegyezik a k\u00f6vetkez\u0151be:", + "deletePostConfirm": "Biztos, hogy t\u00f6rli ezt a bejegyz\u00e9st?", + "archivePostConfirm": "Biztos, hogy archiv\u00e1lja ezt a bejegyz\u00e9st?", + "unarchivePostConfirm": "Biztos, hogy visszavonja a bejegyz\u00e9s archiv\u00e1l\u00e1s\u00e1t?" }, "story": { "add": "T\u00f6rt\u00e9net hozz\u00e1ad\u00e1sa" }, "timeline": { - "peopleYouMayKnow": "Emberek akiket ismerhetsz" + "peopleYouMayKnow": "Emberek, akiket ismerhet", + "onboarding": { + "welcome": "\u00dcdv\u00f6z\u00f6lj\u00fck", + "thisIsYourHomeFeed": "Ez a kezd\u0151lap, az \u00d6n \u00e1ltal k\u00f6vetett fi\u00f3kok bejegyz\u00e9sei id\u0151rendi sorrendben.", + "letUsHelpYouFind": "Keress\u00fcnk \u00e9rdekes, k\u00f6vethet\u0151 embereket", + "refreshFeed": "Kezd\u0151lap friss\u00edt\u00e9se" + } }, "hashtags": { "emptyFeed": "\u00dagy t\u0171nik nem tal\u00e1lhat\u00f3 egy bejegyz\u00e9s sem ehhez a hashtag-hez" + }, + "report": { + "report": "Jelent\u00e9s", + "selectReason": "V\u00e1lasszon egy indokot", + "reported": "Jelentve", + "sendingReport": "Jelent\u00e9s elk\u00fcld\u00e9se", + "thanksMsg": "K\u00f6sz\u00f6nj\u00fck a jelent\u00e9st, az \u00d6nh\u00f6z hasonl\u00f3 emberek teszik a k\u00f6z\u00f6ss\u00e9g\u00fcnket biztons\u00e1goss\u00e1!", + "contactAdminMsg": "Ha kapcsolatba akar l\u00e9pni egy adminisztr\u00e1torral a bejegyz\u00e9ssel vagy jelent\u00e9ssel kapcsolatban" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/id.json b/resources/assets/js/i18n/id.json index 37fca65dd..554eb7487 100644 --- a/resources/assets/js/i18n/id.json +++ b/resources/assets/js/i18n/id.json @@ -1,24 +1,29 @@ { "common": { - "comment": "Komentar", + "comment": "Komentari", "commented": "Dikomentari", "comments": "Komentar", - "like": "Menyukai", + "like": "Sukai", "liked": "Disukai", "likes": "Suka", "share": "Bagikan", "shared": "Dibagikan", "shares": "Dibagikan", "unshare": "Batalkan berbagi", + "bookmark": "Penanda Buku", "cancel": "Batal", "copyLink": "Salin tautan", "delete": "Hapus", - "error": "Kesalahan", - "errorMsg": "Telah terjadi kesalahan. Silakan coba lagi nanti.", + "error": "Galat", + "errorMsg": "Terjadi kesalahan. Silakan coba lagi nanti.", "oops": "Oops!", "other": "Lainnya", "readMore": "Baca selengkapnya", "success": "Berhasil", + "proceed": "Lanjut", + "next": "Berikutnya", + "close": "Tutup", + "clickHere": "klik di sini", "sensitive": "Sensitif", "sensitiveContent": "Konten Sensitif", "sensitiveContentWarning": "Postingan ini mengandung konten sensitif" @@ -31,24 +36,24 @@ "search": "Cari", "admin": "Dasbor Admin", "homeFeed": "Beranda", - "localFeed": "Umpan lokal", - "globalFeed": "Umpan global", + "localFeed": "Beranda Setempat", + "globalFeed": "Beranda Global", "discover": "Jelajahi", "directMessages": "Pesan Langsung", - "notifications": "Notifikasi", + "notifications": "Pemberitahuan", "groups": "Grup", "stories": "Cerita", "profile": "Profil", - "drive": "Perangkat Keras", + "drive": "Kandar", "settings": "Pengaturan", - "compose": "Membuat baru", + "compose": "Buat", "logout": "Keluar", "about": "Tentang", "help": "Bantuan", "language": "Bahasa", "privacy": "Privasi", "terms": "Ketentuan", - "backToPreviousDesign": "Kembali ke desain sebelumnya" + "backToPreviousDesign": "Kembali ke rancangan sebelumnya" }, "directMessages": { "inbox": "Kotak Masuk", @@ -58,37 +63,38 @@ "notifications": { "liked": "menyukai", "commented": "mengomentari", - "reacted": "bereaksi terhadap", + "reacted": "bereaksi ke", "shared": "membagikan", - "tagged": "menandai Anda pada sebuah", - "updatedA": "mengupdate sebuah", - "sentA": "mengirim sebuah", + "tagged": "menandai Anda di", + "updatedA": "memperbarui", + "sentA": "mengirim", "followed": "diikuti", "mentioned": "disebut", - "you": "anda", - "yourApplication": "Aplikasi anda untuk mengikuti", + "you": "Anda", + "yourApplication": "Aplikasi Anda untuk mengikuti", "applicationApproved": "telah disetujui!", - "applicationRejected": "telah ditolak. Anda dapat kembali mengajukan untuk bergabung dalam 6 bulan.", + "applicationRejected": "ditolak. Anda dapat mengajukan lagi untuk bergabung dalam 6 bulan.", "dm": "dm", "groupPost": "postingan grup", "modlog": "modlog", "post": "postingan", - "story": "cerita" + "story": "cerita", + "noneFound": "Tidak ditemukan pemberitahuan" }, "post": { - "shareToFollowers": "Membagikan kepada pengikut", - "shareToOther": "Membagikan ke orang lain", - "noLikes": "Belum ada yang menyukai", + "shareToFollowers": "Bagikan kepada pengikut", + "shareToOther": "Bagikan ke orang lain", + "noLikes": "Masih belum disukai", "uploading": "Mengunggah" }, "profile": { "posts": "Postingan", "followers": "Pengikut", "following": "Mengikuti", - "admin": "Pengelola", + "admin": "Pengurus", "collections": "Koleksi", "follow": "Ikuti", - "unfollow": "Berhenti Ikuti", + "unfollow": "Berhenti ikuti", "editProfile": "Ubah Profil", "followRequested": "Meminta Permintaan Mengikuti", "joined": "Bergabung", @@ -101,7 +107,7 @@ "moderationTools": "Alat Moderasi", "report": "Laporkan", "archive": "Arsipkan", - "unarchive": "Keluarkan dari arsip", + "unarchive": "Lepas arsip", "embed": "Penyemat", "selectOneOption": "Pilih salah satu dari opsi berikut", "unlistFromTimelines": "Keluarkan dari Timeline", @@ -142,9 +148,23 @@ "add": "Tambah Cerita" }, "timeline": { - "peopleYouMayKnow": "Orang yang mungkin Anda kenal" + "peopleYouMayKnow": "Orang yang mungkin Anda kenal", + "onboarding": { + "welcome": "Selamat Datang", + "thisIsYourHomeFeed": "Ini merupakan tampilan beranda Anda, tampilan dari postingan akun yang Anda ikuti secara kronologis.", + "letUsHelpYouFind": "Biarkan kami membantumu menemukan orang-orang yang menarik untuk diikuti", + "refreshFeed": "Segarkan laman umpan" + } }, "hashtags": { "emptyFeed": "Sepertinya kami tidak dapat menemukan postingan untuk tagar ini" + }, + "report": { + "report": "Laporkan", + "selectReason": "Pilih alasan", + "reported": "Terlaporkan", + "sendingReport": "Mengirim laporan", + "thanksMsg": "Terima kasih atas laporannya, tindakan Anda amat membantu menjaga komunitas!", + "contactAdminMsg": "Jika Anda berminat menghubungi seorang administrator mengenai postingan ini atau melaporkan" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/it.json b/resources/assets/js/i18n/it.json index 5e30d2e69..3cd1e2ced 100644 --- a/resources/assets/js/i18n/it.json +++ b/resources/assets/js/i18n/it.json @@ -3,13 +3,14 @@ "comment": "Commenta", "commented": "Commentato", "comments": "Commenti", - "like": "Like", + "like": "Mi piace", "liked": "Like aggiunto", "likes": "Tutti i Like", "share": "Condividi", "shared": "Condiviso", "shares": "Condivisioni", "unshare": "Annulla condivisione", + "bookmark": "Preferiti", "cancel": "Annulla", "copyLink": "Copia link", "delete": "Elimina", @@ -19,6 +20,10 @@ "other": "Altro", "readMore": "Leggi di pi\u00f9", "success": "Riuscito", + "proceed": "Continua", + "next": "Avanti", + "close": "Chiudi", + "clickHere": "clicca qui", "sensitive": "Sensibile", "sensitiveContent": "Contenuto Sensibile", "sensitiveContentWarning": "Questo post potrebbe contenere contenuti sensibili" @@ -57,15 +62,15 @@ }, "notifications": { "liked": "ha messo like a", - "commented": "ha commentato", + "commented": "ha commentato il tuo", "reacted": "ha reagito a", - "shared": "ha condiviso", + "shared": "ha condiviso il tuo", "tagged": "ti ha taggato in", "updatedA": "ha aggiornato un", "sentA": "ha inviato un", - "followed": "stai seguendo", + "followed": "sta seguendo", "mentioned": "menzionato", - "you": "tu", + "you": "te", "yourApplication": "La tua candidatura per unirti", "applicationApproved": "\u00e8 stata approvata!", "applicationRejected": "\u00e8 stata respinta. Puoi richiedere di unirti fra 6 mesi.", @@ -73,7 +78,8 @@ "groupPost": "post di gruppo", "modlog": "modlog", "post": "post", - "story": "storia" + "story": "storia", + "noneFound": "Non ci sono notifiche" }, "post": { "shareToFollowers": "Condividi con i follower", @@ -142,9 +148,23 @@ "add": "Aggiungi Storia" }, "timeline": { - "peopleYouMayKnow": "Persone che potresti conoscere" + "peopleYouMayKnow": "Persone che potresti conoscere", + "onboarding": { + "welcome": "Benvenuto", + "thisIsYourHomeFeed": "Questo \u00e8 il tuo feed principale, un feed in ordine cronologico dei post da account che segui.", + "letUsHelpYouFind": "Ti aiutiamo a trovare delle persone interessanti da seguire", + "refreshFeed": "Aggiorna il mio feed" + } }, "hashtags": { - "emptyFeed": "Non riusciamo a trovare alcun post con questo hashtag" + "emptyFeed": "Non riusciamo a trovare nessun post con questo hashtag" + }, + "report": { + "report": "Segnala", + "selectReason": "Seleziona un motivo", + "reported": "Segnalato", + "sendingReport": "Invio della segnalazione", + "thanksMsg": "Grazie per la segnalazione, le persone come te aiutano a mantenere la comunit\u00e0 al sicuro!", + "contactAdminMsg": "Se desideri contattare un amministratore per questo post o rapporto" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/ja.json b/resources/assets/js/i18n/ja.json index f52fbe6d3..cd6ca79d7 100644 --- a/resources/assets/js/i18n/ja.json +++ b/resources/assets/js/i18n/ja.json @@ -10,6 +10,7 @@ "shared": "\u5171\u6709\u3055\u308c\u307e\u3057\u305f", "shares": "\u5171\u6709", "unshare": "\u5171\u6709\u89e3\u9664", + "bookmark": "\u30d6\u30c3\u30af\u30de\u30fc\u30af", "cancel": "\u30ad\u30e3\u30f3\u30bb\u30eb", "copyLink": "\u30ea\u30f3\u30af\u3092\u30b3\u30d4\u30fc", "delete": "\u524a\u9664", @@ -19,6 +20,10 @@ "other": "\u305d\u306e\u4ed6", "readMore": "\u3082\u3063\u3068\u8aad\u3080", "success": "\u6210\u529f\u3057\u307e\u3057\u305f", + "proceed": "\u7d9a\u884c", + "next": "\u6b21\u3078", + "close": "\u9589\u3058\u308b", + "clickHere": "\u3053\u3053\u3092\u30af\u30ea\u30c3\u30af", "sensitive": "\u30bb\u30f3\u30b7\u30c6\u30a3\u30d6", "sensitiveContent": "\u30bb\u30f3\u30b7\u30c6\u30a3\u30d6\u306a\u30b3\u30f3\u30c6\u30f3\u30c4", "sensitiveContentWarning": "\u3053\u306e\u6295\u7a3f\u306b\u306f\u30bb\u30f3\u30b7\u30c6\u30a3\u30d6\u306a\u30b3\u30f3\u30c6\u30f3\u30c4\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059" @@ -56,24 +61,25 @@ "requests": "\u30ea\u30af\u30a8\u30b9\u30c8" }, "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", + "liked": "\u3055\u3093\u304c\u6b21\u3092\u3044\u3044\u306d\u3057\u307e\u3057\u305f:", + "commented": "\u3055\u3093\u304c\u6b21\u306b\u30b3\u30e1\u30f3\u30c8\u3057\u307e\u3057\u305f:", + "reacted": "\u3055\u3093\u304c\u6b21\u306b\u53cd\u5fdc\u3057\u307e\u3057\u305f:", + "shared": "\u3055\u3093\u304c\u6b21\u3092\u5171\u6709\u3057\u307e\u3057\u305f:", + "tagged": "\u3055\u3093\u304c\u6b21\u306b\u3042\u306a\u305f\u3092\u30bf\u30b0\u4ed8\u3051\u3057\u307e\u3057\u305f:", + "updatedA": "\u3055\u3093\u304c\u6b21\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f:", + "sentA": "\u3055\u3093\u304c\u6b21\u3092\u9001\u4fe1\u3057\u307e\u3057\u305f:", + "followed": "\u3055\u3093\u304c\u30d5\u30a9\u30ed\u30fc\u3057\u307e\u3057\u305f:", + "mentioned": "\u3055\u3093\u304c\u8fd4\u4fe1\u3057\u307e\u3057\u305f:", "you": "\u3042\u306a\u305f", - "yourApplication": "Your application to join", - "applicationApproved": "was approved!", - "applicationRejected": "was rejected. You can re-apply to join in 6 months.", + "yourApplication": "\u53c2\u52a0\u3059\u308b\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3", + "applicationApproved": "\u304c\u627f\u8a8d\u3055\u308c\u307e\u3057\u305f!", + "applicationRejected": "\u306f\u62d2\u5426\u3055\u308c\u307e\u3057\u305f\u30026\u30f6\u6708\u5f8c\u306b\u518d\u5ea6\u53c2\u52a0\u3092\u7533\u8acb\u3067\u304d\u307e\u3059\u3002", "dm": "dm", "groupPost": "\u30b0\u30eb\u30fc\u30d7\u306e\u6295\u7a3f", "modlog": "\u30e2\u30c7\u30ec\u30fc\u30b7\u30e7\u30f3\u30ed\u30b0", "post": "\u6295\u7a3f", - "story": "\u30b9\u30c8\u30fc\u30ea\u30fc" + "story": "\u30b9\u30c8\u30fc\u30ea\u30fc", + "noneFound": "\u901a\u77e5\u306f\u3042\u308a\u307e\u305b\u3093" }, "post": { "shareToFollowers": "\u30d5\u30a9\u30ed\u30ef\u30fc\u306b\u5171\u6709", @@ -129,11 +135,11 @@ "modUnlistSuccess": "\u6295\u7a3f\u304c\u975e\u8868\u793a\u306b\u306a\u308a\u307e\u3057\u305f", "modMarkAsSpammerConfirm": "\u3053\u306e\u30e6\u30fc\u30b6\u30fc\u3092\u30b9\u30d1\u30e0\u3068\u3057\u3066\u767b\u9332\u3057\u3066\u3044\u3044\u3067\u3059\u304b\uff1f\u65e2\u5b58\u306e\u307e\u305f\u3001\u4eca\u5f8c\u306e\u6295\u7a3f\u306f\u3059\u3079\u3066\u30bf\u30a4\u30e0\u30e9\u30a4\u30f3\u306b\u8868\u793a\u3055\u308c\u305a\u3001\u30b3\u30f3\u30c6\u30f3\u30c4\u8b66\u544a\u304c\u9069\u7528\u3055\u308c\u307e\u3059\u3002", "modMarkAsSpammerSuccess": "\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30b9\u30d1\u30e0\u3068\u3057\u3066\u30de\u30fc\u30af\u3057\u307e\u3057\u305f", - "toFollowers": "to Followers", + "toFollowers": "\u30d5\u30a9\u30ed\u30ef\u30fc\u5411\u3051", "showCaption": "\u8aac\u660e\u3092\u8868\u793a", "showLikes": "\u3044\u3044\u306d\u3092\u8868\u793a", "compactMode": "\u30b3\u30f3\u30d1\u30af\u30c8\u30e2\u30fc\u30c9", - "embedConfirmText": "By using this embed, you agree to our", + "embedConfirmText": "\u3053\u306e\u57cb\u3081\u8fbc\u307f\u3092\u5229\u7528\u3059\u308b\u4e8b\u3067\u3001\u3042\u306a\u305f\u306f\u6b21\u306b\u540c\u610f\u3057\u305f\u3068\u307f\u306a\u3055\u308c\u307e\u3059:", "deletePostConfirm": "\u672c\u5f53\u306b\u3053\u306e\u6295\u7a3f\u3092\u524a\u9664\u3057\u307e\u3059\u304b\uff1f", "archivePostConfirm": "\u672c\u5f53\u306b\u3053\u306e\u6295\u7a3f\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3059\u304b\uff1f", "unarchivePostConfirm": "\u672c\u5f53\u306b\u3053\u306e\u6295\u7a3f\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u524a\u9664\u3057\u307e\u3059\u304b\uff1f" @@ -142,9 +148,23 @@ "add": "\u30b9\u30c8\u30fc\u30ea\u30fc\u3092\u8ffd\u52a0" }, "timeline": { - "peopleYouMayKnow": "\u77e5\u308a\u5408\u3044\u304b\u3082" + "peopleYouMayKnow": "\u77e5\u308a\u5408\u3044\u304b\u3082", + "onboarding": { + "welcome": "\u3088\u3046\u3053\u305d", + "thisIsYourHomeFeed": "\u3053\u308c\u306f\u3042\u306a\u305f\u306e\u30d5\u30a9\u30fc\u30e0\u30d5\u30a3\u30fc\u30c9\u3067\u3059\u3001\u30d5\u30a9\u30ed\u30fc\u3057\u3066\u3044\u308b\u30a2\u30ab\u30a6\u30f3\u30c8\u304b\u3089\u306e\u6295\u7a3f\u304c\u6642\u7cfb\u5217\u3067\u8868\u793a\u3055\u308c\u307e\u3059\u3002", + "letUsHelpYouFind": "\u8208\u5473\u306e\u3042\u308b\u4eba\u3092\u30d5\u30a9\u30ed\u30fc\u3059\u308b\u304a\u624b\u4f1d\u3044\u3092\u3057\u307e\u3059", + "refreshFeed": "\u30d5\u30a3\u30fc\u30c9\u3092\u30ea\u30d5\u30ec\u30c3\u30b7\u30e5" + } }, "hashtags": { "emptyFeed": "\u3053\u306e\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u306e\u6295\u7a3f\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f" + }, + "report": { + "report": "\u5831\u544a", + "selectReason": "\u7406\u7531\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044", + "reported": "\u5831\u544a\u6e08\u307f", + "sendingReport": "\u5831\u544a\u3092\u9001\u4fe1\u4e2d", + "thanksMsg": "\u5831\u544a\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3059\u3001\u3042\u306a\u305f\u306e\u3088\u3046\u306a\u4eba\u3005\u304c\u79c1\u9054\u306e\u30b3\u30df\u30e5\u30cb\u30c6\u30a3\u30fc\u3092\u5b89\u5168\u306b\u4fdd\u3061\u307e\u3059\uff01", + "contactAdminMsg": "\u3053\u306e\u6295\u7a3f\u307e\u305f\u306f\u5831\u544a\u306b\u3064\u3044\u3066\u7ba1\u7406\u8005\u306b\u554f\u3044\u5408\u308f\u305b\u305f\u3044\u5834\u5408" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/ko.json b/resources/assets/js/i18n/ko.json index 456929703..c0dca1379 100644 --- a/resources/assets/js/i18n/ko.json +++ b/resources/assets/js/i18n/ko.json @@ -1,24 +1,29 @@ { "common": { "comment": "\ub313\uae00", - "commented": "Commented", - "comments": "Comments", + "commented": "\ub313\uae00 \uc500", + "comments": "\ub313\uae00", "like": "\uc88b\uc544\uc694", - "liked": "Liked", - "likes": "Likes", + "liked": "\uc88b\uc544\ud568", + "likes": "\uc88b\uc544\uc694", "share": "\uacf5\uc720", - "shared": "Shared", - "shares": "Shares", - "unshare": "Unshare", + "shared": "\uacf5\uc720\ud568", + "shares": "\uacf5\uc720\ud558\uae30", + "unshare": "\uacf5\uc720 \ud574\uc81c", + "bookmark": "\ubd81\ub9c8\ud06c", "cancel": "\ucde8\uc18c", - "copyLink": "Copy Link", - "delete": "Delete", + "copyLink": "\ub9c1\ud06c \ubcf5\uc0ac", + "delete": "\uc9c0\uc6b0\uae30", "error": "\uc624\ub958", "errorMsg": "\ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub098\uc911\uc5d0 \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694.", "oops": "\uc774\ub7f0!", - "other": "\uae30\ud0c0", + "other": "\ub4f1", "readMore": "\ub354\ubcf4\uae30", "success": "\uc131\uacf5", + "proceed": "\uc9c4\ud589", + "next": "\ub2e4\uc74c", + "close": "\ub2eb\uae30", + "clickHere": "\uc5ec\uae30\ub97c \ud074\ub9ad", "sensitive": "\ubbfc\uac10\ud568 ", "sensitiveContent": "\ubbfc\uac10\ud55c \ub0b4\uc6a9", "sensitiveContentWarning": "\uc774 \uac8c\uc2dc\ubb3c\uc740 \ubbfc\uac10\ud55c \ub0b4\uc6a9\uc744 \ud3ec\ud568\ud569\ub2c8\ub2e4" @@ -33,118 +38,133 @@ "homeFeed": "\ud648 \ud53c\ub4dc", "localFeed": "\ub85c\uceec \ud53c\ub4dc", "globalFeed": "\uae00\ub85c\ubc8c \ud53c\ub4dc", - "discover": "\ubc1c\uacac\ud558\uae30", + "discover": "\ubc1c\uacac", "directMessages": "\ucabd\uc9c0", "notifications": "\uc54c\ub9bc", "groups": "\uadf8\ub8f9", - "stories": "\uc2a4\ud1a0\ub9ac", + "stories": "\uc774\uc57c\uae30", "profile": "\ud504\ub85c\ud544", "drive": "\ub4dc\ub77c\uc774\ube0c", "settings": "\uc124\uc815", "compose": "\uc0c8\ub85c \ub9cc\ub4e4\uae30", - "logout": "Logout", + "logout": "\ub85c\uadf8\uc544\uc6c3", "about": "\uc815\ubcf4", "help": "\ub3c4\uc6c0\ub9d0", "language": "\uc5b8\uc5b4", "privacy": "\uac1c\uc778\uc815\ubcf4", "terms": "\uc57d\uad00", - "backToPreviousDesign": "\uc774\uc804 \ub514\uc790\uc778\uc73c\ub85c \ub3cc\uc544\uac00\uae30" + "backToPreviousDesign": "\uc774\uc804 \ub514\uc790\uc778\uc73c\ub85c \ub418\ub3cc\ub9ac\uae30" }, "directMessages": { - "inbox": "\ubc1b\uc740 \ud3b8\uc9c0\ud568", + "inbox": "\ubc1b\uc740\ucabd\uc9c0\ud568", "sent": "\ubcf4\ub0c4", "requests": "\uc694\uccad \ub0b4\uc5ed" }, "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" + "liked": "\ub0b4\uac00 \uc88b\uc544\ud55c", + "commented": "\ub0b4 \ub313\uae00", + "reacted": "\ub0b4 \ubc18\uc751", + "shared": "\ub0b4\uac00 \uacf5\uc720\ud568", + "tagged": "\ub0b4\uac00 \ud0dc\uadf8\ub428", + "updatedA": "\uc5c5\ub370\uc774\ud2b8", + "sentA": "\ubcf4\ub0b8 \uc774", + "followed": "\ub2d8\uc774 \ud314\ub85c\uc6b0", + "mentioned": " \ub2d8\uc73c\ub85c\ubd80\ud130\uc758 \uba58\uc158", + "you": "\ub098", + "yourApplication": "\uac00\uc785 \uc2e0\uccad\uc11c \uc791\uc131", + "applicationApproved": "\uc2b9\uc778\ub418\uc5c8\uc2b5\ub2c8\ub2e4!", + "applicationRejected": "\uc774 \ubc18\ub824\ub418\uc5c8\uc2b5\ub2c8\ub2e4. 6\uac1c\uc6d4 \ud6c4\uc5d0 \ub2e4\uc2dc \uc7ac\uc2e0\uccad\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.", + "dm": "DM", + "groupPost": "\ubb36\uc5b4 \ubc1c\ud589", + "modlog": "\ubaa8\ub4dc\ub85c\uadf8", + "post": "\ubc1c\ud589", + "story": "\uc774\uc57c\uae30", + "noneFound": "\uc54c\ub9bc\uc744 \ucc3e\uc744 \uc218 \uc5c6\uc74c" }, "post": { - "shareToFollowers": "Share to followers", - "shareToOther": "Share to other", - "noLikes": "No likes yet", - "uploading": "Uploading" + "shareToFollowers": "\ud314\ub85c\uc6cc\uc5d0\uac8c \uacf5\uc720\ud558\uae30", + "shareToOther": "\ub2e4\ub978 \uacf3\uc5d0 \uacf5\uc720\ud558\uae30", + "noLikes": "\uc544\uc9c1 \uc88b\uc544\uc694 \uc5c6\uc74c", + "uploading": "\uc5c5\ub85c\ub4dc \uc911" }, "profile": { - "posts": "Posts", - "followers": "Followers", - "following": "Following", - "admin": "Admin", - "collections": "Collections", - "follow": "Follow", - "unfollow": "Unfollow", - "editProfile": "Edit Profile", - "followRequested": "Follow Requested", - "joined": "Joined", - "emptyCollections": "We can't seem to find any collections", - "emptyPosts": "We can't seem to find any posts" + "posts": "\ubc1c\ud589\ubb3c", + "followers": "\ud314\ub85c\uc6cc", + "following": "\ud314\ub85c\uc789", + "admin": "\uad00\ub9ac\uc790", + "collections": "\uceec\ub809\uc158", + "follow": "\ud314\ub85c\uc6b0", + "unfollow": "\uc5b8\ud314\ub85c\uc6b0", + "editProfile": "\ud504\ub85c\ud544 \ud3b8\uc9d1", + "followRequested": "\ud314\ub85c\uc6b0 \uc694\uccad\ud568", + "joined": "\uac00\uc785\ud568", + "emptyCollections": "\uc544\ubb34 \uceec\ub809\uc158\ub3c4 \ubcf4\uc774\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.", + "emptyPosts": "\uc544\ubb34 \ubc1c\ud589\ubb3c\ub3c4 \ubcf4\uc774\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4." }, "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", + "viewPost": "\ubc1c\ud589\ubb3c \ubcf4\uae30", + "viewProfile": "\ud504\ub85c\ud544 \ubcf4\uae30", + "moderationTools": "\uc911\uc7ac \ub3c4\uad6c", + "report": "\uc2e0\uace0", + "archive": "\ubcf4\uad00", + "unarchive": "\ubcf4\uad00 \ud574\uc81c", + "embed": "\uc784\ubca0\ub4dc", + "selectOneOption": "\ub2e4\uc74c\uc758 \uc120\ud0dd\uc0ac\ud56d \uc911 \ud558\ub098\ub97c \uace0\ub974\uc138\uc694.", + "unlistFromTimelines": "\ud0c0\uc784\ub77c\uc778\uc5d0\uc11c \uc81c\uc678", + "addCW": "\ub0b4\uc6a9 \uacbd\uace0 \ubd99\uc774\uae30", + "removeCW": "\ub0b4\uc6a9 \uacbd\uace0 \ub5bc\uae30", + "markAsSpammer": "\uc2a4\ud328\uba38\ub85c \ud45c\uc2dc", + "markAsSpammerText": "\ud604\uc874 \ubc0f \ubbf8\ub798 \ubc1c\ud589\ubb3c\uc5d0 \ubbf8\ub4f1\uc7ac \ubc0f \ub0b4\uc6a9 \uacbd\uace0", "spam": "\uc2a4\ud338", "sensitive": "\ubbfc\uac10\ud55c \ub0b4\uc6a9", - "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.", + "abusive": "\uac00\ud559 \ub610\ub294 \uc720\ud574", + "underageAccount": "\ubbf8\uc131\ub144 \uacc4\uc815", + "copyrightInfringement": "\uc800\uc791\uad8c \uc704\ubc18", + "impersonation": "\uc0ac\uce6d", + "scamOrFraud": "\uc2a4\ud338 \ub610\ub294 \uc0ac\uae30", + "confirmReport": "\uc2e0\uace0 \ud655\uc778", + "confirmReportText": "\uc774 \uac8c\uc2dc\ubb3c\uc744 \uc81c\ubcf4\ud560\uae4c\uc694?", + "reportSent": "\uc2e0\uace0 \ubc1c\uc1a1!", + "reportSentText": "\uc81c\ubcf4\ub97c \uc798 \uc218\ub839\ud558\uc600\uc2b5\ub2c8\ub2e4.", "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", + "modAddCWConfirm": "\uc774 \uac8c\uc2dc\ubb3c\uc774 \ub0b4\uc6a9 \uacbd\uace0\ub97c \ubd99\uc77c\uae4c\uc694?", + "modCWSuccess": "\ub0b4\uc6a9\uacbd\uace0\ub97c \ubd99\uc784", "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", - "modRemoveCWSuccess": "Successfully removed content warning", + "modRemoveCWSuccess": "\ub0b4\uc6a9\uacbd\uace0\ub97c \ub5cc", "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", + "modUnlistSuccess": "\ubc1c\ud589\ubb3c \ubbf8\ub4f1\uc7ac \ucc98\ub9ac\ub97c \ub9c8\ucce4\uc2b5\ub2c8\ub2e4.", + "modMarkAsSpammerConfirm": "\ud574\ub2f9 \uc774\uc6a9\uc790\ub97c \uc815\ub9d0 \uc2a4\ud328\uba38\ub85c \ud45c\uc2dc\ud560\uae4c\uc694?\n\ub0b4\uc6a9 \uacbd\uace0\uac00 \uc801\uc6a9\ub418\uba70 \uc774\uc804\uacfc \uc774\ud6c4\uc758 \ubaa8\ub4e0 \ubc1c\ud589\ubb3c\uc774 \ud0c0\uc784\ub77c\uc778\uc5d0 \ubbf8\ub4f1\uc7ac\ub429\ub2c8\ub2e4.", + "modMarkAsSpammerSuccess": "\uc2a4\ud328\uba38 \uacc4\uc815\uc73c\ub85c \ud45c\uc2dc\ud568", + "toFollowers": "\ud314\ub85c\uc6cc", + "showCaption": "\uc790\ub9c9 \ubcf4\uc774\uae30", + "showLikes": "\uc88b\uc544\uc694 \ubcf4\uae30", + "compactMode": "\ucf64\ud329\ud2b8 \ubaa8\ub4dc", "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?" + "archivePostConfirm": "\uc774 \ubc1c\ud589\ubb3c\uc744 \uc815\ub9d0 \ubcf4\uad00\ud560\uae4c\uc694?", + "unarchivePostConfirm": "\uc774 \ubc1c\ud589\ubb3c\uc744 \uc815\ub9d0 \ubcf4\uad00 \ucde8\uc18c\ud560\uae4c\uc694?" }, "story": { - "add": "Add Story" + "add": "\uc774\uc57c\uae30 \ucd94\uac00" }, "timeline": { - "peopleYouMayKnow": "People you may know" + "peopleYouMayKnow": "\uc54c \uc218\ub3c4 \uc788\ub294 \uc0ac\ub78c", + "onboarding": { + "welcome": "\ubc18\uac00\uc6cc\uc694", + "thisIsYourHomeFeed": "\uc774\uacf3\uc740 \ud314\ub85c\uc6b0 \ud55c \uac8c\uc2dc\ubb3c\uc744 \uc2dc\uac04 \uc21c\uc73c\ub85c \ubcf4\uc5ec\uc8fc\ub294 \ud648 \ud53c\ub4dc\uc608\uc694.", + "letUsHelpYouFind": "Let us help you find some interesting people to follow", + "refreshFeed": "\ub0b4 \ud53c\ub4dc \uc0c8\ub85c \uace0\uce68" + } }, "hashtags": { "emptyFeed": "We can't seem to find any posts for this hashtag" + }, + "report": { + "report": "\uc2e0\uace0", + "selectReason": "\uc774\uc720 \uace0\ub974\uae30", + "reported": "\uc2e0\uace0 \ub9c8\uce68", + "sendingReport": "\uc2e0\uace0 \ubcf4\ub0b4\ub294 \uc911", + "thanksMsg": "Thanks for the report, people like you help keep our community safe!", + "contactAdminMsg": "If you'd like to contact an administrator about this post or report" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/me.json b/resources/assets/js/i18n/me.json index 1acb08636..fc91f9371 100644 --- a/resources/assets/js/i18n/me.json +++ b/resources/assets/js/i18n/me.json @@ -10,6 +10,7 @@ "shared": "Shared", "shares": "Shares", "unshare": "Unshare", + "bookmark": "Bookmark", "cancel": "Cancel", "copyLink": "Copy Link", "delete": "Delete", @@ -19,6 +20,10 @@ "other": "Other", "readMore": "Read more", "success": "Success", + "proceed": "Proceed", + "next": "Next", + "close": "Close", + "clickHere": "click here", "sensitive": "Sensitive", "sensitiveContent": "Sensitive Content", "sensitiveContentWarning": "This post may contain sensitive content" @@ -73,7 +78,8 @@ "groupPost": "group post", "modlog": "modlog", "post": "post", - "story": "story" + "story": "story", + "noneFound": "No notifications found" }, "post": { "shareToFollowers": "Share to followers", @@ -142,9 +148,23 @@ "add": "Add Story" }, "timeline": { - "peopleYouMayKnow": "People you may know" + "peopleYouMayKnow": "People you may know", + "onboarding": { + "welcome": "Welcome", + "thisIsYourHomeFeed": "This is your home feed, a chronological feed of posts from accounts you follow.", + "letUsHelpYouFind": "Let us help you find some interesting people to follow", + "refreshFeed": "Refresh my feed" + } }, "hashtags": { "emptyFeed": "We can't seem to find any posts for this hashtag" + }, + "report": { + "report": "Report", + "selectReason": "Select a reason", + "reported": "Reported", + "sendingReport": "Sending report", + "thanksMsg": "Thanks for the report, people like you help keep our community safe!", + "contactAdminMsg": "If you'd like to contact an administrator about this post or report" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/mk.json b/resources/assets/js/i18n/mk.json index 1acb08636..fc91f9371 100644 --- a/resources/assets/js/i18n/mk.json +++ b/resources/assets/js/i18n/mk.json @@ -10,6 +10,7 @@ "shared": "Shared", "shares": "Shares", "unshare": "Unshare", + "bookmark": "Bookmark", "cancel": "Cancel", "copyLink": "Copy Link", "delete": "Delete", @@ -19,6 +20,10 @@ "other": "Other", "readMore": "Read more", "success": "Success", + "proceed": "Proceed", + "next": "Next", + "close": "Close", + "clickHere": "click here", "sensitive": "Sensitive", "sensitiveContent": "Sensitive Content", "sensitiveContentWarning": "This post may contain sensitive content" @@ -73,7 +78,8 @@ "groupPost": "group post", "modlog": "modlog", "post": "post", - "story": "story" + "story": "story", + "noneFound": "No notifications found" }, "post": { "shareToFollowers": "Share to followers", @@ -142,9 +148,23 @@ "add": "Add Story" }, "timeline": { - "peopleYouMayKnow": "People you may know" + "peopleYouMayKnow": "People you may know", + "onboarding": { + "welcome": "Welcome", + "thisIsYourHomeFeed": "This is your home feed, a chronological feed of posts from accounts you follow.", + "letUsHelpYouFind": "Let us help you find some interesting people to follow", + "refreshFeed": "Refresh my feed" + } }, "hashtags": { "emptyFeed": "We can't seem to find any posts for this hashtag" + }, + "report": { + "report": "Report", + "selectReason": "Select a reason", + "reported": "Reported", + "sendingReport": "Sending report", + "thanksMsg": "Thanks for the report, people like you help keep our community safe!", + "contactAdminMsg": "If you'd like to contact an administrator about this post or report" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/nl.json b/resources/assets/js/i18n/nl.json index 9d49929a1..d8d468338 100644 --- a/resources/assets/js/i18n/nl.json +++ b/resources/assets/js/i18n/nl.json @@ -10,6 +10,7 @@ "shared": "Gedeeld", "shares": "Gedeeld door", "unshare": "Niet meer delen", + "bookmark": "Bladwijzer", "cancel": "Annuleren", "copyLink": "Link kopi\u00ebren", "delete": "Verwijderen", @@ -19,6 +20,10 @@ "other": "Anders", "readMore": "Lees meer", "success": "Geslaagd", + "proceed": "Doorgaan", + "next": "Volgende", + "close": "Sluiten", + "clickHere": "klik hier", "sensitive": "Gevoelig", "sensitiveContent": "Gevoelige inhoud", "sensitiveContentWarning": "Deze post kan gevoelige inhoud bevatten" @@ -42,7 +47,7 @@ "drive": "Drive", "settings": "Instellingen", "compose": "Nieuwe aanmaken", - "logout": "Logout", + "logout": "Uitloggen", "about": "Over", "help": "Hulp", "language": "Taal", @@ -73,7 +78,8 @@ "groupPost": "groepspost", "modlog": "modlogboek", "post": "post", - "story": "verhaal" + "story": "verhaal", + "noneFound": "Geen notificaties gevonden" }, "post": { "shareToFollowers": "Deel met volgers", @@ -92,8 +98,8 @@ "editProfile": "Profiel bewerken", "followRequested": "Volgen verzocht", "joined": "Lid geworden", - "emptyCollections": "We can't seem to find any collections", - "emptyPosts": "We can't seem to find any posts" + "emptyCollections": "We kunnen geen collecties vinden", + "emptyPosts": "We kunnen geen posts vinden" }, "menu": { "viewPost": "Post bekijken", @@ -142,9 +148,23 @@ "add": "Verhaal toevoegen" }, "timeline": { - "peopleYouMayKnow": "Mensen die u misschien kent" + "peopleYouMayKnow": "Mensen die u misschien kent", + "onboarding": { + "welcome": "Welkom", + "thisIsYourHomeFeed": "Dit is je thuisfeed, een chronologische feed van accounts die je volgt.", + "letUsHelpYouFind": "Laat ons u helpen interessante mensen te vinden om te volgen", + "refreshFeed": "Mijn feed vernieuwen" + } }, "hashtags": { - "emptyFeed": "We can't seem to find any posts for this hashtag" + "emptyFeed": "We kunnen geen berichten voor deze hashtag vinden" + }, + "report": { + "report": "Rapporteren", + "selectReason": "Een reden selecteren", + "reported": "Gerapporteerd", + "sendingReport": "Rapport versturen", + "thanksMsg": "Bedankt voor het rapport, mensen zoals u helpen onze gemeenschap veilig te houden!", + "contactAdminMsg": "Als u over dit bericht of rapport contact wilt opnemen met een beheerder" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/no.json b/resources/assets/js/i18n/no.json index 1acb08636..a9a97c18f 100644 --- a/resources/assets/js/i18n/no.json +++ b/resources/assets/js/i18n/no.json @@ -1,150 +1,170 @@ { "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" + "comment": "Kommenter", + "commented": "Kommenterte", + "comments": "Kommentarer", + "like": "Lik", + "liked": "Likt", + "likes": "Liker", + "share": "Del", + "shared": "Delt", + "shares": "Delinger", + "unshare": "Fjern deling", + "bookmark": "Bookmerk", + "cancel": "Avbryt", + "copyLink": "Kopier lenke", + "delete": "Slett", + "error": "Feil", + "errorMsg": "Noe gikk galt. Vennligst pr\u00f8v igjen senere.", + "oops": "Oi sann!", + "other": "Annet", + "readMore": "Les mer", + "success": "Suksess", + "proceed": "Fortsett", + "next": "Neste", + "close": "Lukk", + "clickHere": "klikk her", + "sensitive": "Sensitivt", + "sensitiveContent": "Sensitivt innhold", + "sensitiveContentWarning": "Dette innlegget kan inneholde sensitivt innhold" }, "site": { - "terms": "Terms of Use", - "privacy": "Privacy Policy" + "terms": "Bruksvilk\u00e5r", + "privacy": "Retningslinjer for personvern" }, "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", - "logout": "Logout", - "about": "About", - "help": "Help", - "language": "Language", - "privacy": "Privacy", - "terms": "Terms", - "backToPreviousDesign": "Go back to previous design" + "search": "S\u00f8k", + "admin": "Administrasjonspanel", + "homeFeed": "Hjemstr\u00f8m", + "localFeed": "Lokal str\u00f8m", + "globalFeed": "Global str\u00f8m", + "discover": "Utforsk", + "directMessages": "Direktemeldinger", + "notifications": "Notifikasjoner", + "groups": "Grupper", + "stories": "Historier", + "profile": "Profil", + "drive": "Drev", + "settings": "Innstillinger", + "compose": "Opprett ny", + "logout": "Logg ut", + "about": "Om", + "help": "Hjelp", + "language": "Spr\u00e5k", + "privacy": "Personvern", + "terms": "Vilk\u00e5r", + "backToPreviousDesign": "G\u00e5 tilbake til forrige design" }, "directMessages": { - "inbox": "Inbox", - "sent": "Sent", - "requests": "Requests" + "inbox": "Innboks", + "sent": "Sendt", + "requests": "Foresp\u00f8rsler" }, "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.", + "liked": "likte din", + "commented": "kommenterte din", + "reacted": "reagerte p\u00e5 din", + "shared": "delte din", + "tagged": "tagget deg i en", + "updatedA": "oppdaterte en", + "sentA": "sendte en", + "followed": "fulgte", + "mentioned": "nevnte", + "you": "deg", + "yourApplication": "Din deltagelsess\u00f8knad", + "applicationApproved": "ble godkjent!", + "applicationRejected": "ble avvist. Du san s\u00f8ke p\u00e5 nytt om 6 m\u00e5neder.", "dm": "dm", - "groupPost": "group post", - "modlog": "modlog", - "post": "post", - "story": "story" + "groupPost": "gruppeinnlegg", + "modlog": "modlogg", + "post": "innlegg", + "story": "historie", + "noneFound": "Ingen nye varsler" }, "post": { - "shareToFollowers": "Share to followers", - "shareToOther": "Share to other", - "noLikes": "No likes yet", - "uploading": "Uploading" + "shareToFollowers": "Del med f\u00f8lgere", + "shareToOther": "Del til andre", + "noLikes": "Ingen liker enn\u00e5", + "uploading": "Laster opp" }, "profile": { - "posts": "Posts", - "followers": "Followers", - "following": "Following", - "admin": "Admin", - "collections": "Collections", - "follow": "Follow", - "unfollow": "Unfollow", - "editProfile": "Edit Profile", - "followRequested": "Follow Requested", - "joined": "Joined", - "emptyCollections": "We can't seem to find any collections", - "emptyPosts": "We can't seem to find any posts" + "posts": "Innlegg", + "followers": "F\u00f8lgere", + "following": "F\u00f8lger", + "admin": "Administrer", + "collections": "Samlinger", + "follow": "F\u00f8lg", + "unfollow": "Slutt \u00e5 f\u00f8lge", + "editProfile": "Rediger profil", + "followRequested": "F\u00f8lgeforesp\u00f8rsler", + "joined": "Ble med", + "emptyCollections": "Vi kunne ikke finne noen samlinger", + "emptyPosts": "Vi kunne ikke finne noen innlegg" }, "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", + "viewPost": "Vis innlegg", + "viewProfile": "Vis profil", + "moderationTools": "Modereringsverkt\u00f8y", + "report": "Rapporter", + "archive": "Arkiver", + "unarchive": "Fjern fra arkiv", + "embed": "Bygg inn", + "selectOneOption": "Velg ett av f\u00f8lgende alternativer", + "unlistFromTimelines": "Fjern fra tidslinjer", + "addCW": "Legg til innholdsvarsel", + "removeCW": "Fjern innholdsvarsel", + "markAsSpammer": "Marker som spammer", + "markAsSpammerText": "Avlisting + innholdsvarsel p\u00e5 eksisterende og fremtidige innlegg", "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?" + "sensitive": "Sensitivt innhold", + "abusive": "Krenkende eller skadelig", + "underageAccount": "Mindre\u00e5rig konto", + "copyrightInfringement": "Brudd p\u00e5 opphavsrett", + "impersonation": "Imitering", + "scamOrFraud": "S\u00f8ppelpost eller svindel", + "confirmReport": "Bekreft rapport", + "confirmReportText": "Er du sikker p\u00e5 at du vil rapportere dette innlegget?", + "reportSent": "Rapporten er sendt!", + "reportSentText": "Vi har mottatt din rapport.", + "reportSentError": "Der var et problem med \u00e5 rapportere dette innlegget.", + "modAddCWConfirm": "Er du sikker p\u00e5 at du vil legge til et innholdsvarsel p\u00e5 dette innlegget?", + "modCWSuccess": "Innholdsvarsel ble lagt til", + "modRemoveCWConfirm": "Er du sikker p\u00e5 at du vil fjerne innholdsvarselet for dette innlegget?", + "modRemoveCWSuccess": "Innholdsvarsel ble fjernet", + "modUnlistConfirm": "Er du sikker p\u00e5 at du vil avliste dette innlegget?", + "modUnlistSuccess": "Avlistet innlegget", + "modMarkAsSpammerConfirm": "Er du sikker p\u00e5 at du vil markere denne brukeren som en spammer? Alle eksisterende og fremtidige innlegg vil bli avlistet p\u00e5 tidslinjer og et innholdsvarsel vil bli lagt til.", + "modMarkAsSpammerSuccess": "Vellykket markering av konto som spammer", + "toFollowers": "til f\u00f8lgere", + "showCaption": "Vis bildetekst", + "showLikes": "Vis liker", + "compactMode": "Kompaktmodus", + "embedConfirmText": "Ved \u00e5 bruke denne innbakingen, godtar du v\u00e5r", + "deletePostConfirm": "Er du sikker p\u00e5 at du vil slette dette innlegget?", + "archivePostConfirm": "Er du sikker p\u00e5 at du vil arkiveren dette innlegget?", + "unarchivePostConfirm": "Er du sikker p\u00e5 at vil hente dette innlegget tilbake fra arkivet?" }, "story": { - "add": "Add Story" + "add": "Legg til historie" }, "timeline": { - "peopleYouMayKnow": "People you may know" + "peopleYouMayKnow": "Folk du kanskje kjenner", + "onboarding": { + "welcome": "Velkommen", + "thisIsYourHomeFeed": "Dette er din hjemstr\u00f8m, en kronologisk str\u00f8m av innlegg fra konti du f\u00f8lger.", + "letUsHelpYouFind": "La oss hjelpe deg \u00e5 finne noen interessante folk \u00e5 f\u00f8lge", + "refreshFeed": "Oppdater str\u00f8mmen min" + } }, "hashtags": { - "emptyFeed": "We can't seem to find any posts for this hashtag" + "emptyFeed": "Vi kunne ikke finne noen innlegg for denne emneknaggen" + }, + "report": { + "report": "Rapporter", + "selectReason": "Velg en \u00e5rsak", + "reported": "Rapportert", + "sendingReport": "Sender rapport", + "thanksMsg": "Takk for at du rapporte, folk som deg hjelper med \u00e5 holde fellesskapet trygt!", + "contactAdminMsg": "Om du \u00f8nsker \u00e5 kontakte en administrator for dette innlegget eller denne rapporten" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/oc.json b/resources/assets/js/i18n/oc.json index 0fca07e45..ab65f4408 100644 --- a/resources/assets/js/i18n/oc.json +++ b/resources/assets/js/i18n/oc.json @@ -1,58 +1,63 @@ { "common": { "comment": "Comentar", - "commented": "Commented", - "comments": "Comments", - "like": "Like", - "liked": "Liked", - "likes": "Likes", - "share": "Share", - "shared": "Shared", - "shares": "Shares", - "unshare": "Unshare", + "commented": "Comentat", + "comments": "Comentaris", + "like": "Agradar", + "liked": "Agradat", + "likes": "Aqu\u00f2 m'agrada", + "share": "Partejar", + "shared": "Partejat", + "shares": "Partages", + "unshare": "Partejar pas mai", + "bookmark": "Marcapaginas", "cancel": "Anullar", - "copyLink": "Copy Link", - "delete": "Delete", + "copyLink": "Copiar lo ligam", + "delete": "Suprimir", "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" + "errorMsg": "Una error es subrevenguda. Volgatz tornar ensajar mai tard.", + "oops": "Ops!", + "other": "Autre", + "readMore": "Ne legir mai", + "success": "Capitada", + "proceed": "Contunhar", + "next": "Seguent", + "close": "Tampar", + "clickHere": "clicatz aic\u00ed", + "sensitive": "Sensible", + "sensitiveContent": "Contengut sensible", + "sensitiveContentWarning": "Lo contengut d'aquela publicacion poiri\u00e1 \u00e8sser sensibla" }, "site": { - "terms": "Terms of Use", - "privacy": "Privacy Policy" + "terms": "Condicions d'utilizacion", + "privacy": "Politica de confidencialitat" }, "navmenu": { - "search": "Search", - "admin": "Admin Dashboard", - "homeFeed": "Home Feed", - "localFeed": "Local Feed", + "search": "Cercar", + "admin": "Tabl\u00e8u de mandas d'administracion", + "homeFeed": "Flux principal", + "localFeed": "Flux local", "globalFeed": "Global Feed", - "discover": "Discover", + "discover": "Descobrir", "directMessages": "Direct Messages", "notifications": "Notifications", - "groups": "Groups", - "stories": "Stories", - "profile": "Profile", + "groups": "Grops", + "stories": "Contes", + "profile": "Perfil", "drive": "Drive", - "settings": "Settings", - "compose": "Create New", - "logout": "Logout", - "about": "About", - "help": "Help", - "language": "Language", - "privacy": "Privacy", - "terms": "Terms", + "settings": "Param\u00e8tres", + "compose": "Ajustar una nov\u00e8la", + "logout": "", + "about": "A prepaus", + "help": "Ajuda", + "language": "Lenga", + "privacy": "Confidencialitat", + "terms": "Condicions d\u2019utilizacion", "backToPreviousDesign": "Go back to previous design" }, "directMessages": { - "inbox": "Inbox", - "sent": "Sent", + "inbox": "Dintrant", + "sent": "Mandats", "requests": "Requests" }, "notifications": { @@ -61,19 +66,20 @@ "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", + "updatedA": "actualizat un", + "sentA": "a enviat un", + "followed": "s'es abonat a", + "mentioned": "a mencionat", + "you": "vos", + "yourApplication": "V\u00f2stra candidatura a rej\u00f3nher", + "applicationApproved": "es estada aprovada!", + "applicationRejected": "es estada regetada.", + "dm": "messatge privat", "groupPost": "group post", "modlog": "modlog", "post": "post", - "story": "story" + "story": "story", + "noneFound": "No notifications found" }, "post": { "shareToFollowers": "Share to followers", @@ -106,7 +112,7 @@ "selectOneOption": "Select one of the following options", "unlistFromTimelines": "Unlist from Timelines", "addCW": "Add Content Warning", - "removeCW": "Remove Content Warning", + "removeCW": "Lo t\u00e8xte es rescondut jos l\u2019avertiment", "markAsSpammer": "Mark as Spammer", "markAsSpammerText": "Unlist + CW existing and future posts", "spam": "Spam", @@ -142,9 +148,23 @@ "add": "Apondre Story" }, "timeline": { - "peopleYouMayKnow": "Personas que coneiss\u00e8tz benl\u00e8u" + "peopleYouMayKnow": "Personas que coneiss\u00e8tz benl\u00e8u", + "onboarding": { + "welcome": "Benvengut", + "thisIsYourHomeFeed": "This is your home feed, a chronological feed of posts from accounts you follow.", + "letUsHelpYouFind": "Let us help you find some interesting people to follow", + "refreshFeed": "Refresh my feed" + } }, "hashtags": { "emptyFeed": "We can't seem to find any posts for this hashtag" + }, + "report": { + "report": "Report", + "selectReason": "Select a reason", + "reported": "Reported", + "sendingReport": "Sending report", + "thanksMsg": "Thanks for the report, people like you help keep our community safe!", + "contactAdminMsg": "If you'd like to contact an administrator about this post or report" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/pl.json b/resources/assets/js/i18n/pl.json index fbbcf029e..34ebf7647 100644 --- a/resources/assets/js/i18n/pl.json +++ b/resources/assets/js/i18n/pl.json @@ -10,6 +10,7 @@ "shared": "Udost\u0119pnione", "shares": "Udost\u0119pnione", "unshare": "Anuluj udost\u0119pnianie", + "bookmark": "Zak\u0142adka", "cancel": "Anuluj", "copyLink": "Kopiuj Link", "delete": "Usu\u0144", @@ -19,6 +20,10 @@ "other": "Inne", "readMore": "Czytaj wi\u0119cej", "success": "Sukces", + "proceed": "Kontynuuj", + "next": "Nast\u0119pny", + "close": "Zamknij", + "clickHere": "kliknij tutaj", "sensitive": "Wra\u017cliwe", "sensitiveContent": "Tre\u015b\u0107 wra\u017cliwa", "sensitiveContentWarning": "Ten post mo\u017ce zawiera\u0107 wra\u017cliwe tre\u015bci" @@ -42,7 +47,7 @@ "drive": "Dysk", "settings": "Ustawienia", "compose": "Utw\u00f3rz nowy", - "logout": "Logout", + "logout": "Wyloguj si\u0119", "about": "O nas", "help": "Pomoc", "language": "J\u0119zyk", @@ -73,7 +78,8 @@ "groupPost": "post grupowy", "modlog": "logi", "post": "post", - "story": "opowie\u015b\u0107" + "story": "opowie\u015b\u0107", + "noneFound": "Brak powiadomie\u0144" }, "post": { "shareToFollowers": "Udost\u0119pnij obserwuj\u0105cym", @@ -142,9 +148,23 @@ "add": "Dodaj Opowie\u015b\u0107" }, "timeline": { - "peopleYouMayKnow": "Ludzie, kt\u00f3rych mo\u017cesz zna\u0107" + "peopleYouMayKnow": "Ludzie, kt\u00f3rych mo\u017cesz zna\u0107", + "onboarding": { + "welcome": "Witaj", + "thisIsYourHomeFeed": "To jest Tw\u00f3j kana\u0142 g\u0142\u00f3wny, chronologiczny kana\u0142 wpis\u00f3w z kont, kt\u00f3re \u015bledzisz.", + "letUsHelpYouFind": "Pomo\u017cemy Ci znale\u017a\u0107 ciekawych ludzi do obserwowania", + "refreshFeed": "Od\u015bwie\u017c m\u00f3j kana\u0142" + } }, "hashtags": { "emptyFeed": "Nie mo\u017cemy znale\u017a\u0107 \u017cadnych post\u00f3w dla tego hasztaga" + }, + "report": { + "report": "Zg\u0142o\u015b", + "selectReason": "Wybierz przyczyn\u0119", + "reported": "Zg\u0142oszono", + "sendingReport": "Wysy\u0142anie zg\u0142oszenia", + "thanksMsg": "Dzi\u0119kujemy za zg\u0142oszenie, ludzie tacy jak ty pomagaj\u0105 chroni\u0107 nasz\u0105 spo\u0142eczno\u015b\u0107!", + "contactAdminMsg": "Je\u015bli chcesz skontaktowa\u0107 si\u0119 z administratorem w sprawie tego wpisu lub go zg\u0142osi\u0107" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/pt.json b/resources/assets/js/i18n/pt.json index b98b0a5d1..f3eb9a64f 100644 --- a/resources/assets/js/i18n/pt.json +++ b/resources/assets/js/i18n/pt.json @@ -3,148 +3,168 @@ "comment": "Comentar", "commented": "Comentado", "comments": "Coment\u00e1rios", - "like": "Curtir", - "liked": "Curtiu", - "likes": "Curtidas", - "share": "Compartilhar", - "shared": "Compartilhado", - "shares": "Compartilhamentos", - "unshare": "Desfazer compartilhamento", + "like": "Gosto", + "liked": "Gostei", + "likes": "Gostos", + "share": "Partilhar", + "shared": "Partilhado", + "shares": "Partilhas", + "unshare": "Despartilhar", + "bookmark": "Favorito", "cancel": "Cancelar", "copyLink": "Copiar link", - "delete": "Apagar", + "delete": "Eliminar", "error": "Erro", - "errorMsg": "Algo deu errado. Por favor, tente novamente mais tarde.", - "oops": "Opa!", + "errorMsg": "Algo correu mal. Por favor, tente novamente mais tarde.", + "oops": "Oops!", "other": "Outro", - "readMore": "Leia mais", + "readMore": "Ler mais", "success": "Sucesso", + "proceed": "Continuar", + "next": "Seguinte", + "close": "Fechar", + "clickHere": "clique aqui", "sensitive": "Sens\u00edvel", "sensitiveContent": "Conte\u00fado sens\u00edvel", - "sensitiveContentWarning": "Esta publica\u00e7\u00e3o pode conter conte\u00fado inapropriado" + "sensitiveContentWarning": "Este post pode conter conte\u00fado sens\u00edvel" }, "site": { "terms": "Termos de Uso", "privacy": "Pol\u00edtica de Privacidade" }, "navmenu": { - "search": "Pesquisar", - "admin": "Painel do Administrador", - "homeFeed": "P\u00e1gina inicial", + "search": "Pesquisa", + "admin": "Painel de Administra\u00e7\u00e3o", + "homeFeed": "Inicio", "localFeed": "Feed local", "globalFeed": "Feed global", - "discover": "Explorar", - "directMessages": "Mensagens privadas", + "discover": "Descobrir", + "directMessages": "Mensagens Diretas", "notifications": "Notifica\u00e7\u00f5es", "groups": "Grupos", - "stories": "Hist\u00f3rias", + "stories": "Stories", "profile": "Perfil", - "drive": "M\u00eddias", - "settings": "Configura\u00e7\u00f5es", + "drive": "Disco", + "settings": "Defini\u00e7\u00f5es", "compose": "Criar novo", - "logout": "Sair", + "logout": "Terminar Sess\u00e3o", "about": "Sobre", "help": "Ajuda", "language": "Idioma", "privacy": "Privacidade", "terms": "Termos", - "backToPreviousDesign": "Voltar ao design anterior" + "backToPreviousDesign": "Voltar ao design antigo" }, "directMessages": { - "inbox": "Caixa de entrada", + "inbox": "Caixa de Entrada", "sent": "Enviadas", - "requests": "Solicita\u00e7\u00f5es" + "requests": "Pedidos" }, "notifications": { - "liked": "curtiu seu", - "commented": "comentou em seu", + "liked": "gostou do seu", + "commented": "comentou no seu", "reacted": "reagiu ao seu", - "shared": "compartilhou seu", - "tagged": "marcou voc\u00ea em um", - "updatedA": "atualizou um(a)", + "shared": "Partilhou o seu", + "tagged": "marcou voc\u00ea numa publica\u00e7\u00e3o", + "updatedA": "atualizou", "sentA": "enviou um", "followed": "seguiu", - "mentioned": "mencionado", + "mentioned": "mencionou", "you": "voc\u00ea", - "yourApplication": "Sua inscri\u00e7\u00e3o para participar", + "yourApplication": "A sua candidatura para se juntar", "applicationApproved": "foi aprovado!", - "applicationRejected": "foi rejeitado. Voc\u00ea pode se inscrever novamente para participar em 6 meses.", - "dm": "mensagem direta", - "groupPost": "postagem do grupo", + "applicationRejected": "foi rejeitado. Voc\u00ea pode inscrever-se novamente em 6 meses.", + "dm": "dm", + "groupPost": "publica\u00e7\u00e3o de grupo", "modlog": "hist\u00f3rico de modera\u00e7\u00e3o", "post": "publica\u00e7\u00e3o", - "story": "hist\u00f3ria" + "story": "story", + "noneFound": "Nenhuma notifica\u00e7\u00e3o encontrada" }, "post": { - "shareToFollowers": "Compartilhar com os seguidores", - "shareToOther": "Compartilhar com outros", - "noLikes": "Ainda sem curtidas", - "uploading": "Enviando" + "shareToFollowers": "Partilhar com os seguidores", + "shareToOther": "Partilhar com outros", + "noLikes": "Ainda sem gostos", + "uploading": "A enviar" }, "profile": { "posts": "Publica\u00e7\u00f5es", "followers": "Seguidores", - "following": "Seguindo", - "admin": "Administrador", + "following": "A seguir", + "admin": "Admin", "collections": "Cole\u00e7\u00f5es", "follow": "Seguir", "unfollow": "Deixar de seguir", "editProfile": "Editar Perfil", - "followRequested": "Solicita\u00e7\u00e3o de seguir enviada", - "joined": "Entrou", + "followRequested": "Pedido para seguir enviado", + "joined": "Juntou-se", "emptyCollections": "N\u00e3o conseguimos encontrar nenhuma cole\u00e7\u00e3o", - "emptyPosts": "N\u00e3o encontramos nenhuma publica\u00e7\u00e3o" + "emptyPosts": "N\u00e3o conseguimos encontrar nenhuma publica\u00e7\u00e3o" }, "menu": { "viewPost": "Ver publica\u00e7\u00e3o", - "viewProfile": "Ver Perfil", + "viewProfile": "Ver perfil", "moderationTools": "Ferramentas de modera\u00e7\u00e3o", "report": "Denunciar", - "archive": "Arquivo", - "unarchive": "Desarquivar", + "archive": "Arquivar", + "unarchive": "Retirar do arquivo", "embed": "Incorporar", - "selectOneOption": "Selecione uma das op\u00e7\u00f5es a seguir", - "unlistFromTimelines": "Retirar das linhas do tempo", + "selectOneOption": "Selecione uma das seguintes op\u00e7\u00f5es", + "unlistFromTimelines": "Remover das cronologias", "addCW": "Adicionar aviso de conte\u00fado", "removeCW": "Remover aviso de conte\u00fado", - "markAsSpammer": "Marcar como Spammer", - "markAsSpammerText": "Retirar das linhas do tempo + adicionar aviso de conte\u00fado \u00e0s publica\u00e7\u00f5es antigas e futuras", - "spam": "Lixo Eletr\u00f4nico", - "sensitive": "Conte\u00fado sens\u00edvel", - "abusive": "Abusivo ou Prejudicial", + "markAsSpammer": "Marcar como spammer", + "markAsSpammerText": "Remover das cronologias e adicionar um aviso de conte\u00fado \u00e0s publica\u00e7\u00f5es existentes e futuras", + "spam": "Spam", + "sensitive": "Conte\u00fado Sens\u00edvel", + "abusive": "Abusivo ou prejudicial", "underageAccount": "Conta de menor de idade", - "copyrightInfringement": "Viola\u00e7\u00e3o de direitos autorais", - "impersonation": "Roubo de identidade", - "scamOrFraud": "Golpe ou Fraude", + "copyrightInfringement": "Viola\u00e7\u00e3o de direitos de autor", + "impersonation": "Roubo de Identidade", + "scamOrFraud": "Esquema ou fraude", "confirmReport": "Confirmar den\u00fancia", - "confirmReportText": "Voc\u00ea realmente quer denunciar esta publica\u00e7\u00e3o?", + "confirmReportText": "Tem a certeza que deseja denunciar esta mensagem?", "reportSent": "Den\u00fancia enviada!", - "reportSentText": "N\u00f3s recebemos sua den\u00fancia com sucesso.", - "reportSentError": "Houve um problema ao denunciar esta publica\u00e7\u00e3o.", - "modAddCWConfirm": "Voc\u00ea realmente quer adicionar um aviso de conte\u00fado a esta publica\u00e7\u00e3o?", - "modCWSuccess": "Aviso de conte\u00fado sens\u00edvel adicionado com sucesso", - "modRemoveCWConfirm": "Voc\u00ea realmente quer remover o aviso de conte\u00fado desta publica\u00e7\u00e3o?", - "modRemoveCWSuccess": "Aviso de conte\u00fado sens\u00edvel removido com sucesso", - "modUnlistConfirm": "Voc\u00ea realmente quer definir esta publica\u00e7\u00e3o como n\u00e3o listada?", - "modUnlistSuccess": "A publica\u00e7\u00e3o foi definida como n\u00e3o listada com sucesso", - "modMarkAsSpammerConfirm": "Voc\u00ea realmente quer denunciar este usu\u00e1rio por spam? Todas as suas publica\u00e7\u00f5es anteriores e futuras ser\u00e3o marcadas com um aviso de conte\u00fado e removidas das linhas do tempo.", - "modMarkAsSpammerSuccess": "Perfil denunciado com sucesso", - "toFollowers": "para seguidores", - "showCaption": "Mostrar legenda", - "showLikes": "Mostrar curtidas", + "reportSentText": "Recebemos com sucesso a sua den\u00fancia.", + "reportSentError": "Ocorreu um erro ao denunciar este conte\u00fado.", + "modAddCWConfirm": "Tem a certeza que pretende adicionar um aviso de conte\u00fado \u00e0 publica\u00e7\u00e3o?", + "modCWSuccess": "Adicionou com sucesso um aviso de conte\u00fado", + "modRemoveCWConfirm": "Tem a certeza que pretende remover o aviso de conte\u00fado desta publica\u00e7\u00e3o?", + "modRemoveCWSuccess": "Removeu com sucesso o aviso de conte\u00fado", + "modUnlistConfirm": "Tem a certeza que pretende deslistar este post?", + "modUnlistSuccess": "Deslistou com sucesso este post", + "modMarkAsSpammerConfirm": "Tem a certeza que deseja marcar este utilizador como spammer? Todos os posts existentes e futuros ser\u00e3o deslistados da timeline e o alerta de conte\u00fado ser\u00e1 aplicado.", + "modMarkAsSpammerSuccess": "Marcou com sucesso esta conta como spammer", + "toFollowers": "para Seguidores", + "showCaption": "Mostar legenda", + "showLikes": "Mostrar Gostos", "compactMode": "Modo compacto", - "embedConfirmText": "Ao usar de forma \u201cembed\u201d, voc\u00ea concorda com nossas", - "deletePostConfirm": "Voc\u00ea tem certeza que deseja excluir esta publica\u00e7\u00e3o?", - "archivePostConfirm": "Tem certeza que deseja arquivar esta publica\u00e7\u00e3o?", - "unarchivePostConfirm": "Tem certeza que deseja desarquivar esta publica\u00e7\u00e3o?" + "embedConfirmText": "Ao utilizar este conte\u00fado, aceita os nossos", + "deletePostConfirm": "Tem a certeza que pretende apagar esta publica\u00e7\u00e3o?", + "archivePostConfirm": "Tem a certeza que pretende arquivar esta publica\u00e7\u00e3o?", + "unarchivePostConfirm": "Tem a certeza que pretende desarquivar este post?" }, "story": { - "add": "Adicionar Story" + "add": "Adicionar Storie" }, "timeline": { - "peopleYouMayKnow": "Pessoas que voc\u00ea talvez conhe\u00e7a" + "peopleYouMayKnow": "Pessoas que talvez conhe\u00e7a", + "onboarding": { + "welcome": "Bem-vindo", + "thisIsYourHomeFeed": "Este \u00e9 o seu feed pessoal, com publica\u00e7\u00f5es em ordem cronol\u00f3gica das contas que segue.", + "letUsHelpYouFind": "Deixe-nos ajudar a encontrar algumas pessoas interessantes para seguir", + "refreshFeed": "Atualizar o meu feed" + } }, "hashtags": { - "emptyFeed": "N\u00e3o encontramos nenhuma publica\u00e7\u00e3o com esta hashtag" + "emptyFeed": "N\u00e3o conseguimos encontrar publica\u00e7\u00f5es com essa hashtag" + }, + "report": { + "report": "Denunciar", + "selectReason": "Selecione uma raz\u00e3o", + "reported": "Denunciado", + "sendingReport": "A enviar den\u00fancia", + "thanksMsg": "Obrigado pela den\u00fancia, pessoas como voc\u00ea ajudam a manter a nossa comunidade segura!", + "contactAdminMsg": "Se quiser entrar em contato com um administrador acerca desta publica\u00e7\u00e3o ou den\u00fancia" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/ro.json b/resources/assets/js/i18n/ro.json index 1acb08636..22b6299ce 100644 --- a/resources/assets/js/i18n/ro.json +++ b/resources/assets/js/i18n/ro.json @@ -1,150 +1,170 @@ { "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" + "comment": "Comentariu", + "commented": "Comentariu", + "comments": "Comentarii", + "like": "\u00cemi place", + "liked": "Apreciate", + "likes": "Aprecieri", + "share": "Partajeaz\u0103", + "shared": "Partajat", + "shares": "Partajeaz\u0103", + "unshare": "Anularea partaj\u0103rii", + "bookmark": "Bookmark", + "cancel": "Anuleaz\u0103", + "copyLink": "Copiere leg\u0103tur\u0103", + "delete": "\u0218terge", + "error": "Eroare", + "errorMsg": "A ap\u0103rut o problem\u0103. Te rug\u0103m s\u0103 \u00eencerci din nou mai t\u00e2rziu.", + "oops": "Ups!", + "other": "Altele", + "readMore": "Cite\u0219te mai mult", + "success": "Succes", + "proceed": "Proceed", + "next": "Next", + "close": "Close", + "clickHere": "click here", + "sensitive": "Sensibil", + "sensitiveContent": "Con\u021binut sensibil", + "sensitiveContentWarning": "Aceast\u0103 postare poate con\u021bine con\u021binut sensibil" }, "site": { - "terms": "Terms of Use", - "privacy": "Privacy Policy" + "terms": "Condi\u021bii de utilizare", + "privacy": "Politica de confiden\u0163ialitate" }, "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", - "logout": "Logout", - "about": "About", - "help": "Help", - "language": "Language", - "privacy": "Privacy", - "terms": "Terms", - "backToPreviousDesign": "Go back to previous design" + "search": "Caut\u0103", + "admin": "Panou de administrare", + "homeFeed": "Flux Acas\u0103", + "localFeed": "Flux local", + "globalFeed": "Flux Global", + "discover": "Descoper\u0103", + "directMessages": "Mesaje directe", + "notifications": "Notific\u0103ri", + "groups": "Grupuri", + "stories": "Pove\u015fti", + "profile": "Profil", + "drive": "Unitate", + "settings": "Set\u0103ri", + "compose": "Creaz\u0103 nou", + "logout": "Deconectare", + "about": "Despre", + "help": "Ajutor", + "language": "Limb\u0103", + "privacy": "Confiden\u021bialitate", + "terms": "Termeni", + "backToPreviousDesign": "\u00cenapoi la design-ul anterior" }, "directMessages": { - "inbox": "Inbox", - "sent": "Sent", - "requests": "Requests" + "inbox": "Mesaje", + "sent": "Trimis", + "requests": "Cereri" }, "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.", + "liked": "\u021bi-a pl\u0103cut", + "commented": "a comentat la", + "reacted": "a reac\u021bionat la", + "shared": "\u021bi-a distribuit", + "tagged": "te-a etichetat \u00eentr-un", + "updatedA": "a actualizat o", + "sentA": "a trimis o", + "followed": "urm\u0103rit", + "mentioned": "men\u021bionat", + "you": "tu", + "yourApplication": "Cererea ta de a te al\u0103tura", + "applicationApproved": "a fost aprobat\u0103!", + "applicationRejected": "a fost respins. Pute\u0163i aplica din nou pentru a v\u0103 al\u0103tura \u00een 6 luni.", "dm": "dm", - "groupPost": "group post", + "groupPost": "postare grup", "modlog": "modlog", - "post": "post", - "story": "story" + "post": "postare", + "story": "poveste", + "noneFound": "No notifications found" }, "post": { - "shareToFollowers": "Share to followers", - "shareToOther": "Share to other", - "noLikes": "No likes yet", - "uploading": "Uploading" + "shareToFollowers": "Distribuie c\u0103tre urm\u0103ritori", + "shareToOther": "Distribui\u021bi altora", + "noLikes": "\u00cenc\u0103 nu sunt aprecieri", + "uploading": "Se \u00eencarc\u0103" }, "profile": { - "posts": "Posts", - "followers": "Followers", - "following": "Following", - "admin": "Admin", - "collections": "Collections", - "follow": "Follow", - "unfollow": "Unfollow", - "editProfile": "Edit Profile", - "followRequested": "Follow Requested", - "joined": "Joined", - "emptyCollections": "We can't seem to find any collections", - "emptyPosts": "We can't seem to find any posts" + "posts": "Post\u0103ri", + "followers": "Urm\u0103ritori", + "following": "Urm\u0103ri\u021bi", + "admin": "Administrator", + "collections": "Colec\u021bii", + "follow": "Urm\u0103re\u0219te", + "unfollow": "Nu mai urm\u0103ri", + "editProfile": "Editare profil", + "followRequested": "Urm\u0103re\u0219te cererea", + "joined": "S-a al\u0103turat", + "emptyCollections": "Se pare c\u0103 nu putem g\u0103si colec\u021bii", + "emptyPosts": "Se pare c\u0103 nu putem g\u0103si niciun post" }, "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", + "viewPost": "Vizualiza\u021bi postul", + "viewProfile": "Vezi Profilul", + "moderationTools": "Instrumente de moderare", + "report": "Raporteaz\u0103", + "archive": "Arhiv\u0103", + "unarchive": "Dezarhiveaz\u0103", + "embed": "\u00cencorporeaz\u0103", + "selectOneOption": "Selecta\u0163i una dintre urm\u0103toarele op\u0163iuni", + "unlistFromTimelines": "Dezlistare din Timelines", + "addCW": "Adaug\u0103 un avertisment privind con\u021binutul", + "removeCW": "Elimin\u0103 avertismentul privind con\u021binutul", + "markAsSpammer": "Marcheaz\u0103 ca Spammer", + "markAsSpammerText": "Anulare list\u0103 + post\u0103ri CW existente \u0219i viitoare", "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?" + "sensitive": "Con\u021binut sensibil", + "abusive": "Abusiv sau d\u0103un\u0103tor", + "underageAccount": "Cont Minor", + "copyrightInfringement": "\u00cenc\u0103lcarea drepturilor de autor", + "impersonation": "Furt de identitate", + "scamOrFraud": "\u00cen\u0219el\u0103torie sau fraud\u0103", + "confirmReport": "Confirma\u021bi raportul", + "confirmReportText": "E\u0219ti sigur c\u0103 vrei s\u0103 raportezi aceast\u0103 postare?", + "reportSent": "Raport trimis!", + "reportSentText": "Am primit cu succes raportul dvs.", + "reportSentError": "A existat o problem\u0103 la raportarea acestei post\u0103ri.", + "modAddCWConfirm": "Sunte\u0163i sigur c\u0103 dori\u0163i s\u0103 ad\u0103uga\u0163i un avertisment cu privire la con\u0163inut la acest post?", + "modCWSuccess": "Avertizare con\u021binut ad\u0103ugat cu succes", + "modRemoveCWConfirm": "Sigur dori\u021bi s\u0103 elimina\u021bi avertizarea con\u021binutului pe acest post?", + "modRemoveCWSuccess": "Avertisment con\u021binut \u0219ters cu succes", + "modUnlistConfirm": "E\u0219ti sigur c\u0103 vrei s\u0103 elimini aceast\u0103 postare?", + "modUnlistSuccess": "Mesaj nelistat cu succes", + "modMarkAsSpammerConfirm": "Sunte\u0163i sigur c\u0103 dori\u0163i s\u0103 marca\u0163i acest utilizator ca un spammer? Toate post\u0103rile existente \u0219i viitoare vor fi nelistate pe calendare \u0219i se va aplica un avertisment privind con\u021binutul.", + "modMarkAsSpammerSuccess": "Contul marcat cu succes ca spammer", + "toFollowers": "la Urm\u0103ritori", + "showCaption": "Afi\u0219a\u021bi legenda", + "showLikes": "Arat\u0103 like-urile", + "compactMode": "Modul compact", + "embedConfirmText": "Folosind acest lucru \u00eencorporat, sunte\u021bi de acord cu", + "deletePostConfirm": "Sunte\u0163i sigur c\u0103 dori\u0163i s\u0103 \u015fterge\u0163i acest post?", + "archivePostConfirm": "Sunte\u021bi sigur c\u0103 dori\u021bi s\u0103 arhiva\u021bi acest post?", + "unarchivePostConfirm": "Sunte\u021bi sigur c\u0103 dori\u021bi s\u0103 dezarhiva\u021bi acest post?" }, "story": { - "add": "Add Story" + "add": "Ad\u0103uga\u021bi poveste" }, "timeline": { - "peopleYouMayKnow": "People you may know" + "peopleYouMayKnow": "Persoane pe care i-ai putea cunoa\u0219te", + "onboarding": { + "welcome": "Welcome", + "thisIsYourHomeFeed": "This is your home feed, a chronological feed of posts from accounts you follow.", + "letUsHelpYouFind": "Let us help you find some interesting people to follow", + "refreshFeed": "Refresh my feed" + } }, "hashtags": { - "emptyFeed": "We can't seem to find any posts for this hashtag" + "emptyFeed": "Nu putem g\u0103si post\u0103ri pentru acest hashtag" + }, + "report": { + "report": "Report", + "selectReason": "Select a reason", + "reported": "Reported", + "sendingReport": "Sending report", + "thanksMsg": "Thanks for the report, people like you help keep our community safe!", + "contactAdminMsg": "If you'd like to contact an administrator about this post or report" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/ru.json b/resources/assets/js/i18n/ru.json index 81e62649a..2cad80bf8 100644 --- a/resources/assets/js/i18n/ru.json +++ b/resources/assets/js/i18n/ru.json @@ -10,6 +10,7 @@ "shared": "\u041f\u043e\u0434\u0435\u043b\u0438\u043b\u0438\u0441\u044c", "shares": "\u041f\u043e\u0434\u0435\u043b\u0438\u043b\u0438\u0441\u044c", "unshare": "\u041d\u0435 \u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f", + "bookmark": "\u0417\u0430\u043a\u043b\u0430\u0434\u043a\u0430", "cancel": "\u041e\u0442\u043c\u0435\u043d\u0430", "copyLink": "\u0421\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443", "delete": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c", @@ -19,6 +20,10 @@ "other": "\u041f\u0440\u043e\u0447\u0435\u0435", "readMore": "\u0427\u0438\u0442\u0430\u0442\u044c \u0434\u0430\u043b\u0435\u0435", "success": "\u0423\u0441\u043f\u0435\u0448\u043d\u043e", + "proceed": "\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c", + "next": "\u0414\u0430\u043b\u0435\u0435", + "close": "\u0417\u0430\u043a\u0440\u044b\u0442\u044c", + "clickHere": "\u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044c", "sensitive": "\u0427\u0443\u0432\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439", "sensitiveContent": "\u0427\u0443\u0432\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442", "sensitiveContentWarning": "\u042d\u0442\u043e\u0442 \u043f\u043e\u0441\u0442 \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0447\u0443\u0432\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442" @@ -41,8 +46,8 @@ "profile": "\u041f\u0440\u043e\u0444\u0438\u043b\u044c", "drive": "\u0414\u0438\u0441\u043a", "settings": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", - "compose": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u044b\u0439 \u043f\u043e\u0441\u0442", - "logout": "Logout", + "compose": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u044b\u0439", + "logout": "\u0412\u044b\u0439\u0442\u0438", "about": "\u041e \u043d\u0430\u0441", "help": "\u041f\u043e\u043c\u043e\u0449\u044c", "language": "\u042f\u0437\u044b\u043a", @@ -61,19 +66,20 @@ "reacted": "\u043e\u0442\u0440\u0435\u0430\u0433\u0438\u0440\u043e\u0432\u0430\u043b \u043d\u0430 \u0432\u0430\u0448", "shared": "\u043f\u043e\u0434\u0435\u043b\u0438\u043b\u0441\u044f \u0432\u0430\u0448\u0438\u043c", "tagged": "\u043e\u0442\u043c\u0435\u0442\u0438\u043b \u0432\u0430\u0441 \u0432 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438", - "updatedA": "updated a", + "updatedA": "\u043e\u0431\u043d\u043e\u0432\u0438\u043b(\u0430)", "sentA": "\u043e\u0442\u043f\u0440\u0430\u0432\u0438\u043b", "followed": "\u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043b\u0441\u044f", - "mentioned": "mentioned", + "mentioned": "\u0443\u043f\u043e\u043c\u044f\u043d\u0443\u043b(\u0430)", "you": "\u0432\u044b", "yourApplication": "\u0412\u0430\u0448\u0435 \u0437\u0430\u044f\u0432\u043a\u0430 \u043d\u0430 \u0432\u0441\u0442\u0443\u043f\u043b\u0435\u043d\u0438\u0435", "applicationApproved": "\u0431\u044b\u043b\u043e \u043e\u0434\u043e\u0431\u0440\u0435\u043d\u043e!", "applicationRejected": "\u0431\u044b\u043b\u043e \u043e\u0442\u043a\u043b\u043e\u043d\u0435\u043d\u043e. \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u043f\u043e\u0434\u0430\u0442\u044c \u0437\u0430\u044f\u0432\u043a\u0443 \u043d\u0430 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044e \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 6 \u043c\u0435\u0441\u044f\u0446\u0435\u0432.", "dm": "\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435", - "groupPost": "\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0433\u0440\u0443\u043f\u043f\u044b", - "modlog": "modlog", + "groupPost": "\u043f\u043e\u0441\u0442 \u0432 \u0433\u0440\u0443\u043f\u043f\u0435", + "modlog": "\u0436\u0443\u0440\u043d\u0430\u043b \u043c\u043e\u0434\u0435\u0440\u0430\u0446\u0438\u0438", "post": "\u043f\u043e\u0441\u0442", - "story": "\u0438\u0441\u0442\u043e\u0440\u0438\u044f" + "story": "\u0438\u0441\u0442\u043e\u0440\u0438\u044f", + "noneFound": "\u0423\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b" }, "post": { "shareToFollowers": "\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441 \u043f\u043e\u0434\u043f\u0438\u0441\u0447\u0438\u043a\u0430\u043c\u0438", @@ -108,7 +114,7 @@ "addCW": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043e \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0435", "removeCW": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043e \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0435", "markAsSpammer": "\u041f\u043e\u043c\u0435\u0442\u0438\u0442\u044c \u043a\u0430\u043a \u0441\u043f\u0430\u043c\u0435\u0440\u0430", - "markAsSpammerText": "Unlist + CW existing and future posts", + "markAsSpammerText": "\u0421\u043a\u0440\u044b\u0442\u044c \u0438\u0437 \u043b\u0435\u043d\u0442 \u0438 \u043f\u043e\u043c\u0435\u0442\u0438\u0442\u044c \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f\u043c\u0438 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u0438 \u0431\u0443\u0434\u0443\u0449\u0438\u0435 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438", "spam": "\u0421\u043f\u0430\u043c", "sensitive": "\u0414\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442", "abusive": "\u0416\u0435\u0441\u0442\u043e\u043a\u043e\u0435 \u043e\u0431\u0440\u0430\u0449\u0435\u043d\u0438\u0435 \u0438\u043b\u0438 \u043f\u0440\u0438\u0447\u0438\u043d\u0435\u043d\u0438\u0435 \u0432\u0440\u0435\u0434\u0430", @@ -126,14 +132,14 @@ "modRemoveCWConfirm": "\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043e \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0435 \u0441 \u044d\u0442\u043e\u0433\u043e \u043f\u043e\u0441\u0442\u0430?", "modRemoveCWSuccess": "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043e \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e", "modUnlistConfirm": "\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0441\u043a\u0440\u044b\u0442\u044c \u044d\u0442\u043e\u0442 \u043f\u043e\u0441\u0442 \u0438\u0437 \u043b\u0435\u043d\u0442?", - "modUnlistSuccess": "Successfully unlisted post", + "modUnlistSuccess": "\u041f\u043e\u0441\u0442 \u0443\u0434\u0430\u043b\u0435\u043d", "modMarkAsSpammerConfirm": "\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u044d\u0442\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0441\u043f\u0430\u043c\u043e\u043c? \u0412\u0441\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u0438 \u0431\u0443\u0434\u0443\u0449\u0438\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u044b \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430 \u0432 \u0441\u0440\u043e\u043a\u0438, \u0438 \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0442\u044c\u0441\u044f \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043e \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0438.", "modMarkAsSpammerSuccess": "\u0410\u043a\u043a\u0430\u0443\u043d\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u043c\u0435\u0447\u0435\u043d \u043a\u0430\u043a \u0441\u043f\u0430\u043c\u043c\u0435\u0440", - "toFollowers": "to Followers", + "toFollowers": "\u043f\u043e\u0434\u043f\u0438\u0441\u0447\u0438\u043a\u0430\u043c", "showCaption": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u043e\u0434\u043f\u0438\u0441\u044c", "showLikes": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043e\u0442\u043c\u0435\u0442\u043a\u0438 \"\u043c\u043d\u0435 \u043d\u0440\u0430\u0432\u0438\u0442\u0441\u044f\"", "compactMode": "\u041a\u043e\u043c\u043f\u0430\u043a\u0442\u043d\u044b\u0439 \u0440\u0435\u0436\u0438\u043c", - "embedConfirmText": "By using this embed, you agree to our", + "embedConfirmText": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u044d\u0442\u043e\u0442 \u0438\u043d\u0441\u0442\u0430\u043d\u0442, \u0432\u044b \u0441\u043e\u0433\u043b\u0430\u0448\u0430\u0435\u0442\u0435\u0441\u044c \u0441 \u043d\u0430\u0448\u0438\u043c\u0438", "deletePostConfirm": "\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u043f\u043e\u0441\u0442?", "archivePostConfirm": "\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u043f\u043e\u0441\u0442?", "unarchivePostConfirm": "\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0431\u0440\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u043f\u043e\u0441\u0442 \u0438\u0437 \u0430\u0440\u0445\u0438\u0432\u0430?" @@ -142,9 +148,23 @@ "add": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0438\u0441\u0442\u043e\u0440\u0438\u044e" }, "timeline": { - "peopleYouMayKnow": "\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u0434\u0440\u0443\u0437\u044c\u044f" + "peopleYouMayKnow": "\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u0434\u0440\u0443\u0437\u044c\u044f", + "onboarding": { + "welcome": "\u0414\u043e\u0431\u0440\u043e \u043f\u043e\u0436\u0430\u043b\u043e\u0432\u0430\u0442\u044c", + "thisIsYourHomeFeed": "\u042d\u0442\u043e \u0432\u0430\u0448\u0430 \u0434\u043e\u043c\u0430\u0448\u043d\u044f\u044f \u043b\u0435\u043d\u0442\u0430, \u0433\u0434\u0435 \u0445\u0440\u043e\u043d\u043e\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u0438 \u0441\u043e\u0431\u0440\u0430\u043d\u044b \u043f\u043e\u0441\u0442\u044b \u0441 \u0430\u043a\u043a\u0430\u0443\u043d\u0442\u043e\u0432, \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u044b \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043d\u044b.", + "letUsHelpYouFind": "\u0414\u0430\u0432\u0430\u0439\u0442\u0435 \u043c\u044b \u043f\u043e\u043c\u043e\u0436\u0435\u043c \u0432\u0430\u043c \u043d\u0430\u0439\u0442\u0438 \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u044b\u0445 \u043b\u044e\u0434\u0435\u0439, \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u043c\u043e\u0436\u043d\u043e \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u0442\u044c\u0441\u044f", + "refreshFeed": "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043c\u043e\u044e \u043b\u0435\u043d\u0442\u0443" + } }, "hashtags": { "emptyFeed": "\u041f\u043e\u0445\u043e\u0436\u0435, \u043c\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u043c \u043d\u0430\u0439\u0442\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u0445\u044d\u0448\u0442\u0435\u0433\u0430" + }, + "report": { + "report": "\u041f\u043e\u0436\u0430\u043b\u043e\u0432\u0430\u0442\u044c\u0441\u044f", + "selectReason": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043f\u0440\u0438\u0447\u0438\u043d\u0443", + "reported": "\u0416\u0430\u043b\u043e\u0431\u0430 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0430", + "sendingReport": "\u041e\u0442\u043f\u0440\u0430\u0432\u043a\u0430 \u0436\u0430\u043b\u043e\u0431\u044b", + "thanksMsg": "\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0437\u0430 \u043e\u0431\u0440\u0430\u0449\u0435\u043d\u0438\u0435! \u0422\u0430\u043a\u0438\u0435, \u043a\u0430\u043a \u0432\u044b, \u043f\u043e\u043c\u043e\u0433\u0430\u044e\u0442 \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u0435\u0435!", + "contactAdminMsg": "\u0425\u043e\u0442\u0438\u0442\u0435 \u043b\u0438 \u0432\u044b \u0441\u0432\u044f\u0437\u0430\u0442\u044c\u0441\u044f \u0441 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u043e\u043c \u043f\u043e \u043f\u043e\u0432\u043e\u0434\u0443 \u044d\u0442\u043e\u0439 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0438\u043b\u0438 \u0436\u0430\u043b\u043e\u0431\u044b" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/sk.json b/resources/assets/js/i18n/sk.json index 31f53469d..cd7536be4 100644 --- a/resources/assets/js/i18n/sk.json +++ b/resources/assets/js/i18n/sk.json @@ -10,6 +10,7 @@ "shared": "Zdie\u013ean\u00e9", "shares": "Zdia\u013ean\u00e9", "unshare": "Zru\u0161i\u0165 zdie\u013eanie", + "bookmark": "Ulo\u017ei\u0165", "cancel": "Zru\u0161i\u0165", "copyLink": "Skop\u00edrova\u0165 odkaz", "delete": "Vymaza\u0165", @@ -19,6 +20,10 @@ "other": "In\u00e9", "readMore": "Zobrazi\u0165 viac", "success": "Hotovo", + "proceed": "Pokra\u010dova\u0165", + "next": "\u010ealej", + "close": "Zavrie\u0165", + "clickHere": "klikni tu", "sensitive": "Citliv\u00fd", "sensitiveContent": "Citliv\u00fd obsah", "sensitiveContentWarning": "Tento pr\u00edspevok m\u00f4\u017ee obsahova\u0165 citliv\u00fd obsah" @@ -73,7 +78,8 @@ "groupPost": "skupinov\u00fd pr\u00edspevok", "modlog": "modlog", "post": "pr\u00edspevok", - "story": "story" + "story": "story", + "noneFound": "\u017diadne n\u00e1jden\u00e9 notifik\u00e1cie" }, "post": { "shareToFollowers": "Zdie\u013ea\u0165 pre sledovate\u013eov", @@ -128,7 +134,7 @@ "modUnlistConfirm": "Naozaj chcete odstr\u00e1ni\u0165 zo zoznamu tento pr\u00edspevok?", "modUnlistSuccess": "Pr\u00edspevok bol \u00faspe\u0161ne odstr\u00e1nen\u00fd zo zoznamu", "modMarkAsSpammerConfirm": "Naozaj chcete ozna\u010di\u0165 tohto pou\u017e\u00edvate\u013ea ako odosielate\u013ea spamu? V\u0161etky existuj\u00face a bud\u00face pr\u00edspevky bud\u00fa odstr\u00e1nen\u00e9 z timelines a bude pridan\u00e9 upozornenie o obsahu.", - "modMarkAsSpammerSuccess": "\u00da\u010det bol \u00faspe\u0161ne ozna\u010den\u00fd ako odosielate\u013ea spamu", + "modMarkAsSpammerSuccess": "\u00da\u010det bol \u00faspe\u0161ne ozna\u010den\u00fd ako spammer", "toFollowers": "pre Sleduj\u00facich", "showCaption": "Zobrazi\u0165 Titulok", "showLikes": "Zobrazi\u0165 P\u00e1\u010di sa mi", @@ -142,9 +148,23 @@ "add": "Prida\u0165 Story" }, "timeline": { - "peopleYouMayKnow": "\u013dudia ktor\u00fdch mo\u017eno pozn\u00e1te" + "peopleYouMayKnow": "\u013dudia ktor\u00fdch mo\u017eno pozn\u00e1te", + "onboarding": { + "welcome": "Vitajte", + "thisIsYourHomeFeed": "This is your home feed, a chronological feed of posts from accounts you follow.", + "letUsHelpYouFind": "Nechajte n\u00e1s pom\u00f4c\u0165 v\u00e1m n\u00e1js\u0165 zauj\u00edmav\u00fdch \u013eud\u00ed ktor\u00fdch m\u00f4\u017eete sledova\u0165", + "refreshFeed": "Refresh my feed" + } }, "hashtags": { "emptyFeed": "Zd\u00e1 sa, \u017ee nem\u00f4\u017eeme n\u00e1js\u0165 \u017eiadne pr\u00edspevky pre tento hashtag" + }, + "report": { + "report": "Nahl\u00e1si\u0165", + "selectReason": "Vyberte d\u00f4vod", + "reported": "Nahl\u00e1sen\u00e9", + "sendingReport": "Odosielanie hl\u00e1senia", + "thanksMsg": "\u010eakujeme za hl\u00e1senie, \u013eudia ako vy pom\u00e1haj\u00fa udr\u017eiava\u0165 na\u0161u komunitu v bezpe\u010d\u00ed!", + "contactAdminMsg": "Ak chcete kontaktova\u0165 administr\u00e1tora oh\u013eadom tohto pr\u00edspevku alebo ho nahl\u00e1si\u0165" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/sr.json b/resources/assets/js/i18n/sr.json index 1acb08636..b52728000 100644 --- a/resources/assets/js/i18n/sr.json +++ b/resources/assets/js/i18n/sr.json @@ -1,34 +1,39 @@ { "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" + "comment": "Komentar", + "commented": "Komentarisao", + "comments": "Komentari", + "like": "Svi\u0111a mi se", + "liked": "Svi\u0111a mi se", + "likes": "Svi\u0111anja", + "share": "Podeli", + "shared": "Podeljeno", + "shares": "Deljenja", + "unshare": "Nemoj deliti", + "bookmark": "Bookmark", + "cancel": "Otka\u017ei", + "copyLink": "Kopiraj vezu", + "delete": "Obri\u0161i", + "error": "Gr\u0435\u0161ka", + "errorMsg": "Ne\u0161to nije u redu. Poku\u0161aj ponovo kasnije.", + "oops": "Ups!", + "other": "Ostalo", + "readMore": "Pro\u010ditaj vi\u0161e", + "success": "Uspeh", + "proceed": "Proceed", + "next": "Next", + "close": "Close", + "clickHere": "click here", + "sensitive": "Osetljivo", + "sensitiveContent": "Osetljivi sadr\u017eaj", + "sensitiveContentWarning": "Ovaj post mo\u017ee sadr\u017eati osetljivi sadr\u017eaj" }, "site": { - "terms": "Terms of Use", - "privacy": "Privacy Policy" + "terms": "Uslovi kori\u0161\u0107enja", + "privacy": "Politika privatnosti" }, "navmenu": { - "search": "Search", + "search": "Pretraga", "admin": "Admin Dashboard", "homeFeed": "Home Feed", "localFeed": "Local Feed", @@ -73,7 +78,8 @@ "groupPost": "group post", "modlog": "modlog", "post": "post", - "story": "story" + "story": "story", + "noneFound": "No notifications found" }, "post": { "shareToFollowers": "Share to followers", @@ -142,9 +148,23 @@ "add": "Add Story" }, "timeline": { - "peopleYouMayKnow": "People you may know" + "peopleYouMayKnow": "People you may know", + "onboarding": { + "welcome": "Welcome", + "thisIsYourHomeFeed": "This is your home feed, a chronological feed of posts from accounts you follow.", + "letUsHelpYouFind": "Let us help you find some interesting people to follow", + "refreshFeed": "Refresh my feed" + } }, "hashtags": { "emptyFeed": "We can't seem to find any posts for this hashtag" + }, + "report": { + "report": "Report", + "selectReason": "Select a reason", + "reported": "Reported", + "sendingReport": "Sending report", + "thanksMsg": "Thanks for the report, people like you help keep our community safe!", + "contactAdminMsg": "If you'd like to contact an administrator about this post or report" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/sv.json b/resources/assets/js/i18n/sv.json index 1acb08636..36badbb9d 100644 --- a/resources/assets/js/i18n/sv.json +++ b/resources/assets/js/i18n/sv.json @@ -1,150 +1,170 @@ { "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" + "comment": "Kommentar", + "commented": "Kommenterade", + "comments": "Kommentarer", + "like": "Gilla", + "liked": "Gillad", + "likes": "Gillanden", + "share": "Dela", + "shared": "Utdelad", + "shares": "Utdelade", + "unshare": "Sluta dela ut", + "bookmark": "Bokm\u00e4rk", + "cancel": "Avbryt", + "copyLink": "Kopiera l\u00e4nk", + "delete": "Ta bort", + "error": "Fel", + "errorMsg": "N\u00e5got gick fel. V\u00e4nligen f\u00f6rs\u00f6k igen senare.", + "oops": "Hoppsan!", + "other": "Andra", + "readMore": "L\u00e4s mer", + "success": "Lyckades", + "proceed": "Forts\u00e4tt", + "next": "N\u00e4sta", + "close": "St\u00e4ng", + "clickHere": "klicka h\u00e4r", + "sensitive": "K\u00e4nsligt", + "sensitiveContent": "K\u00e4nsligt inneh\u00e5ll", + "sensitiveContentWarning": "Det h\u00e4r inl\u00e4gget kan inneh\u00e5lla k\u00e4nsligt inneh\u00e5ll" }, "site": { - "terms": "Terms of Use", - "privacy": "Privacy Policy" + "terms": "Anv\u00e4ndarvillkor", + "privacy": "Integritetspolicy" }, "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", - "logout": "Logout", - "about": "About", - "help": "Help", - "language": "Language", - "privacy": "Privacy", - "terms": "Terms", - "backToPreviousDesign": "Go back to previous design" + "search": "S\u00f6k", + "admin": "Kontrollpanel f\u00f6r administrat\u00f6r", + "homeFeed": "Hemfl\u00f6de", + "localFeed": "Lokalt fl\u00f6de", + "globalFeed": "Globalt fl\u00f6de", + "discover": "Uppt\u00e4ck", + "directMessages": "Direktmeddelanden", + "notifications": "Notifikationer", + "groups": "Grupper", + "stories": "Historier", + "profile": "Profil", + "drive": "Enhet", + "settings": "Inst\u00e4llningar", + "compose": "Skapa ny", + "logout": "Logga ut", + "about": "Om", + "help": "Hj\u00e4lp", + "language": "Spr\u00e5k", + "privacy": "Integritet", + "terms": "Villkor", + "backToPreviousDesign": "G\u00e5 tillbaka till f\u00f6reg\u00e5ende design" }, "directMessages": { - "inbox": "Inbox", - "sent": "Sent", - "requests": "Requests" + "inbox": "Inkorg", + "sent": "Skickat", + "requests": "F\u00f6rfr\u00e5gningar" }, "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.", + "liked": "gillade ditt", + "commented": "kommenterade p\u00e5 din", + "reacted": "reagerade p\u00e5 din", + "shared": "delade din", + "tagged": "taggade dig i ett", + "updatedA": "uppdaterade en", + "sentA": "skickade en", + "followed": "f\u00f6ljde", + "mentioned": "n\u00e4mnde", + "you": "du", + "yourApplication": "Din ans\u00f6kan f\u00f6r att g\u00e5 med", + "applicationApproved": "blev godk\u00e4nd!", + "applicationRejected": "nekades. Du kan s\u00f6ka f\u00f6r att g\u00e5 med igen om 6 m\u00e5nader.", "dm": "dm", - "groupPost": "group post", + "groupPost": "gruppinl\u00e4gg", "modlog": "modlog", - "post": "post", - "story": "story" + "post": "inl\u00e4gg", + "story": "historik", + "noneFound": "Inga aviseringar hittades" }, "post": { - "shareToFollowers": "Share to followers", - "shareToOther": "Share to other", - "noLikes": "No likes yet", - "uploading": "Uploading" + "shareToFollowers": "Dela till f\u00f6ljare", + "shareToOther": "Dela till andra", + "noLikes": "Inga gilla-markeringar \u00e4n", + "uploading": "Laddar upp" }, "profile": { - "posts": "Posts", - "followers": "Followers", - "following": "Following", - "admin": "Admin", - "collections": "Collections", - "follow": "Follow", - "unfollow": "Unfollow", - "editProfile": "Edit Profile", - "followRequested": "Follow Requested", - "joined": "Joined", - "emptyCollections": "We can't seem to find any collections", - "emptyPosts": "We can't seem to find any posts" + "posts": "Inl\u00e4gg", + "followers": "F\u00f6ljare", + "following": "F\u00f6ljer", + "admin": "Administrat\u00f6r", + "collections": "Kollektioner", + "follow": "F\u00f6lj", + "unfollow": "Sluta f\u00f6lja", + "editProfile": "Redigera profil", + "followRequested": "F\u00f6ljf\u00f6rfr\u00e5gan skickad", + "joined": "Gick med", + "emptyCollections": "Vi verkar inte hitta n\u00e5gra kollektioner", + "emptyPosts": "Vi verkar inte hitta n\u00e5gra inl\u00e4gg" }, "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?" + "viewPost": "Visa inl\u00e4gg", + "viewProfile": "Visa profil", + "moderationTools": "Modereringsverktyg", + "report": "Rapportera", + "archive": "Arkivera", + "unarchive": "Avarkivera", + "embed": "B\u00e4dda in", + "selectOneOption": "V\u00e4lj ett av f\u00f6ljande alternativ", + "unlistFromTimelines": "Avlista fr\u00e5n tidslinjer", + "addCW": "L\u00e4gg till inneh\u00e5llsvarning", + "removeCW": "Ta bort k\u00e4nslighetsvarning", + "markAsSpammer": "Markera som spammare", + "markAsSpammerText": "Avlista + k\u00e4nslighetsmarkera nuvarande och framtida inl\u00e4gg", + "spam": "Skr\u00e4ppost", + "sensitive": "K\u00e4nsligt inneh\u00e5ll", + "abusive": "Missbruk eller skadligt", + "underageAccount": "Minder\u00e5rigt konto", + "copyrightInfringement": "Upphovsr\u00e4ttsintr\u00e5ng", + "impersonation": "Personimitation", + "scamOrFraud": "Bedr\u00e4geri", + "confirmReport": "Bekr\u00e4fta anm\u00e4lan", + "confirmReportText": "\u00c4r du s\u00e4ker att du vill anm\u00e4la detta inl\u00e4gg?", + "reportSent": "Anm\u00e4lan skickad!", + "reportSentText": "Vi har f\u00e5tt emot din anm\u00e4lan till detta inl\u00e4gg.", + "reportSentError": "N\u00e5got gick fel n\u00e4r detta inl\u00e4gget skulle anm\u00e4las.", + "modAddCWConfirm": "\u00c4r du s\u00e4ker att du vill l\u00e4gga till k\u00e4nslighetsvarning p\u00e5 detta inl\u00e4gget?", + "modCWSuccess": "Lade till k\u00e4nslighetsvarning", + "modRemoveCWConfirm": "\u00c4r du s\u00e4ker att du vill ta bort k\u00e4nslighetsvarningen p\u00e5 detta inl\u00e4gget?", + "modRemoveCWSuccess": "Tog bort k\u00e4nsloghetsvarning", + "modUnlistConfirm": "\u00c4r du s\u00e4ker att du vill avlista detta inl\u00e4gget?", + "modUnlistSuccess": "Avlistade inl\u00e4gget", + "modMarkAsSpammerConfirm": "\u00c4r du s\u00e4ker att du vill markera detta konto som spammare? Alla nuvarande och framtida inl\u00e4gg kommer avlistas och en k\u00e4nslighetsvarning kommer l\u00e4ggas till p\u00e5 inl\u00e4ggen", + "modMarkAsSpammerSuccess": "Markerade kontot som spammare", + "toFollowers": "till f\u00f6ljare", + "showCaption": "Visa bildtext", + "showLikes": "Visa gilla-markeringar", + "compactMode": "Kompaktl\u00e4ge", + "embedConfirmText": "Genom att anv\u00e4nda denna inb\u00e4ddning godk\u00e4nner du v\u00e5r", + "deletePostConfirm": "\u00c4r du s\u00e4ker att du vill ta bort detta inl\u00e4gg?", + "archivePostConfirm": "\u00c4r du s\u00e4ker att du vill arkivera detta inl\u00e4gg?", + "unarchivePostConfirm": "\u00c4r du s\u00e4ker att du vill avarkivera detta inl\u00e4gg?" }, "story": { - "add": "Add Story" + "add": "L\u00e4gg till Story" }, "timeline": { - "peopleYouMayKnow": "People you may know" + "peopleYouMayKnow": "Personer du kanske k\u00e4nner", + "onboarding": { + "welcome": "V\u00e4lkommen", + "thisIsYourHomeFeed": "Detta \u00e4r ditt hem foder, ett kronologiskt fl\u00f6de av inl\u00e4gg fr\u00e5n konton du f\u00f6ljer.", + "letUsHelpYouFind": "L\u00e5t oss hj\u00e4lpa dig att hitta n\u00e5gra intressanta m\u00e4nniskor att f\u00f6lja", + "refreshFeed": "Uppdatera mitt fl\u00f6de" + } }, "hashtags": { - "emptyFeed": "We can't seem to find any posts for this hashtag" + "emptyFeed": "Vi kan inte hitta n\u00e5gra inl\u00e4gg med den hashtagen" + }, + "report": { + "report": "Rapportera", + "selectReason": "V\u00e4lj en anledning", + "reported": "Rapporterad", + "sendingReport": "Skickar rapport", + "thanksMsg": "Tack f\u00f6r rapporten, personer som gillar att du hj\u00e4lper till att skydda v\u00e5r gemenskap!", + "contactAdminMsg": "Om du vill kontakta en administrat\u00f6r om detta inl\u00e4gg eller rapport" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/th.json b/resources/assets/js/i18n/th.json index 5445b0116..9da33b30b 100644 --- a/resources/assets/js/i18n/th.json +++ b/resources/assets/js/i18n/th.json @@ -1,139 +1,170 @@ { "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" + "comment": "\u0e04\u0e27\u0e32\u0e21\u0e04\u0e34\u0e14\u0e40\u0e2b\u0e47\u0e19", + "commented": "\u0e41\u0e2a\u0e14\u0e07\u0e04\u0e27\u0e32\u0e21\u0e04\u0e34\u0e14\u0e40\u0e2b\u0e47\u0e19\u0e19\u0e35\u0e49\u0e41\u0e25\u0e49\u0e27", + "comments": "\u0e04\u0e27\u0e32\u0e21\u0e04\u0e34\u0e14\u0e40\u0e2b\u0e47\u0e19", + "like": "\u0e16\u0e39\u0e01\u0e43\u0e08", + "liked": "\u0e16\u0e39\u0e01\u0e43\u0e08\u0e41\u0e25\u0e49\u0e27", + "likes": "\u0e16\u0e39\u0e01\u0e43\u0e08", + "share": "\u0e41\u0e0a\u0e23\u0e4c", + "shared": "\u0e41\u0e0a\u0e23\u0e4c\u0e41\u0e25\u0e49\u0e27", + "shares": "\u0e41\u0e0a\u0e23\u0e4c", + "unshare": "\u0e40\u0e25\u0e34\u0e01\u0e41\u0e0a\u0e23\u0e4c", + "bookmark": "\u0e1a\u0e38\u0e4a\u0e04\u0e21\u0e32\u0e23\u0e4c\u0e01", + "cancel": "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01", + "copyLink": "\u0e04\u0e31\u0e14\u0e25\u0e2d\u0e01\u0e25\u0e34\u0e07\u0e04\u0e4c", + "delete": "\u0e25\u0e1a", + "error": "\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14", + "errorMsg": "\u0e21\u0e35\u0e1a\u0e32\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07\u0e43\u0e19\u0e20\u0e32\u0e22\u0e2b\u0e25\u0e31\u0e07", + "oops": "\u0e42\u0e2d\u0e4a\u0e30!", + "other": "\u0e2d\u0e37\u0e48\u0e19\u0e46", + "readMore": "\u0e2d\u0e48\u0e32\u0e19\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21", + "success": "\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", + "proceed": "\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23", + "next": "\u0e16\u0e31\u0e14\u0e44\u0e1b", + "close": "\u0e1b\u0e34\u0e14", + "clickHere": "\u0e04\u0e25\u0e34\u0e01\u0e17\u0e35\u0e48\u0e19\u0e35\u0e48", + "sensitive": "\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e2d\u0e48\u0e2d\u0e19", + "sensitiveContent": "\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e17\u0e35\u0e48\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e2d\u0e48\u0e2d\u0e19", + "sensitiveContentWarning": "\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e19\u0e35\u0e49\u0e2d\u0e32\u0e08\u0e08\u0e30\u0e21\u0e35\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e17\u0e35\u0e48\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e2d\u0e48\u0e2d\u0e19\u0e2b\u0e23\u0e37\u0e2d\u0e2d\u0e48\u0e2d\u0e19\u0e44\u0e27" }, "site": { - "terms": "Terms of Use", - "privacy": "Privacy Policy" + "terms": "\u0e02\u0e49\u0e2d\u0e15\u0e01\u0e25\u0e07\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19", + "privacy": "\u0e19\u0e42\u0e22\u0e1a\u0e32\u0e22\u0e04\u0e27\u0e32\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e15\u0e31\u0e27" }, "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" + "search": "\u0e04\u0e49\u0e19\u0e2b\u0e32", + "admin": "\u0e41\u0e2d\u0e14\u0e21\u0e34\u0e19\u0e41\u0e14\u0e0a\u0e1a\u0e2d\u0e23\u0e4c\u0e14", + "homeFeed": "\u0e42\u0e2e\u0e21\u0e2b\u0e19\u0e49\u0e32\u0e1f\u0e35\u0e14", + "localFeed": "\u0e2b\u0e19\u0e49\u0e32\u0e1f\u0e35\u0e14\u0e17\u0e49\u0e2d\u0e07\u0e16\u0e34\u0e48\u0e19", + "globalFeed": "\u0e2b\u0e19\u0e49\u0e32\u0e1f\u0e35\u0e14\u0e17\u0e31\u0e48\u0e27\u0e42\u0e25\u0e01", + "discover": "\u0e2a\u0e33\u0e23\u0e27\u0e08", + "directMessages": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e48\u0e27\u0e19\u0e15\u0e31\u0e27", + "notifications": "\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19", + "groups": "\u0e01\u0e25\u0e38\u0e48\u0e21", + "stories": "\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e23\u0e32\u0e27", + "profile": "\u0e42\u0e1b\u0e23\u0e44\u0e1f\u0e25\u0e4c", + "drive": "\u0e44\u0e14\u0e23\u0e1f\u0e4c", + "settings": "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32", + "compose": "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e2b\u0e21\u0e48", + "logout": "\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e23\u0e30\u0e1a\u0e1a", + "about": "\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a", + "help": "\u0e04\u0e27\u0e32\u0e21\u0e0a\u0e48\u0e27\u0e22\u0e40\u0e2b\u0e25\u0e37\u0e2d", + "language": "\u0e20\u0e32\u0e29\u0e32", + "privacy": "\u0e2a\u0e48\u0e27\u0e19\u0e15\u0e31\u0e27", + "terms": "\u0e02\u0e49\u0e2d\u0e15\u0e01\u0e25\u0e07", + "backToPreviousDesign": "\u0e01\u0e25\u0e31\u0e1a\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e02\u0e31\u0e49\u0e19\u0e15\u0e2d\u0e19\u0e01\u0e48\u0e2d\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a" }, "directMessages": { - "inbox": "Inbox", - "sent": "Sent", - "requests": "Requests" + "inbox": "\u0e01\u0e25\u0e48\u0e2d\u0e07\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21", + "sent": "\u0e2a\u0e48\u0e07", + "requests": "\u0e04\u0e33\u0e02\u0e2d" }, "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.", + "liked": "\u0e16\u0e39\u0e01\u0e43\u0e08\u0e04\u0e38\u0e13\u0e41\u0e25\u0e49\u0e27", + "commented": "\u0e41\u0e2a\u0e14\u0e07\u0e04\u0e27\u0e32\u0e21\u0e04\u0e34\u0e14\u0e40\u0e2b\u0e47\u0e19\u0e04\u0e38\u0e13\u0e41\u0e25\u0e49\u0e27", + "reacted": "\u0e15\u0e2d\u0e1a\u0e2a\u0e19\u0e2d\u0e07\u0e16\u0e36\u0e07\u0e04\u0e38\u0e13", + "shared": "\u0e04\u0e38\u0e13\u0e41\u0e0a\u0e23\u0e4c\u0e41\u0e25\u0e49\u0e27", + "tagged": "\u0e21\u0e35\u0e04\u0e19\u0e44\u0e14\u0e49\u0e01\u0e25\u0e48\u0e32\u0e27\u0e16\u0e36\u0e07\u0e04\u0e38\u0e13\u0e43\u0e19", + "updatedA": "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e41\u0e25\u0e49\u0e27\u0e40\u0e21\u0e37\u0e48\u0e2d", + "sentA": "\u0e2a\u0e48\u0e07\u0e40\u0e21\u0e37\u0e48\u0e2d", + "followed": "\u0e15\u0e34\u0e14\u0e15\u0e32\u0e21\u0e41\u0e25\u0e49\u0e27", + "mentioned": "\u0e01\u0e25\u0e48\u0e32\u0e27\u0e16\u0e36\u0e07\u0e41\u0e25\u0e49\u0e27", + "you": "\u0e04\u0e38\u0e13", + "yourApplication": "\u0e22\u0e37\u0e48\u0e19\u0e43\u0e1a\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21", + "applicationApproved": "\u0e44\u0e14\u0e49\u0e2d\u0e19\u0e38\u0e21\u0e31\u0e15\u0e34\u0e41\u0e25\u0e49\u0e27!", + "applicationRejected": "\u0e16\u0e39\u0e01\u0e1b\u0e0f\u0e34\u0e40\u0e2a\u0e18\u0e41\u0e25\u0e49\u0e27 \u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e43\u0e2b\u0e21\u0e48\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21\u0e44\u0e14\u0e49\u0e20\u0e32\u0e22\u0e43\u0e19 6 \u0e40\u0e14\u0e37\u0e2d\u0e19\u0e19\u0e30", "dm": "dm", - "groupPost": "group post", - "modlog": "modlog", - "post": "post", - "story": "story" + "groupPost": "\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e01\u0e25\u0e38\u0e48\u0e21", + "modlog": "\u0e21\u0e47\u0e2d\u0e14\u0e25\u0e47\u0e2d\u0e01", + "post": "\u0e42\u0e1e\u0e2a\u0e15\u0e4c", + "story": "\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e23\u0e32\u0e27", + "noneFound": "\u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19" }, "post": { - "shareToFollowers": "Share to followers", - "shareToOther": "Share to other", - "noLikes": "No likes yet", - "uploading": "Uploading" + "shareToFollowers": "\u0e41\u0e0a\u0e23\u0e4c\u0e43\u0e2b\u0e49\u0e1c\u0e39\u0e49\u0e15\u0e34\u0e14\u0e15\u0e32\u0e21", + "shareToOther": "\u0e41\u0e0a\u0e23\u0e4c\u0e43\u0e2b\u0e49\u0e2d\u0e37\u0e48\u0e19\u0e46", + "noLikes": "\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e43\u0e08", + "uploading": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14" }, "profile": { - "posts": "Posts", - "followers": "Followers", - "following": "Following", - "admin": "Admin", - "collections": "Collections", - "follow": "Follow", - "unfollow": "Unfollow", - "editProfile": "Edit Profile", - "followRequested": "Follow Requested", - "joined": "Joined" + "posts": "\u0e42\u0e1e\u0e2a\u0e15\u0e4c", + "followers": "\u0e1c\u0e39\u0e49\u0e15\u0e34\u0e14\u0e15\u0e32\u0e21", + "following": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e15\u0e34\u0e14\u0e15\u0e32\u0e21", + "admin": "\u0e1c\u0e39\u0e49\u0e14\u0e39\u0e41\u0e25\u0e23\u0e30\u0e1a\u0e1a", + "collections": "\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e01\u0e0a\u0e31\u0e19", + "follow": "\u0e15\u0e34\u0e14\u0e15\u0e32\u0e21", + "unfollow": "\u0e40\u0e25\u0e34\u0e01\u0e15\u0e34\u0e14\u0e15\u0e32\u0e21", + "editProfile": "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e42\u0e1b\u0e23\u0e4c\u0e44\u0e1f\u0e25\u0e4c", + "followRequested": "\u0e04\u0e33\u0e02\u0e2d\u0e15\u0e34\u0e14\u0e15\u0e32\u0e21", + "joined": "\u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21\u0e41\u0e25\u0e49\u0e27", + "emptyCollections": "\u0e14\u0e39\u0e40\u0e2b\u0e21\u0e37\u0e2d\u0e19\u0e27\u0e48\u0e32\u0e40\u0e23\u0e32\u0e08\u0e30\u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e01\u0e0a\u0e31\u0e19\u0e43\u0e14\u0e46", + "emptyPosts": "\u0e14\u0e39\u0e40\u0e2b\u0e21\u0e37\u0e2d\u0e19\u0e27\u0e48\u0e32\u0e40\u0e23\u0e32\u0e08\u0e30\u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e43\u0e14\u0e46" }, "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?" + "viewPost": "\u0e14\u0e39\u0e42\u0e1e\u0e2a\u0e15\u0e4c", + "viewProfile": "\u0e14\u0e39\u0e42\u0e1b\u0e23\u0e44\u0e1f\u0e25\u0e4c", + "moderationTools": "\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e01\u0e32\u0e23\u0e01\u0e25\u0e31\u0e48\u0e19\u0e01\u0e23\u0e2d\u0e07", + "report": "\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19", + "archive": "\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e2a\u0e33\u0e04\u0e31\u0e0d", + "unarchive": "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e01\u0e32\u0e23\u0e40\u0e01\u0e47\u0e1a\u0e16\u0e32\u0e27\u0e23", + "embed": "\u0e1d\u0e31\u0e07", + "selectOneOption": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e43\u0e19\u0e15\u0e31\u0e27\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e17\u0e35\u0e48\u0e01\u0e33\u0e25\u0e31\u0e07\u0e15\u0e34\u0e14\u0e15\u0e32\u0e21\u0e14\u0e31\u0e07\u0e15\u0e48\u0e2d\u0e44\u0e1b\u0e19\u0e35\u0e49", + "unlistFromTimelines": "\u0e44\u0e21\u0e48\u0e41\u0e2a\u0e14\u0e07\u0e08\u0e32\u0e01\u0e44\u0e17\u0e21\u0e4c\u0e44\u0e25\u0e19\u0e4c", + "addCW": "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32", + "removeCW": "\u0e25\u0e1a\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e2d\u0e2d\u0e01", + "markAsSpammer": "\u0e17\u0e33\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e2b\u0e21\u0e32\u0e22\u0e1a\u0e2d\u0e01\u0e27\u0e48\u0e32\u0e2a\u0e41\u0e1b\u0e21\u0e40\u0e01\u0e2d\u0e23\u0e4c", + "markAsSpammerText": "\u0e44\u0e21\u0e48\u0e41\u0e2a\u0e14\u0e07 + CW \u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e17\u0e35\u0e48\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48\u0e41\u0e25\u0e49\u0e27\u0e41\u0e25\u0e30\u0e43\u0e19\u0e2d\u0e19\u0e32\u0e04\u0e15", + "spam": "\u0e2a\u0e41\u0e1b\u0e21", + "sensitive": "\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e17\u0e35\u0e48\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e2d\u0e48\u0e2d\u0e19", + "abusive": "\u0e44\u0e21\u0e48\u0e40\u0e2b\u0e21\u0e32\u0e30\u0e2a\u0e21\u0e2b\u0e23\u0e37\u0e2d\u0e2d\u0e32\u0e08\u0e40\u0e1b\u0e47\u0e19\u0e2d\u0e31\u0e19\u0e15\u0e23\u0e32\u0e22", + "underageAccount": "\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e17\u0e35\u0e48\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e23\u0e39\u0e49\u0e1a\u0e23\u0e23\u0e25\u0e38\u0e19\u0e34\u0e15\u0e34\u0e20\u0e32\u0e27\u0e30", + "copyrightInfringement": "\u0e01\u0e32\u0e23\u0e25\u0e30\u0e40\u0e21\u0e34\u0e14\u0e25\u0e34\u0e02\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c", + "impersonation": "\u0e41\u0e2d\u0e1a\u0e2d\u0e49\u0e32\u0e07\u0e1a\u0e38\u0e04\u0e04\u0e25\u0e2d\u0e37\u0e48\u0e19", + "scamOrFraud": "\u0e2b\u0e25\u0e2d\u0e01\u0e25\u0e27\u0e07\u0e2b\u0e23\u0e37\u0e2d\u0e09\u0e49\u0e2d\u0e42\u0e01\u0e07", + "confirmReport": "\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e01\u0e32\u0e23\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19", + "confirmReportText": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e19\u0e35\u0e49?", + "reportSent": "\u0e2a\u0e48\u0e07\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27!", + "reportSentText": "\u0e40\u0e23\u0e32\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27\u0e19\u0e30", + "reportSentError": "\u0e40\u0e01\u0e34\u0e14\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e01\u0e33\u0e25\u0e31\u0e07\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e19\u0e35\u0e49", + "modAddCWConfirm": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e08\u0e30\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e43\u0e19\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e19\u0e35\u0e49?", + "modCWSuccess": "\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27\u0e44\u0e14\u0e49\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32", + "modRemoveCWConfirm": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e08\u0e30\u0e25\u0e1a\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e43\u0e19\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e19\u0e35\u0e49?", + "modRemoveCWSuccess": "\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27\u0e44\u0e14\u0e49\u0e25\u0e1a\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32", + "modUnlistConfirm": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e08\u0e30\u0e44\u0e21\u0e48\u0e41\u0e2a\u0e14\u0e07\u0e43\u0e19\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e19\u0e35\u0e49?", + "modUnlistSuccess": "\u0e44\u0e21\u0e48\u0e41\u0e2a\u0e14\u0e07\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", + "modMarkAsSpammerConfirm": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e08\u0e30\u0e17\u0e33\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e2b\u0e21\u0e32\u0e22\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e23\u0e32\u0e22\u0e19\u0e35\u0e49\u0e27\u0e48\u0e32\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e41\u0e1b\u0e21? \u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e17\u0e35\u0e48\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48\u0e41\u0e25\u0e30\u0e43\u0e19\u0e2d\u0e19\u0e32\u0e04\u0e15\u0e08\u0e30\u0e16\u0e39\u0e01\u0e19\u0e33\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e44\u0e17\u0e21\u0e4c\u0e44\u0e25\u0e19\u0e4c\u0e41\u0e25\u0e30\u0e43\u0e2a\u0e48\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32", + "modMarkAsSpammerSuccess": "\u0e17\u0e33\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e2b\u0e21\u0e32\u0e22\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e1a\u0e2d\u0e01\u0e27\u0e48\u0e32\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e41\u0e1b\u0e21\u0e40\u0e21\u0e2d\u0e23\u0e4c\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", + "toFollowers": "\u0e16\u0e36\u0e07\u0e1c\u0e39\u0e49\u0e15\u0e34\u0e14\u0e15\u0e32\u0e21", + "showCaption": "\u0e41\u0e2a\u0e14\u0e07\u0e04\u0e33\u0e1a\u0e23\u0e23\u0e22\u0e32\u0e22\u0e20\u0e32\u0e1e", + "showLikes": "\u0e41\u0e2a\u0e14\u0e07\u0e44\u0e25\u0e04\u0e4c", + "compactMode": "\u0e42\u0e2b\u0e21\u0e14\u0e01\u0e30\u0e17\u0e31\u0e14\u0e23\u0e31\u0e14", + "embedConfirmText": "\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e15\u0e31\u0e27\u0e1d\u0e31\u0e07\u0e19\u0e35\u0e49\u0e41\u0e2a\u0e14\u0e07\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32", + "deletePostConfirm": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e19\u0e35\u0e49?", + "archivePostConfirm": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e08\u0e30\u0e40\u0e01\u0e47\u0e1a\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e19\u0e35\u0e49\u0e16\u0e32\u0e27\u0e23?", + "unarchivePostConfirm": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e08\u0e30\u0e40\u0e25\u0e34\u0e01\u0e40\u0e01\u0e47\u0e1a\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e19\u0e35\u0e49\u0e16\u0e32\u0e27\u0e23?" }, "story": { - "add": "Add Story" + "add": "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e23\u0e32\u0e27" }, "timeline": { - "peopleYouMayKnow": "People you may know" + "peopleYouMayKnow": "\u0e04\u0e19\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e2d\u0e32\u0e08\u0e23\u0e39\u0e49\u0e08\u0e31\u0e01", + "onboarding": { + "welcome": "\u0e22\u0e34\u0e19\u0e14\u0e35\u0e15\u0e49\u0e2d\u0e19\u0e23\u0e31\u0e1a", + "thisIsYourHomeFeed": "\u0e19\u0e35\u0e48\u0e04\u0e37\u0e2d\u0e42\u0e2e\u0e21\u0e1f\u0e35\u0e14\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e0b\u0e36\u0e48\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e1f\u0e35\u0e14\u0e17\u0e35\u0e48\u0e08\u0e30\u0e41\u0e2a\u0e14\u0e07\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e15\u0e32\u0e21\u0e25\u0e33\u0e14\u0e31\u0e1a\u0e40\u0e27\u0e25\u0e32\u0e08\u0e32\u0e01\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e15\u0e34\u0e14\u0e15\u0e32\u0e21", + "letUsHelpYouFind": "\u0e43\u0e2b\u0e49\u0e40\u0e23\u0e32\u0e0a\u0e48\u0e27\u0e22\u0e04\u0e38\u0e13\u0e04\u0e49\u0e19\u0e2b\u0e32\u0e1c\u0e39\u0e49\u0e04\u0e19\u0e17\u0e35\u0e48\u0e19\u0e48\u0e32\u0e2a\u0e19\u0e43\u0e08\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e15\u0e34\u0e14\u0e15\u0e32\u0e21", + "refreshFeed": "\u0e23\u0e35\u0e40\u0e1f\u0e23\u0e0a\u0e1f\u0e35\u0e14\u0e02\u0e2d\u0e07\u0e09\u0e31\u0e19" + } + }, + "hashtags": { + "emptyFeed": "\u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e41\u0e2e\u0e0a\u0e41\u0e17\u0e47\u0e01\u0e19\u0e35\u0e49" + }, + "report": { + "report": "\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19", + "selectReason": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e40\u0e2b\u0e15\u0e38\u0e1c\u0e25", + "reported": "\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27", + "sendingReport": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e2a\u0e48\u0e07\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19", + "thanksMsg": "\u0e02\u0e2d\u0e1a\u0e04\u0e38\u0e13\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e0a\u0e48\u0e27\u0e22\u0e43\u0e2b\u0e49\u0e0a\u0e38\u0e21\u0e0a\u0e19\u0e41\u0e25\u0e30\u0e1c\u0e39\u0e49\u0e04\u0e19\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22!", + "contactAdminMsg": "\u0e2b\u0e32\u0e01\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e14\u0e39\u0e41\u0e25\u0e23\u0e30\u0e1a\u0e1a\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e2b\u0e23\u0e37\u0e2d\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/tr.json b/resources/assets/js/i18n/tr.json index 274abb51d..49d1ce183 100644 --- a/resources/assets/js/i18n/tr.json +++ b/resources/assets/js/i18n/tr.json @@ -1,15 +1,16 @@ { "common": { "comment": "Yorum", - "commented": "Yorumlar", + "commented": "Yorumlad\u0131", "comments": "Yorumlar", "like": "Be\u011fen", "liked": "Be\u011fenildi", - "likes": "Be\u011feniler", + "likes": "Be\u011fenenler", "share": "Payla\u015f", - "shared": "Payla\u015f\u0131lan", + "shared": "Payla\u015f\u0131ld\u0131", "shares": "Payla\u015f\u0131lanlar", "unshare": "Payla\u015f\u0131m\u0131 kald\u0131r", + "bookmark": "Yerimi", "cancel": "\u0130ptal", "copyLink": "Ba\u011flant\u0131y\u0131 Kopyala", "delete": "Sil", @@ -17,9 +18,13 @@ "errorMsg": "Bir \u015feyler yanl\u0131\u015f gitti. L\u00fctfen daha sonra tekrar deneyiniz.", "oops": "Hay aksi!", "other": "Di\u011fer", - "readMore": "Daha fazlas\u0131n\u0131 oku", + "readMore": "Daha fazlas\u0131", "success": "Ba\u015far\u0131l\u0131", - "sensitive": "Hassasiyet", + "proceed": "\u0130lerleyiniz", + "next": "\u0130leri", + "close": "Kapat", + "clickHere": "buraya t\u0131klay\u0131n", + "sensitive": "Hassas", "sensitiveContent": "Hassas i\u00e7erik", "sensitiveContentWarning": "Bu ileti hassas i\u00e7erik i\u00e7eriyor olabilir" }, @@ -28,13 +33,13 @@ "privacy": "Gizlilik Politikas\u0131" }, "navmenu": { - "search": "Arama", + "search": "Ara", "admin": "Y\u00f6netici Paneli", - "homeFeed": "Home Feed", + "homeFeed": "Anasayfa", "localFeed": "Yerel Ak\u0131\u015f", "globalFeed": "Evrensel Ak\u0131\u015f", "discover": "Ke\u015ffet", - "directMessages": "Direkt Mesajlar", + "directMessages": "Do\u011frudan Mesajlar", "notifications": "Bildirimler", "groups": "Gruplar", "stories": "Hikayeler", @@ -42,7 +47,7 @@ "drive": "Depolama", "settings": "Ayarlar", "compose": "Yeni olu\u015ftur", - "logout": "Logout", + "logout": "Oturumu kapat", "about": "Hakk\u0131nda", "help": "Yard\u0131m", "language": "Dil", @@ -56,70 +61,71 @@ "requests": "\u0130stekler" }, "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", + "liked": "be\u011fendim", + "commented": "yorum yazd\u0131", + "reacted": "tepki verdi", + "shared": "payla\u015ft\u0131", + "tagged": "sizi etiketledi", + "updatedA": "g\u00fcncel bir", + "sentA": "g\u00f6nderdi", + "followed": "takip etti", + "mentioned": "bahsetti", "you": "sen", "yourApplication": "Kat\u0131lma iste\u011finiz", "applicationApproved": "onayland\u0131!", "applicationRejected": "reddedildi. 6 ay sonra, tekrar kat\u0131lma iste\u011finde bulunabilirsiniz.", - "dm": "\u00f6zel mesaj", - "groupPost": "group post", + "dm": "dm", + "groupPost": "grup g\u00f6nderisi", "modlog": "modlog", - "post": "post", - "story": "hikaye" + "post": "g\u00f6nderi", + "story": "hikaye", + "noneFound": "Bildirim bulunamad\u0131" }, "post": { - "shareToFollowers": "Takip\u00e7ileri payla\u015f", - "shareToOther": "Share to other", + "shareToFollowers": "Takip\u00e7ilerle payla\u015f", + "shareToOther": "Di\u011ferleriyle payla\u015f", "noLikes": "Hen\u00fcz be\u011fenilmedi", - "uploading": "Y\u00fckleniyor" + "uploading": "Kar\u015f\u0131ya Y\u00fckleniyor" }, "profile": { "posts": "G\u00f6nderiler", "followers": "Takip\u00e7iler", "following": "Takip ediliyor", "admin": "Y\u00f6netici", - "collections": "Koleksiyonlar", + "collections": "Derlemeler", "follow": "Takip et", "unfollow": "Takibi b\u0131rak", "editProfile": "Profili D\u00fczenle", "followRequested": "Takip \u0130ste\u011fi", "joined": "Kat\u0131ld\u0131", - "emptyCollections": "We can't seem to find any collections", - "emptyPosts": "We can't seem to find any posts" + "emptyCollections": "Herhangi bir koleksiyon bulunmuyor", + "emptyPosts": "Herhangi bir g\u00f6nderi bulunmuyor" }, "menu": { "viewPost": "G\u00f6nderiyi g\u00f6r\u00fcnt\u00fcle", "viewProfile": "Profili G\u00f6r\u00fcnt\u00fcle", - "moderationTools": "Denetim Ayarlar\u0131", + "moderationTools": "Denetim Ara\u00e7lar\u0131", "report": "Bildir", - "archive": "Archive", + "archive": "Ar\u015fiv", "unarchive": "Ar\u015fivden \u00e7\u0131kar", - "embed": "Embed", + "embed": "Yerle\u015ftir", "selectOneOption": "A\u015fa\u011f\u0131daki se\u00e7eneklerden birini se\u00e7in", "unlistFromTimelines": "Ak\u0131\u015flardan kald\u0131r", "addCW": "\u0130\u00e7erik Uyar\u0131s\u0131n\u0131 Ekle", "removeCW": "\u0130\u00e7erik Uyar\u0131s\u0131n\u0131 Kald\u0131r", - "markAsSpammer": "Mark as Spammer", - "markAsSpammerText": "Unlist + CW existing and future posts", - "spam": "\u0130stenmeyen", + "markAsSpammer": "\u0130stenmeyen \u0130leti G\u00f6ndericisi Olarak \u0130\u015faretle", + "markAsSpammerText": "Mevcut ve gelecekteki g\u00f6nderileri + CW listesini kald\u0131r\u0131n", + "spam": "\u0130stenmeyen posta", "sensitive": "Hassas i\u00e7erik", "abusive": "\u0130stismarc\u0131 veya Zararl\u0131", - "underageAccount": "Underage Account", + "underageAccount": "Ya\u015f\u0131 Tutmayan Hesap", "copyrightInfringement": "Telif hakk\u0131 ihlali", "impersonation": "Taklit Hesap", "scamOrFraud": "Doland\u0131r\u0131c\u0131l\u0131k", "confirmReport": "Bildirimi onayla", "confirmReportText": "Bu payla\u015f\u0131m\u0131 bildirmek istedi\u011finizden emin misiniz?", "reportSent": "Rapor G\u00f6nderildi!", - "reportSentText": "Raporunuzu ba\u015far\u0131yla ald\u0131k.", + "reportSentText": "Raporunuzu ba\u015far\u0131l\u0131 bir \u015fekilde ald\u0131k.", "reportSentError": "Bu g\u00f6nderi bildirilirken bir sorun olu\u015ftu.", "modAddCWConfirm": "Bu g\u00f6nderiye bir i\u00e7erik uyar\u0131s\u0131 eklemek istedi\u011finizden emin misiniz?", "modCWSuccess": "\u0130\u00e7erik uyar\u0131s\u0131 ba\u015far\u0131yla eklendi", @@ -133,7 +139,7 @@ "showCaption": "A\u00e7\u0131klamay\u0131 g\u00f6ster", "showLikes": "Be\u011fenileri G\u00f6ster", "compactMode": "Kompakt Mod", - "embedConfirmText": "By using this embed, you agree to our", + "embedConfirmText": "Bu g\u00f6m\u00fcy\u00fc kullanarak,", "deletePostConfirm": "Bu g\u00f6nderiyi silmek istedi\u011finizden emin misiniz?", "archivePostConfirm": "Bu g\u00f6nderiyi ar\u015fivlemek istedi\u011finizden emin misiniz?", "unarchivePostConfirm": "Bu g\u00f6nderiyi ar\u015fivden \u00e7\u0131karmak istedi\u011finize emin misiniz?" @@ -142,9 +148,23 @@ "add": "Hikaye ekle" }, "timeline": { - "peopleYouMayKnow": "Tan\u0131yor olabilece\u011fin ki\u015filer" + "peopleYouMayKnow": "Tan\u0131yor olabilece\u011fin ki\u015filer", + "onboarding": { + "welcome": "Ho\u015f Geldiniz", + "thisIsYourHomeFeed": "Buras\u0131 sizin ak\u0131\u015f sayfan\u0131z, takip etti\u011finiz hesaplar\u0131n payla\u015f\u0131mlar\u0131 kronolojik g\u00f6sterilir.", + "letUsHelpYouFind": "Takip etmek i\u00e7in size baz\u0131 ilgin\u00e7 ki\u015fileri bulman\u0131zda yard\u0131mc\u0131 olal\u0131m", + "refreshFeed": "Ak\u0131\u015f\u0131m\u0131 yenile" + } }, "hashtags": { - "emptyFeed": "We can't seem to find any posts for this hashtag" + "emptyFeed": "Bu etiket ile ilgili bir g\u00f6nderi bulam\u0131yoruz" + }, + "report": { + "report": "Bildir", + "selectReason": "Bir sebep se\u00e7in", + "reported": "Bildirildi", + "sendingReport": "Bildiri g\u00f6nderiliyor", + "thanksMsg": "Bildirdi\u011finiz i\u00e7in te\u015fekk\u00fcrler, sizin gibi insanlar sayesinde toplulu\u011fumuz g\u00fcvende kal\u0131yor!", + "contactAdminMsg": "E\u011fer bu g\u00f6nderi veya bildirim hakk\u0131nda bir y\u00f6netici ile irtibata ge\u00e7mek istiyorsan\u0131z" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/vi.json b/resources/assets/js/i18n/vi.json index 3f76b862f..a0433015a 100644 --- a/resources/assets/js/i18n/vi.json +++ b/resources/assets/js/i18n/vi.json @@ -10,6 +10,7 @@ "shared": "\u0110\u00e3 chia s\u1ebb", "shares": "L\u01b0\u1ee3t chia s\u1ebb", "unshare": "H\u1ee7y chia s\u1ebb", + "bookmark": "L\u01b0u", "cancel": "H\u1ee7y", "copyLink": "Ch\u00e9p link", "delete": "X\u00f3a", @@ -19,6 +20,10 @@ "other": "Kh\u00e1c", "readMore": "Xem th\u00eam", "success": "Ho\u00e0n t\u1ea5t", + "proceed": "Ti\u1ebfp t\u1ee5c", + "next": "Ti\u1ebfp theo", + "close": "\u0110\u00f3ng", + "clickHere": "nh\u1ea5n v\u00e0o \u0111\u00e2y", "sensitive": "Nh\u1ea1y c\u1ea3m", "sensitiveContent": "N\u1ed9i dung nh\u1ea1y c\u1ea3m", "sensitiveContentWarning": "\u1ea2nh n\u00e0y c\u00f3 th\u1ec3 ch\u1ee9a n\u1ed9i dung nh\u1ea1y c\u1ea3m" @@ -59,7 +64,7 @@ "liked": "\u0111\u00e3 th\u00edch \u1ea3nh", "commented": "b\u00ecnh lu\u1eadn v\u1ec1 \u1ea3nh", "reacted": "xem \u1ea3nh", - "shared": "chia s\u1ebb \u1ea3nh", + "shared": "\u0111\u00e3 chia s\u1ebb", "tagged": "nh\u1eafc \u0111\u1ebfn b\u1ea1n trong", "updatedA": "\u0111\u00e3 c\u1eadp nh\u1eadt", "sentA": "\u0111\u00e3 g\u1eedi m\u1ed9t", @@ -73,7 +78,8 @@ "groupPost": "\u1ea3nh \u0111\u0103ng nh\u00f3m", "modlog": "nh\u1eadt k\u00fd ki\u1ec3m duy\u1ec7t", "post": "b\u00e0i \u0111\u0103ng", - "story": "kho\u1ea3nh kh\u1eafc" + "story": "kho\u1ea3nh kh\u1eafc", + "noneFound": "Kh\u00f4ng c\u00f3 th\u00f4ng b\u00e1o m\u1edbi" }, "post": { "shareToFollowers": "Chia s\u1ebb \u0111\u1ebfn ng\u01b0\u1eddi theo d\u00f5i", @@ -139,12 +145,26 @@ "unarchivePostConfirm": "B\u1ea1n c\u00f3 ch\u1eafc mu\u1ed1n b\u1ecf l\u01b0u tr\u1eef \u1ea3nh n\u00e0y?" }, "story": { - "add": "Th\u00eam kho\u1ea3nh kh\u1eafc" + "add": "Kho\u1ea3nh kh\u1eafc" }, "timeline": { - "peopleYouMayKnow": "Nh\u1eefng ng\u01b0\u1eddi b\u1ea1n c\u00f3 th\u1ec3 bi\u1ebft" + "peopleYouMayKnow": "Nh\u1eefng ng\u01b0\u1eddi b\u1ea1n c\u00f3 th\u1ec3 bi\u1ebft", + "onboarding": { + "welcome": "Ch\u00e0o m\u1eebng", + "thisIsYourHomeFeed": "\u0110\u00e2y l\u00e0 b\u1ea3ng tin c\u1ee7a b\u1ea1n, \u0111\u01b0\u1ee3c x\u1ebfp theo th\u1ee9 t\u1ef1 th\u1eddi gian v\u1edbi nh\u1eefng t\u00e0i kho\u1ea3n m\u00e0 b\u1ea1n theo d\u00f5i.", + "letUsHelpYouFind": "\u0110\u00e2y l\u00e0 v\u00e0i ng\u01b0\u1eddi th\u00fa v\u1ecb m\u00e0 b\u1ea1n n\u00ean theo d\u00f5i", + "refreshFeed": "L\u00e0m t\u01b0\u01a1i b\u1ea3ng tin" + } }, "hashtags": { "emptyFeed": "Kh\u00f4ng t\u00ecm th\u1ea5y \u1ea3nh n\u00e0o v\u1edbi hashtag n\u00e0y" + }, + "report": { + "report": "B\u00e1o c\u00e1o", + "selectReason": "Ch\u1ecdn m\u1ed9t l\u00fd do", + "reported": "B\u1ecb b\u00e1o c\u00e1o", + "sendingReport": "\u0110ang g\u1eedi b\u00e1o c\u00e1o...", + "thanksMsg": "C\u1ea3m \u01a1n \u0111\u00e3 g\u1eedi b\u00e1o c\u00e1o, b\u1ea1n \u0111\u00e3 gi\u00fap c\u1ed9ng \u0111\u1ed3ng s\u1ea1ch h\u01a1n!", + "contactAdminMsg": "N\u1ebfu c\u1ea7n thi\u1ebft, h\u00e3y li\u00ean h\u1ec7 qu\u1ea3n tr\u1ecb vi\u00ean v\u1ec1 \u1ea3nh n\u00e0y ho\u1eb7c b\u00e1o c\u00e1o" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/zh.json b/resources/assets/js/i18n/zh.json index 1acb08636..d0d6c25c8 100644 --- a/resources/assets/js/i18n/zh.json +++ b/resources/assets/js/i18n/zh.json @@ -1,96 +1,102 @@ { "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" + "comment": "\u8a55\u8ad6", + "commented": "\u5df2\u8a55\u8ad6", + "comments": "\u689d\u610f\u898b\u8a55\u8ad6", + "like": "\u6309\u8b9a", + "liked": "\u5df2\u6309\u8b9a", + "likes": "\u500b\u4eba\u5df2\u6309\u8b9a", + "share": "\u5206\u4eab", + "shared": "\u5df2\u5206\u4eab", + "shares": "\u6b21\u5206\u4eab", + "unshare": "\u53d6\u6d88\u5206\u4eab", + "bookmark": "\u66f8\u7c64", + "cancel": "\u53d6\u6d88", + "copyLink": "\u8907\u88fd\u9023\u7d50", + "delete": "\u5220\u9664", + "error": "\u932f\u8aa4", + "errorMsg": "\u51fa\u4e86\u9ede\u5c0f\u554f\u984c\uff0c\u8acb\u7a0d\u5f8c\u91cd\u8a66\u3002", + "oops": "\u5443\u2026", + "other": "\u5176\u4ed6", + "readMore": "\u7e7c\u7e8c\u8b80\u4e0b\u53bb", + "success": "\u6210\u529f", + "proceed": "\u7e7c\u7e8c", + "next": "\u4e0b\u4e00\u500b", + "close": "\u95dc\u9589", + "clickHere": "\u9ede\u64ca\u6b64\u8655", + "sensitive": "\u654f\u611f\u5167\u5bb9", + "sensitiveContent": "\u654f\u611f\u5167\u5bb9", + "sensitiveContentWarning": "\u9019\u7bc7\u6587\u53ef\u80fd\u5305\u542b\u654f\u611f\u5167\u5bb9" }, "site": { - "terms": "Terms of Use", - "privacy": "Privacy Policy" + "terms": "\u4f7f\u7528\u689d\u6b3e", + "privacy": "\u96b1\u79c1\u6b0a\u653f\u7b56" }, "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", + "search": "\u641c\u5c0b", + "admin": "\u7ba1\u7406\u5100\u8868\u677f", + "homeFeed": "\u9996\u9801\u52d5\u614b", + "localFeed": "\u7ad9\u5167\u52d5\u614b", + "globalFeed": "\u806f\u90a6\u52d5\u614b", + "discover": "\u63a2\u7d22", + "directMessages": "\u79c1\u4eba\u8a0a\u606f", + "notifications": "\u901a\u77e5", + "groups": "\u7fa4\u7d44", + "stories": "\u9650\u6642\u52d5\u614b", + "profile": "\u500b\u4eba\u6a94\u6848", "drive": "Drive", - "settings": "Settings", - "compose": "Create New", - "logout": "Logout", - "about": "About", - "help": "Help", - "language": "Language", - "privacy": "Privacy", - "terms": "Terms", - "backToPreviousDesign": "Go back to previous design" + "settings": "\u8a2d\u5b9a", + "compose": "\u65b0\u589e", + "logout": "\u767b\u51fa", + "about": "\u95dc\u65bc", + "help": "\u8aac\u660e", + "language": "\u8a9e\u8a00", + "privacy": "\u96b1\u79c1\u6b0a", + "terms": "\u689d\u6b3e", + "backToPreviousDesign": "\u56de\u5230\u5148\u524d\u7684\u8a2d\u8a08" }, "directMessages": { - "inbox": "Inbox", - "sent": "Sent", - "requests": "Requests" + "inbox": "\u6536\u4ef6\u593e", + "sent": "\u5bc4\u4ef6\u593e", + "requests": "\u8acb\u6c42" }, "notifications": { - "liked": "liked your", - "commented": "commented on your", - "reacted": "reacted to your", - "shared": "shared your", + "liked": "\u559c\u6b61\u4f60\u7684", + "commented": "\u8a55\u8ad6\u4e86\u4f60\u7684", + "reacted": "\u53cd\u61c9\u4e86\u4f60\u7684", + "shared": "\u5206\u4eab\u4e86\u4f60\u7684", "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", + "followed": "\u5df2\u95dc\u6ce8", + "mentioned": "\u88ab\u63d0\u53ca", + "you": "\u4f60", + "yourApplication": "\u60a8\u7684\u52a0\u5165\u7533\u8acb", + "applicationApproved": "\u88ab\u6279\u51c6\u4e86\uff01", + "applicationRejected": "\u88ab\u62d2\u7d55\u3002\u60a8\u53ef\u4ee5\u5728 6 \u500b\u6708\u5f8c\u518d\u6b21\u7533\u8acb\u52a0\u5165\u3002", + "dm": "\u76f4\u63a5\u8a0a\u606f", "groupPost": "group post", "modlog": "modlog", "post": "post", - "story": "story" + "story": "story", + "noneFound": "No notifications found" }, "post": { "shareToFollowers": "Share to followers", "shareToOther": "Share to other", "noLikes": "No likes yet", - "uploading": "Uploading" + "uploading": "\u4e0a\u50b3\u4e2d" }, "profile": { "posts": "Posts", - "followers": "Followers", - "following": "Following", - "admin": "Admin", + "followers": "\u8ddf\u96a8\u8005", + "following": "\u8ffd\u8e64\u4e2d", + "admin": "\u7ba1\u7406\u54e1", "collections": "Collections", - "follow": "Follow", - "unfollow": "Unfollow", - "editProfile": "Edit Profile", - "followRequested": "Follow Requested", + "follow": "\u8ffd\u8e64", + "unfollow": "\u53d6\u6d88\u8ffd\u8e64", + "editProfile": "\u7de8\u8f2f\u500b\u4eba\u6a94\u6848", + "followRequested": "\u8ffd\u8e64\u8acb\u6c42", "joined": "Joined", "emptyCollections": "We can't seem to find any collections", "emptyPosts": "We can't seem to find any posts" @@ -99,52 +105,66 @@ "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", + "report": "\u6aa2\u8209", + "archive": "\u5c01\u5b58", + "unarchive": "\u53d6\u6d88\u5c01\u5b58", + "embed": "\u5d4c\u5165", + "selectOneOption": "\u9078\u64c7\u4ee5\u4e0b\u9078\u9805\u4e4b\u4e00", + "unlistFromTimelines": "\u4e0d\u5728\u6642\u9593\u8ef8\u4e2d\u4e0a\u986f\u793a", + "addCW": "\u589e\u52a0\u5167\u5bb9\u8b66\u544a", + "removeCW": "\u79fb\u9664\u5167\u5bb9\u8b66\u544a", + "markAsSpammer": "\u6a19\u8a18\u70ba\u5783\u573e\u8a0a\u606f\u4f86\u6e90\u8005", + "markAsSpammerText": "\u5c0d\u8a08\u6709\u53ca\u672a\u4f86\u8cbc\u6587\u8a2d\u5b9a\u6210\u4e0d\u5217\u51fa\u548c\u589e\u52a0\u5167\u5bb9\u8b66\u544a", + "spam": "\u5783\u573e\u8a0a\u606f", + "sensitive": "\u654f\u611f\u5167\u5bb9", + "abusive": "\u8fb1\u7f75\u6216\u6709\u5bb3", + "underageAccount": "\u672a\u6210\u5e74\u5e33\u865f", + "copyrightInfringement": "\u4fb5\u72af\u7248\u6b0a", + "impersonation": "\u5047\u5192\u5e33\u865f", + "scamOrFraud": "\u8a50\u9a19\u5167\u5bb9", + "confirmReport": "\u78ba\u8a8d\u6aa2\u8209", + "confirmReportText": "\u4f60\u78ba\u5b9a\u8981\u6aa2\u8209\u9019\u7bc7\u8cbc\u6587\uff1f", + "reportSent": "\u6aa2\u8209\u5df2\u9001\u51fa\uff01", + "reportSentText": "\u6211\u5011\u5df2\u7d93\u6536\u5230\u4f60\u7684\u6aa2\u8209\u3002", + "reportSentError": "\u6aa2\u8209\u6b64\u8cbc\u6587\u6642\u51fa\u73fe\u554f\u984c\u3002", + "modAddCWConfirm": "\u60a8\u78ba\u5b9a\u8981\u70ba\u6b64\u8cbc\u6587\u6dfb\u52a0\u5167\u5bb9\u8b66\u544a\u55ce\uff1f", + "modCWSuccess": "\u6210\u529f\u6dfb\u52a0\u5167\u5bb9\u8b66\u544a", + "modRemoveCWConfirm": "\u60a8\u78ba\u5b9a\u8981\u522a\u9664\u6b64\u8cbc\u6587\u4e0a\u7684\u5167\u5bb9\u8b66\u544a\u55ce\uff1f", + "modRemoveCWSuccess": "\u5df2\u6210\u529f\u522a\u9664\u5167\u5bb9\u8b66\u544a", "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?" + "modMarkAsSpammerConfirm": "\u60a8\u78ba\u5b9a\u8981\u5c07\u6b64\u4f7f\u7528\u8005\u6a19\u8a18\u70ba\u5783\u573e\u8a0a\u606f\u767c\u9001\u8005\u55ce\uff1f\u6240\u6709\u73fe\u6709\u548c\u672a\u4f86\u7684\u8cbc\u6587\u5c07\u6539\u70ba\u975e\u516c\u958b\uff0c\u4e26\u5c07\u52a0\u4e0a\u5167\u5bb9\u8b66\u544a\u3002", + "modMarkAsSpammerSuccess": "\u5df2\u6210\u529f\u5c07\u5e33\u6236\u6a19\u8a18\u70ba\u5783\u573e\u8a0a\u606f\u767c\u9001\u8005", + "toFollowers": "\u7d66\u95dc\u6ce8\u8005", + "showCaption": "\u986f\u793a\u6587\u5b57\u8aaa\u660e", + "showLikes": "\u986f\u793a\u559c\u6b61", + "compactMode": "\u7dca\u6e4a\u6a21\u5f0f", + "embedConfirmText": "\u4f7f\u7528\u6b64\u5d4c\u5165\u5f0f\u5167\u5bb9\u5373\u8868\u793a\u60a8\u540c\u610f\u6211\u5011\u7684", + "deletePostConfirm": "\u4f60\u78ba\u5b9a\u8981\u522a\u9664\u6b64\u8cbc\u6587\uff1f", + "archivePostConfirm": "\u60a8\u78ba\u5b9a\u8981\u5c01\u5b58\u6b64\u8cbc\u6587\u55ce\uff1f", + "unarchivePostConfirm": "\u60a8\u78ba\u5b9a\u8981\u89e3\u9664\u5c01\u5b58\u6b64\u8cbc\u6587\u55ce\uff1f" }, "story": { - "add": "Add Story" + "add": "\u65b0\u589e\u6545\u4e8b" }, "timeline": { - "peopleYouMayKnow": "People you may know" + "peopleYouMayKnow": "\u4f60\u53ef\u80fd\u8a8d\u8b58", + "onboarding": { + "welcome": "\u6b61\u8fce", + "thisIsYourHomeFeed": "This is your home feed, a chronological feed of posts from accounts you follow.", + "letUsHelpYouFind": "Let us help you find some interesting people to follow", + "refreshFeed": "\u66f4\u65b0\u6211\u7684\u6e90" + } }, "hashtags": { - "emptyFeed": "We can't seem to find any posts for this hashtag" + "emptyFeed": "\u6211\u5011\u4f3c\u4e4e\u627e\u4e0d\u5230\u6b64\u4e3b\u984c\u6a19\u7c64\u7684\u4efb\u4f55\u8cbc\u6587" + }, + "report": { + "report": "\u6aa2\u8209", + "selectReason": "\u9078\u64c7\u4e00\u500b\u7406\u7531", + "reported": "\u5df2\u6aa2\u8209", + "sendingReport": "\u9001\u51fa\u6aa2\u8209", + "thanksMsg": "\u611f\u8b1d\u4f60\u7684\u6aa2\u8209\u8b93\u4e16\u754c\u66f4\u7f8e\u597d\uff01", + "contactAdminMsg": "\u5982\u679c\u4f60\u60f3\u8981\u63d0\u4f9b\u66f4\u591a\u6709\u95dc\u672c\u6b21\u6aa2\u8209\u7684\u5167\u5bb9\u7d66\u7ba1\u7406\u54e1" } } \ No newline at end of file