mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-10 06:00:45 +00:00
commit
97229fb7a6
122 changed files with 2478 additions and 1641 deletions
|
@ -590,7 +590,9 @@ class Helpers
|
||||||
$id = self::getStatusId($activity, $url);
|
$id = self::getStatusId($activity, $url);
|
||||||
$url = self::getStatusUrl($activity, $id);
|
$url = self::getStatusUrl($activity, $id);
|
||||||
|
|
||||||
if (! self::validateStatusDomains($originalUrl, $id, $url)) {
|
if ((! isset($activity['type']) ||
|
||||||
|
in_array($activity['type'], ['Create', 'Note'])) &&
|
||||||
|
! self::validateStatusDomains($originalUrl, $id, $url)) {
|
||||||
throw new \Exception('Invalid status domains');
|
throw new \Exception('Invalid status domains');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
public/js/compose.chunk.b06beb250e24db17.js
vendored
Normal file
BIN
public/js/compose.chunk.b06beb250e24db17.js
vendored
Normal file
Binary file not shown.
BIN
public/js/compose.chunk.e1f297b242137d23.js
vendored
BIN
public/js/compose.chunk.e1f297b242137d23.js
vendored
Binary file not shown.
BIN
public/js/compose.js
vendored
BIN
public/js/compose.js
vendored
Binary file not shown.
Binary file not shown.
BIN
public/js/landing.js
vendored
BIN
public/js/landing.js
vendored
Binary file not shown.
BIN
public/js/manifest.js
vendored
BIN
public/js/manifest.js
vendored
Binary file not shown.
Binary file not shown.
BIN
public/js/spa.js
vendored
BIN
public/js/spa.js
vendored
Binary file not shown.
BIN
public/js/vendor.js
vendored
BIN
public/js/vendor.js
vendored
Binary file not shown.
|
@ -1,3 +1,7 @@
|
||||||
|
/* @license twgl.js 5.5.4 Copyright (c) 2015, Gregg Tavares All Rights Reserved.
|
||||||
|
Available via the MIT license.
|
||||||
|
see: http://github.com/greggman/twgl.js for details */
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Bootstrap v4.6.2 (https://getbootstrap.com/)
|
* Bootstrap v4.6.2 (https://getbootstrap.com/)
|
||||||
* Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
* Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
||||||
|
@ -41,7 +45,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Glide.js v3.6.2
|
* Glide.js v3.7.1
|
||||||
* (c) 2013-2024 Jędrzej Chałubek (https://github.com/jedrzejchalubek/)
|
* (c) 2013-2024 Jędrzej Chałubek (https://github.com/jedrzejchalubek/)
|
||||||
* Released under the MIT License.
|
* Released under the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
Binary file not shown.
|
@ -10,6 +10,7 @@
|
||||||
"shared": "Shared",
|
"shared": "Shared",
|
||||||
"shares": "Shares",
|
"shares": "Shares",
|
||||||
"unshare": "Unshare",
|
"unshare": "Unshare",
|
||||||
|
"bookmark": "Bookmark",
|
||||||
"cancel": "Cancel",
|
"cancel": "Cancel",
|
||||||
"copyLink": "Copy Link",
|
"copyLink": "Copy Link",
|
||||||
"delete": "Delete",
|
"delete": "Delete",
|
||||||
|
@ -19,6 +20,10 @@
|
||||||
"other": "Other",
|
"other": "Other",
|
||||||
"readMore": "Read more",
|
"readMore": "Read more",
|
||||||
"success": "Success",
|
"success": "Success",
|
||||||
|
"proceed": "Proceed",
|
||||||
|
"next": "Next",
|
||||||
|
"close": "Close",
|
||||||
|
"clickHere": "click here",
|
||||||
"sensitive": "Sensitive",
|
"sensitive": "Sensitive",
|
||||||
"sensitiveContent": "Sensitive Content",
|
"sensitiveContent": "Sensitive Content",
|
||||||
"sensitiveContentWarning": "This post may contain sensitive content"
|
"sensitiveContentWarning": "This post may contain sensitive content"
|
||||||
|
@ -73,7 +78,8 @@
|
||||||
"groupPost": "group post",
|
"groupPost": "group post",
|
||||||
"modlog": "modlog",
|
"modlog": "modlog",
|
||||||
"post": "post",
|
"post": "post",
|
||||||
"story": "story"
|
"story": "story",
|
||||||
|
"noneFound": "No notifications found"
|
||||||
},
|
},
|
||||||
"post": {
|
"post": {
|
||||||
"shareToFollowers": "Share to followers",
|
"shareToFollowers": "Share to followers",
|
||||||
|
@ -142,9 +148,23 @@
|
||||||
"add": "Add Story"
|
"add": "Add Story"
|
||||||
},
|
},
|
||||||
"timeline": {
|
"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": {
|
"hashtags": {
|
||||||
"emptyFeed": "We can't seem to find any posts for this hashtag"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -10,6 +10,7 @@
|
||||||
"shared": "\u062a\u0645\u0651\u064e \u0645\u064f\u0634\u0627\u0631\u064e\u0643\u064e\u062a\u064f\u0647",
|
"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",
|
"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",
|
"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",
|
"cancel": "\u0625\u0644\u063a\u0627\u0621",
|
||||||
"copyLink": "\u0646\u064e\u0633\u062e \u0627\u0644\u0631\u0627\u0628\u0650\u0637",
|
"copyLink": "\u0646\u064e\u0633\u062e \u0627\u0644\u0631\u0627\u0628\u0650\u0637",
|
||||||
"delete": "\u062d\u064e\u0630\u0641",
|
"delete": "\u062d\u064e\u0630\u0641",
|
||||||
|
@ -19,6 +20,10 @@
|
||||||
"other": "\u0627\u064f\u062e\u0631\u0649",
|
"other": "\u0627\u064f\u062e\u0631\u0649",
|
||||||
"readMore": "\u0642\u0631\u0627\u0621\u0629\u064f \u0627\u0644\u0645\u0632\u064a\u062f",
|
"readMore": "\u0642\u0631\u0627\u0621\u0629\u064f \u0627\u0644\u0645\u0632\u064a\u062f",
|
||||||
"success": "\u0646\u064e\u062c\u0627\u062d",
|
"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",
|
"sensitive": "\u062d\u0633\u0651\u064e\u0627\u0633",
|
||||||
"sensitiveContent": "\u0645\u064f\u062d\u062a\u064e\u0648\u064b\u0649 \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"
|
"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",
|
"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",
|
"modlog": "\u0633\u062c\u0644\u0627\u062a \u0627\u0644\u0645\u064f\u0634\u0631\u0650\u0641",
|
||||||
"post": "\u0645\u064e\u0646\u0634\u0648\u0631",
|
"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": {
|
"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",
|
"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"
|
"add": "\u0625\u0636\u0627\u0641\u064e\u0629\u064f \u0642\u064e\u0635\u0651\u064e\u0629"
|
||||||
},
|
},
|
||||||
"timeline": {
|
"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": {
|
"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"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,110 +1,116 @@
|
||||||
{
|
{
|
||||||
"common": {
|
"common": {
|
||||||
"comment": "Comment",
|
"comment": "\u09ae\u09a8\u09cd\u09a4\u09ac\u09cd\u09af",
|
||||||
"commented": "Commented",
|
"commented": "\u09ae\u09a8\u09cd\u09a4\u09ac\u09cd\u09af \u0995\u09b0\u09be \u09b9\u09df\u09c7\u099b\u09c7",
|
||||||
"comments": "Comments",
|
"comments": "\u09ae\u09a8\u09cd\u09a4\u09ac\u09cd\u09af",
|
||||||
"like": "Like",
|
"like": "\u09aa\u099b\u09a8\u09cd\u09a6",
|
||||||
"liked": "Liked",
|
"liked": "\u09aa\u099b\u09a8\u09cd\u09a6\u0995\u09c3\u09a4",
|
||||||
"likes": "Likes",
|
"likes": "\u09aa\u099b\u09a8\u09cd\u09a6",
|
||||||
"share": "Share",
|
"share": "\u09ad\u09be\u0997 \u0995\u09b0\u09cb",
|
||||||
"shared": "Shared",
|
"shared": "\u09ad\u09be\u0997\u0995\u09c3\u09a4",
|
||||||
"shares": "Shares",
|
"shares": "\u09ad\u09be\u0997 \u0995\u09b0\u09be \u09b9\u09df\u09c7\u099b\u09c7",
|
||||||
"unshare": "Unshare",
|
"unshare": "\u09ad\u09be\u0997 \u09ab\u09bf\u09b0\u09a4 \u09a8\u09be\u0993",
|
||||||
"cancel": "Cancel",
|
"bookmark": "\u09ac\u09c1\u0995\u09ae\u09be\u09b0\u09cd\u0995",
|
||||||
"copyLink": "Copy Link",
|
"cancel": "\u09ac\u09be\u09a4\u09bf\u09b2",
|
||||||
"delete": "Delete",
|
"copyLink": "\u09b8\u0982\u09af\u09cb\u0997 \u0985\u09a8\u09c1\u09b2\u09bf\u09aa\u09bf",
|
||||||
"error": "Error",
|
"delete": "\u09ae\u09c1\u099b\u09cb",
|
||||||
"errorMsg": "Something went wrong. Please try again later.",
|
"error": "\u09a4\u09cd\u09b0\u09c1\u099f\u09bf",
|
||||||
"oops": "Oops!",
|
"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",
|
||||||
"other": "Other",
|
"oops": "\u0993\u09b9\u09cb!",
|
||||||
"readMore": "Read more",
|
"other": "\u0985\u09a8\u09cd\u09af\u09be\u09a8\u09cd\u09af",
|
||||||
"success": "Success",
|
"readMore": "\u0986\u09b0\u09cb \u09aa\u09a1\u09bc\u09cb",
|
||||||
"sensitive": "Sensitive",
|
"success": "\u09b8\u09ab\u09b2\u09a4\u09be",
|
||||||
"sensitiveContent": "Sensitive Content",
|
"proceed": "\u0985\u0997\u09cd\u09b0\u09b8\u09b0",
|
||||||
"sensitiveContentWarning": "This post may contain sensitive content"
|
"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": {
|
"site": {
|
||||||
"terms": "Terms of Use",
|
"terms": "\u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0\u09c7\u09b0 \u09b6\u09b0\u09cd\u09a4\u09be\u09ac\u09b2\u09c0",
|
||||||
"privacy": "Privacy Policy"
|
"privacy": "\u0997\u09cb\u09aa\u09a8\u09c0\u09af\u09bc\u09a4\u09be \u09a8\u09c0\u09a4\u09bf"
|
||||||
},
|
},
|
||||||
"navmenu": {
|
"navmenu": {
|
||||||
"search": "Search",
|
"search": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8",
|
||||||
"admin": "Admin Dashboard",
|
"admin": "\u09aa\u09cd\u09b0\u09b6\u09be\u09b8\u0995 \u09a1\u09cd\u09af\u09be\u09b6\u09ac\u09cb\u09b0\u09cd\u09a1",
|
||||||
"homeFeed": "Home Feed",
|
"homeFeed": "\u09ae\u09c2\u09b2 \u09aa\u09cd\u09b0\u09ac\u09be\u09b9",
|
||||||
"localFeed": "Local Feed",
|
"localFeed": "\u09b8\u09cd\u09a5\u09be\u09a8\u09c0\u09df \u09aa\u09cd\u09b0\u09ac\u09be\u09b9",
|
||||||
"globalFeed": "Global Feed",
|
"globalFeed": "\u09ac\u09c8\u09b6\u09cd\u09ac\u09bf\u0995 \u09aa\u09cd\u09b0\u09ac\u09be\u09b9",
|
||||||
"discover": "Discover",
|
"discover": "\u0986\u09ac\u09bf\u09b7\u09cd\u0995\u09be\u09b0",
|
||||||
"directMessages": "Direct Messages",
|
"directMessages": "\u09b8\u09b0\u09be\u09b8\u09b0\u09bf \u09ac\u09be\u09b0\u09cd\u09a4\u09be",
|
||||||
"notifications": "Notifications",
|
"notifications": "\u09ac\u09bf\u099c\u09cd\u099e\u09aa\u09cd\u09a4\u09bf",
|
||||||
"groups": "Groups",
|
"groups": "\u09a6\u09b2",
|
||||||
"stories": "Stories",
|
"stories": "\u0997\u09b2\u09cd\u09aa",
|
||||||
"profile": "Profile",
|
"profile": "\u09a8\u09bf\u099c\u09b8\u09cd\u09ac \u09a4\u09a5\u09cd\u09af",
|
||||||
"drive": "Drive",
|
"drive": "\u09a1\u09cd\u09b0\u09be\u0987\u09ad",
|
||||||
"settings": "Settings",
|
"settings": "\u09aa\u099b\u09a8\u09cd\u09a6\u09b8\u09ae\u09c2\u09b9",
|
||||||
"compose": "Create New",
|
"compose": "\u09a8\u09a4\u09c1\u09a8 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09cb",
|
||||||
"logout": "Logout",
|
"logout": "\u09aa\u09cd\u09b0\u09b8\u09cd\u09a5\u09be\u09a8",
|
||||||
"about": "About",
|
"about": "\u09b8\u09ae\u09cd\u09aa\u09b0\u09cd\u0995\u09c7",
|
||||||
"help": "Help",
|
"help": "\u09b8\u09b9\u09be\u09df\u09a4\u09be",
|
||||||
"language": "Language",
|
"language": "\u09ad\u09be\u09b7\u09be",
|
||||||
"privacy": "Privacy",
|
"privacy": "\u0997\u09cb\u09aa\u09a8\u09c0\u09af\u09bc\u09a4\u09be",
|
||||||
"terms": "Terms",
|
"terms": "\u09b6\u09b0\u09cd\u09a4\u09be\u09ac\u09b2\u09c0",
|
||||||
"backToPreviousDesign": "Go back to previous design"
|
"backToPreviousDesign": "\u0986\u0997\u09c7\u09b0 \u09a8\u0995\u09b6\u09be\u09df \u09ab\u09bf\u09b0\u09c7 \u09af\u09be\u0993"
|
||||||
},
|
},
|
||||||
"directMessages": {
|
"directMessages": {
|
||||||
"inbox": "Inbox",
|
"inbox": "\u09ac\u09be\u09b0\u09cd\u09a4\u09be\u09ac\u09be\u0995\u09cd\u09b8",
|
||||||
"sent": "Sent",
|
"sent": "\u09aa\u09cd\u09b0\u09c7\u09b0\u09bf\u09a4",
|
||||||
"requests": "Requests"
|
"requests": "\u0985\u09a8\u09c1\u09b0\u09cb\u09a7\u09b8\u09ae\u09c2\u09b9"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"liked": "liked your",
|
"liked": "\u09aa\u099b\u09a8\u09cd\u09a6 \u0995\u09b0\u09c7\u099b\u09c7",
|
||||||
"commented": "commented on your",
|
"commented": "\u09ae\u09a8\u09cd\u09a4\u09ac\u09cd\u09af \u0995\u09b0\u09c7\u099b\u09c7",
|
||||||
"reacted": "reacted to your",
|
"reacted": "\u09aa\u09cd\u09b0\u09a4\u09bf\u0995\u09cd\u09b0\u09bf\u09df\u09be \u09a6\u09c7\u0996\u09bf\u09df\u09c7\u099b\u09c7",
|
||||||
"shared": "shared your",
|
"shared": "\u09ad\u09be\u0997 \u0995\u09b0\u09c7\u099b\u09c7",
|
||||||
"tagged": "tagged you in a",
|
"tagged": "\u0986\u09aa\u09a8\u09be\u0995\u09c7 \u099f\u09cd\u09af\u09be\u0997 \u0995\u09b0\u09c7\u099b\u09c7\u09a8",
|
||||||
"updatedA": "updated a",
|
"updatedA": "\u09b9\u09be\u09b2\u09a8\u09be\u0997\u09be\u09a6 \u0995\u09b0\u09c7\u099b\u09c7",
|
||||||
"sentA": "sent a",
|
"sentA": "\u09aa\u09cd\u09b0\u09c7\u09b0\u09a3 \u0995\u09b0\u09c7\u099b\u09c7",
|
||||||
"followed": "followed",
|
"followed": "\u0985\u09a8\u09c1\u09b8\u09c3\u09a4",
|
||||||
"mentioned": "mentioned",
|
"mentioned": "\u0989\u09b2\u09cd\u09b2\u09c7\u0996 \u0995\u09b0\u09c7\u099b\u09c7\u09a8",
|
||||||
"you": "you",
|
"you": "\u0986\u09aa\u09a8\u09bf",
|
||||||
"yourApplication": "Your application to join",
|
"yourApplication": "\u0986\u09aa\u09a8\u09be\u09b0 \u09af\u09c1\u0995\u09cd\u09a4 \u09b9\u0993\u09df\u09be\u09b0 \u0986\u09ac\u09c7\u09a6\u09a8",
|
||||||
"applicationApproved": "was approved!",
|
"applicationApproved": "\u0985\u09a8\u09c1\u09ae\u09cb\u09a6\u09bf\u09a4 \u09b9\u09af\u09bc\u09c7\u099b\u09c7!",
|
||||||
"applicationRejected": "was rejected. You can re-apply to join in 6 months.",
|
"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": "dm",
|
"dm": "\u09b8\u09b0\u09be\u09b8\u09b0\u09bf \u09ac\u09be\u09b0\u09cd\u09a4\u09be",
|
||||||
"groupPost": "group post",
|
"groupPost": "\u0997\u09cd\u09b0\u09c1\u09aa \u09aa\u09cb\u09b8\u09cd\u099f",
|
||||||
"modlog": "modlog",
|
"modlog": "\u09ae\u09a1\u09be\u09b0\u09c7\u09b6\u09a8 \u09b2\u0997",
|
||||||
"post": "post",
|
"post": "\u09aa\u09cb\u09b8\u09cd\u099f",
|
||||||
"story": "story"
|
"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": {
|
"post": {
|
||||||
"shareToFollowers": "Share to followers",
|
"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": "Share to other",
|
"shareToOther": "\u0985\u09a8\u09cd\u09af\u09a6\u09c7\u09b0 \u09ae\u09be\u099d\u09c7 \u09b6\u09c7\u09df\u09be\u09b0 \u0995\u09b0\u09c1\u09a8",
|
||||||
"noLikes": "No likes yet",
|
"noLikes": "\u098f\u0996\u09a8\u09cb \u0995\u09cb\u09a8\u09cb \u09b2\u09be\u0987\u0995 \u09a8\u09c7\u0987",
|
||||||
"uploading": "Uploading"
|
"uploading": "\u0986\u09aa\u09b2\u09cb\u09a1 \u0995\u09b0\u09be \u09b9\u099a\u09cd\u099b\u09c7"
|
||||||
},
|
},
|
||||||
"profile": {
|
"profile": {
|
||||||
"posts": "Posts",
|
"posts": "\u09aa\u09cb\u09b8\u09cd\u099f\u09b8\u09ae\u09c2\u09b9",
|
||||||
"followers": "Followers",
|
"followers": "\u0985\u09a8\u09c1\u09b8\u09be\u09b0\u09c0",
|
||||||
"following": "Following",
|
"following": "\u0985\u09a8\u09c1\u09b8\u09b0\u09a3 \u0995\u09b0\u09be \u09b9\u099a\u09cd\u099b\u09c7",
|
||||||
"admin": "Admin",
|
"admin": "\u09aa\u09cd\u09b0\u09b6\u09be\u09b8\u0995",
|
||||||
"collections": "Collections",
|
"collections": "\u09b8\u0982\u0997\u09cd\u09b0\u09b9\u09b6\u09be\u09b2\u09be",
|
||||||
"follow": "Follow",
|
"follow": "\u0985\u09a8\u09c1\u09b8\u09b0\u09a3 \u0995\u09b0\u09c1\u09a8",
|
||||||
"unfollow": "Unfollow",
|
"unfollow": "\u0985\u09a8\u09c1\u09b8\u09b0\u09a3 \u09ac\u09be\u09a4\u09bf\u09b2",
|
||||||
"editProfile": "Edit Profile",
|
"editProfile": "\u09aa\u09cd\u09b0\u09cb\u09ab\u09be\u0987\u09b2 \u09b8\u09ae\u09cd\u09aa\u09be\u09a6\u09a8 \u0995\u09b0\u09c1\u09a8",
|
||||||
"followRequested": "Follow Requested",
|
"followRequested": "\u0985\u09a8\u09c1\u09b8\u09b0\u09a3 \u098f\u09b0 \u0985\u09a8\u09c1\u09b0\u09cb\u09a7 \u0995\u09b0\u09be \u09b9\u09df\u09c7\u099b\u09c7",
|
||||||
"joined": "Joined",
|
"joined": "\u09af\u09c1\u0995\u09cd\u09a4 \u09b9\u09af\u09bc\u09c7\u099b\u09c7\u09a8",
|
||||||
"emptyCollections": "We can't seem to find any collections",
|
"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": "We can't seem to find any posts"
|
"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": {
|
"menu": {
|
||||||
"viewPost": "View Post",
|
"viewPost": "\u09aa\u09cb\u09b8\u09cd\u099f \u09a6\u09c7\u0996\u09c1\u09a8",
|
||||||
"viewProfile": "View Profile",
|
"viewProfile": "\u09aa\u09cd\u09b0\u09cb\u09ab\u09be\u0987\u09b2 \u09a6\u09c7\u0996\u09c1\u09a8",
|
||||||
"moderationTools": "Moderation Tools",
|
"moderationTools": "\u09ae\u09a1\u09be\u09b0\u09c7\u09b6\u09a8 Tools",
|
||||||
"report": "Report",
|
"report": "\u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f",
|
||||||
"archive": "Archive",
|
"archive": "\u0986\u09b0\u09cd\u0995\u09be\u0987\u09ad",
|
||||||
"unarchive": "Unarchive",
|
"unarchive": "Unarchive",
|
||||||
"embed": "Embed",
|
"embed": "\u098f\u09ae\u09ac\u09c7\u09a1 \u0995\u09b0\u09c1\u09a8",
|
||||||
"selectOneOption": "Select one of the following options",
|
"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": "Unlist from Timelines",
|
"unlistFromTimelines": "\u099f\u09be\u0987\u09ae\u09b2\u09be\u0987\u09a8 \u09a5\u09c7\u0995\u09c7 Unlist \u0995\u09b0\u09c1\u09a8",
|
||||||
"addCW": "Add Content Warning",
|
"addCW": "Add Content Warning",
|
||||||
"removeCW": "Remove Content Warning",
|
"removeCW": "Remove Content Warning",
|
||||||
"markAsSpammer": "Mark as Spammer",
|
"markAsSpammer": "Mark as Spammer",
|
||||||
|
@ -142,9 +148,23 @@
|
||||||
"add": "Add Story"
|
"add": "Add Story"
|
||||||
},
|
},
|
||||||
"timeline": {
|
"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": {
|
"hashtags": {
|
||||||
"emptyFeed": "We can't seem to find any posts for this hashtag"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -10,6 +10,7 @@
|
||||||
"shared": "Shared",
|
"shared": "Shared",
|
||||||
"shares": "Shares",
|
"shares": "Shares",
|
||||||
"unshare": "Unshare",
|
"unshare": "Unshare",
|
||||||
|
"bookmark": "Bookmark",
|
||||||
"cancel": "Cancel",
|
"cancel": "Cancel",
|
||||||
"copyLink": "Copy Link",
|
"copyLink": "Copy Link",
|
||||||
"delete": "Delete",
|
"delete": "Delete",
|
||||||
|
@ -19,6 +20,10 @@
|
||||||
"other": "Other",
|
"other": "Other",
|
||||||
"readMore": "Read more",
|
"readMore": "Read more",
|
||||||
"success": "Success",
|
"success": "Success",
|
||||||
|
"proceed": "Proceed",
|
||||||
|
"next": "Next",
|
||||||
|
"close": "Close",
|
||||||
|
"clickHere": "click here",
|
||||||
"sensitive": "Sensitive",
|
"sensitive": "Sensitive",
|
||||||
"sensitiveContent": "Sensitive Content",
|
"sensitiveContent": "Sensitive Content",
|
||||||
"sensitiveContentWarning": "This post may contain sensitive content"
|
"sensitiveContentWarning": "This post may contain sensitive content"
|
||||||
|
@ -73,7 +78,8 @@
|
||||||
"groupPost": "group post",
|
"groupPost": "group post",
|
||||||
"modlog": "modlog",
|
"modlog": "modlog",
|
||||||
"post": "post",
|
"post": "post",
|
||||||
"story": "story"
|
"story": "story",
|
||||||
|
"noneFound": "No notifications found"
|
||||||
},
|
},
|
||||||
"post": {
|
"post": {
|
||||||
"shareToFollowers": "Share to followers",
|
"shareToFollowers": "Share to followers",
|
||||||
|
@ -142,9 +148,23 @@
|
||||||
"add": "Add Story"
|
"add": "Add Story"
|
||||||
},
|
},
|
||||||
"timeline": {
|
"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": {
|
"hashtags": {
|
||||||
"emptyFeed": "We can't seem to find any posts for this hashtag"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,35 +1,40 @@
|
||||||
{
|
{
|
||||||
"common": {
|
"common": {
|
||||||
"comment": "Comentar",
|
"comment": "Comenta",
|
||||||
"commented": "Comentari",
|
"commented": "Comentat",
|
||||||
"comments": "Comentaris",
|
"comments": "Comentaris",
|
||||||
"like": "M'agrada",
|
"like": "M'agrada",
|
||||||
"liked": "M'ha agradat",
|
"liked": "M'ha agradat",
|
||||||
"likes": "\"M'agrada\"",
|
"likes": "Agradaments",
|
||||||
"share": "Comparteix",
|
"share": "Comparteix",
|
||||||
"shared": "S'han compartit",
|
"shared": "S'han compartit",
|
||||||
"shares": "S'han compartit",
|
"shares": "S'han compartit",
|
||||||
"unshare": "Deixa de compartir",
|
"unshare": "Deixa de compartir",
|
||||||
|
"bookmark": "Afegeix als marcadors",
|
||||||
"cancel": "Cancel\u00b7la",
|
"cancel": "Cancel\u00b7la",
|
||||||
"copyLink": "Copia l'enlla\u00e7",
|
"copyLink": "Copia l'enlla\u00e7",
|
||||||
"delete": "Esborra",
|
"delete": "Elimina",
|
||||||
"error": "Error",
|
"error": "Error",
|
||||||
"errorMsg": "Alguna cosa ha anat malament. Siusplau, intenta-ho m\u00e9s tard.",
|
"errorMsg": "Alguna cosa ha anat malament. Siusplau, intenta-ho m\u00e9s tard.",
|
||||||
"oops": "Uix!",
|
"oops": "Vaja!",
|
||||||
"other": "Altres",
|
"other": "Altres",
|
||||||
"readMore": "Llegiu-ne m\u00e9s",
|
"readMore": "M\u00e9s informaci\u00f3",
|
||||||
"success": "Completat amb \u00e8xit",
|
"success": "Completat amb \u00e8xit",
|
||||||
|
"proceed": "Continua",
|
||||||
|
"next": "Seg\u00fcent",
|
||||||
|
"close": "Tanca",
|
||||||
|
"clickHere": "fes clic aqu\u00ed",
|
||||||
"sensitive": "Sensible",
|
"sensitive": "Sensible",
|
||||||
"sensitiveContent": "Contingut sensible",
|
"sensitiveContent": "Contingut sensible",
|
||||||
"sensitiveContentWarning": "Aquest article pot contenir contingut sensible"
|
"sensitiveContentWarning": "Aquesta publicaci\u00f3 pot incloure contingut sensible"
|
||||||
},
|
},
|
||||||
"site": {
|
"site": {
|
||||||
"terms": "Condicions d'\u00fas",
|
"terms": "Condicions d'\u00fas",
|
||||||
"privacy": "Pol\u00edtica de Privacitat"
|
"privacy": "Pol\u00edtica de privadesa"
|
||||||
},
|
},
|
||||||
"navmenu": {
|
"navmenu": {
|
||||||
"search": "Cercar",
|
"search": "Cerca",
|
||||||
"admin": "Tauler d'Administraci\u00f3",
|
"admin": "Tauler d'administraci\u00f3",
|
||||||
"homeFeed": "L\u00ednia de temps principal",
|
"homeFeed": "L\u00ednia de temps principal",
|
||||||
"localFeed": "L\u00ednia de temps local",
|
"localFeed": "L\u00ednia de temps local",
|
||||||
"globalFeed": "L\u00ednia de temps global",
|
"globalFeed": "L\u00ednia de temps global",
|
||||||
|
@ -40,20 +45,20 @@
|
||||||
"stories": "Hist\u00f2ries",
|
"stories": "Hist\u00f2ries",
|
||||||
"profile": "Perfil",
|
"profile": "Perfil",
|
||||||
"drive": "Unitat",
|
"drive": "Unitat",
|
||||||
"settings": "Par\u00e0metres",
|
"settings": "Configuraci\u00f3",
|
||||||
"compose": "Crea un nou",
|
"compose": "Crea una nova",
|
||||||
"logout": "Logout",
|
"logout": "Tanca la sessi\u00f3",
|
||||||
"about": "Quant a",
|
"about": "Quant a",
|
||||||
"help": "Ajuda",
|
"help": "Ajuda",
|
||||||
"language": "Idioma",
|
"language": "Idioma",
|
||||||
"privacy": "Privacitat",
|
"privacy": "Privacitat",
|
||||||
"terms": "Termes",
|
"terms": "Termes",
|
||||||
"backToPreviousDesign": "Tornar al disseny anterior"
|
"backToPreviousDesign": "Torna al disseny anterior"
|
||||||
},
|
},
|
||||||
"directMessages": {
|
"directMessages": {
|
||||||
"inbox": "Safata d'entrada",
|
"inbox": "Safata d'entrada",
|
||||||
"sent": "Enviat",
|
"sent": "Enviats",
|
||||||
"requests": "Sol\u00b7licitud"
|
"requests": "Sol\u00b7licituds"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"liked": "li agrada la teva",
|
"liked": "li agrada la teva",
|
||||||
|
@ -63,9 +68,9 @@
|
||||||
"tagged": "t'ha etiquetat en una",
|
"tagged": "t'ha etiquetat en una",
|
||||||
"updatedA": "actualitzat a",
|
"updatedA": "actualitzat a",
|
||||||
"sentA": "enviat a",
|
"sentA": "enviat a",
|
||||||
"followed": "seguits",
|
"followed": "t'ha seguit",
|
||||||
"mentioned": "mencionat",
|
"mentioned": "mencions",
|
||||||
"you": "vost\u00e8",
|
"you": "a v\u00f3s",
|
||||||
"yourApplication": "La teva sol\u00b7licitud per unir-te",
|
"yourApplication": "La teva sol\u00b7licitud per unir-te",
|
||||||
"applicationApproved": "est\u00e0 aprovat!",
|
"applicationApproved": "est\u00e0 aprovat!",
|
||||||
"applicationRejected": "ha estat rebutjat. Pots tornar a sol\u00b7licitar unir-te en 6 mesos.",
|
"applicationRejected": "ha estat rebutjat. Pots tornar a sol\u00b7licitar unir-te en 6 mesos.",
|
||||||
|
@ -73,13 +78,14 @@
|
||||||
"groupPost": "publicacions al grup",
|
"groupPost": "publicacions al grup",
|
||||||
"modlog": "modlog",
|
"modlog": "modlog",
|
||||||
"post": "publicaci\u00f3",
|
"post": "publicaci\u00f3",
|
||||||
"story": "hist\u00f2ria"
|
"story": "hist\u00f2ria",
|
||||||
|
"noneFound": "No hi ha notificacions"
|
||||||
},
|
},
|
||||||
"post": {
|
"post": {
|
||||||
"shareToFollowers": "Comparteix amb els seguidors",
|
"shareToFollowers": "Comparteix amb qui et segueix",
|
||||||
"shareToOther": "Compartits per altres",
|
"shareToOther": "Comparteix amb altri",
|
||||||
"noLikes": "Cap m'agrada encara",
|
"noLikes": "Cap m'agrada",
|
||||||
"uploading": "Carregant"
|
"uploading": "S'est\u00e0 pujant"
|
||||||
},
|
},
|
||||||
"profile": {
|
"profile": {
|
||||||
"posts": "Publicacions",
|
"posts": "Publicacions",
|
||||||
|
@ -88,25 +94,25 @@
|
||||||
"admin": "Administrador",
|
"admin": "Administrador",
|
||||||
"collections": "Col\u00b7leccions",
|
"collections": "Col\u00b7leccions",
|
||||||
"follow": "Segueix",
|
"follow": "Segueix",
|
||||||
"unfollow": "Deixeu de seguir",
|
"unfollow": "Deixa de seguir",
|
||||||
"editProfile": "Edita el teu perfil",
|
"editProfile": "Edita el perfil",
|
||||||
"followRequested": "Sol\u00b7licitud de seguidor",
|
"followRequested": "Sol\u00b7licituds de seguiment",
|
||||||
"joined": "S'ha unit",
|
"joined": "S'ha unit",
|
||||||
"emptyCollections": "We can't seem to find any collections",
|
"emptyCollections": "No s'ha trobat cap col\u00b7lecci\u00f3",
|
||||||
"emptyPosts": "We can't seem to find any posts"
|
"emptyPosts": "No s'ha trobat cap publicaci\u00f3"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"viewPost": "Veure publicaci\u00f3",
|
"viewPost": "Mostra la publicaci\u00f3",
|
||||||
"viewProfile": "Mostra el perfil",
|
"viewProfile": "Mostra el perfil",
|
||||||
"moderationTools": "Eines de moderaci\u00f3",
|
"moderationTools": "Eines de moderaci\u00f3",
|
||||||
"report": "Informe",
|
"report": "Denuncia",
|
||||||
"archive": "Arxiu",
|
"archive": "Arxiva",
|
||||||
"unarchive": "Desarxiva",
|
"unarchive": "Desarxiva",
|
||||||
"embed": "Incrusta",
|
"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",
|
"unlistFromTimelines": "Desllista de les l\u00ednies de temps",
|
||||||
"addCW": "Afegeix advert\u00e8ncia de contingut",
|
"addCW": "Afegeix av\u00eds de contingut",
|
||||||
"removeCW": "Esborra advert\u00e8ncia de contingut",
|
"removeCW": "Elimina l'av\u00eds de contingut",
|
||||||
"markAsSpammer": "Marca com a brossa",
|
"markAsSpammer": "Marca com a brossa",
|
||||||
"markAsSpammerText": "Desllista + CW publicacions existents i futures",
|
"markAsSpammerText": "Desllista + CW publicacions existents i futures",
|
||||||
"spam": "Contingut brossa",
|
"spam": "Contingut brossa",
|
||||||
|
@ -114,37 +120,51 @@
|
||||||
"abusive": "Abusiu o nociu",
|
"abusive": "Abusiu o nociu",
|
||||||
"underageAccount": "Compte de menors d'edat",
|
"underageAccount": "Compte de menors d'edat",
|
||||||
"copyrightInfringement": "Infracci\u00f3 de drets d\u2019autor",
|
"copyrightInfringement": "Infracci\u00f3 de drets d\u2019autor",
|
||||||
"impersonation": "Suplantacions",
|
"impersonation": "Suplantaci\u00f3 d'identitat",
|
||||||
"scamOrFraud": "Estafa o Frau",
|
"scamOrFraud": "Estafa o frau",
|
||||||
"confirmReport": "Confirma l'informe",
|
"confirmReport": "Confirma la den\u00fancia",
|
||||||
"confirmReportText": "Esteu segur que voleu informar d'aquesta publicaci\u00f3?",
|
"confirmReportText": "Segur que voleu denunciar aquesta publicaci\u00f3?",
|
||||||
"reportSent": "Informe enviat!",
|
"reportSent": "S'ha enviat la den\u00fancia",
|
||||||
"reportSentText": "Hem rebut correctament el vostre informe.",
|
"reportSentText": "Hem rebut correctament la teva den\u00fancia.",
|
||||||
"reportSentError": "Hi ha hagut un problema en informar d'aquesta publicaci\u00f3.",
|
"reportSentError": "Hi ha hagut un problema en denunciar aquesta publicaci\u00f3.",
|
||||||
"modAddCWConfirm": "Confirmes que vols afegir un av\u00eds de contingut a aquesta publicaci\u00f3?",
|
"modAddCWConfirm": "Segur que voleu afegir un av\u00eds de contingut a aquesta publicaci\u00f3?",
|
||||||
"modCWSuccess": "Av\u00eds de contingut afegit correctament",
|
"modCWSuccess": "S'ha afegit l'av\u00eds de contingut correctament",
|
||||||
"modRemoveCWConfirm": "Confirmes que vols esborrar un av\u00eds de contingut d'aquesta publicaci\u00f3?",
|
"modRemoveCWConfirm": "Segur que voleu eliminar l'av\u00eds de contingut d'aquesta publicaci\u00f3?",
|
||||||
"modRemoveCWSuccess": "Av\u00eds de contingut esborrat correctament",
|
"modRemoveCWSuccess": "Av\u00eds de contingut esborrat correctament",
|
||||||
"modUnlistConfirm": "Esteu segur que voleu desllistar d'aquesta publicaci\u00f3?",
|
"modUnlistConfirm": "Esteu segur que voleu desllistar d'aquesta publicaci\u00f3?",
|
||||||
"modUnlistSuccess": "Entrada desllistada amb \u00e8xit",
|
"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",
|
"modMarkAsSpammerSuccess": "El compte s'ha marcat correctament com a brossa",
|
||||||
"toFollowers": "els seguidors",
|
"toFollowers": "els seguidors",
|
||||||
"showCaption": "Mostra el subt\u00edtol",
|
"showCaption": "Mostra la descripci\u00f3",
|
||||||
"showLikes": "Mostra els m'agrada",
|
"showLikes": "Mostra els m'agrada",
|
||||||
"compactMode": "Mode Compacte",
|
"compactMode": "Mode compacte",
|
||||||
"embedConfirmText": "En utilitzar aquesta inserci\u00f3, accepteu el nostre",
|
"embedConfirmText": "En utilitzar aquesta inserci\u00f3, accepteu el nostre",
|
||||||
"deletePostConfirm": "Esteu segur que voleu suprimir aquesta publicaci\u00f3?",
|
"deletePostConfirm": "Segur que voleu eliminar aquesta publicaci\u00f3?",
|
||||||
"archivePostConfirm": "Segur que voleu arxivar aquesta publicaci\u00f3?",
|
"archivePostConfirm": "Segur que vols arxivar aquesta publicaci\u00f3?",
|
||||||
"unarchivePostConfirm": "Segur que voleu desarxivar aquesta publicaci\u00f3?"
|
"unarchivePostConfirm": "Segur que vols desarxivar aquesta publicaci\u00f3?"
|
||||||
},
|
},
|
||||||
"story": {
|
"story": {
|
||||||
"add": "Afegir hist\u00f2ria"
|
"add": "Afegeix hist\u00f2ria"
|
||||||
},
|
},
|
||||||
"timeline": {
|
"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": {
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -10,6 +10,7 @@
|
||||||
"shared": "Sd\u00edleno",
|
"shared": "Sd\u00edleno",
|
||||||
"shares": "Sd\u00edlen\u00ed",
|
"shares": "Sd\u00edlen\u00ed",
|
||||||
"unshare": "Zru\u0161it sd\u00edlen\u00ed",
|
"unshare": "Zru\u0161it sd\u00edlen\u00ed",
|
||||||
|
"bookmark": "Z\u00e1lo\u017eka",
|
||||||
"cancel": "Zru\u0161it",
|
"cancel": "Zru\u0161it",
|
||||||
"copyLink": "Kop\u00edrovat odkaz",
|
"copyLink": "Kop\u00edrovat odkaz",
|
||||||
"delete": "Smazat",
|
"delete": "Smazat",
|
||||||
|
@ -19,6 +20,10 @@
|
||||||
"other": "Dal\u0161\u00ed",
|
"other": "Dal\u0161\u00ed",
|
||||||
"readMore": "\u010c\u00edst v\u00edce",
|
"readMore": "\u010c\u00edst v\u00edce",
|
||||||
"success": "\u00dasp\u011bch",
|
"success": "\u00dasp\u011bch",
|
||||||
|
"proceed": "Pokra\u010dovat",
|
||||||
|
"next": "Dal\u0161\u00ed",
|
||||||
|
"close": "Zav\u0159\u00edt",
|
||||||
|
"clickHere": "klikn\u011bte zde",
|
||||||
"sensitive": "Citliv\u00e9",
|
"sensitive": "Citliv\u00e9",
|
||||||
"sensitiveContent": "Citliv\u00fd obsah",
|
"sensitiveContent": "Citliv\u00fd obsah",
|
||||||
"sensitiveContentWarning": "Tento p\u0159\u00edsp\u011bvek m\u016f\u017ee obsahovat citliv\u00fd obsah"
|
"sensitiveContentWarning": "Tento p\u0159\u00edsp\u011bvek m\u016f\u017ee obsahovat citliv\u00fd obsah"
|
||||||
|
@ -31,8 +36,8 @@
|
||||||
"search": "Hledat",
|
"search": "Hledat",
|
||||||
"admin": "Administr\u00e1torsk\u00fd ovl\u00e1dac\u00ed panel",
|
"admin": "Administr\u00e1torsk\u00fd ovl\u00e1dac\u00ed panel",
|
||||||
"homeFeed": "Domovsk\u00e1 \u010dasov\u00e1 osa",
|
"homeFeed": "Domovsk\u00e1 \u010dasov\u00e1 osa",
|
||||||
"localFeed": "M\u00edstn\u00ed \u010dasov\u00e1 osa",
|
"localFeed": "M\u00edstn\u00ed kan\u00e1l",
|
||||||
"globalFeed": "Globaln\u00ed \u010dasov\u00e1 osa",
|
"globalFeed": "Glob\u00e1ln\u00ed \u010dasov\u00e1 osa",
|
||||||
"discover": "Objevovat",
|
"discover": "Objevovat",
|
||||||
"directMessages": "Soukrom\u00e9 zpr\u00e1vy",
|
"directMessages": "Soukrom\u00e9 zpr\u00e1vy",
|
||||||
"notifications": "Ozn\u00e1men\u00ed",
|
"notifications": "Ozn\u00e1men\u00ed",
|
||||||
|
@ -73,7 +78,8 @@
|
||||||
"groupPost": "skupinov\u00fd p\u0159\u00edsp\u011bvek",
|
"groupPost": "skupinov\u00fd p\u0159\u00edsp\u011bvek",
|
||||||
"modlog": "moder\u00e1torsk\u00fd z\u00e1znam",
|
"modlog": "moder\u00e1torsk\u00fd z\u00e1znam",
|
||||||
"post": "p\u0159\u00edsp\u011bvek",
|
"post": "p\u0159\u00edsp\u011bvek",
|
||||||
"story": "p\u0159\u00edbeh"
|
"story": "p\u0159\u00edbeh",
|
||||||
|
"noneFound": "Nebyla nalezena \u017e\u00e1dn\u00e1 ozn\u00e1men\u00ed"
|
||||||
},
|
},
|
||||||
"post": {
|
"post": {
|
||||||
"shareToFollowers": "Sd\u00edlet se sleduj\u00edc\u00edmi",
|
"shareToFollowers": "Sd\u00edlet se sleduj\u00edc\u00edmi",
|
||||||
|
@ -142,9 +148,23 @@
|
||||||
"add": "P\u0159idat p\u0159\u00edb\u011bh"
|
"add": "P\u0159idat p\u0159\u00edb\u011bh"
|
||||||
},
|
},
|
||||||
"timeline": {
|
"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": {
|
"hashtags": {
|
||||||
"emptyFeed": "Zd\u00e1 se, \u017ee pro tento \u0161t\u00edtek nelze naj\u00edt \u017e\u00e1dn\u00e9 p\u0159\u00edsp\u011bvky"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -10,6 +10,7 @@
|
||||||
"shared": "Rhannu",
|
"shared": "Rhannu",
|
||||||
"shares": "Rhannu",
|
"shares": "Rhannu",
|
||||||
"unshare": "Dad-rannu",
|
"unshare": "Dad-rannu",
|
||||||
|
"bookmark": "Tudalnodau",
|
||||||
"cancel": "Canslo",
|
"cancel": "Canslo",
|
||||||
"copyLink": "Cop\u00efo'r ddolen",
|
"copyLink": "Cop\u00efo'r ddolen",
|
||||||
"delete": "Dileu",
|
"delete": "Dileu",
|
||||||
|
@ -19,6 +20,10 @@
|
||||||
"other": "Arall",
|
"other": "Arall",
|
||||||
"readMore": "Darllen mwy",
|
"readMore": "Darllen mwy",
|
||||||
"success": "Llwyddiant",
|
"success": "Llwyddiant",
|
||||||
|
"proceed": "Parhau",
|
||||||
|
"next": "Nesaf",
|
||||||
|
"close": "Cau",
|
||||||
|
"clickHere": "cliciwch yma",
|
||||||
"sensitive": "Sensitif",
|
"sensitive": "Sensitif",
|
||||||
"sensitiveContent": "Cynnwys sensitif",
|
"sensitiveContent": "Cynnwys sensitif",
|
||||||
"sensitiveContentWarning": "Gall y post hon gynnwys cynnwys sensitif"
|
"sensitiveContentWarning": "Gall y post hon gynnwys cynnwys sensitif"
|
||||||
|
@ -42,7 +47,7 @@
|
||||||
"drive": "Gyriant storio",
|
"drive": "Gyriant storio",
|
||||||
"settings": "Gosodiadau",
|
"settings": "Gosodiadau",
|
||||||
"compose": "Creu newydd",
|
"compose": "Creu newydd",
|
||||||
"logout": "Logout",
|
"logout": "Allgofnodi",
|
||||||
"about": "Amdano",
|
"about": "Amdano",
|
||||||
"help": "Cymorth",
|
"help": "Cymorth",
|
||||||
"language": "Iaith",
|
"language": "Iaith",
|
||||||
|
@ -73,7 +78,8 @@
|
||||||
"groupPost": "post gr\u0175p",
|
"groupPost": "post gr\u0175p",
|
||||||
"modlog": "modlog",
|
"modlog": "modlog",
|
||||||
"post": "post",
|
"post": "post",
|
||||||
"story": "stori"
|
"story": "stori",
|
||||||
|
"noneFound": "Dim hysbysiadau"
|
||||||
},
|
},
|
||||||
"post": {
|
"post": {
|
||||||
"shareToFollowers": "Rhannwch i ddilynwyr",
|
"shareToFollowers": "Rhannwch i ddilynwyr",
|
||||||
|
@ -142,9 +148,23 @@
|
||||||
"add": "Ychwanegu Stori"
|
"add": "Ychwanegu Stori"
|
||||||
},
|
},
|
||||||
"timeline": {
|
"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": {
|
"hashtags": {
|
||||||
"emptyFeed": "Ni allwn dod o hyd i unrhyw bostiadau ar gyfer yr hashnod hwn"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,150 +1,170 @@
|
||||||
{
|
{
|
||||||
"common": {
|
"common": {
|
||||||
"comment": "Comment",
|
"comment": "Comment",
|
||||||
"commented": "Commented",
|
"commented": "Kommenterede",
|
||||||
"comments": "Comments",
|
"comments": "Kommentarer",
|
||||||
"like": "Like",
|
"like": "Synes om",
|
||||||
"liked": "Liked",
|
"liked": "Synes om",
|
||||||
"likes": "Likes",
|
"likes": "Synes om",
|
||||||
"share": "Share",
|
"share": "Del",
|
||||||
"shared": "Shared",
|
"shared": "Delt",
|
||||||
"shares": "Shares",
|
"shares": "Delinger",
|
||||||
"unshare": "Unshare",
|
"unshare": "Fjern deling",
|
||||||
"cancel": "Cancel",
|
"bookmark": "Bookmark",
|
||||||
"copyLink": "Copy Link",
|
"cancel": "Annuller",
|
||||||
"delete": "Delete",
|
"copyLink": "Kopier link",
|
||||||
"error": "Error",
|
"delete": "Slet",
|
||||||
"errorMsg": "Something went wrong. Please try again later.",
|
"error": "Fejl",
|
||||||
"oops": "Oops!",
|
"errorMsg": "Noget gik galt. Pr\u00f8v venligst igen senere.",
|
||||||
"other": "Other",
|
"oops": "Hovsa!",
|
||||||
"readMore": "Read more",
|
"other": "Andet",
|
||||||
"success": "Success",
|
"readMore": "L\u00e6s mere",
|
||||||
"sensitive": "Sensitive",
|
"success": "Succes",
|
||||||
"sensitiveContent": "Sensitive Content",
|
"proceed": "Forts\u00e6t",
|
||||||
"sensitiveContentWarning": "This post may contain sensitive content"
|
"next": "N\u00e6ste",
|
||||||
|
"close": "Luk",
|
||||||
|
"clickHere": "klik her",
|
||||||
|
"sensitive": "F\u00f8lsomt",
|
||||||
|
"sensitiveContent": "F\u00f8lsomt indhold",
|
||||||
|
"sensitiveContentWarning": "Dette opslag kan indeholde f\u00f8lsomt indhold"
|
||||||
},
|
},
|
||||||
"site": {
|
"site": {
|
||||||
"terms": "Terms of Use",
|
"terms": "Brugsvilk\u00e5r",
|
||||||
"privacy": "Privacy Policy"
|
"privacy": "Privatlivspolitik"
|
||||||
},
|
},
|
||||||
"navmenu": {
|
"navmenu": {
|
||||||
"search": "Search",
|
"search": "S\u00f8g",
|
||||||
"admin": "Admin Dashboard",
|
"admin": "Admin Dashboard",
|
||||||
"homeFeed": "Home Feed",
|
"homeFeed": "Home Feed",
|
||||||
"localFeed": "Local Feed",
|
"localFeed": "Lokalt feed",
|
||||||
"globalFeed": "Global Feed",
|
"globalFeed": "Globalt feed",
|
||||||
"discover": "Discover",
|
"discover": "Udforsk",
|
||||||
"directMessages": "Direct Messages",
|
"directMessages": "Direkte beskeder",
|
||||||
"notifications": "Notifications",
|
"notifications": "Notifikationer",
|
||||||
"groups": "Groups",
|
"groups": "Grupper",
|
||||||
"stories": "Stories",
|
"stories": "Historier",
|
||||||
"profile": "Profile",
|
"profile": "Profil",
|
||||||
"drive": "Drive",
|
"drive": "Drev",
|
||||||
"settings": "Settings",
|
"settings": "Indstillinger",
|
||||||
"compose": "Create New",
|
"compose": "Opret ny",
|
||||||
"logout": "Logout",
|
"logout": "Log ud",
|
||||||
"about": "About",
|
"about": "Om",
|
||||||
"help": "Help",
|
"help": "Hj\u00e6lp",
|
||||||
"language": "Language",
|
"language": "Sprog",
|
||||||
"privacy": "Privacy",
|
"privacy": "Privatliv",
|
||||||
"terms": "Terms",
|
"terms": "Betingelser",
|
||||||
"backToPreviousDesign": "Go back to previous design"
|
"backToPreviousDesign": "G\u00e5 tilbage til forrige design"
|
||||||
},
|
},
|
||||||
"directMessages": {
|
"directMessages": {
|
||||||
"inbox": "Inbox",
|
"inbox": "Indbakke",
|
||||||
"sent": "Sent",
|
"sent": "Sendt",
|
||||||
"requests": "Requests"
|
"requests": "Anmodninger"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"liked": "liked your",
|
"liked": "syntes godt om dit",
|
||||||
"commented": "commented on your",
|
"commented": "kommenterede p\u00e5 dit",
|
||||||
"reacted": "reacted to your",
|
"reacted": "reagerede p\u00e5 dit",
|
||||||
"shared": "shared your",
|
"shared": "delte dit",
|
||||||
"tagged": "tagged you in a",
|
"tagged": "taggede dig i et",
|
||||||
"updatedA": "updated a",
|
"updatedA": "opdaterede et",
|
||||||
"sentA": "sent a",
|
"sentA": "sendte en",
|
||||||
"followed": "followed",
|
"followed": "f\u00f8lger",
|
||||||
"mentioned": "mentioned",
|
"mentioned": "n\u00e6vnt",
|
||||||
"you": "you",
|
"you": "dig",
|
||||||
"yourApplication": "Your application to join",
|
"yourApplication": "Din ans\u00f8gning om at deltage",
|
||||||
"applicationApproved": "was approved!",
|
"applicationApproved": "blev godkendt!",
|
||||||
"applicationRejected": "was rejected. You can re-apply to join in 6 months.",
|
"applicationRejected": "blev afvist. Du kan ans\u00f8ge igen om 6 m\u00e5neder.",
|
||||||
"dm": "dm",
|
"dm": "dm",
|
||||||
"groupPost": "group post",
|
"groupPost": "gruppeopslag",
|
||||||
"modlog": "modlog",
|
"modlog": "modlog",
|
||||||
"post": "post",
|
"post": "opslag",
|
||||||
"story": "story"
|
"story": "historie",
|
||||||
|
"noneFound": "Ingen notifikationer fundet"
|
||||||
},
|
},
|
||||||
"post": {
|
"post": {
|
||||||
"shareToFollowers": "Share to followers",
|
"shareToFollowers": "Del til f\u00f8lgere",
|
||||||
"shareToOther": "Share to other",
|
"shareToOther": "Del til andre",
|
||||||
"noLikes": "No likes yet",
|
"noLikes": "Ingen synes godt om endnu",
|
||||||
"uploading": "Uploading"
|
"uploading": "Uploader"
|
||||||
},
|
},
|
||||||
"profile": {
|
"profile": {
|
||||||
"posts": "Posts",
|
"posts": "Opslag",
|
||||||
"followers": "Followers",
|
"followers": "F\u00f8lgere",
|
||||||
"following": "Following",
|
"following": "F\u00f8lger",
|
||||||
"admin": "Admin",
|
"admin": "Admin",
|
||||||
"collections": "Collections",
|
"collections": "Samlinger",
|
||||||
"follow": "Follow",
|
"follow": "F\u00f8lg",
|
||||||
"unfollow": "Unfollow",
|
"unfollow": "F\u00f8lg ikke l\u00e6ngere",
|
||||||
"editProfile": "Edit Profile",
|
"editProfile": "Redig\u00e9r profil",
|
||||||
"followRequested": "Follow Requested",
|
"followRequested": "F\u00f8lg anmodet",
|
||||||
"joined": "Joined",
|
"joined": "Blev medlem",
|
||||||
"emptyCollections": "We can't seem to find any collections",
|
"emptyCollections": "We can't seem to find any collections",
|
||||||
"emptyPosts": "We can't seem to find any posts"
|
"emptyPosts": "We can't seem to find any posts"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"viewPost": "View Post",
|
"viewPost": "Se opslag",
|
||||||
"viewProfile": "View Profile",
|
"viewProfile": "Se profil",
|
||||||
"moderationTools": "Moderation Tools",
|
"moderationTools": "Moderatorv\u00e6rkt\u00f8jer",
|
||||||
"report": "Report",
|
"report": "Report",
|
||||||
"archive": "Archive",
|
"archive": "Archive",
|
||||||
"unarchive": "Unarchive",
|
"unarchive": "Unarchive",
|
||||||
"embed": "Embed",
|
"embed": "Embed",
|
||||||
"selectOneOption": "Select one of the following options",
|
"selectOneOption": "Select one of the following options",
|
||||||
"unlistFromTimelines": "Unlist from Timelines",
|
"unlistFromTimelines": "Skjul fra tidslinje",
|
||||||
"addCW": "Add Content Warning",
|
"addCW": "Tilf\u00f8j indholdsadvarsel",
|
||||||
"removeCW": "Remove Content Warning",
|
"removeCW": "Fjern indholdsadvarsel",
|
||||||
"markAsSpammer": "Mark as Spammer",
|
"markAsSpammer": "Mark\u00e9r som spammer",
|
||||||
"markAsSpammerText": "Unlist + CW existing and future posts",
|
"markAsSpammerText": "Unlist + CW existing and future posts",
|
||||||
"spam": "Spam",
|
"spam": "Spam",
|
||||||
"sensitive": "Sensitive Content",
|
"sensitive": "F\u00f8lsomt indhold",
|
||||||
"abusive": "Abusive or Harmful",
|
"abusive": "Kr\u00e6nkende eller skadelig",
|
||||||
"underageAccount": "Underage Account",
|
"underageAccount": "Mindre\u00e5rig konto",
|
||||||
"copyrightInfringement": "Copyright Infringement",
|
"copyrightInfringement": "Kr\u00e6nkelse af ophavsret",
|
||||||
"impersonation": "Impersonation",
|
"impersonation": "Impersonation",
|
||||||
"scamOrFraud": "Scam or Fraud",
|
"scamOrFraud": "Scam eller svindel",
|
||||||
"confirmReport": "Confirm Report",
|
"confirmReport": "Bekr\u00e6ft rapport",
|
||||||
"confirmReportText": "Are you sure you want to report this post?",
|
"confirmReportText": "Er du sikker p\u00e5, at du vil rapportere dette opslag?",
|
||||||
"reportSent": "Report Sent!",
|
"reportSent": "Rapport sendt!",
|
||||||
"reportSentText": "We have successfully received your report.",
|
"reportSentText": "Vi har modtaget din rapport.",
|
||||||
"reportSentError": "There was an issue reporting this post.",
|
"reportSentError": "There was an issue reporting this post.",
|
||||||
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
|
"modAddCWConfirm": "Er du sikker p\u00e5, at du vil f\u00f8je en indholdsadvarsel til dette indl\u00e6g?",
|
||||||
"modCWSuccess": "Successfully added content warning",
|
"modCWSuccess": "Tilf\u00f8jede succesfuldt advarsel om indhold",
|
||||||
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
|
"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?",
|
"modUnlistConfirm": "Are you sure you want to unlist this post?",
|
||||||
"modUnlistSuccess": "Successfully unlisted 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.",
|
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
|
||||||
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
|
"modMarkAsSpammerSuccess": "Markerede succesfuldt konto som spammer",
|
||||||
"toFollowers": "to Followers",
|
"toFollowers": "til f\u00f8lgere",
|
||||||
"showCaption": "Show Caption",
|
"showCaption": "Vis billedtekst",
|
||||||
"showLikes": "Show Likes",
|
"showLikes": "Show Likes",
|
||||||
"compactMode": "Compact Mode",
|
"compactMode": "Kompakt tilstand",
|
||||||
"embedConfirmText": "By using this embed, you agree to our",
|
"embedConfirmText": "Ved at bruge denne indlejring, accepterer du vores",
|
||||||
"deletePostConfirm": "Are you sure you want to delete this post?",
|
"deletePostConfirm": "Er du sikker p\u00e5, at du vil slette dette opslag?",
|
||||||
"archivePostConfirm": "Are you sure you want to archive this post?",
|
"archivePostConfirm": "Er du sikker p\u00e5, at du vil arkivere dette opslag?",
|
||||||
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
|
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
|
||||||
},
|
},
|
||||||
"story": {
|
"story": {
|
||||||
"add": "Add Story"
|
"add": "Tilf\u00f8j historie"
|
||||||
},
|
},
|
||||||
"timeline": {
|
"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": {
|
"hashtags": {
|
||||||
"emptyFeed": "We can't seem to find any posts for this hashtag"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -10,6 +10,7 @@
|
||||||
"shared": "Geteilt",
|
"shared": "Geteilt",
|
||||||
"shares": "Geteilt",
|
"shares": "Geteilt",
|
||||||
"unshare": "Teilen r\u00fcckg\u00e4ngig machen",
|
"unshare": "Teilen r\u00fcckg\u00e4ngig machen",
|
||||||
|
"bookmark": "Lesezeichen",
|
||||||
"cancel": "Abbrechen",
|
"cancel": "Abbrechen",
|
||||||
"copyLink": "Link kopieren",
|
"copyLink": "Link kopieren",
|
||||||
"delete": "L\u00f6schen",
|
"delete": "L\u00f6schen",
|
||||||
|
@ -18,7 +19,11 @@
|
||||||
"oops": "Hoppla!",
|
"oops": "Hoppla!",
|
||||||
"other": "Anderes",
|
"other": "Anderes",
|
||||||
"readMore": "Weiterlesen",
|
"readMore": "Weiterlesen",
|
||||||
"success": "Erfolgreich",
|
"success": "Erfolg",
|
||||||
|
"proceed": "Fortfahren",
|
||||||
|
"next": "Weiter",
|
||||||
|
"close": "Schlie\u00dfen",
|
||||||
|
"clickHere": "hier klicken",
|
||||||
"sensitive": "Sensibel",
|
"sensitive": "Sensibel",
|
||||||
"sensitiveContent": "Sensibler Inhalt",
|
"sensitiveContent": "Sensibler Inhalt",
|
||||||
"sensitiveContentWarning": "Dieser Beitrag kann sensible Inhalte enthalten"
|
"sensitiveContentWarning": "Dieser Beitrag kann sensible Inhalte enthalten"
|
||||||
|
@ -41,7 +46,7 @@
|
||||||
"profile": "Profil",
|
"profile": "Profil",
|
||||||
"drive": "Festplatte",
|
"drive": "Festplatte",
|
||||||
"settings": "Einstellungen",
|
"settings": "Einstellungen",
|
||||||
"compose": "Neu erstellen",
|
"compose": "Neu erstellen:",
|
||||||
"logout": "Ausloggen",
|
"logout": "Ausloggen",
|
||||||
"about": "\u00dcber uns",
|
"about": "\u00dcber uns",
|
||||||
"help": "Hilfe",
|
"help": "Hilfe",
|
||||||
|
@ -57,15 +62,15 @@
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"liked": "gef\u00e4llt dein",
|
"liked": "gef\u00e4llt dein",
|
||||||
"commented": "kommentierte dein",
|
"commented": "kommentierte deinen",
|
||||||
"reacted": "reagierte auf dein",
|
"reacted": "reagierte auf dein",
|
||||||
"shared": "teilte deine",
|
"shared": "teilte deine",
|
||||||
"tagged": "markierte dich in einem",
|
"tagged": "markierte dich in einem",
|
||||||
"updatedA": "aktualisierte ein",
|
"updatedA": "aktualisierte ein",
|
||||||
"sentA": "sendete ein",
|
"sentA": "sendete ein",
|
||||||
"followed": "gefolgt",
|
"followed": "folgt",
|
||||||
"mentioned": "erw\u00e4hnt",
|
"mentioned": "erw\u00e4hnte",
|
||||||
"you": "du",
|
"you": "dir",
|
||||||
"yourApplication": "Deine Bewerbung um beizutreten",
|
"yourApplication": "Deine Bewerbung um beizutreten",
|
||||||
"applicationApproved": "wurde genehmigt!",
|
"applicationApproved": "wurde genehmigt!",
|
||||||
"applicationRejected": "wurde abgelehnt. Du kannst dich in 6 Monaten erneut f\u00fcr den Beitritt bewerben.",
|
"applicationRejected": "wurde abgelehnt. Du kannst dich in 6 Monaten erneut f\u00fcr den Beitritt bewerben.",
|
||||||
|
@ -73,7 +78,8 @@
|
||||||
"groupPost": "Gruppen-Post",
|
"groupPost": "Gruppen-Post",
|
||||||
"modlog": "modlog",
|
"modlog": "modlog",
|
||||||
"post": "Beitrag",
|
"post": "Beitrag",
|
||||||
"story": "Story"
|
"story": "Story",
|
||||||
|
"noneFound": "Keine Benachrichtigungen vorhanden"
|
||||||
},
|
},
|
||||||
"post": {
|
"post": {
|
||||||
"shareToFollowers": "Mit Folgenden teilen",
|
"shareToFollowers": "Mit Folgenden teilen",
|
||||||
|
@ -119,14 +125,14 @@
|
||||||
"confirmReport": "Meldung best\u00e4tigen",
|
"confirmReport": "Meldung best\u00e4tigen",
|
||||||
"confirmReportText": "Bist du sicher, dass du diesen Beitrag melden m\u00f6chtest?",
|
"confirmReportText": "Bist du sicher, dass du diesen Beitrag melden m\u00f6chtest?",
|
||||||
"reportSent": "Meldung gesendet!",
|
"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.",
|
"reportSentError": "Es gab ein Problem beim Melden dieses Beitrags.",
|
||||||
"modAddCWConfirm": "Bist du sicher, dass du diesem Beitrag eine Inhaltswarnung hinzuf\u00fcgen m\u00f6chtest?",
|
"modAddCWConfirm": "Bist du sicher, dass du diesem Beitrag eine Inhaltswarnung hinzuf\u00fcgen m\u00f6chtest?",
|
||||||
"modCWSuccess": "Inhaltswarnung erfolgreich hinzugef\u00fcgt",
|
"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",
|
"modRemoveCWSuccess": "Inhaltswarnung erfolgreich entfernt",
|
||||||
"modUnlistConfirm": "Bist du sicher, dass du diesen Beitrag nicht listen m\u00f6chtest?",
|
"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.",
|
"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",
|
"modMarkAsSpammerSuccess": "Konto erfolgreich als Spammer markiert",
|
||||||
"toFollowers": "an die Folgenden",
|
"toFollowers": "an die Folgenden",
|
||||||
|
@ -142,9 +148,23 @@
|
||||||
"add": "Story hinzuf\u00fcgen"
|
"add": "Story hinzuf\u00fcgen"
|
||||||
},
|
},
|
||||||
"timeline": {
|
"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": {
|
"hashtags": {
|
||||||
"emptyFeed": "Wir k\u00f6nnen keine Beitr\u00e4ge mit diesem Hashtag finden"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -10,6 +10,7 @@
|
||||||
"shared": "\u039a\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03ae\u03b8\u03b7\u03ba\u03b5",
|
"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",
|
"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",
|
"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",
|
"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",
|
"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",
|
"delete": "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae",
|
||||||
|
@ -19,6 +20,10 @@
|
||||||
"other": "\u0386\u03bb\u03bb\u03bf",
|
"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",
|
"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",
|
"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",
|
"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",
|
"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"
|
"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",
|
"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",
|
"homeFeed": "\u0391\u03c1\u03c7\u03b9\u03ba\u03ae \u03c1\u03bf\u03ae",
|
||||||
"localFeed": "\u03a4\u03bf\u03c0\u03b9\u03ba\u03ae \u03a1\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",
|
"globalFeed": "\u039a\u03b1\u03b8\u03bf\u03bb\u03b9\u03ba\u03ae \u03a1\u03bf\u03ae",
|
||||||
"discover": "\u0391\u03bd\u03b1\u03ba\u03b1\u03bb\u03cd\u03c8\u03c4\u03b5",
|
"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",
|
"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",
|
"notifications": "\u0395\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2",
|
||||||
"groups": "\u039f\u03bc\u03ac\u03b4\u03b5\u03c2",
|
"groups": "\u039f\u03bc\u03ac\u03b4\u03b5\u03c2",
|
||||||
|
@ -48,7 +53,7 @@
|
||||||
"language": "\u0393\u03bb\u03ce\u03c3\u03c3\u03b1",
|
"language": "\u0393\u03bb\u03ce\u03c3\u03c3\u03b1",
|
||||||
"privacy": "\u0399\u03b4\u03b9\u03c9\u03c4\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1",
|
"privacy": "\u0399\u03b4\u03b9\u03c9\u03c4\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1",
|
||||||
"terms": "\u038c\u03c1\u03bf\u03b9",
|
"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": {
|
"directMessages": {
|
||||||
"inbox": "\u0395\u03b9\u03c3\u03b5\u03c1\u03c7\u03cc\u03bc\u03b5\u03bd\u03b1",
|
"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"
|
"requests": "\u0391\u03b9\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"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",
|
"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",
|
"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 {item} \u03c3\u03b1\u03c2",
|
"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 \u03bc\u03b9\u03b1 \u03b4\u03b7\u03bc\u03bf\u03c3\u03af\u03b5\u03c5\u03c3\u03b7",
|
"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",
|
"updatedA": "\u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03ad\u03bd\u03b1",
|
||||||
"sentA": "\u03ad\u03c3\u03c4\u03b5\u03b9\u03bb\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",
|
"mentioned": "\u03b1\u03bd\u03b1\u03c6\u03ad\u03c1\u03b8\u03b7\u03ba\u03b5",
|
||||||
"you": "\u03b5\u03c3\u03cd",
|
"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",
|
"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",
|
"groupPost": "\u03bf\u03bc\u03b1\u03b4\u03b9\u03ba\u03ae \u03b4\u03b7\u03bc\u03bf\u03c3\u03af\u03b5\u03c5\u03c3\u03b7",
|
||||||
"modlog": "modlog",
|
"modlog": "modlog",
|
||||||
"post": "\u03b4\u03b7\u03bc\u03bf\u03c3\u03af\u03b5\u03c5\u03c3\u03b7",
|
"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": {
|
"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",
|
"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",
|
"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": {
|
"profile": {
|
||||||
"posts": "\u0394\u03b7\u03bc\u03bf\u03c3\u03b9\u03b5\u03cd\u03c3\u03b5\u03b9\u03c2",
|
"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",
|
"admin": "\u0394\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae\u03c2",
|
||||||
"collections": "\u03a3\u03c5\u03bb\u03bb\u03bf\u03b3\u03ad\u03c2",
|
"collections": "\u03a3\u03c5\u03bb\u03bb\u03bf\u03b3\u03ad\u03c2",
|
||||||
"follow": "\u0391\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b5",
|
"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",
|
"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",
|
"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",
|
"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"
|
"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",
|
"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",
|
"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",
|
"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",
|
"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",
|
"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",
|
"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",
|
"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",
|
"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",
|
"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",
|
"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",
|
"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",
|
"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",
|
"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!",
|
"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.",
|
"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.",
|
"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",
|
"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",
|
"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?",
|
"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": "Successfully unlisted post",
|
"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.",
|
"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",
|
"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",
|
"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\"",
|
"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",
|
"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",
|
"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": "\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;",
|
"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": "\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;",
|
"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;"
|
"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": {
|
"story": {
|
||||||
"add": "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u0399\u03c3\u03c4\u03bf\u03c1\u03af\u03b1\u03c2"
|
"add": "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u0399\u03c3\u03c4\u03bf\u03c1\u03af\u03b1\u03c2"
|
||||||
},
|
},
|
||||||
"timeline": {
|
"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": {
|
"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"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,27 +1,32 @@
|
||||||
{
|
{
|
||||||
"common": {
|
"common": {
|
||||||
"comment": "Comentario",
|
"comment": "Comentar",
|
||||||
"commented": "Comentado",
|
"commented": "Comentado",
|
||||||
"comments": "Comentarios",
|
"comments": "Comentarios",
|
||||||
"like": "Me gusta",
|
"like": "Me gusta",
|
||||||
"liked": "Te gusta",
|
"liked": "Te gusta",
|
||||||
"likes": "Me gustas",
|
"likes": "Me gusta",
|
||||||
"share": "Compartir",
|
"share": "Compartir",
|
||||||
"shared": "Compartido",
|
"shared": "Compartido",
|
||||||
"shares": "Compartidos",
|
"shares": "Compartidos",
|
||||||
"unshare": "No compartir",
|
"unshare": "No compartir",
|
||||||
|
"bookmark": "Marcador",
|
||||||
"cancel": "Cancelar",
|
"cancel": "Cancelar",
|
||||||
"copyLink": "Copiar Enlace",
|
"copyLink": "Copiar Enlace",
|
||||||
"delete": "Eliminar",
|
"delete": "Eliminar",
|
||||||
"error": "Error",
|
"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!",
|
"oops": "Upss!",
|
||||||
"other": "Otros",
|
"other": "Otros",
|
||||||
"readMore": "Ver m\u00e1s",
|
"readMore": "Ver m\u00e1s",
|
||||||
"success": "Correcto",
|
"success": "Correcto",
|
||||||
|
"proceed": "Proceder",
|
||||||
|
"next": "Siguiente",
|
||||||
|
"close": "Cerrar",
|
||||||
|
"clickHere": "haz click aqu\u00ed",
|
||||||
"sensitive": "Sensible",
|
"sensitive": "Sensible",
|
||||||
"sensitiveContent": "Contenido Sensible",
|
"sensitiveContent": "Contenido Sensible",
|
||||||
"sensitiveContentWarning": "Este post podr\u00eda tener contenido sensible"
|
"sensitiveContentWarning": "Esta publicaci\u00f3n podr\u00eda contener contenido sensible"
|
||||||
},
|
},
|
||||||
"site": {
|
"site": {
|
||||||
"terms": "T\u00e9rminos de Uso",
|
"terms": "T\u00e9rminos de Uso",
|
||||||
|
@ -42,7 +47,7 @@
|
||||||
"drive": "Multimedia",
|
"drive": "Multimedia",
|
||||||
"settings": "Ajustes",
|
"settings": "Ajustes",
|
||||||
"compose": "Crear Nuevo",
|
"compose": "Crear Nuevo",
|
||||||
"logout": "Logout",
|
"logout": "Cerrar sesi\u00f3n",
|
||||||
"about": "Acerca de",
|
"about": "Acerca de",
|
||||||
"help": "Ayuda",
|
"help": "Ayuda",
|
||||||
"language": "Idioma",
|
"language": "Idioma",
|
||||||
|
@ -73,7 +78,8 @@
|
||||||
"groupPost": "publicaci\u00f3n de grupo",
|
"groupPost": "publicaci\u00f3n de grupo",
|
||||||
"modlog": "modlog",
|
"modlog": "modlog",
|
||||||
"post": "publicaci\u00f3n",
|
"post": "publicaci\u00f3n",
|
||||||
"story": "historia"
|
"story": "historia",
|
||||||
|
"noneFound": "No se han encontrado notificaciones"
|
||||||
},
|
},
|
||||||
"post": {
|
"post": {
|
||||||
"shareToFollowers": "Compartir a seguidores",
|
"shareToFollowers": "Compartir a seguidores",
|
||||||
|
@ -92,8 +98,8 @@
|
||||||
"editProfile": "Editar Perfil",
|
"editProfile": "Editar Perfil",
|
||||||
"followRequested": "Seguimiento Solicitado",
|
"followRequested": "Seguimiento Solicitado",
|
||||||
"joined": "Se uni\u00f3",
|
"joined": "Se uni\u00f3",
|
||||||
"emptyCollections": "We can't seem to find any collections",
|
"emptyCollections": "Parece que no podemos encontrar ninguna colecci\u00f3n",
|
||||||
"emptyPosts": "We can't seem to find any posts"
|
"emptyPosts": "Parece que no podemos encontrar ning\u00fan post"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"viewPost": "Ver Publicaci\u00f3n",
|
"viewPost": "Ver Publicaci\u00f3n",
|
||||||
|
@ -113,8 +119,8 @@
|
||||||
"sensitive": "Contenido Sensible",
|
"sensitive": "Contenido Sensible",
|
||||||
"abusive": "Abusivo o Da\u00f1ino",
|
"abusive": "Abusivo o Da\u00f1ino",
|
||||||
"underageAccount": "Cuenta de Menor de Edad",
|
"underageAccount": "Cuenta de Menor de Edad",
|
||||||
"copyrightInfringement": "Violaci\u00f3n de Copyright",
|
"copyrightInfringement": "Infracci\u00f3n de derechos de autor",
|
||||||
"impersonation": "Suplantaci\u00f3n",
|
"impersonation": "Suplantaci\u00f3n de identidad",
|
||||||
"scamOrFraud": "Scam o Fraude",
|
"scamOrFraud": "Scam o Fraude",
|
||||||
"confirmReport": "Confirmar Reporte",
|
"confirmReport": "Confirmar Reporte",
|
||||||
"confirmReportText": "\u00bfSeguro que quieres reportar esta publicaci\u00f3n?",
|
"confirmReportText": "\u00bfSeguro que quieres reportar esta publicaci\u00f3n?",
|
||||||
|
@ -134,17 +140,31 @@
|
||||||
"showLikes": "Mostrar me gustas",
|
"showLikes": "Mostrar me gustas",
|
||||||
"compactMode": "Modo Compacto",
|
"compactMode": "Modo Compacto",
|
||||||
"embedConfirmText": "Usando este incrustado, usted acepta",
|
"embedConfirmText": "Usando este incrustado, usted acepta",
|
||||||
"deletePostConfirm": "\u00bfSeguro que desea eliminar esta publicaci\u00f3n?",
|
"deletePostConfirm": "\u00bfSeguro que deseas eliminar esta publicaci\u00f3n?",
|
||||||
"archivePostConfirm": "\u00bfSeguro que desea archivar esta publicaci\u00f3n?",
|
"archivePostConfirm": "\u00bfSeguro que deseas archivar esta publicaci\u00f3n?",
|
||||||
"unarchivePostConfirm": "\u00bfSeguro que desea desarchivar esta publicaci\u00f3n?"
|
"unarchivePostConfirm": "\u00bfSeguro que desea desarchivar esta publicaci\u00f3n?"
|
||||||
},
|
},
|
||||||
"story": {
|
"story": {
|
||||||
"add": "A\u00f1adir Historia"
|
"add": "A\u00f1adir Historia"
|
||||||
},
|
},
|
||||||
"timeline": {
|
"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": {
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -10,6 +10,7 @@
|
||||||
"shared": "Partekatuta",
|
"shared": "Partekatuta",
|
||||||
"shares": "Partekatze",
|
"shares": "Partekatze",
|
||||||
"unshare": "Utzi partekatzeari",
|
"unshare": "Utzi partekatzeari",
|
||||||
|
"bookmark": "Laster-marka",
|
||||||
"cancel": "Utzi",
|
"cancel": "Utzi",
|
||||||
"copyLink": "Kopiatu esteka",
|
"copyLink": "Kopiatu esteka",
|
||||||
"delete": "Ezabatu",
|
"delete": "Ezabatu",
|
||||||
|
@ -18,7 +19,11 @@
|
||||||
"oops": "Ene!",
|
"oops": "Ene!",
|
||||||
"other": "Bestelakoa",
|
"other": "Bestelakoa",
|
||||||
"readMore": "Irakurri gehiago",
|
"readMore": "Irakurri gehiago",
|
||||||
"success": "Burutu da",
|
"success": "Arrakastaz burutu da",
|
||||||
|
"proceed": "Jarraitu",
|
||||||
|
"next": "Hurrengoa",
|
||||||
|
"close": "Itxi",
|
||||||
|
"clickHere": "klikatu hemen",
|
||||||
"sensitive": "Hunkigarria",
|
"sensitive": "Hunkigarria",
|
||||||
"sensitiveContent": "Eduki hunkigarria",
|
"sensitiveContent": "Eduki hunkigarria",
|
||||||
"sensitiveContentWarning": "Bidalketa honek eduki hunkigarria izan dezake"
|
"sensitiveContentWarning": "Bidalketa honek eduki hunkigarria izan dezake"
|
||||||
|
@ -30,7 +35,7 @@
|
||||||
"navmenu": {
|
"navmenu": {
|
||||||
"search": "Bilatu",
|
"search": "Bilatu",
|
||||||
"admin": "Adminaren panela",
|
"admin": "Adminaren panela",
|
||||||
"homeFeed": "Etxeko jarioa",
|
"homeFeed": "Hasierako jarioa",
|
||||||
"localFeed": "Jario lokala",
|
"localFeed": "Jario lokala",
|
||||||
"globalFeed": "Jario globala",
|
"globalFeed": "Jario globala",
|
||||||
"discover": "Aurkitu",
|
"discover": "Aurkitu",
|
||||||
|
@ -42,7 +47,7 @@
|
||||||
"drive": "Unitatea",
|
"drive": "Unitatea",
|
||||||
"settings": "Ezarpenak",
|
"settings": "Ezarpenak",
|
||||||
"compose": "Sortu berria",
|
"compose": "Sortu berria",
|
||||||
"logout": "Saioa itxi",
|
"logout": "Itxi saioa",
|
||||||
"about": "Honi buruz",
|
"about": "Honi buruz",
|
||||||
"help": "Laguntza",
|
"help": "Laguntza",
|
||||||
"language": "Hizkuntza",
|
"language": "Hizkuntza",
|
||||||
|
@ -57,7 +62,7 @@
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"liked": "datsegi zure",
|
"liked": "datsegi zure",
|
||||||
"commented": "iruzkindu du zure",
|
"commented": "-(e)k iruzkindu du zure",
|
||||||
"reacted": "-(e)k erantzun egin du zure",
|
"reacted": "-(e)k erantzun egin du zure",
|
||||||
"shared": "partekatu du zure",
|
"shared": "partekatu du zure",
|
||||||
"tagged": "etiketatu zaitu hemen:",
|
"tagged": "etiketatu zaitu hemen:",
|
||||||
|
@ -69,11 +74,12 @@
|
||||||
"yourApplication": "Elkartzeko zure eskaera",
|
"yourApplication": "Elkartzeko zure eskaera",
|
||||||
"applicationApproved": "onartu da!",
|
"applicationApproved": "onartu da!",
|
||||||
"applicationRejected": "ez da onartu. Berriz eska dezakezu 6 hilabete barru.",
|
"applicationRejected": "ez da onartu. Berriz eska dezakezu 6 hilabete barru.",
|
||||||
"dm": "mezu pribatua",
|
"dm": "mezu zuzena",
|
||||||
"groupPost": "talde argitarapena",
|
"groupPost": "talde argitarapena",
|
||||||
"modlog": "modloga",
|
"modlog": "modloga",
|
||||||
"post": "bidalketa",
|
"post": "bidalketa",
|
||||||
"story": "istorioa"
|
"story": "istorioa",
|
||||||
|
"noneFound": "Ez da jakinarazpenik aurkitu"
|
||||||
},
|
},
|
||||||
"post": {
|
"post": {
|
||||||
"shareToFollowers": "Partekatu jarraitzaileei",
|
"shareToFollowers": "Partekatu jarraitzaileei",
|
||||||
|
@ -90,7 +96,7 @@
|
||||||
"follow": "Jarraitu",
|
"follow": "Jarraitu",
|
||||||
"unfollow": "Utzi jarraitzeari",
|
"unfollow": "Utzi jarraitzeari",
|
||||||
"editProfile": "Editatu profila",
|
"editProfile": "Editatu profila",
|
||||||
"followRequested": "Jarraitzea eskatuta",
|
"followRequested": "Jarraitzeko eskaera bidalita",
|
||||||
"joined": "Elkartu da",
|
"joined": "Elkartu da",
|
||||||
"emptyCollections": "Ez dugu topatu bildumarik",
|
"emptyCollections": "Ez dugu topatu bildumarik",
|
||||||
"emptyPosts": "Ez dugu topatu bidalketarik"
|
"emptyPosts": "Ez dugu topatu bidalketarik"
|
||||||
|
@ -100,27 +106,27 @@
|
||||||
"viewProfile": "Ikusi profila",
|
"viewProfile": "Ikusi profila",
|
||||||
"moderationTools": "Moderazio tresnak",
|
"moderationTools": "Moderazio tresnak",
|
||||||
"report": "Salatu",
|
"report": "Salatu",
|
||||||
"archive": "Artxiboa",
|
"archive": "Artxibatu",
|
||||||
"unarchive": "Desartxibatu",
|
"unarchive": "Desartxibatu",
|
||||||
"embed": "Kapsulatu",
|
"embed": "Kapsulatu",
|
||||||
"selectOneOption": "Hautatu aukera hauetako bat",
|
"selectOneOption": "Hautatu aukera hauetako bat",
|
||||||
"unlistFromTimelines": "Denbora-lerroetatik ezkutatu",
|
"unlistFromTimelines": "Denbora-lerroetatik kendu",
|
||||||
"addCW": "Gehitu edukiaren abisua",
|
"addCW": "Gehitu edukiaren abisua",
|
||||||
"removeCW": "Kendu edukiaren abisua",
|
"removeCW": "Kendu edukiaren abisua",
|
||||||
"markAsSpammer": "Markatu zabor-bidaltzaile gisa",
|
"markAsSpammer": "Markatu zabor-bidaltzaile gisa",
|
||||||
"markAsSpammerText": "Ezkutatu + edukiaren abisua jarri etorkizuneko bidalketei",
|
"markAsSpammerText": "Ezkutatu + edukiaren abisua jarri etorkizuneko bidalketei",
|
||||||
"spam": "Zaborra",
|
"spam": "Zaborra",
|
||||||
"sensitive": "Eduki hunkigarria",
|
"sensitive": "Eduki hunkigarria",
|
||||||
"abusive": "Bortxazko edo Mingarria",
|
"abusive": "Iraingarri edo mingarria",
|
||||||
"underageAccount": "Adin txikiko baten kontua",
|
"underageAccount": "Adin txikiko baten kontua",
|
||||||
"copyrightInfringement": "Copyrightaren urraketa",
|
"copyrightInfringement": "Copyrightaren urraketa",
|
||||||
"impersonation": "Nortasunaren iruzurra",
|
"impersonation": "Inpersonazioa",
|
||||||
"scamOrFraud": "Iruzur edo lapurreta",
|
"scamOrFraud": "Iruzur edo maula",
|
||||||
"confirmReport": "Berretsi salaketa",
|
"confirmReport": "Berretsi salaketa",
|
||||||
"confirmReportText": "Ziur al zaude bidalketa hau salatu nahi duzula?",
|
"confirmReportText": "Ziur al zaude bidalketa hau salatu nahi duzula?",
|
||||||
"reportSent": "Salaketa bidali da",
|
"reportSent": "Salaketa bidali da",
|
||||||
"reportSentText": "Zure salaketa ondo jaso dugu.",
|
"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?",
|
"modAddCWConfirm": "Ziur al zaude edukiaren abisua jarri nahi duzula bidalketa honetan?",
|
||||||
"modCWSuccess": "Edukiaren abisua ondo gehitu da",
|
"modCWSuccess": "Edukiaren abisua ondo gehitu da",
|
||||||
"modRemoveCWConfirm": "Ziur al zaude edukiaren abisua kendu nahi duzula bidalketa honetarako?",
|
"modRemoveCWConfirm": "Ziur al zaude edukiaren abisua kendu nahi duzula bidalketa honetarako?",
|
||||||
|
@ -133,7 +139,7 @@
|
||||||
"showCaption": "Irudiaren azalpena erakutsi",
|
"showCaption": "Irudiaren azalpena erakutsi",
|
||||||
"showLikes": "Erakutsi atsegiteak",
|
"showLikes": "Erakutsi atsegiteak",
|
||||||
"compactMode": "Modu trinkoa",
|
"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?",
|
"deletePostConfirm": "Ziur al zaude bidalketa hau ezabatu nahi duzula?",
|
||||||
"archivePostConfirm": "Ziur al zaude bidalketa hau artxibatu nahi duzula?",
|
"archivePostConfirm": "Ziur al zaude bidalketa hau artxibatu nahi duzula?",
|
||||||
"unarchivePostConfirm": "Ziur bidalketa hau desartxibatu nahi duzula?"
|
"unarchivePostConfirm": "Ziur bidalketa hau desartxibatu nahi duzula?"
|
||||||
|
@ -142,9 +148,23 @@
|
||||||
"add": "Gehitu istorioa"
|
"add": "Gehitu istorioa"
|
||||||
},
|
},
|
||||||
"timeline": {
|
"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": {
|
"hashtags": {
|
||||||
"emptyFeed": "Ez dugu topatu traola hau duen bidalketarik"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,24 +1,29 @@
|
||||||
{
|
{
|
||||||
"common": {
|
"common": {
|
||||||
"comment": "\u062f\u06cc\u062f\u06af\u0627\u0647",
|
"comment": "\u0646\u0638\u0631",
|
||||||
"commented": "Commented",
|
"commented": "\u0646\u0638\u0631 \u062f\u0627\u062f\u0647 \u0634\u062f",
|
||||||
"comments": "\u062f\u06cc\u062f\u06af\u0627\u0647\u200c\u0647\u0627",
|
"comments": "\u0646\u0638\u0631",
|
||||||
"like": "\u067e\u0633\u0646\u062f",
|
"like": "\u067e\u0633\u0646\u062f",
|
||||||
"liked": "Liked",
|
"liked": "\u067e\u0633\u0646\u062f\u06cc\u062f\u0647 \u0634\u062f",
|
||||||
"likes": "\u067e\u0633\u0646\u062f",
|
"likes": "\u067e\u0633\u0646\u062f",
|
||||||
"share": "\u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc",
|
"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",
|
"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",
|
"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",
|
"delete": "\u062d\u0630\u0641",
|
||||||
"error": "\u062e\u0637\u0627",
|
"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!",
|
"oops": "\u0627\u0648\u0647!",
|
||||||
"other": "\u0633\u0627\u06cc\u0631",
|
"other": "\u062f\u06cc\u06af\u0631",
|
||||||
"readMore": "\u0628\u06cc\u0634\u062a\u0631 \u0628\u062e\u0648\u0627\u0646\u06cc\u062f",
|
"readMore": "\u0628\u06cc\u0634\u200c\u062a\u0631 \u0628\u062e\u0648\u0627\u0646\u06cc\u062f",
|
||||||
"success": "\u0645\u0648\u0641\u0642",
|
"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",
|
"sensitive": "\u062d\u0633\u0627\u0633",
|
||||||
"sensitiveContent": "\u0645\u062d\u062a\u0648\u0627\u06cc \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"
|
"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": {
|
"navmenu": {
|
||||||
"search": "\u062c\u0633\u062a\u062c\u0648",
|
"search": "\u062c\u0633\u062a\u062c\u0648",
|
||||||
"admin": "\u067e\u06cc\u0634\u062e\u0648\u0627\u0646 \u0645\u062f\u06cc\u0631\u06cc\u062a\u06cc",
|
"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",
|
"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",
|
"globalFeed": "\u062e\u0637 \u0632\u0645\u0627\u0646\u06cc \u0633\u0631\u0627\u0633\u0631\u06cc",
|
||||||
"discover": "\u0627\u06a9\u062a\u0634\u0627\u0641",
|
"discover": "\u0627\u06a9\u062a\u0634\u0627\u0641",
|
||||||
|
@ -42,17 +47,17 @@
|
||||||
"drive": "Drive",
|
"drive": "Drive",
|
||||||
"settings": "\u062a\u0646\u0638\u06cc\u0645\u0627\u062a",
|
"settings": "\u062a\u0646\u0638\u06cc\u0645\u0627\u062a",
|
||||||
"compose": "\u0641\u0631\u0633\u062a\u0647\u0654 \u062c\u062f\u06cc\u062f",
|
"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",
|
"about": "\u062f\u0631\u0628\u0627\u0631\u0647",
|
||||||
"help": "\u0631\u0627\u0647\u0646\u0645\u0627",
|
"help": "\u0631\u0627\u0647\u0646\u0645\u0627",
|
||||||
"language": "\u0632\u0628\u0627\u0646",
|
"language": "\u0632\u0628\u0627\u0646",
|
||||||
"privacy": "\u062d\u0631\u06cc\u0645 \u062e\u0635\u0648\u0635\u06cc",
|
"privacy": "\u062d\u0631\u06cc\u0645 \u062e\u0635\u0648\u0635\u06cc",
|
||||||
"terms": "\u0634\u0631\u0627\u06cc\u0637",
|
"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": {
|
"directMessages": {
|
||||||
"inbox": "\u0635\u0646\u062f\u0648\u0642 \u062f\u0631\u06cc\u0627\u0641\u062a",
|
"inbox": "\u0635\u0646\u062f\u0648\u0642 \u0648\u0631\u0648\u062f\u06cc",
|
||||||
"sent": "\u0641\u0631\u0633\u062a\u0627\u062f\u0647 \u0634\u062f\u0647",
|
"sent": "\u0641\u0631\u0633\u062a\u0627\u062f\u0647",
|
||||||
"requests": "\u062f\u0631\u062e\u0648\u0627\u0633\u062a\u200c\u0647\u0627"
|
"requests": "\u062f\u0631\u062e\u0648\u0627\u0633\u062a\u200c\u0647\u0627"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
|
@ -63,17 +68,18 @@
|
||||||
"tagged": "tagged you in a",
|
"tagged": "tagged you in a",
|
||||||
"updatedA": "updated a",
|
"updatedA": "updated a",
|
||||||
"sentA": "sent a",
|
"sentA": "sent a",
|
||||||
"followed": "followed",
|
"followed": "\u067e\u06cc \u06af\u0631\u0641\u062a",
|
||||||
"mentioned": "mentioned",
|
"mentioned": "\u0627\u0634\u0627\u0631\u0647 \u06a9\u0631\u062f",
|
||||||
"you": "\u0634\u0645\u0627",
|
"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!",
|
"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",
|
"dm": "dm",
|
||||||
"groupPost": "\u0641\u0631\u0633\u062a\u0647\u0654 \u06af\u0631\u0648\u0647\u06cc",
|
"groupPost": "\u0641\u0631\u0633\u062a\u0647\u0654 \u06af\u0631\u0648\u0647\u06cc",
|
||||||
"modlog": "modlog",
|
"modlog": "modlog",
|
||||||
"post": "\u0641\u0631\u0633\u062a\u0647",
|
"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": {
|
"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",
|
"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",
|
"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",
|
"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",
|
"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",
|
"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",
|
"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!",
|
"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",
|
"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",
|
"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.",
|
"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",
|
"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",
|
"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",
|
"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"
|
"add": "\u0627\u0641\u0632\u0648\u062f\u0646 \u062f\u0627\u0633\u062a\u0627\u0646"
|
||||||
},
|
},
|
||||||
"timeline": {
|
"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": {
|
"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"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,63 +1,68 @@
|
||||||
{
|
{
|
||||||
"common": {
|
"common": {
|
||||||
"comment": "Comment",
|
"comment": "Kommentti",
|
||||||
"commented": "Commented",
|
"commented": "Kommentoitu",
|
||||||
"comments": "Comments",
|
"comments": "Kommentit",
|
||||||
"like": "Like",
|
"like": "Tykk\u00e4\u00e4",
|
||||||
"liked": "Liked",
|
"liked": "Tyk\u00e4tty",
|
||||||
"likes": "Likes",
|
"likes": "Tykk\u00e4ykset",
|
||||||
"share": "Share",
|
"share": "Jaa",
|
||||||
"shared": "Shared",
|
"shared": "Jaettu",
|
||||||
"shares": "Shares",
|
"shares": "Jaot",
|
||||||
"unshare": "Unshare",
|
"unshare": "Peru jakaminen",
|
||||||
"cancel": "Cancel",
|
"bookmark": "Bookmark",
|
||||||
"copyLink": "Copy Link",
|
"cancel": "Peruuta",
|
||||||
"delete": "Delete",
|
"copyLink": "Kopioi linkki",
|
||||||
"error": "Error",
|
"delete": "Poista",
|
||||||
"errorMsg": "Something went wrong. Please try again later.",
|
"error": "Virhe",
|
||||||
"oops": "Oops!",
|
"errorMsg": "Jokin meni pieleen. Yrit\u00e4 my\u00f6hemmin uudelleen.",
|
||||||
"other": "Other",
|
"oops": "Oho!",
|
||||||
"readMore": "Read more",
|
"other": "Muu",
|
||||||
"success": "Success",
|
"readMore": "Lue lis\u00e4\u00e4",
|
||||||
"sensitive": "Sensitive",
|
"success": "Onnistui",
|
||||||
"sensitiveContent": "Sensitive Content",
|
"proceed": "Proceed",
|
||||||
"sensitiveContentWarning": "This post may contain sensitive content"
|
"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": {
|
"site": {
|
||||||
"terms": "Terms of Use",
|
"terms": "K\u00e4ytt\u00f6ehdot",
|
||||||
"privacy": "Privacy Policy"
|
"privacy": "Tietosuojak\u00e4yt\u00e4nt\u00f6"
|
||||||
},
|
},
|
||||||
"navmenu": {
|
"navmenu": {
|
||||||
"search": "Search",
|
"search": "Hae",
|
||||||
"admin": "Admin Dashboard",
|
"admin": "Yll\u00e4pit\u00e4j\u00e4n hallintapaneeli",
|
||||||
"homeFeed": "Home Feed",
|
"homeFeed": "Kotisy\u00f6te",
|
||||||
"localFeed": "Local Feed",
|
"localFeed": "Paikallinen sy\u00f6te",
|
||||||
"globalFeed": "Global Feed",
|
"globalFeed": "Maailmanlaajuinen sy\u00f6te",
|
||||||
"discover": "Discover",
|
"discover": "Tutustu",
|
||||||
"directMessages": "Direct Messages",
|
"directMessages": "Yksityisviestit",
|
||||||
"notifications": "Notifications",
|
"notifications": "Ilmoitukset",
|
||||||
"groups": "Groups",
|
"groups": "Ryhm\u00e4t",
|
||||||
"stories": "Stories",
|
"stories": "Tarinat",
|
||||||
"profile": "Profile",
|
"profile": "Profiili",
|
||||||
"drive": "Drive",
|
"drive": "Asema",
|
||||||
"settings": "Settings",
|
"settings": "Asetukset",
|
||||||
"compose": "Create New",
|
"compose": "Luo uusi",
|
||||||
"logout": "Logout",
|
"logout": "Kirjaudu ulos",
|
||||||
"about": "About",
|
"about": "Tietoja",
|
||||||
"help": "Help",
|
"help": "Ohje",
|
||||||
"language": "Language",
|
"language": "Kieli",
|
||||||
"privacy": "Privacy",
|
"privacy": "Yksityisyys",
|
||||||
"terms": "Terms",
|
"terms": "Ehdot",
|
||||||
"backToPreviousDesign": "Go back to previous design"
|
"backToPreviousDesign": "Palaa aiempaan ulkoasuun"
|
||||||
},
|
},
|
||||||
"directMessages": {
|
"directMessages": {
|
||||||
"inbox": "Inbox",
|
"inbox": "Saapuneet",
|
||||||
"sent": "Sent",
|
"sent": "L\u00e4hetetty",
|
||||||
"requests": "Requests"
|
"requests": "Pyynn\u00f6t"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"liked": "liked your",
|
"liked": "tykk\u00e4si sinun",
|
||||||
"commented": "commented on your",
|
"commented": "kommentoi sinun",
|
||||||
"reacted": "reacted to your",
|
"reacted": "reacted to your",
|
||||||
"shared": "shared your",
|
"shared": "shared your",
|
||||||
"tagged": "tagged you in a",
|
"tagged": "tagged you in a",
|
||||||
|
@ -73,7 +78,8 @@
|
||||||
"groupPost": "group post",
|
"groupPost": "group post",
|
||||||
"modlog": "modlog",
|
"modlog": "modlog",
|
||||||
"post": "post",
|
"post": "post",
|
||||||
"story": "story"
|
"story": "story",
|
||||||
|
"noneFound": "No notifications found"
|
||||||
},
|
},
|
||||||
"post": {
|
"post": {
|
||||||
"shareToFollowers": "Share to followers",
|
"shareToFollowers": "Share to followers",
|
||||||
|
@ -113,38 +119,52 @@
|
||||||
"sensitive": "Sensitive Content",
|
"sensitive": "Sensitive Content",
|
||||||
"abusive": "Abusive or Harmful",
|
"abusive": "Abusive or Harmful",
|
||||||
"underageAccount": "Underage Account",
|
"underageAccount": "Underage Account",
|
||||||
"copyrightInfringement": "Copyright Infringement",
|
"copyrightInfringement": "Tekij\u00e4noikeusloukkaus",
|
||||||
"impersonation": "Impersonation",
|
"impersonation": "V\u00e4\u00e4rennetty henkil\u00f6llisyys",
|
||||||
"scamOrFraud": "Scam or Fraud",
|
"scamOrFraud": "Huijaus tai petos",
|
||||||
"confirmReport": "Confirm Report",
|
"confirmReport": "Vahvista ilmianto",
|
||||||
"confirmReportText": "Are you sure you want to report this post?",
|
"confirmReportText": "Oletko varma, ett\u00e4 haluat ilmiantaa t\u00e4m\u00e4n viestin?",
|
||||||
"reportSent": "Report Sent!",
|
"reportSent": "Ilmoitus l\u00e4hetetty!",
|
||||||
"reportSentText": "We have successfully received your report.",
|
"reportSentText": "Saimme ilmoituksesi.",
|
||||||
"reportSentError": "There was an issue reporting this post.",
|
"reportSentError": "Julkaisun ilmianto ep\u00e4onnistui.",
|
||||||
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
|
"modAddCWConfirm": "Haluatko varmasti lis\u00e4t\u00e4 sis\u00e4lt\u00f6varoituksen t\u00e4h\u00e4n julkaisuun?",
|
||||||
"modCWSuccess": "Successfully added content warning",
|
"modCWSuccess": "Sis\u00e4lt\u00f6varoitus lis\u00e4tty onnistuneesti",
|
||||||
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
|
"modRemoveCWConfirm": "Haluatko varmasti poistaa julkaisun sis\u00e4lt\u00f6varoituksen?",
|
||||||
"modRemoveCWSuccess": "Successfully removed content warning",
|
"modRemoveCWSuccess": "Sis\u00e4lt\u00f6varoitus poistettu",
|
||||||
"modUnlistConfirm": "Are you sure you want to unlist this post?",
|
"modUnlistConfirm": "Haluatko varmasti piilottaa julkaisun?",
|
||||||
"modUnlistSuccess": "Successfully unlisted post",
|
"modUnlistSuccess": "Julkaisu piilotettu onnistuneesti",
|
||||||
"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.",
|
"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": "Successfully marked account as spammer",
|
"modMarkAsSpammerSuccess": "Tili merkitty roskapostittajaksi",
|
||||||
"toFollowers": "to Followers",
|
"toFollowers": "seuraajille",
|
||||||
"showCaption": "Show Caption",
|
"showCaption": "N\u00e4yt\u00e4 kuvaus",
|
||||||
"showLikes": "Show Likes",
|
"showLikes": "N\u00e4yt\u00e4 tykk\u00e4ykset",
|
||||||
"compactMode": "Compact Mode",
|
"compactMode": "Kompakti tila",
|
||||||
"embedConfirmText": "By using this embed, you agree to our",
|
"embedConfirmText": "K\u00e4ytt\u00e4m\u00e4ll\u00e4 upotusta, hyv\u00e4ksyt",
|
||||||
"deletePostConfirm": "Are you sure you want to delete this post?",
|
"deletePostConfirm": "Haluatko varmasti poistaa julkaisun?",
|
||||||
"archivePostConfirm": "Are you sure you want to archive this post?",
|
"archivePostConfirm": "Haluatko varmasti arkistoida julkaisun?",
|
||||||
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
|
"unarchivePostConfirm": "Haluatko varmasti peruuttaa julkaisun arkistoinnin?"
|
||||||
},
|
},
|
||||||
"story": {
|
"story": {
|
||||||
"add": "Add Story"
|
"add": "Lis\u00e4\u00e4 tarina"
|
||||||
},
|
},
|
||||||
"timeline": {
|
"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": {
|
"hashtags": {
|
||||||
"emptyFeed": "We can't seem to find any posts for this hashtag"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -10,18 +10,23 @@
|
||||||
"shared": "Partag\u00e9",
|
"shared": "Partag\u00e9",
|
||||||
"shares": "Partages",
|
"shares": "Partages",
|
||||||
"unshare": "Ne plus partager",
|
"unshare": "Ne plus partager",
|
||||||
|
"bookmark": "Marque-page",
|
||||||
"cancel": "Annuler",
|
"cancel": "Annuler",
|
||||||
"copyLink": "Copier le lien",
|
"copyLink": "Copier le lien",
|
||||||
"delete": "Supprimer",
|
"delete": "Supprimer",
|
||||||
"error": "Erreur",
|
"error": "Erreur",
|
||||||
"errorMsg": "Une erreur est survenue. Veuillez r\u00e9essayer plus tard.",
|
"errorMsg": "Une erreur est survenue. Veuillez r\u00e9essayer plus tard.",
|
||||||
"oops": "Zut !",
|
"oops": "Oups\u00a0!",
|
||||||
"other": "Autre",
|
"other": "Autre",
|
||||||
"readMore": "En savoir plus",
|
"readMore": "En savoir plus",
|
||||||
"success": "Op\u00e9ration r\u00e9ussie",
|
"success": "Succ\u00e8s",
|
||||||
|
"proceed": "Continuer",
|
||||||
|
"next": "Suivant",
|
||||||
|
"close": "Fermer",
|
||||||
|
"clickHere": "cliquez ici",
|
||||||
"sensitive": "Sensible",
|
"sensitive": "Sensible",
|
||||||
"sensitiveContent": "Contenu sensible",
|
"sensitiveContent": "Contenu sensible",
|
||||||
"sensitiveContentWarning": "Le contenu de ce message peut \u00eatre sensible"
|
"sensitiveContentWarning": "Le contenu de cette publication peut \u00eatre sensible"
|
||||||
},
|
},
|
||||||
"site": {
|
"site": {
|
||||||
"terms": "Conditions d'utilisation",
|
"terms": "Conditions d'utilisation",
|
||||||
|
@ -30,9 +35,9 @@
|
||||||
"navmenu": {
|
"navmenu": {
|
||||||
"search": "Chercher",
|
"search": "Chercher",
|
||||||
"admin": "Tableau de bord d'administration",
|
"admin": "Tableau de bord d'administration",
|
||||||
"homeFeed": "Fil principal",
|
"homeFeed": "Flux principal",
|
||||||
"localFeed": "Fil local",
|
"localFeed": "Flux local",
|
||||||
"globalFeed": "Fil global",
|
"globalFeed": "Flux global",
|
||||||
"discover": "D\u00e9couvrir",
|
"discover": "D\u00e9couvrir",
|
||||||
"directMessages": "Messages Priv\u00e9s",
|
"directMessages": "Messages Priv\u00e9s",
|
||||||
"notifications": "Notifications",
|
"notifications": "Notifications",
|
||||||
|
@ -42,7 +47,7 @@
|
||||||
"drive": "M\u00e9diath\u00e8que",
|
"drive": "M\u00e9diath\u00e8que",
|
||||||
"settings": "Param\u00e8tres",
|
"settings": "Param\u00e8tres",
|
||||||
"compose": "Publier",
|
"compose": "Publier",
|
||||||
"logout": "Logout",
|
"logout": "D\u00e9connexion",
|
||||||
"about": "\u00c0 propos",
|
"about": "\u00c0 propos",
|
||||||
"help": "Aide",
|
"help": "Aide",
|
||||||
"language": "Langue",
|
"language": "Langue",
|
||||||
|
@ -73,7 +78,8 @@
|
||||||
"groupPost": "publication de groupe",
|
"groupPost": "publication de groupe",
|
||||||
"modlog": "journal de mod\u00e9ration",
|
"modlog": "journal de mod\u00e9ration",
|
||||||
"post": "publication",
|
"post": "publication",
|
||||||
"story": "story"
|
"story": "story",
|
||||||
|
"noneFound": "Aucune notification trouv\u00e9e"
|
||||||
},
|
},
|
||||||
"post": {
|
"post": {
|
||||||
"shareToFollowers": "Partager avec ses abonn\u00e9\u00b7e\u00b7s",
|
"shareToFollowers": "Partager avec ses abonn\u00e9\u00b7e\u00b7s",
|
||||||
|
@ -90,10 +96,10 @@
|
||||||
"follow": "S'abonner",
|
"follow": "S'abonner",
|
||||||
"unfollow": "Se d\u00e9sabonner",
|
"unfollow": "Se d\u00e9sabonner",
|
||||||
"editProfile": "Modifier votre profil",
|
"editProfile": "Modifier votre profil",
|
||||||
"followRequested": "Demande d'abonnement",
|
"followRequested": "Demande d'abonnement faite",
|
||||||
"joined": "A rejoint",
|
"joined": "A rejoint",
|
||||||
"emptyCollections": "Aucune collection ne semble exister",
|
"emptyCollections": "Aucune collection ne semble exister",
|
||||||
"emptyPosts": "Aucune publication ne semble exister"
|
"emptyPosts": "Il semble n\u2019y avoir aucune publication"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"viewPost": "Voir la publication",
|
"viewPost": "Voir la publication",
|
||||||
|
@ -108,7 +114,7 @@
|
||||||
"addCW": "Ajouter un avertissement de contenu",
|
"addCW": "Ajouter un avertissement de contenu",
|
||||||
"removeCW": "Enlever l\u2019avertissement de contenu",
|
"removeCW": "Enlever l\u2019avertissement de contenu",
|
||||||
"markAsSpammer": "Marquer comme spammeur\u00b7euse",
|
"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",
|
"spam": "Ind\u00e9sirable",
|
||||||
"sensitive": "Contenu sensible",
|
"sensitive": "Contenu sensible",
|
||||||
"abusive": "Abusif ou pr\u00e9judiciable",
|
"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 ?",
|
"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",
|
"modRemoveCWSuccess": "Avertissement de contenu supprim\u00e9 avec succ\u00e8s",
|
||||||
"modUnlistConfirm": "\u00cates-vous s\u00fbr\u00b7e de vouloir retirer cette publication des flux ?",
|
"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.",
|
"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",
|
"modMarkAsSpammerSuccess": "Compte marqu\u00e9 avec succ\u00e8s comme spammeur",
|
||||||
"toFollowers": "aux abonn\u00e9\u00b7e\u00b7s",
|
"toFollowers": "aux abonn\u00e9\u00b7e\u00b7s",
|
||||||
|
@ -142,9 +148,23 @@
|
||||||
"add": "Ajouter une story"
|
"add": "Ajouter une story"
|
||||||
},
|
},
|
||||||
"timeline": {
|
"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": {
|
"hashtags": {
|
||||||
"emptyFeed": "Aucune publication ne semble exister pour ce hashtag"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,150 +1,170 @@
|
||||||
{
|
{
|
||||||
"common": {
|
"common": {
|
||||||
"comment": "Beachd",
|
"comment": "Beachd",
|
||||||
"commented": "Commented",
|
"commented": "Beachd ris",
|
||||||
"comments": "Comments",
|
"comments": "Beachdan",
|
||||||
"like": "Like",
|
"like": "Cuir ris na h-annsachdan",
|
||||||
"liked": "Liked",
|
"liked": "\u2019Na annsachd",
|
||||||
"likes": "Likes",
|
"likes": "Na h-annsachdan",
|
||||||
"share": "Co-roinn",
|
"share": "Co-roinn",
|
||||||
"shared": "Shared",
|
"shared": "\u2019Ga cho-roinneadh",
|
||||||
"shares": "Shares",
|
"shares": "\u2019Ga cho-roinneadh",
|
||||||
"unshare": "Unshare",
|
"unshare": "Na co-roinn tuilleadh",
|
||||||
|
"bookmark": "Comharra-l\u00ecn",
|
||||||
"cancel": "Sguir dheth",
|
"cancel": "Sguir dheth",
|
||||||
"copyLink": "D\u00e8an lethbhreac dhen cheangal",
|
"copyLink": "D\u00e8an lethbhreac dhen cheangal",
|
||||||
"delete": "Sguab \u00e0s",
|
"delete": "Sguab \u00e0s",
|
||||||
"error": "Mearachd",
|
"error": "Mearachd",
|
||||||
"errorMsg": "Something went wrong. Please try again later.",
|
"errorMsg": "Chaidh rudeigin ce\u00e0rr. Feuch ris a-rithist an ceann greis.",
|
||||||
"oops": "\u00ccoc!",
|
"oops": "\u00ccoc!",
|
||||||
"other": "Other",
|
"other": "Eile",
|
||||||
"readMore": "Read more",
|
"readMore": "Leugh an c\u00f2rr",
|
||||||
"success": "Success",
|
"success": "Chaidh leis",
|
||||||
|
"proceed": "Lean air adhart",
|
||||||
|
"next": "Air adhart",
|
||||||
|
"close": "D\u00f9in",
|
||||||
|
"clickHere": "briog an-seo",
|
||||||
"sensitive": "Frionasach",
|
"sensitive": "Frionasach",
|
||||||
"sensitiveContent": "Susbaint fhrionasach",
|
"sensitiveContent": "Susbaint fhrionasach",
|
||||||
"sensitiveContentWarning": "This post may contain sensitive content"
|
"sensitiveContentWarning": "Dh\u2019fhaoidte gu bheil susbaint fhrionasach sa phost seo"
|
||||||
},
|
},
|
||||||
"site": {
|
"site": {
|
||||||
"terms": "Terms of Use",
|
"terms": "Teirmichean a\u2019 chleachdaidh",
|
||||||
"privacy": "Privacy Policy"
|
"privacy": "Poileasaidh pr\u00ecobhaideachd"
|
||||||
},
|
},
|
||||||
"navmenu": {
|
"navmenu": {
|
||||||
"search": "Lorg",
|
"search": "Lorg",
|
||||||
"admin": "Admin Dashboard",
|
"admin": "Deas-bh\u00f2rd na rianachd",
|
||||||
"homeFeed": "Inbhir na dachaigh",
|
"homeFeed": "Inbhir na dachaigh",
|
||||||
"localFeed": "Inbhir ionadail",
|
"localFeed": "Inbhir ionadail",
|
||||||
"globalFeed": "Global Feed",
|
"globalFeed": "Inbhir co-naisgte",
|
||||||
"discover": "Discover",
|
"discover": "Fidir",
|
||||||
"directMessages": "Direct Messages",
|
"directMessages": "Teachdaireachdan d\u00ecreach",
|
||||||
"notifications": "Brathan",
|
"notifications": "Brathan",
|
||||||
"groups": "Buidhnean",
|
"groups": "Buidhnean",
|
||||||
"stories": "Sgeulan",
|
"stories": "Sgeulan",
|
||||||
"profile": "Pr\u00f2ifil",
|
"profile": "Pr\u00f2ifil",
|
||||||
"drive": "Draibh",
|
"drive": "Draibh",
|
||||||
"settings": "Roghainnean",
|
"settings": "Roghainnean",
|
||||||
"compose": "Cruthaich fear \u00f9r",
|
"compose": "Cruthaich",
|
||||||
"logout": "Logout",
|
"logout": "Cl\u00e0raich a-mach",
|
||||||
"about": "Mu dh\u00e8idhinn",
|
"about": "Mu dh\u00e8idhinn",
|
||||||
"help": "Cobhair",
|
"help": "Cobhair",
|
||||||
"language": "C\u00e0nan",
|
"language": "C\u00e0nan",
|
||||||
"privacy": "Pr\u00ecobhaideachd",
|
"privacy": "Pr\u00ecobhaideachd",
|
||||||
"terms": "Teirmichean",
|
"terms": "Teirmichean",
|
||||||
"backToPreviousDesign": "Go back to previous design"
|
"backToPreviousDesign": "Till dhan cho-dhealbhachd roimhpe"
|
||||||
},
|
},
|
||||||
"directMessages": {
|
"directMessages": {
|
||||||
"inbox": "Am bogsa a-steach",
|
"inbox": "Am bogsa a-steach",
|
||||||
"sent": "Sent",
|
"sent": "Air a chur",
|
||||||
"requests": "Iarrtasan"
|
"requests": "Iarrtasan"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"liked": "liked your",
|
"liked": "\u2013 chuir iad seo uat ris na h-annsachdan aca:",
|
||||||
"commented": "commented on your",
|
"commented": "\u2013 thug iad beachd air seo uat:",
|
||||||
"reacted": "reacted to your",
|
"reacted": "\u2013 fhreagair iad ri seo uat:",
|
||||||
"shared": "shared your",
|
"shared": "\u2013 cho-roinn iad seo uat:",
|
||||||
"tagged": "tagged you in a",
|
"tagged": "\u2013 thug iad iomradh ort ann a sheo:",
|
||||||
"updatedA": "updated a",
|
"updatedA": "\u2013 dh\u2019\u00f9raich iad",
|
||||||
"sentA": "sent a",
|
"sentA": "\u2013 chuir iad",
|
||||||
"followed": "followed",
|
"followed": "\u2013 lean iad:",
|
||||||
"mentioned": "mentioned",
|
"mentioned": "\u2013 thug iad iomradh air:",
|
||||||
"you": "you",
|
"you": "thusa",
|
||||||
"yourApplication": "Your application to join",
|
"yourApplication": "Tha an t-iarrtas agad air ballrachd air a",
|
||||||
"applicationApproved": "was approved!",
|
"applicationApproved": "ghabhail ris!",
|
||||||
"applicationRejected": "was rejected. You can re-apply to join in 6 months.",
|
"applicationRejected": "dhi\u00f9ltadh. \u2019S urrainn dhut iarrtas air ballrachd a chur a-steach a-rithist \u00e0s d\u00e8idh 6 m\u00ecosan.",
|
||||||
"dm": "dm",
|
"dm": "teachdaireachd dh\u00ecreach",
|
||||||
"groupPost": "group post",
|
"groupPost": "post buidhinn",
|
||||||
"modlog": "modlog",
|
"modlog": "loga nam maor",
|
||||||
"post": "post",
|
"post": "post",
|
||||||
"story": "sgeul"
|
"story": "sgeul",
|
||||||
|
"noneFound": "Cha deach brath a lorg"
|
||||||
},
|
},
|
||||||
"post": {
|
"post": {
|
||||||
"shareToFollowers": "Share to followers",
|
"shareToFollowers": "Co-roinn leis an luchd-leantainn",
|
||||||
"shareToOther": "Share to other",
|
"shareToOther": "Co-roinn le c\u00e0ch",
|
||||||
"noLikes": "No likes yet",
|
"noLikes": "Chan eil seo \u2019na annsachd fhathast",
|
||||||
"uploading": "Uploading"
|
"uploading": "\u2019Ga luchdadh suas"
|
||||||
},
|
},
|
||||||
"profile": {
|
"profile": {
|
||||||
"posts": "Posts",
|
"posts": "Postaichean",
|
||||||
"followers": "Followers",
|
"followers": "Luchd-leantainn",
|
||||||
"following": "Following",
|
"following": "A\u2019 leantainn",
|
||||||
"admin": "Admin",
|
"admin": "Rianaire",
|
||||||
"collections": "Cruinneachaidhean",
|
"collections": "Cruinneachaidhean",
|
||||||
"follow": "Lean air",
|
"follow": "Lean",
|
||||||
"unfollow": "Unfollow",
|
"unfollow": "Na lean tuilleadh",
|
||||||
"editProfile": "Deasaich a\u2019 phr\u00f2ifil",
|
"editProfile": "Deasaich a\u2019 phr\u00f2ifil",
|
||||||
"followRequested": "Follow Requested",
|
"followRequested": "Iarrar leantainn",
|
||||||
"joined": "Joined",
|
"joined": "Air ballrachd fhaighinn",
|
||||||
"emptyCollections": "We can't seem to find any collections",
|
"emptyCollections": "Cha do lorg sinn cruinneachadh sam bith",
|
||||||
"emptyPosts": "We can't seem to find any posts"
|
"emptyPosts": "Cha do lorg sinn post sam bith"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"viewPost": "Seall am post",
|
"viewPost": "Seall am post",
|
||||||
"viewProfile": "Seall a\u2019 phr\u00f2ifil",
|
"viewProfile": "Seall a\u2019 phr\u00f2ifil",
|
||||||
"moderationTools": "Innealan na maorsainneachd",
|
"moderationTools": "Innealan na maorsainneachd",
|
||||||
"report": "Report",
|
"report": "D\u00e8an gearan",
|
||||||
"archive": "Archive",
|
"archive": "Tasglannaich",
|
||||||
"unarchive": "Unarchive",
|
"unarchive": "Thoir \u00e0s an tasg-lann",
|
||||||
"embed": "Leabaich",
|
"embed": "Leabaich",
|
||||||
"selectOneOption": "Tagh t\u00e8 dhe na roghainnean seo",
|
"selectOneOption": "Tagh t\u00e8 dhe na roghainnean seo",
|
||||||
"unlistFromTimelines": "Unlist from Timelines",
|
"unlistFromTimelines": "Falaich o loidhnichean-ama",
|
||||||
"addCW": "Cuir rabhadh susbainte ris",
|
"addCW": "Cuir rabhadh susbainte ris",
|
||||||
"removeCW": "Thoir air falbh an rabhadh susbainte",
|
"removeCW": "Thoir air falbh an rabhadh susbainte",
|
||||||
"markAsSpammer": "Cuir comharra gur e spamair a th\u2019 ann",
|
"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",
|
"spam": "Spama",
|
||||||
"sensitive": "Susbaint fhrionasach",
|
"sensitive": "Susbaint fhrionasach",
|
||||||
"abusive": "Abusive or Harmful",
|
"abusive": "Droch-dh\u00ecolach no cronail",
|
||||||
"underageAccount": "Underage Account",
|
"underageAccount": "Cunntas fo-aoisich",
|
||||||
"copyrightInfringement": "Copyright Infringement",
|
"copyrightInfringement": "Briseadh a-steach air c\u00f2ir-lethbhreac",
|
||||||
"impersonation": "Impersonation",
|
"impersonation": "Ann an riochd cuideigin eile",
|
||||||
"scamOrFraud": "Scam or Fraud",
|
"scamOrFraud": "Cleas-meallaidh no foill",
|
||||||
"confirmReport": "Dearbh an gearan",
|
"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!",
|
"reportSent": "Chaidh an gearan a chur!",
|
||||||
"reportSentText": "Fhuair sinn do ghearan.",
|
"reportSentText": "Fhuair sinn do ghearan.",
|
||||||
"reportSentError": "There was an issue reporting this post.",
|
"reportSentError": "Thachair duilgheadas le gearan a dh\u00e8anamh mun phost seo.",
|
||||||
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
|
"modAddCWConfirm": "A bheil thu cinnteach gu bheil thu airson rabhadh susbainte a chur ris a\u2019 phost seo?",
|
||||||
"modCWSuccess": "Successfully added content warning",
|
"modCWSuccess": "Chaidh rabhadh susbainte a chur ris",
|
||||||
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
|
"modRemoveCWConfirm": "A bheil thu cinnteach gu bheil thu airson an rabhadh susbainte a thoirt air falbh on phost seo?",
|
||||||
"modRemoveCWSuccess": "Successfully removed content warning",
|
"modRemoveCWSuccess": "Chaidh an rabhadh susbainte a thoirt air falbh",
|
||||||
"modUnlistConfirm": "Are you sure you want to unlist this post?",
|
"modUnlistConfirm": "A bheil thu cinnteach gu bheil thu airson am post seo fhalach o liostaichean?",
|
||||||
"modUnlistSuccess": "Successfully unlisted post",
|
"modUnlistSuccess": "Chaidh am post fhalach o liostaichean",
|
||||||
"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.",
|
"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": "Successfully marked account as spammer",
|
"modMarkAsSpammerSuccess": "Chaidh comharra an spamair a chur ris a\u2019 chunntas",
|
||||||
"toFollowers": "to Followers",
|
"toFollowers": "dhan luchd-leantainn",
|
||||||
"showCaption": "Seall am fo-thiotal",
|
"showCaption": "Seall am fo-thiotal",
|
||||||
"showLikes": "Show Likes",
|
"showLikes": "Seal na h-annsachdan",
|
||||||
"compactMode": "Compact Mode",
|
"compactMode": "Am modh d\u00f9mhlaichte",
|
||||||
"embedConfirmText": "By using this embed, you agree to our",
|
"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?",
|
"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?",
|
"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": {
|
"story": {
|
||||||
"add": "Cuir sgeul ris"
|
"add": "Cuir sgeul ris"
|
||||||
},
|
},
|
||||||
"timeline": {
|
"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": {
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -10,6 +10,7 @@
|
||||||
"shared": "Compartiu",
|
"shared": "Compartiu",
|
||||||
"shares": "Compartido",
|
"shares": "Compartido",
|
||||||
"unshare": "Non compartir",
|
"unshare": "Non compartir",
|
||||||
|
"bookmark": "Marcar",
|
||||||
"cancel": "Cancelar",
|
"cancel": "Cancelar",
|
||||||
"copyLink": "Copiar ligaz\u00f3n",
|
"copyLink": "Copiar ligaz\u00f3n",
|
||||||
"delete": "Eliminar",
|
"delete": "Eliminar",
|
||||||
|
@ -19,6 +20,10 @@
|
||||||
"other": "Outro",
|
"other": "Outro",
|
||||||
"readMore": "Ler m\u00e1is",
|
"readMore": "Ler m\u00e1is",
|
||||||
"success": "\u00c9xito",
|
"success": "\u00c9xito",
|
||||||
|
"proceed": "Proceder",
|
||||||
|
"next": "Seguinte",
|
||||||
|
"close": "Pechar",
|
||||||
|
"clickHere": "preme aqu\u00ed",
|
||||||
"sensitive": "Sensible",
|
"sensitive": "Sensible",
|
||||||
"sensitiveContent": "Contido sensible",
|
"sensitiveContent": "Contido sensible",
|
||||||
"sensitiveContentWarning": "Esta publicaci\u00f3n pode conter contido sensible"
|
"sensitiveContentWarning": "Esta publicaci\u00f3n pode conter contido sensible"
|
||||||
|
@ -42,7 +47,7 @@
|
||||||
"drive": "Drive",
|
"drive": "Drive",
|
||||||
"settings": "Axustes",
|
"settings": "Axustes",
|
||||||
"compose": "Crear Nova",
|
"compose": "Crear Nova",
|
||||||
"logout": "Logout",
|
"logout": "Sa\u00edr",
|
||||||
"about": "Acerca de",
|
"about": "Acerca de",
|
||||||
"help": "Axuda",
|
"help": "Axuda",
|
||||||
"language": "Idioma",
|
"language": "Idioma",
|
||||||
|
@ -63,17 +68,18 @@
|
||||||
"tagged": "etiquetoute nunca",
|
"tagged": "etiquetoute nunca",
|
||||||
"updatedA": "actualizou unha",
|
"updatedA": "actualizou unha",
|
||||||
"sentA": "enviou unha",
|
"sentA": "enviou unha",
|
||||||
"followed": "seguiu",
|
"followed": "seguiute",
|
||||||
"mentioned": "mencionou",
|
"mentioned": "mencionoute",
|
||||||
"you": "you",
|
"you": "ti",
|
||||||
"yourApplication": "A t\u00faa solicitude para unirte",
|
"yourApplication": "A t\u00faa solicitude para unirte",
|
||||||
"applicationApproved": "foi aprobada!",
|
"applicationApproved": "foi aprobada!",
|
||||||
"applicationRejected": "for rexeitada. Podes volver a solicitar unirte en 6 meses.",
|
"applicationRejected": "for rexeitada. Podes volver a solicitar unirte en 6 meses.",
|
||||||
"dm": "md",
|
"dm": "md",
|
||||||
"groupPost": "group post",
|
"groupPost": "publicaci\u00f3n grupal",
|
||||||
"modlog": "modlog",
|
"modlog": "modlog",
|
||||||
"post": "publicaci\u00f3n",
|
"post": "publicaci\u00f3n",
|
||||||
"story": "historia"
|
"story": "historia",
|
||||||
|
"noneFound": "Non hai notificaci\u00f3ns"
|
||||||
},
|
},
|
||||||
"post": {
|
"post": {
|
||||||
"shareToFollowers": "Compartir a seguidores",
|
"shareToFollowers": "Compartir a seguidores",
|
||||||
|
@ -92,8 +98,8 @@
|
||||||
"editProfile": "Editar perfil",
|
"editProfile": "Editar perfil",
|
||||||
"followRequested": "Seguimento pedido",
|
"followRequested": "Seguimento pedido",
|
||||||
"joined": "Uniuse",
|
"joined": "Uniuse",
|
||||||
"emptyCollections": "We can't seem to find any collections",
|
"emptyCollections": "Non podemos atopar ningunha colecci\u00f3n",
|
||||||
"emptyPosts": "We can't seem to find any posts"
|
"emptyPosts": "Non podemos atopar ningunha publicaci\u00f3n"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"viewPost": "Ver publicaci\u00f3n",
|
"viewPost": "Ver publicaci\u00f3n",
|
||||||
|
@ -142,9 +148,23 @@
|
||||||
"add": "Engadir historia"
|
"add": "Engadir historia"
|
||||||
},
|
},
|
||||||
"timeline": {
|
"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": {
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -10,6 +10,7 @@
|
||||||
"shared": "\u05e9\u05d9\u05ea\u05e4\u05d5",
|
"shared": "\u05e9\u05d9\u05ea\u05e4\u05d5",
|
||||||
"shares": "\u05e9\u05d9\u05ea\u05d5\u05e4\u05d9\u05dd",
|
"shares": "\u05e9\u05d9\u05ea\u05d5\u05e4\u05d9\u05dd",
|
||||||
"unshare": "\u05d1\u05d9\u05d8\u05d5\u05dc-\u05e9\u05d9\u05ea\u05d5\u05e3",
|
"unshare": "\u05d1\u05d9\u05d8\u05d5\u05dc-\u05e9\u05d9\u05ea\u05d5\u05e3",
|
||||||
|
"bookmark": "\u05e9\u05de\u05d9\u05e8\u05d4",
|
||||||
"cancel": "\u05d1\u05d9\u05d8\u05d5\u05dc",
|
"cancel": "\u05d1\u05d9\u05d8\u05d5\u05dc",
|
||||||
"copyLink": "\u05d4\u05e2\u05ea\u05e7 \u05e7\u05d9\u05e9\u05d5\u05e8",
|
"copyLink": "\u05d4\u05e2\u05ea\u05e7 \u05e7\u05d9\u05e9\u05d5\u05e8",
|
||||||
"delete": "\u05de\u05d7\u05e7",
|
"delete": "\u05de\u05d7\u05e7",
|
||||||
|
@ -19,6 +20,10 @@
|
||||||
"other": "\u05d0\u05d7\u05e8",
|
"other": "\u05d0\u05d7\u05e8",
|
||||||
"readMore": "\u05e7\u05e8\u05d0 \u05e2\u05d5\u05d3",
|
"readMore": "\u05e7\u05e8\u05d0 \u05e2\u05d5\u05d3",
|
||||||
"success": "\u05d4\u05e6\u05dc\u05d7\u05d4",
|
"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",
|
"sensitive": "\u05e8\u05d2\u05d9\u05e9",
|
||||||
"sensitiveContent": "\u05ea\u05d5\u05db\u05df \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"
|
"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",
|
"tagged": "\u05ea\u05d9\u05d9\u05d2\u05d5 \u05d0\u05d5\u05ea\u05da \u05d1\u05ea\u05d5\u05da",
|
||||||
"updatedA": "\u05e2\u05d3\u05db\u05e0\u05d5",
|
"updatedA": "\u05e2\u05d3\u05db\u05e0\u05d5",
|
||||||
"sentA": "\u05e9\u05dc\u05d7\u05d5",
|
"sentA": "\u05e9\u05dc\u05d7\u05d5",
|
||||||
"followed": "\u05e2\u05d5\u05e7\u05d1\u05d9\u05dd",
|
"followed": "\u05e2\u05e7\u05d1\u05d5",
|
||||||
"mentioned": "\u05e6\u05d9\u05d9\u05e0\u05d5",
|
"mentioned": "\u05e6\u05d9\u05d9\u05e0\u05d5",
|
||||||
"you": "\u05d0\u05ea\u05db\u05dd",
|
"you": "\u05d0\u05ea\u05db\u05dd",
|
||||||
"yourApplication": "\u05d1\u05e7\u05e9\u05ea\u05db\u05dd \u05dc\u05d4\u05e6\u05d8\u05e8\u05e4\u05d5\u05ea",
|
"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",
|
"groupPost": "\u05e4\u05d5\u05e1\u05d8 \u05e7\u05d1\u05d5\u05e6\u05ea\u05d9",
|
||||||
"modlog": "\u05dc\u05d5\u05d2 \u05de\u05e0\u05d4\u05dc\u05d9\u05dd",
|
"modlog": "\u05dc\u05d5\u05d2 \u05de\u05e0\u05d4\u05dc\u05d9\u05dd",
|
||||||
"post": "\u05e4\u05d5\u05e1\u05d8",
|
"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": {
|
"post": {
|
||||||
"shareToFollowers": "\u05e9\u05ea\u05e3 \u05dc\u05e2\u05d5\u05e7\u05d1\u05d9\u05dd",
|
"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"
|
"add": "\u05d4\u05d5\u05e1\u05e3 \u05e1\u05d8\u05d5\u05e8\u05d9"
|
||||||
},
|
},
|
||||||
"timeline": {
|
"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": {
|
"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"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,130 +1,136 @@
|
||||||
{
|
{
|
||||||
"common": {
|
"common": {
|
||||||
"comment": "Comment",
|
"comment": "\u091f\u093f\u092a\u094d\u092a\u0923\u0940 \u0915\u0930\u0947\u0902",
|
||||||
"commented": "Commented",
|
"commented": "\u091f\u093f\u092a\u094d\u092a\u0923\u0940",
|
||||||
"comments": "Comments",
|
"comments": "\u091f\u093f\u092a\u094d\u092a\u0923\u093f\u092f\u093e\u0901",
|
||||||
"like": "Like",
|
"like": "\u0930\u0941\u091a\u093f",
|
||||||
"liked": "Liked",
|
"liked": "\u0930\u0941\u091a\u093f",
|
||||||
"likes": "Likes",
|
"likes": "\u0930\u0941\u091a\u093f",
|
||||||
"share": "Share",
|
"share": "\u0938\u093e\u091d\u093e \u0915\u0930\u0947\u0902",
|
||||||
"shared": "Shared",
|
"shared": "\u0938\u093e\u091d\u093e",
|
||||||
"shares": "Shares",
|
"shares": "\u0938\u093e\u091d\u093e",
|
||||||
"unshare": "Unshare",
|
"unshare": "\u0938\u093e\u091d\u093e \u0928 \u0915\u0930\u0947\u0902",
|
||||||
"cancel": "Cancel",
|
"bookmark": "\u092c\u0941\u0915\u092e\u093e\u0930\u094d\u0915",
|
||||||
"copyLink": "Copy Link",
|
"cancel": "\u0930\u0926\u094d\u0926",
|
||||||
"delete": "Delete",
|
"copyLink": "\u0932\u093f\u0902\u0915 \u092a\u094d\u0930\u0924\u093f\u0932\u093f\u092a\u093f",
|
||||||
"error": "Error",
|
"delete": "\u0935\u093f\u0932\u094b\u092a\u0928",
|
||||||
"errorMsg": "Something went wrong. Please try again later.",
|
"error": "\u0924\u094d\u0930\u0941\u091f\u093f",
|
||||||
"oops": "Oops!",
|
"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",
|
||||||
"other": "Other",
|
"oops": "\u0913\u0939!",
|
||||||
"readMore": "Read more",
|
"other": "\u0905\u0928\u094d\u092f",
|
||||||
"success": "Success",
|
"readMore": "\u0906\u0917\u0947 \u092a\u095d\u0947\u0902",
|
||||||
"sensitive": "Sensitive",
|
"success": "\u0938\u092b\u0932 \u0939\u0941\u0906",
|
||||||
"sensitiveContent": "Sensitive Content",
|
"proceed": "\u0906\u0917\u0947 \u092c\u095d\u0947\u0902",
|
||||||
"sensitiveContentWarning": "This post may contain sensitive content"
|
"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": {
|
"site": {
|
||||||
"terms": "Terms of Use",
|
"terms": "\u0909\u092a\u092f\u094b\u0917 \u0915\u0947 \u0905\u0928\u0941\u092c\u0902\u0927",
|
||||||
"privacy": "Privacy Policy"
|
"privacy": "\u0917\u094b\u092a\u0928\u0940\u092f\u0924\u093e \u0928\u0940\u0924\u093f"
|
||||||
},
|
},
|
||||||
"navmenu": {
|
"navmenu": {
|
||||||
"search": "Search",
|
"search": "\u0916\u094b\u091c\u0947\u0902",
|
||||||
"admin": "Admin Dashboard",
|
"admin": "\u090f\u0921\u092e\u093f\u0928 \u0921\u0948\u0936\u092c\u094b\u0930\u094d\u0921",
|
||||||
"homeFeed": "Home Feed",
|
"homeFeed": "\u0939\u094b\u092e \u092b\u0940\u0921",
|
||||||
"localFeed": "Local Feed",
|
"localFeed": "\u0932\u094b\u0915\u0932 \u095e\u0940\u0921",
|
||||||
"globalFeed": "Global Feed",
|
"globalFeed": "\u0917\u094d\u0932\u094b\u092c\u0932 \u095e\u0940\u0921",
|
||||||
"discover": "Discover",
|
"discover": "\u0905\u0928\u094d\u0935\u0947\u0937\u0923",
|
||||||
"directMessages": "Direct Messages",
|
"directMessages": "\u0938\u0902\u0926\u0947\u0936",
|
||||||
"notifications": "Notifications",
|
"notifications": "\u0938\u0942\u091a\u0928\u093e\u090f\u0901",
|
||||||
"groups": "Groups",
|
"groups": "\u0938\u092e\u0942\u0939",
|
||||||
"stories": "Stories",
|
"stories": "\u0915\u0925\u093e\u090f\u0901",
|
||||||
"profile": "Profile",
|
"profile": "\u092a\u094d\u0930\u094b\u092b\u093e\u0907\u0932",
|
||||||
"drive": "Drive",
|
"drive": "\u0921\u094d\u0930\u093e\u0907\u0935",
|
||||||
"settings": "Settings",
|
"settings": "\u0938\u092e\u093e\u092f\u094b\u091c\u0928",
|
||||||
"compose": "Create New",
|
"compose": "\u0928\u092f\u093e \u092c\u0928\u093e\u090f\u0901",
|
||||||
"logout": "Logout",
|
"logout": "\u0932\u0949\u0917\u0906\u0909\u091f",
|
||||||
"about": "About",
|
"about": "\u092a\u0930\u093f\u091c\u094d\u091e\u093e\u0928",
|
||||||
"help": "Help",
|
"help": "\u0938\u0939\u093e\u092f\u0924\u093e",
|
||||||
"language": "Language",
|
"language": "\u092d\u093e\u0937\u093e",
|
||||||
"privacy": "Privacy",
|
"privacy": "\u0917\u094b\u092a\u0928\u0940\u092f\u0924\u093e",
|
||||||
"terms": "Terms",
|
"terms": "\u0905\u0928\u0941\u092c\u0902\u0927",
|
||||||
"backToPreviousDesign": "Go back to previous design"
|
"backToPreviousDesign": "\u092a\u093f\u091b\u0932\u0947 \u0938\u0902\u092a\u093e\u0926\u0915 \u092a\u0947 \u0935\u093e\u092a\u0938 \u091c\u093e\u090f\u0901"
|
||||||
},
|
},
|
||||||
"directMessages": {
|
"directMessages": {
|
||||||
"inbox": "Inbox",
|
"inbox": "\u0938\u0928\u094d\u0926\u0947\u0936",
|
||||||
"sent": "Sent",
|
"sent": "\u092d\u0947\u091c\u0947 \u0917\u090f",
|
||||||
"requests": "Requests"
|
"requests": "\u0928\u093f\u0935\u0947\u0926\u0928"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"liked": "liked your",
|
"liked": "\u0906\u092a\u0915\u0940 \u092a\u0938\u0902\u0926",
|
||||||
"commented": "commented on your",
|
"commented": "\u0906\u092a\u0915\u0940 (\u092a\u094b\u0938\u094d\u091f) \u092a\u0947 \u0915\u092e\u0947\u0902\u091f \u0915\u093f\u090f",
|
||||||
"reacted": "reacted to your",
|
"reacted": "\u0906\u092a\u0915\u0947 \u0932\u093f\u090f \u092a\u094d\u0930\u0924\u093f\u0915\u094d\u0930\u093f\u092f\u093e \u0926\u093f\u092f\u0947",
|
||||||
"shared": "shared your",
|
"shared": "\u0906\u092a\u0915\u093e \u0936\u0947\u092f\u0930 \u0915\u093f\u092f\u0947",
|
||||||
"tagged": "tagged you in a",
|
"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": "updated a",
|
"updatedA": "\u0905\u092a\u0921\u0947\u091f \u0915\u0930\u0947\u0902 ....",
|
||||||
"sentA": "sent a",
|
"sentA": "\u092d\u0947\u091c\u0947\u0902....",
|
||||||
"followed": "followed",
|
"followed": "\u0905\u0928\u0941\u0917\u092e\u0928 \u0915\u093f\u092f\u093e",
|
||||||
"mentioned": "mentioned",
|
"mentioned": "\u0909\u0932\u094d\u0932\u0947\u0916 \u0915\u093f\u092f\u093e",
|
||||||
"you": "you",
|
"you": "\u0906\u092a",
|
||||||
"yourApplication": "Your application to join",
|
"yourApplication": "\u091c\u0941\u095c\u0928\u0947 \u0939\u0947\u0924\u0941 \u0906\u092a\u0915\u093e \u0906\u0935\u0947\u0926\u0928",
|
||||||
"applicationApproved": "was approved!",
|
"applicationApproved": "\u0938\u094d\u0935\u0940\u0915\u0943\u0924 \u0915\u093f\u092f\u093e \u0917\u092f\u093e",
|
||||||
"applicationRejected": "was rejected. You can re-apply to join in 6 months.",
|
"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": "dm",
|
"dm": "\u0938\u0902\u0926\u0947\u0936",
|
||||||
"groupPost": "group post",
|
"groupPost": "\u0938\u093e\u092e\u0942\u0939\u093f\u0915 \u092a\u094d\u0930\u0915\u093e\u0936\u0928",
|
||||||
"modlog": "modlog",
|
"modlog": "\u092e\u0949\u0921\u0932\u0949\u0917",
|
||||||
"post": "post",
|
"post": "\u092a\u094d\u0930\u0915\u093e\u0936\u0928",
|
||||||
"story": "story"
|
"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": {
|
"post": {
|
||||||
"shareToFollowers": "Share to followers",
|
"shareToFollowers": "\u0905\u0928\u0941\u092f\u093e\u092f\u093f\u092f\u094b\u0902 \u0938\u0947 \u0938\u093e\u091d\u093e \u0915\u0930\u0947\u0902",
|
||||||
"shareToOther": "Share to other",
|
"shareToOther": "\u0905\u0928\u094d\u092f\u094b\u0902 \u0938\u0947 \u0938\u093e\u091d\u093e \u0915\u0930\u0947\u0902",
|
||||||
"noLikes": "No likes yet",
|
"noLikes": "\u0905\u092d\u0940 \u0924\u0915 \u0915\u094b\u0908 \u0930\u0941\u091a\u093f \u0928\u0939\u0940\u0902",
|
||||||
"uploading": "Uploading"
|
"uploading": "\u0905\u092a\u0932\u094b\u0921 \u0939\u094b \u0930\u0939\u093e \u0939\u0948"
|
||||||
},
|
},
|
||||||
"profile": {
|
"profile": {
|
||||||
"posts": "Posts",
|
"posts": "\u092a\u094d\u0930\u0915\u093e\u0936\u0928",
|
||||||
"followers": "Followers",
|
"followers": "\u092b\u094b\u0932\u094b\u0905\u0930\u094d\u0938",
|
||||||
"following": "Following",
|
"following": "\u092b\u0949\u0932\u094b\u0907\u0902\u0917",
|
||||||
"admin": "Admin",
|
"admin": "\u090f\u0921\u092e\u093f\u0928",
|
||||||
"collections": "Collections",
|
"collections": "\u0915\u0932\u0947\u0915\u094d\u0936\u0928\u0938",
|
||||||
"follow": "Follow",
|
"follow": "\u092b\u0949\u0932\u094b",
|
||||||
"unfollow": "Unfollow",
|
"unfollow": "\u0905\u0928\u092b\u0949\u0932\u094b",
|
||||||
"editProfile": "Edit Profile",
|
"editProfile": "\u092a\u094d\u0930\u094b\u092b\u093e\u0907\u0932 \u0938\u092e\u094d\u092a\u093e\u0926\u093f\u0924 \u0915\u0930\u0947\u0902",
|
||||||
"followRequested": "Follow Requested",
|
"followRequested": "\u0930\u093f\u0915\u094d\u0935\u0947\u0938\u094d\u091f\u090f\u0921 \u0915\u094b \u092b\u0949\u0932\u094b \u0915\u0930\u0947\u0902",
|
||||||
"joined": "Joined",
|
"joined": "\u091c\u094d\u0935\u093e\u0907\u0928\u0921",
|
||||||
"emptyCollections": "We can't seem to find any collections",
|
"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": "We can't seem to find any posts"
|
"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": {
|
"menu": {
|
||||||
"viewPost": "View Post",
|
"viewPost": "\u092a\u094b\u0938\u094d\u091f \u0926\u0947\u0916\u0947\u0902",
|
||||||
"viewProfile": "View Profile",
|
"viewProfile": "\u092a\u094d\u0930\u094b\u092b\u093e\u0907\u0932 \u0926\u0947\u0916\u0947\u0902",
|
||||||
"moderationTools": "Moderation Tools",
|
"moderationTools": "\u092e\u0949\u0921\u0930\u0947\u0936\u0928 \u091f\u0942\u0932\u094d\u0938",
|
||||||
"report": "Report",
|
"report": "\u0930\u093f\u092a\u094b\u0930\u094d\u091f",
|
||||||
"archive": "Archive",
|
"archive": "Archive",
|
||||||
"unarchive": "Unarchive",
|
"unarchive": "Unarchive",
|
||||||
"embed": "Embed",
|
"embed": "\u090f\u092e\u094d\u092c\u0947\u0921",
|
||||||
"selectOneOption": "Select one of the following options",
|
"selectOneOption": "\u0915\u093f\u0938\u0940 \u090f\u0915 \u0935\u093f\u0915\u0932\u094d\u092a \u0915\u094b \u091a\u0941\u0928\u0947",
|
||||||
"unlistFromTimelines": "Unlist from Timelines",
|
"unlistFromTimelines": "\u091f\u093e\u0907\u092e\u0932\u093e\u0907\u0928\u094d\u0938 \u0938\u0947 \u0939\u091f\u093e\u090f\u0902",
|
||||||
"addCW": "Add Content Warning",
|
"addCW": "\u0915\u0902\u091f\u0947\u0902\u091f \u091a\u0947\u0924\u093e\u0935\u0928\u0940 \u091c\u094b\u095c\u0947\u0902",
|
||||||
"removeCW": "Remove Content Warning",
|
"removeCW": "\u091a\u0947\u0924\u093e\u0935\u0928\u0940 \u0915\u0902\u091f\u0947\u0902\u091f \u0939\u091f\u093e\u090f\u0902",
|
||||||
"markAsSpammer": "Mark as Spammer",
|
"markAsSpammer": "\u0938\u094d\u092a\u0948\u092e\u0930 \u092e\u093e\u0930\u094d\u0915 \u0915\u0930\u0947\u0902",
|
||||||
"markAsSpammerText": "Unlist + CW existing and future posts",
|
"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": "Spam",
|
"spam": "\u0938\u094d\u092a\u0948\u092e",
|
||||||
"sensitive": "Sensitive Content",
|
"sensitive": "\u0938\u0947\u0902\u0938\u093f\u091f\u093f\u0935 \u0915\u0902\u091f\u0947\u0902\u091f",
|
||||||
"abusive": "Abusive or Harmful",
|
"abusive": "\u0905\u092a\u092e\u093e\u0928\u091c\u0928\u0915 \u092f\u093e \u0939\u093e\u0928\u093f\u0915\u093e\u0930\u0915",
|
||||||
"underageAccount": "Underage Account",
|
"underageAccount": "\u0928\u093e\u092c\u093e\u0932\u093f\u0917 \u0905\u0915\u093e\u0909\u0902\u091f",
|
||||||
"copyrightInfringement": "Copyright Infringement",
|
"copyrightInfringement": "\u0915\u0949\u092a\u0940\u0930\u093e\u0908\u091f \u0915\u093e \u0909\u0932\u094d\u0932\u0902\u0918\u0928",
|
||||||
"impersonation": "Impersonation",
|
"impersonation": "\u092a\u094d\u0930\u0924\u093f\u0930\u0942\u092a\u0923",
|
||||||
"scamOrFraud": "Scam or Fraud",
|
"scamOrFraud": "Scam or Fraud",
|
||||||
"confirmReport": "Confirm Report",
|
"confirmReport": "Confirm Report",
|
||||||
"confirmReportText": "Are you sure you want to report this post?",
|
"confirmReportText": "Are you sure you want to report this post?",
|
||||||
"reportSent": "Report Sent!",
|
"reportSent": "Report Sent!",
|
||||||
"reportSentText": "We have successfully received your report.",
|
"reportSentText": "We have successfully received your report.",
|
||||||
"reportSentError": "There was an issue reporting this post.",
|
"reportSentError": "There was an issue reporting this post.",
|
||||||
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
|
"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": "Successfully added content warning",
|
"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": "Are you sure you want to remove the content warning on this post?",
|
"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": "Successfully removed content warning",
|
"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?",
|
"modUnlistConfirm": "Are you sure you want to unlist this post?",
|
||||||
"modUnlistSuccess": "Successfully unlisted 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.",
|
"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"
|
"add": "Add Story"
|
||||||
},
|
},
|
||||||
"timeline": {
|
"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": {
|
"hashtags": {
|
||||||
"emptyFeed": "We can't seem to find any posts for this hashtag"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue