1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Merge pull request #3077 from pixelfed/staging

Staging
This commit is contained in:
daniel 2021-12-23 17:41:26 -07:00 committed by GitHub
commit db2a241ce6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
73 changed files with 5370 additions and 4349 deletions

View file

@ -9,6 +9,7 @@ use League\CommonMark\CommonMarkConverter;
use App\Services\AccountService;
use App\Services\StatusService;
use App\Services\SnowflakeService;
use App\Util\Localization\Localization;
class SpaController extends Controller
{
@ -68,6 +69,25 @@ class SpaController extends Controller
return redirect('404');
}
public function updateLanguage(Request $request)
{
$this->validate($request, [
'v' => 'required|in:0.1,0.2',
'l' => 'required|alpha_dash|max:5'
]);
$lang = $request->input('l');
$user = $request->user();
abort_if(!in_array($lang, Localization::languages()), 400);
$user->language = $lang;
$user->save();
session()->put('locale', $lang);
return ['language' => $lang];
}
public function getPrivacy()
{
$body = $this->markdownToHtml('views/page/privacy.md');

View file

@ -1,144 +1,144 @@
{
"common": {
"comment": "Comment",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"liked": "Liked",
"likes": "Likes",
"share": "Share",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Cancel",
"copyLink": "Copy Link",
"delete": "Delete",
"error": "Error",
"errorMsg": "Something went wrong. Please try again later.",
"oops": "Oops!",
"other": "Other",
"readMore": "Read more",
"success": "Success",
"sensitive": "Sensitive",
"sensitiveContent": "Sensitive Content",
"sensitiveContentWarning": "This post may contain sensitive content"
"comment": "\u062a\u064e\u0639\u0644\u064a\u0642",
"commented": "\u0639\u0644\u0651\u064e\u0642\u062a\u064e \u0639\u0644\u064a\u0647",
"comments": "\u062a\u064e\u0639\u0644\u064a\u0642\u0627\u062a",
"like": "\u0625\u0639\u062c\u0627\u0628",
"liked": "\u0623\u064f\u0639\u062c\u0650\u0628\u062a\u064e \u0628\u0650\u0647",
"likes": "\u0625\u0639\u0652\u062c\u0627\u0628\u0627\u062a",
"share": "\u0645\u064f\u0634\u0627\u0631\u064e\u0643\u064e\u0629",
"shared": "\u062a\u0645\u0651\u064e \u0645\u064f\u0634\u0627\u0631\u064e\u0643\u064e\u062a\u064f\u0647",
"shares": "\u0645\u064f\u0634\u0627\u0631\u064e\u0643\u064e\u0627\u062a",
"unshare": "\u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0645\u064f\u0634\u0627\u0631\u064e\u0643\u064e\u0629",
"cancel": "\u0625\u0644\u063a\u0627\u0621",
"copyLink": "\u0646\u064e\u0633\u062e \u0627\u0644\u0631\u0627\u0628\u0650\u0637",
"delete": "\u062d\u064e\u0630\u0641",
"error": "\u062e\u0637\u0623",
"errorMsg": "\u062d\u064e\u062f\u064e\u062b\u064e \u062e\u0637\u0623\u064c \u0645\u0627. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0645\u064f\u062d\u0627\u0648\u0644\u0629\u064f \u0645\u0631\u0629\u064b \u0623\u064f\u062e\u0631\u0649 \u0644\u0627\u062d\u0650\u0642\u064b\u0627.",
"oops": "\u0627\u0644\u0645\u064e\u0639\u0630\u0650\u0631\u064e\u0629!",
"other": "\u0627\u064f\u062e\u0631\u0649",
"readMore": "\u0642\u0631\u0627\u0621\u0629\u064f \u0627\u0644\u0645\u0632\u064a\u062f",
"success": "\u0646\u064e\u062c\u0627\u062d",
"sensitive": "\u062d\u0633\u0651\u064e\u0627\u0633",
"sensitiveContent": "\u0645\u064f\u062d\u062a\u064e\u0648\u064b\u0649 \u062d\u0633\u0651\u064e\u0627\u0633",
"sensitiveContentWarning": "\u0642\u062f \u064a\u062d\u062a\u0648\u064a \u0647\u0630\u0627 \u0627\u0644\u0645\u064e\u0646\u0634\u0648\u0631 \u0639\u0644\u0649 \u0645\u064f\u062d\u062a\u0648\u064b\u0649 \u062d\u0633\u0651\u064e\u0627\u0633"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
"terms": "\u0634\u064f\u0631\u0648\u0637\u064f \u0627\u0644\u0627\u0650\u0633\u062a\u0650\u062e\u062f\u0627\u0645",
"privacy": "\u0633\u0650\u064a\u0627\u0633\u064e\u0629\u064f \u0627\u0644\u062e\u064f\u0635\u0648\u0635\u064a\u0651\u064e\u0629"
},
"navmenu": {
"search": "Search",
"admin": "Admin Dashboard",
"homeFeed": "Home Feed",
"localFeed": "Local Feed",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Notifications",
"groups": "Groups",
"stories": "Stories",
"profile": "Profile",
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"about": "About",
"help": "Help",
"language": "Language",
"privacy": "Privacy",
"terms": "Terms",
"backToPreviousDesign": "Go back to previous design"
"search": "\u0627\u0644\u0628\u064e\u062d\u062b",
"admin": "\u0644\u0648\u062d\u064e\u0629\u064f \u062a\u064e\u062d\u0643\u0651\u064f\u0645\u0650 \u0627\u0644\u0645\u064f\u0634\u0631\u0650\u0641",
"homeFeed": "\u0627\u0644\u062a\u0651\u064e\u063a\u0630\u064a\u064e\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064e\u0629",
"localFeed": "\u0627\u0644\u062a\u0651\u064e\u063a\u0630\u064a\u064e\u0629 \u0627\u0644\u0645\u062d\u0644\u064a\u0651\u064e\u0629",
"globalFeed": "\u0627\u0644\u062a\u0651\u064e\u063a\u0630\u064a\u064e\u0629 \u0627\u0644\u0634\u0651\u0627\u0645\u0650\u0644\u0629",
"discover": "\u0627\u0644\u0627\u0650\u0633\u062a\u0650\u0643\u0634\u0627\u0641",
"directMessages": "\u0627\u0644\u0631\u0633\u0627\u0626\u0650\u0644\u064f \u0627\u0644\u0645\u064f\u0628\u0627\u0634\u0650\u0631\u064e\u0629",
"notifications": "\u0627\u0644\u0625\u0634\u0639\u0627\u0631\u0627\u062a",
"groups": "\u0627\u0644\u0645\u064e\u062c\u0645\u064f\u0648\u0639\u0627\u062a",
"stories": "\u0627\u0644\u0642\u064e\u0635\u064e\u0635",
"profile": "\u0627\u0644\u0645\u0650\u0644\u0641 \u0627\u0644\u062a\u0651\u064e\u0639\u0631\u064a\u0641\u064a\u0651",
"drive": "\u0648\u0650\u062d\u062f\u064e\u0629\u064f \u0627\u0644\u062a\u0651\u064e\u062e\u0632\u064a\u0646",
"settings": "\u0627\u0644\u0625\u0639\u062f\u064e\u0627\u062f\u064e\u0627\u062a",
"compose": "\u0625\u0646\u0634\u0627\u0621\u064f \u062c\u064e\u062f\u064a\u062f",
"about": "\u062d\u064e\u0648\u0644",
"help": "\u0627\u0644\u0645\u064f\u0633\u0627\u0639\u064e\u062f\u064e\u0629",
"language": "\u0627\u0644\u0644\u0651\u064f\u063a\u064e\u0629",
"privacy": "\u0627\u0644\u062e\u064f\u0635\u064f\u0648\u0635\u0650\u064a\u0651\u064e\u0629",
"terms": "\u0627\u0644\u0634\u0651\u064f\u0631\u064f\u0648\u0637",
"backToPreviousDesign": "\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0627\u0644\u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u0633\u0627\u0628\u0642"
},
"directMessages": {
"inbox": "Inbox",
"sent": "Sent",
"requests": "Requests"
"inbox": "\u0635\u064e\u0646\u062f\u0648\u0642\u064f \u0627\u0644\u0648\u0627\u0631\u0650\u062f",
"sent": "\u0623\u064f\u0631\u0633\u0650\u0644\u064e\u062a",
"requests": "\u0627\u0644\u0637\u0651\u064e\u0644\u064e\u0628\u0627\u062a"
},
"notifications": {
"liked": "liked your",
"commented": "commented on your",
"reacted": "reacted to your",
"shared": "shared your",
"tagged": "tagged you in a",
"updatedA": "updated a",
"sentA": "sent a",
"followed": "followed",
"mentioned": "mentioned",
"you": "you",
"yourApplication": "Your application to join",
"applicationApproved": "was approved!",
"applicationRejected": "was rejected. You can re-apply to join in 6 months.",
"dm": "dm",
"groupPost": "group post",
"modlog": "modlog",
"post": "post",
"story": "story"
"liked": "\u0623\u064f\u0639\u062c\u0650\u0628\u064e \u0628\u0650\u0645\u0646\u0634\u0648\u0631\u064d \u0644\u064e\u0643",
"commented": "\u0639\u0644\u0651\u064e\u0642\u064e \u0639\u0644\u0649 \u0645\u064e\u0646\u0634\u0648\u0631\u064d \u0644\u064e\u0643",
"reacted": "\u062a\u064e\u0641\u0627\u0639\u064e\u0644\u064e \u0645\u064e\u0639\u064e\u0643",
"shared": "\u0634\u064e\u0627\u0631\u064e\u0643\u064e \u0645\u064e\u0646\u0634\u0648\u0631\u064d \u0644\u064e\u0643",
"tagged": "\u0623\u0634\u0627\u0631\u064e \u0625\u0644\u064a\u0643\u064e \u0641\u0650\u064a",
"updatedA": "\u062d\u064e\u062f\u0651\u064e\u062b\u064e",
"sentA": "\u0623\u0631\u0633\u064e\u0644\u064e",
"followed": "\u062a\u0627\u0628\u064e\u0639\u064e",
"mentioned": "\u0623\u0634\u0627\u0631\u064e \u0625\u0644\u0649",
"you": "\u0623\u0646\u062a",
"yourApplication": "\u0637\u0644\u0628\u064f\u0643\u064e \u0644\u0644\u0627\u0646\u0636\u0650\u0645\u0627\u0645",
"applicationApproved": "\u062a\u0645\u0651\u064e\u062a \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0639\u0644\u064a\u0647!",
"applicationRejected": "\u062a\u0645\u0651\u064e \u0631\u0641\u0636\u0647. \u064a\u064f\u0645\u0643\u0650\u0646\u064f\u0643\u064e \u0627\u0644\u062a\u0642\u062f\u064f\u0645\u064f \u0628\u0637\u0644\u0628\u064d \u062c\u062f\u064a\u062f\u064d \u0644\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0628\u0639\u062f 6 \u0634\u0647\u0648\u0631.",
"dm": "\u0627\u0644\u0631\u0633\u0627\u0626\u0650\u0644 \u0627\u0644\u0645\u064f\u0628\u0627\u0634\u0650\u0631\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",
"post": "\u0645\u064e\u0646\u0634\u0648\u0631",
"story": "\u0642\u064e\u0635\u0651\u064e\u0629"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToOther": "Share to other",
"noLikes": "No likes yet",
"uploading": "Uploading"
"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",
"shareToOther": "\u0627\u0644\u0645\u064f\u0634\u0627\u0631\u064e\u0643\u064e\u0629 \u0645\u064e\u0639\u064e \u0627\u0644\u0622\u062e\u0631\u064a\u0646",
"noLikes": "\u0644\u0627 \u0625\u0639\u062c\u0627\u0628\u0627\u062a \u062d\u062a\u0651\u064e\u0649 \u0627\u0644\u0622\u0646",
"uploading": "\u0627\u0644\u0631\u0651\u064e\u0641\u0639\u064f \u062c\u0627\u0631\u064d"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"admin": "Admin",
"collections": "Collections",
"follow": "Follow",
"unfollow": "Unfollow",
"editProfile": "Edit Profile",
"followRequested": "Follow Requested",
"joined": "Joined"
"posts": "\u0627\u0644\u0645\u064e\u0646\u0634\u064f\u0648\u0631\u0627\u062a",
"followers": "\u0627\u0644\u0645\u064f\u062a\u0627\u0628\u0650\u0639\u064f\u0648\u0646",
"following": "\u0627\u0644\u0645\u064f\u062a\u0627\u0628\u064e\u0639\u064f\u0648\u0646",
"admin": "\u0645\u064f\u0634\u0631\u0650\u0641",
"collections": "\u062a\u064e\u062c\u0645\u064a\u0639\u0627\u062a",
"follow": "\u0645\u064f\u062a\u0627\u0628\u064e\u0639\u064e\u0629",
"unfollow": "\u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0645\u064f\u062a\u0627\u0628\u064e\u0639\u064e\u0629",
"editProfile": "\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0645\u0650\u0644\u064e\u0641 \u0627\u0644\u062a\u0651\u064e\u0639\u0631\u064a\u0641\u064a",
"followRequested": "\u0637\u064f\u0644\u0650\u0628\u064e\u062a \u0627\u0644\u0645\u064f\u062a\u0627\u0628\u064e\u0639\u064e\u0629",
"joined": "\u0627\u0646\u0636\u064e\u0645"
},
"menu": {
"viewPost": "View Post",
"viewProfile": "View Profile",
"moderationTools": "Moderation Tools",
"report": "Report",
"archive": "Archive",
"unarchive": "Unarchive",
"embed": "Embed",
"selectOneOption": "Select one of the following options",
"unlistFromTimelines": "Unlist from Timelines",
"addCW": "Add Content Warning",
"removeCW": "Remove Content Warning",
"markAsSpammer": "Mark as Spammer",
"markAsSpammerText": "Unlist + CW existing and future posts",
"spam": "Spam",
"sensitive": "Sensitive Content",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
"impersonation": "Impersonation",
"scamOrFraud": "Scam or Fraud",
"confirmReport": "Confirm Report",
"confirmReportText": "Are you sure you want to report this post?",
"reportSent": "Report Sent!",
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"viewPost": "\u0639\u064e\u0631\u0636 \u0627\u0644\u0645\u064e\u0646\u0634\u0648\u0631",
"viewProfile": "\u0639\u064e\u0631\u0636 \u0627\u0644\u0645\u0650\u0644\u0641 \u0627\u0644\u062a\u0639\u0631\u064a\u0641\u064a",
"moderationTools": "\u0623\u062f\u0648\u0627\u062a \u0627\u0644\u0625\u0634\u0631\u0627\u0641",
"report": "\u0625\u0628\u0644\u0627\u063a",
"archive": "\u0623\u0631\u0634\u064e\u0641\u064e\u0629",
"unarchive": "\u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0623\u0631\u0634\u064e\u0641\u064e\u0629",
"embed": "\u062a\u0636\u0645\u064a\u0646",
"selectOneOption": "\u062d\u062f\u0651\u0650\u062f \u0623\u062d\u062f\u064e \u0627\u0644\u062e\u064a\u0627\u0631\u0627\u062a\u0650 \u0627\u0644\u062a\u0627\u0644\u0650\u064a\u064e\u0629",
"unlistFromTimelines": "\u0627\u0644\u0627\u0633\u062a\u062b\u0646\u0627\u0621 \u0645\u0646 \u0642\u0648\u0627\u0626\u0650\u0645 \u0627\u0644\u062e\u064f\u0637\u064f\u0648\u0637 \u0627\u0644\u0632\u0645\u0646\u064a\u0651\u064e\u0629",
"addCW": "\u0625\u0636\u0627\u0641\u0629 \u062a\u062d\u0630\u064a\u0631 \u0645\u064f\u062d\u062a\u0648\u0649",
"removeCW": "\u062d\u0630\u0641 \u062a\u062d\u0630\u064a\u0631 \u0627\u0644\u0645\u064f\u062d\u062a\u0648\u0649",
"markAsSpammer": "\u062a\u064e\u0639\u0644\u064a\u0645 \u0643\u064e\u063a\u064a\u0631 \u0645\u064e\u0631\u063a\u064f\u0648\u0628\u064d \u0628\u0650\u0647",
"markAsSpammerText": "\u0627\u0644\u0627\u0633\u062a\u062b\u0650\u0646\u0627\u0621 \u0645\u0650\u0646\u064e \u0627\u0644\u0642\u0648\u0627\u0626\u0650\u0645 + \u0625\u0636\u0627\u0641\u0629 \u062a\u062d\u0630\u064a\u0631 \u0645\u064f\u062d\u062a\u0648\u0649 \u0644\u0650\u0644\u0645\u064f\u0634\u0627\u0631\u064e\u0643\u064e\u0627\u062a \u0627\u0644\u062d\u0627\u0644\u064a\u0651\u064e\u0629 \u0648\u064e\u0627\u0644\u0645\u064f\u0633\u062a\u064e\u0642\u0628\u064e\u0644\u064a\u0651\u064e\u0629",
"spam": "\u063a\u064a\u0631 \u0645\u064e\u0631\u063a\u0648\u0628 \u0628\u0650\u0647",
"sensitive": "\u0645\u064f\u062d\u062a\u064e\u0648\u064b\u0649 \u062d\u0633\u0651\u064e\u0627\u0633",
"abusive": "\u0645\u064f\u0633\u064a\u0621\u064c \u0623\u0648 \u0636\u0627\u0631",
"underageAccount": "\u062d\u0650\u0633\u0627\u0628\u064c \u062f\u0648\u0646\u064e \u0627\u0644\u0633\u0651\u0650\u0646",
"copyrightInfringement": "\u0627\u0650\u0646\u062a\u0650\u0647\u0627\u0643\u064f \u062d\u064f\u0642\u064f\u0648\u0642",
"impersonation": "\u0627\u0650\u0646\u062a\u0650\u062d\u0627\u0644\u064f \u0634\u064e\u062e\u0635\u064a\u0651\u064e\u0629",
"scamOrFraud": "\u0646\u064e\u0635\u0628\u064c \u0623\u0648 \u0627\u0650\u062d\u062a\u0650\u064a\u0627\u0644",
"confirmReport": "\u062a\u0623\u0643\u064a\u062f\u064f \u0627\u0644\u0628\u064e\u0644\u0627\u063a",
"confirmReportText": "\u0647\u0644 \u0623\u0646\u062a\u064e \u0645\u064f\u062a\u0623\u0643\u0651\u0650\u062f\u064c \u0645\u0650\u0646 \u0631\u064e\u063a\u0628\u064e\u062a\u0650\u0643\u064e \u0641\u0650\u064a \u0627\u0644\u0625\u0628\u0644\u0627\u063a\u0650 \u0639\u064e\u0646 \u0647\u064e\u0630\u064e\u0627 \u0627\u0644\u0645\u064e\u0646\u0634\u0648\u0631\u061f",
"reportSent": "\u0623\u064f\u0631\u0633\u0650\u0644\u064e \u0627\u0644\u0628\u064e\u0644\u0627\u063a!",
"reportSentText": "\u0644\u0642\u062f \u062a\u0644\u0642\u064a\u0646\u0627 \u0628\u064e\u0644\u0627\u063a\u064f\u0643\u064e \u0628\u0650\u0646\u062c\u0627\u062d.",
"reportSentError": "\u0637\u064e\u0631\u064e\u0623 \u062e\u064e\u0644\u064e\u0644\u064c \u0623\u062b\u0646\u0627\u0621\u064f \u0627\u0644\u0625\u0628\u0644\u0627\u063a\u0650 \u0639\u064e\u0646 \u0647\u0630\u0627 \u0627\u0644\u0645\u064e\u0646\u0634\u0648\u0631.",
"modAddCWConfirm": "\u0647\u0644 \u0623\u0646\u062a\u064e \u0645\u064f\u062a\u0623\u0643\u0651\u0650\u062f\u064c \u0645\u0650\u0646 \u0631\u064e\u063a\u0628\u064e\u062a\u0650\u0643\u064e \u0641\u0650\u064a \u0625\u0636\u0627\u0641\u064e\u0629\u0650 \u062a\u064e\u062d\u0630\u064a\u0631\u064d \u0644\u0644\u0645\u064f\u062d\u062a\u064e\u0648\u0649 \u0639\u064e\u0644\u0649 \u0647\u064e\u0630\u064e\u0627 \u0627\u0644\u0645\u064e\u0646\u0634\u064f\u0648\u0631\u061f",
"modCWSuccess": "\u0623\u064f\u0636\u064a\u0641\u064e \u062a\u064e\u062d\u0630\u064a\u0631\u064f \u0627\u0644\u0645\u064f\u062d\u062a\u064e\u0648\u0649 \u0628\u0650\u0646\u064e\u062c\u0627\u062d",
"modRemoveCWConfirm": "\u0647\u064e\u0644 \u0623\u0646\u062a\u064e \u0645\u064f\u062a\u0623\u0643\u0651\u0650\u062f\u064c \u0645\u0650\u0646 \u0631\u064e\u063a\u0628\u064e\u062a\u0650\u0643\u064e \u0641\u0650\u064a \u0625\u0632\u0627\u0644\u064e\u0629\u0650 \u062a\u064e\u062d\u0630\u064a\u0631\u0650 \u0627\u0644\u0645\u064f\u062d\u062a\u064e\u0648\u0649 \u0645\u0650\u0646 \u0639\u064e\u0644\u0649 \u0647\u064e\u0630\u064e\u0627 \u0627\u0644\u0645\u064e\u0646\u0634\u064f\u0648\u0631\u061f",
"modRemoveCWSuccess": "\u0623\u064f\u0632\u064a\u0644\u064e \u062a\u064e\u062d\u0630\u064a\u0631\u064f \u0627\u0644\u0645\u064f\u062d\u062a\u064e\u0648\u0649 \u0628\u0650\u0646\u064e\u062c\u0627\u062d",
"modUnlistConfirm": "\u0647\u0644 \u0623\u0646\u062a\u064e \u0645\u064f\u062a\u0623\u0643\u0651\u0650\u062f\u064c \u0645\u0650\u0646 \u0631\u064e\u063a\u0628\u064e\u062a\u0650\u0643\u064e \u0641\u0650\u064a \u0627\u0650\u0633\u062a\u0650\u062b\u0646\u0627\u0621\u0650 \u0647\u064e\u0630\u064e\u0627 \u0627\u0644\u0645\u064e\u0646\u0634\u064f\u0648\u0631\u0650 \u0645\u0650\u0646\u064e \u0627\u0644\u0642\u0627\u0626\u0650\u0645\u064e\u0629 (\u062c\u064e\u0639\u0644\u064e\u0647\u064f \u063a\u064e\u064a\u0631\u064f \u0645\u064f\u062f\u0631\u064e\u062c)\u061f",
"modUnlistSuccess": "\u0627\u064f\u0633\u062a\u064f\u062b\u0646\u0650\u064a\u064e \u0627\u0644\u0645\u064e\u0646\u0634\u064f\u0648\u0631\u064f \u0628\u0650\u0646\u064e\u062c\u0627\u062d",
"modMarkAsSpammerConfirm": "\u0647\u064e\u0644 \u0623\u0646\u062a\u064e \u0645\u064f\u062a\u0623\u0643\u0651\u0650\u062f\u064c \u0645\u0650\u0646 \u0631\u064e\u063a\u0628\u064e\u062a\u0650\u0643\u064e \u0641\u0650\u064a \u062a\u064e\u0639\u0644\u064a\u0645\u0650 \u0647\u0630\u0627 \u0627\u0644\u0645\u064f\u0633\u062a\u064e\u062e\u062f\u0650\u0645\u0650 \u0643\u064e\u0646\u0627\u0634\u0650\u0631\u064d \u0644\u0650\u0645\u064e\u0646\u0634\u064f\u0648\u0631\u0627\u062a\u064d \u063a\u064a\u0631\u0650 \u0645\u064e\u0631\u063a\u0648\u0628\u064d \u0641\u0650\u064a\u0647\u0627\u061f \u0633\u0648\u0641 \u064a\u064f\u0644\u063a\u0649 \u0625\u062f\u0631\u0627\u062c\u064f \u062c\u064e\u0645\u064a\u0639\u0650 \u0645\u064e\u0646\u0634\u0648\u0631\u0627\u062a\u0650\u0647\u0650 \u0627\u0644\u062d\u0627\u0644\u064a\u0651\u064e\u0629\u0650 \u0648\u064e\u0627\u0644\u0645\u064f\u0633\u062a\u064e\u0642\u0628\u064e\u0644\u064a\u0651\u064e\u0629\u0650 \u0645\u0650\u0646\u064e \u0627\u0644\u062e\u064f\u0637\u064f\u0648\u0637\u0650 \u0627\u0644\u0632\u064e\u0645\u0646\u064a\u0651\u064e\u0629\u0650 \u0648\u064e\u0633\u0648\u0641 \u064a\u064f\u0637\u0628\u0651\u064e\u0642\u064f \u062a\u064e\u062d\u0630\u064a\u0631\u064f \u0627\u0644\u0645\u064f\u062d\u062a\u064e\u0648\u064e\u0649 \u0639\u064e\u0644\u064a\u0647\u0627.",
"modMarkAsSpammerSuccess": "\u0639\u064f\u0644\u0651\u0650\u0645\u064e \u0627\u0644\u0645\u064f\u0633\u062a\u064e\u062e\u062f\u0650\u0645\u064f \u0643\u064e\u0646\u0627\u0634\u0650\u0631\u064d \u0644\u0650\u0645\u064e\u0646\u0634\u064f\u0648\u0631\u0627\u062a\u064d \u063a\u064a\u0631\u0650 \u0645\u064e\u0631\u063a\u0648\u0628\u064d \u0641\u0650\u064a\u0647\u0627 \u0628\u0650\u0646\u064e\u062c\u0627\u062d",
"toFollowers": "\u0625\u0644\u064e\u0649 \u0627\u0644\u0645\u064f\u062a\u064e\u0627\u0628\u0650\u0639\u064a\u0646",
"showCaption": "\u0639\u064e\u0631\u0636\u064f \u0627\u0644\u062a\u064e\u0639\u0644\u064a\u0642\u0650 \u0627\u0644\u062a\u064e\u0648\u0636\u064a\u062d\u064a",
"showLikes": "\u0625\u0638\u0647\u0627\u0631\u064f \u0627\u0644\u0625\u0639\u062c\u0627\u0628\u0627\u062a",
"compactMode": "\u0627\u0644\u0648\u064e\u0636\u0639 \u0627\u0644\u0645\u064e\u0636\u063a\u0648\u0637",
"embedConfirmText": "\u0628\u0627\u0650\u0633\u062a\u0650\u062e\u062f\u0627\u0645\u0650\u0643\u064e \u0644\u0650\u0647\u0630\u0627 \u0627\u0644\u062a\u0651\u064e\u0636\u0645\u064a\u0646\u060c \u0623\u0646\u062a\u064e \u062a\u064f\u0648\u0627\u0641\u0650\u0642\u064f \u0639\u064e\u0644\u064e\u0649",
"deletePostConfirm": "\u0647\u064e\u0644 \u0623\u0646\u062a\u064e \u0645\u064f\u062a\u0623\u0643\u0651\u0650\u062f\u064c \u0645\u0650\u0646 \u0631\u064e\u063a\u0628\u064e\u062a\u0650\u0643\u064e \u0641\u0650\u064a \u062d\u064e\u0630\u0641\u0650 \u0647\u064e\u0630\u064e\u0627 \u0627\u0644\u0645\u064e\u0646\u0634\u064f\u0648\u0631\u061f",
"archivePostConfirm": "\u0647\u064e\u0644 \u0623\u0646\u062a\u064e \u0645\u064f\u062a\u0623\u0643\u0651\u0650\u062f\u064c \u0645\u0650\u0646 \u0631\u064e\u063a\u0628\u064e\u062a\u0650\u0643\u064e \u0641\u0650\u064a \u0623\u0631\u0634\u064e\u0641\u064e\u0629\u0650 \u0647\u064e\u0630\u064e\u0627 \u0627\u0644\u0645\u064e\u0646\u0634\u064f\u0648\u0631\u061f",
"unarchivePostConfirm": "\u0647\u064e\u0644 \u0623\u0646\u062a\u064e \u0645\u064f\u062a\u0623\u0643\u0651\u0650\u062f\u064c \u0645\u0650\u0646 \u0631\u064e\u063a\u0628\u064e\u062a\u0650\u0643\u064e \u0641\u0650\u064a \u0625\u0644\u063a\u0627\u0621\u0650 \u0623\u0631\u0634\u064e\u0641\u064e\u0629\u0650 \u0647\u064e\u0630\u064e\u0627 \u0627\u0644\u0645\u064e\u0646\u0634\u064f\u0648\u0631\u061f"
},
"story": {
"add": "Add Story"
"add": "\u0625\u0636\u0627\u0641\u064e\u0629\u064f \u0642\u064e\u0635\u0651\u064e\u0629"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
"peopleYouMayKnow": "\u0623\u0634\u062e\u0627\u0635\u064c \u0642\u064e\u062f \u062a\u064e\u0639\u0631\u0650\u0641\u064f\u0647\u064f\u0645"
}
}

144
public/_lang/bn.json Normal file
View file

@ -0,0 +1,144 @@
{
"common": {
"comment": "Comment",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"liked": "Liked",
"likes": "Likes",
"share": "Share",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Cancel",
"copyLink": "Copy Link",
"delete": "Delete",
"error": "Error",
"errorMsg": "Something went wrong. Please try again later.",
"oops": "Oops!",
"other": "Other",
"readMore": "Read more",
"success": "Success",
"sensitive": "Sensitive",
"sensitiveContent": "Sensitive Content",
"sensitiveContentWarning": "This post may contain sensitive content"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
},
"navmenu": {
"search": "Search",
"admin": "Admin Dashboard",
"homeFeed": "Home Feed",
"localFeed": "Local Feed",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Notifications",
"groups": "Groups",
"stories": "Stories",
"profile": "Profile",
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"about": "About",
"help": "Help",
"language": "Language",
"privacy": "Privacy",
"terms": "Terms",
"backToPreviousDesign": "Go back to previous design"
},
"directMessages": {
"inbox": "Inbox",
"sent": "Sent",
"requests": "Requests"
},
"notifications": {
"liked": "liked your",
"commented": "commented on your",
"reacted": "reacted to your",
"shared": "shared your",
"tagged": "tagged you in a",
"updatedA": "updated a",
"sentA": "sent a",
"followed": "followed",
"mentioned": "mentioned",
"you": "you",
"yourApplication": "Your application to join",
"applicationApproved": "was approved!",
"applicationRejected": "was rejected. You can re-apply to join in 6 months.",
"dm": "dm",
"groupPost": "group post",
"modlog": "modlog",
"post": "post",
"story": "story"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToOther": "Share to other",
"noLikes": "No likes yet",
"uploading": "Uploading"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"admin": "Admin",
"collections": "Collections",
"follow": "Follow",
"unfollow": "Unfollow",
"editProfile": "Edit Profile",
"followRequested": "Follow Requested",
"joined": "Joined"
},
"menu": {
"viewPost": "View Post",
"viewProfile": "View Profile",
"moderationTools": "Moderation Tools",
"report": "Report",
"archive": "Archive",
"unarchive": "Unarchive",
"embed": "Embed",
"selectOneOption": "Select one of the following options",
"unlistFromTimelines": "Unlist from Timelines",
"addCW": "Add Content Warning",
"removeCW": "Remove Content Warning",
"markAsSpammer": "Mark as Spammer",
"markAsSpammerText": "Unlist + CW existing and future posts",
"spam": "Spam",
"sensitive": "Sensitive Content",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
"impersonation": "Impersonation",
"scamOrFraud": "Scam or Fraud",
"confirmReport": "Confirm Report",
"confirmReportText": "Are you sure you want to report this post?",
"reportSent": "Report Sent!",
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
},
"story": {
"add": "Add Story"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
}
}

View file

@ -1,144 +1,144 @@
{
"common": {
"comment": "Comment",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"liked": "Liked",
"likes": "Likes",
"share": "Share",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Cancel",
"copyLink": "Copy Link",
"delete": "Delete",
"comment": "Comentar",
"commented": "Comentari",
"comments": "Comentaris",
"like": "M'agrada",
"liked": "M'ha agradat",
"likes": "\"M'agrada\"",
"share": "Comparteix",
"shared": "S'han compartit",
"shares": "S'han compartit",
"unshare": "Deixa de compartir",
"cancel": "Cancel\u00b7la",
"copyLink": "Copia l'enlla\u00e7",
"delete": "Esborra",
"error": "Error",
"errorMsg": "Something went wrong. Please try again later.",
"oops": "Oops!",
"other": "Other",
"readMore": "Read more",
"success": "Success",
"sensitive": "Sensitive",
"sensitiveContent": "Sensitive Content",
"sensitiveContentWarning": "This post may contain sensitive content"
"errorMsg": "Alguna cosa ha anat malament. Siusplau, intenta-ho m\u00e9s tard.",
"oops": "Uix!",
"other": "Altres",
"readMore": "Llegiu-ne m\u00e9s",
"success": "Completat amb \u00e8xit",
"sensitive": "Sensible",
"sensitiveContent": "Contingut sensible",
"sensitiveContentWarning": "Aquest article pot contenir contingut sensible"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
"terms": "Condicions d'\u00fas",
"privacy": "Pol\u00edtica de Privacitat"
},
"navmenu": {
"search": "Search",
"admin": "Admin Dashboard",
"homeFeed": "Home Feed",
"localFeed": "Local Feed",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Notifications",
"groups": "Groups",
"stories": "Stories",
"profile": "Profile",
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"about": "About",
"help": "Help",
"language": "Language",
"privacy": "Privacy",
"terms": "Terms",
"backToPreviousDesign": "Go back to previous design"
"search": "Cercar",
"admin": "Tauler d'Administraci\u00f3",
"homeFeed": "L\u00ednia de temps principal",
"localFeed": "L\u00ednia de temps local",
"globalFeed": "L\u00ednia de temps global",
"discover": "Descobrir",
"directMessages": "Missatges directes",
"notifications": "Notificacions",
"groups": "Grups",
"stories": "Hist\u00f2ries",
"profile": "Perfil",
"drive": "Unitat",
"settings": "Par\u00e0metres",
"compose": "Crea un nou",
"about": "Quant a",
"help": "Ajuda",
"language": "Idioma",
"privacy": "Privacitat",
"terms": "Termes",
"backToPreviousDesign": "Tornar al disseny anterior"
},
"directMessages": {
"inbox": "Inbox",
"sent": "Sent",
"requests": "Requests"
"inbox": "Safata d'entrada",
"sent": "Enviat",
"requests": "Sol\u00b7licitud"
},
"notifications": {
"liked": "liked your",
"commented": "commented on your",
"reacted": "reacted to your",
"shared": "shared your",
"tagged": "tagged you in a",
"updatedA": "updated a",
"sentA": "sent a",
"followed": "followed",
"mentioned": "mentioned",
"you": "you",
"yourApplication": "Your application to join",
"applicationApproved": "was approved!",
"applicationRejected": "was rejected. You can re-apply to join in 6 months.",
"dm": "dm",
"groupPost": "group post",
"liked": "li agrada la teva",
"commented": "comentat el teu",
"reacted": "ha reaccionat al teu",
"shared": "ha compartit la teva",
"tagged": "t'ha etiquetat en una",
"updatedA": "actualitzat a",
"sentA": "enviat a",
"followed": "seguits",
"mentioned": "mencionat",
"you": "vost\u00e8",
"yourApplication": "La teva sol\u00b7licitud per unir-te",
"applicationApproved": "est\u00e0 aprovat!",
"applicationRejected": "ha estat rebutjat. Pots tornar a sol\u00b7licitar unir-te en 6 mesos.",
"dm": "md",
"groupPost": "publicacions al grup",
"modlog": "modlog",
"post": "post",
"story": "story"
"post": "publicaci\u00f3",
"story": "hist\u00f2ria"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToOther": "Share to other",
"noLikes": "No likes yet",
"uploading": "Uploading"
"shareToFollowers": "Comparteix amb els seguidors",
"shareToOther": "Compartits per altres",
"noLikes": "Cap m'agrada encara",
"uploading": "Carregant"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"admin": "Admin",
"collections": "Collections",
"follow": "Follow",
"unfollow": "Unfollow",
"editProfile": "Edit Profile",
"followRequested": "Follow Requested",
"joined": "Joined"
"posts": "Publicacions",
"followers": "Seguidors",
"following": "Seguint",
"admin": "Administrador",
"collections": "Col\u00b7leccions",
"follow": "Segueix",
"unfollow": "Deixeu de seguir",
"editProfile": "Edita el teu perfil",
"followRequested": "Sol\u00b7licitud de seguidor",
"joined": "S'ha unit"
},
"menu": {
"viewPost": "View Post",
"viewProfile": "View Profile",
"moderationTools": "Moderation Tools",
"report": "Report",
"archive": "Archive",
"unarchive": "Unarchive",
"embed": "Embed",
"selectOneOption": "Select one of the following options",
"unlistFromTimelines": "Unlist from Timelines",
"addCW": "Add Content Warning",
"removeCW": "Remove Content Warning",
"markAsSpammer": "Mark as Spammer",
"markAsSpammerText": "Unlist + CW existing and future posts",
"spam": "Spam",
"sensitive": "Sensitive Content",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
"impersonation": "Impersonation",
"scamOrFraud": "Scam or Fraud",
"confirmReport": "Confirm Report",
"confirmReportText": "Are you sure you want to report this post?",
"reportSent": "Report Sent!",
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"viewPost": "Veure publicaci\u00f3",
"viewProfile": "Mostra el perfil",
"moderationTools": "Eines de moderaci\u00f3",
"report": "Informe",
"archive": "Arxiu",
"unarchive": "Desarxiva",
"embed": "Incrusta",
"selectOneOption": "Seleccioneu una de les opcions seg\u00fcents",
"unlistFromTimelines": "Desllista de les l\u00ednies de temps",
"addCW": "Afegeix advert\u00e8ncia de contingut",
"removeCW": "Esborra advert\u00e8ncia de contingut",
"markAsSpammer": "Marca com a brossa",
"markAsSpammerText": "Desllista + CW publicacions existents i futures",
"spam": "Contingut brossa",
"sensitive": "Contingut sensible",
"abusive": "Abusiu o nociu",
"underageAccount": "Compte de menors d'edat",
"copyrightInfringement": "Infracci\u00f3 de drets d\u2019autor",
"impersonation": "Suplantacions",
"scamOrFraud": "Estafa o Frau",
"confirmReport": "Confirma l'informe",
"confirmReportText": "Esteu segur que voleu informar d'aquesta publicaci\u00f3?",
"reportSent": "Informe enviat!",
"reportSentText": "Hem rebut correctament el vostre informe.",
"reportSentError": "Hi ha hagut un problema en informar d'aquesta publicaci\u00f3.",
"modAddCWConfirm": "Confirmes que vols afegir un av\u00eds de contingut a aquesta publicaci\u00f3?",
"modCWSuccess": "Av\u00eds de contingut afegit correctament",
"modRemoveCWConfirm": "Confirmes que vols esborrar un av\u00eds de contingut d'aquesta publicaci\u00f3?",
"modRemoveCWSuccess": "Av\u00eds de contingut esborrat correctament",
"modUnlistConfirm": "Esteu segur que voleu desllistar d'aquesta publicaci\u00f3?",
"modUnlistSuccess": "Entrada desllistada amb \u00e8xit",
"modMarkAsSpammerConfirm": "Esteu segur que voleu marcar aquest usuari com a brossa? Totes les publicacions existents i futures no apareixeran a les cronologies i s'aplicar\u00e0 un av\u00eds de contingut.",
"modMarkAsSpammerSuccess": "El compte s'ha marcat correctament com a brossa",
"toFollowers": "els seguidors",
"showCaption": "Mostra el subt\u00edtol",
"showLikes": "Mostra els m'agrada",
"compactMode": "Mode Compacte",
"embedConfirmText": "En utilitzar aquesta inserci\u00f3, accepteu el nostre",
"deletePostConfirm": "Esteu segur que voleu suprimir aquesta publicaci\u00f3?",
"archivePostConfirm": "Segur que voleu arxivar aquesta publicaci\u00f3?",
"unarchivePostConfirm": "Segur que voleu desarxivar aquesta publicaci\u00f3?"
},
"story": {
"add": "Add Story"
"add": "Afegir hist\u00f2ria"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
"peopleYouMayKnow": "Gent que potser coneixes"
}
}

View file

@ -1,64 +1,64 @@
{
"common": {
"comment": "Comment",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"comment": "Koment\u00e1\u0159",
"commented": "Okomentov\u00e1no",
"comments": "Koment\u00e1\u0159e",
"like": "L\u00edb\u00ed se mi",
"liked": "Liked",
"likes": "Likes",
"share": "Share",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Cancel",
"copyLink": "Copy Link",
"delete": "Delete",
"error": "Error",
"errorMsg": "Something went wrong. Please try again later.",
"oops": "Oops!",
"likes": "To se mi l\u00edb\u00ed",
"share": "Sd\u00edlet",
"shared": "Sd\u00edleno",
"shares": "Sd\u00edlen\u00ed",
"unshare": "Zru\u0161it sd\u00edlen\u00ed",
"cancel": "Zru\u0161it",
"copyLink": "Kop\u00edrovat odkaz",
"delete": "Smazat",
"error": "Chyba",
"errorMsg": "N\u011bco se pokazilo. Zkuste to pros\u00edm pozd\u011bji.",
"oops": "Jejda!",
"other": "Other",
"readMore": "Read more",
"readMore": "\u010c\u00edst v\u00edce",
"success": "Success",
"sensitive": "Sensitive",
"sensitiveContent": "Sensitive Content",
"sensitiveContentWarning": "This post may contain sensitive content"
"sensitiveContent": "Citliv\u00fd obsah",
"sensitiveContentWarning": "Tento p\u0159\u00edsp\u011bvek m\u016f\u017ee obsahovat citliv\u00fd obsah"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
"terms": "Podm\u00ednky pou\u017eit\u00ed",
"privacy": "Z\u00e1sady ochrany osobn\u00edch \u00fadaj\u016f"
},
"navmenu": {
"search": "Search",
"admin": "Admin Dashboard",
"search": "Hledat",
"admin": "Administr\u00e1torsk\u00fd ovl\u00e1dac\u00ed panel",
"homeFeed": "Home Feed",
"localFeed": "Local Feed",
"localFeed": "M\u00edstn\u00ed \u010dasov\u00e1 osa",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Notifications",
"groups": "Groups",
"stories": "Stories",
"profile": "Profile",
"discover": "Objevovat",
"directMessages": "P\u0159\u00edm\u00e9 zpr\u00e1vy",
"notifications": "Ozn\u00e1men\u00ed",
"groups": "Skupiny",
"stories": "P\u0159\u00edb\u011bhy",
"profile": "Profil",
"drive": "Drive",
"settings": "Settings",
"settings": "Nastaven\u00ed",
"compose": "Create New",
"about": "About",
"help": "Help",
"language": "Language",
"privacy": "Privacy",
"terms": "Terms",
"backToPreviousDesign": "Go back to previous design"
"about": "O aplikaci",
"help": "N\u00e1pov\u011bda",
"language": "Jazyk",
"privacy": "Soukrom\u00ed",
"terms": "Podm\u00ednky",
"backToPreviousDesign": "Vr\u00e1tit se k p\u0159edchoz\u00edmu vzhledu"
},
"directMessages": {
"inbox": "Inbox",
"sent": "Sent",
"requests": "Requests"
"inbox": "P\u0159ijat\u00e9 zpr\u00e1vy",
"sent": "Odeslan\u00e9",
"requests": "Po\u017eadavky"
},
"notifications": {
"liked": "liked your",
"commented": "commented on your",
"reacted": "reacted to your",
"shared": "shared your",
"liked": "se l\u00edb\u00ed v\u00e1\u0161",
"commented": "komentoval/a v\u00e1\u0161",
"reacted": "reagoval/a na v\u00e1\u0161",
"shared": "sd\u00edlel/a v\u00e1\u0161",
"tagged": "tagged you in a",
"updatedA": "updated a",
"sentA": "sent a",
@ -70,75 +70,75 @@
"applicationRejected": "was rejected. You can re-apply to join in 6 months.",
"dm": "dm",
"groupPost": "group post",
"modlog": "modlog",
"post": "post",
"story": "story"
"modlog": "moder\u00e1torsk\u00fd z\u00e1znam",
"post": "p\u0159\u00edsp\u011bvek",
"story": "p\u0159\u00edbeh"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToOther": "Share to other",
"shareToFollowers": "Sd\u00edlet se sleduj\u00edc\u00edmi",
"shareToOther": "Sd\u00edlet s ostatn\u00edmi",
"noLikes": "No likes yet",
"uploading": "Uploading"
"uploading": "Nahr\u00e1v\u00e1n\u00ed"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"admin": "Admin",
"collections": "Collections",
"follow": "Follow",
"unfollow": "Unfollow",
"editProfile": "Edit Profile",
"posts": "P\u0159\u00edsp\u011bvky",
"followers": "Sleduj\u00edc\u00ed",
"following": "Sledovan\u00ed",
"admin": "Administr\u00e1tor",
"collections": "Sb\u00edrky",
"follow": "Sledovat",
"unfollow": "P\u0159estat sledovat",
"editProfile": "Upravit profil",
"followRequested": "Follow Requested",
"joined": "Joined"
},
"menu": {
"viewPost": "View Post",
"viewProfile": "View Profile",
"moderationTools": "Moderation Tools",
"viewPost": "Zobrazit p\u0159\u00edsp\u011bvek",
"viewProfile": "Zobrazit profil",
"moderationTools": "N\u00e1stroje pro moder\u00e1tory",
"report": "Report",
"archive": "Archive",
"unarchive": "Unarchive",
"archive": "Archivovat",
"unarchive": "Vyjmout z archivu",
"embed": "Embed",
"selectOneOption": "Select one of the following options",
"unlistFromTimelines": "Unlist from Timelines",
"addCW": "Add Content Warning",
"removeCW": "Remove Content Warning",
"markAsSpammer": "Mark as Spammer",
"selectOneOption": "Vyberte jednu z n\u00e1sleduj\u00edc\u00edch mo\u017enost\u00ed",
"unlistFromTimelines": "Odebrat z \u010dasov\u00e9 osy",
"addCW": "P\u0159idat varov\u00e1n\u00ed o obsahu",
"removeCW": "Odstranit varov\u00e1n\u00ed o obsahu",
"markAsSpammer": "Ozna\u010dit za spammera",
"markAsSpammerText": "Unlist + CW existing and future posts",
"spam": "Spam",
"sensitive": "Sensitive Content",
"abusive": "Abusive or Harmful",
"sensitive": "Citliv\u00fd obsah",
"abusive": "Ur\u00e1\u017eliv\u00e9 nebo \u0161kodliv\u00e9",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
"impersonation": "Impersonation",
"scamOrFraud": "Scam or Fraud",
"confirmReport": "Confirm Report",
"confirmReportText": "Are you sure you want to report this post?",
"reportSent": "Report Sent!",
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"confirmReport": "Potvrdit hl\u00e1\u0161en\u00ed",
"confirmReportText": "Jste si jisti, \u017ee chcete nahl\u00e1sit tento p\u0159\u00edsp\u011bvek?",
"reportSent": "Hl\u00e1\u0161en\u00ed odesl\u00e1no!",
"reportSentText": "\u00dasp\u011b\u0161n\u011b jsme obdr\u017eeli va\u0161e hl\u00e1\u0161en\u00ed.",
"reportSentError": "P\u0159i nahl\u00e1\u0161en\u00ed tohoto p\u0159\u00edsp\u011bvku do\u0161lo k chyb\u011b.",
"modAddCWConfirm": "Jste si jisti, \u017ee chcete k tomuto p\u0159\u00edsp\u011bvku p\u0159idat varov\u00e1n\u00ed o obsahu?",
"modCWSuccess": "Varov\u00e1n\u00ed o obsahu bylo \u00fasp\u011b\u0161n\u011b p\u0159id\u00e1no",
"modRemoveCWConfirm": "Jste si jisti, \u017ee chcete odebrat upozorn\u011bn\u00ed na obsah tohoto p\u0159\u00edsp\u011bvku?",
"modRemoveCWSuccess": "Varov\u00e1n\u00ed o obsahu bylo \u00fasp\u011b\u0161n\u011b odebr\u00e1no",
"modUnlistConfirm": "Opravdu chcete odebrat tento p\u0159\u00edsp\u011bvek?",
"modUnlistSuccess": "P\u0159\u00edsp\u011bvek byl odebr\u00e1n z \u010dasov\u00e9 osy",
"modMarkAsSpammerConfirm": "Jste si jisti, \u017ee chcete tohoto u\u017eivatele ozna\u010dit jako spammer? V\u0161echny existuj\u00edc\u00ed a budouc\u00ed p\u0159\u00edsp\u011bvky budou vy\u0159azeny z \u010dasov\u00fdch os a bude na n\u011b aplikov\u00e1no varov\u00e1n\u00ed o obsahu.",
"modMarkAsSpammerSuccess": "\u00da\u010det byl ozna\u010den jako spammer",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"showLikes": "Zobrazit To se mi l\u00edb\u00ed",
"compactMode": "Kompaktn\u00ed re\u017eim",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"deletePostConfirm": "Opravdu chcete smazat tento p\u0159\u00edsp\u011bvek?",
"archivePostConfirm": "Opravdu chcete archivovat tento p\u0159\u00edsp\u011bvek?",
"unarchivePostConfirm": "Opravdu chcete zru\u0161it archivaci tohoto p\u0159\u00edsp\u011bvku?"
},
"story": {
"add": "Add Story"
"add": "P\u0159idat p\u0159\u00edb\u011bh"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
"peopleYouMayKnow": "Lid\u00e9, kter\u00e9 mo\u017en\u00e1 zn\u00e1te"
}
}

View file

@ -1,58 +1,63 @@
{
"common": {
"comment": "Comment",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"liked": "Liked",
"likes": "Likes",
"share": "Share",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Cancel",
"copyLink": "Copy Link",
"delete": "Delete",
"error": "Error",
"errorMsg": "Something went wrong. Please try again later.",
"oops": "Oops!",
"other": "Other",
"readMore": "Read more",
"success": "Success",
"sensitive": "Sensitive",
"sensitiveContent": "Sensitive Content",
"sensitiveContentWarning": "This post may contain sensitive content"
"comment": "Gwneud Sylw",
"commented": "Sylwadau ar",
"comments": "Sylwadau",
"like": "Hoffi",
"liked": "Hoffi",
"likes": "Hoffi",
"share": "Rhannu",
"shared": "Rhannu",
"shares": "Rhannu",
"unshare": "Dad-rannu",
"cancel": "Canslo",
"copyLink": "Cop\u00efo'r ddolen",
"delete": "Dileu",
"error": "Gwall",
"errorMsg": "Aeth rhywbeth o'i le. Rhowch gynnig arall arni yn nes ymlaen.",
"oops": "Wps!",
"other": "Arall",
"readMore": "Darllen mwy",
"success": "Llwyddiant",
"sensitive": "Sensitif",
"sensitiveContent": "Cynnwys sensitif",
"sensitiveContentWarning": "Gall y post hon gynnwys cynnwys sensitif"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
"terms": "Telerau defnyddio",
"privacy": "Polisi preifatrwydd"
},
"navmenu": {
"search": "Search",
"admin": "Admin Dashboard",
"homeFeed": "Home Feed",
"localFeed": "Local Feed",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Notifications",
"groups": "Groups",
"stories": "Stories",
"profile": "Profile",
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"backToPreviousDesign": "Go back to previous design"
"search": "Chwilio",
"admin": "Dangosfwrdd gweinyddol",
"homeFeed": "Ffrwd gatref",
"localFeed": "Ffrwd lleol",
"globalFeed": "Ffrwd byd-eang",
"discover": "Darganfod",
"directMessages": "Negeseuon preifat",
"notifications": "Hysbysiadau",
"groups": "Grwpiau",
"stories": "Straeon",
"profile": "Proffil",
"drive": "Gyriant storio",
"settings": "Gosodiadau",
"compose": "Creu newydd",
"about": "Amdano",
"help": "Cymorth",
"language": "Iaith",
"privacy": "Preifatrwydd",
"terms": "Telerau",
"backToPreviousDesign": "Ewch yn \u00f4l at ddyluniad blaenorol"
},
"directMessages": {
"inbox": "Inbox",
"sent": "Sent",
"requests": "Requests"
"inbox": "Mewnflwch",
"sent": "Anfonwyd",
"requests": "Ceisiadau"
},
"notifications": {
"liked": "liked your",
"commented": "commented on your",
"reacted": "reacted to your",
"liked": "wedi hoffi eich",
"commented": "gwnaeth sylwadau ar eich",
"reacted": "adweithio i'ch",
"shared": "shared your",
"tagged": "tagged you in a",
"updatedA": "updated a",
@ -109,7 +114,7 @@
"impersonation": "Impersonation",
"scamOrFraud": "Scam or Fraud",
"confirmReport": "Confirm Report",
"confirmReportText": "Are you sure you want to report this post?",
"confirmReportText": "Ydych chi'n si\u0175r eich bod chi am adroddi'r post hon?",
"reportSent": "Report Sent!",
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",

View file

@ -3,13 +3,13 @@
"comment": "Kommentar",
"commented": "Kommentiert",
"comments": "Kommentare",
"like": "Gef\u00e4llt",
"liked": "Liked",
"like": "Gef\u00e4llt mir",
"liked": "Gef\u00e4llt",
"likes": "Gef\u00e4llt",
"share": "Teilen",
"shared": "Geteilt",
"shares": "Geteilt",
"unshare": "Teilen r\u00fcckg\u00e4ngig",
"unshare": "Teilen r\u00fcckg\u00e4ngig machen",
"cancel": "Abbrechen",
"copyLink": "Link kopieren",
"delete": "L\u00f6schen",
@ -17,7 +17,7 @@
"errorMsg": "Etwas ist schief gelaufen. Bitter versuch es sp\u00e4ter nochmal.",
"oops": "Hoppla!",
"other": "Anderes",
"readMore": "Mehr lesen",
"readMore": "Weiterlesen",
"success": "Erfolgreich",
"sensitive": "Sensibel",
"sensitiveContent": "Sensibler Inhalt",
@ -37,7 +37,7 @@
"directMessages": "Direktnachrichten",
"notifications": "Benachrichtigungen",
"groups": "Gruppen",
"stories": "Storys",
"stories": "Stories",
"profile": "Profil",
"drive": "Festplatte",
"settings": "Einstellungen",
@ -62,22 +62,22 @@
"tagged": "markierte dich in einem",
"updatedA": "aktualisierte ein",
"sentA": "sendete ein",
"followed": "followed",
"followed": "gefolgt",
"mentioned": "erw\u00e4hnt",
"you": "du",
"yourApplication": "Deine Bewerbung um beizutreten",
"applicationApproved": "wurde genehmigt!",
"applicationRejected": "wurde abgelehnt. Du kannst dich in 6 Monaten erneut f\u00fcr den Beitritt bewerben.",
"dm": "PN",
"groupPost": "group post",
"groupPost": "Gruppen-Post",
"modlog": "modlog",
"post": "Beitrag",
"story": "story"
"story": "Story"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToFollowers": "Mit Folgenden teilen",
"shareToOther": "Mit anderen teilen",
"noLikes": "Noch keine Gef\u00e4llt mir",
"noLikes": "Gef\u00e4llt bisher noch niemandem",
"uploading": "L\u00e4dt hoch"
},
"profile": {
@ -97,22 +97,22 @@
"viewProfile": "Profil anzeigen",
"moderationTools": "Moderationswerkzeuge",
"report": "Melden",
"archive": "Archiv",
"unarchive": "Unarchive",
"archive": "Archivieren",
"unarchive": "Entarchivieren",
"embed": "Einbetten",
"selectOneOption": "W\u00e4hle eine der folgenden M\u00f6glichkeiten",
"selectOneOption": "W\u00e4hle eine der folgenden Optionen",
"unlistFromTimelines": "Nicht in Timelines listen",
"addCW": "Inhaltswarnung hinzuf\u00fcgen",
"removeCW": "Inhaltswarnung entfernen",
"markAsSpammer": "Als Spammer markieren",
"markAsSpammerText": "Unlist + CW existing and future posts",
"markAsSpammerText": "Aus der Zeitleiste entfernen und bisherige und zuk\u00fcnftige Beitr\u00e4ge mit einer Inhaltswarnung versehen",
"spam": "Spam",
"sensitive": "Sensitiver Inhalt",
"abusive": "Abusive or Harmful",
"sensitive": "Sensibler Inhalt",
"abusive": "missbr\u00e4uchlich oder sch\u00e4digend",
"underageAccount": "Minderj\u00e4hrigen-Konto",
"copyrightInfringement": "Urheberrechtsverletzung",
"impersonation": "Nachahmen",
"scamOrFraud": "Scam or Fraud",
"impersonation": "Identit\u00e4tsdiebstahl",
"scamOrFraud": "Betrug oder Missbrauch",
"confirmReport": "Meldung best\u00e4tigen",
"confirmReportText": "Bist du sicher, dass du diesen Beitrag melden m\u00f6chtest?",
"reportSent": "Meldung gesendet!",
@ -124,16 +124,16 @@
"modRemoveCWSuccess": "Inhaltswarnung erfolgreich entfernt",
"modUnlistConfirm": "Bist du sicher, dass du diesen Beitrag nicht listen m\u00f6chtest?",
"modUnlistSuccess": "Beitrag erfolgreich nicht gelistet",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerConfirm": "Bist du sicher, dass du diesen Benutzer als Spam markieren m\u00f6chtest? Alle existierenden und zuk\u00fcnftigen Beitr\u00e4ge werden nicht mehr in der Zeitleiste angezeigt und mit einer Inhaltswarnung versehen.",
"modMarkAsSpammerSuccess": "Konto erfolgreich als Spammer markiert",
"toFollowers": "to Followers",
"toFollowers": "an die Folgenden",
"showCaption": "Bildunterschrift anzeigen",
"showLikes": "\"Gef\u00e4llt mir\" anzeigen",
"compactMode": "Kompaktmodus",
"embedConfirmText": "Mit der Nutzung dieser Einbettung erkl\u00e4rst du dich mit unseren",
"deletePostConfirm": "Bist du sicher, dass du diesen Beitrag l\u00f6schen m\u00f6chtest?",
"archivePostConfirm": "Bist du sicher, dass du diesen Beitrag archivieren m\u00f6chtest?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"unarchivePostConfirm": "M\u00f6chten Sie dieses Element wirklich aus dem Archiv zur\u00fcckholen?"
},
"story": {
"add": "Story hinzuf\u00fcgen"

View file

@ -8,8 +8,8 @@
"likes": "\u0391\u03c1\u03ad\u03c3\u03b5\u03b9",
"share": "\u039a\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7",
"shared": "\u039a\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03ae\u03b8\u03b7\u03ba\u03b5",
"shares": "Shares",
"unshare": "Unshare",
"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",
"cancel": "\u0391\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7",
"copyLink": "\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03a3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03bf\u03c5",
"delete": "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae",
@ -39,7 +39,7 @@
"groups": "\u039f\u03bc\u03ac\u03b4\u03b5\u03c2",
"stories": "\u0399\u03c3\u03c4\u03bf\u03c1\u03af\u03b5\u03c2",
"profile": "\u03a0\u03c1\u03bf\u03c6\u03af\u03bb",
"drive": "Drive",
"drive": "\u03a7\u03ce\u03c1\u03bf\u03c2 \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7\u03c2",
"settings": "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2",
"compose": "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bd\u03ad\u03bf\u03c5",
"about": "\u03a3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5",

View file

@ -1,144 +1,144 @@
{
"common": {
"comment": "Comment",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"liked": "Liked",
"likes": "Likes",
"share": "Share",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Cancel",
"copyLink": "Copy Link",
"delete": "Delete",
"comment": "Comentario",
"commented": "Comentado",
"comments": "Comentarios",
"like": "Me gusta",
"liked": "Te gusta",
"likes": "Me gustas",
"share": "Compartir",
"shared": "Compartido",
"shares": "Compartidos",
"unshare": "No compartir",
"cancel": "Cancelar",
"copyLink": "Copiar Enlace",
"delete": "Eliminar",
"error": "Error",
"errorMsg": "Something went wrong. Please try again later.",
"oops": "Oops!",
"other": "Other",
"readMore": "Read more",
"success": "Success",
"sensitive": "Sensitive",
"sensitiveContent": "Sensitive Content",
"sensitiveContentWarning": "This post may contain sensitive content"
"errorMsg": "Algo fue mal. Por favor int\u00e9ntelo de nuevo m\u00e1s tarde.",
"oops": "Upss!",
"other": "Otros",
"readMore": "Ver m\u00e1s",
"success": "Correcto",
"sensitive": "Sensible",
"sensitiveContent": "Contenido Sensible",
"sensitiveContentWarning": "Este post podr\u00eda tener contenido sensible"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
"terms": "T\u00e9rminos de Uso",
"privacy": "Pol\u00edtica de Privacidad"
},
"navmenu": {
"search": "Search",
"admin": "Admin Dashboard",
"homeFeed": "Home Feed",
"localFeed": "Local Feed",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Notifications",
"groups": "Groups",
"stories": "Stories",
"profile": "Profile",
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"about": "About",
"help": "Help",
"language": "Language",
"privacy": "Privacy",
"terms": "Terms",
"backToPreviousDesign": "Go back to previous design"
"search": "Buscar",
"admin": "Panel de Administrador",
"homeFeed": "Feed Principal",
"localFeed": "Feed Local",
"globalFeed": "Feed Global",
"discover": "Descubre",
"directMessages": "Mensajes Directos",
"notifications": "Notificaciones",
"groups": "Grupos",
"stories": "Historias",
"profile": "Perfil",
"drive": "Multimedia",
"settings": "Ajustes",
"compose": "Crear Nuevo",
"about": "Acerca de",
"help": "Ayuda",
"language": "Idioma",
"privacy": "Privacidad",
"terms": "T\u00e9rminos",
"backToPreviousDesign": "Volver al dise\u00f1o anterior"
},
"directMessages": {
"inbox": "Inbox",
"sent": "Sent",
"requests": "Requests"
"inbox": "Entrada",
"sent": "Enviado",
"requests": "Solicitudes"
},
"notifications": {
"liked": "liked your",
"commented": "commented on your",
"reacted": "reacted to your",
"shared": "shared your",
"tagged": "tagged you in a",
"updatedA": "updated a",
"sentA": "sent a",
"followed": "followed",
"mentioned": "mentioned",
"you": "you",
"yourApplication": "Your application to join",
"applicationApproved": "was approved!",
"applicationRejected": "was rejected. You can re-apply to join in 6 months.",
"dm": "dm",
"groupPost": "group post",
"liked": "le gust\u00f3 tu",
"commented": "coment\u00f3 en tu",
"reacted": "reaccion\u00f3 a tu",
"shared": "ha compartido tu",
"tagged": "te ha etiquetado en",
"updatedA": "actualiz\u00f3 una",
"sentA": "envi\u00f3 un",
"followed": "te sigui\u00f3",
"mentioned": "te mencion\u00f3",
"you": "t\u00fa",
"yourApplication": "Tu solicitud para unirse",
"applicationApproved": "ha sido aprobada!",
"applicationRejected": "ha sido rechazada. Puedes volver a solicitar unirte en 6 meses.",
"dm": "md",
"groupPost": "publicaci\u00f3n de grupo",
"modlog": "modlog",
"post": "post",
"story": "story"
"post": "publicaci\u00f3n",
"story": "historia"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToOther": "Share to other",
"noLikes": "No likes yet",
"uploading": "Uploading"
"shareToFollowers": "Compartir a seguidores",
"shareToOther": "Compartir a otros",
"noLikes": "No hay me gustas",
"uploading": "Subiendo"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"admin": "Admin",
"collections": "Collections",
"follow": "Follow",
"unfollow": "Unfollow",
"editProfile": "Edit Profile",
"followRequested": "Follow Requested",
"joined": "Joined"
"posts": "Publicaciones",
"followers": "Seguidores",
"following": "Siguiendo",
"admin": "Administrador",
"collections": "Colecciones",
"follow": "Seguir",
"unfollow": "Dejar de seguir",
"editProfile": "Editar Perfil",
"followRequested": "Seguimiento Solicitado",
"joined": "Se uni\u00f3"
},
"menu": {
"viewPost": "View Post",
"viewProfile": "View Profile",
"moderationTools": "Moderation Tools",
"report": "Report",
"archive": "Archive",
"unarchive": "Unarchive",
"embed": "Embed",
"selectOneOption": "Select one of the following options",
"unlistFromTimelines": "Unlist from Timelines",
"addCW": "Add Content Warning",
"removeCW": "Remove Content Warning",
"markAsSpammer": "Mark as Spammer",
"markAsSpammerText": "Unlist + CW existing and future posts",
"viewPost": "Ver Publicaci\u00f3n",
"viewProfile": "Ver Perfil",
"moderationTools": "Herramientas de Moderaci\u00f3n",
"report": "Reportar",
"archive": "Archivar",
"unarchive": "No Archivar",
"embed": "Incrustar",
"selectOneOption": "Escoge una de las siguientes opciones",
"unlistFromTimelines": "No listar en L\u00edneas Temporales",
"addCW": "A\u00f1adir Spoiler",
"removeCW": "Quitar Spoiler",
"markAsSpammer": "Marcar como Spammer",
"markAsSpammerText": "No listar + Spoiler publicaciones actuales y futuras",
"spam": "Spam",
"sensitive": "Sensitive Content",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
"impersonation": "Impersonation",
"scamOrFraud": "Scam or Fraud",
"confirmReport": "Confirm Report",
"confirmReportText": "Are you sure you want to report this post?",
"reportSent": "Report Sent!",
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"sensitive": "Contenido Sensible",
"abusive": "Abusivo o Da\u00f1ino",
"underageAccount": "Cuenta de Menor de Edad",
"copyrightInfringement": "Violaci\u00f3n de Copyright",
"impersonation": "Suplantaci\u00f3n",
"scamOrFraud": "Scam o Fraude",
"confirmReport": "Confirmar Reporte",
"confirmReportText": "\u00bfSeguro que quieres reportar esta publicaci\u00f3n?",
"reportSent": "\u00a1Reporte enviado!",
"reportSentText": "Hemos recibido tu reporte de forma satisfactoria.",
"reportSentError": "Hubo un problema reportando esta publicaci\u00f3n.",
"modAddCWConfirm": "\u00bfSeguro que desea a\u00f1adir un spoiler a esta publicaci\u00f3n?",
"modCWSuccess": "Spoiler a\u00f1adido correctamente",
"modRemoveCWConfirm": "\u00bfSeguro que desea eliminar el spoiler de esta publicaci\u00f3n?",
"modRemoveCWSuccess": "Spoiler eliminado correctamente",
"modUnlistConfirm": "\u00bfSeguro que desea no listar esta publicaci\u00f3n?",
"modUnlistSuccess": "Publicaci\u00f3n no listada correctamente",
"modMarkAsSpammerConfirm": "\u00bfSeguro que quiere marcar este usuario como spammer? Todas las publicaciones existentes y futuras no ser\u00e1n listadas en las l\u00edneas temporales y se les agregar\u00e1 un Spoiler o alerta de contenido.",
"modMarkAsSpammerSuccess": "Cuenta marcada como spam correctamente",
"toFollowers": "a Seguidores",
"showCaption": "Mostrar subt\u00edtulos",
"showLikes": "Mostrar me gustas",
"compactMode": "Modo Compacto",
"embedConfirmText": "Usando este incrustado, usted acepta",
"deletePostConfirm": "\u00bfSeguro que desea eliminar esta publicaci\u00f3n?",
"archivePostConfirm": "\u00bfSeguro que desea archivar esta publicaci\u00f3n?",
"unarchivePostConfirm": "\u00bfSeguro que desea desarchivar esta publicaci\u00f3n?"
},
"story": {
"add": "Add Story"
"add": "A\u00f1adir Historia"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
"peopleYouMayKnow": "Gente que podr\u00edas conocer"
}
}

View file

@ -1,139 +1,144 @@
{
"common": {
"comment": "Comment",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"liked": "Liked",
"likes": "Likes",
"share": "Share",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Cancel",
"copyLink": "Copy Link",
"delete": "Delete",
"error": "Error",
"errorMsg": "Something went wrong. Please try again later.",
"oops": "Oops!",
"other": "Other",
"readMore": "Read more",
"success": "Success",
"sensitive": "Sensitive",
"sensitiveContent": "Sensitive Content",
"sensitiveContentWarning": "This post may contain sensitive content"
"comment": "Iruzkindu",
"commented": "Iruzkindu",
"comments": "Iruzkinak",
"like": "Datsegit",
"liked": "Datsegit",
"likes": "Atsegite",
"share": "Partekatu",
"shared": "Partekatua",
"shares": "Partekatze",
"unshare": "Utzi partekatzeari",
"cancel": "Utzi",
"copyLink": "Kopiatu esteka",
"delete": "Ezabatu",
"error": "Errorea",
"errorMsg": "Zerbait oker joan da. Saiatu berriro beranduago.",
"oops": "Arranopola!",
"other": "Bestelakoa",
"readMore": "Gehiago irakurri",
"success": "Burutu da",
"sensitive": "Sentibera",
"sensitiveContent": "Kontuz edukiarekin",
"sensitiveContentWarning": "Argitalpen honen edukia mingarria izan daiteke"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
"terms": "Erabilera-baldintzak",
"privacy": "Pribatutasun-gidalerroak"
},
"navmenu": {
"search": "Search",
"admin": "Admin Dashboard",
"homeFeed": "Home Feed",
"localFeed": "Local Feed",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Notifications",
"groups": "Groups",
"stories": "Stories",
"profile": "Profile",
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"backToPreviousDesign": "Go back to previous design"
"search": "Bilatu",
"admin": "Adminaren panela",
"homeFeed": "Hasierako jarioa",
"localFeed": "Tokiko jarioa",
"globalFeed": "Iturri globala",
"discover": "Aurkitu",
"directMessages": "Mezu zuzenak",
"notifications": "Jakinarazpenak",
"groups": "Taldeak",
"stories": "Istorioak",
"profile": "Profila",
"drive": "Gida",
"settings": "Ezarpenak",
"compose": "Argitaratu",
"about": "Honi buruz",
"help": "Laguntza",
"language": "Hizkuntza",
"privacy": "Pribatutasuna",
"terms": "Baldintzak",
"backToPreviousDesign": "Itzuli aurreko itxurara"
},
"directMessages": {
"inbox": "Inbox",
"sent": "Sent",
"requests": "Requests"
"inbox": "Sarrera ontzia",
"sent": "Bidalita",
"requests": "Eskaerak"
},
"notifications": {
"liked": "liked your",
"commented": "commented on your",
"reacted": "reacted to your",
"shared": "shared your",
"tagged": "tagged you in a",
"updatedA": "updated a",
"sentA": "sent a",
"followed": "followed",
"mentioned": "mentioned",
"you": "you",
"yourApplication": "Your application to join",
"applicationApproved": "was approved!",
"applicationRejected": "was rejected. You can re-apply to join in 6 months.",
"dm": "dm",
"groupPost": "group post",
"modlog": "modlog",
"post": "post",
"story": "story"
"liked": "datsegi zure",
"commented": "iruzkindu du zure",
"reacted": "-(e)k erantzun egin du zure",
"shared": "partekatu du zure",
"tagged": "etiketatu zaitu hemen:",
"updatedA": "-(e)k eguneratu egin du",
"sentA": "-(e)k bidali egin du",
"followed": "honi jarraitzen hasi da:",
"mentioned": "-(e)k aipatu zaitu",
"you": "zu",
"yourApplication": "Elkartzeko zure eskaera",
"applicationApproved": "onartu da!",
"applicationRejected": "ez da onartu. Berriz eska dezakezu 6 hilabete barru.",
"dm": "mezu pribatua",
"groupPost": "talde argitarapena",
"modlog": "modloga",
"post": "bidalketa",
"story": "istorioa"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToOther": "Share to other",
"noLikes": "No likes yet",
"uploading": "Uploading"
"shareToFollowers": "Partekatu jarraitzaileekin",
"shareToOther": "Partekatu besteekin",
"noLikes": "Atsegiterik ez oraindik",
"uploading": "Igotzen"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"posts": "Bidalketak",
"followers": "Jarraitzaileak",
"following": "Jarraitzen",
"admin": "Admin",
"collections": "Collections",
"follow": "Follow",
"unfollow": "Unfollow",
"editProfile": "Edit Profile",
"followRequested": "Follow Requested",
"joined": "Joined"
"collections": "Bildumak",
"follow": "Jarraitu",
"unfollow": "Utzi jarraitzeari",
"editProfile": "Editatu profila",
"followRequested": "Eskaera bidalita",
"joined": "Elkartu da"
},
"menu": {
"viewPost": "View Post",
"viewProfile": "View Profile",
"moderationTools": "Moderation Tools",
"report": "Report",
"archive": "Archive",
"unarchive": "Unarchive",
"embed": "Embed",
"selectOneOption": "Select one of the following options",
"viewPost": "Ikusi bidalketa",
"viewProfile": "Ikusi profila",
"moderationTools": "Moderazio tresnak",
"report": "Salatu",
"archive": "Artxibatu",
"unarchive": "Desartxibatu",
"embed": "Kapsulatu",
"selectOneOption": "Hautatu aukera hauetako bat",
"unlistFromTimelines": "Unlist from Timelines",
"addCW": "Add Content Warning",
"removeCW": "Remove Content Warning",
"markAsSpammer": "Mark as Spammer",
"addCW": "Edukia kontuz ibiltzekoa dela aipatu",
"removeCW": "Edukia kontuz ibiltzekoa denaren aipamena kendu",
"markAsSpammer": "Markatu zabor-bidaltzaile gisa",
"markAsSpammerText": "Unlist + CW existing and future posts",
"spam": "Spam",
"sensitive": "Sensitive Content",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
"impersonation": "Impersonation",
"scamOrFraud": "Scam or Fraud",
"confirmReport": "Confirm Report",
"confirmReportText": "Are you sure you want to report this post?",
"reportSent": "Report Sent!",
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"spam": "Zaborra",
"sensitive": "Eduki hunkigarria",
"abusive": "Bortxazko edo Mingarria",
"underageAccount": "Adin txikiko baten kontua",
"copyrightInfringement": "Copyrightaren urraketa",
"impersonation": "Nortasunaren iruzurra",
"scamOrFraud": "Iruzur edo lapurreta",
"confirmReport": "Salaketa berretsi",
"confirmReportText": "Ziur bidalketa hau salatu nahi duzula?",
"reportSent": "Salaketa bidali da",
"reportSentText": "Zure salaketa jaso dugu.",
"reportSentError": "Arazo bat egon da bidalketa hau salatzerakoan.",
"modAddCWConfirm": "Ziur al zaude edukiaren abisua jarri nahi duzula argitalpen honetarako?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"modMarkAsSpammerSuccess": "Kontua zabor-bidaltzaile gisa markatu da",
"toFollowers": "jarraitzaileei",
"showCaption": "Irudiaren azalpena erakutsi",
"showLikes": "Erakutsi atsegiteak",
"compactMode": "Modu trinkoa",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"deletePostConfirm": "Ziur bidalketa hau ezabatu nahi duzula?",
"archivePostConfirm": "Ziur bidalketa hau artxibatu nahi duzula?",
"unarchivePostConfirm": "Ziur bidalketa hau desartxibatu nahi duzula?"
},
"story": {
"add": "Add Story"
"add": "Gehitu Istorioa"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
"peopleYouMayKnow": "Agian ezagutzen duzun jendea"
}
}

View file

@ -42,6 +42,11 @@
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"about": "About",
"help": "Help",
"language": "Language",
"privacy": "Privacy",
"terms": "Terms",
"backToPreviousDesign": "Go back to previous design"
},
"directMessages": {

View file

@ -4,7 +4,7 @@
"commented": "Comment\u00e9",
"comments": "Commentaires",
"like": "J'aime",
"liked": "Aim\u00e9\u00b7e",
"liked": "Aim\u00e9",
"likes": "J'aime",
"share": "Partager",
"shared": "Partag\u00e9",
@ -15,130 +15,130 @@
"delete": "Supprimer",
"error": "Erreur",
"errorMsg": "Une erreur est survenue. Veuillez r\u00e9essayer plus tard.",
"oops": "Oups\u00a0!",
"oops": "Zut !",
"other": "Autre",
"readMore": "Lire plus",
"success": "Succ\u00e8s",
"readMore": "En savoir plus",
"success": "Op\u00e9ration r\u00e9ussie",
"sensitive": "Sensible",
"sensitiveContent": "Contenu sensible",
"sensitiveContentWarning": "Ce message peut contenir du contenu sensible"
"sensitiveContentWarning": "Le contenu de ce message peut \u00eatre sensible"
},
"site": {
"terms": "Conditions d'utilisation",
"privacy": "Politique de confidentialit\u00e9"
},
"navmenu": {
"search": "Rechercher",
"admin": "Tableau de bord administrateur",
"homeFeed": "Flux principal",
"localFeed": "Flux local",
"globalFeed": "Flux global",
"search": "Chercher",
"admin": "Tableau de bord d'administration",
"homeFeed": "Fil principal",
"localFeed": "Fil local",
"globalFeed": "Fil global",
"discover": "D\u00e9couvrir",
"directMessages": "Messages Priv\u00e9s",
"notifications": "Notifications",
"groups": "Groupes",
"stories": "Stories",
"profile": "Profil",
"drive": "Drive",
"drive": "M\u00e9diath\u00e8que",
"settings": "Param\u00e8tres",
"compose": "Create New",
"compose": "Publier",
"about": "\u00c0 propos",
"help": "Aide",
"language": "Langue",
"privacy": "Privacy",
"terms": "Conditions\u00a0",
"privacy": "Confidentialit\u00e9",
"terms": "Conditions",
"backToPreviousDesign": "Revenir au design pr\u00e9c\u00e9dent"
},
"directMessages": {
"inbox": "Bo\u00eete de r\u00e9ception",
"sent": "Sent",
"sent": "Bo\u00eete d'envois",
"requests": "Demandes"
},
"notifications": {
"liked": "a aim\u00e9\u00b7e votre",
"commented": "a comment\u00e9\u00b7e votre",
"liked": "a aim\u00e9 votre",
"commented": "a comment\u00e9 votre",
"reacted": "a r\u00e9agi \u00e0 votre",
"shared": "shared your",
"tagged": "tagged you in a",
"updatedA": "updated a",
"sentA": "sent a",
"followed": "followed",
"mentioned": "mentioned",
"you": "you",
"yourApplication": "Your application to join",
"applicationApproved": "was approved!",
"applicationRejected": "was rejected. You can re-apply to join in 6 months.",
"dm": "dm",
"groupPost": "group post",
"modlog": "modlog",
"post": "post",
"shared": "a partag\u00e9 votre",
"tagged": "vous a tagu\u00e9\u00b7e dans un",
"updatedA": "mis \u00e0 jour un\u00b7e",
"sentA": "a envoy\u00e9 un\u00b7e",
"followed": "s'est abonn\u00e9\u00b7e \u00e0",
"mentioned": "a mentionn\u00e9",
"you": "vous",
"yourApplication": "Votre candidature \u00e0 rejoindre",
"applicationApproved": "a \u00e9t\u00e9 approuv\u00e9e !",
"applicationRejected": "a \u00e9t\u00e9 rejet\u00e9e. Vous pouvez refaire une demande dans 6 mois.",
"dm": "mp",
"groupPost": "publication de groupe",
"modlog": "journal de mod\u00e9ration",
"post": "publication",
"story": "story"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToOther": "Share to other",
"noLikes": "No likes yet",
"uploading": "Uploading"
"shareToFollowers": "Partager avec ses abonn\u00e9\u00b7e\u00b7s",
"shareToOther": "Partager avec d'autres",
"noLikes": "Aucun J'aime pour le moment",
"uploading": "Envoi en cours"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"admin": "Admin",
"posts": "Publications",
"followers": "Abonn\u00e9\u00b7e\u00b7s",
"following": "Abonnements",
"admin": "Administrateur\u00b7rice",
"collections": "Collections",
"follow": "Follow",
"unfollow": "Unfollow",
"editProfile": "Edit Profile",
"followRequested": "Follow Requested",
"joined": "Joined"
"follow": "S'abonner",
"unfollow": "Se d\u00e9sabonner",
"editProfile": "Modifier votre profil",
"followRequested": "Demande d'abonnement",
"joined": "A rejoint"
},
"menu": {
"viewPost": "View Post",
"viewProfile": "View Profile",
"moderationTools": "Moderation Tools",
"report": "Report",
"archive": "Archive",
"unarchive": "Unarchive",
"embed": "Embed",
"selectOneOption": "Select one of the following options",
"unlistFromTimelines": "Unlist from Timelines",
"addCW": "Add Content Warning",
"removeCW": "Remove Content Warning",
"markAsSpammer": "Mark as Spammer",
"markAsSpammerText": "Unlist + CW existing and future posts",
"spam": "Spam",
"sensitive": "Sensitive Content",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
"viewPost": "Voir la publication",
"viewProfile": "Voir le profil",
"moderationTools": "Outils de mod\u00e9ration",
"report": "Signaler",
"archive": "Archiver",
"unarchive": "D\u00e9sarchiver",
"embed": "Int\u00e9grer",
"selectOneOption": "S\u00e9lectionnez l'une des options suivantes",
"unlistFromTimelines": "Retirer des flux",
"addCW": "Ajouter un avertissement de contenu",
"removeCW": "Enlever l\u2019avertissement de contenu",
"markAsSpammer": "Marquer comme spammeur\u00b7euse",
"markAsSpammerText": "Retirer + avertissements pour les contenus existants et futurs",
"spam": "Ind\u00e9sirable",
"sensitive": "Contenu sensible",
"abusive": "Abusif ou pr\u00e9judiciable",
"underageAccount": "Compte d'un\u00b7e mineur\u00b7e",
"copyrightInfringement": "Violation des droits d\u2019auteur",
"impersonation": "Usurpation d'identit\u00e9",
"scamOrFraud": "Arnaque ou fraude",
"confirmReport": "Confirmer le signalement",
"confirmReportText": "Are you sure you want to report this post?",
"reportSent": "Report Sent!",
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"confirmReportText": "\u00cates-vous s\u00fbr\u00b7e de vouloir signaler cette publication ?",
"reportSent": "Signalement envoy\u00e9 !",
"reportSentText": "Nous avons bien re\u00e7u votre signalement.",
"reportSentError": "Une erreur s'est produite lors du signalement de cette publication.",
"modAddCWConfirm": "\u00cates-vous s\u00fbr\u00b7e de vouloir ajouter un avertissement de contenu \u00e0 cette publication ?",
"modCWSuccess": "Avertissement de contenu ajout\u00e9 avec succ\u00e8s",
"modRemoveCWConfirm": "\u00cates-vous s\u00fbr\u00b7e de vouloir supprimer l'avertissement de contenu sur cette publication ?",
"modRemoveCWSuccess": "Avertissement de contenu supprim\u00e9 avec succ\u00e8s",
"modUnlistConfirm": "\u00cates-vous s\u00fbr\u00b7e de vouloir retirer cette publication des flux ?",
"modUnlistSuccess": "Publication retir\u00e9e des fils avec succ\u00e8s",
"modMarkAsSpammerConfirm": "\u00cates-vous s\u00fbr\u00b7e de vouloir marquer cet utilisateur\u00b7rice comme spammeur\u00b7euse ? Toutes les publications existantes et futures seront retir\u00e9es des flux et un avertissement de contenu sera appliqu\u00e9.",
"modMarkAsSpammerSuccess": "Compte marqu\u00e9 avec succ\u00e8s comme spammeur",
"toFollowers": "aux abonn\u00e9\u00b7e\u00b7s",
"showCaption": "Afficher la l\u00e9gende",
"showLikes": "Afficher les J'aime",
"compactMode": "Mode compact",
"embedConfirmText": "En utilisant ce module, vous acceptez nos",
"deletePostConfirm": "\u00cates-vous s\u00fbr\u00b7e de vouloir supprimer cette publication ?",
"archivePostConfirm": "\u00cates-vous s\u00fbr\u00b7e de vouloir archiver cette publication ?",
"unarchivePostConfirm": "\u00cates-vous s\u00fbr\u00b7e de vouloir d\u00e9sarchiver cette publication ?"
},
"story": {
"add": "Add Story"
"add": "Ajouter une story"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
"peopleYouMayKnow": "Connaissances possibles"
}
}

144
public/_lang/gd.json Normal file
View file

@ -0,0 +1,144 @@
{
"common": {
"comment": "Beachd",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"liked": "Liked",
"likes": "Likes",
"share": "Co-roinn",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Sguir dheth",
"copyLink": "D\u00e8an lethbhreac dhen cheangal",
"delete": "Sguab \u00e0s",
"error": "Mearachd",
"errorMsg": "Something went wrong. Please try again later.",
"oops": "Oops!",
"other": "Other",
"readMore": "Read more",
"success": "Success",
"sensitive": "Frionasach",
"sensitiveContent": "Susbaint fhrionasach",
"sensitiveContentWarning": "This post may contain sensitive content"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
},
"navmenu": {
"search": "Lorg",
"admin": "Admin Dashboard",
"homeFeed": "Inbhir na dachaigh",
"localFeed": "Inbhir ionadail",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Brathan",
"groups": "Buidhnean",
"stories": "Stories",
"profile": "Pr\u00f2ifil",
"drive": "Draibh",
"settings": "Roghainnean",
"compose": "Cruthaich fear \u00f9r",
"about": "Mu dh\u00e8idhinn",
"help": "Cobhair",
"language": "C\u00e0nan",
"privacy": "Pr\u00ecobhaideachd",
"terms": "Teirmichean",
"backToPreviousDesign": "Go back to previous design"
},
"directMessages": {
"inbox": "Am bogsa a-steach",
"sent": "Sent",
"requests": "Iarrtasan"
},
"notifications": {
"liked": "liked your",
"commented": "commented on your",
"reacted": "reacted to your",
"shared": "shared your",
"tagged": "tagged you in a",
"updatedA": "updated a",
"sentA": "sent a",
"followed": "followed",
"mentioned": "mentioned",
"you": "you",
"yourApplication": "Your application to join",
"applicationApproved": "was approved!",
"applicationRejected": "was rejected. You can re-apply to join in 6 months.",
"dm": "dm",
"groupPost": "group post",
"modlog": "modlog",
"post": "post",
"story": "sgeul"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToOther": "Share to other",
"noLikes": "No likes yet",
"uploading": "Uploading"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"admin": "Admin",
"collections": "Collections",
"follow": "Lean air",
"unfollow": "Unfollow",
"editProfile": "Deasaich a\u2019 phr\u00f2ifil",
"followRequested": "Follow Requested",
"joined": "Joined"
},
"menu": {
"viewPost": "Seall am post",
"viewProfile": "Seall a\u2019 phr\u00f2ifil",
"moderationTools": "Innealan na maorsainneachd",
"report": "Report",
"archive": "Archive",
"unarchive": "Unarchive",
"embed": "Leabaich",
"selectOneOption": "Tagh t\u00e8 dhe na roghainnean seo",
"unlistFromTimelines": "Unlist from Timelines",
"addCW": "Cuir rabhadh susbainte ris",
"removeCW": "Thoir air falbh an rabhadh susbainte",
"markAsSpammer": "Cuir comharra gur e spamair a th\u2019 ann",
"markAsSpammerText": "Unlist + CW existing and future posts",
"spam": "Spama",
"sensitive": "Susbaint fhrionasach",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
"impersonation": "Impersonation",
"scamOrFraud": "Scam or Fraud",
"confirmReport": "Dearbh an gearan",
"confirmReportText": "Are you sure you want to report this post?",
"reportSent": "Chaidh an gearan a chur!",
"reportSentText": "Fhuair sinn do ghearan.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"toFollowers": "to Followers",
"showCaption": "Seall am fo-thiotal",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "A bheil thu cinnteach gu bheil thu airson am post seo a sguabadh \u00e0s?",
"archivePostConfirm": "A bheil thu cinnteach gu bheil thu airson am post seo a chur dhan tasg-lann?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
},
"story": {
"add": "Cuir sgeul ris"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
}
}

View file

@ -1,144 +1,144 @@
{
"common": {
"comment": "Comment",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"liked": "Liked",
"likes": "Likes",
"share": "Share",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Cancel",
"copyLink": "Copy Link",
"delete": "Delete",
"error": "Error",
"errorMsg": "Something went wrong. Please try again later.",
"oops": "Oops!",
"other": "Other",
"readMore": "Read more",
"success": "Success",
"sensitive": "Sensitive",
"sensitiveContent": "Sensitive Content",
"sensitiveContentWarning": "This post may contain sensitive content"
"comment": "Comentar",
"commented": "Comentou",
"comments": "Comentarios",
"like": "Agr\u00e1dame",
"liked": "Gustoulle",
"likes": "Gustoulle",
"share": "Compartir",
"shared": "Compartiu",
"shares": "Compartido",
"unshare": "Non compartir",
"cancel": "Cancelar",
"copyLink": "Copiar ligaz\u00f3n",
"delete": "Eliminar",
"error": "Erro",
"errorMsg": "Algo foi mal. T\u00e9nteo de novo m\u00e1is tarde.",
"oops": "Vaites!",
"other": "Outro",
"readMore": "Ler m\u00e1is",
"success": "\u00c9xito",
"sensitive": "Sensible",
"sensitiveContent": "Contido sensible",
"sensitiveContentWarning": "Esta publicaci\u00f3n pode conter contido sensible"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
"terms": "Termos de uso",
"privacy": "Pol\u00edtica de Privacidade"
},
"navmenu": {
"search": "Search",
"admin": "Admin Dashboard",
"homeFeed": "Home Feed",
"localFeed": "Local Feed",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Notifications",
"groups": "Groups",
"stories": "Stories",
"profile": "Profile",
"search": "Busca",
"admin": "Panel Administrativo",
"homeFeed": "Cronolox\u00eda de Inicio",
"localFeed": "Cronolox\u00eda Local",
"globalFeed": "Cronolox\u00eda Global",
"discover": "Descubrir",
"directMessages": "Mensaxes Directas",
"notifications": "Notificaci\u00f3ns",
"groups": "Grupos",
"stories": "Historias",
"profile": "Perfil",
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"about": "About",
"help": "Help",
"language": "Language",
"privacy": "Privacy",
"terms": "Terms",
"backToPreviousDesign": "Go back to previous design"
"settings": "Axustes",
"compose": "Crear Nova",
"about": "Acerca de",
"help": "Axuda",
"language": "Idioma",
"privacy": "Privacidade",
"terms": "Termos",
"backToPreviousDesign": "Volver \u00f3 dese\u00f1o previo"
},
"directMessages": {
"inbox": "Inbox",
"sent": "Sent",
"requests": "Requests"
"inbox": "Bandexa de entrada",
"sent": "Enviados",
"requests": "Petici\u00f3ns"
},
"notifications": {
"liked": "liked your",
"commented": "commented on your",
"reacted": "reacted to your",
"shared": "shared your",
"tagged": "tagged you in a",
"updatedA": "updated a",
"sentA": "sent a",
"followed": "followed",
"mentioned": "mentioned",
"liked": "gustoulle a t\u00faa",
"commented": "comentou na t\u00faa",
"reacted": "reaccionou a t\u00faa",
"shared": "compartiu a t\u00faa",
"tagged": "etiquetoute nunca",
"updatedA": "actualizou unha",
"sentA": "enviou unha",
"followed": "seguiu",
"mentioned": "mencionou",
"you": "you",
"yourApplication": "Your application to join",
"applicationApproved": "was approved!",
"applicationRejected": "was rejected. You can re-apply to join in 6 months.",
"dm": "dm",
"yourApplication": "A t\u00faa solicitude para unirte",
"applicationApproved": "foi aprobada!",
"applicationRejected": "for rexeitada. Podes volver a solicitar unirte en 6 meses.",
"dm": "md",
"groupPost": "group post",
"modlog": "modlog",
"post": "post",
"story": "story"
"post": "publicaci\u00f3n",
"story": "historia"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToOther": "Share to other",
"noLikes": "No likes yet",
"uploading": "Uploading"
"shareToFollowers": "Compartir a seguidores",
"shareToOther": "Compartir a outros",
"noLikes": "Sen g\u00fastame por agora",
"uploading": "Subindo"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"admin": "Admin",
"collections": "Collections",
"follow": "Follow",
"unfollow": "Unfollow",
"editProfile": "Edit Profile",
"followRequested": "Follow Requested",
"joined": "Joined"
"posts": "Publicaci\u00f3ns",
"followers": "Seguidores",
"following": "Seguindo",
"admin": "Administrador",
"collections": "Colecci\u00f3ns",
"follow": "Seguir",
"unfollow": "Deixar de seguir",
"editProfile": "Editar perfil",
"followRequested": "Seguimento pedido",
"joined": "Uniuse"
},
"menu": {
"viewPost": "View Post",
"viewProfile": "View Profile",
"moderationTools": "Moderation Tools",
"report": "Report",
"archive": "Archive",
"unarchive": "Unarchive",
"embed": "Embed",
"selectOneOption": "Select one of the following options",
"unlistFromTimelines": "Unlist from Timelines",
"addCW": "Add Content Warning",
"removeCW": "Remove Content Warning",
"markAsSpammer": "Mark as Spammer",
"markAsSpammerText": "Unlist + CW existing and future posts",
"viewPost": "Ver publicaci\u00f3n",
"viewProfile": "Ver perfil",
"moderationTools": "Ferramentas de moderaci\u00f3n",
"report": "Informar",
"archive": "Arquivar",
"unarchive": "Desarquivar",
"embed": "Incrustar",
"selectOneOption": "Elixe unha das seguintes opci\u00f3ns",
"unlistFromTimelines": "Desalistar das cronolox\u00edas",
"addCW": "Engadir aviso sobre o contido",
"removeCW": "Retirar o aviso sobre o contido",
"markAsSpammer": "Marcar como Spammer",
"markAsSpammerText": "Desalistar + aviso sobre o contido en publicaci\u00f3ns existentes e futuras",
"spam": "Spam",
"sensitive": "Sensitive Content",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
"impersonation": "Impersonation",
"scamOrFraud": "Scam or Fraud",
"confirmReport": "Confirm Report",
"confirmReportText": "Are you sure you want to report this post?",
"reportSent": "Report Sent!",
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"sensitive": "Contido sensible",
"abusive": "Abusivo ou dani\u00f1o",
"underageAccount": "Conta de minor de idade",
"copyrightInfringement": "Violaci\u00f3n dos dereitos de autor",
"impersonation": "Suplantaci\u00f3n de identidade",
"scamOrFraud": "Estafa ou fraude",
"confirmReport": "Confirmar reporte",
"confirmReportText": "Seguro que queres informar sobre esta publicaci\u00f3n?",
"reportSent": "Informe enviado!",
"reportSentText": "Recibimos correctamente o teu informe.",
"reportSentError": "Houbo un problema reportando esta publicaci\u00f3n.",
"modAddCWConfirm": "Seguro que queres engadir un aviso de contido sobre esta publicaci\u00f3n?",
"modCWSuccess": "Aviso de contido engadido correctamente",
"modRemoveCWConfirm": "Seguro que queres eliminar o aviso de contido sobre esta publicaci\u00f3n?",
"modRemoveCWSuccess": "Aviso de contido eliminado correctamente",
"modUnlistConfirm": "Seguro que queres desalistar esta publicaci\u00f3n?",
"modUnlistSuccess": "Publicaci\u00f3n desalistada correctamente",
"modMarkAsSpammerConfirm": "Seguro que queres marcar a este usuario como spam? Todas as publicaci\u00f3ns existentes e futuras ser\u00e1n desalistadas das cronolox\u00edas e un aviso de contido ser\u00e1 aplicado.",
"modMarkAsSpammerSuccess": "Conta marcada como spam correctamente",
"toFollowers": "para Seguidores",
"showCaption": "Mostrar descrici\u00f3n",
"showLikes": "Mostrar os g\u00fastame",
"compactMode": "Modo compacto",
"embedConfirmText": "Utilizando ese incrustado, aceptas",
"deletePostConfirm": "Seguro que queres eliminar esta publicaci\u00f3n?",
"archivePostConfirm": "Seguro que queres arquivar esta publicaci\u00f3n?",
"unarchivePostConfirm": "Seguro que queres desarquivar esta publicaci\u00f3n?"
},
"story": {
"add": "Add Story"
"add": "Engadir historia"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
"peopleYouMayKnow": "Xente que podes co\u00f1ecer"
}
}

View file

@ -29,7 +29,7 @@
},
"navmenu": {
"search": "\u05d7\u05d9\u05e4\u05d5\u05e9",
"admin": "\u05dc\u05d5\u05d7 \u05d1\u05e7\u05e8\u05d4 \u05dc\u05d0\u05d3\u05de\u05d9\u05e0\u05d9\u05e1\u05d8\u05e8\u05e6\u05d9\u05d4",
"admin": "\u05dc\u05d5\u05d7 \u05d1\u05e7\u05e8\u05d4 \u05dc\u05de\u05e0\u05d4\u05dc",
"homeFeed": "\u05e4\u05d9\u05d3 \u05d1\u05d9\u05ea\u05d9",
"localFeed": "\u05e4\u05d9\u05d3 \u05de\u05e7\u05d5\u05de\u05d9",
"globalFeed": "\u05e4\u05d9\u05d3 \u05d2\u05dc\u05d5\u05d1\u05d0\u05dc\u05d9",
@ -58,61 +58,61 @@
"liked": "\u05d0\u05d4\u05d1\u05d5 \u05dc\u05da",
"commented": "\u05d4\u05e2\u05d9\u05e8\u05d5 \u05dc\u05da \u05e2\u05dc",
"reacted": "\u05d4\u05d2\u05d9\u05d1\u05d5 \u05dc\u05da \u05e2\u05dc",
"shared": "shared your",
"tagged": "tagged you in a",
"updatedA": "updated a",
"sentA": "sent a",
"followed": "followed",
"mentioned": "mentioned",
"shared": "\u05e9\u05d9\u05ea\u05e4\u05d5 \u05dc\u05da",
"tagged": "\u05ea\u05d9\u05d9\u05d2\u05d5 \u05d0\u05d5\u05ea\u05da \u05d1\u05ea\u05d5\u05da",
"updatedA": "\u05e2\u05d3\u05db\u05e0\u05d5",
"sentA": "\u05e9\u05dc\u05d7\u05d5",
"followed": "\u05e2\u05d5\u05e7\u05d1\u05d9\u05dd",
"mentioned": "\u05e6\u05d9\u05d9\u05e0\u05d5",
"you": "\u05d0\u05ea\u05db\u05dd",
"yourApplication": "\u05d1\u05e7\u05e9\u05ea\u05db\u05dd \u05dc\u05d4\u05e6\u05d8\u05e8\u05e4\u05d5\u05ea",
"applicationApproved": "\u05d0\u05d5\u05e9\u05e8\u05d4!",
"applicationRejected": "\u05e0\u05d3\u05d7\u05ea\u05d4. \u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05dc\u05d5\u05d7 \u05d1\u05e7\u05e9\u05d4 \u05d7\u05d5\u05d6\u05e8\u05ea \u05dc\u05d0\u05d7\u05e8 6 \u05d7\u05d5\u05d3\u05e9\u05d9\u05dd.",
"dm": "\u05d4\u05d5\u05d3\u05e2\u05d4 \u05d0\u05d9\u05e9\u05d9\u05ea",
"groupPost": "\u05e4\u05d5\u05e1\u05d8 \u05e7\u05d1\u05d5\u05e6\u05ea\u05d9",
"modlog": "modlog",
"modlog": "\u05dc\u05d5\u05d2 \u05de\u05e0\u05d4\u05dc\u05d9\u05dd",
"post": "\u05e4\u05d5\u05e1\u05d8",
"story": "story"
"story": "\u05e1\u05d8\u05d5\u05e8\u05d9"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToOther": "Share to other",
"noLikes": "No likes yet",
"uploading": "Uploading"
"shareToFollowers": "\u05e9\u05ea\u05e3 \u05dc\u05e2\u05d5\u05e7\u05d1\u05d9\u05dd",
"shareToOther": "\u05e9\u05ea\u05e3 \u05dc-\u05d0\u05d7\u05e8",
"noLikes": "\u05d0\u05d9\u05df \u05e2\u05d3\u05d9\u05d9\u05df \u05e1\u05d9\u05de\u05d5\u05e0\u05d9 \"\u05d0\u05d4\u05d1\u05ea\u05d9\"",
"uploading": "\u05de\u05e2\u05dc\u05d4"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"admin": "Admin",
"collections": "Collections",
"follow": "Follow",
"unfollow": "Unfollow",
"editProfile": "Edit Profile",
"followRequested": "Follow Requested",
"joined": "Joined"
"posts": "\u05e4\u05d5\u05e1\u05d8\u05d9\u05dd",
"followers": "\u05e2\u05d5\u05e7\u05d1\u05d9\u05dd",
"following": "\u05e2\u05d5\u05e7\u05d1/\u05ea",
"admin": "\u05de\u05e0\u05d4\u05dc \u05de\u05e2\u05e8\u05db\u05ea",
"collections": "\u05d0\u05d5\u05e1\u05e4\u05d9\u05dd",
"follow": "\u05e2\u05e7\u05d5\u05d1",
"unfollow": "\u05d4\u05e4\u05e1\u05e7 \u05de\u05e2\u05e7\u05d1",
"editProfile": "\u05e2\u05e8\u05d5\u05da \u05e4\u05e8\u05d5\u05e4\u05d9\u05dc",
"followRequested": "\u05d1\u05e7\u05e9\u05ea \u05e2\u05e7\u05d9\u05d1\u05d4",
"joined": "\u05d4\u05e6\u05d8\u05e8\u05e4\u05d5\u05d9\u05d5\u05ea"
},
"menu": {
"viewPost": "View Post",
"viewProfile": "View Profile",
"moderationTools": "Moderation Tools",
"report": "Report",
"archive": "Archive",
"unarchive": "Unarchive",
"embed": "Embed",
"selectOneOption": "Select one of the following options",
"unlistFromTimelines": "Unlist from Timelines",
"addCW": "Add Content Warning",
"removeCW": "Remove Content Warning",
"markAsSpammer": "Mark as Spammer",
"markAsSpammerText": "Unlist + CW existing and future posts",
"spam": "Spam",
"sensitive": "Sensitive Content",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
"impersonation": "Impersonation",
"scamOrFraud": "Scam or Fraud",
"viewPost": "\u05d4\u05e6\u05d2 \u05e4\u05d5\u05e1\u05d8",
"viewProfile": "\u05d4\u05e6\u05d2 \u05e4\u05e8\u05d5\u05e4\u05d9\u05dc",
"moderationTools": "\u05db\u05dc\u05d9 \u05e0\u05d9\u05d4\u05d5\u05dc",
"report": "\u05d3\u05d5\u05d5\u05d7",
"archive": "\u05d0\u05e8\u05db\u05d9\u05d5\u05df",
"unarchive": "\u05d4\u05e1\u05e8 \u05de\u05d4\u05d0\u05e8\u05db\u05d9\u05d5\u05df",
"embed": "\u05d4\u05d8\u05de\u05e2",
"selectOneOption": "\u05d1\u05d7\u05e8 \u05d1\u05d0\u05d7\u05d3 \u05de\u05d4\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05d4\u05d1\u05d0\u05d5\u05ea",
"unlistFromTimelines": "\u05d4\u05e2\u05dc\u05dd \u05de\u05d8\u05d9\u05d9\u05de\u05dc\u05d9\u05d9\u05e0\u05d9\u05dd",
"addCW": "\u05d4\u05d5\u05e1\u05e3 \u05d0\u05d6\u05d4\u05e8\u05ea \u05ea\u05d5\u05db\u05df",
"removeCW": "\u05d4\u05e1\u05e8 \u05d0\u05d6\u05d4\u05e8\u05ea \u05ea\u05d5\u05db\u05df",
"markAsSpammer": "\u05e1\u05de\u05df \u05d1\u05ea\u05d5\u05e8 \u05e1\u05e4\u05d0\u05de\u05e8 (\u05de\u05e6\u05d9\u05e3)",
"markAsSpammerText": "\u05d4\u05e2\u05dc\u05dd \u05d5\u05d4\u05e4\u05e2\u05dc \u05d0\u05d6\u05d4\u05e8\u05ea \u05ea\u05d5\u05db\u05df \u05dc\u05e4\u05d5\u05e1\u05d8\u05d9\u05dd \u05e7\u05d9\u05d9\u05de\u05d9\u05dd \u05d5\u05e2\u05ea\u05d9\u05d3\u05d9\u05d9\u05dd",
"spam": "\u05e1\u05e4\u05d0\u05dd",
"sensitive": "\u05ea\u05d5\u05db\u05df \u05e8\u05d2\u05d9\u05e9",
"abusive": "\u05ea\u05d5\u05db\u05df \u05de\u05d8\u05e8\u05d9\u05d3 \u05d0\u05d5 \u05de\u05d6\u05d9\u05e7",
"underageAccount": "\u05ea\u05d5\u05db\u05df \u05e2\u05dd \u05e7\u05d8\u05d9\u05e0\u05d9\u05dd",
"copyrightInfringement": "\u05d4\u05e4\u05e8\u05ea \u05d6\u05db\u05d5\u05d9\u05d5\u05ea \u05d9\u05d5\u05e6\u05e8\u05d9\u05dd",
"impersonation": "\u05d4\u05ea\u05d7\u05d6\u05d5\u05ea",
"scamOrFraud": "\u05d4\u05d5\u05e0\u05d0\u05d4",
"confirmReport": "\u05d0\u05d9\u05e9\u05d5\u05e8 \u05d3\u05d9\u05d5\u05d5\u05d7",
"confirmReportText": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05dd \u05d1\u05d8\u05d5\u05d7\u05d9\u05dd \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05db\u05dd \u05dc\u05d3\u05d5\u05d5\u05d7 \u05e2\u05dc \u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4?",
"reportSent": "\u05d3\u05d9\u05d5\u05d5\u05d7 \u05e0\u05e9\u05dc\u05d7!",
@ -122,23 +122,23 @@
"modCWSuccess": "\u05d0\u05d6\u05d4\u05e8\u05ea \u05ea\u05d5\u05db\u05df \u05e0\u05d5\u05e1\u05e4\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4",
"modRemoveCWConfirm": "\u05d0\u05ea\u05dd \u05d1\u05d8\u05d5\u05d7\u05d9\u05dd \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05db\u05dd \u05dc\u05d4\u05e1\u05d9\u05e8 \u05d0\u05ea \u05d0\u05d6\u05d4\u05e8\u05ea \u05d4\u05ea\u05d5\u05db\u05df \u05de\u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4?",
"modRemoveCWSuccess": "\u05d0\u05d6\u05d4\u05e8\u05ea \u05ea\u05d5\u05db\u05df \u05d4\u05d5\u05e1\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"modUnlistConfirm": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05dd \u05d1\u05d8\u05d5\u05d7\u05d9\u05dd \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05db\u05dd \u05dc\u05d4\u05e2\u05dc\u05d9\u05dd \u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4?",
"modUnlistSuccess": "\u05e4\u05d5\u05e1\u05d8 \u05d4\u05d5\u05e2\u05dc\u05dd \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4",
"modMarkAsSpammerConfirm": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05dd \u05d1\u05d8\u05d5\u05d7\u05d9\u05dd \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05db\u05dd \u05dc\u05e1\u05de\u05df \u05de\u05e9\u05ea\u05de\u05e9 \u05d6\u05d4 \u05d1\u05ea\u05d5\u05e8 \u05e1\u05e4\u05d0\u05de\u05e8 (\u05de\u05e6\u05d9\u05e3)? \u05db\u05dc \u05d4\u05e4\u05d5\u05e1\u05d8\u05d9\u05dd \u05d4\u05e7\u05d9\u05d9\u05de\u05d9\u05dd \u05d5\u05e2\u05ea\u05d9\u05d3\u05d9\u05d9\u05dd \u05d9\u05d5\u05e2\u05dc\u05de\u05d5 \u05d5\u05d0\u05d6\u05d4\u05e8\u05ea \u05ea\u05d5\u05db\u05df \u05ea\u05d5\u05e4\u05e2\u05dc.",
"modMarkAsSpammerSuccess": "\u05d7\u05e9\u05d1\u05d5\u05df \u05e1\u05d5\u05de\u05df \u05d1\u05ea\u05d5\u05e8 \u05e1\u05e4\u05d0\u05de\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4",
"toFollowers": "\u05e2\u05d1\u05d5\u05e8 \u05e2\u05d5\u05e7\u05d1\u05d9\u05dd",
"showCaption": "\u05d4\u05e6\u05d2 \u05ea\u05d9\u05d0\u05d5\u05e8",
"showLikes": "\u05d4\u05e6\u05d2 \u05db\u05de\u05d5\u05ea \u05f4\u05d0\u05d4\u05d1\u05ea\u05d9\u05f4",
"compactMode": "\u05de\u05e6\u05d1 \u05de\u05d5\u05e7\u05d8\u05df",
"embedConfirmText": "\u05d1\u05e2\u05d8 \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05d4\u05de\u05d8\u05e2\u05d4 \u05d6\u05d5, \u05d4\u05e0\u05db\u05dd \u05de\u05e1\u05db\u05d9\u05de\u05d9\u05dd \u05d0\u05dc",
"deletePostConfirm": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05dd \u05d1\u05d8\u05d5\u05d7\u05d9\u05dd \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05db\u05dd \u05dc\u05de\u05d7\u05d5\u05e7 \u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4?",
"archivePostConfirm": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05dd \u05d1\u05d8\u05d5\u05d7\u05d9\u05dd \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05db\u05dd \u05dc\u05d4\u05e2\u05d1\u05d9\u05e8 \u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df?",
"unarchivePostConfirm": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05dd \u05d1\u05d8\u05d5\u05d7\u05d9\u05dd \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05db\u05dd \u05dc\u05d4\u05d5\u05e6\u05d9\u05d0 \u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4 \u05de\u05d4\u05d0\u05e8\u05db\u05d9\u05d5\u05df?"
},
"story": {
"add": "Add Story"
"add": "\u05d4\u05d5\u05e1\u05e3 \u05e1\u05d8\u05d5\u05e8\u05d9"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
"peopleYouMayKnow": "\u05d0\u05e0\u05e9\u05d9\u05dd \u05e9\u05d0\u05ea\u05dd \u05d0\u05d5\u05dc\u05d9 \u05de\u05db\u05d9\u05e8\u05d9\u05dd"
}
}

View file

@ -8,7 +8,7 @@
"likes": "Suka",
"share": "Bagikan",
"shared": "Dibagikan",
"shares": "Bagi",
"shares": "Dibagikan",
"unshare": "Batalkan berbagi",
"cancel": "Batal",
"copyLink": "Salin tautan",
@ -57,7 +57,7 @@
"notifications": {
"liked": "menyukai",
"commented": "mengomentari",
"reacted": "reacted to your",
"reacted": "bereaksi terhadap",
"shared": "membagikan",
"tagged": "menandai Anda pada sebuah",
"updatedA": "mengupdate sebuah",
@ -71,74 +71,74 @@
"dm": "dm",
"groupPost": "postingan grup",
"modlog": "modlog",
"post": "post",
"story": "story"
"post": "postingan",
"story": "cerita"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToOther": "Share to other",
"noLikes": "No likes yet",
"uploading": "Uploading"
"shareToFollowers": "Membagikan kepada pengikut",
"shareToOther": "Membagikan ke orang lain",
"noLikes": "Belum ada yang menyukai",
"uploading": "Mengunggah"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"admin": "Admin",
"collections": "Collections",
"follow": "Follow",
"unfollow": "Unfollow",
"editProfile": "Edit Profile",
"followRequested": "Follow Requested",
"joined": "Joined"
"posts": "Postingan",
"followers": "Pengikut",
"following": "Mengikuti",
"admin": "Pengelola",
"collections": "Koleksi",
"follow": "Ikuti",
"unfollow": "Berhenti Ikuti",
"editProfile": "Ubah Profil",
"followRequested": "Meminta Permintaan Mengikuti",
"joined": "Bergabung"
},
"menu": {
"viewPost": "View Post",
"viewProfile": "View Profile",
"moderationTools": "Moderation Tools",
"report": "Report",
"archive": "Archive",
"unarchive": "Unarchive",
"embed": "Embed",
"selectOneOption": "Select one of the following options",
"unlistFromTimelines": "Unlist from Timelines",
"addCW": "Add Content Warning",
"removeCW": "Remove Content Warning",
"markAsSpammer": "Mark as Spammer",
"markAsSpammerText": "Unlist + CW existing and future posts",
"viewPost": "Lihat Postingan",
"viewProfile": "Lihat Profil",
"moderationTools": "Alat Moderasi",
"report": "Laporkan",
"archive": "Arsipkan",
"unarchive": "Keluarkan dari arsip",
"embed": "Penyemat",
"selectOneOption": "Pilih salah satu dari opsi berikut",
"unlistFromTimelines": "Keluarkan dari Timeline",
"addCW": "Tambahkan peringatan konten",
"removeCW": "Hapus Peringatan Konten",
"markAsSpammer": "Tandai sebagai pelaku spam",
"markAsSpammerText": "Hapus dari daftar dan tambahkan peringatan konten pada konten yang telah ada dan akan datang",
"spam": "Spam",
"sensitive": "Sensitive Content",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
"impersonation": "Impersonation",
"scamOrFraud": "Scam or Fraud",
"confirmReport": "Confirm Report",
"confirmReportText": "Are you sure you want to report this post?",
"reportSent": "Report Sent!",
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"sensitive": "Konten Sensitif",
"abusive": "Kasar atau Berbahaya",
"underageAccount": "Akun di bawah umur",
"copyrightInfringement": "Pelanggaran Hak Cipta",
"impersonation": "Peniruan",
"scamOrFraud": "Penipuan",
"confirmReport": "Konfirmasi Laporan",
"confirmReportText": "Apakah Anda yakin ingin melaporkan postingan ini?",
"reportSent": "Laporan Terkirim!",
"reportSentText": "Kita telah berhasil menerima laporan Anda.",
"reportSentError": "Ada masalah saat melaporkan postingan ini.",
"modAddCWConfirm": "Apakah Anda yakin ingin menambahkan peringatan konten pada postingan ini?",
"modCWSuccess": "Berhasil menambahkan peringatan konten",
"modRemoveCWConfirm": "Apakah Anda yakin ingin menghapus peringatan konten pada postingan ini?",
"modRemoveCWSuccess": "Berhasil menghapus peringatan konten",
"modUnlistConfirm": "Apakah Anda yakin ingin mengeluarkan postingan ini dari daftar?",
"modUnlistSuccess": "Berhasil mengeluarkan postingan dari daftar",
"modMarkAsSpammerConfirm": "Apakah Anda ingin menandai pengguna ini sebagai pelaku spam? Semua postingan yang ada dan akan datang akan dihapus dari timeline dan peringatan konten akan diterapkan.",
"modMarkAsSpammerSuccess": "Berhasil menandai akun sebagai pelaku spam",
"toFollowers": "kepada Pengikut",
"showCaption": "Tampilkan Keterangan",
"showLikes": "Tampilkan suka",
"compactMode": "Mode Praktis",
"embedConfirmText": "Dengan menggunakan penyemat ini, Anda setuju dengan",
"deletePostConfirm": "Apakah Anda yakin ingin menghapus postingan ini?",
"archivePostConfirm": "Apakah Anda yakin ingin mengarsip postingan ini?",
"unarchivePostConfirm": "Apakah Anda yakin ingin tidak mengarsipkan postingan ini?"
},
"story": {
"add": "Add Story"
"add": "Tambah Cerita"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
"peopleYouMayKnow": "Orang yang mungkin Anda kenal"
}
}

View file

@ -1,144 +1,144 @@
{
"common": {
"comment": "Comment",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"liked": "Liked",
"likes": "Likes",
"share": "Share",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Cancel",
"copyLink": "Copy Link",
"delete": "Delete",
"error": "Error",
"errorMsg": "Something went wrong. Please try again later.",
"oops": "Oops!",
"other": "Other",
"readMore": "Read more",
"success": "Success",
"sensitive": "Sensitive",
"sensitiveContent": "Sensitive Content",
"sensitiveContentWarning": "This post may contain sensitive content"
"comment": "Commenta",
"commented": "Commentato",
"comments": "Commenti",
"like": "Mi piace",
"liked": "Like aggiunto",
"likes": "Tutti i Like",
"share": "Condividi",
"shared": "Condiviso",
"shares": "Condivisioni",
"unshare": "Annulla condivisione",
"cancel": "Annulla",
"copyLink": "Copia link",
"delete": "Elimina",
"error": "Errore",
"errorMsg": "Qualcosa \u00e8 andato storto. Sei pregato di riprovare pi\u00f9 tardi.",
"oops": "Ops!",
"other": "Altro",
"readMore": "Leggi di pi\u00f9",
"success": "Riuscito",
"sensitive": "Sensibile",
"sensitiveContent": "Contenuto Sensibile",
"sensitiveContentWarning": "Questo post potrebbe contenere contenuti sensibili"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
"terms": "Termini di Utilizzo",
"privacy": "Informativa sulla Privacy"
},
"navmenu": {
"search": "Search",
"admin": "Admin Dashboard",
"homeFeed": "Home Feed",
"localFeed": "Local Feed",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Notifications",
"groups": "Groups",
"stories": "Stories",
"profile": "Profile",
"search": "Cerca",
"admin": "Pannello di amministrazione",
"homeFeed": "Feed Home",
"localFeed": "Feed Locale",
"globalFeed": "Feed Globale",
"discover": "Esplora",
"directMessages": "Messaggi Diretti",
"notifications": "Notifiche",
"groups": "Gruppi",
"stories": "Storie",
"profile": "Profilo",
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"about": "About",
"help": "Help",
"language": "Language",
"settings": "Impostazioni",
"compose": "Crea Nuovo",
"about": "Info",
"help": "Aiuto",
"language": "Lingua",
"privacy": "Privacy",
"terms": "Terms",
"backToPreviousDesign": "Go back to previous design"
"terms": "Condizioni",
"backToPreviousDesign": "Torna al design precedente"
},
"directMessages": {
"inbox": "Inbox",
"sent": "Sent",
"requests": "Requests"
"inbox": "In arrivo",
"sent": "Inviata",
"requests": "Richieste"
},
"notifications": {
"liked": "liked your",
"commented": "commented on your",
"reacted": "reacted to your",
"shared": "shared your",
"tagged": "tagged you in a",
"updatedA": "updated a",
"sentA": "sent a",
"followed": "followed",
"mentioned": "mentioned",
"you": "you",
"yourApplication": "Your application to join",
"applicationApproved": "was approved!",
"applicationRejected": "was rejected. You can re-apply to join in 6 months.",
"liked": "ha messo like a",
"commented": "ha commentato",
"reacted": "ha reagito a",
"shared": "ha condiviso",
"tagged": "ti ha taggato in",
"updatedA": "ha aggiornato un",
"sentA": "ha inviato un",
"followed": "stai seguendo",
"mentioned": "menzionato",
"you": "tu",
"yourApplication": "La tua candidatura per unirti",
"applicationApproved": "\u00e8 stata approvata!",
"applicationRejected": "\u00e8 stata respinta. Puoi richiedere di unirti fra 6 mesi.",
"dm": "dm",
"groupPost": "group post",
"groupPost": "post di gruppo",
"modlog": "modlog",
"post": "post",
"story": "story"
"story": "storia"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToOther": "Share to other",
"noLikes": "No likes yet",
"uploading": "Uploading"
"shareToFollowers": "Condividi con i follower",
"shareToOther": "Condividi con altri",
"noLikes": "Ancora nessun Like",
"uploading": "Caricamento in corso"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"admin": "Admin",
"collections": "Collections",
"follow": "Follow",
"unfollow": "Unfollow",
"editProfile": "Edit Profile",
"followRequested": "Follow Requested",
"joined": "Joined"
"posts": "Post",
"followers": "Follower",
"following": "Seguiti",
"admin": "Amministrazione",
"collections": "Collezioni",
"follow": "Segui",
"unfollow": "Smetti di seguire",
"editProfile": "Modifica profilo",
"followRequested": "Richiesta in attesa",
"joined": "Iscritto"
},
"menu": {
"viewPost": "View Post",
"viewProfile": "View Profile",
"moderationTools": "Moderation Tools",
"report": "Report",
"archive": "Archive",
"unarchive": "Unarchive",
"embed": "Embed",
"selectOneOption": "Select one of the following options",
"unlistFromTimelines": "Unlist from Timelines",
"addCW": "Add Content Warning",
"removeCW": "Remove Content Warning",
"markAsSpammer": "Mark as Spammer",
"markAsSpammerText": "Unlist + CW existing and future posts",
"viewPost": "Mostra Post",
"viewProfile": "Mostra Profilo",
"moderationTools": "Strumenti di moderazione",
"report": "Segnala",
"archive": "Archivia",
"unarchive": "Rimuovi dall'archivio",
"embed": "Incorpora",
"selectOneOption": "Scegli una delle seguenti opzioni",
"unlistFromTimelines": "Rimuovi dalle Timeline",
"addCW": "Aggiungi segnalazione",
"removeCW": "Rimuovi segnalazione",
"markAsSpammer": "Segna come Spammer",
"markAsSpammerText": "Rimuovi dalla lista + segnalazione di contenuti sensibili per post attuali e futuri",
"spam": "Spam",
"sensitive": "Sensitive Content",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
"impersonation": "Impersonation",
"scamOrFraud": "Scam or Fraud",
"confirmReport": "Confirm Report",
"confirmReportText": "Are you sure you want to report this post?",
"reportSent": "Report Sent!",
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"sensitive": "Contenuto Sensibile",
"abusive": "Abusivo o Dannoso",
"underageAccount": "Account di minorenne",
"copyrightInfringement": "Violazione del copyright",
"impersonation": "Impersonifica",
"scamOrFraud": "Truffa o frode",
"confirmReport": "Conferma Segnalazione",
"confirmReportText": "Sei sicur\u0259 di voler segnalare questo contenuto?",
"reportSent": "Segnalazione inviata!",
"reportSentText": "Abbiamo ricevuto la tua segnalazione con successo.",
"reportSentError": "Si \u00e8 verificato un problema nella segnalazione di questo post.",
"modAddCWConfirm": "Sei sicur\u0259 di voler segnalare come sensibile questo post?",
"modCWSuccess": "Segnalazione aggiunta con successo",
"modRemoveCWConfirm": "Sei sicur\u0259 di voler rimuovere la segnalazione da questo post?",
"modRemoveCWSuccess": "Segnalazione rimossa con successo",
"modUnlistConfirm": "Sei sicur\u0259 di voler rimuovere questo post dall\u2019elenco?",
"modUnlistSuccess": "Post rimosso dall\u2019elenco con successo",
"modMarkAsSpammerConfirm": "Sei sicuro di voler contrassegnare questo utente come spammer? Tutti i suoi post esistenti e futuri saranno rimossi dalle timeline e una segnalazione per contenuti sensibili sar\u00e0 aggiunta.",
"modMarkAsSpammerSuccess": "Account contrassegnato come spammer con successo",
"toFollowers": "ai follower",
"showCaption": "Mostra didascalia",
"showLikes": "Mostra i like",
"compactMode": "Modalit\u00e0 compatta",
"embedConfirmText": "Usando questo strumento, acconsenti ai nostri",
"deletePostConfirm": "Sei sicur\u0259 di voler eliminare questo post?",
"archivePostConfirm": "Sei sicur\u0259 di voler archiviare questo post?",
"unarchivePostConfirm": "Sei sicur\u0259 di voler rimuovere questo post dall\u2019archivio?"
},
"story": {
"add": "Add Story"
"add": "Aggiungi Storia"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
"peopleYouMayKnow": "Persone che potresti conoscere"
}
}

View file

@ -1,58 +1,58 @@
{
"common": {
"comment": "Comment",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"liked": "Liked",
"likes": "Likes",
"share": "Share",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Cancel",
"copyLink": "Copy Link",
"delete": "Delete",
"error": "Error",
"errorMsg": "Something went wrong. Please try again later.",
"oops": "Oops!",
"other": "Other",
"readMore": "Read more",
"success": "Success",
"sensitive": "Sensitive",
"sensitiveContent": "Sensitive Content",
"sensitiveContentWarning": "This post may contain sensitive content"
"comment": "\u30b3\u30e1\u30f3\u30c8",
"commented": "\u30b3\u30e1\u30f3\u30c8\u3055\u308c\u307e\u3057\u305f",
"comments": "\u30b3\u30e1\u30f3\u30c8",
"like": "\u3044\u3044\u306d",
"liked": "\u3044\u3044\u306d\u3057\u307e\u3057\u305f",
"likes": "\u3044\u3044\u306d",
"share": "\u5171\u6709",
"shared": "\u5171\u6709\u3055\u308c\u307e\u3057\u305f",
"shares": "\u5171\u6709",
"unshare": "\u5171\u6709\u89e3\u9664",
"cancel": "\u30ad\u30e3\u30f3\u30bb\u30eb",
"copyLink": "\u30ea\u30f3\u30af\u3092\u30b3\u30d4\u30fc",
"delete": "\u524a\u9664",
"error": "\u30a8\u30e9\u30fc",
"errorMsg": "\u4f55\u304b\u304c\u9593\u9055\u3063\u3066\u3044\u307e\u3059\u3002\u3057\u3070\u3089\u304f\u3057\u3066\u304b\u3089\u3084\u308a\u76f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002",
"oops": "\u304a\u304a\u3063\u3068\uff01",
"other": "\u305d\u306e\u4ed6",
"readMore": "\u3082\u3063\u3068\u8aad\u3080",
"success": "\u6210\u529f\u3057\u307e\u3057\u305f",
"sensitive": "\u30bb\u30f3\u30b7\u30c6\u30a3\u30d6",
"sensitiveContent": "\u30bb\u30f3\u30b7\u30c6\u30a3\u30d6\u306a\u30b3\u30f3\u30c6\u30f3\u30c4",
"sensitiveContentWarning": "\u3053\u306e\u6295\u7a3f\u306b\u306f\u30bb\u30f3\u30b7\u30c6\u30a3\u30d6\u306a\u30b3\u30f3\u30c6\u30f3\u30c4\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
"terms": "\u5229\u7528\u898f\u7d04",
"privacy": "\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u30dd\u30ea\u30b7\u30fc"
},
"navmenu": {
"search": "Search",
"admin": "Admin Dashboard",
"homeFeed": "Home Feed",
"localFeed": "Local Feed",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Notifications",
"groups": "Groups",
"stories": "Stories",
"profile": "Profile",
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"about": "About",
"help": "Help",
"language": "Language",
"privacy": "Privacy",
"terms": "Terms",
"backToPreviousDesign": "Go back to previous design"
"search": "\u691c\u7d22",
"admin": "\u7ba1\u7406\u8005\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9",
"homeFeed": "\u30db\u30fc\u30e0\u30d5\u30a3\u30fc\u30c9",
"localFeed": "\u30ed\u30fc\u30ab\u30eb\u30d5\u30a3\u30fc\u30c9",
"globalFeed": "\u30b0\u30ed\u30fc\u30d0\u30eb\u30d5\u30a3\u30fc\u30c9",
"discover": "\u767a\u898b",
"directMessages": "\u30c0\u30a4\u30ec\u30af\u30c8\u30e1\u30c3\u30bb\u30fc\u30b8",
"notifications": "\u901a\u77e5",
"groups": "\u30b0\u30eb\u30fc\u30d7",
"stories": "\u30b9\u30c8\u30fc\u30ea\u30fc\u30ba",
"profile": "\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb",
"drive": "\u30c9\u30e9\u30a4\u30d6",
"settings": "\u8a2d\u5b9a",
"compose": "\u65b0\u898f\u6295\u7a3f",
"about": "\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u3064\u3044\u3066",
"help": "\u30d8\u30eb\u30d7",
"language": "\u8a00\u8a9e",
"privacy": "\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc",
"terms": "\u5229\u7528\u898f\u7d04",
"backToPreviousDesign": "\u4ee5\u524d\u306e\u30c7\u30b6\u30a4\u30f3\u306b\u623b\u3059"
},
"directMessages": {
"inbox": "Inbox",
"sent": "Sent",
"requests": "Requests"
"inbox": "\u53d7\u4fe1\u30c8\u30ec\u30a4",
"sent": "\u9001\u4fe1\u6e08\u307f",
"requests": "\u30ea\u30af\u30a8\u30b9\u30c8"
},
"notifications": {
"liked": "liked your",
@ -64,81 +64,81 @@
"sentA": "sent a",
"followed": "followed",
"mentioned": "mentioned",
"you": "you",
"you": "\u3042\u306a\u305f",
"yourApplication": "Your application to join",
"applicationApproved": "was approved!",
"applicationRejected": "was rejected. You can re-apply to join in 6 months.",
"dm": "dm",
"groupPost": "group post",
"modlog": "modlog",
"post": "post",
"story": "story"
"groupPost": "\u30b0\u30eb\u30fc\u30d7\u306e\u6295\u7a3f",
"modlog": "\u30e2\u30c7\u30ec\u30fc\u30b7\u30e7\u30f3\u30ed\u30b0",
"post": "\u6295\u7a3f",
"story": "\u30b9\u30c8\u30fc\u30ea\u30fc"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToOther": "Share to other",
"noLikes": "No likes yet",
"uploading": "Uploading"
"shareToFollowers": "\u30d5\u30a9\u30ed\u30ef\u30fc\u306b\u5171\u6709",
"shareToOther": "\u305d\u306e\u4ed6\u306b\u5171\u6709",
"noLikes": "\u307e\u3060\u8ab0\u304b\u3089\u3082\u3044\u3044\u306d\u3055\u308c\u3066\u3044\u307e\u305b\u3093",
"uploading": "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u4e2d"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"admin": "Admin",
"collections": "Collections",
"follow": "Follow",
"unfollow": "Unfollow",
"editProfile": "Edit Profile",
"followRequested": "Follow Requested",
"joined": "Joined"
"posts": "\u6295\u7a3f",
"followers": "\u30d5\u30a9\u30ed\u30ef\u30fc",
"following": "\u30d5\u30a9\u30ed\u30fc\u4e2d",
"admin": "\u7ba1\u7406\u8005",
"collections": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3",
"follow": "\u30d5\u30a9\u30ed\u30fc",
"unfollow": "\u30d5\u30a9\u30ed\u30fc\u89e3\u9664",
"editProfile": "\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u3092\u7de8\u96c6",
"followRequested": "\u30d5\u30a9\u30ed\u30fc\u627f\u8a8d\u5f85\u3061",
"joined": "\u53c2\u52a0\u3057\u307e\u3057\u305f"
},
"menu": {
"viewPost": "View Post",
"viewProfile": "View Profile",
"moderationTools": "Moderation Tools",
"report": "Report",
"archive": "Archive",
"unarchive": "Unarchive",
"embed": "Embed",
"selectOneOption": "Select one of the following options",
"unlistFromTimelines": "Unlist from Timelines",
"addCW": "Add Content Warning",
"removeCW": "Remove Content Warning",
"markAsSpammer": "Mark as Spammer",
"markAsSpammerText": "Unlist + CW existing and future posts",
"spam": "Spam",
"sensitive": "Sensitive Content",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
"impersonation": "Impersonation",
"scamOrFraud": "Scam or Fraud",
"confirmReport": "Confirm Report",
"confirmReportText": "Are you sure you want to report this post?",
"reportSent": "Report Sent!",
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"viewPost": "\u6295\u7a3f\u3092\u898b\u308b",
"viewProfile": "\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u3092\u898b\u308b",
"moderationTools": "\u30e2\u30c7\u30ec\u30fc\u30b7\u30e7\u30f3\u30c4\u30fc\u30eb",
"report": "\u5831\u544a",
"archive": "\u30a2\u30fc\u30ab\u30a4\u30d6",
"unarchive": "\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u89e3\u9664",
"embed": "\u57cb\u3081\u8fbc\u307f",
"selectOneOption": "\u4ee5\u4e0b\u306e\u9078\u629e\u80a2\u304b\u30891\u3064\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044",
"unlistFromTimelines": "\u30bf\u30a4\u30e0\u30e9\u30a4\u30f3\u306b\u975e\u8868\u793a",
"addCW": "\u30b3\u30f3\u30c6\u30f3\u30c4\u8b66\u544a\u3092\u8ffd\u52a0",
"removeCW": "\u30b3\u30f3\u30c6\u30f3\u30c4\u8b66\u544a\u3092\u524a\u9664",
"markAsSpammer": "\u30b9\u30d1\u30e0\u3068\u3057\u3066\u30de\u30fc\u30af",
"markAsSpammerText": "\u975e\u8868\u793a\uff0b\u30b3\u30f3\u30c6\u30f3\u30c4\u8b66\u544a\u3092\u65e2\u5b58\u306e\u3001\u307e\u305f\u5c06\u6765\u306e\u6295\u7a3f\u306b\u8ffd\u52a0",
"spam": "\u30b9\u30d1\u30e0",
"sensitive": "\u30bb\u30f3\u30b7\u30c6\u30a3\u30d6\u306a\u30b3\u30f3\u30c6\u30f3\u30c4",
"abusive": "\u8650\u5f85\u307e\u305f\u306f\u6709\u5bb3",
"underageAccount": "\u672a\u6210\u5e74\u306e\u30a2\u30ab\u30a6\u30f3\u30c8",
"copyrightInfringement": "\u8457\u4f5c\u6a29\u4fb5\u5bb3",
"impersonation": "\u306a\u308a\u3059\u307e\u3057",
"scamOrFraud": "\u8a50\u6b3a\u307e\u305f\u306f\u4e0d\u6b63\u306a\u884c\u70ba",
"confirmReport": "\u5831\u544a\u3092\u9001\u4fe1",
"confirmReportText": "\u672c\u5f53\u306b\u3053\u306e\u6295\u7a3f\u3092\u5831\u544a\u3057\u307e\u3059\u304b\uff1f",
"reportSent": "\u5831\u544a\u304c\u9001\u4fe1\u3055\u308c\u307e\u3057\u305f\uff01",
"reportSentText": "\u3042\u306a\u305f\u306e\u5831\u544a\u3092\u53d7\u3051\u53d6\u308a\u307e\u3057\u305f\u3002",
"reportSentError": "\u3053\u306e\u6295\u7a3f\u3092\u5831\u544a\u3059\u308b\u969b\u306b\u554f\u984c\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002",
"modAddCWConfirm": "\u3053\u306e\u6295\u7a3f\u306b\u30b3\u30f3\u30c6\u30f3\u30c4\u8b66\u544a\u3092\u8ffd\u52a0\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f",
"modCWSuccess": "\u30b3\u30f3\u30c6\u30f3\u30c4\u8b66\u544a\u304c\u8ffd\u52a0\u3055\u308c\u307e\u3057\u305f",
"modRemoveCWConfirm": "\u672c\u5f53\u306b\u3053\u306e\u6295\u7a3f\u304b\u3089\u30b3\u30f3\u30c6\u30f3\u30c4\u8b66\u544a\u3092\u524a\u9664\u3057\u307e\u3059\u304b\uff1f",
"modRemoveCWSuccess": "\u30b3\u30f3\u30c6\u30f3\u30c4\u8b66\u544a\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f",
"modUnlistConfirm": "\u672c\u5f53\u306b\u3053\u306e\u6295\u7a3f\u3092\u975e\u8868\u793a\u306b\u3057\u307e\u3059\u304b\uff1f",
"modUnlistSuccess": "\u6295\u7a3f\u304c\u975e\u8868\u793a\u306b\u306a\u308a\u307e\u3057\u305f",
"modMarkAsSpammerConfirm": "\u3053\u306e\u30e6\u30fc\u30b6\u30fc\u3092\u30b9\u30d1\u30e0\u3068\u3057\u3066\u767b\u9332\u3057\u3066\u3044\u3044\u3067\u3059\u304b\uff1f\u65e2\u5b58\u306e\u307e\u305f\u3001\u4eca\u5f8c\u306e\u6295\u7a3f\u306f\u3059\u3079\u3066\u30bf\u30a4\u30e0\u30e9\u30a4\u30f3\u306b\u8868\u793a\u3055\u308c\u305a\u3001\u30b3\u30f3\u30c6\u30f3\u30c4\u8b66\u544a\u304c\u9069\u7528\u3055\u308c\u307e\u3059\u3002",
"modMarkAsSpammerSuccess": "\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30b9\u30d1\u30e0\u3068\u3057\u3066\u30de\u30fc\u30af\u3057\u307e\u3057\u305f",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"showCaption": "\u8aac\u660e\u3092\u8868\u793a",
"showLikes": "\u3044\u3044\u306d\u3092\u8868\u793a",
"compactMode": "\u30b3\u30f3\u30d1\u30af\u30c8\u30e2\u30fc\u30c9",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"deletePostConfirm": "\u672c\u5f53\u306b\u3053\u306e\u6295\u7a3f\u3092\u524a\u9664\u3057\u307e\u3059\u304b\uff1f",
"archivePostConfirm": "\u672c\u5f53\u306b\u3053\u306e\u6295\u7a3f\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3059\u304b\uff1f",
"unarchivePostConfirm": "\u672c\u5f53\u306b\u3053\u306e\u6295\u7a3f\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u524a\u9664\u3057\u307e\u3059\u304b\uff1f"
},
"story": {
"add": "Add Story"
"add": "\u30b9\u30c8\u30fc\u30ea\u30fc\u3092\u8ffd\u52a0"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
"peopleYouMayKnow": "\u77e5\u308a\u5408\u3044\u304b\u3082"
}
}

View file

@ -1,58 +1,58 @@
{
"common": {
"comment": "Comment",
"comment": "\ub313\uae00",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"like": "\uc88b\uc544\uc694",
"liked": "Liked",
"likes": "Likes",
"share": "Share",
"share": "\uacf5\uc720",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Cancel",
"cancel": "\ucde8\uc18c",
"copyLink": "Copy Link",
"delete": "Delete",
"error": "Error",
"errorMsg": "Something went wrong. Please try again later.",
"oops": "Oops!",
"other": "Other",
"readMore": "Read more",
"success": "Success",
"sensitive": "Sensitive",
"sensitiveContent": "Sensitive Content",
"sensitiveContentWarning": "This post may contain sensitive content"
"error": "\uc624\ub958",
"errorMsg": "\ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub098\uc911\uc5d0 \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694.",
"oops": "\uc774\ub7f0!",
"other": "\uae30\ud0c0",
"readMore": "\ub354\ubcf4\uae30",
"success": "\uc131\uacf5",
"sensitive": "\ubbfc\uac10\ud568 ",
"sensitiveContent": "\ubbfc\uac10\ud55c \ub0b4\uc6a9",
"sensitiveContentWarning": "\uc774 \uac8c\uc2dc\ubb3c\uc740 \ubbfc\uac10\ud55c \ub0b4\uc6a9\uc744 \ud3ec\ud568\ud569\ub2c8\ub2e4"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
"terms": "\uc774\uc6a9\uc57d\uad00",
"privacy": "\uac1c\uc778\uc815\ubcf4 \ucde8\uae09\ubc29\uce68"
},
"navmenu": {
"search": "Search",
"admin": "Admin Dashboard",
"homeFeed": "Home Feed",
"localFeed": "Local Feed",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Notifications",
"groups": "Groups",
"stories": "Stories",
"profile": "Profile",
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"about": "About",
"help": "Help",
"language": "Language",
"privacy": "Privacy",
"terms": "Terms",
"backToPreviousDesign": "Go back to previous design"
"search": "\uac80\uc0c9",
"admin": "\uad00\ub9ac\uc790 \ub300\uc2dc\ubcf4\ub4dc",
"homeFeed": "\ud648 \ud53c\ub4dc",
"localFeed": "\ub85c\uceec \ud53c\ub4dc",
"globalFeed": "\uae00\ub85c\ubc8c \ud53c\ub4dc",
"discover": "\ubc1c\uacac\ud558\uae30",
"directMessages": "\ucabd\uc9c0",
"notifications": "\uc54c\ub9bc",
"groups": "\uadf8\ub8f9",
"stories": "\uc2a4\ud1a0\ub9ac",
"profile": "\ud504\ub85c\ud544",
"drive": "\ub4dc\ub77c\uc774\ube0c",
"settings": "\uc124\uc815",
"compose": "\uc0c8\ub85c \ub9cc\ub4e4\uae30",
"about": "\uc815\ubcf4",
"help": "\ub3c4\uc6c0\ub9d0",
"language": "\uc5b8\uc5b4",
"privacy": "\uac1c\uc778\uc815\ubcf4",
"terms": "\uc57d\uad00",
"backToPreviousDesign": "\uc774\uc804 \ub514\uc790\uc778\uc73c\ub85c \ub3cc\uc544\uac00\uae30"
},
"directMessages": {
"inbox": "Inbox",
"sent": "Sent",
"requests": "Requests"
"inbox": "\ubc1b\uc740 \ud3b8\uc9c0\ud568",
"sent": "\ubcf4\ub0c4",
"requests": "\uc694\uccad \ub0b4\uc5ed"
},
"notifications": {
"liked": "liked your",
@ -106,8 +106,8 @@
"removeCW": "Remove Content Warning",
"markAsSpammer": "Mark as Spammer",
"markAsSpammerText": "Unlist + CW existing and future posts",
"spam": "Spam",
"sensitive": "Sensitive Content",
"spam": "\uc2a4\ud338",
"sensitive": "\ubbfc\uac10\ud55c \ub0b4\uc6a9",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",

View file

@ -42,6 +42,11 @@
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"about": "About",
"help": "Help",
"language": "Language",
"privacy": "Privacy",
"terms": "Terms",
"backToPreviousDesign": "Go back to previous design"
},
"directMessages": {

View file

@ -1,53 +1,53 @@
{
"common": {
"comment": "Comment",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"liked": "Liked",
"likes": "Likes",
"share": "Share",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Cancel",
"copyLink": "Copy Link",
"delete": "Delete",
"error": "Error",
"errorMsg": "Something went wrong. Please try again later.",
"oops": "Oops!",
"other": "Other",
"readMore": "Read more",
"success": "Success",
"comment": "Skomentuj",
"commented": "Skomentowane",
"comments": "Komentarze",
"like": "Polub",
"liked": "Polubione",
"likes": "Polubienia",
"share": "Udost\u0119pnij",
"shared": "Udost\u0119pnione",
"shares": "Udost\u0119pnione",
"unshare": "Anuluj udost\u0119pnianie",
"cancel": "Anuluj",
"copyLink": "Kopiuj Link",
"delete": "Usu\u0144",
"error": "B\u0142\u0105d",
"errorMsg": "Co\u015b posz\u0142o nie tak. Spr\u00f3buj ponownie p\u00f3\u017aniej.",
"oops": "Ups!",
"other": "Inne",
"readMore": "Czytaj wi\u0119cej",
"success": "Sukces",
"sensitive": "Sensitive",
"sensitiveContent": "Sensitive Content",
"sensitiveContentWarning": "This post may contain sensitive content"
"sensitiveContent": "Tre\u015b\u0107 wra\u017cliwa",
"sensitiveContentWarning": "Ten post mo\u017ce zawiera\u0107 wra\u017cliwe tre\u015bci"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
"terms": "Warunki U\u017cytkowania",
"privacy": "Polityka Prywatno\u015bci"
},
"navmenu": {
"search": "Search",
"admin": "Admin Dashboard",
"homeFeed": "Home Feed",
"localFeed": "Local Feed",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Notifications",
"groups": "Groups",
"search": "Szukaj",
"admin": "Panel administracyjny",
"homeFeed": "G\u0142\u00f3wny kana\u0142",
"localFeed": "Lokalny kana\u0142",
"globalFeed": "Globalny kana\u0142",
"discover": "Odkrywaj",
"directMessages": "Wiadomo\u015bci bezpo\u015brednie",
"notifications": "Powiadomienia",
"groups": "Grupy",
"stories": "Stories",
"profile": "Profile",
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"about": "About",
"help": "Help",
"language": "Language",
"privacy": "Privacy",
"terms": "Terms",
"backToPreviousDesign": "Go back to previous design"
"profile": "Profil",
"drive": "Dysk",
"settings": "Ustawienia",
"compose": "Utw\u00f3rz nowy",
"about": "O nas",
"help": "Pomoc",
"language": "J\u0119zyk",
"privacy": "Prywatno\u015b\u0107",
"terms": "Regulamin",
"backToPreviousDesign": "Wr\u00f3\u0107 do poprzedniego wygl\u0105du"
},
"directMessages": {
"inbox": "Wiadomo\u015bci",
@ -59,66 +59,66 @@
"commented": "skomentowa\u0142(a) twoje",
"reacted": "zareagowa\u0142(a) na twoje",
"shared": "shared your",
"tagged": "tagged you in a",
"updatedA": "updated a",
"sentA": "sent a",
"followed": "followed",
"mentioned": "mentioned",
"you": "you",
"tagged": "oznaczono ci\u0119 w",
"updatedA": "zaktualizowano",
"sentA": "wys\u0142ano",
"followed": "zaobserwowa\u0142(-a)",
"mentioned": "wspomina\u0142(-a)",
"you": "ciebie",
"yourApplication": "Your application to join",
"applicationApproved": "was approved!",
"applicationRejected": "was rejected. You can re-apply to join in 6 months.",
"applicationApproved": "zosta\u0142a zatwierdzona!",
"applicationRejected": "zosta\u0142a odrzucona. Mo\u017cesz ponownie ubiega\u0107 si\u0119 o do\u0142\u0105czenie za 6 miesi\u0119cy.",
"dm": "dm",
"groupPost": "group post",
"modlog": "modlog",
"modlog": "logi",
"post": "post",
"story": "story"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToOther": "Share to other",
"noLikes": "No likes yet",
"uploading": "Uploading"
"shareToFollowers": "Udost\u0119pnij obserwuj\u0105cym",
"shareToOther": "Udost\u0119pnij innym",
"noLikes": "Brak polubie\u0144",
"uploading": "Przesy\u0142anie"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"admin": "Admin",
"collections": "Collections",
"follow": "Follow",
"unfollow": "Unfollow",
"editProfile": "Edit Profile",
"posts": "Posty",
"followers": "Obserwuj\u0105cy",
"following": "Obserwowane",
"admin": "Administrator",
"collections": "Kolekcje",
"follow": "Obserwuj",
"unfollow": "Przesta\u0144 obserwowa\u0107",
"editProfile": "Edytuj profil",
"followRequested": "Follow Requested",
"joined": "Joined"
"joined": "Do\u0142\u0105czono"
},
"menu": {
"viewPost": "View Post",
"viewProfile": "View Profile",
"moderationTools": "Moderation Tools",
"report": "Report",
"archive": "Archive",
"unarchive": "Unarchive",
"embed": "Embed",
"viewPost": "Zobacz post",
"viewProfile": "Zobacz profil",
"moderationTools": "Narz\u0119dzia moderacyjne",
"report": "Zg\u0142o\u015b",
"archive": "Przenie\u015b do archiwum",
"unarchive": "Usu\u0144 z archiwum",
"embed": "Osad\u017a",
"selectOneOption": "Select one of the following options",
"unlistFromTimelines": "Unlist from Timelines",
"addCW": "Add Content Warning",
"removeCW": "Remove Content Warning",
"addCW": "Dodaj ostrze\u017cenie o tre\u015bci",
"removeCW": "Usu\u0144 ostrze\u017cenie o tre\u015bci",
"markAsSpammer": "Mark as Spammer",
"markAsSpammerText": "Unlist + CW existing and future posts",
"spam": "Spam",
"sensitive": "Sensitive Content",
"sensitive": "Tre\u015b\u0107 wra\u017cliwa",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
"impersonation": "Impersonation",
"copyrightInfringement": "Naruszenie praw autorskich",
"impersonation": "Podszywanie si\u0119 pod inne osoby",
"scamOrFraud": "Scam or Fraud",
"confirmReport": "Confirm Report",
"confirmReportText": "Are you sure you want to report this post?",
"reportSent": "Report Sent!",
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"reportSent": "Zg\u0142oszenie wys\u0142ane!",
"reportSentText": "Otrzymali\u015bmy Tw\u00f3j raport.",
"reportSentError": "Wyst\u0105pi\u0142 b\u0142\u0105d podczas zg\u0142aszania tego posta.",
"modAddCWConfirm": "Czy na pewno chcesz doda\u0107 ostrze\u017cenie o tre\u015bci do tego wpisu?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
@ -128,17 +128,17 @@
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"showLikes": "Poka\u017c polubienia",
"compactMode": "Tryb kompaktowy",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"deletePostConfirm": "Czy na pewno chcesz usun\u0105\u0107 ten post?",
"archivePostConfirm": "Czy na pewno chcesz zarchiwizowa\u0107 ten post?",
"unarchivePostConfirm": "Czy na pewno chcesz cofn\u0105\u0107 archiwizacj\u0119 tego wpisu?"
},
"story": {
"add": "Add Story"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
"peopleYouMayKnow": "Ludzie, kt\u00f3rych mo\u017cesz zna\u0107"
}
}

View file

@ -1,63 +1,63 @@
{
"common": {
"comment": "Comment",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"liked": "Liked",
"likes": "Likes",
"share": "Share",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Cancel",
"copyLink": "Copy Link",
"delete": "Delete",
"error": "Error",
"errorMsg": "Something went wrong. Please try again later.",
"comment": "Comentar",
"commented": "Comentado",
"comments": "Coment\u00e1rios",
"like": "Gosto",
"liked": "Gostei",
"likes": "Gostos",
"share": "Partilhar",
"shared": "Partilhado",
"shares": "Partilhas",
"unshare": "Despartilhar",
"cancel": "Cancelar",
"copyLink": "Copiar link",
"delete": "Eliminar",
"error": "Erro",
"errorMsg": "Algo correu mal. Por favor, tente novamente mais tarde.",
"oops": "Oops!",
"other": "Other",
"readMore": "Read more",
"success": "Success",
"sensitive": "Sensitive",
"sensitiveContent": "Sensitive Content",
"sensitiveContentWarning": "This post may contain sensitive content"
"other": "Outro",
"readMore": "Ler mais",
"success": "Sucesso",
"sensitive": "Sens\u00edvel",
"sensitiveContent": "Conte\u00fado sens\u00edvel",
"sensitiveContentWarning": "Este post pode conter conte\u00fado sens\u00edvel"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
"terms": "Termos de Uso",
"privacy": "Pol\u00edtica de Privacidade"
},
"navmenu": {
"search": "Search",
"admin": "Admin Dashboard",
"homeFeed": "Home Feed",
"localFeed": "Local Feed",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Notifications",
"groups": "Groups",
"search": "Pesquisa",
"admin": "Painel de Administra\u00e7\u00e3o",
"homeFeed": "Inicio",
"localFeed": "Feed local",
"globalFeed": "Feed global",
"discover": "Descobrir",
"directMessages": "Mensagens Diretas",
"notifications": "Notifica\u00e7\u00f5es",
"groups": "Grupos",
"stories": "Stories",
"profile": "Profile",
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"about": "About",
"help": "Help",
"language": "Language",
"privacy": "Privacy",
"terms": "Terms",
"backToPreviousDesign": "Go back to previous design"
"profile": "Perfil",
"drive": "Disco",
"settings": "Defini\u00e7\u00f5es",
"compose": "Criar novo",
"about": "Sobre",
"help": "Ajuda",
"language": "Idioma",
"privacy": "Privacidade",
"terms": "Termos",
"backToPreviousDesign": "Voltar ao design antigo"
},
"directMessages": {
"inbox": "Inbox",
"sent": "Sent",
"requests": "Requests"
"inbox": "Caixa de Entrada",
"sent": "Enviadas",
"requests": "Pedidos"
},
"notifications": {
"liked": "liked your",
"commented": "commented on your",
"reacted": "reacted to your",
"liked": "gostou do seu",
"commented": "comentou no seu",
"reacted": "reagiu ao seu",
"shared": "shared your",
"tagged": "tagged you in a",
"updatedA": "updated a",
@ -114,31 +114,31 @@
"impersonation": "Impersonation",
"scamOrFraud": "Scam or Fraud",
"confirmReport": "Confirm Report",
"confirmReportText": "Are you sure you want to report this post?",
"reportSent": "Report Sent!",
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"confirmReportText": "Tem a certeza que deseja denunciar esta mensagem?",
"reportSent": "Den\u00fancia enviada!",
"reportSentText": "Recebemos com sucesso a sua den\u00fancia.",
"reportSentError": "Ocorreu um erro ao denunciar este conte\u00fado.",
"modAddCWConfirm": "Tem a certeza que pretende adicionar um alerta de conte\u00fado ao post?",
"modCWSuccess": "Adicionou com sucesso um alerta de conte\u00fado",
"modRemoveCWConfirm": "Tem a certeza que pretende remover um alerta de conte\u00fado deste post?",
"modRemoveCWSuccess": "Removeu com sucesso o alerta de conte\u00fado",
"modUnlistConfirm": "Tem a certeza que pretende deslistar este post?",
"modUnlistSuccess": "Deslistou com sucesso este post",
"modMarkAsSpammerConfirm": "Tem a certeza que deseja marcar este utilizador como spammer? Todos os posts existentes e futuros ser\u00e3o deslistados da timeline e o alerta de conte\u00fado ser\u00e1 aplicado.",
"modMarkAsSpammerSuccess": "Marcou com sucesso esta conta como spammer",
"toFollowers": "para Seguidores",
"showCaption": "Mostar legenda",
"showLikes": "Mostrar Gostos",
"compactMode": "Modo compacto",
"embedConfirmText": "Ao utilizar este conte\u00fado, encontra-se a aceitar os nossos",
"deletePostConfirm": "Tem a certeza que pretende remover este post?",
"archivePostConfirm": "Tem a certeza que pretende arquivar este post?",
"unarchivePostConfirm": "Tem a certeza que pretende desarquivar este post?"
},
"story": {
"add": "Add Story"
"add": "Adicionar Storie"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
"peopleYouMayKnow": "Pessoas que talvez conhe\u00e7a"
}
}

View file

@ -55,14 +55,14 @@
"requests": "\u0417\u0430\u043f\u0440\u043e\u0441\u044b"
},
"notifications": {
"liked": "liked your",
"commented": "commented on your",
"reacted": "reacted to your",
"shared": "shared your",
"tagged": "tagged you in a",
"liked": "\u043f\u043e\u043d\u0440\u0430\u0432\u0438\u043b\u0441\u044f \u0432\u0430\u0448",
"commented": "\u043f\u0440\u043e\u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u043b \u0432\u0430\u0448",
"reacted": "\u043e\u0442\u0440\u0435\u0430\u0433\u0438\u0440\u043e\u0432\u0430\u043b \u043d\u0430 \u0432\u0430\u0448",
"shared": "\u043f\u043e\u0434\u0435\u043b\u0438\u043b\u0441\u044f \u0432\u0430\u0448\u0438\u043c",
"tagged": "\u043e\u0442\u043c\u0435\u0442\u0438\u043b \u0432\u0430\u0441 \u0432 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438",
"updatedA": "updated a",
"sentA": "sent a",
"followed": "followed",
"sentA": "\u043e\u0442\u043f\u0440\u0430\u0432\u0438\u043b",
"followed": "\u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043b\u0441\u044f",
"mentioned": "mentioned",
"you": "\u0432\u044b",
"yourApplication": "\u0412\u0430\u0448\u0435 \u0437\u0430\u044f\u0432\u043a\u0430 \u043d\u0430 \u0432\u0441\u0442\u0443\u043f\u043b\u0435\u043d\u0438\u0435",
@ -72,11 +72,11 @@
"groupPost": "\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0433\u0440\u0443\u043f\u043f\u044b",
"modlog": "modlog",
"post": "\u043f\u043e\u0441\u0442",
"story": "story"
"story": "\u0438\u0441\u0442\u043e\u0440\u0438\u044f"
},
"post": {
"shareToFollowers": "\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441 \u043f\u043e\u0434\u043f\u0438\u0441\u0447\u0438\u043a\u0430\u043c\u0438",
"shareToOther": "Share to other",
"shareToOther": "\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441 \u0434\u0440\u0443\u0433\u0438\u043c\u0438",
"noLikes": "\u041f\u043e\u043a\u0430 \u043d\u0438\u043a\u043e\u043c\u0443 \u043d\u0435 \u043f\u043e\u043d\u0440\u0430\u0432\u0438\u043b\u043e\u0441\u044c",
"uploading": "\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u0442\u0441\u044f"
},
@ -108,8 +108,8 @@
"markAsSpammerText": "Unlist + CW existing and future posts",
"spam": "\u0421\u043f\u0430\u043c",
"sensitive": "\u0414\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"abusive": "\u0416\u0435\u0441\u0442\u043e\u043a\u043e\u0435 \u043e\u0431\u0440\u0430\u0449\u0435\u043d\u0438\u0435 \u0438\u043b\u0438 \u043f\u0440\u0438\u0447\u0438\u043d\u0435\u043d\u0438\u0435 \u0432\u0440\u0435\u0434\u0430",
"underageAccount": "\u041d\u0435\u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e\u043b\u0435\u0442\u043d\u0438\u0439 \u0430\u043a\u043a\u0430\u0443\u043d\u0442",
"copyrightInfringement": "\u041d\u0430\u0440\u0443\u0448\u0435\u043d\u0438\u0435 \u0430\u0432\u0442\u043e\u0440\u0441\u043a\u0438\u0445 \u043f\u0440\u0430\u0432",
"impersonation": "\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u0435\u0431\u044f \u0437\u0430 \u0434\u0440\u0443\u0433\u043e\u0433\u043e \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0430",
"scamOrFraud": "\u041e\u0431\u043c\u0430\u043d \u0438\u043b\u0438 \u043c\u043e\u0448\u0435\u043d\u043d\u0438\u0447\u0435\u0441\u0442\u0432\u043e",
@ -124,8 +124,8 @@
"modRemoveCWSuccess": "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043e \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e",
"modUnlistConfirm": "\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0441\u043a\u0440\u044b\u0442\u044c \u044d\u0442\u043e\u0442 \u043f\u043e\u0441\u0442 \u0438\u0437 \u043b\u0435\u043d\u0442?",
"modUnlistSuccess": "Successfully unlisted post",
"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",
"modMarkAsSpammerConfirm": "\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u044d\u0442\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0441\u043f\u0430\u043c\u043e\u043c? \u0412\u0441\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u0438 \u0431\u0443\u0434\u0443\u0449\u0438\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u044b \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430 \u0432 \u0441\u0440\u043e\u043a\u0438, \u0438 \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0442\u044c\u0441\u044f \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043e \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0438.",
"modMarkAsSpammerSuccess": "\u0410\u043a\u043a\u0430\u0443\u043d\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u043c\u0435\u0447\u0435\u043d \u043a\u0430\u043a \u0441\u043f\u0430\u043c\u043c\u0435\u0440",
"toFollowers": "to Followers",
"showCaption": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u043e\u0434\u043f\u0438\u0441\u044c",
"showLikes": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043e\u0442\u043c\u0435\u0442\u043a\u0438 \"\u043c\u043d\u0435 \u043d\u0440\u0430\u0432\u0438\u0442\u0441\u044f\"",

View file

@ -1,58 +1,58 @@
{
"common": {
"comment": "Comment",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"liked": "Liked",
"likes": "Likes",
"share": "Share",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Cancel",
"copyLink": "Copy Link",
"delete": "Delete",
"error": "Error",
"errorMsg": "Something went wrong. Please try again later.",
"oops": "Oops!",
"other": "Other",
"readMore": "Read more",
"success": "Success",
"sensitive": "Sensitive",
"sensitiveContent": "Sensitive Content",
"sensitiveContentWarning": "This post may contain sensitive content"
"comment": "Yorum",
"commented": "Yorumlar",
"comments": "Yorumlar",
"like": "Be\u011fen",
"liked": "Be\u011fenildi",
"likes": "Be\u011feniler",
"share": "Payla\u015f",
"shared": "Payla\u015f\u0131lan",
"shares": "Payla\u015f\u0131lanlar",
"unshare": "Payla\u015f\u0131m\u0131 kald\u0131r",
"cancel": "\u0130ptal",
"copyLink": "Ba\u011flant\u0131y\u0131 Kopyala",
"delete": "Sil",
"error": "Hata",
"errorMsg": "Bir \u015feyler yanl\u0131\u015f gitti. L\u00fctfen daha sonra tekrar deneyiniz.",
"oops": "Hay aksi!",
"other": "Di\u011fer",
"readMore": "Daha fazlas\u0131n\u0131 oku",
"success": "Ba\u015far\u0131l\u0131",
"sensitive": "Hassasiyet",
"sensitiveContent": "Hassas i\u00e7erik",
"sensitiveContentWarning": "Bu ileti hassas i\u00e7erik i\u00e7eriyor olabilir"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
"terms": "Kullan\u0131m Ko\u015fullar\u0131",
"privacy": "Gizlilik Politikas\u0131"
},
"navmenu": {
"search": "Search",
"admin": "Admin Dashboard",
"search": "Arama",
"admin": "Y\u00f6netici Paneli",
"homeFeed": "Home Feed",
"localFeed": "Local Feed",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Notifications",
"groups": "Groups",
"stories": "Stories",
"profile": "Profile",
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"about": "About",
"help": "Help",
"language": "Language",
"privacy": "Privacy",
"terms": "Terms",
"discover": "Ke\u015ffet",
"directMessages": "Direkt Mesajlar",
"notifications": "Bildirimler",
"groups": "Gruplar",
"stories": "Hikayeler",
"profile": "Profil",
"drive": "Depolama",
"settings": "Ayarlar",
"compose": "Yeni olu\u015ftur",
"about": "Hakk\u0131nda",
"help": "Yard\u0131m",
"language": "Dil",
"privacy": "Gizlilik",
"terms": "Ko\u015fullar",
"backToPreviousDesign": "Go back to previous design"
},
"directMessages": {
"inbox": "Inbox",
"sent": "Sent",
"requests": "Requests"
"inbox": "Gelen Kutusu",
"sent": "G\u00f6nder",
"requests": "\u0130stekler"
},
"notifications": {
"liked": "liked your",
@ -72,33 +72,33 @@
"groupPost": "group post",
"modlog": "modlog",
"post": "post",
"story": "story"
"story": "hikaye"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToFollowers": "Takip\u00e7ileri payla\u015f",
"shareToOther": "Share to other",
"noLikes": "No likes yet",
"uploading": "Uploading"
"noLikes": "Hen\u00fcz be\u011fenilmedi",
"uploading": "Y\u00fckleniyor"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"admin": "Admin",
"collections": "Collections",
"follow": "Follow",
"unfollow": "Unfollow",
"editProfile": "Edit Profile",
"followRequested": "Follow Requested",
"joined": "Joined"
"posts": "G\u00f6nderiler",
"followers": "Takip\u00e7iler",
"following": "Takip ediliyor",
"admin": "Y\u00f6netici",
"collections": "Koleksiyonlar",
"follow": "Takip et",
"unfollow": "Takibi b\u0131rak",
"editProfile": "Profili D\u00fczenle",
"followRequested": "Takip \u0130ste\u011fi",
"joined": "Kat\u0131ld\u0131"
},
"menu": {
"viewPost": "View Post",
"viewProfile": "View Profile",
"viewPost": "G\u00f6nderiyi g\u00f6r\u00fcnt\u00fcle",
"viewProfile": "Profili G\u00f6r\u00fcnt\u00fcle",
"moderationTools": "Moderation Tools",
"report": "Report",
"report": "Bildir",
"archive": "Archive",
"unarchive": "Unarchive",
"unarchive": "Ar\u015fivden \u00e7\u0131kar",
"embed": "Embed",
"selectOneOption": "Select one of the following options",
"unlistFromTimelines": "Unlist from Timelines",
@ -107,7 +107,7 @@
"markAsSpammer": "Mark as Spammer",
"markAsSpammerText": "Unlist + CW existing and future posts",
"spam": "Spam",
"sensitive": "Sensitive Content",
"sensitive": "Hassas i\u00e7erik",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
@ -119,26 +119,26 @@
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
"modCWSuccess": "\u0130\u00e7erik uyar\u0131s\u0131 ba\u015far\u0131yla eklendi",
"modRemoveCWConfirm": "Bu g\u00f6nderiden i\u00e7erik uyar\u0131s\u0131n\u0131 kald\u0131rmak istedi\u011finize emin misiniz?",
"modRemoveCWSuccess": "\u0130\u00e7erik uyar\u0131s\u0131 ba\u015far\u0131yla kald\u0131r\u0131ld\u0131",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"showCaption": "A\u00e7\u0131klamay\u0131 g\u00f6ster",
"showLikes": "Be\u011fenileri G\u00f6ster",
"compactMode": "Compact Mode",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"deletePostConfirm": "Bu g\u00f6nderiyi silmek istedi\u011finizden emin misiniz?",
"archivePostConfirm": "Bu g\u00f6nderiyi ar\u015fivlemek istedi\u011finizden emin misiniz?",
"unarchivePostConfirm": "Bu g\u00f6nderiyi ar\u015fivden \u00e7\u0131karmak istedi\u011finize emin misiniz?"
},
"story": {
"add": "Add Story"
"add": "Hikaye ekle"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
"peopleYouMayKnow": "Tan\u0131yor olabilece\u011fin ki\u015filer"
}
}

2
public/js/spa.js vendored

File diff suppressed because one or more lines are too long

View file

@ -24,7 +24,7 @@
"/js/rempos.js": "/js/rempos.js?id=2ef46b249c6390aa4ef8",
"/js/rempro.js": "/js/rempro.js?id=3971b84aef886204d286",
"/js/search.js": "/js/search.js?id=dc888b173463dc3894ba",
"/js/spa.js": "/js/spa.js?id=73e76161812eb18f34e8",
"/js/spa.js": "/js/spa.js?id=62c766ff7b1b9d93b38f",
"/js/status.js": "/js/status.js?id=49fd7ac5b254220021f9",
"/js/stories.js": "/js/stories.js?id=ca9d1db6b472a5d58392",
"/js/story-compose.js": "/js/story-compose.js?id=0f9d2f7ce5e63ef14c6a",

View file

@ -1,144 +1,144 @@
{
"common": {
"comment": "Comment",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"liked": "Liked",
"likes": "Likes",
"share": "Share",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Cancel",
"copyLink": "Copy Link",
"delete": "Delete",
"error": "Error",
"errorMsg": "Something went wrong. Please try again later.",
"oops": "Oops!",
"other": "Other",
"readMore": "Read more",
"success": "Success",
"sensitive": "Sensitive",
"sensitiveContent": "Sensitive Content",
"sensitiveContentWarning": "This post may contain sensitive content"
"comment": "\u062a\u064e\u0639\u0644\u064a\u0642",
"commented": "\u0639\u0644\u0651\u064e\u0642\u062a\u064e \u0639\u0644\u064a\u0647",
"comments": "\u062a\u064e\u0639\u0644\u064a\u0642\u0627\u062a",
"like": "\u0625\u0639\u062c\u0627\u0628",
"liked": "\u0623\u064f\u0639\u062c\u0650\u0628\u062a\u064e \u0628\u0650\u0647",
"likes": "\u0625\u0639\u0652\u062c\u0627\u0628\u0627\u062a",
"share": "\u0645\u064f\u0634\u0627\u0631\u064e\u0643\u064e\u0629",
"shared": "\u062a\u0645\u0651\u064e \u0645\u064f\u0634\u0627\u0631\u064e\u0643\u064e\u062a\u064f\u0647",
"shares": "\u0645\u064f\u0634\u0627\u0631\u064e\u0643\u064e\u0627\u062a",
"unshare": "\u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0645\u064f\u0634\u0627\u0631\u064e\u0643\u064e\u0629",
"cancel": "\u0625\u0644\u063a\u0627\u0621",
"copyLink": "\u0646\u064e\u0633\u062e \u0627\u0644\u0631\u0627\u0628\u0650\u0637",
"delete": "\u062d\u064e\u0630\u0641",
"error": "\u062e\u0637\u0623",
"errorMsg": "\u062d\u064e\u062f\u064e\u062b\u064e \u062e\u0637\u0623\u064c \u0645\u0627. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0645\u064f\u062d\u0627\u0648\u0644\u0629\u064f \u0645\u0631\u0629\u064b \u0623\u064f\u062e\u0631\u0649 \u0644\u0627\u062d\u0650\u0642\u064b\u0627.",
"oops": "\u0627\u0644\u0645\u064e\u0639\u0630\u0650\u0631\u064e\u0629!",
"other": "\u0627\u064f\u062e\u0631\u0649",
"readMore": "\u0642\u0631\u0627\u0621\u0629\u064f \u0627\u0644\u0645\u0632\u064a\u062f",
"success": "\u0646\u064e\u062c\u0627\u062d",
"sensitive": "\u062d\u0633\u0651\u064e\u0627\u0633",
"sensitiveContent": "\u0645\u064f\u062d\u062a\u064e\u0648\u064b\u0649 \u062d\u0633\u0651\u064e\u0627\u0633",
"sensitiveContentWarning": "\u0642\u062f \u064a\u062d\u062a\u0648\u064a \u0647\u0630\u0627 \u0627\u0644\u0645\u064e\u0646\u0634\u0648\u0631 \u0639\u0644\u0649 \u0645\u064f\u062d\u062a\u0648\u064b\u0649 \u062d\u0633\u0651\u064e\u0627\u0633"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
"terms": "\u0634\u064f\u0631\u0648\u0637\u064f \u0627\u0644\u0627\u0650\u0633\u062a\u0650\u062e\u062f\u0627\u0645",
"privacy": "\u0633\u0650\u064a\u0627\u0633\u064e\u0629\u064f \u0627\u0644\u062e\u064f\u0635\u0648\u0635\u064a\u0651\u064e\u0629"
},
"navmenu": {
"search": "Search",
"admin": "Admin Dashboard",
"homeFeed": "Home Feed",
"localFeed": "Local Feed",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Notifications",
"groups": "Groups",
"stories": "Stories",
"profile": "Profile",
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"about": "About",
"help": "Help",
"language": "Language",
"privacy": "Privacy",
"terms": "Terms",
"backToPreviousDesign": "Go back to previous design"
"search": "\u0627\u0644\u0628\u064e\u062d\u062b",
"admin": "\u0644\u0648\u062d\u064e\u0629\u064f \u062a\u064e\u062d\u0643\u0651\u064f\u0645\u0650 \u0627\u0644\u0645\u064f\u0634\u0631\u0650\u0641",
"homeFeed": "\u0627\u0644\u062a\u0651\u064e\u063a\u0630\u064a\u064e\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064e\u0629",
"localFeed": "\u0627\u0644\u062a\u0651\u064e\u063a\u0630\u064a\u064e\u0629 \u0627\u0644\u0645\u062d\u0644\u064a\u0651\u064e\u0629",
"globalFeed": "\u0627\u0644\u062a\u0651\u064e\u063a\u0630\u064a\u064e\u0629 \u0627\u0644\u0634\u0651\u0627\u0645\u0650\u0644\u0629",
"discover": "\u0627\u0644\u0627\u0650\u0633\u062a\u0650\u0643\u0634\u0627\u0641",
"directMessages": "\u0627\u0644\u0631\u0633\u0627\u0626\u0650\u0644\u064f \u0627\u0644\u0645\u064f\u0628\u0627\u0634\u0650\u0631\u064e\u0629",
"notifications": "\u0627\u0644\u0625\u0634\u0639\u0627\u0631\u0627\u062a",
"groups": "\u0627\u0644\u0645\u064e\u062c\u0645\u064f\u0648\u0639\u0627\u062a",
"stories": "\u0627\u0644\u0642\u064e\u0635\u064e\u0635",
"profile": "\u0627\u0644\u0645\u0650\u0644\u0641 \u0627\u0644\u062a\u0651\u064e\u0639\u0631\u064a\u0641\u064a\u0651",
"drive": "\u0648\u0650\u062d\u062f\u064e\u0629\u064f \u0627\u0644\u062a\u0651\u064e\u062e\u0632\u064a\u0646",
"settings": "\u0627\u0644\u0625\u0639\u062f\u064e\u0627\u062f\u064e\u0627\u062a",
"compose": "\u0625\u0646\u0634\u0627\u0621\u064f \u062c\u064e\u062f\u064a\u062f",
"about": "\u062d\u064e\u0648\u0644",
"help": "\u0627\u0644\u0645\u064f\u0633\u0627\u0639\u064e\u062f\u064e\u0629",
"language": "\u0627\u0644\u0644\u0651\u064f\u063a\u064e\u0629",
"privacy": "\u0627\u0644\u062e\u064f\u0635\u064f\u0648\u0635\u0650\u064a\u0651\u064e\u0629",
"terms": "\u0627\u0644\u0634\u0651\u064f\u0631\u064f\u0648\u0637",
"backToPreviousDesign": "\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0627\u0644\u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u0633\u0627\u0628\u0642"
},
"directMessages": {
"inbox": "Inbox",
"sent": "Sent",
"requests": "Requests"
"inbox": "\u0635\u064e\u0646\u062f\u0648\u0642\u064f \u0627\u0644\u0648\u0627\u0631\u0650\u062f",
"sent": "\u0623\u064f\u0631\u0633\u0650\u0644\u064e\u062a",
"requests": "\u0627\u0644\u0637\u0651\u064e\u0644\u064e\u0628\u0627\u062a"
},
"notifications": {
"liked": "liked your",
"commented": "commented on your",
"reacted": "reacted to your",
"shared": "shared your",
"tagged": "tagged you in a",
"updatedA": "updated a",
"sentA": "sent a",
"followed": "followed",
"mentioned": "mentioned",
"you": "you",
"yourApplication": "Your application to join",
"applicationApproved": "was approved!",
"applicationRejected": "was rejected. You can re-apply to join in 6 months.",
"dm": "dm",
"groupPost": "group post",
"modlog": "modlog",
"post": "post",
"story": "story"
"liked": "\u0623\u064f\u0639\u062c\u0650\u0628\u064e \u0628\u0650\u0645\u0646\u0634\u0648\u0631\u064d \u0644\u064e\u0643",
"commented": "\u0639\u0644\u0651\u064e\u0642\u064e \u0639\u0644\u0649 \u0645\u064e\u0646\u0634\u0648\u0631\u064d \u0644\u064e\u0643",
"reacted": "\u062a\u064e\u0641\u0627\u0639\u064e\u0644\u064e \u0645\u064e\u0639\u064e\u0643",
"shared": "\u0634\u064e\u0627\u0631\u064e\u0643\u064e \u0645\u064e\u0646\u0634\u0648\u0631\u064d \u0644\u064e\u0643",
"tagged": "\u0623\u0634\u0627\u0631\u064e \u0625\u0644\u064a\u0643\u064e \u0641\u0650\u064a",
"updatedA": "\u062d\u064e\u062f\u0651\u064e\u062b\u064e",
"sentA": "\u0623\u0631\u0633\u064e\u0644\u064e",
"followed": "\u062a\u0627\u0628\u064e\u0639\u064e",
"mentioned": "\u0623\u0634\u0627\u0631\u064e \u0625\u0644\u0649",
"you": "\u0623\u0646\u062a",
"yourApplication": "\u0637\u0644\u0628\u064f\u0643\u064e \u0644\u0644\u0627\u0646\u0636\u0650\u0645\u0627\u0645",
"applicationApproved": "\u062a\u0645\u0651\u064e\u062a \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0639\u0644\u064a\u0647!",
"applicationRejected": "\u062a\u0645\u0651\u064e \u0631\u0641\u0636\u0647. \u064a\u064f\u0645\u0643\u0650\u0646\u064f\u0643\u064e \u0627\u0644\u062a\u0642\u062f\u064f\u0645\u064f \u0628\u0637\u0644\u0628\u064d \u062c\u062f\u064a\u062f\u064d \u0644\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0628\u0639\u062f 6 \u0634\u0647\u0648\u0631.",
"dm": "\u0627\u0644\u0631\u0633\u0627\u0626\u0650\u0644 \u0627\u0644\u0645\u064f\u0628\u0627\u0634\u0650\u0631\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",
"post": "\u0645\u064e\u0646\u0634\u0648\u0631",
"story": "\u0642\u064e\u0635\u0651\u064e\u0629"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToOther": "Share to other",
"noLikes": "No likes yet",
"uploading": "Uploading"
"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",
"shareToOther": "\u0627\u0644\u0645\u064f\u0634\u0627\u0631\u064e\u0643\u064e\u0629 \u0645\u064e\u0639\u064e \u0627\u0644\u0622\u062e\u0631\u064a\u0646",
"noLikes": "\u0644\u0627 \u0625\u0639\u062c\u0627\u0628\u0627\u062a \u062d\u062a\u0651\u064e\u0649 \u0627\u0644\u0622\u0646",
"uploading": "\u0627\u0644\u0631\u0651\u064e\u0641\u0639\u064f \u062c\u0627\u0631\u064d"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"admin": "Admin",
"collections": "Collections",
"follow": "Follow",
"unfollow": "Unfollow",
"editProfile": "Edit Profile",
"followRequested": "Follow Requested",
"joined": "Joined"
"posts": "\u0627\u0644\u0645\u064e\u0646\u0634\u064f\u0648\u0631\u0627\u062a",
"followers": "\u0627\u0644\u0645\u064f\u062a\u0627\u0628\u0650\u0639\u064f\u0648\u0646",
"following": "\u0627\u0644\u0645\u064f\u062a\u0627\u0628\u064e\u0639\u064f\u0648\u0646",
"admin": "\u0645\u064f\u0634\u0631\u0650\u0641",
"collections": "\u062a\u064e\u062c\u0645\u064a\u0639\u0627\u062a",
"follow": "\u0645\u064f\u062a\u0627\u0628\u064e\u0639\u064e\u0629",
"unfollow": "\u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0645\u064f\u062a\u0627\u0628\u064e\u0639\u064e\u0629",
"editProfile": "\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0645\u0650\u0644\u064e\u0641 \u0627\u0644\u062a\u0651\u064e\u0639\u0631\u064a\u0641\u064a",
"followRequested": "\u0637\u064f\u0644\u0650\u0628\u064e\u062a \u0627\u0644\u0645\u064f\u062a\u0627\u0628\u064e\u0639\u064e\u0629",
"joined": "\u0627\u0646\u0636\u064e\u0645"
},
"menu": {
"viewPost": "View Post",
"viewProfile": "View Profile",
"moderationTools": "Moderation Tools",
"report": "Report",
"archive": "Archive",
"unarchive": "Unarchive",
"embed": "Embed",
"selectOneOption": "Select one of the following options",
"unlistFromTimelines": "Unlist from Timelines",
"addCW": "Add Content Warning",
"removeCW": "Remove Content Warning",
"markAsSpammer": "Mark as Spammer",
"markAsSpammerText": "Unlist + CW existing and future posts",
"spam": "Spam",
"sensitive": "Sensitive Content",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
"impersonation": "Impersonation",
"scamOrFraud": "Scam or Fraud",
"confirmReport": "Confirm Report",
"confirmReportText": "Are you sure you want to report this post?",
"reportSent": "Report Sent!",
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"viewPost": "\u0639\u064e\u0631\u0636 \u0627\u0644\u0645\u064e\u0646\u0634\u0648\u0631",
"viewProfile": "\u0639\u064e\u0631\u0636 \u0627\u0644\u0645\u0650\u0644\u0641 \u0627\u0644\u062a\u0639\u0631\u064a\u0641\u064a",
"moderationTools": "\u0623\u062f\u0648\u0627\u062a \u0627\u0644\u0625\u0634\u0631\u0627\u0641",
"report": "\u0625\u0628\u0644\u0627\u063a",
"archive": "\u0623\u0631\u0634\u064e\u0641\u064e\u0629",
"unarchive": "\u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0623\u0631\u0634\u064e\u0641\u064e\u0629",
"embed": "\u062a\u0636\u0645\u064a\u0646",
"selectOneOption": "\u062d\u062f\u0651\u0650\u062f \u0623\u062d\u062f\u064e \u0627\u0644\u062e\u064a\u0627\u0631\u0627\u062a\u0650 \u0627\u0644\u062a\u0627\u0644\u0650\u064a\u064e\u0629",
"unlistFromTimelines": "\u0627\u0644\u0627\u0633\u062a\u062b\u0646\u0627\u0621 \u0645\u0646 \u0642\u0648\u0627\u0626\u0650\u0645 \u0627\u0644\u062e\u064f\u0637\u064f\u0648\u0637 \u0627\u0644\u0632\u0645\u0646\u064a\u0651\u064e\u0629",
"addCW": "\u0625\u0636\u0627\u0641\u0629 \u062a\u062d\u0630\u064a\u0631 \u0645\u064f\u062d\u062a\u0648\u0649",
"removeCW": "\u062d\u0630\u0641 \u062a\u062d\u0630\u064a\u0631 \u0627\u0644\u0645\u064f\u062d\u062a\u0648\u0649",
"markAsSpammer": "\u062a\u064e\u0639\u0644\u064a\u0645 \u0643\u064e\u063a\u064a\u0631 \u0645\u064e\u0631\u063a\u064f\u0648\u0628\u064d \u0628\u0650\u0647",
"markAsSpammerText": "\u0627\u0644\u0627\u0633\u062a\u062b\u0650\u0646\u0627\u0621 \u0645\u0650\u0646\u064e \u0627\u0644\u0642\u0648\u0627\u0626\u0650\u0645 + \u0625\u0636\u0627\u0641\u0629 \u062a\u062d\u0630\u064a\u0631 \u0645\u064f\u062d\u062a\u0648\u0649 \u0644\u0650\u0644\u0645\u064f\u0634\u0627\u0631\u064e\u0643\u064e\u0627\u062a \u0627\u0644\u062d\u0627\u0644\u064a\u0651\u064e\u0629 \u0648\u064e\u0627\u0644\u0645\u064f\u0633\u062a\u064e\u0642\u0628\u064e\u0644\u064a\u0651\u064e\u0629",
"spam": "\u063a\u064a\u0631 \u0645\u064e\u0631\u063a\u0648\u0628 \u0628\u0650\u0647",
"sensitive": "\u0645\u064f\u062d\u062a\u064e\u0648\u064b\u0649 \u062d\u0633\u0651\u064e\u0627\u0633",
"abusive": "\u0645\u064f\u0633\u064a\u0621\u064c \u0623\u0648 \u0636\u0627\u0631",
"underageAccount": "\u062d\u0650\u0633\u0627\u0628\u064c \u062f\u0648\u0646\u064e \u0627\u0644\u0633\u0651\u0650\u0646",
"copyrightInfringement": "\u0627\u0650\u0646\u062a\u0650\u0647\u0627\u0643\u064f \u062d\u064f\u0642\u064f\u0648\u0642",
"impersonation": "\u0627\u0650\u0646\u062a\u0650\u062d\u0627\u0644\u064f \u0634\u064e\u062e\u0635\u064a\u0651\u064e\u0629",
"scamOrFraud": "\u0646\u064e\u0635\u0628\u064c \u0623\u0648 \u0627\u0650\u062d\u062a\u0650\u064a\u0627\u0644",
"confirmReport": "\u062a\u0623\u0643\u064a\u062f\u064f \u0627\u0644\u0628\u064e\u0644\u0627\u063a",
"confirmReportText": "\u0647\u0644 \u0623\u0646\u062a\u064e \u0645\u064f\u062a\u0623\u0643\u0651\u0650\u062f\u064c \u0645\u0650\u0646 \u0631\u064e\u063a\u0628\u064e\u062a\u0650\u0643\u064e \u0641\u0650\u064a \u0627\u0644\u0625\u0628\u0644\u0627\u063a\u0650 \u0639\u064e\u0646 \u0647\u064e\u0630\u064e\u0627 \u0627\u0644\u0645\u064e\u0646\u0634\u0648\u0631\u061f",
"reportSent": "\u0623\u064f\u0631\u0633\u0650\u0644\u064e \u0627\u0644\u0628\u064e\u0644\u0627\u063a!",
"reportSentText": "\u0644\u0642\u062f \u062a\u0644\u0642\u064a\u0646\u0627 \u0628\u064e\u0644\u0627\u063a\u064f\u0643\u064e \u0628\u0650\u0646\u062c\u0627\u062d.",
"reportSentError": "\u0637\u064e\u0631\u064e\u0623 \u062e\u064e\u0644\u064e\u0644\u064c \u0623\u062b\u0646\u0627\u0621\u064f \u0627\u0644\u0625\u0628\u0644\u0627\u063a\u0650 \u0639\u064e\u0646 \u0647\u0630\u0627 \u0627\u0644\u0645\u064e\u0646\u0634\u0648\u0631.",
"modAddCWConfirm": "\u0647\u0644 \u0623\u0646\u062a\u064e \u0645\u064f\u062a\u0623\u0643\u0651\u0650\u062f\u064c \u0645\u0650\u0646 \u0631\u064e\u063a\u0628\u064e\u062a\u0650\u0643\u064e \u0641\u0650\u064a \u0625\u0636\u0627\u0641\u064e\u0629\u0650 \u062a\u064e\u062d\u0630\u064a\u0631\u064d \u0644\u0644\u0645\u064f\u062d\u062a\u064e\u0648\u0649 \u0639\u064e\u0644\u0649 \u0647\u064e\u0630\u064e\u0627 \u0627\u0644\u0645\u064e\u0646\u0634\u064f\u0648\u0631\u061f",
"modCWSuccess": "\u0623\u064f\u0636\u064a\u0641\u064e \u062a\u064e\u062d\u0630\u064a\u0631\u064f \u0627\u0644\u0645\u064f\u062d\u062a\u064e\u0648\u0649 \u0628\u0650\u0646\u064e\u062c\u0627\u062d",
"modRemoveCWConfirm": "\u0647\u064e\u0644 \u0623\u0646\u062a\u064e \u0645\u064f\u062a\u0623\u0643\u0651\u0650\u062f\u064c \u0645\u0650\u0646 \u0631\u064e\u063a\u0628\u064e\u062a\u0650\u0643\u064e \u0641\u0650\u064a \u0625\u0632\u0627\u0644\u064e\u0629\u0650 \u062a\u064e\u062d\u0630\u064a\u0631\u0650 \u0627\u0644\u0645\u064f\u062d\u062a\u064e\u0648\u0649 \u0645\u0650\u0646 \u0639\u064e\u0644\u0649 \u0647\u064e\u0630\u064e\u0627 \u0627\u0644\u0645\u064e\u0646\u0634\u064f\u0648\u0631\u061f",
"modRemoveCWSuccess": "\u0623\u064f\u0632\u064a\u0644\u064e \u062a\u064e\u062d\u0630\u064a\u0631\u064f \u0627\u0644\u0645\u064f\u062d\u062a\u064e\u0648\u0649 \u0628\u0650\u0646\u064e\u062c\u0627\u062d",
"modUnlistConfirm": "\u0647\u0644 \u0623\u0646\u062a\u064e \u0645\u064f\u062a\u0623\u0643\u0651\u0650\u062f\u064c \u0645\u0650\u0646 \u0631\u064e\u063a\u0628\u064e\u062a\u0650\u0643\u064e \u0641\u0650\u064a \u0627\u0650\u0633\u062a\u0650\u062b\u0646\u0627\u0621\u0650 \u0647\u064e\u0630\u064e\u0627 \u0627\u0644\u0645\u064e\u0646\u0634\u064f\u0648\u0631\u0650 \u0645\u0650\u0646\u064e \u0627\u0644\u0642\u0627\u0626\u0650\u0645\u064e\u0629 (\u062c\u064e\u0639\u0644\u064e\u0647\u064f \u063a\u064e\u064a\u0631\u064f \u0645\u064f\u062f\u0631\u064e\u062c)\u061f",
"modUnlistSuccess": "\u0627\u064f\u0633\u062a\u064f\u062b\u0646\u0650\u064a\u064e \u0627\u0644\u0645\u064e\u0646\u0634\u064f\u0648\u0631\u064f \u0628\u0650\u0646\u064e\u062c\u0627\u062d",
"modMarkAsSpammerConfirm": "\u0647\u064e\u0644 \u0623\u0646\u062a\u064e \u0645\u064f\u062a\u0623\u0643\u0651\u0650\u062f\u064c \u0645\u0650\u0646 \u0631\u064e\u063a\u0628\u064e\u062a\u0650\u0643\u064e \u0641\u0650\u064a \u062a\u064e\u0639\u0644\u064a\u0645\u0650 \u0647\u0630\u0627 \u0627\u0644\u0645\u064f\u0633\u062a\u064e\u062e\u062f\u0650\u0645\u0650 \u0643\u064e\u0646\u0627\u0634\u0650\u0631\u064d \u0644\u0650\u0645\u064e\u0646\u0634\u064f\u0648\u0631\u0627\u062a\u064d \u063a\u064a\u0631\u0650 \u0645\u064e\u0631\u063a\u0648\u0628\u064d \u0641\u0650\u064a\u0647\u0627\u061f \u0633\u0648\u0641 \u064a\u064f\u0644\u063a\u0649 \u0625\u062f\u0631\u0627\u062c\u064f \u062c\u064e\u0645\u064a\u0639\u0650 \u0645\u064e\u0646\u0634\u0648\u0631\u0627\u062a\u0650\u0647\u0650 \u0627\u0644\u062d\u0627\u0644\u064a\u0651\u064e\u0629\u0650 \u0648\u064e\u0627\u0644\u0645\u064f\u0633\u062a\u064e\u0642\u0628\u064e\u0644\u064a\u0651\u064e\u0629\u0650 \u0645\u0650\u0646\u064e \u0627\u0644\u062e\u064f\u0637\u064f\u0648\u0637\u0650 \u0627\u0644\u0632\u064e\u0645\u0646\u064a\u0651\u064e\u0629\u0650 \u0648\u064e\u0633\u0648\u0641 \u064a\u064f\u0637\u0628\u0651\u064e\u0642\u064f \u062a\u064e\u062d\u0630\u064a\u0631\u064f \u0627\u0644\u0645\u064f\u062d\u062a\u064e\u0648\u064e\u0649 \u0639\u064e\u0644\u064a\u0647\u0627.",
"modMarkAsSpammerSuccess": "\u0639\u064f\u0644\u0651\u0650\u0645\u064e \u0627\u0644\u0645\u064f\u0633\u062a\u064e\u062e\u062f\u0650\u0645\u064f \u0643\u064e\u0646\u0627\u0634\u0650\u0631\u064d \u0644\u0650\u0645\u064e\u0646\u0634\u064f\u0648\u0631\u0627\u062a\u064d \u063a\u064a\u0631\u0650 \u0645\u064e\u0631\u063a\u0648\u0628\u064d \u0641\u0650\u064a\u0647\u0627 \u0628\u0650\u0646\u064e\u062c\u0627\u062d",
"toFollowers": "\u0625\u0644\u064e\u0649 \u0627\u0644\u0645\u064f\u062a\u064e\u0627\u0628\u0650\u0639\u064a\u0646",
"showCaption": "\u0639\u064e\u0631\u0636\u064f \u0627\u0644\u062a\u064e\u0639\u0644\u064a\u0642\u0650 \u0627\u0644\u062a\u064e\u0648\u0636\u064a\u062d\u064a",
"showLikes": "\u0625\u0638\u0647\u0627\u0631\u064f \u0627\u0644\u0625\u0639\u062c\u0627\u0628\u0627\u062a",
"compactMode": "\u0627\u0644\u0648\u064e\u0636\u0639 \u0627\u0644\u0645\u064e\u0636\u063a\u0648\u0637",
"embedConfirmText": "\u0628\u0627\u0650\u0633\u062a\u0650\u062e\u062f\u0627\u0645\u0650\u0643\u064e \u0644\u0650\u0647\u0630\u0627 \u0627\u0644\u062a\u0651\u064e\u0636\u0645\u064a\u0646\u060c \u0623\u0646\u062a\u064e \u062a\u064f\u0648\u0627\u0641\u0650\u0642\u064f \u0639\u064e\u0644\u064e\u0649",
"deletePostConfirm": "\u0647\u064e\u0644 \u0623\u0646\u062a\u064e \u0645\u064f\u062a\u0623\u0643\u0651\u0650\u062f\u064c \u0645\u0650\u0646 \u0631\u064e\u063a\u0628\u064e\u062a\u0650\u0643\u064e \u0641\u0650\u064a \u062d\u064e\u0630\u0641\u0650 \u0647\u064e\u0630\u064e\u0627 \u0627\u0644\u0645\u064e\u0646\u0634\u064f\u0648\u0631\u061f",
"archivePostConfirm": "\u0647\u064e\u0644 \u0623\u0646\u062a\u064e \u0645\u064f\u062a\u0623\u0643\u0651\u0650\u062f\u064c \u0645\u0650\u0646 \u0631\u064e\u063a\u0628\u064e\u062a\u0650\u0643\u064e \u0641\u0650\u064a \u0623\u0631\u0634\u064e\u0641\u064e\u0629\u0650 \u0647\u064e\u0630\u064e\u0627 \u0627\u0644\u0645\u064e\u0646\u0634\u064f\u0648\u0631\u061f",
"unarchivePostConfirm": "\u0647\u064e\u0644 \u0623\u0646\u062a\u064e \u0645\u064f\u062a\u0623\u0643\u0651\u0650\u062f\u064c \u0645\u0650\u0646 \u0631\u064e\u063a\u0628\u064e\u062a\u0650\u0643\u064e \u0641\u0650\u064a \u0625\u0644\u063a\u0627\u0621\u0650 \u0623\u0631\u0634\u064e\u0641\u064e\u0629\u0650 \u0647\u064e\u0630\u064e\u0627 \u0627\u0644\u0645\u064e\u0646\u0634\u064f\u0648\u0631\u061f"
},
"story": {
"add": "Add Story"
"add": "\u0625\u0636\u0627\u0641\u064e\u0629\u064f \u0642\u064e\u0635\u0651\u064e\u0629"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
"peopleYouMayKnow": "\u0623\u0634\u062e\u0627\u0635\u064c \u0642\u064e\u062f \u062a\u064e\u0639\u0631\u0650\u0641\u064f\u0647\u064f\u0645"
}
}

View file

@ -0,0 +1,144 @@
{
"common": {
"comment": "Comment",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"liked": "Liked",
"likes": "Likes",
"share": "Share",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Cancel",
"copyLink": "Copy Link",
"delete": "Delete",
"error": "Error",
"errorMsg": "Something went wrong. Please try again later.",
"oops": "Oops!",
"other": "Other",
"readMore": "Read more",
"success": "Success",
"sensitive": "Sensitive",
"sensitiveContent": "Sensitive Content",
"sensitiveContentWarning": "This post may contain sensitive content"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
},
"navmenu": {
"search": "Search",
"admin": "Admin Dashboard",
"homeFeed": "Home Feed",
"localFeed": "Local Feed",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Notifications",
"groups": "Groups",
"stories": "Stories",
"profile": "Profile",
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"about": "About",
"help": "Help",
"language": "Language",
"privacy": "Privacy",
"terms": "Terms",
"backToPreviousDesign": "Go back to previous design"
},
"directMessages": {
"inbox": "Inbox",
"sent": "Sent",
"requests": "Requests"
},
"notifications": {
"liked": "liked your",
"commented": "commented on your",
"reacted": "reacted to your",
"shared": "shared your",
"tagged": "tagged you in a",
"updatedA": "updated a",
"sentA": "sent a",
"followed": "followed",
"mentioned": "mentioned",
"you": "you",
"yourApplication": "Your application to join",
"applicationApproved": "was approved!",
"applicationRejected": "was rejected. You can re-apply to join in 6 months.",
"dm": "dm",
"groupPost": "group post",
"modlog": "modlog",
"post": "post",
"story": "story"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToOther": "Share to other",
"noLikes": "No likes yet",
"uploading": "Uploading"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"admin": "Admin",
"collections": "Collections",
"follow": "Follow",
"unfollow": "Unfollow",
"editProfile": "Edit Profile",
"followRequested": "Follow Requested",
"joined": "Joined"
},
"menu": {
"viewPost": "View Post",
"viewProfile": "View Profile",
"moderationTools": "Moderation Tools",
"report": "Report",
"archive": "Archive",
"unarchive": "Unarchive",
"embed": "Embed",
"selectOneOption": "Select one of the following options",
"unlistFromTimelines": "Unlist from Timelines",
"addCW": "Add Content Warning",
"removeCW": "Remove Content Warning",
"markAsSpammer": "Mark as Spammer",
"markAsSpammerText": "Unlist + CW existing and future posts",
"spam": "Spam",
"sensitive": "Sensitive Content",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
"impersonation": "Impersonation",
"scamOrFraud": "Scam or Fraud",
"confirmReport": "Confirm Report",
"confirmReportText": "Are you sure you want to report this post?",
"reportSent": "Report Sent!",
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
},
"story": {
"add": "Add Story"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
}
}

View file

@ -1,144 +1,144 @@
{
"common": {
"comment": "Comment",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"liked": "Liked",
"likes": "Likes",
"share": "Share",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Cancel",
"copyLink": "Copy Link",
"delete": "Delete",
"comment": "Comentar",
"commented": "Comentari",
"comments": "Comentaris",
"like": "M'agrada",
"liked": "M'ha agradat",
"likes": "\"M'agrada\"",
"share": "Comparteix",
"shared": "S'han compartit",
"shares": "S'han compartit",
"unshare": "Deixa de compartir",
"cancel": "Cancel\u00b7la",
"copyLink": "Copia l'enlla\u00e7",
"delete": "Esborra",
"error": "Error",
"errorMsg": "Something went wrong. Please try again later.",
"oops": "Oops!",
"other": "Other",
"readMore": "Read more",
"success": "Success",
"sensitive": "Sensitive",
"sensitiveContent": "Sensitive Content",
"sensitiveContentWarning": "This post may contain sensitive content"
"errorMsg": "Alguna cosa ha anat malament. Siusplau, intenta-ho m\u00e9s tard.",
"oops": "Uix!",
"other": "Altres",
"readMore": "Llegiu-ne m\u00e9s",
"success": "Completat amb \u00e8xit",
"sensitive": "Sensible",
"sensitiveContent": "Contingut sensible",
"sensitiveContentWarning": "Aquest article pot contenir contingut sensible"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
"terms": "Condicions d'\u00fas",
"privacy": "Pol\u00edtica de Privacitat"
},
"navmenu": {
"search": "Search",
"admin": "Admin Dashboard",
"homeFeed": "Home Feed",
"localFeed": "Local Feed",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Notifications",
"groups": "Groups",
"stories": "Stories",
"profile": "Profile",
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"about": "About",
"help": "Help",
"language": "Language",
"privacy": "Privacy",
"terms": "Terms",
"backToPreviousDesign": "Go back to previous design"
"search": "Cercar",
"admin": "Tauler d'Administraci\u00f3",
"homeFeed": "L\u00ednia de temps principal",
"localFeed": "L\u00ednia de temps local",
"globalFeed": "L\u00ednia de temps global",
"discover": "Descobrir",
"directMessages": "Missatges directes",
"notifications": "Notificacions",
"groups": "Grups",
"stories": "Hist\u00f2ries",
"profile": "Perfil",
"drive": "Unitat",
"settings": "Par\u00e0metres",
"compose": "Crea un nou",
"about": "Quant a",
"help": "Ajuda",
"language": "Idioma",
"privacy": "Privacitat",
"terms": "Termes",
"backToPreviousDesign": "Tornar al disseny anterior"
},
"directMessages": {
"inbox": "Inbox",
"sent": "Sent",
"requests": "Requests"
"inbox": "Safata d'entrada",
"sent": "Enviat",
"requests": "Sol\u00b7licitud"
},
"notifications": {
"liked": "liked your",
"commented": "commented on your",
"reacted": "reacted to your",
"shared": "shared your",
"tagged": "tagged you in a",
"updatedA": "updated a",
"sentA": "sent a",
"followed": "followed",
"mentioned": "mentioned",
"you": "you",
"yourApplication": "Your application to join",
"applicationApproved": "was approved!",
"applicationRejected": "was rejected. You can re-apply to join in 6 months.",
"dm": "dm",
"groupPost": "group post",
"liked": "li agrada la teva",
"commented": "comentat el teu",
"reacted": "ha reaccionat al teu",
"shared": "ha compartit la teva",
"tagged": "t'ha etiquetat en una",
"updatedA": "actualitzat a",
"sentA": "enviat a",
"followed": "seguits",
"mentioned": "mencionat",
"you": "vost\u00e8",
"yourApplication": "La teva sol\u00b7licitud per unir-te",
"applicationApproved": "est\u00e0 aprovat!",
"applicationRejected": "ha estat rebutjat. Pots tornar a sol\u00b7licitar unir-te en 6 mesos.",
"dm": "md",
"groupPost": "publicacions al grup",
"modlog": "modlog",
"post": "post",
"story": "story"
"post": "publicaci\u00f3",
"story": "hist\u00f2ria"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToOther": "Share to other",
"noLikes": "No likes yet",
"uploading": "Uploading"
"shareToFollowers": "Comparteix amb els seguidors",
"shareToOther": "Compartits per altres",
"noLikes": "Cap m'agrada encara",
"uploading": "Carregant"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"admin": "Admin",
"collections": "Collections",
"follow": "Follow",
"unfollow": "Unfollow",
"editProfile": "Edit Profile",
"followRequested": "Follow Requested",
"joined": "Joined"
"posts": "Publicacions",
"followers": "Seguidors",
"following": "Seguint",
"admin": "Administrador",
"collections": "Col\u00b7leccions",
"follow": "Segueix",
"unfollow": "Deixeu de seguir",
"editProfile": "Edita el teu perfil",
"followRequested": "Sol\u00b7licitud de seguidor",
"joined": "S'ha unit"
},
"menu": {
"viewPost": "View Post",
"viewProfile": "View Profile",
"moderationTools": "Moderation Tools",
"report": "Report",
"archive": "Archive",
"unarchive": "Unarchive",
"embed": "Embed",
"selectOneOption": "Select one of the following options",
"unlistFromTimelines": "Unlist from Timelines",
"addCW": "Add Content Warning",
"removeCW": "Remove Content Warning",
"markAsSpammer": "Mark as Spammer",
"markAsSpammerText": "Unlist + CW existing and future posts",
"spam": "Spam",
"sensitive": "Sensitive Content",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
"impersonation": "Impersonation",
"scamOrFraud": "Scam or Fraud",
"confirmReport": "Confirm Report",
"confirmReportText": "Are you sure you want to report this post?",
"reportSent": "Report Sent!",
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"viewPost": "Veure publicaci\u00f3",
"viewProfile": "Mostra el perfil",
"moderationTools": "Eines de moderaci\u00f3",
"report": "Informe",
"archive": "Arxiu",
"unarchive": "Desarxiva",
"embed": "Incrusta",
"selectOneOption": "Seleccioneu una de les opcions seg\u00fcents",
"unlistFromTimelines": "Desllista de les l\u00ednies de temps",
"addCW": "Afegeix advert\u00e8ncia de contingut",
"removeCW": "Esborra advert\u00e8ncia de contingut",
"markAsSpammer": "Marca com a brossa",
"markAsSpammerText": "Desllista + CW publicacions existents i futures",
"spam": "Contingut brossa",
"sensitive": "Contingut sensible",
"abusive": "Abusiu o nociu",
"underageAccount": "Compte de menors d'edat",
"copyrightInfringement": "Infracci\u00f3 de drets d\u2019autor",
"impersonation": "Suplantacions",
"scamOrFraud": "Estafa o Frau",
"confirmReport": "Confirma l'informe",
"confirmReportText": "Esteu segur que voleu informar d'aquesta publicaci\u00f3?",
"reportSent": "Informe enviat!",
"reportSentText": "Hem rebut correctament el vostre informe.",
"reportSentError": "Hi ha hagut un problema en informar d'aquesta publicaci\u00f3.",
"modAddCWConfirm": "Confirmes que vols afegir un av\u00eds de contingut a aquesta publicaci\u00f3?",
"modCWSuccess": "Av\u00eds de contingut afegit correctament",
"modRemoveCWConfirm": "Confirmes que vols esborrar un av\u00eds de contingut d'aquesta publicaci\u00f3?",
"modRemoveCWSuccess": "Av\u00eds de contingut esborrat correctament",
"modUnlistConfirm": "Esteu segur que voleu desllistar d'aquesta publicaci\u00f3?",
"modUnlistSuccess": "Entrada desllistada amb \u00e8xit",
"modMarkAsSpammerConfirm": "Esteu segur que voleu marcar aquest usuari com a brossa? Totes les publicacions existents i futures no apareixeran a les cronologies i s'aplicar\u00e0 un av\u00eds de contingut.",
"modMarkAsSpammerSuccess": "El compte s'ha marcat correctament com a brossa",
"toFollowers": "els seguidors",
"showCaption": "Mostra el subt\u00edtol",
"showLikes": "Mostra els m'agrada",
"compactMode": "Mode Compacte",
"embedConfirmText": "En utilitzar aquesta inserci\u00f3, accepteu el nostre",
"deletePostConfirm": "Esteu segur que voleu suprimir aquesta publicaci\u00f3?",
"archivePostConfirm": "Segur que voleu arxivar aquesta publicaci\u00f3?",
"unarchivePostConfirm": "Segur que voleu desarxivar aquesta publicaci\u00f3?"
},
"story": {
"add": "Add Story"
"add": "Afegir hist\u00f2ria"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
"peopleYouMayKnow": "Gent que potser coneixes"
}
}

View file

@ -1,64 +1,64 @@
{
"common": {
"comment": "Comment",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"comment": "Koment\u00e1\u0159",
"commented": "Okomentov\u00e1no",
"comments": "Koment\u00e1\u0159e",
"like": "L\u00edb\u00ed se mi",
"liked": "Liked",
"likes": "Likes",
"share": "Share",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Cancel",
"copyLink": "Copy Link",
"delete": "Delete",
"error": "Error",
"errorMsg": "Something went wrong. Please try again later.",
"oops": "Oops!",
"likes": "To se mi l\u00edb\u00ed",
"share": "Sd\u00edlet",
"shared": "Sd\u00edleno",
"shares": "Sd\u00edlen\u00ed",
"unshare": "Zru\u0161it sd\u00edlen\u00ed",
"cancel": "Zru\u0161it",
"copyLink": "Kop\u00edrovat odkaz",
"delete": "Smazat",
"error": "Chyba",
"errorMsg": "N\u011bco se pokazilo. Zkuste to pros\u00edm pozd\u011bji.",
"oops": "Jejda!",
"other": "Other",
"readMore": "Read more",
"readMore": "\u010c\u00edst v\u00edce",
"success": "Success",
"sensitive": "Sensitive",
"sensitiveContent": "Sensitive Content",
"sensitiveContentWarning": "This post may contain sensitive content"
"sensitiveContent": "Citliv\u00fd obsah",
"sensitiveContentWarning": "Tento p\u0159\u00edsp\u011bvek m\u016f\u017ee obsahovat citliv\u00fd obsah"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
"terms": "Podm\u00ednky pou\u017eit\u00ed",
"privacy": "Z\u00e1sady ochrany osobn\u00edch \u00fadaj\u016f"
},
"navmenu": {
"search": "Search",
"admin": "Admin Dashboard",
"search": "Hledat",
"admin": "Administr\u00e1torsk\u00fd ovl\u00e1dac\u00ed panel",
"homeFeed": "Home Feed",
"localFeed": "Local Feed",
"localFeed": "M\u00edstn\u00ed \u010dasov\u00e1 osa",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Notifications",
"groups": "Groups",
"stories": "Stories",
"profile": "Profile",
"discover": "Objevovat",
"directMessages": "P\u0159\u00edm\u00e9 zpr\u00e1vy",
"notifications": "Ozn\u00e1men\u00ed",
"groups": "Skupiny",
"stories": "P\u0159\u00edb\u011bhy",
"profile": "Profil",
"drive": "Drive",
"settings": "Settings",
"settings": "Nastaven\u00ed",
"compose": "Create New",
"about": "About",
"help": "Help",
"language": "Language",
"privacy": "Privacy",
"terms": "Terms",
"backToPreviousDesign": "Go back to previous design"
"about": "O aplikaci",
"help": "N\u00e1pov\u011bda",
"language": "Jazyk",
"privacy": "Soukrom\u00ed",
"terms": "Podm\u00ednky",
"backToPreviousDesign": "Vr\u00e1tit se k p\u0159edchoz\u00edmu vzhledu"
},
"directMessages": {
"inbox": "Inbox",
"sent": "Sent",
"requests": "Requests"
"inbox": "P\u0159ijat\u00e9 zpr\u00e1vy",
"sent": "Odeslan\u00e9",
"requests": "Po\u017eadavky"
},
"notifications": {
"liked": "liked your",
"commented": "commented on your",
"reacted": "reacted to your",
"shared": "shared your",
"liked": "se l\u00edb\u00ed v\u00e1\u0161",
"commented": "komentoval/a v\u00e1\u0161",
"reacted": "reagoval/a na v\u00e1\u0161",
"shared": "sd\u00edlel/a v\u00e1\u0161",
"tagged": "tagged you in a",
"updatedA": "updated a",
"sentA": "sent a",
@ -70,75 +70,75 @@
"applicationRejected": "was rejected. You can re-apply to join in 6 months.",
"dm": "dm",
"groupPost": "group post",
"modlog": "modlog",
"post": "post",
"story": "story"
"modlog": "moder\u00e1torsk\u00fd z\u00e1znam",
"post": "p\u0159\u00edsp\u011bvek",
"story": "p\u0159\u00edbeh"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToOther": "Share to other",
"shareToFollowers": "Sd\u00edlet se sleduj\u00edc\u00edmi",
"shareToOther": "Sd\u00edlet s ostatn\u00edmi",
"noLikes": "No likes yet",
"uploading": "Uploading"
"uploading": "Nahr\u00e1v\u00e1n\u00ed"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"admin": "Admin",
"collections": "Collections",
"follow": "Follow",
"unfollow": "Unfollow",
"editProfile": "Edit Profile",
"posts": "P\u0159\u00edsp\u011bvky",
"followers": "Sleduj\u00edc\u00ed",
"following": "Sledovan\u00ed",
"admin": "Administr\u00e1tor",
"collections": "Sb\u00edrky",
"follow": "Sledovat",
"unfollow": "P\u0159estat sledovat",
"editProfile": "Upravit profil",
"followRequested": "Follow Requested",
"joined": "Joined"
},
"menu": {
"viewPost": "View Post",
"viewProfile": "View Profile",
"moderationTools": "Moderation Tools",
"viewPost": "Zobrazit p\u0159\u00edsp\u011bvek",
"viewProfile": "Zobrazit profil",
"moderationTools": "N\u00e1stroje pro moder\u00e1tory",
"report": "Report",
"archive": "Archive",
"unarchive": "Unarchive",
"archive": "Archivovat",
"unarchive": "Vyjmout z archivu",
"embed": "Embed",
"selectOneOption": "Select one of the following options",
"unlistFromTimelines": "Unlist from Timelines",
"addCW": "Add Content Warning",
"removeCW": "Remove Content Warning",
"markAsSpammer": "Mark as Spammer",
"selectOneOption": "Vyberte jednu z n\u00e1sleduj\u00edc\u00edch mo\u017enost\u00ed",
"unlistFromTimelines": "Odebrat z \u010dasov\u00e9 osy",
"addCW": "P\u0159idat varov\u00e1n\u00ed o obsahu",
"removeCW": "Odstranit varov\u00e1n\u00ed o obsahu",
"markAsSpammer": "Ozna\u010dit za spammera",
"markAsSpammerText": "Unlist + CW existing and future posts",
"spam": "Spam",
"sensitive": "Sensitive Content",
"abusive": "Abusive or Harmful",
"sensitive": "Citliv\u00fd obsah",
"abusive": "Ur\u00e1\u017eliv\u00e9 nebo \u0161kodliv\u00e9",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
"impersonation": "Impersonation",
"scamOrFraud": "Scam or Fraud",
"confirmReport": "Confirm Report",
"confirmReportText": "Are you sure you want to report this post?",
"reportSent": "Report Sent!",
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"confirmReport": "Potvrdit hl\u00e1\u0161en\u00ed",
"confirmReportText": "Jste si jisti, \u017ee chcete nahl\u00e1sit tento p\u0159\u00edsp\u011bvek?",
"reportSent": "Hl\u00e1\u0161en\u00ed odesl\u00e1no!",
"reportSentText": "\u00dasp\u011b\u0161n\u011b jsme obdr\u017eeli va\u0161e hl\u00e1\u0161en\u00ed.",
"reportSentError": "P\u0159i nahl\u00e1\u0161en\u00ed tohoto p\u0159\u00edsp\u011bvku do\u0161lo k chyb\u011b.",
"modAddCWConfirm": "Jste si jisti, \u017ee chcete k tomuto p\u0159\u00edsp\u011bvku p\u0159idat varov\u00e1n\u00ed o obsahu?",
"modCWSuccess": "Varov\u00e1n\u00ed o obsahu bylo \u00fasp\u011b\u0161n\u011b p\u0159id\u00e1no",
"modRemoveCWConfirm": "Jste si jisti, \u017ee chcete odebrat upozorn\u011bn\u00ed na obsah tohoto p\u0159\u00edsp\u011bvku?",
"modRemoveCWSuccess": "Varov\u00e1n\u00ed o obsahu bylo \u00fasp\u011b\u0161n\u011b odebr\u00e1no",
"modUnlistConfirm": "Opravdu chcete odebrat tento p\u0159\u00edsp\u011bvek?",
"modUnlistSuccess": "P\u0159\u00edsp\u011bvek byl odebr\u00e1n z \u010dasov\u00e9 osy",
"modMarkAsSpammerConfirm": "Jste si jisti, \u017ee chcete tohoto u\u017eivatele ozna\u010dit jako spammer? V\u0161echny existuj\u00edc\u00ed a budouc\u00ed p\u0159\u00edsp\u011bvky budou vy\u0159azeny z \u010dasov\u00fdch os a bude na n\u011b aplikov\u00e1no varov\u00e1n\u00ed o obsahu.",
"modMarkAsSpammerSuccess": "\u00da\u010det byl ozna\u010den jako spammer",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"showLikes": "Zobrazit To se mi l\u00edb\u00ed",
"compactMode": "Kompaktn\u00ed re\u017eim",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"deletePostConfirm": "Opravdu chcete smazat tento p\u0159\u00edsp\u011bvek?",
"archivePostConfirm": "Opravdu chcete archivovat tento p\u0159\u00edsp\u011bvek?",
"unarchivePostConfirm": "Opravdu chcete zru\u0161it archivaci tohoto p\u0159\u00edsp\u011bvku?"
},
"story": {
"add": "Add Story"
"add": "P\u0159idat p\u0159\u00edb\u011bh"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
"peopleYouMayKnow": "Lid\u00e9, kter\u00e9 mo\u017en\u00e1 zn\u00e1te"
}
}

View file

@ -1,58 +1,63 @@
{
"common": {
"comment": "Comment",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"liked": "Liked",
"likes": "Likes",
"share": "Share",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Cancel",
"copyLink": "Copy Link",
"delete": "Delete",
"error": "Error",
"errorMsg": "Something went wrong. Please try again later.",
"oops": "Oops!",
"other": "Other",
"readMore": "Read more",
"success": "Success",
"sensitive": "Sensitive",
"sensitiveContent": "Sensitive Content",
"sensitiveContentWarning": "This post may contain sensitive content"
"comment": "Gwneud Sylw",
"commented": "Sylwadau ar",
"comments": "Sylwadau",
"like": "Hoffi",
"liked": "Hoffi",
"likes": "Hoffi",
"share": "Rhannu",
"shared": "Rhannu",
"shares": "Rhannu",
"unshare": "Dad-rannu",
"cancel": "Canslo",
"copyLink": "Cop\u00efo'r ddolen",
"delete": "Dileu",
"error": "Gwall",
"errorMsg": "Aeth rhywbeth o'i le. Rhowch gynnig arall arni yn nes ymlaen.",
"oops": "Wps!",
"other": "Arall",
"readMore": "Darllen mwy",
"success": "Llwyddiant",
"sensitive": "Sensitif",
"sensitiveContent": "Cynnwys sensitif",
"sensitiveContentWarning": "Gall y post hon gynnwys cynnwys sensitif"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
"terms": "Telerau defnyddio",
"privacy": "Polisi preifatrwydd"
},
"navmenu": {
"search": "Search",
"admin": "Admin Dashboard",
"homeFeed": "Home Feed",
"localFeed": "Local Feed",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Notifications",
"groups": "Groups",
"stories": "Stories",
"profile": "Profile",
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"backToPreviousDesign": "Go back to previous design"
"search": "Chwilio",
"admin": "Dangosfwrdd gweinyddol",
"homeFeed": "Ffrwd gatref",
"localFeed": "Ffrwd lleol",
"globalFeed": "Ffrwd byd-eang",
"discover": "Darganfod",
"directMessages": "Negeseuon preifat",
"notifications": "Hysbysiadau",
"groups": "Grwpiau",
"stories": "Straeon",
"profile": "Proffil",
"drive": "Gyriant storio",
"settings": "Gosodiadau",
"compose": "Creu newydd",
"about": "Amdano",
"help": "Cymorth",
"language": "Iaith",
"privacy": "Preifatrwydd",
"terms": "Telerau",
"backToPreviousDesign": "Ewch yn \u00f4l at ddyluniad blaenorol"
},
"directMessages": {
"inbox": "Inbox",
"sent": "Sent",
"requests": "Requests"
"inbox": "Mewnflwch",
"sent": "Anfonwyd",
"requests": "Ceisiadau"
},
"notifications": {
"liked": "liked your",
"commented": "commented on your",
"reacted": "reacted to your",
"liked": "wedi hoffi eich",
"commented": "gwnaeth sylwadau ar eich",
"reacted": "adweithio i'ch",
"shared": "shared your",
"tagged": "tagged you in a",
"updatedA": "updated a",
@ -109,7 +114,7 @@
"impersonation": "Impersonation",
"scamOrFraud": "Scam or Fraud",
"confirmReport": "Confirm Report",
"confirmReportText": "Are you sure you want to report this post?",
"confirmReportText": "Ydych chi'n si\u0175r eich bod chi am adroddi'r post hon?",
"reportSent": "Report Sent!",
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",

View file

@ -3,13 +3,13 @@
"comment": "Kommentar",
"commented": "Kommentiert",
"comments": "Kommentare",
"like": "Gef\u00e4llt",
"liked": "Liked",
"like": "Gef\u00e4llt mir",
"liked": "Gef\u00e4llt",
"likes": "Gef\u00e4llt",
"share": "Teilen",
"shared": "Geteilt",
"shares": "Geteilt",
"unshare": "Teilen r\u00fcckg\u00e4ngig",
"unshare": "Teilen r\u00fcckg\u00e4ngig machen",
"cancel": "Abbrechen",
"copyLink": "Link kopieren",
"delete": "L\u00f6schen",
@ -17,7 +17,7 @@
"errorMsg": "Etwas ist schief gelaufen. Bitter versuch es sp\u00e4ter nochmal.",
"oops": "Hoppla!",
"other": "Anderes",
"readMore": "Mehr lesen",
"readMore": "Weiterlesen",
"success": "Erfolgreich",
"sensitive": "Sensibel",
"sensitiveContent": "Sensibler Inhalt",
@ -37,7 +37,7 @@
"directMessages": "Direktnachrichten",
"notifications": "Benachrichtigungen",
"groups": "Gruppen",
"stories": "Storys",
"stories": "Stories",
"profile": "Profil",
"drive": "Festplatte",
"settings": "Einstellungen",
@ -62,22 +62,22 @@
"tagged": "markierte dich in einem",
"updatedA": "aktualisierte ein",
"sentA": "sendete ein",
"followed": "followed",
"followed": "gefolgt",
"mentioned": "erw\u00e4hnt",
"you": "du",
"yourApplication": "Deine Bewerbung um beizutreten",
"applicationApproved": "wurde genehmigt!",
"applicationRejected": "wurde abgelehnt. Du kannst dich in 6 Monaten erneut f\u00fcr den Beitritt bewerben.",
"dm": "PN",
"groupPost": "group post",
"groupPost": "Gruppen-Post",
"modlog": "modlog",
"post": "Beitrag",
"story": "story"
"story": "Story"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToFollowers": "Mit Folgenden teilen",
"shareToOther": "Mit anderen teilen",
"noLikes": "Noch keine Gef\u00e4llt mir",
"noLikes": "Gef\u00e4llt bisher noch niemandem",
"uploading": "L\u00e4dt hoch"
},
"profile": {
@ -97,22 +97,22 @@
"viewProfile": "Profil anzeigen",
"moderationTools": "Moderationswerkzeuge",
"report": "Melden",
"archive": "Archiv",
"unarchive": "Unarchive",
"archive": "Archivieren",
"unarchive": "Entarchivieren",
"embed": "Einbetten",
"selectOneOption": "W\u00e4hle eine der folgenden M\u00f6glichkeiten",
"selectOneOption": "W\u00e4hle eine der folgenden Optionen",
"unlistFromTimelines": "Nicht in Timelines listen",
"addCW": "Inhaltswarnung hinzuf\u00fcgen",
"removeCW": "Inhaltswarnung entfernen",
"markAsSpammer": "Als Spammer markieren",
"markAsSpammerText": "Unlist + CW existing and future posts",
"markAsSpammerText": "Aus der Zeitleiste entfernen und bisherige und zuk\u00fcnftige Beitr\u00e4ge mit einer Inhaltswarnung versehen",
"spam": "Spam",
"sensitive": "Sensitiver Inhalt",
"abusive": "Abusive or Harmful",
"sensitive": "Sensibler Inhalt",
"abusive": "missbr\u00e4uchlich oder sch\u00e4digend",
"underageAccount": "Minderj\u00e4hrigen-Konto",
"copyrightInfringement": "Urheberrechtsverletzung",
"impersonation": "Nachahmen",
"scamOrFraud": "Scam or Fraud",
"impersonation": "Identit\u00e4tsdiebstahl",
"scamOrFraud": "Betrug oder Missbrauch",
"confirmReport": "Meldung best\u00e4tigen",
"confirmReportText": "Bist du sicher, dass du diesen Beitrag melden m\u00f6chtest?",
"reportSent": "Meldung gesendet!",
@ -124,16 +124,16 @@
"modRemoveCWSuccess": "Inhaltswarnung erfolgreich entfernt",
"modUnlistConfirm": "Bist du sicher, dass du diesen Beitrag nicht listen m\u00f6chtest?",
"modUnlistSuccess": "Beitrag erfolgreich nicht gelistet",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerConfirm": "Bist du sicher, dass du diesen Benutzer als Spam markieren m\u00f6chtest? Alle existierenden und zuk\u00fcnftigen Beitr\u00e4ge werden nicht mehr in der Zeitleiste angezeigt und mit einer Inhaltswarnung versehen.",
"modMarkAsSpammerSuccess": "Konto erfolgreich als Spammer markiert",
"toFollowers": "to Followers",
"toFollowers": "an die Folgenden",
"showCaption": "Bildunterschrift anzeigen",
"showLikes": "\"Gef\u00e4llt mir\" anzeigen",
"compactMode": "Kompaktmodus",
"embedConfirmText": "Mit der Nutzung dieser Einbettung erkl\u00e4rst du dich mit unseren",
"deletePostConfirm": "Bist du sicher, dass du diesen Beitrag l\u00f6schen m\u00f6chtest?",
"archivePostConfirm": "Bist du sicher, dass du diesen Beitrag archivieren m\u00f6chtest?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"unarchivePostConfirm": "M\u00f6chten Sie dieses Element wirklich aus dem Archiv zur\u00fcckholen?"
},
"story": {
"add": "Story hinzuf\u00fcgen"

View file

@ -8,8 +8,8 @@
"likes": "\u0391\u03c1\u03ad\u03c3\u03b5\u03b9",
"share": "\u039a\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7",
"shared": "\u039a\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03ae\u03b8\u03b7\u03ba\u03b5",
"shares": "Shares",
"unshare": "Unshare",
"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",
"cancel": "\u0391\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7",
"copyLink": "\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03a3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03bf\u03c5",
"delete": "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae",
@ -39,7 +39,7 @@
"groups": "\u039f\u03bc\u03ac\u03b4\u03b5\u03c2",
"stories": "\u0399\u03c3\u03c4\u03bf\u03c1\u03af\u03b5\u03c2",
"profile": "\u03a0\u03c1\u03bf\u03c6\u03af\u03bb",
"drive": "Drive",
"drive": "\u03a7\u03ce\u03c1\u03bf\u03c2 \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7\u03c2",
"settings": "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2",
"compose": "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bd\u03ad\u03bf\u03c5",
"about": "\u03a3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5",

View file

@ -1,144 +1,144 @@
{
"common": {
"comment": "Comment",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"liked": "Liked",
"likes": "Likes",
"share": "Share",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Cancel",
"copyLink": "Copy Link",
"delete": "Delete",
"comment": "Comentario",
"commented": "Comentado",
"comments": "Comentarios",
"like": "Me gusta",
"liked": "Te gusta",
"likes": "Me gustas",
"share": "Compartir",
"shared": "Compartido",
"shares": "Compartidos",
"unshare": "No compartir",
"cancel": "Cancelar",
"copyLink": "Copiar Enlace",
"delete": "Eliminar",
"error": "Error",
"errorMsg": "Something went wrong. Please try again later.",
"oops": "Oops!",
"other": "Other",
"readMore": "Read more",
"success": "Success",
"sensitive": "Sensitive",
"sensitiveContent": "Sensitive Content",
"sensitiveContentWarning": "This post may contain sensitive content"
"errorMsg": "Algo fue mal. Por favor int\u00e9ntelo de nuevo m\u00e1s tarde.",
"oops": "Upss!",
"other": "Otros",
"readMore": "Ver m\u00e1s",
"success": "Correcto",
"sensitive": "Sensible",
"sensitiveContent": "Contenido Sensible",
"sensitiveContentWarning": "Este post podr\u00eda tener contenido sensible"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
"terms": "T\u00e9rminos de Uso",
"privacy": "Pol\u00edtica de Privacidad"
},
"navmenu": {
"search": "Search",
"admin": "Admin Dashboard",
"homeFeed": "Home Feed",
"localFeed": "Local Feed",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Notifications",
"groups": "Groups",
"stories": "Stories",
"profile": "Profile",
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"about": "About",
"help": "Help",
"language": "Language",
"privacy": "Privacy",
"terms": "Terms",
"backToPreviousDesign": "Go back to previous design"
"search": "Buscar",
"admin": "Panel de Administrador",
"homeFeed": "Feed Principal",
"localFeed": "Feed Local",
"globalFeed": "Feed Global",
"discover": "Descubre",
"directMessages": "Mensajes Directos",
"notifications": "Notificaciones",
"groups": "Grupos",
"stories": "Historias",
"profile": "Perfil",
"drive": "Multimedia",
"settings": "Ajustes",
"compose": "Crear Nuevo",
"about": "Acerca de",
"help": "Ayuda",
"language": "Idioma",
"privacy": "Privacidad",
"terms": "T\u00e9rminos",
"backToPreviousDesign": "Volver al dise\u00f1o anterior"
},
"directMessages": {
"inbox": "Inbox",
"sent": "Sent",
"requests": "Requests"
"inbox": "Entrada",
"sent": "Enviado",
"requests": "Solicitudes"
},
"notifications": {
"liked": "liked your",
"commented": "commented on your",
"reacted": "reacted to your",
"shared": "shared your",
"tagged": "tagged you in a",
"updatedA": "updated a",
"sentA": "sent a",
"followed": "followed",
"mentioned": "mentioned",
"you": "you",
"yourApplication": "Your application to join",
"applicationApproved": "was approved!",
"applicationRejected": "was rejected. You can re-apply to join in 6 months.",
"dm": "dm",
"groupPost": "group post",
"liked": "le gust\u00f3 tu",
"commented": "coment\u00f3 en tu",
"reacted": "reaccion\u00f3 a tu",
"shared": "ha compartido tu",
"tagged": "te ha etiquetado en",
"updatedA": "actualiz\u00f3 una",
"sentA": "envi\u00f3 un",
"followed": "te sigui\u00f3",
"mentioned": "te mencion\u00f3",
"you": "t\u00fa",
"yourApplication": "Tu solicitud para unirse",
"applicationApproved": "ha sido aprobada!",
"applicationRejected": "ha sido rechazada. Puedes volver a solicitar unirte en 6 meses.",
"dm": "md",
"groupPost": "publicaci\u00f3n de grupo",
"modlog": "modlog",
"post": "post",
"story": "story"
"post": "publicaci\u00f3n",
"story": "historia"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToOther": "Share to other",
"noLikes": "No likes yet",
"uploading": "Uploading"
"shareToFollowers": "Compartir a seguidores",
"shareToOther": "Compartir a otros",
"noLikes": "No hay me gustas",
"uploading": "Subiendo"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"admin": "Admin",
"collections": "Collections",
"follow": "Follow",
"unfollow": "Unfollow",
"editProfile": "Edit Profile",
"followRequested": "Follow Requested",
"joined": "Joined"
"posts": "Publicaciones",
"followers": "Seguidores",
"following": "Siguiendo",
"admin": "Administrador",
"collections": "Colecciones",
"follow": "Seguir",
"unfollow": "Dejar de seguir",
"editProfile": "Editar Perfil",
"followRequested": "Seguimiento Solicitado",
"joined": "Se uni\u00f3"
},
"menu": {
"viewPost": "View Post",
"viewProfile": "View Profile",
"moderationTools": "Moderation Tools",
"report": "Report",
"archive": "Archive",
"unarchive": "Unarchive",
"embed": "Embed",
"selectOneOption": "Select one of the following options",
"unlistFromTimelines": "Unlist from Timelines",
"addCW": "Add Content Warning",
"removeCW": "Remove Content Warning",
"markAsSpammer": "Mark as Spammer",
"markAsSpammerText": "Unlist + CW existing and future posts",
"viewPost": "Ver Publicaci\u00f3n",
"viewProfile": "Ver Perfil",
"moderationTools": "Herramientas de Moderaci\u00f3n",
"report": "Reportar",
"archive": "Archivar",
"unarchive": "No Archivar",
"embed": "Incrustar",
"selectOneOption": "Escoge una de las siguientes opciones",
"unlistFromTimelines": "No listar en L\u00edneas Temporales",
"addCW": "A\u00f1adir Spoiler",
"removeCW": "Quitar Spoiler",
"markAsSpammer": "Marcar como Spammer",
"markAsSpammerText": "No listar + Spoiler publicaciones actuales y futuras",
"spam": "Spam",
"sensitive": "Sensitive Content",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
"impersonation": "Impersonation",
"scamOrFraud": "Scam or Fraud",
"confirmReport": "Confirm Report",
"confirmReportText": "Are you sure you want to report this post?",
"reportSent": "Report Sent!",
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"sensitive": "Contenido Sensible",
"abusive": "Abusivo o Da\u00f1ino",
"underageAccount": "Cuenta de Menor de Edad",
"copyrightInfringement": "Violaci\u00f3n de Copyright",
"impersonation": "Suplantaci\u00f3n",
"scamOrFraud": "Scam o Fraude",
"confirmReport": "Confirmar Reporte",
"confirmReportText": "\u00bfSeguro que quieres reportar esta publicaci\u00f3n?",
"reportSent": "\u00a1Reporte enviado!",
"reportSentText": "Hemos recibido tu reporte de forma satisfactoria.",
"reportSentError": "Hubo un problema reportando esta publicaci\u00f3n.",
"modAddCWConfirm": "\u00bfSeguro que desea a\u00f1adir un spoiler a esta publicaci\u00f3n?",
"modCWSuccess": "Spoiler a\u00f1adido correctamente",
"modRemoveCWConfirm": "\u00bfSeguro que desea eliminar el spoiler de esta publicaci\u00f3n?",
"modRemoveCWSuccess": "Spoiler eliminado correctamente",
"modUnlistConfirm": "\u00bfSeguro que desea no listar esta publicaci\u00f3n?",
"modUnlistSuccess": "Publicaci\u00f3n no listada correctamente",
"modMarkAsSpammerConfirm": "\u00bfSeguro que quiere marcar este usuario como spammer? Todas las publicaciones existentes y futuras no ser\u00e1n listadas en las l\u00edneas temporales y se les agregar\u00e1 un Spoiler o alerta de contenido.",
"modMarkAsSpammerSuccess": "Cuenta marcada como spam correctamente",
"toFollowers": "a Seguidores",
"showCaption": "Mostrar subt\u00edtulos",
"showLikes": "Mostrar me gustas",
"compactMode": "Modo Compacto",
"embedConfirmText": "Usando este incrustado, usted acepta",
"deletePostConfirm": "\u00bfSeguro que desea eliminar esta publicaci\u00f3n?",
"archivePostConfirm": "\u00bfSeguro que desea archivar esta publicaci\u00f3n?",
"unarchivePostConfirm": "\u00bfSeguro que desea desarchivar esta publicaci\u00f3n?"
},
"story": {
"add": "Add Story"
"add": "A\u00f1adir Historia"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
"peopleYouMayKnow": "Gente que podr\u00edas conocer"
}
}

View file

@ -1,139 +1,144 @@
{
"common": {
"comment": "Comment",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"liked": "Liked",
"likes": "Likes",
"share": "Share",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Cancel",
"copyLink": "Copy Link",
"delete": "Delete",
"error": "Error",
"errorMsg": "Something went wrong. Please try again later.",
"oops": "Oops!",
"other": "Other",
"readMore": "Read more",
"success": "Success",
"sensitive": "Sensitive",
"sensitiveContent": "Sensitive Content",
"sensitiveContentWarning": "This post may contain sensitive content"
"comment": "Iruzkindu",
"commented": "Iruzkindu",
"comments": "Iruzkinak",
"like": "Datsegit",
"liked": "Datsegit",
"likes": "Atsegite",
"share": "Partekatu",
"shared": "Partekatua",
"shares": "Partekatze",
"unshare": "Utzi partekatzeari",
"cancel": "Utzi",
"copyLink": "Kopiatu esteka",
"delete": "Ezabatu",
"error": "Errorea",
"errorMsg": "Zerbait oker joan da. Saiatu berriro beranduago.",
"oops": "Arranopola!",
"other": "Bestelakoa",
"readMore": "Gehiago irakurri",
"success": "Burutu da",
"sensitive": "Sentibera",
"sensitiveContent": "Kontuz edukiarekin",
"sensitiveContentWarning": "Argitalpen honen edukia mingarria izan daiteke"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
"terms": "Erabilera-baldintzak",
"privacy": "Pribatutasun-gidalerroak"
},
"navmenu": {
"search": "Search",
"admin": "Admin Dashboard",
"homeFeed": "Home Feed",
"localFeed": "Local Feed",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Notifications",
"groups": "Groups",
"stories": "Stories",
"profile": "Profile",
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"backToPreviousDesign": "Go back to previous design"
"search": "Bilatu",
"admin": "Adminaren panela",
"homeFeed": "Hasierako jarioa",
"localFeed": "Tokiko jarioa",
"globalFeed": "Iturri globala",
"discover": "Aurkitu",
"directMessages": "Mezu zuzenak",
"notifications": "Jakinarazpenak",
"groups": "Taldeak",
"stories": "Istorioak",
"profile": "Profila",
"drive": "Gida",
"settings": "Ezarpenak",
"compose": "Argitaratu",
"about": "Honi buruz",
"help": "Laguntza",
"language": "Hizkuntza",
"privacy": "Pribatutasuna",
"terms": "Baldintzak",
"backToPreviousDesign": "Itzuli aurreko itxurara"
},
"directMessages": {
"inbox": "Inbox",
"sent": "Sent",
"requests": "Requests"
"inbox": "Sarrera ontzia",
"sent": "Bidalita",
"requests": "Eskaerak"
},
"notifications": {
"liked": "liked your",
"commented": "commented on your",
"reacted": "reacted to your",
"shared": "shared your",
"tagged": "tagged you in a",
"updatedA": "updated a",
"sentA": "sent a",
"followed": "followed",
"mentioned": "mentioned",
"you": "you",
"yourApplication": "Your application to join",
"applicationApproved": "was approved!",
"applicationRejected": "was rejected. You can re-apply to join in 6 months.",
"dm": "dm",
"groupPost": "group post",
"modlog": "modlog",
"post": "post",
"story": "story"
"liked": "datsegi zure",
"commented": "iruzkindu du zure",
"reacted": "-(e)k erantzun egin du zure",
"shared": "partekatu du zure",
"tagged": "etiketatu zaitu hemen:",
"updatedA": "-(e)k eguneratu egin du",
"sentA": "-(e)k bidali egin du",
"followed": "honi jarraitzen hasi da:",
"mentioned": "-(e)k aipatu zaitu",
"you": "zu",
"yourApplication": "Elkartzeko zure eskaera",
"applicationApproved": "onartu da!",
"applicationRejected": "ez da onartu. Berriz eska dezakezu 6 hilabete barru.",
"dm": "mezu pribatua",
"groupPost": "talde argitarapena",
"modlog": "modloga",
"post": "bidalketa",
"story": "istorioa"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToOther": "Share to other",
"noLikes": "No likes yet",
"uploading": "Uploading"
"shareToFollowers": "Partekatu jarraitzaileekin",
"shareToOther": "Partekatu besteekin",
"noLikes": "Atsegiterik ez oraindik",
"uploading": "Igotzen"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"posts": "Bidalketak",
"followers": "Jarraitzaileak",
"following": "Jarraitzen",
"admin": "Admin",
"collections": "Collections",
"follow": "Follow",
"unfollow": "Unfollow",
"editProfile": "Edit Profile",
"followRequested": "Follow Requested",
"joined": "Joined"
"collections": "Bildumak",
"follow": "Jarraitu",
"unfollow": "Utzi jarraitzeari",
"editProfile": "Editatu profila",
"followRequested": "Eskaera bidalita",
"joined": "Elkartu da"
},
"menu": {
"viewPost": "View Post",
"viewProfile": "View Profile",
"moderationTools": "Moderation Tools",
"report": "Report",
"archive": "Archive",
"unarchive": "Unarchive",
"embed": "Embed",
"selectOneOption": "Select one of the following options",
"viewPost": "Ikusi bidalketa",
"viewProfile": "Ikusi profila",
"moderationTools": "Moderazio tresnak",
"report": "Salatu",
"archive": "Artxibatu",
"unarchive": "Desartxibatu",
"embed": "Kapsulatu",
"selectOneOption": "Hautatu aukera hauetako bat",
"unlistFromTimelines": "Unlist from Timelines",
"addCW": "Add Content Warning",
"removeCW": "Remove Content Warning",
"markAsSpammer": "Mark as Spammer",
"addCW": "Edukia kontuz ibiltzekoa dela aipatu",
"removeCW": "Edukia kontuz ibiltzekoa denaren aipamena kendu",
"markAsSpammer": "Markatu zabor-bidaltzaile gisa",
"markAsSpammerText": "Unlist + CW existing and future posts",
"spam": "Spam",
"sensitive": "Sensitive Content",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
"impersonation": "Impersonation",
"scamOrFraud": "Scam or Fraud",
"confirmReport": "Confirm Report",
"confirmReportText": "Are you sure you want to report this post?",
"reportSent": "Report Sent!",
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"spam": "Zaborra",
"sensitive": "Eduki hunkigarria",
"abusive": "Bortxazko edo Mingarria",
"underageAccount": "Adin txikiko baten kontua",
"copyrightInfringement": "Copyrightaren urraketa",
"impersonation": "Nortasunaren iruzurra",
"scamOrFraud": "Iruzur edo lapurreta",
"confirmReport": "Salaketa berretsi",
"confirmReportText": "Ziur bidalketa hau salatu nahi duzula?",
"reportSent": "Salaketa bidali da",
"reportSentText": "Zure salaketa jaso dugu.",
"reportSentError": "Arazo bat egon da bidalketa hau salatzerakoan.",
"modAddCWConfirm": "Ziur al zaude edukiaren abisua jarri nahi duzula argitalpen honetarako?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"modMarkAsSpammerSuccess": "Kontua zabor-bidaltzaile gisa markatu da",
"toFollowers": "jarraitzaileei",
"showCaption": "Irudiaren azalpena erakutsi",
"showLikes": "Erakutsi atsegiteak",
"compactMode": "Modu trinkoa",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"deletePostConfirm": "Ziur bidalketa hau ezabatu nahi duzula?",
"archivePostConfirm": "Ziur bidalketa hau artxibatu nahi duzula?",
"unarchivePostConfirm": "Ziur bidalketa hau desartxibatu nahi duzula?"
},
"story": {
"add": "Add Story"
"add": "Gehitu Istorioa"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
"peopleYouMayKnow": "Agian ezagutzen duzun jendea"
}
}

View file

@ -42,6 +42,11 @@
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"about": "About",
"help": "Help",
"language": "Language",
"privacy": "Privacy",
"terms": "Terms",
"backToPreviousDesign": "Go back to previous design"
},
"directMessages": {

View file

@ -4,7 +4,7 @@
"commented": "Comment\u00e9",
"comments": "Commentaires",
"like": "J'aime",
"liked": "Aim\u00e9\u00b7e",
"liked": "Aim\u00e9",
"likes": "J'aime",
"share": "Partager",
"shared": "Partag\u00e9",
@ -15,130 +15,130 @@
"delete": "Supprimer",
"error": "Erreur",
"errorMsg": "Une erreur est survenue. Veuillez r\u00e9essayer plus tard.",
"oops": "Oups\u00a0!",
"oops": "Zut !",
"other": "Autre",
"readMore": "Lire plus",
"success": "Succ\u00e8s",
"readMore": "En savoir plus",
"success": "Op\u00e9ration r\u00e9ussie",
"sensitive": "Sensible",
"sensitiveContent": "Contenu sensible",
"sensitiveContentWarning": "Ce message peut contenir du contenu sensible"
"sensitiveContentWarning": "Le contenu de ce message peut \u00eatre sensible"
},
"site": {
"terms": "Conditions d'utilisation",
"privacy": "Politique de confidentialit\u00e9"
},
"navmenu": {
"search": "Rechercher",
"admin": "Tableau de bord administrateur",
"homeFeed": "Flux principal",
"localFeed": "Flux local",
"globalFeed": "Flux global",
"search": "Chercher",
"admin": "Tableau de bord d'administration",
"homeFeed": "Fil principal",
"localFeed": "Fil local",
"globalFeed": "Fil global",
"discover": "D\u00e9couvrir",
"directMessages": "Messages Priv\u00e9s",
"notifications": "Notifications",
"groups": "Groupes",
"stories": "Stories",
"profile": "Profil",
"drive": "Drive",
"drive": "M\u00e9diath\u00e8que",
"settings": "Param\u00e8tres",
"compose": "Create New",
"compose": "Publier",
"about": "\u00c0 propos",
"help": "Aide",
"language": "Langue",
"privacy": "Privacy",
"terms": "Conditions\u00a0",
"privacy": "Confidentialit\u00e9",
"terms": "Conditions",
"backToPreviousDesign": "Revenir au design pr\u00e9c\u00e9dent"
},
"directMessages": {
"inbox": "Bo\u00eete de r\u00e9ception",
"sent": "Sent",
"sent": "Bo\u00eete d'envois",
"requests": "Demandes"
},
"notifications": {
"liked": "a aim\u00e9\u00b7e votre",
"commented": "a comment\u00e9\u00b7e votre",
"liked": "a aim\u00e9 votre",
"commented": "a comment\u00e9 votre",
"reacted": "a r\u00e9agi \u00e0 votre",
"shared": "shared your",
"tagged": "tagged you in a",
"updatedA": "updated a",
"sentA": "sent a",
"followed": "followed",
"mentioned": "mentioned",
"you": "you",
"yourApplication": "Your application to join",
"applicationApproved": "was approved!",
"applicationRejected": "was rejected. You can re-apply to join in 6 months.",
"dm": "dm",
"groupPost": "group post",
"modlog": "modlog",
"post": "post",
"shared": "a partag\u00e9 votre",
"tagged": "vous a tagu\u00e9\u00b7e dans un",
"updatedA": "mis \u00e0 jour un\u00b7e",
"sentA": "a envoy\u00e9 un\u00b7e",
"followed": "s'est abonn\u00e9\u00b7e \u00e0",
"mentioned": "a mentionn\u00e9",
"you": "vous",
"yourApplication": "Votre candidature \u00e0 rejoindre",
"applicationApproved": "a \u00e9t\u00e9 approuv\u00e9e !",
"applicationRejected": "a \u00e9t\u00e9 rejet\u00e9e. Vous pouvez refaire une demande dans 6 mois.",
"dm": "mp",
"groupPost": "publication de groupe",
"modlog": "journal de mod\u00e9ration",
"post": "publication",
"story": "story"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToOther": "Share to other",
"noLikes": "No likes yet",
"uploading": "Uploading"
"shareToFollowers": "Partager avec ses abonn\u00e9\u00b7e\u00b7s",
"shareToOther": "Partager avec d'autres",
"noLikes": "Aucun J'aime pour le moment",
"uploading": "Envoi en cours"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"admin": "Admin",
"posts": "Publications",
"followers": "Abonn\u00e9\u00b7e\u00b7s",
"following": "Abonnements",
"admin": "Administrateur\u00b7rice",
"collections": "Collections",
"follow": "Follow",
"unfollow": "Unfollow",
"editProfile": "Edit Profile",
"followRequested": "Follow Requested",
"joined": "Joined"
"follow": "S'abonner",
"unfollow": "Se d\u00e9sabonner",
"editProfile": "Modifier votre profil",
"followRequested": "Demande d'abonnement",
"joined": "A rejoint"
},
"menu": {
"viewPost": "View Post",
"viewProfile": "View Profile",
"moderationTools": "Moderation Tools",
"report": "Report",
"archive": "Archive",
"unarchive": "Unarchive",
"embed": "Embed",
"selectOneOption": "Select one of the following options",
"unlistFromTimelines": "Unlist from Timelines",
"addCW": "Add Content Warning",
"removeCW": "Remove Content Warning",
"markAsSpammer": "Mark as Spammer",
"markAsSpammerText": "Unlist + CW existing and future posts",
"spam": "Spam",
"sensitive": "Sensitive Content",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
"viewPost": "Voir la publication",
"viewProfile": "Voir le profil",
"moderationTools": "Outils de mod\u00e9ration",
"report": "Signaler",
"archive": "Archiver",
"unarchive": "D\u00e9sarchiver",
"embed": "Int\u00e9grer",
"selectOneOption": "S\u00e9lectionnez l'une des options suivantes",
"unlistFromTimelines": "Retirer des flux",
"addCW": "Ajouter un avertissement de contenu",
"removeCW": "Enlever l\u2019avertissement de contenu",
"markAsSpammer": "Marquer comme spammeur\u00b7euse",
"markAsSpammerText": "Retirer + avertissements pour les contenus existants et futurs",
"spam": "Ind\u00e9sirable",
"sensitive": "Contenu sensible",
"abusive": "Abusif ou pr\u00e9judiciable",
"underageAccount": "Compte d'un\u00b7e mineur\u00b7e",
"copyrightInfringement": "Violation des droits d\u2019auteur",
"impersonation": "Usurpation d'identit\u00e9",
"scamOrFraud": "Arnaque ou fraude",
"confirmReport": "Confirmer le signalement",
"confirmReportText": "Are you sure you want to report this post?",
"reportSent": "Report Sent!",
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"confirmReportText": "\u00cates-vous s\u00fbr\u00b7e de vouloir signaler cette publication ?",
"reportSent": "Signalement envoy\u00e9 !",
"reportSentText": "Nous avons bien re\u00e7u votre signalement.",
"reportSentError": "Une erreur s'est produite lors du signalement de cette publication.",
"modAddCWConfirm": "\u00cates-vous s\u00fbr\u00b7e de vouloir ajouter un avertissement de contenu \u00e0 cette publication ?",
"modCWSuccess": "Avertissement de contenu ajout\u00e9 avec succ\u00e8s",
"modRemoveCWConfirm": "\u00cates-vous s\u00fbr\u00b7e de vouloir supprimer l'avertissement de contenu sur cette publication ?",
"modRemoveCWSuccess": "Avertissement de contenu supprim\u00e9 avec succ\u00e8s",
"modUnlistConfirm": "\u00cates-vous s\u00fbr\u00b7e de vouloir retirer cette publication des flux ?",
"modUnlistSuccess": "Publication retir\u00e9e des fils avec succ\u00e8s",
"modMarkAsSpammerConfirm": "\u00cates-vous s\u00fbr\u00b7e de vouloir marquer cet utilisateur\u00b7rice comme spammeur\u00b7euse ? Toutes les publications existantes et futures seront retir\u00e9es des flux et un avertissement de contenu sera appliqu\u00e9.",
"modMarkAsSpammerSuccess": "Compte marqu\u00e9 avec succ\u00e8s comme spammeur",
"toFollowers": "aux abonn\u00e9\u00b7e\u00b7s",
"showCaption": "Afficher la l\u00e9gende",
"showLikes": "Afficher les J'aime",
"compactMode": "Mode compact",
"embedConfirmText": "En utilisant ce module, vous acceptez nos",
"deletePostConfirm": "\u00cates-vous s\u00fbr\u00b7e de vouloir supprimer cette publication ?",
"archivePostConfirm": "\u00cates-vous s\u00fbr\u00b7e de vouloir archiver cette publication ?",
"unarchivePostConfirm": "\u00cates-vous s\u00fbr\u00b7e de vouloir d\u00e9sarchiver cette publication ?"
},
"story": {
"add": "Add Story"
"add": "Ajouter une story"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
"peopleYouMayKnow": "Connaissances possibles"
}
}

View file

@ -0,0 +1,144 @@
{
"common": {
"comment": "Beachd",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"liked": "Liked",
"likes": "Likes",
"share": "Co-roinn",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Sguir dheth",
"copyLink": "D\u00e8an lethbhreac dhen cheangal",
"delete": "Sguab \u00e0s",
"error": "Mearachd",
"errorMsg": "Something went wrong. Please try again later.",
"oops": "Oops!",
"other": "Other",
"readMore": "Read more",
"success": "Success",
"sensitive": "Frionasach",
"sensitiveContent": "Susbaint fhrionasach",
"sensitiveContentWarning": "This post may contain sensitive content"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
},
"navmenu": {
"search": "Lorg",
"admin": "Admin Dashboard",
"homeFeed": "Inbhir na dachaigh",
"localFeed": "Inbhir ionadail",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Brathan",
"groups": "Buidhnean",
"stories": "Stories",
"profile": "Pr\u00f2ifil",
"drive": "Draibh",
"settings": "Roghainnean",
"compose": "Cruthaich fear \u00f9r",
"about": "Mu dh\u00e8idhinn",
"help": "Cobhair",
"language": "C\u00e0nan",
"privacy": "Pr\u00ecobhaideachd",
"terms": "Teirmichean",
"backToPreviousDesign": "Go back to previous design"
},
"directMessages": {
"inbox": "Am bogsa a-steach",
"sent": "Sent",
"requests": "Iarrtasan"
},
"notifications": {
"liked": "liked your",
"commented": "commented on your",
"reacted": "reacted to your",
"shared": "shared your",
"tagged": "tagged you in a",
"updatedA": "updated a",
"sentA": "sent a",
"followed": "followed",
"mentioned": "mentioned",
"you": "you",
"yourApplication": "Your application to join",
"applicationApproved": "was approved!",
"applicationRejected": "was rejected. You can re-apply to join in 6 months.",
"dm": "dm",
"groupPost": "group post",
"modlog": "modlog",
"post": "post",
"story": "sgeul"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToOther": "Share to other",
"noLikes": "No likes yet",
"uploading": "Uploading"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"admin": "Admin",
"collections": "Collections",
"follow": "Lean air",
"unfollow": "Unfollow",
"editProfile": "Deasaich a\u2019 phr\u00f2ifil",
"followRequested": "Follow Requested",
"joined": "Joined"
},
"menu": {
"viewPost": "Seall am post",
"viewProfile": "Seall a\u2019 phr\u00f2ifil",
"moderationTools": "Innealan na maorsainneachd",
"report": "Report",
"archive": "Archive",
"unarchive": "Unarchive",
"embed": "Leabaich",
"selectOneOption": "Tagh t\u00e8 dhe na roghainnean seo",
"unlistFromTimelines": "Unlist from Timelines",
"addCW": "Cuir rabhadh susbainte ris",
"removeCW": "Thoir air falbh an rabhadh susbainte",
"markAsSpammer": "Cuir comharra gur e spamair a th\u2019 ann",
"markAsSpammerText": "Unlist + CW existing and future posts",
"spam": "Spama",
"sensitive": "Susbaint fhrionasach",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
"impersonation": "Impersonation",
"scamOrFraud": "Scam or Fraud",
"confirmReport": "Dearbh an gearan",
"confirmReportText": "Are you sure you want to report this post?",
"reportSent": "Chaidh an gearan a chur!",
"reportSentText": "Fhuair sinn do ghearan.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"toFollowers": "to Followers",
"showCaption": "Seall am fo-thiotal",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "A bheil thu cinnteach gu bheil thu airson am post seo a sguabadh \u00e0s?",
"archivePostConfirm": "A bheil thu cinnteach gu bheil thu airson am post seo a chur dhan tasg-lann?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
},
"story": {
"add": "Cuir sgeul ris"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
}
}

View file

@ -1,144 +1,144 @@
{
"common": {
"comment": "Comment",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"liked": "Liked",
"likes": "Likes",
"share": "Share",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Cancel",
"copyLink": "Copy Link",
"delete": "Delete",
"error": "Error",
"errorMsg": "Something went wrong. Please try again later.",
"oops": "Oops!",
"other": "Other",
"readMore": "Read more",
"success": "Success",
"sensitive": "Sensitive",
"sensitiveContent": "Sensitive Content",
"sensitiveContentWarning": "This post may contain sensitive content"
"comment": "Comentar",
"commented": "Comentou",
"comments": "Comentarios",
"like": "Agr\u00e1dame",
"liked": "Gustoulle",
"likes": "Gustoulle",
"share": "Compartir",
"shared": "Compartiu",
"shares": "Compartido",
"unshare": "Non compartir",
"cancel": "Cancelar",
"copyLink": "Copiar ligaz\u00f3n",
"delete": "Eliminar",
"error": "Erro",
"errorMsg": "Algo foi mal. T\u00e9nteo de novo m\u00e1is tarde.",
"oops": "Vaites!",
"other": "Outro",
"readMore": "Ler m\u00e1is",
"success": "\u00c9xito",
"sensitive": "Sensible",
"sensitiveContent": "Contido sensible",
"sensitiveContentWarning": "Esta publicaci\u00f3n pode conter contido sensible"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
"terms": "Termos de uso",
"privacy": "Pol\u00edtica de Privacidade"
},
"navmenu": {
"search": "Search",
"admin": "Admin Dashboard",
"homeFeed": "Home Feed",
"localFeed": "Local Feed",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Notifications",
"groups": "Groups",
"stories": "Stories",
"profile": "Profile",
"search": "Busca",
"admin": "Panel Administrativo",
"homeFeed": "Cronolox\u00eda de Inicio",
"localFeed": "Cronolox\u00eda Local",
"globalFeed": "Cronolox\u00eda Global",
"discover": "Descubrir",
"directMessages": "Mensaxes Directas",
"notifications": "Notificaci\u00f3ns",
"groups": "Grupos",
"stories": "Historias",
"profile": "Perfil",
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"about": "About",
"help": "Help",
"language": "Language",
"privacy": "Privacy",
"terms": "Terms",
"backToPreviousDesign": "Go back to previous design"
"settings": "Axustes",
"compose": "Crear Nova",
"about": "Acerca de",
"help": "Axuda",
"language": "Idioma",
"privacy": "Privacidade",
"terms": "Termos",
"backToPreviousDesign": "Volver \u00f3 dese\u00f1o previo"
},
"directMessages": {
"inbox": "Inbox",
"sent": "Sent",
"requests": "Requests"
"inbox": "Bandexa de entrada",
"sent": "Enviados",
"requests": "Petici\u00f3ns"
},
"notifications": {
"liked": "liked your",
"commented": "commented on your",
"reacted": "reacted to your",
"shared": "shared your",
"tagged": "tagged you in a",
"updatedA": "updated a",
"sentA": "sent a",
"followed": "followed",
"mentioned": "mentioned",
"liked": "gustoulle a t\u00faa",
"commented": "comentou na t\u00faa",
"reacted": "reaccionou a t\u00faa",
"shared": "compartiu a t\u00faa",
"tagged": "etiquetoute nunca",
"updatedA": "actualizou unha",
"sentA": "enviou unha",
"followed": "seguiu",
"mentioned": "mencionou",
"you": "you",
"yourApplication": "Your application to join",
"applicationApproved": "was approved!",
"applicationRejected": "was rejected. You can re-apply to join in 6 months.",
"dm": "dm",
"yourApplication": "A t\u00faa solicitude para unirte",
"applicationApproved": "foi aprobada!",
"applicationRejected": "for rexeitada. Podes volver a solicitar unirte en 6 meses.",
"dm": "md",
"groupPost": "group post",
"modlog": "modlog",
"post": "post",
"story": "story"
"post": "publicaci\u00f3n",
"story": "historia"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToOther": "Share to other",
"noLikes": "No likes yet",
"uploading": "Uploading"
"shareToFollowers": "Compartir a seguidores",
"shareToOther": "Compartir a outros",
"noLikes": "Sen g\u00fastame por agora",
"uploading": "Subindo"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"admin": "Admin",
"collections": "Collections",
"follow": "Follow",
"unfollow": "Unfollow",
"editProfile": "Edit Profile",
"followRequested": "Follow Requested",
"joined": "Joined"
"posts": "Publicaci\u00f3ns",
"followers": "Seguidores",
"following": "Seguindo",
"admin": "Administrador",
"collections": "Colecci\u00f3ns",
"follow": "Seguir",
"unfollow": "Deixar de seguir",
"editProfile": "Editar perfil",
"followRequested": "Seguimento pedido",
"joined": "Uniuse"
},
"menu": {
"viewPost": "View Post",
"viewProfile": "View Profile",
"moderationTools": "Moderation Tools",
"report": "Report",
"archive": "Archive",
"unarchive": "Unarchive",
"embed": "Embed",
"selectOneOption": "Select one of the following options",
"unlistFromTimelines": "Unlist from Timelines",
"addCW": "Add Content Warning",
"removeCW": "Remove Content Warning",
"markAsSpammer": "Mark as Spammer",
"markAsSpammerText": "Unlist + CW existing and future posts",
"viewPost": "Ver publicaci\u00f3n",
"viewProfile": "Ver perfil",
"moderationTools": "Ferramentas de moderaci\u00f3n",
"report": "Informar",
"archive": "Arquivar",
"unarchive": "Desarquivar",
"embed": "Incrustar",
"selectOneOption": "Elixe unha das seguintes opci\u00f3ns",
"unlistFromTimelines": "Desalistar das cronolox\u00edas",
"addCW": "Engadir aviso sobre o contido",
"removeCW": "Retirar o aviso sobre o contido",
"markAsSpammer": "Marcar como Spammer",
"markAsSpammerText": "Desalistar + aviso sobre o contido en publicaci\u00f3ns existentes e futuras",
"spam": "Spam",
"sensitive": "Sensitive Content",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
"impersonation": "Impersonation",
"scamOrFraud": "Scam or Fraud",
"confirmReport": "Confirm Report",
"confirmReportText": "Are you sure you want to report this post?",
"reportSent": "Report Sent!",
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"sensitive": "Contido sensible",
"abusive": "Abusivo ou dani\u00f1o",
"underageAccount": "Conta de minor de idade",
"copyrightInfringement": "Violaci\u00f3n dos dereitos de autor",
"impersonation": "Suplantaci\u00f3n de identidade",
"scamOrFraud": "Estafa ou fraude",
"confirmReport": "Confirmar reporte",
"confirmReportText": "Seguro que queres informar sobre esta publicaci\u00f3n?",
"reportSent": "Informe enviado!",
"reportSentText": "Recibimos correctamente o teu informe.",
"reportSentError": "Houbo un problema reportando esta publicaci\u00f3n.",
"modAddCWConfirm": "Seguro que queres engadir un aviso de contido sobre esta publicaci\u00f3n?",
"modCWSuccess": "Aviso de contido engadido correctamente",
"modRemoveCWConfirm": "Seguro que queres eliminar o aviso de contido sobre esta publicaci\u00f3n?",
"modRemoveCWSuccess": "Aviso de contido eliminado correctamente",
"modUnlistConfirm": "Seguro que queres desalistar esta publicaci\u00f3n?",
"modUnlistSuccess": "Publicaci\u00f3n desalistada correctamente",
"modMarkAsSpammerConfirm": "Seguro que queres marcar a este usuario como spam? Todas as publicaci\u00f3ns existentes e futuras ser\u00e1n desalistadas das cronolox\u00edas e un aviso de contido ser\u00e1 aplicado.",
"modMarkAsSpammerSuccess": "Conta marcada como spam correctamente",
"toFollowers": "para Seguidores",
"showCaption": "Mostrar descrici\u00f3n",
"showLikes": "Mostrar os g\u00fastame",
"compactMode": "Modo compacto",
"embedConfirmText": "Utilizando ese incrustado, aceptas",
"deletePostConfirm": "Seguro que queres eliminar esta publicaci\u00f3n?",
"archivePostConfirm": "Seguro que queres arquivar esta publicaci\u00f3n?",
"unarchivePostConfirm": "Seguro que queres desarquivar esta publicaci\u00f3n?"
},
"story": {
"add": "Add Story"
"add": "Engadir historia"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
"peopleYouMayKnow": "Xente que podes co\u00f1ecer"
}
}

View file

@ -29,7 +29,7 @@
},
"navmenu": {
"search": "\u05d7\u05d9\u05e4\u05d5\u05e9",
"admin": "\u05dc\u05d5\u05d7 \u05d1\u05e7\u05e8\u05d4 \u05dc\u05d0\u05d3\u05de\u05d9\u05e0\u05d9\u05e1\u05d8\u05e8\u05e6\u05d9\u05d4",
"admin": "\u05dc\u05d5\u05d7 \u05d1\u05e7\u05e8\u05d4 \u05dc\u05de\u05e0\u05d4\u05dc",
"homeFeed": "\u05e4\u05d9\u05d3 \u05d1\u05d9\u05ea\u05d9",
"localFeed": "\u05e4\u05d9\u05d3 \u05de\u05e7\u05d5\u05de\u05d9",
"globalFeed": "\u05e4\u05d9\u05d3 \u05d2\u05dc\u05d5\u05d1\u05d0\u05dc\u05d9",
@ -58,61 +58,61 @@
"liked": "\u05d0\u05d4\u05d1\u05d5 \u05dc\u05da",
"commented": "\u05d4\u05e2\u05d9\u05e8\u05d5 \u05dc\u05da \u05e2\u05dc",
"reacted": "\u05d4\u05d2\u05d9\u05d1\u05d5 \u05dc\u05da \u05e2\u05dc",
"shared": "shared your",
"tagged": "tagged you in a",
"updatedA": "updated a",
"sentA": "sent a",
"followed": "followed",
"mentioned": "mentioned",
"shared": "\u05e9\u05d9\u05ea\u05e4\u05d5 \u05dc\u05da",
"tagged": "\u05ea\u05d9\u05d9\u05d2\u05d5 \u05d0\u05d5\u05ea\u05da \u05d1\u05ea\u05d5\u05da",
"updatedA": "\u05e2\u05d3\u05db\u05e0\u05d5",
"sentA": "\u05e9\u05dc\u05d7\u05d5",
"followed": "\u05e2\u05d5\u05e7\u05d1\u05d9\u05dd",
"mentioned": "\u05e6\u05d9\u05d9\u05e0\u05d5",
"you": "\u05d0\u05ea\u05db\u05dd",
"yourApplication": "\u05d1\u05e7\u05e9\u05ea\u05db\u05dd \u05dc\u05d4\u05e6\u05d8\u05e8\u05e4\u05d5\u05ea",
"applicationApproved": "\u05d0\u05d5\u05e9\u05e8\u05d4!",
"applicationRejected": "\u05e0\u05d3\u05d7\u05ea\u05d4. \u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05dc\u05d5\u05d7 \u05d1\u05e7\u05e9\u05d4 \u05d7\u05d5\u05d6\u05e8\u05ea \u05dc\u05d0\u05d7\u05e8 6 \u05d7\u05d5\u05d3\u05e9\u05d9\u05dd.",
"dm": "\u05d4\u05d5\u05d3\u05e2\u05d4 \u05d0\u05d9\u05e9\u05d9\u05ea",
"groupPost": "\u05e4\u05d5\u05e1\u05d8 \u05e7\u05d1\u05d5\u05e6\u05ea\u05d9",
"modlog": "modlog",
"modlog": "\u05dc\u05d5\u05d2 \u05de\u05e0\u05d4\u05dc\u05d9\u05dd",
"post": "\u05e4\u05d5\u05e1\u05d8",
"story": "story"
"story": "\u05e1\u05d8\u05d5\u05e8\u05d9"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToOther": "Share to other",
"noLikes": "No likes yet",
"uploading": "Uploading"
"shareToFollowers": "\u05e9\u05ea\u05e3 \u05dc\u05e2\u05d5\u05e7\u05d1\u05d9\u05dd",
"shareToOther": "\u05e9\u05ea\u05e3 \u05dc-\u05d0\u05d7\u05e8",
"noLikes": "\u05d0\u05d9\u05df \u05e2\u05d3\u05d9\u05d9\u05df \u05e1\u05d9\u05de\u05d5\u05e0\u05d9 \"\u05d0\u05d4\u05d1\u05ea\u05d9\"",
"uploading": "\u05de\u05e2\u05dc\u05d4"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"admin": "Admin",
"collections": "Collections",
"follow": "Follow",
"unfollow": "Unfollow",
"editProfile": "Edit Profile",
"followRequested": "Follow Requested",
"joined": "Joined"
"posts": "\u05e4\u05d5\u05e1\u05d8\u05d9\u05dd",
"followers": "\u05e2\u05d5\u05e7\u05d1\u05d9\u05dd",
"following": "\u05e2\u05d5\u05e7\u05d1/\u05ea",
"admin": "\u05de\u05e0\u05d4\u05dc \u05de\u05e2\u05e8\u05db\u05ea",
"collections": "\u05d0\u05d5\u05e1\u05e4\u05d9\u05dd",
"follow": "\u05e2\u05e7\u05d5\u05d1",
"unfollow": "\u05d4\u05e4\u05e1\u05e7 \u05de\u05e2\u05e7\u05d1",
"editProfile": "\u05e2\u05e8\u05d5\u05da \u05e4\u05e8\u05d5\u05e4\u05d9\u05dc",
"followRequested": "\u05d1\u05e7\u05e9\u05ea \u05e2\u05e7\u05d9\u05d1\u05d4",
"joined": "\u05d4\u05e6\u05d8\u05e8\u05e4\u05d5\u05d9\u05d5\u05ea"
},
"menu": {
"viewPost": "View Post",
"viewProfile": "View Profile",
"moderationTools": "Moderation Tools",
"report": "Report",
"archive": "Archive",
"unarchive": "Unarchive",
"embed": "Embed",
"selectOneOption": "Select one of the following options",
"unlistFromTimelines": "Unlist from Timelines",
"addCW": "Add Content Warning",
"removeCW": "Remove Content Warning",
"markAsSpammer": "Mark as Spammer",
"markAsSpammerText": "Unlist + CW existing and future posts",
"spam": "Spam",
"sensitive": "Sensitive Content",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
"impersonation": "Impersonation",
"scamOrFraud": "Scam or Fraud",
"viewPost": "\u05d4\u05e6\u05d2 \u05e4\u05d5\u05e1\u05d8",
"viewProfile": "\u05d4\u05e6\u05d2 \u05e4\u05e8\u05d5\u05e4\u05d9\u05dc",
"moderationTools": "\u05db\u05dc\u05d9 \u05e0\u05d9\u05d4\u05d5\u05dc",
"report": "\u05d3\u05d5\u05d5\u05d7",
"archive": "\u05d0\u05e8\u05db\u05d9\u05d5\u05df",
"unarchive": "\u05d4\u05e1\u05e8 \u05de\u05d4\u05d0\u05e8\u05db\u05d9\u05d5\u05df",
"embed": "\u05d4\u05d8\u05de\u05e2",
"selectOneOption": "\u05d1\u05d7\u05e8 \u05d1\u05d0\u05d7\u05d3 \u05de\u05d4\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05d4\u05d1\u05d0\u05d5\u05ea",
"unlistFromTimelines": "\u05d4\u05e2\u05dc\u05dd \u05de\u05d8\u05d9\u05d9\u05de\u05dc\u05d9\u05d9\u05e0\u05d9\u05dd",
"addCW": "\u05d4\u05d5\u05e1\u05e3 \u05d0\u05d6\u05d4\u05e8\u05ea \u05ea\u05d5\u05db\u05df",
"removeCW": "\u05d4\u05e1\u05e8 \u05d0\u05d6\u05d4\u05e8\u05ea \u05ea\u05d5\u05db\u05df",
"markAsSpammer": "\u05e1\u05de\u05df \u05d1\u05ea\u05d5\u05e8 \u05e1\u05e4\u05d0\u05de\u05e8 (\u05de\u05e6\u05d9\u05e3)",
"markAsSpammerText": "\u05d4\u05e2\u05dc\u05dd \u05d5\u05d4\u05e4\u05e2\u05dc \u05d0\u05d6\u05d4\u05e8\u05ea \u05ea\u05d5\u05db\u05df \u05dc\u05e4\u05d5\u05e1\u05d8\u05d9\u05dd \u05e7\u05d9\u05d9\u05de\u05d9\u05dd \u05d5\u05e2\u05ea\u05d9\u05d3\u05d9\u05d9\u05dd",
"spam": "\u05e1\u05e4\u05d0\u05dd",
"sensitive": "\u05ea\u05d5\u05db\u05df \u05e8\u05d2\u05d9\u05e9",
"abusive": "\u05ea\u05d5\u05db\u05df \u05de\u05d8\u05e8\u05d9\u05d3 \u05d0\u05d5 \u05de\u05d6\u05d9\u05e7",
"underageAccount": "\u05ea\u05d5\u05db\u05df \u05e2\u05dd \u05e7\u05d8\u05d9\u05e0\u05d9\u05dd",
"copyrightInfringement": "\u05d4\u05e4\u05e8\u05ea \u05d6\u05db\u05d5\u05d9\u05d5\u05ea \u05d9\u05d5\u05e6\u05e8\u05d9\u05dd",
"impersonation": "\u05d4\u05ea\u05d7\u05d6\u05d5\u05ea",
"scamOrFraud": "\u05d4\u05d5\u05e0\u05d0\u05d4",
"confirmReport": "\u05d0\u05d9\u05e9\u05d5\u05e8 \u05d3\u05d9\u05d5\u05d5\u05d7",
"confirmReportText": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05dd \u05d1\u05d8\u05d5\u05d7\u05d9\u05dd \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05db\u05dd \u05dc\u05d3\u05d5\u05d5\u05d7 \u05e2\u05dc \u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4?",
"reportSent": "\u05d3\u05d9\u05d5\u05d5\u05d7 \u05e0\u05e9\u05dc\u05d7!",
@ -122,23 +122,23 @@
"modCWSuccess": "\u05d0\u05d6\u05d4\u05e8\u05ea \u05ea\u05d5\u05db\u05df \u05e0\u05d5\u05e1\u05e4\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4",
"modRemoveCWConfirm": "\u05d0\u05ea\u05dd \u05d1\u05d8\u05d5\u05d7\u05d9\u05dd \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05db\u05dd \u05dc\u05d4\u05e1\u05d9\u05e8 \u05d0\u05ea \u05d0\u05d6\u05d4\u05e8\u05ea \u05d4\u05ea\u05d5\u05db\u05df \u05de\u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4?",
"modRemoveCWSuccess": "\u05d0\u05d6\u05d4\u05e8\u05ea \u05ea\u05d5\u05db\u05df \u05d4\u05d5\u05e1\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"modUnlistConfirm": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05dd \u05d1\u05d8\u05d5\u05d7\u05d9\u05dd \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05db\u05dd \u05dc\u05d4\u05e2\u05dc\u05d9\u05dd \u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4?",
"modUnlistSuccess": "\u05e4\u05d5\u05e1\u05d8 \u05d4\u05d5\u05e2\u05dc\u05dd \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4",
"modMarkAsSpammerConfirm": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05dd \u05d1\u05d8\u05d5\u05d7\u05d9\u05dd \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05db\u05dd \u05dc\u05e1\u05de\u05df \u05de\u05e9\u05ea\u05de\u05e9 \u05d6\u05d4 \u05d1\u05ea\u05d5\u05e8 \u05e1\u05e4\u05d0\u05de\u05e8 (\u05de\u05e6\u05d9\u05e3)? \u05db\u05dc \u05d4\u05e4\u05d5\u05e1\u05d8\u05d9\u05dd \u05d4\u05e7\u05d9\u05d9\u05de\u05d9\u05dd \u05d5\u05e2\u05ea\u05d9\u05d3\u05d9\u05d9\u05dd \u05d9\u05d5\u05e2\u05dc\u05de\u05d5 \u05d5\u05d0\u05d6\u05d4\u05e8\u05ea \u05ea\u05d5\u05db\u05df \u05ea\u05d5\u05e4\u05e2\u05dc.",
"modMarkAsSpammerSuccess": "\u05d7\u05e9\u05d1\u05d5\u05df \u05e1\u05d5\u05de\u05df \u05d1\u05ea\u05d5\u05e8 \u05e1\u05e4\u05d0\u05de\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4",
"toFollowers": "\u05e2\u05d1\u05d5\u05e8 \u05e2\u05d5\u05e7\u05d1\u05d9\u05dd",
"showCaption": "\u05d4\u05e6\u05d2 \u05ea\u05d9\u05d0\u05d5\u05e8",
"showLikes": "\u05d4\u05e6\u05d2 \u05db\u05de\u05d5\u05ea \u05f4\u05d0\u05d4\u05d1\u05ea\u05d9\u05f4",
"compactMode": "\u05de\u05e6\u05d1 \u05de\u05d5\u05e7\u05d8\u05df",
"embedConfirmText": "\u05d1\u05e2\u05d8 \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05d4\u05de\u05d8\u05e2\u05d4 \u05d6\u05d5, \u05d4\u05e0\u05db\u05dd \u05de\u05e1\u05db\u05d9\u05de\u05d9\u05dd \u05d0\u05dc",
"deletePostConfirm": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05dd \u05d1\u05d8\u05d5\u05d7\u05d9\u05dd \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05db\u05dd \u05dc\u05de\u05d7\u05d5\u05e7 \u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4?",
"archivePostConfirm": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05dd \u05d1\u05d8\u05d5\u05d7\u05d9\u05dd \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05db\u05dd \u05dc\u05d4\u05e2\u05d1\u05d9\u05e8 \u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df?",
"unarchivePostConfirm": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05dd \u05d1\u05d8\u05d5\u05d7\u05d9\u05dd \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05db\u05dd \u05dc\u05d4\u05d5\u05e6\u05d9\u05d0 \u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4 \u05de\u05d4\u05d0\u05e8\u05db\u05d9\u05d5\u05df?"
},
"story": {
"add": "Add Story"
"add": "\u05d4\u05d5\u05e1\u05e3 \u05e1\u05d8\u05d5\u05e8\u05d9"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
"peopleYouMayKnow": "\u05d0\u05e0\u05e9\u05d9\u05dd \u05e9\u05d0\u05ea\u05dd \u05d0\u05d5\u05dc\u05d9 \u05de\u05db\u05d9\u05e8\u05d9\u05dd"
}
}

View file

@ -8,7 +8,7 @@
"likes": "Suka",
"share": "Bagikan",
"shared": "Dibagikan",
"shares": "Bagi",
"shares": "Dibagikan",
"unshare": "Batalkan berbagi",
"cancel": "Batal",
"copyLink": "Salin tautan",
@ -57,7 +57,7 @@
"notifications": {
"liked": "menyukai",
"commented": "mengomentari",
"reacted": "reacted to your",
"reacted": "bereaksi terhadap",
"shared": "membagikan",
"tagged": "menandai Anda pada sebuah",
"updatedA": "mengupdate sebuah",
@ -71,74 +71,74 @@
"dm": "dm",
"groupPost": "postingan grup",
"modlog": "modlog",
"post": "post",
"story": "story"
"post": "postingan",
"story": "cerita"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToOther": "Share to other",
"noLikes": "No likes yet",
"uploading": "Uploading"
"shareToFollowers": "Membagikan kepada pengikut",
"shareToOther": "Membagikan ke orang lain",
"noLikes": "Belum ada yang menyukai",
"uploading": "Mengunggah"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"admin": "Admin",
"collections": "Collections",
"follow": "Follow",
"unfollow": "Unfollow",
"editProfile": "Edit Profile",
"followRequested": "Follow Requested",
"joined": "Joined"
"posts": "Postingan",
"followers": "Pengikut",
"following": "Mengikuti",
"admin": "Pengelola",
"collections": "Koleksi",
"follow": "Ikuti",
"unfollow": "Berhenti Ikuti",
"editProfile": "Ubah Profil",
"followRequested": "Meminta Permintaan Mengikuti",
"joined": "Bergabung"
},
"menu": {
"viewPost": "View Post",
"viewProfile": "View Profile",
"moderationTools": "Moderation Tools",
"report": "Report",
"archive": "Archive",
"unarchive": "Unarchive",
"embed": "Embed",
"selectOneOption": "Select one of the following options",
"unlistFromTimelines": "Unlist from Timelines",
"addCW": "Add Content Warning",
"removeCW": "Remove Content Warning",
"markAsSpammer": "Mark as Spammer",
"markAsSpammerText": "Unlist + CW existing and future posts",
"viewPost": "Lihat Postingan",
"viewProfile": "Lihat Profil",
"moderationTools": "Alat Moderasi",
"report": "Laporkan",
"archive": "Arsipkan",
"unarchive": "Keluarkan dari arsip",
"embed": "Penyemat",
"selectOneOption": "Pilih salah satu dari opsi berikut",
"unlistFromTimelines": "Keluarkan dari Timeline",
"addCW": "Tambahkan peringatan konten",
"removeCW": "Hapus Peringatan Konten",
"markAsSpammer": "Tandai sebagai pelaku spam",
"markAsSpammerText": "Hapus dari daftar dan tambahkan peringatan konten pada konten yang telah ada dan akan datang",
"spam": "Spam",
"sensitive": "Sensitive Content",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
"impersonation": "Impersonation",
"scamOrFraud": "Scam or Fraud",
"confirmReport": "Confirm Report",
"confirmReportText": "Are you sure you want to report this post?",
"reportSent": "Report Sent!",
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"sensitive": "Konten Sensitif",
"abusive": "Kasar atau Berbahaya",
"underageAccount": "Akun di bawah umur",
"copyrightInfringement": "Pelanggaran Hak Cipta",
"impersonation": "Peniruan",
"scamOrFraud": "Penipuan",
"confirmReport": "Konfirmasi Laporan",
"confirmReportText": "Apakah Anda yakin ingin melaporkan postingan ini?",
"reportSent": "Laporan Terkirim!",
"reportSentText": "Kita telah berhasil menerima laporan Anda.",
"reportSentError": "Ada masalah saat melaporkan postingan ini.",
"modAddCWConfirm": "Apakah Anda yakin ingin menambahkan peringatan konten pada postingan ini?",
"modCWSuccess": "Berhasil menambahkan peringatan konten",
"modRemoveCWConfirm": "Apakah Anda yakin ingin menghapus peringatan konten pada postingan ini?",
"modRemoveCWSuccess": "Berhasil menghapus peringatan konten",
"modUnlistConfirm": "Apakah Anda yakin ingin mengeluarkan postingan ini dari daftar?",
"modUnlistSuccess": "Berhasil mengeluarkan postingan dari daftar",
"modMarkAsSpammerConfirm": "Apakah Anda ingin menandai pengguna ini sebagai pelaku spam? Semua postingan yang ada dan akan datang akan dihapus dari timeline dan peringatan konten akan diterapkan.",
"modMarkAsSpammerSuccess": "Berhasil menandai akun sebagai pelaku spam",
"toFollowers": "kepada Pengikut",
"showCaption": "Tampilkan Keterangan",
"showLikes": "Tampilkan suka",
"compactMode": "Mode Praktis",
"embedConfirmText": "Dengan menggunakan penyemat ini, Anda setuju dengan",
"deletePostConfirm": "Apakah Anda yakin ingin menghapus postingan ini?",
"archivePostConfirm": "Apakah Anda yakin ingin mengarsip postingan ini?",
"unarchivePostConfirm": "Apakah Anda yakin ingin tidak mengarsipkan postingan ini?"
},
"story": {
"add": "Add Story"
"add": "Tambah Cerita"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
"peopleYouMayKnow": "Orang yang mungkin Anda kenal"
}
}

View file

@ -1,144 +1,144 @@
{
"common": {
"comment": "Comment",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"liked": "Liked",
"likes": "Likes",
"share": "Share",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Cancel",
"copyLink": "Copy Link",
"delete": "Delete",
"error": "Error",
"errorMsg": "Something went wrong. Please try again later.",
"oops": "Oops!",
"other": "Other",
"readMore": "Read more",
"success": "Success",
"sensitive": "Sensitive",
"sensitiveContent": "Sensitive Content",
"sensitiveContentWarning": "This post may contain sensitive content"
"comment": "Commenta",
"commented": "Commentato",
"comments": "Commenti",
"like": "Mi piace",
"liked": "Like aggiunto",
"likes": "Tutti i Like",
"share": "Condividi",
"shared": "Condiviso",
"shares": "Condivisioni",
"unshare": "Annulla condivisione",
"cancel": "Annulla",
"copyLink": "Copia link",
"delete": "Elimina",
"error": "Errore",
"errorMsg": "Qualcosa \u00e8 andato storto. Sei pregato di riprovare pi\u00f9 tardi.",
"oops": "Ops!",
"other": "Altro",
"readMore": "Leggi di pi\u00f9",
"success": "Riuscito",
"sensitive": "Sensibile",
"sensitiveContent": "Contenuto Sensibile",
"sensitiveContentWarning": "Questo post potrebbe contenere contenuti sensibili"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
"terms": "Termini di Utilizzo",
"privacy": "Informativa sulla Privacy"
},
"navmenu": {
"search": "Search",
"admin": "Admin Dashboard",
"homeFeed": "Home Feed",
"localFeed": "Local Feed",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Notifications",
"groups": "Groups",
"stories": "Stories",
"profile": "Profile",
"search": "Cerca",
"admin": "Pannello di amministrazione",
"homeFeed": "Feed Home",
"localFeed": "Feed Locale",
"globalFeed": "Feed Globale",
"discover": "Esplora",
"directMessages": "Messaggi Diretti",
"notifications": "Notifiche",
"groups": "Gruppi",
"stories": "Storie",
"profile": "Profilo",
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"about": "About",
"help": "Help",
"language": "Language",
"settings": "Impostazioni",
"compose": "Crea Nuovo",
"about": "Info",
"help": "Aiuto",
"language": "Lingua",
"privacy": "Privacy",
"terms": "Terms",
"backToPreviousDesign": "Go back to previous design"
"terms": "Condizioni",
"backToPreviousDesign": "Torna al design precedente"
},
"directMessages": {
"inbox": "Inbox",
"sent": "Sent",
"requests": "Requests"
"inbox": "In arrivo",
"sent": "Inviata",
"requests": "Richieste"
},
"notifications": {
"liked": "liked your",
"commented": "commented on your",
"reacted": "reacted to your",
"shared": "shared your",
"tagged": "tagged you in a",
"updatedA": "updated a",
"sentA": "sent a",
"followed": "followed",
"mentioned": "mentioned",
"you": "you",
"yourApplication": "Your application to join",
"applicationApproved": "was approved!",
"applicationRejected": "was rejected. You can re-apply to join in 6 months.",
"liked": "ha messo like a",
"commented": "ha commentato",
"reacted": "ha reagito a",
"shared": "ha condiviso",
"tagged": "ti ha taggato in",
"updatedA": "ha aggiornato un",
"sentA": "ha inviato un",
"followed": "stai seguendo",
"mentioned": "menzionato",
"you": "tu",
"yourApplication": "La tua candidatura per unirti",
"applicationApproved": "\u00e8 stata approvata!",
"applicationRejected": "\u00e8 stata respinta. Puoi richiedere di unirti fra 6 mesi.",
"dm": "dm",
"groupPost": "group post",
"groupPost": "post di gruppo",
"modlog": "modlog",
"post": "post",
"story": "story"
"story": "storia"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToOther": "Share to other",
"noLikes": "No likes yet",
"uploading": "Uploading"
"shareToFollowers": "Condividi con i follower",
"shareToOther": "Condividi con altri",
"noLikes": "Ancora nessun Like",
"uploading": "Caricamento in corso"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"admin": "Admin",
"collections": "Collections",
"follow": "Follow",
"unfollow": "Unfollow",
"editProfile": "Edit Profile",
"followRequested": "Follow Requested",
"joined": "Joined"
"posts": "Post",
"followers": "Follower",
"following": "Seguiti",
"admin": "Amministrazione",
"collections": "Collezioni",
"follow": "Segui",
"unfollow": "Smetti di seguire",
"editProfile": "Modifica profilo",
"followRequested": "Richiesta in attesa",
"joined": "Iscritto"
},
"menu": {
"viewPost": "View Post",
"viewProfile": "View Profile",
"moderationTools": "Moderation Tools",
"report": "Report",
"archive": "Archive",
"unarchive": "Unarchive",
"embed": "Embed",
"selectOneOption": "Select one of the following options",
"unlistFromTimelines": "Unlist from Timelines",
"addCW": "Add Content Warning",
"removeCW": "Remove Content Warning",
"markAsSpammer": "Mark as Spammer",
"markAsSpammerText": "Unlist + CW existing and future posts",
"viewPost": "Mostra Post",
"viewProfile": "Mostra Profilo",
"moderationTools": "Strumenti di moderazione",
"report": "Segnala",
"archive": "Archivia",
"unarchive": "Rimuovi dall'archivio",
"embed": "Incorpora",
"selectOneOption": "Scegli una delle seguenti opzioni",
"unlistFromTimelines": "Rimuovi dalle Timeline",
"addCW": "Aggiungi segnalazione",
"removeCW": "Rimuovi segnalazione",
"markAsSpammer": "Segna come Spammer",
"markAsSpammerText": "Rimuovi dalla lista + segnalazione di contenuti sensibili per post attuali e futuri",
"spam": "Spam",
"sensitive": "Sensitive Content",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
"impersonation": "Impersonation",
"scamOrFraud": "Scam or Fraud",
"confirmReport": "Confirm Report",
"confirmReportText": "Are you sure you want to report this post?",
"reportSent": "Report Sent!",
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"sensitive": "Contenuto Sensibile",
"abusive": "Abusivo o Dannoso",
"underageAccount": "Account di minorenne",
"copyrightInfringement": "Violazione del copyright",
"impersonation": "Impersonifica",
"scamOrFraud": "Truffa o frode",
"confirmReport": "Conferma Segnalazione",
"confirmReportText": "Sei sicur\u0259 di voler segnalare questo contenuto?",
"reportSent": "Segnalazione inviata!",
"reportSentText": "Abbiamo ricevuto la tua segnalazione con successo.",
"reportSentError": "Si \u00e8 verificato un problema nella segnalazione di questo post.",
"modAddCWConfirm": "Sei sicur\u0259 di voler segnalare come sensibile questo post?",
"modCWSuccess": "Segnalazione aggiunta con successo",
"modRemoveCWConfirm": "Sei sicur\u0259 di voler rimuovere la segnalazione da questo post?",
"modRemoveCWSuccess": "Segnalazione rimossa con successo",
"modUnlistConfirm": "Sei sicur\u0259 di voler rimuovere questo post dall\u2019elenco?",
"modUnlistSuccess": "Post rimosso dall\u2019elenco con successo",
"modMarkAsSpammerConfirm": "Sei sicuro di voler contrassegnare questo utente come spammer? Tutti i suoi post esistenti e futuri saranno rimossi dalle timeline e una segnalazione per contenuti sensibili sar\u00e0 aggiunta.",
"modMarkAsSpammerSuccess": "Account contrassegnato come spammer con successo",
"toFollowers": "ai follower",
"showCaption": "Mostra didascalia",
"showLikes": "Mostra i like",
"compactMode": "Modalit\u00e0 compatta",
"embedConfirmText": "Usando questo strumento, acconsenti ai nostri",
"deletePostConfirm": "Sei sicur\u0259 di voler eliminare questo post?",
"archivePostConfirm": "Sei sicur\u0259 di voler archiviare questo post?",
"unarchivePostConfirm": "Sei sicur\u0259 di voler rimuovere questo post dall\u2019archivio?"
},
"story": {
"add": "Add Story"
"add": "Aggiungi Storia"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
"peopleYouMayKnow": "Persone che potresti conoscere"
}
}

View file

@ -1,58 +1,58 @@
{
"common": {
"comment": "Comment",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"liked": "Liked",
"likes": "Likes",
"share": "Share",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Cancel",
"copyLink": "Copy Link",
"delete": "Delete",
"error": "Error",
"errorMsg": "Something went wrong. Please try again later.",
"oops": "Oops!",
"other": "Other",
"readMore": "Read more",
"success": "Success",
"sensitive": "Sensitive",
"sensitiveContent": "Sensitive Content",
"sensitiveContentWarning": "This post may contain sensitive content"
"comment": "\u30b3\u30e1\u30f3\u30c8",
"commented": "\u30b3\u30e1\u30f3\u30c8\u3055\u308c\u307e\u3057\u305f",
"comments": "\u30b3\u30e1\u30f3\u30c8",
"like": "\u3044\u3044\u306d",
"liked": "\u3044\u3044\u306d\u3057\u307e\u3057\u305f",
"likes": "\u3044\u3044\u306d",
"share": "\u5171\u6709",
"shared": "\u5171\u6709\u3055\u308c\u307e\u3057\u305f",
"shares": "\u5171\u6709",
"unshare": "\u5171\u6709\u89e3\u9664",
"cancel": "\u30ad\u30e3\u30f3\u30bb\u30eb",
"copyLink": "\u30ea\u30f3\u30af\u3092\u30b3\u30d4\u30fc",
"delete": "\u524a\u9664",
"error": "\u30a8\u30e9\u30fc",
"errorMsg": "\u4f55\u304b\u304c\u9593\u9055\u3063\u3066\u3044\u307e\u3059\u3002\u3057\u3070\u3089\u304f\u3057\u3066\u304b\u3089\u3084\u308a\u76f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002",
"oops": "\u304a\u304a\u3063\u3068\uff01",
"other": "\u305d\u306e\u4ed6",
"readMore": "\u3082\u3063\u3068\u8aad\u3080",
"success": "\u6210\u529f\u3057\u307e\u3057\u305f",
"sensitive": "\u30bb\u30f3\u30b7\u30c6\u30a3\u30d6",
"sensitiveContent": "\u30bb\u30f3\u30b7\u30c6\u30a3\u30d6\u306a\u30b3\u30f3\u30c6\u30f3\u30c4",
"sensitiveContentWarning": "\u3053\u306e\u6295\u7a3f\u306b\u306f\u30bb\u30f3\u30b7\u30c6\u30a3\u30d6\u306a\u30b3\u30f3\u30c6\u30f3\u30c4\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
"terms": "\u5229\u7528\u898f\u7d04",
"privacy": "\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u30dd\u30ea\u30b7\u30fc"
},
"navmenu": {
"search": "Search",
"admin": "Admin Dashboard",
"homeFeed": "Home Feed",
"localFeed": "Local Feed",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Notifications",
"groups": "Groups",
"stories": "Stories",
"profile": "Profile",
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"about": "About",
"help": "Help",
"language": "Language",
"privacy": "Privacy",
"terms": "Terms",
"backToPreviousDesign": "Go back to previous design"
"search": "\u691c\u7d22",
"admin": "\u7ba1\u7406\u8005\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9",
"homeFeed": "\u30db\u30fc\u30e0\u30d5\u30a3\u30fc\u30c9",
"localFeed": "\u30ed\u30fc\u30ab\u30eb\u30d5\u30a3\u30fc\u30c9",
"globalFeed": "\u30b0\u30ed\u30fc\u30d0\u30eb\u30d5\u30a3\u30fc\u30c9",
"discover": "\u767a\u898b",
"directMessages": "\u30c0\u30a4\u30ec\u30af\u30c8\u30e1\u30c3\u30bb\u30fc\u30b8",
"notifications": "\u901a\u77e5",
"groups": "\u30b0\u30eb\u30fc\u30d7",
"stories": "\u30b9\u30c8\u30fc\u30ea\u30fc\u30ba",
"profile": "\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb",
"drive": "\u30c9\u30e9\u30a4\u30d6",
"settings": "\u8a2d\u5b9a",
"compose": "\u65b0\u898f\u6295\u7a3f",
"about": "\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u3064\u3044\u3066",
"help": "\u30d8\u30eb\u30d7",
"language": "\u8a00\u8a9e",
"privacy": "\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc",
"terms": "\u5229\u7528\u898f\u7d04",
"backToPreviousDesign": "\u4ee5\u524d\u306e\u30c7\u30b6\u30a4\u30f3\u306b\u623b\u3059"
},
"directMessages": {
"inbox": "Inbox",
"sent": "Sent",
"requests": "Requests"
"inbox": "\u53d7\u4fe1\u30c8\u30ec\u30a4",
"sent": "\u9001\u4fe1\u6e08\u307f",
"requests": "\u30ea\u30af\u30a8\u30b9\u30c8"
},
"notifications": {
"liked": "liked your",
@ -64,81 +64,81 @@
"sentA": "sent a",
"followed": "followed",
"mentioned": "mentioned",
"you": "you",
"you": "\u3042\u306a\u305f",
"yourApplication": "Your application to join",
"applicationApproved": "was approved!",
"applicationRejected": "was rejected. You can re-apply to join in 6 months.",
"dm": "dm",
"groupPost": "group post",
"modlog": "modlog",
"post": "post",
"story": "story"
"groupPost": "\u30b0\u30eb\u30fc\u30d7\u306e\u6295\u7a3f",
"modlog": "\u30e2\u30c7\u30ec\u30fc\u30b7\u30e7\u30f3\u30ed\u30b0",
"post": "\u6295\u7a3f",
"story": "\u30b9\u30c8\u30fc\u30ea\u30fc"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToOther": "Share to other",
"noLikes": "No likes yet",
"uploading": "Uploading"
"shareToFollowers": "\u30d5\u30a9\u30ed\u30ef\u30fc\u306b\u5171\u6709",
"shareToOther": "\u305d\u306e\u4ed6\u306b\u5171\u6709",
"noLikes": "\u307e\u3060\u8ab0\u304b\u3089\u3082\u3044\u3044\u306d\u3055\u308c\u3066\u3044\u307e\u305b\u3093",
"uploading": "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u4e2d"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"admin": "Admin",
"collections": "Collections",
"follow": "Follow",
"unfollow": "Unfollow",
"editProfile": "Edit Profile",
"followRequested": "Follow Requested",
"joined": "Joined"
"posts": "\u6295\u7a3f",
"followers": "\u30d5\u30a9\u30ed\u30ef\u30fc",
"following": "\u30d5\u30a9\u30ed\u30fc\u4e2d",
"admin": "\u7ba1\u7406\u8005",
"collections": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3",
"follow": "\u30d5\u30a9\u30ed\u30fc",
"unfollow": "\u30d5\u30a9\u30ed\u30fc\u89e3\u9664",
"editProfile": "\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u3092\u7de8\u96c6",
"followRequested": "\u30d5\u30a9\u30ed\u30fc\u627f\u8a8d\u5f85\u3061",
"joined": "\u53c2\u52a0\u3057\u307e\u3057\u305f"
},
"menu": {
"viewPost": "View Post",
"viewProfile": "View Profile",
"moderationTools": "Moderation Tools",
"report": "Report",
"archive": "Archive",
"unarchive": "Unarchive",
"embed": "Embed",
"selectOneOption": "Select one of the following options",
"unlistFromTimelines": "Unlist from Timelines",
"addCW": "Add Content Warning",
"removeCW": "Remove Content Warning",
"markAsSpammer": "Mark as Spammer",
"markAsSpammerText": "Unlist + CW existing and future posts",
"spam": "Spam",
"sensitive": "Sensitive Content",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
"impersonation": "Impersonation",
"scamOrFraud": "Scam or Fraud",
"confirmReport": "Confirm Report",
"confirmReportText": "Are you sure you want to report this post?",
"reportSent": "Report Sent!",
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"viewPost": "\u6295\u7a3f\u3092\u898b\u308b",
"viewProfile": "\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u3092\u898b\u308b",
"moderationTools": "\u30e2\u30c7\u30ec\u30fc\u30b7\u30e7\u30f3\u30c4\u30fc\u30eb",
"report": "\u5831\u544a",
"archive": "\u30a2\u30fc\u30ab\u30a4\u30d6",
"unarchive": "\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u89e3\u9664",
"embed": "\u57cb\u3081\u8fbc\u307f",
"selectOneOption": "\u4ee5\u4e0b\u306e\u9078\u629e\u80a2\u304b\u30891\u3064\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044",
"unlistFromTimelines": "\u30bf\u30a4\u30e0\u30e9\u30a4\u30f3\u306b\u975e\u8868\u793a",
"addCW": "\u30b3\u30f3\u30c6\u30f3\u30c4\u8b66\u544a\u3092\u8ffd\u52a0",
"removeCW": "\u30b3\u30f3\u30c6\u30f3\u30c4\u8b66\u544a\u3092\u524a\u9664",
"markAsSpammer": "\u30b9\u30d1\u30e0\u3068\u3057\u3066\u30de\u30fc\u30af",
"markAsSpammerText": "\u975e\u8868\u793a\uff0b\u30b3\u30f3\u30c6\u30f3\u30c4\u8b66\u544a\u3092\u65e2\u5b58\u306e\u3001\u307e\u305f\u5c06\u6765\u306e\u6295\u7a3f\u306b\u8ffd\u52a0",
"spam": "\u30b9\u30d1\u30e0",
"sensitive": "\u30bb\u30f3\u30b7\u30c6\u30a3\u30d6\u306a\u30b3\u30f3\u30c6\u30f3\u30c4",
"abusive": "\u8650\u5f85\u307e\u305f\u306f\u6709\u5bb3",
"underageAccount": "\u672a\u6210\u5e74\u306e\u30a2\u30ab\u30a6\u30f3\u30c8",
"copyrightInfringement": "\u8457\u4f5c\u6a29\u4fb5\u5bb3",
"impersonation": "\u306a\u308a\u3059\u307e\u3057",
"scamOrFraud": "\u8a50\u6b3a\u307e\u305f\u306f\u4e0d\u6b63\u306a\u884c\u70ba",
"confirmReport": "\u5831\u544a\u3092\u9001\u4fe1",
"confirmReportText": "\u672c\u5f53\u306b\u3053\u306e\u6295\u7a3f\u3092\u5831\u544a\u3057\u307e\u3059\u304b\uff1f",
"reportSent": "\u5831\u544a\u304c\u9001\u4fe1\u3055\u308c\u307e\u3057\u305f\uff01",
"reportSentText": "\u3042\u306a\u305f\u306e\u5831\u544a\u3092\u53d7\u3051\u53d6\u308a\u307e\u3057\u305f\u3002",
"reportSentError": "\u3053\u306e\u6295\u7a3f\u3092\u5831\u544a\u3059\u308b\u969b\u306b\u554f\u984c\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002",
"modAddCWConfirm": "\u3053\u306e\u6295\u7a3f\u306b\u30b3\u30f3\u30c6\u30f3\u30c4\u8b66\u544a\u3092\u8ffd\u52a0\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f",
"modCWSuccess": "\u30b3\u30f3\u30c6\u30f3\u30c4\u8b66\u544a\u304c\u8ffd\u52a0\u3055\u308c\u307e\u3057\u305f",
"modRemoveCWConfirm": "\u672c\u5f53\u306b\u3053\u306e\u6295\u7a3f\u304b\u3089\u30b3\u30f3\u30c6\u30f3\u30c4\u8b66\u544a\u3092\u524a\u9664\u3057\u307e\u3059\u304b\uff1f",
"modRemoveCWSuccess": "\u30b3\u30f3\u30c6\u30f3\u30c4\u8b66\u544a\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f",
"modUnlistConfirm": "\u672c\u5f53\u306b\u3053\u306e\u6295\u7a3f\u3092\u975e\u8868\u793a\u306b\u3057\u307e\u3059\u304b\uff1f",
"modUnlistSuccess": "\u6295\u7a3f\u304c\u975e\u8868\u793a\u306b\u306a\u308a\u307e\u3057\u305f",
"modMarkAsSpammerConfirm": "\u3053\u306e\u30e6\u30fc\u30b6\u30fc\u3092\u30b9\u30d1\u30e0\u3068\u3057\u3066\u767b\u9332\u3057\u3066\u3044\u3044\u3067\u3059\u304b\uff1f\u65e2\u5b58\u306e\u307e\u305f\u3001\u4eca\u5f8c\u306e\u6295\u7a3f\u306f\u3059\u3079\u3066\u30bf\u30a4\u30e0\u30e9\u30a4\u30f3\u306b\u8868\u793a\u3055\u308c\u305a\u3001\u30b3\u30f3\u30c6\u30f3\u30c4\u8b66\u544a\u304c\u9069\u7528\u3055\u308c\u307e\u3059\u3002",
"modMarkAsSpammerSuccess": "\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30b9\u30d1\u30e0\u3068\u3057\u3066\u30de\u30fc\u30af\u3057\u307e\u3057\u305f",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"showCaption": "\u8aac\u660e\u3092\u8868\u793a",
"showLikes": "\u3044\u3044\u306d\u3092\u8868\u793a",
"compactMode": "\u30b3\u30f3\u30d1\u30af\u30c8\u30e2\u30fc\u30c9",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"deletePostConfirm": "\u672c\u5f53\u306b\u3053\u306e\u6295\u7a3f\u3092\u524a\u9664\u3057\u307e\u3059\u304b\uff1f",
"archivePostConfirm": "\u672c\u5f53\u306b\u3053\u306e\u6295\u7a3f\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3059\u304b\uff1f",
"unarchivePostConfirm": "\u672c\u5f53\u306b\u3053\u306e\u6295\u7a3f\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u524a\u9664\u3057\u307e\u3059\u304b\uff1f"
},
"story": {
"add": "Add Story"
"add": "\u30b9\u30c8\u30fc\u30ea\u30fc\u3092\u8ffd\u52a0"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
"peopleYouMayKnow": "\u77e5\u308a\u5408\u3044\u304b\u3082"
}
}

View file

@ -1,58 +1,58 @@
{
"common": {
"comment": "Comment",
"comment": "\ub313\uae00",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"like": "\uc88b\uc544\uc694",
"liked": "Liked",
"likes": "Likes",
"share": "Share",
"share": "\uacf5\uc720",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Cancel",
"cancel": "\ucde8\uc18c",
"copyLink": "Copy Link",
"delete": "Delete",
"error": "Error",
"errorMsg": "Something went wrong. Please try again later.",
"oops": "Oops!",
"other": "Other",
"readMore": "Read more",
"success": "Success",
"sensitive": "Sensitive",
"sensitiveContent": "Sensitive Content",
"sensitiveContentWarning": "This post may contain sensitive content"
"error": "\uc624\ub958",
"errorMsg": "\ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub098\uc911\uc5d0 \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694.",
"oops": "\uc774\ub7f0!",
"other": "\uae30\ud0c0",
"readMore": "\ub354\ubcf4\uae30",
"success": "\uc131\uacf5",
"sensitive": "\ubbfc\uac10\ud568 ",
"sensitiveContent": "\ubbfc\uac10\ud55c \ub0b4\uc6a9",
"sensitiveContentWarning": "\uc774 \uac8c\uc2dc\ubb3c\uc740 \ubbfc\uac10\ud55c \ub0b4\uc6a9\uc744 \ud3ec\ud568\ud569\ub2c8\ub2e4"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
"terms": "\uc774\uc6a9\uc57d\uad00",
"privacy": "\uac1c\uc778\uc815\ubcf4 \ucde8\uae09\ubc29\uce68"
},
"navmenu": {
"search": "Search",
"admin": "Admin Dashboard",
"homeFeed": "Home Feed",
"localFeed": "Local Feed",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Notifications",
"groups": "Groups",
"stories": "Stories",
"profile": "Profile",
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"about": "About",
"help": "Help",
"language": "Language",
"privacy": "Privacy",
"terms": "Terms",
"backToPreviousDesign": "Go back to previous design"
"search": "\uac80\uc0c9",
"admin": "\uad00\ub9ac\uc790 \ub300\uc2dc\ubcf4\ub4dc",
"homeFeed": "\ud648 \ud53c\ub4dc",
"localFeed": "\ub85c\uceec \ud53c\ub4dc",
"globalFeed": "\uae00\ub85c\ubc8c \ud53c\ub4dc",
"discover": "\ubc1c\uacac\ud558\uae30",
"directMessages": "\ucabd\uc9c0",
"notifications": "\uc54c\ub9bc",
"groups": "\uadf8\ub8f9",
"stories": "\uc2a4\ud1a0\ub9ac",
"profile": "\ud504\ub85c\ud544",
"drive": "\ub4dc\ub77c\uc774\ube0c",
"settings": "\uc124\uc815",
"compose": "\uc0c8\ub85c \ub9cc\ub4e4\uae30",
"about": "\uc815\ubcf4",
"help": "\ub3c4\uc6c0\ub9d0",
"language": "\uc5b8\uc5b4",
"privacy": "\uac1c\uc778\uc815\ubcf4",
"terms": "\uc57d\uad00",
"backToPreviousDesign": "\uc774\uc804 \ub514\uc790\uc778\uc73c\ub85c \ub3cc\uc544\uac00\uae30"
},
"directMessages": {
"inbox": "Inbox",
"sent": "Sent",
"requests": "Requests"
"inbox": "\ubc1b\uc740 \ud3b8\uc9c0\ud568",
"sent": "\ubcf4\ub0c4",
"requests": "\uc694\uccad \ub0b4\uc5ed"
},
"notifications": {
"liked": "liked your",
@ -106,8 +106,8 @@
"removeCW": "Remove Content Warning",
"markAsSpammer": "Mark as Spammer",
"markAsSpammerText": "Unlist + CW existing and future posts",
"spam": "Spam",
"sensitive": "Sensitive Content",
"spam": "\uc2a4\ud338",
"sensitive": "\ubbfc\uac10\ud55c \ub0b4\uc6a9",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",

View file

@ -42,6 +42,11 @@
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"about": "About",
"help": "Help",
"language": "Language",
"privacy": "Privacy",
"terms": "Terms",
"backToPreviousDesign": "Go back to previous design"
},
"directMessages": {

View file

@ -1,53 +1,53 @@
{
"common": {
"comment": "Comment",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"liked": "Liked",
"likes": "Likes",
"share": "Share",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Cancel",
"copyLink": "Copy Link",
"delete": "Delete",
"error": "Error",
"errorMsg": "Something went wrong. Please try again later.",
"oops": "Oops!",
"other": "Other",
"readMore": "Read more",
"success": "Success",
"comment": "Skomentuj",
"commented": "Skomentowane",
"comments": "Komentarze",
"like": "Polub",
"liked": "Polubione",
"likes": "Polubienia",
"share": "Udost\u0119pnij",
"shared": "Udost\u0119pnione",
"shares": "Udost\u0119pnione",
"unshare": "Anuluj udost\u0119pnianie",
"cancel": "Anuluj",
"copyLink": "Kopiuj Link",
"delete": "Usu\u0144",
"error": "B\u0142\u0105d",
"errorMsg": "Co\u015b posz\u0142o nie tak. Spr\u00f3buj ponownie p\u00f3\u017aniej.",
"oops": "Ups!",
"other": "Inne",
"readMore": "Czytaj wi\u0119cej",
"success": "Sukces",
"sensitive": "Sensitive",
"sensitiveContent": "Sensitive Content",
"sensitiveContentWarning": "This post may contain sensitive content"
"sensitiveContent": "Tre\u015b\u0107 wra\u017cliwa",
"sensitiveContentWarning": "Ten post mo\u017ce zawiera\u0107 wra\u017cliwe tre\u015bci"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
"terms": "Warunki U\u017cytkowania",
"privacy": "Polityka Prywatno\u015bci"
},
"navmenu": {
"search": "Search",
"admin": "Admin Dashboard",
"homeFeed": "Home Feed",
"localFeed": "Local Feed",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Notifications",
"groups": "Groups",
"search": "Szukaj",
"admin": "Panel administracyjny",
"homeFeed": "G\u0142\u00f3wny kana\u0142",
"localFeed": "Lokalny kana\u0142",
"globalFeed": "Globalny kana\u0142",
"discover": "Odkrywaj",
"directMessages": "Wiadomo\u015bci bezpo\u015brednie",
"notifications": "Powiadomienia",
"groups": "Grupy",
"stories": "Stories",
"profile": "Profile",
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"about": "About",
"help": "Help",
"language": "Language",
"privacy": "Privacy",
"terms": "Terms",
"backToPreviousDesign": "Go back to previous design"
"profile": "Profil",
"drive": "Dysk",
"settings": "Ustawienia",
"compose": "Utw\u00f3rz nowy",
"about": "O nas",
"help": "Pomoc",
"language": "J\u0119zyk",
"privacy": "Prywatno\u015b\u0107",
"terms": "Regulamin",
"backToPreviousDesign": "Wr\u00f3\u0107 do poprzedniego wygl\u0105du"
},
"directMessages": {
"inbox": "Wiadomo\u015bci",
@ -59,66 +59,66 @@
"commented": "skomentowa\u0142(a) twoje",
"reacted": "zareagowa\u0142(a) na twoje",
"shared": "shared your",
"tagged": "tagged you in a",
"updatedA": "updated a",
"sentA": "sent a",
"followed": "followed",
"mentioned": "mentioned",
"you": "you",
"tagged": "oznaczono ci\u0119 w",
"updatedA": "zaktualizowano",
"sentA": "wys\u0142ano",
"followed": "zaobserwowa\u0142(-a)",
"mentioned": "wspomina\u0142(-a)",
"you": "ciebie",
"yourApplication": "Your application to join",
"applicationApproved": "was approved!",
"applicationRejected": "was rejected. You can re-apply to join in 6 months.",
"applicationApproved": "zosta\u0142a zatwierdzona!",
"applicationRejected": "zosta\u0142a odrzucona. Mo\u017cesz ponownie ubiega\u0107 si\u0119 o do\u0142\u0105czenie za 6 miesi\u0119cy.",
"dm": "dm",
"groupPost": "group post",
"modlog": "modlog",
"modlog": "logi",
"post": "post",
"story": "story"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToOther": "Share to other",
"noLikes": "No likes yet",
"uploading": "Uploading"
"shareToFollowers": "Udost\u0119pnij obserwuj\u0105cym",
"shareToOther": "Udost\u0119pnij innym",
"noLikes": "Brak polubie\u0144",
"uploading": "Przesy\u0142anie"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"admin": "Admin",
"collections": "Collections",
"follow": "Follow",
"unfollow": "Unfollow",
"editProfile": "Edit Profile",
"posts": "Posty",
"followers": "Obserwuj\u0105cy",
"following": "Obserwowane",
"admin": "Administrator",
"collections": "Kolekcje",
"follow": "Obserwuj",
"unfollow": "Przesta\u0144 obserwowa\u0107",
"editProfile": "Edytuj profil",
"followRequested": "Follow Requested",
"joined": "Joined"
"joined": "Do\u0142\u0105czono"
},
"menu": {
"viewPost": "View Post",
"viewProfile": "View Profile",
"moderationTools": "Moderation Tools",
"report": "Report",
"archive": "Archive",
"unarchive": "Unarchive",
"embed": "Embed",
"viewPost": "Zobacz post",
"viewProfile": "Zobacz profil",
"moderationTools": "Narz\u0119dzia moderacyjne",
"report": "Zg\u0142o\u015b",
"archive": "Przenie\u015b do archiwum",
"unarchive": "Usu\u0144 z archiwum",
"embed": "Osad\u017a",
"selectOneOption": "Select one of the following options",
"unlistFromTimelines": "Unlist from Timelines",
"addCW": "Add Content Warning",
"removeCW": "Remove Content Warning",
"addCW": "Dodaj ostrze\u017cenie o tre\u015bci",
"removeCW": "Usu\u0144 ostrze\u017cenie o tre\u015bci",
"markAsSpammer": "Mark as Spammer",
"markAsSpammerText": "Unlist + CW existing and future posts",
"spam": "Spam",
"sensitive": "Sensitive Content",
"sensitive": "Tre\u015b\u0107 wra\u017cliwa",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
"impersonation": "Impersonation",
"copyrightInfringement": "Naruszenie praw autorskich",
"impersonation": "Podszywanie si\u0119 pod inne osoby",
"scamOrFraud": "Scam or Fraud",
"confirmReport": "Confirm Report",
"confirmReportText": "Are you sure you want to report this post?",
"reportSent": "Report Sent!",
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"reportSent": "Zg\u0142oszenie wys\u0142ane!",
"reportSentText": "Otrzymali\u015bmy Tw\u00f3j raport.",
"reportSentError": "Wyst\u0105pi\u0142 b\u0142\u0105d podczas zg\u0142aszania tego posta.",
"modAddCWConfirm": "Czy na pewno chcesz doda\u0107 ostrze\u017cenie o tre\u015bci do tego wpisu?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
@ -128,17 +128,17 @@
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"showLikes": "Poka\u017c polubienia",
"compactMode": "Tryb kompaktowy",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"deletePostConfirm": "Czy na pewno chcesz usun\u0105\u0107 ten post?",
"archivePostConfirm": "Czy na pewno chcesz zarchiwizowa\u0107 ten post?",
"unarchivePostConfirm": "Czy na pewno chcesz cofn\u0105\u0107 archiwizacj\u0119 tego wpisu?"
},
"story": {
"add": "Add Story"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
"peopleYouMayKnow": "Ludzie, kt\u00f3rych mo\u017cesz zna\u0107"
}
}

View file

@ -1,63 +1,63 @@
{
"common": {
"comment": "Comment",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"liked": "Liked",
"likes": "Likes",
"share": "Share",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Cancel",
"copyLink": "Copy Link",
"delete": "Delete",
"error": "Error",
"errorMsg": "Something went wrong. Please try again later.",
"comment": "Comentar",
"commented": "Comentado",
"comments": "Coment\u00e1rios",
"like": "Gosto",
"liked": "Gostei",
"likes": "Gostos",
"share": "Partilhar",
"shared": "Partilhado",
"shares": "Partilhas",
"unshare": "Despartilhar",
"cancel": "Cancelar",
"copyLink": "Copiar link",
"delete": "Eliminar",
"error": "Erro",
"errorMsg": "Algo correu mal. Por favor, tente novamente mais tarde.",
"oops": "Oops!",
"other": "Other",
"readMore": "Read more",
"success": "Success",
"sensitive": "Sensitive",
"sensitiveContent": "Sensitive Content",
"sensitiveContentWarning": "This post may contain sensitive content"
"other": "Outro",
"readMore": "Ler mais",
"success": "Sucesso",
"sensitive": "Sens\u00edvel",
"sensitiveContent": "Conte\u00fado sens\u00edvel",
"sensitiveContentWarning": "Este post pode conter conte\u00fado sens\u00edvel"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
"terms": "Termos de Uso",
"privacy": "Pol\u00edtica de Privacidade"
},
"navmenu": {
"search": "Search",
"admin": "Admin Dashboard",
"homeFeed": "Home Feed",
"localFeed": "Local Feed",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Notifications",
"groups": "Groups",
"search": "Pesquisa",
"admin": "Painel de Administra\u00e7\u00e3o",
"homeFeed": "Inicio",
"localFeed": "Feed local",
"globalFeed": "Feed global",
"discover": "Descobrir",
"directMessages": "Mensagens Diretas",
"notifications": "Notifica\u00e7\u00f5es",
"groups": "Grupos",
"stories": "Stories",
"profile": "Profile",
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"about": "About",
"help": "Help",
"language": "Language",
"privacy": "Privacy",
"terms": "Terms",
"backToPreviousDesign": "Go back to previous design"
"profile": "Perfil",
"drive": "Disco",
"settings": "Defini\u00e7\u00f5es",
"compose": "Criar novo",
"about": "Sobre",
"help": "Ajuda",
"language": "Idioma",
"privacy": "Privacidade",
"terms": "Termos",
"backToPreviousDesign": "Voltar ao design antigo"
},
"directMessages": {
"inbox": "Inbox",
"sent": "Sent",
"requests": "Requests"
"inbox": "Caixa de Entrada",
"sent": "Enviadas",
"requests": "Pedidos"
},
"notifications": {
"liked": "liked your",
"commented": "commented on your",
"reacted": "reacted to your",
"liked": "gostou do seu",
"commented": "comentou no seu",
"reacted": "reagiu ao seu",
"shared": "shared your",
"tagged": "tagged you in a",
"updatedA": "updated a",
@ -114,31 +114,31 @@
"impersonation": "Impersonation",
"scamOrFraud": "Scam or Fraud",
"confirmReport": "Confirm Report",
"confirmReportText": "Are you sure you want to report this post?",
"reportSent": "Report Sent!",
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"compactMode": "Compact Mode",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"confirmReportText": "Tem a certeza que deseja denunciar esta mensagem?",
"reportSent": "Den\u00fancia enviada!",
"reportSentText": "Recebemos com sucesso a sua den\u00fancia.",
"reportSentError": "Ocorreu um erro ao denunciar este conte\u00fado.",
"modAddCWConfirm": "Tem a certeza que pretende adicionar um alerta de conte\u00fado ao post?",
"modCWSuccess": "Adicionou com sucesso um alerta de conte\u00fado",
"modRemoveCWConfirm": "Tem a certeza que pretende remover um alerta de conte\u00fado deste post?",
"modRemoveCWSuccess": "Removeu com sucesso o alerta de conte\u00fado",
"modUnlistConfirm": "Tem a certeza que pretende deslistar este post?",
"modUnlistSuccess": "Deslistou com sucesso este post",
"modMarkAsSpammerConfirm": "Tem a certeza que deseja marcar este utilizador como spammer? Todos os posts existentes e futuros ser\u00e3o deslistados da timeline e o alerta de conte\u00fado ser\u00e1 aplicado.",
"modMarkAsSpammerSuccess": "Marcou com sucesso esta conta como spammer",
"toFollowers": "para Seguidores",
"showCaption": "Mostar legenda",
"showLikes": "Mostrar Gostos",
"compactMode": "Modo compacto",
"embedConfirmText": "Ao utilizar este conte\u00fado, encontra-se a aceitar os nossos",
"deletePostConfirm": "Tem a certeza que pretende remover este post?",
"archivePostConfirm": "Tem a certeza que pretende arquivar este post?",
"unarchivePostConfirm": "Tem a certeza que pretende desarquivar este post?"
},
"story": {
"add": "Add Story"
"add": "Adicionar Storie"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
"peopleYouMayKnow": "Pessoas que talvez conhe\u00e7a"
}
}

View file

@ -55,14 +55,14 @@
"requests": "\u0417\u0430\u043f\u0440\u043e\u0441\u044b"
},
"notifications": {
"liked": "liked your",
"commented": "commented on your",
"reacted": "reacted to your",
"shared": "shared your",
"tagged": "tagged you in a",
"liked": "\u043f\u043e\u043d\u0440\u0430\u0432\u0438\u043b\u0441\u044f \u0432\u0430\u0448",
"commented": "\u043f\u0440\u043e\u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u043b \u0432\u0430\u0448",
"reacted": "\u043e\u0442\u0440\u0435\u0430\u0433\u0438\u0440\u043e\u0432\u0430\u043b \u043d\u0430 \u0432\u0430\u0448",
"shared": "\u043f\u043e\u0434\u0435\u043b\u0438\u043b\u0441\u044f \u0432\u0430\u0448\u0438\u043c",
"tagged": "\u043e\u0442\u043c\u0435\u0442\u0438\u043b \u0432\u0430\u0441 \u0432 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438",
"updatedA": "updated a",
"sentA": "sent a",
"followed": "followed",
"sentA": "\u043e\u0442\u043f\u0440\u0430\u0432\u0438\u043b",
"followed": "\u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043b\u0441\u044f",
"mentioned": "mentioned",
"you": "\u0432\u044b",
"yourApplication": "\u0412\u0430\u0448\u0435 \u0437\u0430\u044f\u0432\u043a\u0430 \u043d\u0430 \u0432\u0441\u0442\u0443\u043f\u043b\u0435\u043d\u0438\u0435",
@ -72,11 +72,11 @@
"groupPost": "\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0433\u0440\u0443\u043f\u043f\u044b",
"modlog": "modlog",
"post": "\u043f\u043e\u0441\u0442",
"story": "story"
"story": "\u0438\u0441\u0442\u043e\u0440\u0438\u044f"
},
"post": {
"shareToFollowers": "\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441 \u043f\u043e\u0434\u043f\u0438\u0441\u0447\u0438\u043a\u0430\u043c\u0438",
"shareToOther": "Share to other",
"shareToOther": "\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441 \u0434\u0440\u0443\u0433\u0438\u043c\u0438",
"noLikes": "\u041f\u043e\u043a\u0430 \u043d\u0438\u043a\u043e\u043c\u0443 \u043d\u0435 \u043f\u043e\u043d\u0440\u0430\u0432\u0438\u043b\u043e\u0441\u044c",
"uploading": "\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u0442\u0441\u044f"
},
@ -108,8 +108,8 @@
"markAsSpammerText": "Unlist + CW existing and future posts",
"spam": "\u0421\u043f\u0430\u043c",
"sensitive": "\u0414\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"abusive": "\u0416\u0435\u0441\u0442\u043e\u043a\u043e\u0435 \u043e\u0431\u0440\u0430\u0449\u0435\u043d\u0438\u0435 \u0438\u043b\u0438 \u043f\u0440\u0438\u0447\u0438\u043d\u0435\u043d\u0438\u0435 \u0432\u0440\u0435\u0434\u0430",
"underageAccount": "\u041d\u0435\u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e\u043b\u0435\u0442\u043d\u0438\u0439 \u0430\u043a\u043a\u0430\u0443\u043d\u0442",
"copyrightInfringement": "\u041d\u0430\u0440\u0443\u0448\u0435\u043d\u0438\u0435 \u0430\u0432\u0442\u043e\u0440\u0441\u043a\u0438\u0445 \u043f\u0440\u0430\u0432",
"impersonation": "\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u0435\u0431\u044f \u0437\u0430 \u0434\u0440\u0443\u0433\u043e\u0433\u043e \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0430",
"scamOrFraud": "\u041e\u0431\u043c\u0430\u043d \u0438\u043b\u0438 \u043c\u043e\u0448\u0435\u043d\u043d\u0438\u0447\u0435\u0441\u0442\u0432\u043e",
@ -124,8 +124,8 @@
"modRemoveCWSuccess": "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043e \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e",
"modUnlistConfirm": "\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0441\u043a\u0440\u044b\u0442\u044c \u044d\u0442\u043e\u0442 \u043f\u043e\u0441\u0442 \u0438\u0437 \u043b\u0435\u043d\u0442?",
"modUnlistSuccess": "Successfully unlisted post",
"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",
"modMarkAsSpammerConfirm": "\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u044d\u0442\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0441\u043f\u0430\u043c\u043e\u043c? \u0412\u0441\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u0438 \u0431\u0443\u0434\u0443\u0449\u0438\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u044b \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430 \u0432 \u0441\u0440\u043e\u043a\u0438, \u0438 \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0442\u044c\u0441\u044f \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043e \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0438.",
"modMarkAsSpammerSuccess": "\u0410\u043a\u043a\u0430\u0443\u043d\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u043c\u0435\u0447\u0435\u043d \u043a\u0430\u043a \u0441\u043f\u0430\u043c\u043c\u0435\u0440",
"toFollowers": "to Followers",
"showCaption": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u043e\u0434\u043f\u0438\u0441\u044c",
"showLikes": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043e\u0442\u043c\u0435\u0442\u043a\u0438 \"\u043c\u043d\u0435 \u043d\u0440\u0430\u0432\u0438\u0442\u0441\u044f\"",

View file

@ -1,58 +1,58 @@
{
"common": {
"comment": "Comment",
"commented": "Commented",
"comments": "Comments",
"like": "Like",
"liked": "Liked",
"likes": "Likes",
"share": "Share",
"shared": "Shared",
"shares": "Shares",
"unshare": "Unshare",
"cancel": "Cancel",
"copyLink": "Copy Link",
"delete": "Delete",
"error": "Error",
"errorMsg": "Something went wrong. Please try again later.",
"oops": "Oops!",
"other": "Other",
"readMore": "Read more",
"success": "Success",
"sensitive": "Sensitive",
"sensitiveContent": "Sensitive Content",
"sensitiveContentWarning": "This post may contain sensitive content"
"comment": "Yorum",
"commented": "Yorumlar",
"comments": "Yorumlar",
"like": "Be\u011fen",
"liked": "Be\u011fenildi",
"likes": "Be\u011feniler",
"share": "Payla\u015f",
"shared": "Payla\u015f\u0131lan",
"shares": "Payla\u015f\u0131lanlar",
"unshare": "Payla\u015f\u0131m\u0131 kald\u0131r",
"cancel": "\u0130ptal",
"copyLink": "Ba\u011flant\u0131y\u0131 Kopyala",
"delete": "Sil",
"error": "Hata",
"errorMsg": "Bir \u015feyler yanl\u0131\u015f gitti. L\u00fctfen daha sonra tekrar deneyiniz.",
"oops": "Hay aksi!",
"other": "Di\u011fer",
"readMore": "Daha fazlas\u0131n\u0131 oku",
"success": "Ba\u015far\u0131l\u0131",
"sensitive": "Hassasiyet",
"sensitiveContent": "Hassas i\u00e7erik",
"sensitiveContentWarning": "Bu ileti hassas i\u00e7erik i\u00e7eriyor olabilir"
},
"site": {
"terms": "Terms of Use",
"privacy": "Privacy Policy"
"terms": "Kullan\u0131m Ko\u015fullar\u0131",
"privacy": "Gizlilik Politikas\u0131"
},
"navmenu": {
"search": "Search",
"admin": "Admin Dashboard",
"search": "Arama",
"admin": "Y\u00f6netici Paneli",
"homeFeed": "Home Feed",
"localFeed": "Local Feed",
"globalFeed": "Global Feed",
"discover": "Discover",
"directMessages": "Direct Messages",
"notifications": "Notifications",
"groups": "Groups",
"stories": "Stories",
"profile": "Profile",
"drive": "Drive",
"settings": "Settings",
"compose": "Create New",
"about": "About",
"help": "Help",
"language": "Language",
"privacy": "Privacy",
"terms": "Terms",
"discover": "Ke\u015ffet",
"directMessages": "Direkt Mesajlar",
"notifications": "Bildirimler",
"groups": "Gruplar",
"stories": "Hikayeler",
"profile": "Profil",
"drive": "Depolama",
"settings": "Ayarlar",
"compose": "Yeni olu\u015ftur",
"about": "Hakk\u0131nda",
"help": "Yard\u0131m",
"language": "Dil",
"privacy": "Gizlilik",
"terms": "Ko\u015fullar",
"backToPreviousDesign": "Go back to previous design"
},
"directMessages": {
"inbox": "Inbox",
"sent": "Sent",
"requests": "Requests"
"inbox": "Gelen Kutusu",
"sent": "G\u00f6nder",
"requests": "\u0130stekler"
},
"notifications": {
"liked": "liked your",
@ -72,33 +72,33 @@
"groupPost": "group post",
"modlog": "modlog",
"post": "post",
"story": "story"
"story": "hikaye"
},
"post": {
"shareToFollowers": "Share to followers",
"shareToFollowers": "Takip\u00e7ileri payla\u015f",
"shareToOther": "Share to other",
"noLikes": "No likes yet",
"uploading": "Uploading"
"noLikes": "Hen\u00fcz be\u011fenilmedi",
"uploading": "Y\u00fckleniyor"
},
"profile": {
"posts": "Posts",
"followers": "Followers",
"following": "Following",
"admin": "Admin",
"collections": "Collections",
"follow": "Follow",
"unfollow": "Unfollow",
"editProfile": "Edit Profile",
"followRequested": "Follow Requested",
"joined": "Joined"
"posts": "G\u00f6nderiler",
"followers": "Takip\u00e7iler",
"following": "Takip ediliyor",
"admin": "Y\u00f6netici",
"collections": "Koleksiyonlar",
"follow": "Takip et",
"unfollow": "Takibi b\u0131rak",
"editProfile": "Profili D\u00fczenle",
"followRequested": "Takip \u0130ste\u011fi",
"joined": "Kat\u0131ld\u0131"
},
"menu": {
"viewPost": "View Post",
"viewProfile": "View Profile",
"viewPost": "G\u00f6nderiyi g\u00f6r\u00fcnt\u00fcle",
"viewProfile": "Profili G\u00f6r\u00fcnt\u00fcle",
"moderationTools": "Moderation Tools",
"report": "Report",
"report": "Bildir",
"archive": "Archive",
"unarchive": "Unarchive",
"unarchive": "Ar\u015fivden \u00e7\u0131kar",
"embed": "Embed",
"selectOneOption": "Select one of the following options",
"unlistFromTimelines": "Unlist from Timelines",
@ -107,7 +107,7 @@
"markAsSpammer": "Mark as Spammer",
"markAsSpammerText": "Unlist + CW existing and future posts",
"spam": "Spam",
"sensitive": "Sensitive Content",
"sensitive": "Hassas i\u00e7erik",
"abusive": "Abusive or Harmful",
"underageAccount": "Underage Account",
"copyrightInfringement": "Copyright Infringement",
@ -119,26 +119,26 @@
"reportSentText": "We have successfully received your report.",
"reportSentError": "There was an issue reporting this post.",
"modAddCWConfirm": "Are you sure you want to add a content warning to this post?",
"modCWSuccess": "Successfully added content warning",
"modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?",
"modRemoveCWSuccess": "Successfully removed content warning",
"modCWSuccess": "\u0130\u00e7erik uyar\u0131s\u0131 ba\u015far\u0131yla eklendi",
"modRemoveCWConfirm": "Bu g\u00f6nderiden i\u00e7erik uyar\u0131s\u0131n\u0131 kald\u0131rmak istedi\u011finize emin misiniz?",
"modRemoveCWSuccess": "\u0130\u00e7erik uyar\u0131s\u0131 ba\u015far\u0131yla kald\u0131r\u0131ld\u0131",
"modUnlistConfirm": "Are you sure you want to unlist this post?",
"modUnlistSuccess": "Successfully unlisted post",
"modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",
"modMarkAsSpammerSuccess": "Successfully marked account as spammer",
"toFollowers": "to Followers",
"showCaption": "Show Caption",
"showLikes": "Show Likes",
"showCaption": "A\u00e7\u0131klamay\u0131 g\u00f6ster",
"showLikes": "Be\u011fenileri G\u00f6ster",
"compactMode": "Compact Mode",
"embedConfirmText": "By using this embed, you agree to our",
"deletePostConfirm": "Are you sure you want to delete this post?",
"archivePostConfirm": "Are you sure you want to archive this post?",
"unarchivePostConfirm": "Are you sure you want to unarchive this post?"
"deletePostConfirm": "Bu g\u00f6nderiyi silmek istedi\u011finizden emin misiniz?",
"archivePostConfirm": "Bu g\u00f6nderiyi ar\u015fivlemek istedi\u011finizden emin misiniz?",
"unarchivePostConfirm": "Bu g\u00f6nderiyi ar\u015fivden \u00e7\u0131karmak istedi\u011finize emin misiniz?"
},
"story": {
"add": "Add Story"
"add": "Hikaye ekle"
},
"timeline": {
"peopleYouMayKnow": "People you may know"
"peopleYouMayKnow": "Tan\u0131yor olabilece\u011fin ki\u015filer"
}
}

View file

@ -3,176 +3,176 @@
return [
'common' => [
'comment' => 'Comment',
'commented' => 'Commented',
'comments' => 'Comments',
'like' => 'Like',
'liked' => 'Liked',
'likes' => 'Likes',
'share' => 'Share',
'shared' => 'Shared',
'shares' => 'Shares',
'unshare' => 'Unshare',
'comment' => 'تَعليق',
'commented' => 'علَّقتَ عليه',
'comments' => 'تَعليقات',
'like' => 'إعجاب',
'liked' => 'أُعجِبتَ بِه',
'likes' => 'إعْجابات',
'share' => 'مُشارَكَة',
'shared' => 'تمَّ مُشارَكَتُه',
'shares' => 'مُشارَكَات',
'unshare' => 'إلغاء المُشارَكَة',
'cancel' => 'Cancel',
'copyLink' => 'Copy Link',
'delete' => 'Delete',
'error' => 'Error',
'errorMsg' => 'Something went wrong. Please try again later.',
'oops' => 'Oops!',
'other' => 'Other',
'readMore' => 'Read more',
'success' => 'Success',
'cancel' => 'إلغاء',
'copyLink' => 'نَسخ الرابِط',
'delete' => 'حَذف',
'error' => 'خطأ',
'errorMsg' => 'حَدَثَ خطأٌ ما. يُرجى المُحاولةُ مرةً أُخرى لاحِقًا.',
'oops' => 'المَعذِرَة!',
'other' => 'اُخرى',
'readMore' => 'قراءةُ المزيد',
'success' => 'نَجاح',
'sensitive' => 'Sensitive',
'sensitiveContent' => 'Sensitive Content',
'sensitiveContentWarning' => 'This post may contain sensitive content',
'sensitive' => 'حسَّاس',
'sensitiveContent' => 'مُحتَوًى حسَّاس',
'sensitiveContentWarning' => 'قد يحتوي هذا المَنشور على مُحتوًى حسَّاس',
],
'site' => [
'terms' => 'Terms of Use',
'privacy' => 'Privacy Policy',
'terms' => 'شُروطُ الاِستِخدام',
'privacy' => 'سِياسَةُ الخُصوصيَّة',
],
'navmenu' => [
'search' => 'Search',
'admin' => 'Admin Dashboard',
'search' => 'البَحث',
'admin' => 'لوحَةُ تَحكُّمِ المُشرِف',
// Timelines
'homeFeed' => 'Home Feed',
'localFeed' => 'Local Feed',
'globalFeed' => 'Global Feed',
'homeFeed' => 'التَّغذيَة الرئيسَة',
'localFeed' => 'التَّغذيَة المحليَّة',
'globalFeed' => 'التَّغذيَة الشّامِلة',
// Core features
'discover' => 'Discover',
'directMessages' => 'Direct Messages',
'notifications' => 'Notifications',
'groups' => 'Groups',
'stories' => 'Stories',
'discover' => 'الاِستِكشاف',
'directMessages' => 'الرسائِلُ المُباشِرَة',
'notifications' => 'الإشعارات',
'groups' => 'المَجمُوعات',
'stories' => 'القَصَص',
// Self links
'profile' => 'Profile',
'drive' => 'Drive',
'settings' => 'Settings',
'compose' => 'Create New',
'profile' => 'المِلف التَّعريفيّ',
'drive' => 'وِحدَةُ التَّخزين',
'settings' => 'الإعدَادَات',
'compose' => 'إنشاءُ جَديد',
// Nav footer
'about' => 'About',
'help' => 'Help',
'language' => 'Language',
'privacy' => 'Privacy',
'terms' => 'Terms',
'about' => 'حَول',
'help' => 'المُساعَدَة',
'language' => 'اللُّغَة',
'privacy' => 'الخُصُوصِيَّة',
'terms' => 'الشُّرُوط',
// Temporary links
'backToPreviousDesign' => 'Go back to previous design'
'backToPreviousDesign' => 'العودة إلى التصميم السابق'
],
'directMessages' => [
'inbox' => 'Inbox',
'sent' => 'Sent',
'requests' => 'Requests'
'inbox' => 'صَندوقُ الوارِد',
'sent' => 'أُرسِلَت',
'requests' => 'الطَّلَبات'
],
'notifications' => [
'liked' => 'liked your',
'commented' => 'commented on your',
'reacted' => 'reacted to your',
'shared' => 'shared your',
'tagged' => 'tagged you in a',
'liked' => 'أُعجِبَ بِمنشورٍ لَك',
'commented' => 'علَّقَ على مَنشورٍ لَك',
'reacted' => 'تَفاعَلَ مَعَك',
'shared' => 'شَارَكَ مَنشورٍ لَك',
'tagged' => 'أشارَ إليكَ فِي',
'updatedA' => 'updated a',
'sentA' => 'sent a',
'updatedA' => 'حَدَّثَ',
'sentA' => 'أرسَلَ',
'followed' => 'followed',
'mentioned' => 'mentioned',
'you' => 'you',
'followed' => 'تابَعَ',
'mentioned' => 'أشارَ إلى',
'you' => 'أنت',
'yourApplication' => 'Your application to join',
'applicationApproved' => 'was approved!',
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
'yourApplication' => 'طلبُكَ للانضِمام',
'applicationApproved' => 'تمَّت الموافقة عليه!',
'applicationRejected' => 'تمَّ رفضه. يُمكِنُكَ التقدُمُ بطلبٍ جديدٍ للانضمام بعد 6 شهور.',
'dm' => 'dm',
'groupPost' => 'group post',
'modlog' => 'modlog',
'post' => 'post',
'story' => 'story',
'dm' => 'الرسائِل المُباشِرَة',
'groupPost' => 'مَنشور مَجموعَة',
'modlog' => 'سجلات المُشرِف',
'post' => 'مَنشور',
'story' => 'قَصَّة',
],
'post' => [
'shareToFollowers' => 'Share to followers',
'shareToOther' => 'Share to other',
'noLikes' => 'No likes yet',
'uploading' => 'Uploading',
'shareToFollowers' => 'المُشاركة مَعَ المُتابِعين',
'shareToOther' => 'المُشارَكَة مَعَ الآخرين',
'noLikes' => 'لا إعجابات حتَّى الآن',
'uploading' => 'الرَّفعُ جارٍ',
],
'profile' => [
'posts' => 'Posts',
'followers' => 'Followers',
'following' => 'Following',
'admin' => 'Admin',
'collections' => 'Collections',
'follow' => 'Follow',
'unfollow' => 'Unfollow',
'editProfile' => 'Edit Profile',
'followRequested' => 'Follow Requested',
'joined' => 'Joined',
'posts' => 'المَنشُورات',
'followers' => 'المُتابِعُون',
'following' => 'المُتابَعُون',
'admin' => 'مُشرِف',
'collections' => 'تَجميعات',
'follow' => 'مُتابَعَة',
'unfollow' => 'إلغاء المُتابَعَة',
'editProfile' => 'تحرير المِلَف التَّعريفي',
'followRequested' => 'طُلِبَت المُتابَعَة',
'joined' => 'انضَم',
],
'menu' => [
'viewPost' => 'View Post',
'viewProfile' => 'View Profile',
'moderationTools' => 'Moderation Tools',
'report' => 'Report',
'archive' => 'Archive',
'unarchive' => 'Unarchive',
'embed' => 'Embed',
'viewPost' => 'عَرض المَنشور',
'viewProfile' => 'عَرض المِلف التعريفي',
'moderationTools' => 'أدوات الإشراف',
'report' => 'إبلاغ',
'archive' => 'أرشَفَة',
'unarchive' => 'إلغاء الأرشَفَة',
'embed' => 'تضمين',
'selectOneOption' => 'Select one of the following options',
'unlistFromTimelines' => 'Unlist from Timelines',
'addCW' => 'Add Content Warning',
'removeCW' => 'Remove Content Warning',
'markAsSpammer' => 'Mark as Spammer',
'markAsSpammerText' => 'Unlist + CW existing and future posts',
'spam' => 'Spam',
'sensitive' => 'Sensitive Content',
'abusive' => 'Abusive or Harmful',
'underageAccount' => 'Underage Account',
'copyrightInfringement' => 'Copyright Infringement',
'impersonation' => 'Impersonation',
'scamOrFraud' => 'Scam or Fraud',
'confirmReport' => 'Confirm Report',
'confirmReportText' => 'Are you sure you want to report this post?',
'reportSent' => 'Report Sent!',
'reportSentText' => 'We have successfully received your report.',
'reportSentError' => 'There was an issue reporting this post.',
'selectOneOption' => 'حدِّد أحدَ الخياراتِ التالِيَة',
'unlistFromTimelines' => 'الاستثناء من قوائِم الخُطُوط الزمنيَّة',
'addCW' => 'إضافة تحذير مُحتوى',
'removeCW' => 'حذف تحذير المُحتوى',
'markAsSpammer' => 'تَعليم كَغير مَرغُوبٍ بِه',
'markAsSpammerText' => 'الاستثِناء مِنَ القوائِم + إضافة تحذير مُحتوى لِلمُشارَكَات الحاليَّة وَالمُستَقبَليَّة',
'spam' => 'غير مَرغوب بِه',
'sensitive' => 'مُحتَوًى حسَّاس',
'abusive' => 'مُسيءٌ أو ضار',
'underageAccount' => 'حِسابٌ دونَ السِّن',
'copyrightInfringement' => 'اِنتِهاكُ حُقُوق',
'impersonation' => 'اِنتِحالُ شَخصيَّة',
'scamOrFraud' => 'نَصبٌ أو اِحتِيال',
'confirmReport' => 'تأكيدُ البَلاغ',
'confirmReportText' => 'هل أنتَ مُتأكِّدٌ مِن رَغبَتِكَ فِي الإبلاغِ عَن هَذَا المَنشور؟',
'reportSent' => 'أُرسِلَ البَلاغ!',
'reportSentText' => 'لقد تلقينا بَلاغُكَ بِنجاح.',
'reportSentError' => 'طَرَأ خَلَلٌ أثناءُ الإبلاغِ عَن هذا المَنشور.',
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
'modCWSuccess' => 'Successfully added content warning',
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
'modRemoveCWSuccess' => 'Successfully removed content warning',
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
'modUnlistSuccess' => 'Successfully unlisted post',
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer',
'modAddCWConfirm' => 'هل أنتَ مُتأكِّدٌ مِن رَغبَتِكَ فِي إضافَةِ تَحذيرٍ للمُحتَوى عَلى هَذَا المَنشُور؟',
'modCWSuccess' => 'أُضيفَ تَحذيرُ المُحتَوى بِنَجاح',
'modRemoveCWConfirm' => 'هَل أنتَ مُتأكِّدٌ مِن رَغبَتِكَ فِي إزالَةِ تَحذيرِ المُحتَوى مِن عَلى هَذَا المَنشُور؟',
'modRemoveCWSuccess' => 'أُزيلَ تَحذيرُ المُحتَوى بِنَجاح',
'modUnlistConfirm' => 'هل أنتَ مُتأكِّدٌ مِن رَغبَتِكَ فِي اِستِثناءِ هَذَا المَنشُورِ مِنَ القائِمَة (جَعلَهُ غَيرُ مُدرَج)؟',
'modUnlistSuccess' => 'اُستُثنِيَ المَنشُورُ بِنَجاح',
'modMarkAsSpammerConfirm' => 'هَل أنتَ مُتأكِّدٌ مِن رَغبَتِكَ فِي تَعليمِ هذا المُستَخدِمِ كَناشِرٍ لِمَنشُوراتٍ غيرِ مَرغوبٍ فِيها؟ سوف يُلغى إدراجُ جَميعِ مَنشوراتِهِ الحاليَّةِ وَالمُستَقبَليَّةِ مِنَ الخُطُوطِ الزَمنيَّةِ وَسوف يُطبَّقُ تَحذيرُ المُحتَوَى عَليها.',
'modMarkAsSpammerSuccess' => 'عُلِّمَ المُستَخدِمُ كَناشِرٍ لِمَنشُوراتٍ غيرِ مَرغوبٍ فِيها بِنَجاح',
'toFollowers' => 'to Followers',
'toFollowers' => 'إلَى المُتَابِعين',
'showCaption' => 'Show Caption',
'showLikes' => 'Show Likes',
'compactMode' => 'Compact Mode',
'embedConfirmText' => 'By using this embed, you agree to our',
'showCaption' => 'عَرضُ التَعليقِ التَوضيحي',
'showLikes' => 'إظهارُ الإعجابات',
'compactMode' => 'الوَضع المَضغوط',
'embedConfirmText' => 'باِستِخدامِكَ لِهذا التَّضمين، أنتَ تُوافِقُ عَلَى',
'deletePostConfirm' => 'Are you sure you want to delete this post?',
'archivePostConfirm' => 'Are you sure you want to archive this post?',
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
'deletePostConfirm' => 'هَل أنتَ مُتأكِّدٌ مِن رَغبَتِكَ فِي حَذفِ هَذَا المَنشُور؟',
'archivePostConfirm' => 'هَل أنتَ مُتأكِّدٌ مِن رَغبَتِكَ فِي أرشَفَةِ هَذَا المَنشُور؟',
'unarchivePostConfirm' => 'هَل أنتَ مُتأكِّدٌ مِن رَغبَتِكَ فِي إلغاءِ أرشَفَةِ هَذَا المَنشُور؟',
],
'story' => [
'add' => 'Add Story'
'add' => 'إضافَةُ قَصَّة'
],
'timeline' => [
'peopleYouMayKnow' => 'People you may know'
'peopleYouMayKnow' => 'أشخاصٌ قَد تَعرِفُهُم'
]
];

178
resources/lang/bn/web.php Normal file
View file

@ -0,0 +1,178 @@
<?php
return [
'common' => [
'comment' => 'Comment',
'commented' => 'Commented',
'comments' => 'Comments',
'like' => 'Like',
'liked' => 'Liked',
'likes' => 'Likes',
'share' => 'Share',
'shared' => 'Shared',
'shares' => 'Shares',
'unshare' => 'Unshare',
'cancel' => 'Cancel',
'copyLink' => 'Copy Link',
'delete' => 'Delete',
'error' => 'Error',
'errorMsg' => 'Something went wrong. Please try again later.',
'oops' => 'Oops!',
'other' => 'Other',
'readMore' => 'Read more',
'success' => 'Success',
'sensitive' => 'Sensitive',
'sensitiveContent' => 'Sensitive Content',
'sensitiveContentWarning' => 'This post may contain sensitive content',
],
'site' => [
'terms' => 'Terms of Use',
'privacy' => 'Privacy Policy',
],
'navmenu' => [
'search' => 'Search',
'admin' => 'Admin Dashboard',
// Timelines
'homeFeed' => 'Home Feed',
'localFeed' => 'Local Feed',
'globalFeed' => 'Global Feed',
// Core features
'discover' => 'Discover',
'directMessages' => 'Direct Messages',
'notifications' => 'Notifications',
'groups' => 'Groups',
'stories' => 'Stories',
// Self links
'profile' => 'Profile',
'drive' => 'Drive',
'settings' => 'Settings',
'compose' => 'Create New',
// Nav footer
'about' => 'About',
'help' => 'Help',
'language' => 'Language',
'privacy' => 'Privacy',
'terms' => 'Terms',
// Temporary links
'backToPreviousDesign' => 'Go back to previous design'
],
'directMessages' => [
'inbox' => 'Inbox',
'sent' => 'Sent',
'requests' => 'Requests'
],
'notifications' => [
'liked' => 'liked your',
'commented' => 'commented on your',
'reacted' => 'reacted to your',
'shared' => 'shared your',
'tagged' => 'tagged you in a',
'updatedA' => 'updated a',
'sentA' => 'sent a',
'followed' => 'followed',
'mentioned' => 'mentioned',
'you' => 'you',
'yourApplication' => 'Your application to join',
'applicationApproved' => 'was approved!',
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
'dm' => 'dm',
'groupPost' => 'group post',
'modlog' => 'modlog',
'post' => 'post',
'story' => 'story',
],
'post' => [
'shareToFollowers' => 'Share to followers',
'shareToOther' => 'Share to other',
'noLikes' => 'No likes yet',
'uploading' => 'Uploading',
],
'profile' => [
'posts' => 'Posts',
'followers' => 'Followers',
'following' => 'Following',
'admin' => 'Admin',
'collections' => 'Collections',
'follow' => 'Follow',
'unfollow' => 'Unfollow',
'editProfile' => 'Edit Profile',
'followRequested' => 'Follow Requested',
'joined' => 'Joined',
],
'menu' => [
'viewPost' => 'View Post',
'viewProfile' => 'View Profile',
'moderationTools' => 'Moderation Tools',
'report' => 'Report',
'archive' => 'Archive',
'unarchive' => 'Unarchive',
'embed' => 'Embed',
'selectOneOption' => 'Select one of the following options',
'unlistFromTimelines' => 'Unlist from Timelines',
'addCW' => 'Add Content Warning',
'removeCW' => 'Remove Content Warning',
'markAsSpammer' => 'Mark as Spammer',
'markAsSpammerText' => 'Unlist + CW existing and future posts',
'spam' => 'Spam',
'sensitive' => 'Sensitive Content',
'abusive' => 'Abusive or Harmful',
'underageAccount' => 'Underage Account',
'copyrightInfringement' => 'Copyright Infringement',
'impersonation' => 'Impersonation',
'scamOrFraud' => 'Scam or Fraud',
'confirmReport' => 'Confirm Report',
'confirmReportText' => 'Are you sure you want to report this post?',
'reportSent' => 'Report Sent!',
'reportSentText' => 'We have successfully received your report.',
'reportSentError' => 'There was an issue reporting this post.',
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
'modCWSuccess' => 'Successfully added content warning',
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
'modRemoveCWSuccess' => 'Successfully removed content warning',
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
'modUnlistSuccess' => 'Successfully unlisted post',
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer',
'toFollowers' => 'to Followers',
'showCaption' => 'Show Caption',
'showLikes' => 'Show Likes',
'compactMode' => 'Compact Mode',
'embedConfirmText' => 'By using this embed, you agree to our',
'deletePostConfirm' => 'Are you sure you want to delete this post?',
'archivePostConfirm' => 'Are you sure you want to archive this post?',
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
],
'story' => [
'add' => 'Add Story'
],
'timeline' => [
'peopleYouMayKnow' => 'People you may know'
]
];

View file

@ -3,176 +3,176 @@
return [
'common' => [
'comment' => 'Comment',
'commented' => 'Commented',
'comments' => 'Comments',
'like' => 'Like',
'liked' => 'Liked',
'likes' => 'Likes',
'share' => 'Share',
'shared' => 'Shared',
'shares' => 'Shares',
'unshare' => 'Unshare',
'comment' => 'Comentar',
'commented' => 'Comentari',
'comments' => 'Comentaris',
'like' => 'M\'agrada',
'liked' => 'M\'ha agradat',
'likes' => '"M\'agrada"',
'share' => 'Comparteix',
'shared' => 'S\'han compartit',
'shares' => 'S\'han compartit',
'unshare' => 'Deixa de compartir',
'cancel' => 'Cancel',
'copyLink' => 'Copy Link',
'delete' => 'Delete',
'cancel' => 'Cancel·la',
'copyLink' => 'Copia l\'enllaç',
'delete' => 'Esborra',
'error' => 'Error',
'errorMsg' => 'Something went wrong. Please try again later.',
'oops' => 'Oops!',
'other' => 'Other',
'readMore' => 'Read more',
'success' => 'Success',
'errorMsg' => 'Alguna cosa ha anat malament. Siusplau, intenta-ho més tard.',
'oops' => 'Uix!',
'other' => 'Altres',
'readMore' => 'Llegiu-ne més',
'success' => 'Completat amb èxit',
'sensitive' => 'Sensitive',
'sensitiveContent' => 'Sensitive Content',
'sensitiveContentWarning' => 'This post may contain sensitive content',
'sensitive' => 'Sensible',
'sensitiveContent' => 'Contingut sensible',
'sensitiveContentWarning' => 'Aquest article pot contenir contingut sensible',
],
'site' => [
'terms' => 'Terms of Use',
'privacy' => 'Privacy Policy',
'terms' => 'Condicions d\'ús',
'privacy' => 'Política de Privacitat',
],
'navmenu' => [
'search' => 'Search',
'admin' => 'Admin Dashboard',
'search' => 'Cercar',
'admin' => 'Tauler d\'Administració',
// Timelines
'homeFeed' => 'Home Feed',
'localFeed' => 'Local Feed',
'globalFeed' => 'Global Feed',
'homeFeed' => 'Línia de temps principal',
'localFeed' => 'Línia de temps local',
'globalFeed' => 'Línia de temps global',
// Core features
'discover' => 'Discover',
'directMessages' => 'Direct Messages',
'notifications' => 'Notifications',
'groups' => 'Groups',
'stories' => 'Stories',
'discover' => 'Descobrir',
'directMessages' => 'Missatges directes',
'notifications' => 'Notificacions',
'groups' => 'Grups',
'stories' => 'Històries',
// Self links
'profile' => 'Profile',
'drive' => 'Drive',
'settings' => 'Settings',
'compose' => 'Create New',
'profile' => 'Perfil',
'drive' => 'Unitat',
'settings' => 'Paràmetres',
'compose' => 'Crea un nou',
// Nav footer
'about' => 'About',
'help' => 'Help',
'language' => 'Language',
'privacy' => 'Privacy',
'terms' => 'Terms',
'about' => 'Quant a',
'help' => 'Ajuda',
'language' => 'Idioma',
'privacy' => 'Privacitat',
'terms' => 'Termes',
// Temporary links
'backToPreviousDesign' => 'Go back to previous design'
'backToPreviousDesign' => 'Tornar al disseny anterior'
],
'directMessages' => [
'inbox' => 'Inbox',
'sent' => 'Sent',
'requests' => 'Requests'
'inbox' => 'Safata d\'entrada',
'sent' => 'Enviat',
'requests' => 'Sol·licitud'
],
'notifications' => [
'liked' => 'liked your',
'commented' => 'commented on your',
'reacted' => 'reacted to your',
'shared' => 'shared your',
'tagged' => 'tagged you in a',
'liked' => 'li agrada la teva',
'commented' => 'comentat el teu',
'reacted' => 'ha reaccionat al teu',
'shared' => 'ha compartit la teva',
'tagged' => 't\'ha etiquetat en una',
'updatedA' => 'updated a',
'sentA' => 'sent a',
'updatedA' => 'actualitzat a',
'sentA' => 'enviat a',
'followed' => 'followed',
'mentioned' => 'mentioned',
'you' => 'you',
'followed' => 'seguits',
'mentioned' => 'mencionat',
'you' => 'vostè',
'yourApplication' => 'Your application to join',
'applicationApproved' => 'was approved!',
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
'yourApplication' => 'La teva sol·licitud per unir-te',
'applicationApproved' => 'està aprovat!',
'applicationRejected' => 'ha estat rebutjat. Pots tornar a sol·licitar unir-te en 6 mesos.',
'dm' => 'dm',
'groupPost' => 'group post',
'dm' => 'md',
'groupPost' => 'publicacions al grup',
'modlog' => 'modlog',
'post' => 'post',
'story' => 'story',
'post' => 'publicació',
'story' => 'història',
],
'post' => [
'shareToFollowers' => 'Share to followers',
'shareToOther' => 'Share to other',
'noLikes' => 'No likes yet',
'uploading' => 'Uploading',
'shareToFollowers' => 'Comparteix amb els seguidors',
'shareToOther' => 'Compartits per altres',
'noLikes' => 'Cap m\'agrada encara',
'uploading' => 'Carregant',
],
'profile' => [
'posts' => 'Posts',
'followers' => 'Followers',
'following' => 'Following',
'admin' => 'Admin',
'collections' => 'Collections',
'follow' => 'Follow',
'unfollow' => 'Unfollow',
'editProfile' => 'Edit Profile',
'followRequested' => 'Follow Requested',
'joined' => 'Joined',
'posts' => 'Publicacions',
'followers' => 'Seguidors',
'following' => 'Seguint',
'admin' => 'Administrador',
'collections' => 'Col·leccions',
'follow' => 'Segueix',
'unfollow' => 'Deixeu de seguir',
'editProfile' => 'Edita el teu perfil',
'followRequested' => 'Sol·licitud de seguidor',
'joined' => 'S\'ha unit',
],
'menu' => [
'viewPost' => 'View Post',
'viewProfile' => 'View Profile',
'moderationTools' => 'Moderation Tools',
'report' => 'Report',
'archive' => 'Archive',
'unarchive' => 'Unarchive',
'embed' => 'Embed',
'viewPost' => 'Veure publicació',
'viewProfile' => 'Mostra el perfil',
'moderationTools' => 'Eines de moderació',
'report' => 'Informe',
'archive' => 'Arxiu',
'unarchive' => 'Desarxiva',
'embed' => 'Incrusta',
'selectOneOption' => 'Select one of the following options',
'unlistFromTimelines' => 'Unlist from Timelines',
'addCW' => 'Add Content Warning',
'removeCW' => 'Remove Content Warning',
'markAsSpammer' => 'Mark as Spammer',
'markAsSpammerText' => 'Unlist + CW existing and future posts',
'spam' => 'Spam',
'sensitive' => 'Sensitive Content',
'abusive' => 'Abusive or Harmful',
'underageAccount' => 'Underage Account',
'copyrightInfringement' => 'Copyright Infringement',
'impersonation' => 'Impersonation',
'scamOrFraud' => 'Scam or Fraud',
'confirmReport' => 'Confirm Report',
'confirmReportText' => 'Are you sure you want to report this post?',
'reportSent' => 'Report Sent!',
'reportSentText' => 'We have successfully received your report.',
'reportSentError' => 'There was an issue reporting this post.',
'selectOneOption' => 'Seleccioneu una de les opcions següents',
'unlistFromTimelines' => 'Desllista de les línies de temps',
'addCW' => 'Afegeix advertència de contingut',
'removeCW' => 'Esborra advertència de contingut',
'markAsSpammer' => 'Marca com a brossa',
'markAsSpammerText' => 'Desllista + CW publicacions existents i futures',
'spam' => 'Contingut brossa',
'sensitive' => 'Contingut sensible',
'abusive' => 'Abusiu o nociu',
'underageAccount' => 'Compte de menors d\'edat',
'copyrightInfringement' => 'Infracció de drets dautor',
'impersonation' => 'Suplantacions',
'scamOrFraud' => 'Estafa o Frau',
'confirmReport' => 'Confirma l\'informe',
'confirmReportText' => 'Esteu segur que voleu informar d\'aquesta publicació?',
'reportSent' => 'Informe enviat!',
'reportSentText' => 'Hem rebut correctament el vostre informe.',
'reportSentError' => 'Hi ha hagut un problema en informar d\'aquesta publicació.',
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
'modCWSuccess' => 'Successfully added content warning',
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
'modRemoveCWSuccess' => 'Successfully removed content warning',
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
'modUnlistSuccess' => 'Successfully unlisted post',
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer',
'modAddCWConfirm' => 'Confirmes que vols afegir un avís de contingut a aquesta publicació?',
'modCWSuccess' => 'Avís de contingut afegit correctament',
'modRemoveCWConfirm' => 'Confirmes que vols esborrar un avís de contingut d\'aquesta publicació?',
'modRemoveCWSuccess' => 'Avís de contingut esborrat correctament',
'modUnlistConfirm' => 'Esteu segur que voleu desllistar d\'aquesta publicació?',
'modUnlistSuccess' => 'Entrada desllistada amb èxit',
'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à un avís de contingut.',
'modMarkAsSpammerSuccess' => 'El compte s\'ha marcat correctament com a brossa',
'toFollowers' => 'to Followers',
'toFollowers' => 'els seguidors',
'showCaption' => 'Show Caption',
'showLikes' => 'Show Likes',
'compactMode' => 'Compact Mode',
'embedConfirmText' => 'By using this embed, you agree to our',
'showCaption' => 'Mostra el subtítol',
'showLikes' => 'Mostra els m\'agrada',
'compactMode' => 'Mode Compacte',
'embedConfirmText' => 'En utilitzar aquesta inserció, accepteu el nostre',
'deletePostConfirm' => 'Are you sure you want to delete this post?',
'archivePostConfirm' => 'Are you sure you want to archive this post?',
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
'deletePostConfirm' => 'Esteu segur que voleu suprimir aquesta publicació?',
'archivePostConfirm' => 'Segur que voleu arxivar aquesta publicació?',
'unarchivePostConfirm' => 'Segur que voleu desarxivar aquesta publicació?',
],
'story' => [
'add' => 'Add Story'
'add' => 'Afegir història'
],
'timeline' => [
'peopleYouMayKnow' => 'People you may know'
'peopleYouMayKnow' => 'Gent que potser coneixes'
]
];

View file

@ -3,81 +3,81 @@
return [
'common' => [
'comment' => 'Comment',
'commented' => 'Commented',
'comments' => 'Comments',
'like' => 'Like',
'comment' => 'Komentář',
'commented' => 'Okomentováno',
'comments' => 'Komentáře',
'like' => 'Líbí se mi',
'liked' => 'Liked',
'likes' => 'Likes',
'share' => 'Share',
'shared' => 'Shared',
'shares' => 'Shares',
'unshare' => 'Unshare',
'likes' => 'To se mi líbí',
'share' => 'Sdílet',
'shared' => 'Sdíleno',
'shares' => 'Sdílení',
'unshare' => 'Zrušit sdílení',
'cancel' => 'Cancel',
'copyLink' => 'Copy Link',
'delete' => 'Delete',
'error' => 'Error',
'errorMsg' => 'Something went wrong. Please try again later.',
'oops' => 'Oops!',
'cancel' => 'Zrušit',
'copyLink' => 'Kopírovat odkaz',
'delete' => 'Smazat',
'error' => 'Chyba',
'errorMsg' => 'Něco se pokazilo. Zkuste to prosím později.',
'oops' => 'Jejda!',
'other' => 'Other',
'readMore' => 'Read more',
'readMore' => 'Číst více',
'success' => 'Success',
'sensitive' => 'Sensitive',
'sensitiveContent' => 'Sensitive Content',
'sensitiveContentWarning' => 'This post may contain sensitive content',
'sensitiveContent' => 'Citlivý obsah',
'sensitiveContentWarning' => 'Tento příspěvek může obsahovat citlivý obsah',
],
'site' => [
'terms' => 'Terms of Use',
'privacy' => 'Privacy Policy',
'terms' => 'Podmínky použití',
'privacy' => 'Zásady ochrany osobních údajů',
],
'navmenu' => [
'search' => 'Search',
'admin' => 'Admin Dashboard',
'search' => 'Hledat',
'admin' => 'Administrátorský ovládací panel',
// Timelines
'homeFeed' => 'Home Feed',
'localFeed' => 'Local Feed',
'localFeed' => 'Místní časová osa',
'globalFeed' => 'Global Feed',
// Core features
'discover' => 'Discover',
'directMessages' => 'Direct Messages',
'notifications' => 'Notifications',
'groups' => 'Groups',
'stories' => 'Stories',
'discover' => 'Objevovat',
'directMessages' => 'Přímé zprávy',
'notifications' => 'Oznámení',
'groups' => 'Skupiny',
'stories' => 'Příběhy',
// Self links
'profile' => 'Profile',
'profile' => 'Profil',
'drive' => 'Drive',
'settings' => 'Settings',
'settings' => 'Nastavení',
'compose' => 'Create New',
// Nav footer
'about' => 'About',
'help' => 'Help',
'language' => 'Language',
'privacy' => 'Privacy',
'terms' => 'Terms',
'about' => 'O aplikaci',
'help' => 'Nápověda',
'language' => 'Jazyk',
'privacy' => 'Soukromí',
'terms' => 'Podmínky',
// Temporary links
'backToPreviousDesign' => 'Go back to previous design'
'backToPreviousDesign' => 'Vrátit se k předchozímu vzhledu'
],
'directMessages' => [
'inbox' => 'Inbox',
'sent' => 'Sent',
'requests' => 'Requests'
'inbox' => 'Přijaté zprávy',
'sent' => 'Odeslané',
'requests' => 'Požadavky'
],
'notifications' => [
'liked' => 'liked your',
'commented' => 'commented on your',
'reacted' => 'reacted to your',
'shared' => 'shared your',
'liked' => 'se líbí váš',
'commented' => 'komentoval/a váš',
'reacted' => 'reagoval/a na váš',
'shared' => 'sdílel/a váš',
'tagged' => 'tagged you in a',
'updatedA' => 'updated a',
@ -93,86 +93,86 @@ return [
'dm' => 'dm',
'groupPost' => 'group post',
'modlog' => 'modlog',
'post' => 'post',
'story' => 'story',
'modlog' => 'moderátorský záznam',
'post' => 'příspěvek',
'story' => 'příbeh',
],
'post' => [
'shareToFollowers' => 'Share to followers',
'shareToOther' => 'Share to other',
'shareToFollowers' => 'Sdílet se sledujícími',
'shareToOther' => 'Sdílet s ostatními',
'noLikes' => 'No likes yet',
'uploading' => 'Uploading',
'uploading' => 'Nahrávání',
],
'profile' => [
'posts' => 'Posts',
'followers' => 'Followers',
'following' => 'Following',
'admin' => 'Admin',
'collections' => 'Collections',
'follow' => 'Follow',
'unfollow' => 'Unfollow',
'editProfile' => 'Edit Profile',
'posts' => 'Příspěvky',
'followers' => 'Sledující',
'following' => 'Sledovaní',
'admin' => 'Administrátor',
'collections' => 'Sbírky',
'follow' => 'Sledovat',
'unfollow' => 'Přestat sledovat',
'editProfile' => 'Upravit profil',
'followRequested' => 'Follow Requested',
'joined' => 'Joined',
],
'menu' => [
'viewPost' => 'View Post',
'viewProfile' => 'View Profile',
'moderationTools' => 'Moderation Tools',
'viewPost' => 'Zobrazit příspěvek',
'viewProfile' => 'Zobrazit profil',
'moderationTools' => 'Nástroje pro moderátory',
'report' => 'Report',
'archive' => 'Archive',
'unarchive' => 'Unarchive',
'archive' => 'Archivovat',
'unarchive' => 'Vyjmout z archivu',
'embed' => 'Embed',
'selectOneOption' => 'Select one of the following options',
'unlistFromTimelines' => 'Unlist from Timelines',
'addCW' => 'Add Content Warning',
'removeCW' => 'Remove Content Warning',
'markAsSpammer' => 'Mark as Spammer',
'selectOneOption' => 'Vyberte jednu z následujících možností',
'unlistFromTimelines' => 'Odebrat z časové osy',
'addCW' => 'Přidat varování o obsahu',
'removeCW' => 'Odstranit varování o obsahu',
'markAsSpammer' => 'Označit za spammera',
'markAsSpammerText' => 'Unlist + CW existing and future posts',
'spam' => 'Spam',
'sensitive' => 'Sensitive Content',
'abusive' => 'Abusive or Harmful',
'sensitive' => 'Citlivý obsah',
'abusive' => 'Urážlivé nebo škodlivé',
'underageAccount' => 'Underage Account',
'copyrightInfringement' => 'Copyright Infringement',
'impersonation' => 'Impersonation',
'scamOrFraud' => 'Scam or Fraud',
'confirmReport' => 'Confirm Report',
'confirmReportText' => 'Are you sure you want to report this post?',
'reportSent' => 'Report Sent!',
'reportSentText' => 'We have successfully received your report.',
'reportSentError' => 'There was an issue reporting this post.',
'confirmReport' => 'Potvrdit hlášení',
'confirmReportText' => 'Jste si jisti, že chcete nahlásit tento příspěvek?',
'reportSent' => 'Hlášení odesláno!',
'reportSentText' => 'Úspěšně jsme obdrželi vaše hlášení.',
'reportSentError' => 'Při nahlášení tohoto příspěvku došlo k chybě.',
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
'modCWSuccess' => 'Successfully added content warning',
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
'modRemoveCWSuccess' => 'Successfully removed content warning',
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
'modUnlistSuccess' => 'Successfully unlisted post',
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer',
'modAddCWConfirm' => 'Jste si jisti, že chcete k tomuto příspěvku přidat varování o obsahu?',
'modCWSuccess' => 'Varování o obsahu bylo úspěšně přidáno',
'modRemoveCWConfirm' => 'Jste si jisti, že chcete odebrat upozornění na obsah tohoto příspěvku?',
'modRemoveCWSuccess' => 'Varování o obsahu bylo úspěšně odebráno',
'modUnlistConfirm' => 'Opravdu chcete odebrat tento příspěvek?',
'modUnlistSuccess' => 'Příspěvek byl odebrán z časové osy',
'modMarkAsSpammerConfirm' => 'Jste si jisti, že chcete tohoto uživatele označit jako spammer? Všechny existující a budoucí příspěvky budou vyřazeny z časových os a bude na ně aplikováno varování o obsahu.',
'modMarkAsSpammerSuccess' => 'Účet byl označen jako spammer',
'toFollowers' => 'to Followers',
'showCaption' => 'Show Caption',
'showLikes' => 'Show Likes',
'compactMode' => 'Compact Mode',
'showLikes' => 'Zobrazit To se mi líbí',
'compactMode' => 'Kompaktní režim',
'embedConfirmText' => 'By using this embed, you agree to our',
'deletePostConfirm' => 'Are you sure you want to delete this post?',
'archivePostConfirm' => 'Are you sure you want to archive this post?',
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
'deletePostConfirm' => 'Opravdu chcete smazat tento příspěvek?',
'archivePostConfirm' => 'Opravdu chcete archivovat tento příspěvek?',
'unarchivePostConfirm' => 'Opravdu chcete zrušit archivaci tohoto příspěvku?',
],
'story' => [
'add' => 'Add Story'
'add' => 'Přidat příběh'
],
'timeline' => [
'peopleYouMayKnow' => 'People you may know'
'peopleYouMayKnow' => 'Lidé, které možná znáte'
]
];

View file

@ -3,73 +3,80 @@
return [
'common' => [
'comment' => 'Comment',
'commented' => 'Commented',
'comments' => 'Comments',
'like' => 'Like',
'liked' => 'Liked',
'likes' => 'Likes',
'share' => 'Share',
'shared' => 'Shared',
'shares' => 'Shares',
'unshare' => 'Unshare',
'comment' => 'Gwneud Sylw',
'commented' => 'Sylwadau ar',
'comments' => 'Sylwadau',
'like' => 'Hoffi',
'liked' => 'Hoffi',
'likes' => 'Hoffi',
'share' => 'Rhannu',
'shared' => 'Rhannu',
'shares' => 'Rhannu',
'unshare' => 'Dad-rannu',
'cancel' => 'Cancel',
'copyLink' => 'Copy Link',
'delete' => 'Delete',
'error' => 'Error',
'errorMsg' => 'Something went wrong. Please try again later.',
'oops' => 'Oops!',
'other' => 'Other',
'readMore' => 'Read more',
'success' => 'Success',
'cancel' => 'Canslo',
'copyLink' => 'Copïo\'r ddolen',
'delete' => 'Dileu',
'error' => 'Gwall',
'errorMsg' => 'Aeth rhywbeth o\'i le. Rhowch gynnig arall arni yn nes ymlaen.',
'oops' => 'Wps!',
'other' => 'Arall',
'readMore' => 'Darllen mwy',
'success' => 'Llwyddiant',
'sensitive' => 'Sensitive',
'sensitiveContent' => 'Sensitive Content',
'sensitiveContentWarning' => 'This post may contain sensitive content',
'sensitive' => 'Sensitif',
'sensitiveContent' => 'Cynnwys sensitif',
'sensitiveContentWarning' => 'Gall y post hon gynnwys cynnwys sensitif',
],
'site' => [
'terms' => 'Terms of Use',
'privacy' => 'Privacy Policy',
'terms' => 'Telerau defnyddio',
'privacy' => 'Polisi preifatrwydd',
],
'navmenu' => [
'search' => 'Search',
'admin' => 'Admin Dashboard',
'search' => 'Chwilio',
'admin' => 'Dangosfwrdd gweinyddol',
// Timelines
'homeFeed' => 'Home Feed',
'localFeed' => 'Local Feed',
'globalFeed' => 'Global Feed',
'homeFeed' => 'Ffrwd gatref',
'localFeed' => 'Ffrwd lleol',
'globalFeed' => 'Ffrwd byd-eang',
// Core features
'discover' => 'Discover',
'directMessages' => 'Direct Messages',
'notifications' => 'Notifications',
'groups' => 'Groups',
'stories' => 'Stories',
'discover' => 'Darganfod',
'directMessages' => 'Negeseuon preifat',
'notifications' => 'Hysbysiadau',
'groups' => 'Grwpiau',
'stories' => 'Straeon',
// Self links
'profile' => 'Profile',
'drive' => 'Drive',
'settings' => 'Settings',
'compose' => 'Create New',
'profile' => 'Proffil',
'drive' => 'Gyriant storio',
'settings' => 'Gosodiadau',
'compose' => 'Creu newydd',
// Nav footer
'about' => 'Amdano',
'help' => 'Cymorth',
'language' => 'Iaith',
'privacy' => 'Preifatrwydd',
'terms' => 'Telerau',
// Temporary links
'backToPreviousDesign' => 'Go back to previous design'
'backToPreviousDesign' => 'Ewch yn ôl at ddyluniad blaenorol'
],
'directMessages' => [
'inbox' => 'Inbox',
'sent' => 'Sent',
'requests' => 'Requests'
'inbox' => 'Mewnflwch',
'sent' => 'Anfonwyd',
'requests' => 'Ceisiadau'
],
'notifications' => [
'liked' => 'liked your',
'commented' => 'commented on your',
'reacted' => 'reacted to your',
'liked' => 'wedi hoffi eich',
'commented' => 'gwnaeth sylwadau ar eich',
'reacted' => 'adweithio i\'ch',
'shared' => 'shared your',
'tagged' => 'tagged you in a',
@ -134,7 +141,7 @@ return [
'impersonation' => 'Impersonation',
'scamOrFraud' => 'Scam or Fraud',
'confirmReport' => 'Confirm Report',
'confirmReportText' => 'Are you sure you want to report this post?',
'confirmReportText' => 'Ydych chi\'n siŵr eich bod chi am adroddi\'r post hon?',
'reportSent' => 'Report Sent!',
'reportSentText' => 'We have successfully received your report.',
'reportSentError' => 'There was an issue reporting this post.',

View file

@ -6,13 +6,13 @@ return [
'comment' => 'Kommentar',
'commented' => 'Kommentiert',
'comments' => 'Kommentare',
'like' => 'Gefällt',
'liked' => 'Liked',
'like' => 'Gefällt mir',
'liked' => 'Gefällt',
'likes' => 'Gefällt',
'share' => 'Teilen',
'shared' => 'Geteilt',
'shares' => 'Geteilt',
'unshare' => 'Teilen rückgängig',
'unshare' => 'Teilen rückgängig machen',
'cancel' => 'Abbrechen',
'copyLink' => 'Link kopieren',
@ -21,7 +21,7 @@ return [
'errorMsg' => 'Etwas ist schief gelaufen. Bitter versuch es später nochmal.',
'oops' => 'Hoppla!',
'other' => 'Anderes',
'readMore' => 'Mehr lesen',
'readMore' => 'Weiterlesen',
'success' => 'Erfolgreich',
'sensitive' => 'Sensibel',
@ -48,7 +48,7 @@ return [
'directMessages' => 'Direktnachrichten',
'notifications' => 'Benachrichtigungen',
'groups' => 'Gruppen',
'stories' => 'Storys',
'stories' => 'Stories',
// Self links
'profile' => 'Profil',
@ -83,7 +83,7 @@ return [
'updatedA' => 'aktualisierte ein',
'sentA' => 'sendete ein',
'followed' => 'followed',
'followed' => 'gefolgt',
'mentioned' => 'erwähnt',
'you' => 'du',
@ -92,16 +92,16 @@ return [
'applicationRejected' => 'wurde abgelehnt. Du kannst dich in 6 Monaten erneut für den Beitritt bewerben.',
'dm' => 'PN',
'groupPost' => 'group post',
'groupPost' => 'Gruppen-Post',
'modlog' => 'modlog',
'post' => 'Beitrag',
'story' => 'story',
'story' => 'Story',
],
'post' => [
'shareToFollowers' => 'Share to followers',
'shareToFollowers' => 'Mit Folgenden teilen',
'shareToOther' => 'Mit anderen teilen',
'noLikes' => 'Noch keine Gefällt mir',
'noLikes' => 'Gefällt bisher noch niemandem',
'uploading' => 'Lädt hoch',
],
@ -123,23 +123,23 @@ return [
'viewProfile' => 'Profil anzeigen',
'moderationTools' => 'Moderationswerkzeuge',
'report' => 'Melden',
'archive' => 'Archiv',
'unarchive' => 'Unarchive',
'archive' => 'Archivieren',
'unarchive' => 'Entarchivieren',
'embed' => 'Einbetten',
'selectOneOption' => 'Wähle eine der folgenden Möglichkeiten',
'selectOneOption' => 'Wähle eine der folgenden Optionen',
'unlistFromTimelines' => 'Nicht in Timelines listen',
'addCW' => 'Inhaltswarnung hinzufügen',
'removeCW' => 'Inhaltswarnung entfernen',
'markAsSpammer' => 'Als Spammer markieren',
'markAsSpammerText' => 'Unlist + CW existing and future posts',
'markAsSpammerText' => 'Aus der Zeitleiste entfernen und bisherige und zukünftige Beiträge mit einer Inhaltswarnung versehen',
'spam' => 'Spam',
'sensitive' => 'Sensitiver Inhalt',
'abusive' => 'Abusive or Harmful',
'sensitive' => 'Sensibler Inhalt',
'abusive' => 'missbräuchlich oder schädigend',
'underageAccount' => 'Minderjährigen-Konto',
'copyrightInfringement' => 'Urheberrechtsverletzung',
'impersonation' => 'Nachahmen',
'scamOrFraud' => 'Scam or Fraud',
'impersonation' => 'Identitätsdiebstahl',
'scamOrFraud' => 'Betrug oder Missbrauch',
'confirmReport' => 'Meldung bestätigen',
'confirmReportText' => 'Bist du sicher, dass du diesen Beitrag melden möchtest?',
'reportSent' => 'Meldung gesendet!',
@ -152,10 +152,10 @@ return [
'modRemoveCWSuccess' => 'Inhaltswarnung erfolgreich entfernt',
'modUnlistConfirm' => 'Bist du sicher, dass du diesen Beitrag nicht listen möchtest?',
'modUnlistSuccess' => 'Beitrag erfolgreich nicht gelistet',
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
'modMarkAsSpammerConfirm' => 'Bist du sicher, dass du diesen Benutzer als Spam markieren möchtest? Alle existierenden und zukünftigen Beiträge werden nicht mehr in der Zeitleiste angezeigt und mit einer Inhaltswarnung versehen.',
'modMarkAsSpammerSuccess' => 'Konto erfolgreich als Spammer markiert',
'toFollowers' => 'to Followers',
'toFollowers' => 'an die Folgenden',
'showCaption' => 'Bildunterschrift anzeigen',
'showLikes' => '"Gefällt mir" anzeigen',
@ -164,7 +164,7 @@ return [
'deletePostConfirm' => 'Bist du sicher, dass du diesen Beitrag löschen möchtest?',
'archivePostConfirm' => 'Bist du sicher, dass du diesen Beitrag archivieren möchtest?',
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
'unarchivePostConfirm' => 'Möchten Sie dieses Element wirklich aus dem Archiv zurückholen?',
],
'story' => [

View file

@ -11,8 +11,8 @@ return [
'likes' => 'Αρέσει',
'share' => 'Κοινοποίηση',
'shared' => 'Κοινοποιήθηκε',
'shares' => 'Shares',
'unshare' => 'Unshare',
'shares' => 'Κοινοποιήσεις',
'unshare' => 'Αναίρεση κοινοποίησης',
'cancel' => 'Ακύρωση',
'copyLink' => 'Αντιγραφή Συνδέσμου',
@ -52,7 +52,7 @@ return [
// Self links
'profile' => 'Προφίλ',
'drive' => 'Drive',
'drive' => 'Χώρος αποθήκευσης',
'settings' => 'Ρυθμίσεις',
'compose' => 'Δημιουργία νέου',

View file

@ -3,176 +3,176 @@
return [
'common' => [
'comment' => 'Comment',
'commented' => 'Commented',
'comments' => 'Comments',
'like' => 'Like',
'liked' => 'Liked',
'likes' => 'Likes',
'share' => 'Share',
'shared' => 'Shared',
'shares' => 'Shares',
'unshare' => 'Unshare',
'comment' => 'Comentario',
'commented' => 'Comentado',
'comments' => 'Comentarios',
'like' => 'Me gusta',
'liked' => 'Te gusta',
'likes' => 'Me gustas',
'share' => 'Compartir',
'shared' => 'Compartido',
'shares' => 'Compartidos',
'unshare' => 'No compartir',
'cancel' => 'Cancel',
'copyLink' => 'Copy Link',
'delete' => 'Delete',
'cancel' => 'Cancelar',
'copyLink' => 'Copiar Enlace',
'delete' => 'Eliminar',
'error' => 'Error',
'errorMsg' => 'Something went wrong. Please try again later.',
'oops' => 'Oops!',
'other' => 'Other',
'readMore' => 'Read more',
'success' => 'Success',
'errorMsg' => 'Algo fue mal. Por favor inténtelo de nuevo más tarde.',
'oops' => 'Upss!',
'other' => 'Otros',
'readMore' => 'Ver más',
'success' => 'Correcto',
'sensitive' => 'Sensitive',
'sensitiveContent' => 'Sensitive Content',
'sensitiveContentWarning' => 'This post may contain sensitive content',
'sensitive' => 'Sensible',
'sensitiveContent' => 'Contenido Sensible',
'sensitiveContentWarning' => 'Este post podría tener contenido sensible',
],
'site' => [
'terms' => 'Terms of Use',
'privacy' => 'Privacy Policy',
'terms' => 'Términos de Uso',
'privacy' => 'Política de Privacidad',
],
'navmenu' => [
'search' => 'Search',
'admin' => 'Admin Dashboard',
'search' => 'Buscar',
'admin' => 'Panel de Administrador',
// Timelines
'homeFeed' => 'Home Feed',
'localFeed' => 'Local Feed',
'globalFeed' => 'Global Feed',
'homeFeed' => 'Feed Principal',
'localFeed' => 'Feed Local',
'globalFeed' => 'Feed Global',
// Core features
'discover' => 'Discover',
'directMessages' => 'Direct Messages',
'notifications' => 'Notifications',
'groups' => 'Groups',
'stories' => 'Stories',
'discover' => 'Descubre',
'directMessages' => 'Mensajes Directos',
'notifications' => 'Notificaciones',
'groups' => 'Grupos',
'stories' => 'Historias',
// Self links
'profile' => 'Profile',
'drive' => 'Drive',
'settings' => 'Settings',
'compose' => 'Create New',
'profile' => 'Perfil',
'drive' => 'Multimedia',
'settings' => 'Ajustes',
'compose' => 'Crear Nuevo',
// Nav footer
'about' => 'About',
'help' => 'Help',
'language' => 'Language',
'privacy' => 'Privacy',
'terms' => 'Terms',
'about' => 'Acerca de',
'help' => 'Ayuda',
'language' => 'Idioma',
'privacy' => 'Privacidad',
'terms' => 'Términos',
// Temporary links
'backToPreviousDesign' => 'Go back to previous design'
'backToPreviousDesign' => 'Volver al diseño anterior'
],
'directMessages' => [
'inbox' => 'Inbox',
'sent' => 'Sent',
'requests' => 'Requests'
'inbox' => 'Entrada',
'sent' => 'Enviado',
'requests' => 'Solicitudes'
],
'notifications' => [
'liked' => 'liked your',
'commented' => 'commented on your',
'reacted' => 'reacted to your',
'shared' => 'shared your',
'tagged' => 'tagged you in a',
'liked' => 'le gustó tu',
'commented' => 'comentó en tu',
'reacted' => 'reaccionó a tu',
'shared' => 'ha compartido tu',
'tagged' => 'te ha etiquetado en',
'updatedA' => 'updated a',
'sentA' => 'sent a',
'updatedA' => 'actualizó una',
'sentA' => 'envió un',
'followed' => 'followed',
'mentioned' => 'mentioned',
'you' => 'you',
'followed' => 'te siguió',
'mentioned' => 'te mencionó',
'you' => '',
'yourApplication' => 'Your application to join',
'applicationApproved' => 'was approved!',
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
'yourApplication' => 'Tu solicitud para unirse',
'applicationApproved' => 'ha sido aprobada!',
'applicationRejected' => 'ha sido rechazada. Puedes volver a solicitar unirte en 6 meses.',
'dm' => 'dm',
'groupPost' => 'group post',
'dm' => 'md',
'groupPost' => 'publicación de grupo',
'modlog' => 'modlog',
'post' => 'post',
'story' => 'story',
'post' => 'publicación',
'story' => 'historia',
],
'post' => [
'shareToFollowers' => 'Share to followers',
'shareToOther' => 'Share to other',
'noLikes' => 'No likes yet',
'uploading' => 'Uploading',
'shareToFollowers' => 'Compartir a seguidores',
'shareToOther' => 'Compartir a otros',
'noLikes' => 'No hay me gustas',
'uploading' => 'Subiendo',
],
'profile' => [
'posts' => 'Posts',
'followers' => 'Followers',
'following' => 'Following',
'admin' => 'Admin',
'collections' => 'Collections',
'follow' => 'Follow',
'unfollow' => 'Unfollow',
'editProfile' => 'Edit Profile',
'followRequested' => 'Follow Requested',
'joined' => 'Joined',
'posts' => 'Publicaciones',
'followers' => 'Seguidores',
'following' => 'Siguiendo',
'admin' => 'Administrador',
'collections' => 'Colecciones',
'follow' => 'Seguir',
'unfollow' => 'Dejar de seguir',
'editProfile' => 'Editar Perfil',
'followRequested' => 'Seguimiento Solicitado',
'joined' => 'Se unió',
],
'menu' => [
'viewPost' => 'View Post',
'viewProfile' => 'View Profile',
'moderationTools' => 'Moderation Tools',
'report' => 'Report',
'archive' => 'Archive',
'unarchive' => 'Unarchive',
'embed' => 'Embed',
'viewPost' => 'Ver Publicación',
'viewProfile' => 'Ver Perfil',
'moderationTools' => 'Herramientas de Moderación',
'report' => 'Reportar',
'archive' => 'Archivar',
'unarchive' => 'No Archivar',
'embed' => 'Incrustar',
'selectOneOption' => 'Select one of the following options',
'unlistFromTimelines' => 'Unlist from Timelines',
'addCW' => 'Add Content Warning',
'removeCW' => 'Remove Content Warning',
'markAsSpammer' => 'Mark as Spammer',
'markAsSpammerText' => 'Unlist + CW existing and future posts',
'selectOneOption' => 'Escoge una de las siguientes opciones',
'unlistFromTimelines' => 'No listar en Líneas Temporales',
'addCW' => 'Añadir Spoiler',
'removeCW' => 'Quitar Spoiler',
'markAsSpammer' => 'Marcar como Spammer',
'markAsSpammerText' => 'No listar + Spoiler publicaciones actuales y futuras',
'spam' => 'Spam',
'sensitive' => 'Sensitive Content',
'abusive' => 'Abusive or Harmful',
'underageAccount' => 'Underage Account',
'copyrightInfringement' => 'Copyright Infringement',
'impersonation' => 'Impersonation',
'scamOrFraud' => 'Scam or Fraud',
'confirmReport' => 'Confirm Report',
'confirmReportText' => 'Are you sure you want to report this post?',
'reportSent' => 'Report Sent!',
'reportSentText' => 'We have successfully received your report.',
'reportSentError' => 'There was an issue reporting this post.',
'sensitive' => 'Contenido Sensible',
'abusive' => 'Abusivo o Dañino',
'underageAccount' => 'Cuenta de Menor de Edad',
'copyrightInfringement' => 'Violación de Copyright',
'impersonation' => 'Suplantación',
'scamOrFraud' => 'Scam o Fraude',
'confirmReport' => 'Confirmar Reporte',
'confirmReportText' => '¿Seguro que quieres reportar esta publicación?',
'reportSent' => '¡Reporte enviado!',
'reportSentText' => 'Hemos recibido tu reporte de forma satisfactoria.',
'reportSentError' => 'Hubo un problema reportando esta publicación.',
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
'modCWSuccess' => 'Successfully added content warning',
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
'modRemoveCWSuccess' => 'Successfully removed content warning',
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
'modUnlistSuccess' => 'Successfully unlisted post',
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer',
'modAddCWConfirm' => '¿Seguro que desea añadir un spoiler a esta publicación?',
'modCWSuccess' => 'Spoiler añadido correctamente',
'modRemoveCWConfirm' => '¿Seguro que desea eliminar el spoiler de esta publicación?',
'modRemoveCWSuccess' => 'Spoiler eliminado correctamente',
'modUnlistConfirm' => '¿Seguro que desea no listar esta publicación?',
'modUnlistSuccess' => 'Publicación no listada correctamente',
'modMarkAsSpammerConfirm' => '¿Seguro que quiere marcar este usuario como spammer? Todas las publicaciones existentes y futuras no serán listadas en las líneas temporales y se les agregará un Spoiler o alerta de contenido.',
'modMarkAsSpammerSuccess' => 'Cuenta marcada como spam correctamente',
'toFollowers' => 'to Followers',
'toFollowers' => 'a Seguidores',
'showCaption' => 'Show Caption',
'showLikes' => 'Show Likes',
'compactMode' => 'Compact Mode',
'embedConfirmText' => 'By using this embed, you agree to our',
'showCaption' => 'Mostrar subtítulos',
'showLikes' => 'Mostrar me gustas',
'compactMode' => 'Modo Compacto',
'embedConfirmText' => 'Usando este incrustado, usted acepta',
'deletePostConfirm' => 'Are you sure you want to delete this post?',
'archivePostConfirm' => 'Are you sure you want to archive this post?',
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
'deletePostConfirm' => '¿Seguro que desea eliminar esta publicación?',
'archivePostConfirm' => '¿Seguro que desea archivar esta publicación?',
'unarchivePostConfirm' => '¿Seguro que desea desarchivar esta publicación?',
],
'story' => [
'add' => 'Add Story'
'add' => 'Añadir Historia'
],
'timeline' => [
'peopleYouMayKnow' => 'People you may know'
'peopleYouMayKnow' => 'Gente que podrías conocer'
]
];

View file

@ -3,169 +3,176 @@
return [
'common' => [
'comment' => 'Comment',
'commented' => 'Commented',
'comments' => 'Comments',
'like' => 'Like',
'liked' => 'Liked',
'likes' => 'Likes',
'share' => 'Share',
'shared' => 'Shared',
'shares' => 'Shares',
'unshare' => 'Unshare',
'comment' => 'Iruzkindu',
'commented' => 'Iruzkindu',
'comments' => 'Iruzkinak',
'like' => 'Datsegit',
'liked' => 'Datsegit',
'likes' => 'Atsegite',
'share' => 'Partekatu',
'shared' => 'Partekatua',
'shares' => 'Partekatze',
'unshare' => 'Utzi partekatzeari',
'cancel' => 'Cancel',
'copyLink' => 'Copy Link',
'delete' => 'Delete',
'error' => 'Error',
'errorMsg' => 'Something went wrong. Please try again later.',
'oops' => 'Oops!',
'other' => 'Other',
'readMore' => 'Read more',
'success' => 'Success',
'cancel' => 'Utzi',
'copyLink' => 'Kopiatu esteka',
'delete' => 'Ezabatu',
'error' => 'Errorea',
'errorMsg' => 'Zerbait oker joan da. Saiatu berriro beranduago.',
'oops' => 'Arranopola!',
'other' => 'Bestelakoa',
'readMore' => 'Gehiago irakurri',
'success' => 'Burutu da',
'sensitive' => 'Sensitive',
'sensitiveContent' => 'Sensitive Content',
'sensitiveContentWarning' => 'This post may contain sensitive content',
'sensitive' => 'Sentibera',
'sensitiveContent' => 'Kontuz edukiarekin',
'sensitiveContentWarning' => 'Argitalpen honen edukia mingarria izan daiteke',
],
'site' => [
'terms' => 'Terms of Use',
'privacy' => 'Privacy Policy',
'terms' => 'Erabilera-baldintzak',
'privacy' => 'Pribatutasun-gidalerroak',
],
'navmenu' => [
'search' => 'Search',
'admin' => 'Admin Dashboard',
'search' => 'Bilatu',
'admin' => 'Adminaren panela',
// Timelines
'homeFeed' => 'Home Feed',
'localFeed' => 'Local Feed',
'globalFeed' => 'Global Feed',
'homeFeed' => 'Hasierako jarioa',
'localFeed' => 'Tokiko jarioa',
'globalFeed' => 'Iturri globala',
// Core features
'discover' => 'Discover',
'directMessages' => 'Direct Messages',
'notifications' => 'Notifications',
'groups' => 'Groups',
'stories' => 'Stories',
'discover' => 'Aurkitu',
'directMessages' => 'Mezu zuzenak',
'notifications' => 'Jakinarazpenak',
'groups' => 'Taldeak',
'stories' => 'Istorioak',
// Self links
'profile' => 'Profile',
'drive' => 'Drive',
'settings' => 'Settings',
'compose' => 'Create New',
'profile' => 'Profila',
'drive' => 'Gida',
'settings' => 'Ezarpenak',
'compose' => 'Argitaratu',
// Nav footer
'about' => 'Honi buruz',
'help' => 'Laguntza',
'language' => 'Hizkuntza',
'privacy' => 'Pribatutasuna',
'terms' => 'Baldintzak',
// Temporary links
'backToPreviousDesign' => 'Go back to previous design'
'backToPreviousDesign' => 'Itzuli aurreko itxurara'
],
'directMessages' => [
'inbox' => 'Inbox',
'sent' => 'Sent',
'requests' => 'Requests'
'inbox' => 'Sarrera ontzia',
'sent' => 'Bidalita',
'requests' => 'Eskaerak'
],
'notifications' => [
'liked' => 'liked your',
'commented' => 'commented on your',
'reacted' => 'reacted to your',
'shared' => 'shared your',
'tagged' => 'tagged you in a',
'liked' => 'datsegi zure',
'commented' => 'iruzkindu du zure',
'reacted' => '-(e)k erantzun egin du zure',
'shared' => 'partekatu du zure',
'tagged' => 'etiketatu zaitu hemen:',
'updatedA' => 'updated a',
'sentA' => 'sent a',
'updatedA' => '-(e)k eguneratu egin du',
'sentA' => '-(e)k bidali egin du',
'followed' => 'followed',
'mentioned' => 'mentioned',
'you' => 'you',
'followed' => 'honi jarraitzen hasi da:',
'mentioned' => '-(e)k aipatu zaitu',
'you' => 'zu',
'yourApplication' => 'Your application to join',
'applicationApproved' => 'was approved!',
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
'yourApplication' => 'Elkartzeko zure eskaera',
'applicationApproved' => 'onartu da!',
'applicationRejected' => 'ez da onartu. Berriz eska dezakezu 6 hilabete barru.',
'dm' => 'dm',
'groupPost' => 'group post',
'modlog' => 'modlog',
'post' => 'post',
'story' => 'story',
'dm' => 'mezu pribatua',
'groupPost' => 'talde argitarapena',
'modlog' => 'modloga',
'post' => 'bidalketa',
'story' => 'istorioa',
],
'post' => [
'shareToFollowers' => 'Share to followers',
'shareToOther' => 'Share to other',
'noLikes' => 'No likes yet',
'uploading' => 'Uploading',
'shareToFollowers' => 'Partekatu jarraitzaileekin',
'shareToOther' => 'Partekatu besteekin',
'noLikes' => 'Atsegiterik ez oraindik',
'uploading' => 'Igotzen',
],
'profile' => [
'posts' => 'Posts',
'followers' => 'Followers',
'following' => 'Following',
'posts' => 'Bidalketak',
'followers' => 'Jarraitzaileak',
'following' => 'Jarraitzen',
'admin' => 'Admin',
'collections' => 'Collections',
'follow' => 'Follow',
'unfollow' => 'Unfollow',
'editProfile' => 'Edit Profile',
'followRequested' => 'Follow Requested',
'joined' => 'Joined',
'collections' => 'Bildumak',
'follow' => 'Jarraitu',
'unfollow' => 'Utzi jarraitzeari',
'editProfile' => 'Editatu profila',
'followRequested' => 'Eskaera bidalita',
'joined' => 'Elkartu da',
],
'menu' => [
'viewPost' => 'View Post',
'viewProfile' => 'View Profile',
'moderationTools' => 'Moderation Tools',
'report' => 'Report',
'archive' => 'Archive',
'unarchive' => 'Unarchive',
'embed' => 'Embed',
'viewPost' => 'Ikusi bidalketa',
'viewProfile' => 'Ikusi profila',
'moderationTools' => 'Moderazio tresnak',
'report' => 'Salatu',
'archive' => 'Artxibatu',
'unarchive' => 'Desartxibatu',
'embed' => 'Kapsulatu',
'selectOneOption' => 'Select one of the following options',
'selectOneOption' => 'Hautatu aukera hauetako bat',
'unlistFromTimelines' => 'Unlist from Timelines',
'addCW' => 'Add Content Warning',
'removeCW' => 'Remove Content Warning',
'markAsSpammer' => 'Mark as Spammer',
'addCW' => 'Edukia kontuz ibiltzekoa dela aipatu',
'removeCW' => 'Edukia kontuz ibiltzekoa denaren aipamena kendu',
'markAsSpammer' => 'Markatu zabor-bidaltzaile gisa',
'markAsSpammerText' => 'Unlist + CW existing and future posts',
'spam' => 'Spam',
'sensitive' => 'Sensitive Content',
'abusive' => 'Abusive or Harmful',
'underageAccount' => 'Underage Account',
'copyrightInfringement' => 'Copyright Infringement',
'impersonation' => 'Impersonation',
'scamOrFraud' => 'Scam or Fraud',
'confirmReport' => 'Confirm Report',
'confirmReportText' => 'Are you sure you want to report this post?',
'reportSent' => 'Report Sent!',
'reportSentText' => 'We have successfully received your report.',
'reportSentError' => 'There was an issue reporting this post.',
'spam' => 'Zaborra',
'sensitive' => 'Eduki hunkigarria',
'abusive' => 'Bortxazko edo Mingarria',
'underageAccount' => 'Adin txikiko baten kontua',
'copyrightInfringement' => 'Copyrightaren urraketa',
'impersonation' => 'Nortasunaren iruzurra',
'scamOrFraud' => 'Iruzur edo lapurreta',
'confirmReport' => 'Salaketa berretsi',
'confirmReportText' => 'Ziur bidalketa hau salatu nahi duzula?',
'reportSent' => 'Salaketa bidali da',
'reportSentText' => 'Zure salaketa jaso dugu.',
'reportSentError' => 'Arazo bat egon da bidalketa hau salatzerakoan.',
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
'modAddCWConfirm' => 'Ziur al zaude edukiaren abisua jarri nahi duzula argitalpen honetarako?',
'modCWSuccess' => 'Successfully added content warning',
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
'modRemoveCWSuccess' => 'Successfully removed content warning',
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
'modUnlistSuccess' => 'Successfully unlisted post',
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer',
'modMarkAsSpammerSuccess' => 'Kontua zabor-bidaltzaile gisa markatu da',
'toFollowers' => 'to Followers',
'toFollowers' => 'jarraitzaileei',
'showCaption' => 'Show Caption',
'showLikes' => 'Show Likes',
'compactMode' => 'Compact Mode',
'showCaption' => 'Irudiaren azalpena erakutsi',
'showLikes' => 'Erakutsi atsegiteak',
'compactMode' => 'Modu trinkoa',
'embedConfirmText' => 'By using this embed, you agree to our',
'deletePostConfirm' => 'Are you sure you want to delete this post?',
'archivePostConfirm' => 'Are you sure you want to archive this post?',
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
'deletePostConfirm' => 'Ziur bidalketa hau ezabatu nahi duzula?',
'archivePostConfirm' => 'Ziur bidalketa hau artxibatu nahi duzula?',
'unarchivePostConfirm' => 'Ziur bidalketa hau desartxibatu nahi duzula?',
],
'story' => [
'add' => 'Add Story'
'add' => 'Gehitu Istorioa'
],
'timeline' => [
'peopleYouMayKnow' => 'People you may know'
'peopleYouMayKnow' => 'Agian ezagutzen duzun jendea'
]
];

View file

@ -56,6 +56,13 @@ return [
'settings' => 'Settings',
'compose' => 'Create New',
// Nav footer
'about' => 'About',
'help' => 'Help',
'language' => 'Language',
'privacy' => 'Privacy',
'terms' => 'Terms',
// Temporary links
'backToPreviousDesign' => 'Go back to previous design'
],

View file

@ -7,7 +7,7 @@ return [
'commented' => 'Commenté',
'comments' => 'Commentaires',
'like' => 'J\'aime',
'liked' => 'Aimé·e',
'liked' => 'Aimé',
'likes' => 'J\'aime',
'share' => 'Partager',
'shared' => 'Partagé',
@ -19,14 +19,14 @@ return [
'delete' => 'Supprimer',
'error' => 'Erreur',
'errorMsg' => 'Une erreur est survenue. Veuillez réessayer plus tard.',
'oops' => 'Oups !',
'oops' => 'Zut !',
'other' => 'Autre',
'readMore' => 'Lire plus',
'success' => 'Succès',
'readMore' => 'En savoir plus',
'success' => 'Opération réussie',
'sensitive' => 'Sensible',
'sensitiveContent' => 'Contenu sensible',
'sensitiveContentWarning' => 'Ce message peut contenir du contenu sensible',
'sensitiveContentWarning' => 'Le contenu de ce message peut être sensible',
],
'site' => [
@ -35,13 +35,13 @@ return [
],
'navmenu' => [
'search' => 'Rechercher',
'admin' => 'Tableau de bord administrateur',
'search' => 'Chercher',
'admin' => 'Tableau de bord d\'administration',
// Timelines
'homeFeed' => 'Flux principal',
'localFeed' => 'Flux local',
'globalFeed' => 'Flux global',
'homeFeed' => 'Fil principal',
'localFeed' => 'Fil local',
'globalFeed' => 'Fil global',
// Core features
'discover' => 'Découvrir',
@ -52,16 +52,16 @@ return [
// Self links
'profile' => 'Profil',
'drive' => 'Drive',
'drive' => 'Médiathèque',
'settings' => 'Paramètres',
'compose' => 'Create New',
'compose' => 'Publier',
// Nav footer
'about' => 'À propos',
'help' => 'Aide',
'language' => 'Langue',
'privacy' => 'Privacy',
'terms' => 'Conditions ',
'privacy' => 'Confidentialité',
'terms' => 'Conditions',
// Temporary links
'backToPreviousDesign' => 'Revenir au design précédent'
@ -69,110 +69,110 @@ return [
'directMessages' => [
'inbox' => 'Boîte de réception',
'sent' => 'Sent',
'sent' => 'Boîte d\'envois',
'requests' => 'Demandes'
],
'notifications' => [
'liked' => 'a aimé·e votre',
'commented' => 'a commenté·e votre',
'liked' => 'a aimé votre',
'commented' => 'a commenté votre',
'reacted' => 'a réagi à votre',
'shared' => 'shared your',
'tagged' => 'tagged you in a',
'shared' => 'a partagé votre',
'tagged' => 'vous a tagué·e dans un',
'updatedA' => 'updated a',
'sentA' => 'sent a',
'updatedA' => 'mis à jour un·e',
'sentA' => 'a envoyé un·e',
'followed' => 'followed',
'mentioned' => 'mentioned',
'you' => 'you',
'followed' => 's\'est abonné·e à',
'mentioned' => 'a mentionné',
'you' => 'vous',
'yourApplication' => 'Your application to join',
'applicationApproved' => 'was approved!',
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
'yourApplication' => 'Votre candidature à rejoindre',
'applicationApproved' => 'a été approuvée !',
'applicationRejected' => 'a été rejetée. Vous pouvez refaire une demande dans 6 mois.',
'dm' => 'dm',
'groupPost' => 'group post',
'modlog' => 'modlog',
'post' => 'post',
'dm' => 'mp',
'groupPost' => 'publication de groupe',
'modlog' => 'journal de modération',
'post' => 'publication',
'story' => 'story',
],
'post' => [
'shareToFollowers' => 'Share to followers',
'shareToOther' => 'Share to other',
'noLikes' => 'No likes yet',
'uploading' => 'Uploading',
'shareToFollowers' => 'Partager avec ses abonné·e·s',
'shareToOther' => 'Partager avec d\'autres',
'noLikes' => 'Aucun J\'aime pour le moment',
'uploading' => 'Envoi en cours',
],
'profile' => [
'posts' => 'Posts',
'followers' => 'Followers',
'following' => 'Following',
'admin' => 'Admin',
'posts' => 'Publications',
'followers' => 'Abonné·e·s',
'following' => 'Abonnements',
'admin' => 'Administrateur·rice',
'collections' => 'Collections',
'follow' => 'Follow',
'unfollow' => 'Unfollow',
'editProfile' => 'Edit Profile',
'followRequested' => 'Follow Requested',
'joined' => 'Joined',
'follow' => 'S\'abonner',
'unfollow' => 'Se désabonner',
'editProfile' => 'Modifier votre profil',
'followRequested' => 'Demande d\'abonnement',
'joined' => 'A rejoint',
],
'menu' => [
'viewPost' => 'View Post',
'viewProfile' => 'View Profile',
'moderationTools' => 'Moderation Tools',
'report' => 'Report',
'archive' => 'Archive',
'unarchive' => 'Unarchive',
'embed' => 'Embed',
'viewPost' => 'Voir la publication',
'viewProfile' => 'Voir le profil',
'moderationTools' => 'Outils de modération',
'report' => 'Signaler',
'archive' => 'Archiver',
'unarchive' => 'Désarchiver',
'embed' => 'Intégrer',
'selectOneOption' => 'Select one of the following options',
'unlistFromTimelines' => 'Unlist from Timelines',
'addCW' => 'Add Content Warning',
'removeCW' => 'Remove Content Warning',
'markAsSpammer' => 'Mark as Spammer',
'markAsSpammerText' => 'Unlist + CW existing and future posts',
'spam' => 'Spam',
'sensitive' => 'Sensitive Content',
'abusive' => 'Abusive or Harmful',
'underageAccount' => 'Underage Account',
'copyrightInfringement' => 'Copyright Infringement',
'selectOneOption' => 'Sélectionnez l\'une des options suivantes',
'unlistFromTimelines' => 'Retirer des flux',
'addCW' => 'Ajouter un avertissement de contenu',
'removeCW' => 'Enlever lavertissement de contenu',
'markAsSpammer' => 'Marquer comme spammeur·euse',
'markAsSpammerText' => 'Retirer + avertissements pour les contenus existants et futurs',
'spam' => 'Indésirable',
'sensitive' => 'Contenu sensible',
'abusive' => 'Abusif ou préjudiciable',
'underageAccount' => 'Compte d\'un·e mineur·e',
'copyrightInfringement' => 'Violation des droits dauteur',
'impersonation' => 'Usurpation d\'identité',
'scamOrFraud' => 'Arnaque ou fraude',
'confirmReport' => 'Confirmer le signalement',
'confirmReportText' => 'Are you sure you want to report this post?',
'reportSent' => 'Report Sent!',
'reportSentText' => 'We have successfully received your report.',
'reportSentError' => 'There was an issue reporting this post.',
'confirmReportText' => 'Êtes-vous sûr·e de vouloir signaler cette publication ?',
'reportSent' => 'Signalement envoyé !',
'reportSentText' => 'Nous avons bien reçu votre signalement.',
'reportSentError' => 'Une erreur s\'est produite lors du signalement de cette publication.',
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
'modCWSuccess' => 'Successfully added content warning',
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
'modRemoveCWSuccess' => 'Successfully removed content warning',
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
'modUnlistSuccess' => 'Successfully unlisted post',
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer',
'modAddCWConfirm' => 'Êtes-vous sûr·e de vouloir ajouter un avertissement de contenu à cette publication ?',
'modCWSuccess' => 'Avertissement de contenu ajouté avec succès',
'modRemoveCWConfirm' => 'Êtes-vous sûr·e de vouloir supprimer l\'avertissement de contenu sur cette publication ?',
'modRemoveCWSuccess' => 'Avertissement de contenu supprimé avec succès',
'modUnlistConfirm' => 'Êtes-vous sûr·e de vouloir retirer cette publication des flux ?',
'modUnlistSuccess' => 'Publication retirée des fils avec succès',
'modMarkAsSpammerConfirm' => 'Êtes-vous sûr·e de vouloir marquer cet utilisateur·rice comme spammeur·euse ? Toutes les publications existantes et futures seront retirées des flux et un avertissement de contenu sera appliqué.',
'modMarkAsSpammerSuccess' => 'Compte marqué avec succès comme spammeur',
'toFollowers' => 'to Followers',
'toFollowers' => 'aux abonné·e·s',
'showCaption' => 'Show Caption',
'showLikes' => 'Show Likes',
'compactMode' => 'Compact Mode',
'embedConfirmText' => 'By using this embed, you agree to our',
'showCaption' => 'Afficher la légende',
'showLikes' => 'Afficher les J\'aime',
'compactMode' => 'Mode compact',
'embedConfirmText' => 'En utilisant ce module, vous acceptez nos',
'deletePostConfirm' => 'Are you sure you want to delete this post?',
'archivePostConfirm' => 'Are you sure you want to archive this post?',
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
'deletePostConfirm' => 'Êtes-vous sûr·e de vouloir supprimer cette publication ?',
'archivePostConfirm' => 'Êtes-vous sûr·e de vouloir archiver cette publication ?',
'unarchivePostConfirm' => 'Êtes-vous sûr·e de vouloir désarchiver cette publication ?',
],
'story' => [
'add' => 'Add Story'
'add' => 'Ajouter une story'
],
'timeline' => [
'peopleYouMayKnow' => 'People you may know'
'peopleYouMayKnow' => 'Connaissances possibles'
]
];

178
resources/lang/gd/web.php Normal file
View file

@ -0,0 +1,178 @@
<?php
return [
'common' => [
'comment' => 'Beachd',
'commented' => 'Commented',
'comments' => 'Comments',
'like' => 'Like',
'liked' => 'Liked',
'likes' => 'Likes',
'share' => 'Co-roinn',
'shared' => 'Shared',
'shares' => 'Shares',
'unshare' => 'Unshare',
'cancel' => 'Sguir dheth',
'copyLink' => 'Dèan lethbhreac dhen cheangal',
'delete' => 'Sguab às',
'error' => 'Mearachd',
'errorMsg' => 'Something went wrong. Please try again later.',
'oops' => 'Oops!',
'other' => 'Other',
'readMore' => 'Read more',
'success' => 'Success',
'sensitive' => 'Frionasach',
'sensitiveContent' => 'Susbaint fhrionasach',
'sensitiveContentWarning' => 'This post may contain sensitive content',
],
'site' => [
'terms' => 'Terms of Use',
'privacy' => 'Privacy Policy',
],
'navmenu' => [
'search' => 'Lorg',
'admin' => 'Admin Dashboard',
// Timelines
'homeFeed' => 'Inbhir na dachaigh',
'localFeed' => 'Inbhir ionadail',
'globalFeed' => 'Global Feed',
// Core features
'discover' => 'Discover',
'directMessages' => 'Direct Messages',
'notifications' => 'Brathan',
'groups' => 'Buidhnean',
'stories' => 'Stories',
// Self links
'profile' => 'Pròifil',
'drive' => 'Draibh',
'settings' => 'Roghainnean',
'compose' => 'Cruthaich fear ùr',
// Nav footer
'about' => 'Mu dhèidhinn',
'help' => 'Cobhair',
'language' => 'Cànan',
'privacy' => 'Prìobhaideachd',
'terms' => 'Teirmichean',
// Temporary links
'backToPreviousDesign' => 'Go back to previous design'
],
'directMessages' => [
'inbox' => 'Am bogsa a-steach',
'sent' => 'Sent',
'requests' => 'Iarrtasan'
],
'notifications' => [
'liked' => 'liked your',
'commented' => 'commented on your',
'reacted' => 'reacted to your',
'shared' => 'shared your',
'tagged' => 'tagged you in a',
'updatedA' => 'updated a',
'sentA' => 'sent a',
'followed' => 'followed',
'mentioned' => 'mentioned',
'you' => 'you',
'yourApplication' => 'Your application to join',
'applicationApproved' => 'was approved!',
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
'dm' => 'dm',
'groupPost' => 'group post',
'modlog' => 'modlog',
'post' => 'post',
'story' => 'sgeul',
],
'post' => [
'shareToFollowers' => 'Share to followers',
'shareToOther' => 'Share to other',
'noLikes' => 'No likes yet',
'uploading' => 'Uploading',
],
'profile' => [
'posts' => 'Posts',
'followers' => 'Followers',
'following' => 'Following',
'admin' => 'Admin',
'collections' => 'Collections',
'follow' => 'Lean air',
'unfollow' => 'Unfollow',
'editProfile' => 'Deasaich a phròifil',
'followRequested' => 'Follow Requested',
'joined' => 'Joined',
],
'menu' => [
'viewPost' => 'Seall am post',
'viewProfile' => 'Seall a phròifil',
'moderationTools' => 'Innealan na maorsainneachd',
'report' => 'Report',
'archive' => 'Archive',
'unarchive' => 'Unarchive',
'embed' => 'Leabaich',
'selectOneOption' => 'Tagh tè dhe na roghainnean seo',
'unlistFromTimelines' => 'Unlist from Timelines',
'addCW' => 'Cuir rabhadh susbainte ris',
'removeCW' => 'Thoir air falbh an rabhadh susbainte',
'markAsSpammer' => 'Cuir comharra gur e spamair a th ann',
'markAsSpammerText' => 'Unlist + CW existing and future posts',
'spam' => 'Spama',
'sensitive' => 'Susbaint fhrionasach',
'abusive' => 'Abusive or Harmful',
'underageAccount' => 'Underage Account',
'copyrightInfringement' => 'Copyright Infringement',
'impersonation' => 'Impersonation',
'scamOrFraud' => 'Scam or Fraud',
'confirmReport' => 'Dearbh an gearan',
'confirmReportText' => 'Are you sure you want to report this post?',
'reportSent' => 'Chaidh an gearan a chur!',
'reportSentText' => 'Fhuair sinn do ghearan.',
'reportSentError' => 'There was an issue reporting this post.',
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
'modCWSuccess' => 'Successfully added content warning',
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
'modRemoveCWSuccess' => 'Successfully removed content warning',
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
'modUnlistSuccess' => 'Successfully unlisted post',
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer',
'toFollowers' => 'to Followers',
'showCaption' => 'Seall am fo-thiotal',
'showLikes' => 'Show Likes',
'compactMode' => 'Compact Mode',
'embedConfirmText' => 'By using this embed, you agree to our',
'deletePostConfirm' => 'A bheil thu cinnteach gu bheil thu airson am post seo a sguabadh às?',
'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?',
],
'story' => [
'add' => 'Cuir sgeul ris'
],
'timeline' => [
'peopleYouMayKnow' => 'People you may know'
]
];

View file

@ -3,176 +3,176 @@
return [
'common' => [
'comment' => 'Comment',
'commented' => 'Commented',
'comments' => 'Comments',
'like' => 'Like',
'liked' => 'Liked',
'likes' => 'Likes',
'share' => 'Share',
'shared' => 'Shared',
'shares' => 'Shares',
'unshare' => 'Unshare',
'comment' => 'Comentar',
'commented' => 'Comentou',
'comments' => 'Comentarios',
'like' => 'Agrádame',
'liked' => 'Gustoulle',
'likes' => 'Gustoulle',
'share' => 'Compartir',
'shared' => 'Compartiu',
'shares' => 'Compartido',
'unshare' => 'Non compartir',
'cancel' => 'Cancel',
'copyLink' => 'Copy Link',
'delete' => 'Delete',
'error' => 'Error',
'errorMsg' => 'Something went wrong. Please try again later.',
'oops' => 'Oops!',
'other' => 'Other',
'readMore' => 'Read more',
'success' => 'Success',
'cancel' => 'Cancelar',
'copyLink' => 'Copiar ligazón',
'delete' => 'Eliminar',
'error' => 'Erro',
'errorMsg' => 'Algo foi mal. Ténteo de novo máis tarde.',
'oops' => 'Vaites!',
'other' => 'Outro',
'readMore' => 'Ler máis',
'success' => 'Éxito',
'sensitive' => 'Sensitive',
'sensitiveContent' => 'Sensitive Content',
'sensitiveContentWarning' => 'This post may contain sensitive content',
'sensitive' => 'Sensible',
'sensitiveContent' => 'Contido sensible',
'sensitiveContentWarning' => 'Esta publicación pode conter contido sensible',
],
'site' => [
'terms' => 'Terms of Use',
'privacy' => 'Privacy Policy',
'terms' => 'Termos de uso',
'privacy' => 'Política de Privacidade',
],
'navmenu' => [
'search' => 'Search',
'admin' => 'Admin Dashboard',
'search' => 'Busca',
'admin' => 'Panel Administrativo',
// Timelines
'homeFeed' => 'Home Feed',
'localFeed' => 'Local Feed',
'globalFeed' => 'Global Feed',
'homeFeed' => 'Cronoloxía de Inicio',
'localFeed' => 'Cronoloxía Local',
'globalFeed' => 'Cronoloxía Global',
// Core features
'discover' => 'Discover',
'directMessages' => 'Direct Messages',
'notifications' => 'Notifications',
'groups' => 'Groups',
'stories' => 'Stories',
'discover' => 'Descubrir',
'directMessages' => 'Mensaxes Directas',
'notifications' => 'Notificacións',
'groups' => 'Grupos',
'stories' => 'Historias',
// Self links
'profile' => 'Profile',
'profile' => 'Perfil',
'drive' => 'Drive',
'settings' => 'Settings',
'compose' => 'Create New',
'settings' => 'Axustes',
'compose' => 'Crear Nova',
// Nav footer
'about' => 'About',
'help' => 'Help',
'language' => 'Language',
'privacy' => 'Privacy',
'terms' => 'Terms',
'about' => 'Acerca de',
'help' => 'Axuda',
'language' => 'Idioma',
'privacy' => 'Privacidade',
'terms' => 'Termos',
// Temporary links
'backToPreviousDesign' => 'Go back to previous design'
'backToPreviousDesign' => 'Volver ó deseño previo'
],
'directMessages' => [
'inbox' => 'Inbox',
'sent' => 'Sent',
'requests' => 'Requests'
'inbox' => 'Bandexa de entrada',
'sent' => 'Enviados',
'requests' => 'Peticións'
],
'notifications' => [
'liked' => 'liked your',
'commented' => 'commented on your',
'reacted' => 'reacted to your',
'shared' => 'shared your',
'tagged' => 'tagged you in a',
'liked' => 'gustoulle a túa',
'commented' => 'comentou na túa',
'reacted' => 'reaccionou a túa',
'shared' => 'compartiu a túa',
'tagged' => 'etiquetoute nunca',
'updatedA' => 'updated a',
'sentA' => 'sent a',
'updatedA' => 'actualizou unha',
'sentA' => 'enviou unha',
'followed' => 'followed',
'mentioned' => 'mentioned',
'followed' => 'seguiu',
'mentioned' => 'mencionou',
'you' => 'you',
'yourApplication' => 'Your application to join',
'applicationApproved' => 'was approved!',
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
'yourApplication' => 'A túa solicitude para unirte',
'applicationApproved' => 'foi aprobada!',
'applicationRejected' => 'for rexeitada. Podes volver a solicitar unirte en 6 meses.',
'dm' => 'dm',
'dm' => 'md',
'groupPost' => 'group post',
'modlog' => 'modlog',
'post' => 'post',
'story' => 'story',
'post' => 'publicación',
'story' => 'historia',
],
'post' => [
'shareToFollowers' => 'Share to followers',
'shareToOther' => 'Share to other',
'noLikes' => 'No likes yet',
'uploading' => 'Uploading',
'shareToFollowers' => 'Compartir a seguidores',
'shareToOther' => 'Compartir a outros',
'noLikes' => 'Sen gústame por agora',
'uploading' => 'Subindo',
],
'profile' => [
'posts' => 'Posts',
'followers' => 'Followers',
'following' => 'Following',
'admin' => 'Admin',
'collections' => 'Collections',
'follow' => 'Follow',
'unfollow' => 'Unfollow',
'editProfile' => 'Edit Profile',
'followRequested' => 'Follow Requested',
'joined' => 'Joined',
'posts' => 'Publicacións',
'followers' => 'Seguidores',
'following' => 'Seguindo',
'admin' => 'Administrador',
'collections' => 'Coleccións',
'follow' => 'Seguir',
'unfollow' => 'Deixar de seguir',
'editProfile' => 'Editar perfil',
'followRequested' => 'Seguimento pedido',
'joined' => 'Uniuse',
],
'menu' => [
'viewPost' => 'View Post',
'viewProfile' => 'View Profile',
'moderationTools' => 'Moderation Tools',
'report' => 'Report',
'archive' => 'Archive',
'unarchive' => 'Unarchive',
'embed' => 'Embed',
'viewPost' => 'Ver publicación',
'viewProfile' => 'Ver perfil',
'moderationTools' => 'Ferramentas de moderación',
'report' => 'Informar',
'archive' => 'Arquivar',
'unarchive' => 'Desarquivar',
'embed' => 'Incrustar',
'selectOneOption' => 'Select one of the following options',
'unlistFromTimelines' => 'Unlist from Timelines',
'addCW' => 'Add Content Warning',
'removeCW' => 'Remove Content Warning',
'markAsSpammer' => 'Mark as Spammer',
'markAsSpammerText' => 'Unlist + CW existing and future posts',
'selectOneOption' => 'Elixe unha das seguintes opcións',
'unlistFromTimelines' => 'Desalistar das cronoloxías',
'addCW' => 'Engadir aviso sobre o contido',
'removeCW' => 'Retirar o aviso sobre o contido',
'markAsSpammer' => 'Marcar como Spammer',
'markAsSpammerText' => 'Desalistar + aviso sobre o contido en publicacións existentes e futuras',
'spam' => 'Spam',
'sensitive' => 'Sensitive Content',
'abusive' => 'Abusive or Harmful',
'underageAccount' => 'Underage Account',
'copyrightInfringement' => 'Copyright Infringement',
'impersonation' => 'Impersonation',
'scamOrFraud' => 'Scam or Fraud',
'confirmReport' => 'Confirm Report',
'confirmReportText' => 'Are you sure you want to report this post?',
'reportSent' => 'Report Sent!',
'reportSentText' => 'We have successfully received your report.',
'reportSentError' => 'There was an issue reporting this post.',
'sensitive' => 'Contido sensible',
'abusive' => 'Abusivo ou daniño',
'underageAccount' => 'Conta de minor de idade',
'copyrightInfringement' => 'Violación dos dereitos de autor',
'impersonation' => 'Suplantación de identidade',
'scamOrFraud' => 'Estafa ou fraude',
'confirmReport' => 'Confirmar reporte',
'confirmReportText' => 'Seguro que queres informar sobre esta publicación?',
'reportSent' => 'Informe enviado!',
'reportSentText' => 'Recibimos correctamente o teu informe.',
'reportSentError' => 'Houbo un problema reportando esta publicación.',
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
'modCWSuccess' => 'Successfully added content warning',
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
'modRemoveCWSuccess' => 'Successfully removed content warning',
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
'modUnlistSuccess' => 'Successfully unlisted post',
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer',
'modAddCWConfirm' => 'Seguro que queres engadir un aviso de contido sobre esta publicación?',
'modCWSuccess' => 'Aviso de contido engadido correctamente',
'modRemoveCWConfirm' => 'Seguro que queres eliminar o aviso de contido sobre esta publicación?',
'modRemoveCWSuccess' => 'Aviso de contido eliminado correctamente',
'modUnlistConfirm' => 'Seguro que queres desalistar esta publicación?',
'modUnlistSuccess' => 'Publicación desalistada correctamente',
'modMarkAsSpammerConfirm' => 'Seguro que queres marcar a este usuario como spam? Todas as publicacións existentes e futuras serán desalistadas das cronoloxías e un aviso de contido será aplicado.',
'modMarkAsSpammerSuccess' => 'Conta marcada como spam correctamente',
'toFollowers' => 'to Followers',
'toFollowers' => 'para Seguidores',
'showCaption' => 'Show Caption',
'showLikes' => 'Show Likes',
'compactMode' => 'Compact Mode',
'embedConfirmText' => 'By using this embed, you agree to our',
'showCaption' => 'Mostrar descrición',
'showLikes' => 'Mostrar os gústame',
'compactMode' => 'Modo compacto',
'embedConfirmText' => 'Utilizando ese incrustado, aceptas',
'deletePostConfirm' => 'Are you sure you want to delete this post?',
'archivePostConfirm' => 'Are you sure you want to archive this post?',
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
'deletePostConfirm' => 'Seguro que queres eliminar esta publicación?',
'archivePostConfirm' => 'Seguro que queres arquivar esta publicación?',
'unarchivePostConfirm' => 'Seguro que queres desarquivar esta publicación?',
],
'story' => [
'add' => 'Add Story'
'add' => 'Engadir historia'
],
'timeline' => [
'peopleYouMayKnow' => 'People you may know'
'peopleYouMayKnow' => 'Xente que podes coñecer'
]
];

View file

@ -36,7 +36,7 @@ return [
'navmenu' => [
'search' => 'חיפוש',
'admin' => 'לוח בקרה לאדמיניסטרציה',
'admin' => 'לוח בקרה למנהל',
// Timelines
'homeFeed' => 'פיד ביתי',
@ -77,14 +77,14 @@ return [
'liked' => 'אהבו לך',
'commented' => 'העירו לך על',
'reacted' => 'הגיבו לך על',
'shared' => 'shared your',
'tagged' => 'tagged you in a',
'shared' => 'שיתפו לך',
'tagged' => 'תייגו אותך בתוך',
'updatedA' => 'updated a',
'sentA' => 'sent a',
'updatedA' => 'עדכנו',
'sentA' => 'שלחו',
'followed' => 'followed',
'mentioned' => 'mentioned',
'followed' => 'עוקבים',
'mentioned' => 'ציינו',
'you' => 'אתכם',
'yourApplication' => 'בקשתכם להצטרפות',
@ -93,53 +93,53 @@ return [
'dm' => 'הודעה אישית',
'groupPost' => 'פוסט קבוצתי',
'modlog' => 'modlog',
'modlog' => 'לוג מנהלים',
'post' => 'פוסט',
'story' => 'story',
'story' => 'סטורי',
],
'post' => [
'shareToFollowers' => 'Share to followers',
'shareToOther' => 'Share to other',
'noLikes' => 'No likes yet',
'uploading' => 'Uploading',
'shareToFollowers' => 'שתף לעוקבים',
'shareToOther' => 'שתף ל-אחר',
'noLikes' => 'אין עדיין סימוני "אהבתי"',
'uploading' => 'מעלה',
],
'profile' => [
'posts' => 'Posts',
'followers' => 'Followers',
'following' => 'Following',
'admin' => 'Admin',
'collections' => 'Collections',
'follow' => 'Follow',
'unfollow' => 'Unfollow',
'editProfile' => 'Edit Profile',
'followRequested' => 'Follow Requested',
'joined' => 'Joined',
'posts' => 'פוסטים',
'followers' => 'עוקבים',
'following' => 'עוקב/ת',
'admin' => 'מנהל מערכת',
'collections' => 'אוספים',
'follow' => 'עקוב',
'unfollow' => 'הפסק מעקב',
'editProfile' => 'ערוך פרופיל',
'followRequested' => 'בקשת עקיבה',
'joined' => 'הצטרפויות',
],
'menu' => [
'viewPost' => 'View Post',
'viewProfile' => 'View Profile',
'moderationTools' => 'Moderation Tools',
'report' => 'Report',
'archive' => 'Archive',
'unarchive' => 'Unarchive',
'embed' => 'Embed',
'viewPost' => 'הצג פוסט',
'viewProfile' => 'הצג פרופיל',
'moderationTools' => 'כלי ניהול',
'report' => 'דווח',
'archive' => 'ארכיון',
'unarchive' => 'הסר מהארכיון',
'embed' => 'הטמע',
'selectOneOption' => 'Select one of the following options',
'unlistFromTimelines' => 'Unlist from Timelines',
'addCW' => 'Add Content Warning',
'removeCW' => 'Remove Content Warning',
'markAsSpammer' => 'Mark as Spammer',
'markAsSpammerText' => 'Unlist + CW existing and future posts',
'spam' => 'Spam',
'sensitive' => 'Sensitive Content',
'abusive' => 'Abusive or Harmful',
'underageAccount' => 'Underage Account',
'copyrightInfringement' => 'Copyright Infringement',
'impersonation' => 'Impersonation',
'scamOrFraud' => 'Scam or Fraud',
'selectOneOption' => 'בחר באחד מהאפשרויות הבאות',
'unlistFromTimelines' => 'העלם מטיימליינים',
'addCW' => 'הוסף אזהרת תוכן',
'removeCW' => 'הסר אזהרת תוכן',
'markAsSpammer' => 'סמן בתור ספאמר (מציף)',
'markAsSpammerText' => 'העלם והפעל אזהרת תוכן לפוסטים קיימים ועתידיים',
'spam' => 'ספאם',
'sensitive' => 'תוכן רגיש',
'abusive' => 'תוכן מטריד או מזיק',
'underageAccount' => 'תוכן עם קטינים',
'copyrightInfringement' => 'הפרת זכויות יוצרים',
'impersonation' => 'התחזות',
'scamOrFraud' => 'הונאה',
'confirmReport' => 'אישור דיווח',
'confirmReportText' => 'האם אתם בטוחים שברצונכם לדווח על פוסט זה?',
'reportSent' => 'דיווח נשלח!',
@ -150,29 +150,29 @@ return [
'modCWSuccess' => 'אזהרת תוכן נוספה בהצלחה',
'modRemoveCWConfirm' => 'אתם בטוחים שברצונכם להסיר את אזהרת התוכן מפוסט זה?',
'modRemoveCWSuccess' => 'אזהרת תוכן הוסרה בהצלחה',
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
'modUnlistSuccess' => 'Successfully unlisted post',
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer',
'modUnlistConfirm' => 'האם אתם בטוחים שברצונכם להעלים פוסט זה?',
'modUnlistSuccess' => 'פוסט הועלם בהצלחה',
'modMarkAsSpammerConfirm' => 'האם אתם בטוחים שברצונכם לסמן משתמש זה בתור ספאמר (מציף)? כל הפוסטים הקיימים ועתידיים יועלמו ואזהרת תוכן תופעל.',
'modMarkAsSpammerSuccess' => 'חשבון סומן בתור ספאמר בהצלחה',
'toFollowers' => 'to Followers',
'toFollowers' => 'עבור עוקבים',
'showCaption' => 'Show Caption',
'showLikes' => 'Show Likes',
'compactMode' => 'Compact Mode',
'embedConfirmText' => 'By using this embed, you agree to our',
'showCaption' => 'הצג תיאור',
'showLikes' => 'הצג כמות ״אהבתי״',
'compactMode' => 'מצב מוקטן',
'embedConfirmText' => 'בעט שימוש בהמטעה זו, הנכם מסכימים אל',
'deletePostConfirm' => 'Are you sure you want to delete this post?',
'archivePostConfirm' => 'Are you sure you want to archive this post?',
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
'deletePostConfirm' => 'האם אתם בטוחים שברצונכם למחוק פוסט זה?',
'archivePostConfirm' => 'האם אתם בטוחים שברצונכם להעביר פוסט זה לארכיון?',
'unarchivePostConfirm' => 'האם אתם בטוחים שברצונכם להוציא פוסט זה מהארכיון?',
],
'story' => [
'add' => 'Add Story'
'add' => 'הוסף סטורי'
],
'timeline' => [
'peopleYouMayKnow' => 'People you may know'
'peopleYouMayKnow' => 'אנשים שאתם אולי מכירים'
]
];

View file

@ -11,7 +11,7 @@ return [
'likes' => 'Suka',
'share' => 'Bagikan',
'shared' => 'Dibagikan',
'shares' => 'Bagi',
'shares' => 'Dibagikan',
'unshare' => 'Batalkan berbagi',
'cancel' => 'Batal',
@ -76,7 +76,7 @@ return [
'notifications' => [
'liked' => 'menyukai',
'commented' => 'mengomentari',
'reacted' => 'reacted to your',
'reacted' => 'bereaksi terhadap',
'shared' => 'membagikan',
'tagged' => 'menandai Anda pada sebuah',
@ -94,85 +94,85 @@ return [
'dm' => 'dm',
'groupPost' => 'postingan grup',
'modlog' => 'modlog',
'post' => 'post',
'story' => 'story',
'post' => 'postingan',
'story' => 'cerita',
],
'post' => [
'shareToFollowers' => 'Share to followers',
'shareToOther' => 'Share to other',
'noLikes' => 'No likes yet',
'uploading' => 'Uploading',
'shareToFollowers' => 'Membagikan kepada pengikut',
'shareToOther' => 'Membagikan ke orang lain',
'noLikes' => 'Belum ada yang menyukai',
'uploading' => 'Mengunggah',
],
'profile' => [
'posts' => 'Posts',
'followers' => 'Followers',
'following' => 'Following',
'admin' => 'Admin',
'collections' => 'Collections',
'follow' => 'Follow',
'unfollow' => 'Unfollow',
'editProfile' => 'Edit Profile',
'followRequested' => 'Follow Requested',
'joined' => 'Joined',
'posts' => 'Postingan',
'followers' => 'Pengikut',
'following' => 'Mengikuti',
'admin' => 'Pengelola',
'collections' => 'Koleksi',
'follow' => 'Ikuti',
'unfollow' => 'Berhenti Ikuti',
'editProfile' => 'Ubah Profil',
'followRequested' => 'Meminta Permintaan Mengikuti',
'joined' => 'Bergabung',
],
'menu' => [
'viewPost' => 'View Post',
'viewProfile' => 'View Profile',
'moderationTools' => 'Moderation Tools',
'report' => 'Report',
'archive' => 'Archive',
'unarchive' => 'Unarchive',
'embed' => 'Embed',
'viewPost' => 'Lihat Postingan',
'viewProfile' => 'Lihat Profil',
'moderationTools' => 'Alat Moderasi',
'report' => 'Laporkan',
'archive' => 'Arsipkan',
'unarchive' => 'Keluarkan dari arsip',
'embed' => 'Penyemat',
'selectOneOption' => 'Select one of the following options',
'unlistFromTimelines' => 'Unlist from Timelines',
'addCW' => 'Add Content Warning',
'removeCW' => 'Remove Content Warning',
'markAsSpammer' => 'Mark as Spammer',
'markAsSpammerText' => 'Unlist + CW existing and future posts',
'selectOneOption' => 'Pilih salah satu dari opsi berikut',
'unlistFromTimelines' => 'Keluarkan dari Timeline',
'addCW' => 'Tambahkan peringatan konten',
'removeCW' => 'Hapus Peringatan Konten',
'markAsSpammer' => 'Tandai sebagai pelaku spam',
'markAsSpammerText' => 'Hapus dari daftar dan tambahkan peringatan konten pada konten yang telah ada dan akan datang',
'spam' => 'Spam',
'sensitive' => 'Sensitive Content',
'abusive' => 'Abusive or Harmful',
'underageAccount' => 'Underage Account',
'copyrightInfringement' => 'Copyright Infringement',
'impersonation' => 'Impersonation',
'scamOrFraud' => 'Scam or Fraud',
'confirmReport' => 'Confirm Report',
'confirmReportText' => 'Are you sure you want to report this post?',
'reportSent' => 'Report Sent!',
'reportSentText' => 'We have successfully received your report.',
'reportSentError' => 'There was an issue reporting this post.',
'sensitive' => 'Konten Sensitif',
'abusive' => 'Kasar atau Berbahaya',
'underageAccount' => 'Akun di bawah umur',
'copyrightInfringement' => 'Pelanggaran Hak Cipta',
'impersonation' => 'Peniruan',
'scamOrFraud' => 'Penipuan',
'confirmReport' => 'Konfirmasi Laporan',
'confirmReportText' => 'Apakah Anda yakin ingin melaporkan postingan ini?',
'reportSent' => 'Laporan Terkirim!',
'reportSentText' => 'Kita telah berhasil menerima laporan Anda.',
'reportSentError' => 'Ada masalah saat melaporkan postingan ini.',
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
'modCWSuccess' => 'Successfully added content warning',
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
'modRemoveCWSuccess' => 'Successfully removed content warning',
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
'modUnlistSuccess' => 'Successfully unlisted post',
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer',
'modAddCWConfirm' => 'Apakah Anda yakin ingin menambahkan peringatan konten pada postingan ini?',
'modCWSuccess' => 'Berhasil menambahkan peringatan konten',
'modRemoveCWConfirm' => 'Apakah Anda yakin ingin menghapus peringatan konten pada postingan ini?',
'modRemoveCWSuccess' => 'Berhasil menghapus peringatan konten',
'modUnlistConfirm' => 'Apakah Anda yakin ingin mengeluarkan postingan ini dari daftar?',
'modUnlistSuccess' => 'Berhasil mengeluarkan postingan dari daftar',
'modMarkAsSpammerConfirm' => 'Apakah Anda ingin menandai pengguna ini sebagai pelaku spam? Semua postingan yang ada dan akan datang akan dihapus dari timeline dan peringatan konten akan diterapkan.',
'modMarkAsSpammerSuccess' => 'Berhasil menandai akun sebagai pelaku spam',
'toFollowers' => 'to Followers',
'toFollowers' => 'kepada Pengikut',
'showCaption' => 'Show Caption',
'showLikes' => 'Show Likes',
'compactMode' => 'Compact Mode',
'embedConfirmText' => 'By using this embed, you agree to our',
'showCaption' => 'Tampilkan Keterangan',
'showLikes' => 'Tampilkan suka',
'compactMode' => 'Mode Praktis',
'embedConfirmText' => 'Dengan menggunakan penyemat ini, Anda setuju dengan',
'deletePostConfirm' => 'Are you sure you want to delete this post?',
'archivePostConfirm' => 'Are you sure you want to archive this post?',
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
'deletePostConfirm' => 'Apakah Anda yakin ingin menghapus postingan ini?',
'archivePostConfirm' => 'Apakah Anda yakin ingin mengarsip postingan ini?',
'unarchivePostConfirm' => 'Apakah Anda yakin ingin tidak mengarsipkan postingan ini?',
],
'story' => [
'add' => 'Add Story'
'add' => 'Tambah Cerita'
],
'timeline' => [
'peopleYouMayKnow' => 'People you may know'
'peopleYouMayKnow' => 'Orang yang mungkin Anda kenal'
]
];

View file

@ -3,176 +3,176 @@
return [
'common' => [
'comment' => 'Comment',
'commented' => 'Commented',
'comments' => 'Comments',
'like' => 'Like',
'liked' => 'Liked',
'likes' => 'Likes',
'share' => 'Share',
'shared' => 'Shared',
'shares' => 'Shares',
'unshare' => 'Unshare',
'comment' => 'Commenta',
'commented' => 'Commentato',
'comments' => 'Commenti',
'like' => 'Mi piace',
'liked' => 'Like aggiunto',
'likes' => 'Tutti i Like',
'share' => 'Condividi',
'shared' => 'Condiviso',
'shares' => 'Condivisioni',
'unshare' => 'Annulla condivisione',
'cancel' => 'Cancel',
'copyLink' => 'Copy Link',
'delete' => 'Delete',
'error' => 'Error',
'errorMsg' => 'Something went wrong. Please try again later.',
'oops' => 'Oops!',
'other' => 'Other',
'readMore' => 'Read more',
'success' => 'Success',
'cancel' => 'Annulla',
'copyLink' => 'Copia link',
'delete' => 'Elimina',
'error' => 'Errore',
'errorMsg' => 'Qualcosa è andato storto. Sei pregato di riprovare più tardi.',
'oops' => 'Ops!',
'other' => 'Altro',
'readMore' => 'Leggi di più',
'success' => 'Riuscito',
'sensitive' => 'Sensitive',
'sensitiveContent' => 'Sensitive Content',
'sensitiveContentWarning' => 'This post may contain sensitive content',
'sensitive' => 'Sensibile',
'sensitiveContent' => 'Contenuto Sensibile',
'sensitiveContentWarning' => 'Questo post potrebbe contenere contenuti sensibili',
],
'site' => [
'terms' => 'Terms of Use',
'privacy' => 'Privacy Policy',
'terms' => 'Termini di Utilizzo',
'privacy' => 'Informativa sulla Privacy',
],
'navmenu' => [
'search' => 'Search',
'admin' => 'Admin Dashboard',
'search' => 'Cerca',
'admin' => 'Pannello di amministrazione',
// Timelines
'homeFeed' => 'Home Feed',
'localFeed' => 'Local Feed',
'globalFeed' => 'Global Feed',
'homeFeed' => 'Feed Home',
'localFeed' => 'Feed Locale',
'globalFeed' => 'Feed Globale',
// Core features
'discover' => 'Discover',
'directMessages' => 'Direct Messages',
'notifications' => 'Notifications',
'groups' => 'Groups',
'stories' => 'Stories',
'discover' => 'Esplora',
'directMessages' => 'Messaggi Diretti',
'notifications' => 'Notifiche',
'groups' => 'Gruppi',
'stories' => 'Storie',
// Self links
'profile' => 'Profile',
'profile' => 'Profilo',
'drive' => 'Drive',
'settings' => 'Settings',
'compose' => 'Create New',
'settings' => 'Impostazioni',
'compose' => 'Crea Nuovo',
// Nav footer
'about' => 'About',
'help' => 'Help',
'language' => 'Language',
'about' => 'Info',
'help' => 'Aiuto',
'language' => 'Lingua',
'privacy' => 'Privacy',
'terms' => 'Terms',
'terms' => 'Condizioni',
// Temporary links
'backToPreviousDesign' => 'Go back to previous design'
'backToPreviousDesign' => 'Torna al design precedente'
],
'directMessages' => [
'inbox' => 'Inbox',
'sent' => 'Sent',
'requests' => 'Requests'
'inbox' => 'In arrivo',
'sent' => 'Inviata',
'requests' => 'Richieste'
],
'notifications' => [
'liked' => 'liked your',
'commented' => 'commented on your',
'reacted' => 'reacted to your',
'shared' => 'shared your',
'tagged' => 'tagged you in a',
'liked' => 'ha messo like a',
'commented' => 'ha commentato',
'reacted' => 'ha reagito a',
'shared' => 'ha condiviso',
'tagged' => 'ti ha taggato in',
'updatedA' => 'updated a',
'sentA' => 'sent a',
'updatedA' => 'ha aggiornato un',
'sentA' => 'ha inviato un',
'followed' => 'followed',
'mentioned' => 'mentioned',
'you' => 'you',
'followed' => 'stai seguendo',
'mentioned' => 'menzionato',
'you' => 'tu',
'yourApplication' => 'Your application to join',
'applicationApproved' => 'was approved!',
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
'yourApplication' => 'La tua candidatura per unirti',
'applicationApproved' => 'è stata approvata!',
'applicationRejected' => 'è stata respinta. Puoi richiedere di unirti fra 6 mesi.',
'dm' => 'dm',
'groupPost' => 'group post',
'groupPost' => 'post di gruppo',
'modlog' => 'modlog',
'post' => 'post',
'story' => 'story',
'story' => 'storia',
],
'post' => [
'shareToFollowers' => 'Share to followers',
'shareToOther' => 'Share to other',
'noLikes' => 'No likes yet',
'uploading' => 'Uploading',
'shareToFollowers' => 'Condividi con i follower',
'shareToOther' => 'Condividi con altri',
'noLikes' => 'Ancora nessun Like',
'uploading' => 'Caricamento in corso',
],
'profile' => [
'posts' => 'Posts',
'followers' => 'Followers',
'following' => 'Following',
'admin' => 'Admin',
'collections' => 'Collections',
'follow' => 'Follow',
'unfollow' => 'Unfollow',
'editProfile' => 'Edit Profile',
'followRequested' => 'Follow Requested',
'joined' => 'Joined',
'posts' => 'Post',
'followers' => 'Follower',
'following' => 'Seguiti',
'admin' => 'Amministrazione',
'collections' => 'Collezioni',
'follow' => 'Segui',
'unfollow' => 'Smetti di seguire',
'editProfile' => 'Modifica profilo',
'followRequested' => 'Richiesta in attesa',
'joined' => 'Iscritto',
],
'menu' => [
'viewPost' => 'View Post',
'viewProfile' => 'View Profile',
'moderationTools' => 'Moderation Tools',
'report' => 'Report',
'archive' => 'Archive',
'unarchive' => 'Unarchive',
'embed' => 'Embed',
'viewPost' => 'Mostra Post',
'viewProfile' => 'Mostra Profilo',
'moderationTools' => 'Strumenti di moderazione',
'report' => 'Segnala',
'archive' => 'Archivia',
'unarchive' => 'Rimuovi dall\'archivio',
'embed' => 'Incorpora',
'selectOneOption' => 'Select one of the following options',
'unlistFromTimelines' => 'Unlist from Timelines',
'addCW' => 'Add Content Warning',
'removeCW' => 'Remove Content Warning',
'markAsSpammer' => 'Mark as Spammer',
'markAsSpammerText' => 'Unlist + CW existing and future posts',
'selectOneOption' => 'Scegli una delle seguenti opzioni',
'unlistFromTimelines' => 'Rimuovi dalle Timeline',
'addCW' => 'Aggiungi segnalazione',
'removeCW' => 'Rimuovi segnalazione',
'markAsSpammer' => 'Segna come Spammer',
'markAsSpammerText' => 'Rimuovi dalla lista + segnalazione di contenuti sensibili per post attuali e futuri',
'spam' => 'Spam',
'sensitive' => 'Sensitive Content',
'abusive' => 'Abusive or Harmful',
'underageAccount' => 'Underage Account',
'copyrightInfringement' => 'Copyright Infringement',
'impersonation' => 'Impersonation',
'scamOrFraud' => 'Scam or Fraud',
'confirmReport' => 'Confirm Report',
'confirmReportText' => 'Are you sure you want to report this post?',
'reportSent' => 'Report Sent!',
'reportSentText' => 'We have successfully received your report.',
'reportSentError' => 'There was an issue reporting this post.',
'sensitive' => 'Contenuto Sensibile',
'abusive' => 'Abusivo o Dannoso',
'underageAccount' => 'Account di minorenne',
'copyrightInfringement' => 'Violazione del copyright',
'impersonation' => 'Impersonifica',
'scamOrFraud' => 'Truffa o frode',
'confirmReport' => 'Conferma Segnalazione',
'confirmReportText' => 'Sei sicurə di voler segnalare questo contenuto?',
'reportSent' => 'Segnalazione inviata!',
'reportSentText' => 'Abbiamo ricevuto la tua segnalazione con successo.',
'reportSentError' => 'Si è verificato un problema nella segnalazione di questo post.',
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
'modCWSuccess' => 'Successfully added content warning',
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
'modRemoveCWSuccess' => 'Successfully removed content warning',
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
'modUnlistSuccess' => 'Successfully unlisted post',
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer',
'modAddCWConfirm' => 'Sei sicurə di voler segnalare come sensibile questo post?',
'modCWSuccess' => 'Segnalazione aggiunta con successo',
'modRemoveCWConfirm' => 'Sei sicurə di voler rimuovere la segnalazione da questo post?',
'modRemoveCWSuccess' => 'Segnalazione rimossa con successo',
'modUnlistConfirm' => 'Sei sicurə di voler rimuovere questo post dallelenco?',
'modUnlistSuccess' => 'Post rimosso dallelenco con successo',
'modMarkAsSpammerConfirm' => 'Sei sicuro di voler contrassegnare questo utente come spammer? Tutti i suoi post esistenti e futuri saranno rimossi dalle timeline e una segnalazione per contenuti sensibili sarà aggiunta.',
'modMarkAsSpammerSuccess' => 'Account contrassegnato come spammer con successo',
'toFollowers' => 'to Followers',
'toFollowers' => 'ai follower',
'showCaption' => 'Show Caption',
'showLikes' => 'Show Likes',
'compactMode' => 'Compact Mode',
'embedConfirmText' => 'By using this embed, you agree to our',
'showCaption' => 'Mostra didascalia',
'showLikes' => 'Mostra i like',
'compactMode' => 'Modalità compatta',
'embedConfirmText' => 'Usando questo strumento, acconsenti ai nostri',
'deletePostConfirm' => 'Are you sure you want to delete this post?',
'archivePostConfirm' => 'Are you sure you want to archive this post?',
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
'deletePostConfirm' => 'Sei sicurə di voler eliminare questo post?',
'archivePostConfirm' => 'Sei sicurə di voler archiviare questo post?',
'unarchivePostConfirm' => 'Sei sicurə di voler rimuovere questo post dallarchivio?',
],
'story' => [
'add' => 'Add Story'
'add' => 'Aggiungi Storia'
],
'timeline' => [
'peopleYouMayKnow' => 'People you may know'
'peopleYouMayKnow' => 'Persone che potresti conoscere'
]
];

View file

@ -3,74 +3,74 @@
return [
'common' => [
'comment' => 'Comment',
'commented' => 'Commented',
'comments' => 'Comments',
'like' => 'Like',
'liked' => 'Liked',
'likes' => 'Likes',
'share' => 'Share',
'shared' => 'Shared',
'shares' => 'Shares',
'unshare' => 'Unshare',
'comment' => 'コメント',
'commented' => 'コメントされました',
'comments' => 'コメント',
'like' => 'いいね',
'liked' => 'いいねしました',
'likes' => 'いいね',
'share' => '共有',
'shared' => '共有されました',
'shares' => '共有',
'unshare' => '共有解除',
'cancel' => 'Cancel',
'copyLink' => 'Copy Link',
'delete' => 'Delete',
'error' => 'Error',
'errorMsg' => 'Something went wrong. Please try again later.',
'oops' => 'Oops!',
'other' => 'Other',
'readMore' => 'Read more',
'success' => 'Success',
'cancel' => 'キャンセル',
'copyLink' => 'リンクをコピー',
'delete' => '削除',
'error' => 'エラー',
'errorMsg' => '何かが間違っています。しばらくしてからやり直してください。',
'oops' => 'おおっと!',
'other' => 'その他',
'readMore' => 'もっと読む',
'success' => '成功しました',
'sensitive' => 'Sensitive',
'sensitiveContent' => 'Sensitive Content',
'sensitiveContentWarning' => 'This post may contain sensitive content',
'sensitive' => 'センシティブ',
'sensitiveContent' => 'センシティブなコンテンツ',
'sensitiveContentWarning' => 'この投稿にはセンシティブなコンテンツが含まれている可能性があります',
],
'site' => [
'terms' => 'Terms of Use',
'privacy' => 'Privacy Policy',
'terms' => '利用規約',
'privacy' => 'プライバシーポリシー',
],
'navmenu' => [
'search' => 'Search',
'admin' => 'Admin Dashboard',
'search' => '検索',
'admin' => '管理者ダッシュボード',
// Timelines
'homeFeed' => 'Home Feed',
'localFeed' => 'Local Feed',
'globalFeed' => 'Global Feed',
'homeFeed' => 'ホームフィード',
'localFeed' => 'ローカルフィード',
'globalFeed' => 'グローバルフィード',
// Core features
'discover' => 'Discover',
'directMessages' => 'Direct Messages',
'notifications' => 'Notifications',
'groups' => 'Groups',
'stories' => 'Stories',
'discover' => '発見',
'directMessages' => 'ダイレクトメッセージ',
'notifications' => '通知',
'groups' => 'グループ',
'stories' => 'ストーリーズ',
// Self links
'profile' => 'Profile',
'drive' => 'Drive',
'settings' => 'Settings',
'compose' => 'Create New',
'profile' => 'プロフィール',
'drive' => 'ドライブ',
'settings' => '設定',
'compose' => '新規投稿',
// Nav footer
'about' => 'About',
'help' => 'Help',
'language' => 'Language',
'privacy' => 'Privacy',
'terms' => 'Terms',
'about' => 'このサーバーについて',
'help' => 'ヘルプ',
'language' => '言語',
'privacy' => 'プライバシー',
'terms' => '利用規約',
// Temporary links
'backToPreviousDesign' => 'Go back to previous design'
'backToPreviousDesign' => '以前のデザインに戻す'
],
'directMessages' => [
'inbox' => 'Inbox',
'sent' => 'Sent',
'requests' => 'Requests'
'inbox' => '受信トレイ',
'sent' => '送信済み',
'requests' => 'リクエスト'
],
'notifications' => [
@ -85,94 +85,94 @@ return [
'followed' => 'followed',
'mentioned' => 'mentioned',
'you' => 'you',
'you' => 'あなた',
'yourApplication' => 'Your application to join',
'applicationApproved' => 'was approved!',
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
'dm' => 'dm',
'groupPost' => 'group post',
'modlog' => 'modlog',
'post' => 'post',
'story' => 'story',
'groupPost' => 'グループの投稿',
'modlog' => 'モデレーションログ',
'post' => '投稿',
'story' => 'ストーリー',
],
'post' => [
'shareToFollowers' => 'Share to followers',
'shareToOther' => 'Share to other',
'noLikes' => 'No likes yet',
'uploading' => 'Uploading',
'shareToFollowers' => 'フォロワーに共有',
'shareToOther' => 'その他に共有',
'noLikes' => 'まだ誰からもいいねされていません',
'uploading' => 'アップロード中',
],
'profile' => [
'posts' => 'Posts',
'followers' => 'Followers',
'following' => 'Following',
'admin' => 'Admin',
'collections' => 'Collections',
'follow' => 'Follow',
'unfollow' => 'Unfollow',
'editProfile' => 'Edit Profile',
'followRequested' => 'Follow Requested',
'joined' => 'Joined',
'posts' => '投稿',
'followers' => 'フォロワー',
'following' => 'フォロー中',
'admin' => '管理者',
'collections' => 'コレクション',
'follow' => 'フォロー',
'unfollow' => 'フォロー解除',
'editProfile' => 'プロフィールを編集',
'followRequested' => 'フォロー承認待ち',
'joined' => '参加しました',
],
'menu' => [
'viewPost' => 'View Post',
'viewProfile' => 'View Profile',
'moderationTools' => 'Moderation Tools',
'report' => 'Report',
'archive' => 'Archive',
'unarchive' => 'Unarchive',
'embed' => 'Embed',
'viewPost' => '投稿を見る',
'viewProfile' => 'プロフィールを見る',
'moderationTools' => 'モデレーションツール',
'report' => '報告',
'archive' => 'アーカイブ',
'unarchive' => 'アーカイブを解除',
'embed' => '埋め込み',
'selectOneOption' => 'Select one of the following options',
'unlistFromTimelines' => 'Unlist from Timelines',
'addCW' => 'Add Content Warning',
'removeCW' => 'Remove Content Warning',
'markAsSpammer' => 'Mark as Spammer',
'markAsSpammerText' => 'Unlist + CW existing and future posts',
'spam' => 'Spam',
'sensitive' => 'Sensitive Content',
'abusive' => 'Abusive or Harmful',
'underageAccount' => 'Underage Account',
'copyrightInfringement' => 'Copyright Infringement',
'impersonation' => 'Impersonation',
'scamOrFraud' => 'Scam or Fraud',
'confirmReport' => 'Confirm Report',
'confirmReportText' => 'Are you sure you want to report this post?',
'reportSent' => 'Report Sent!',
'reportSentText' => 'We have successfully received your report.',
'reportSentError' => 'There was an issue reporting this post.',
'selectOneOption' => '以下の選択肢から1つ選択してください',
'unlistFromTimelines' => 'タイムラインに非表示',
'addCW' => 'コンテンツ警告を追加',
'removeCW' => 'コンテンツ警告を削除',
'markAsSpammer' => 'スパムとしてマーク',
'markAsSpammerText' => '非表示+コンテンツ警告を既存の、また将来の投稿に追加',
'spam' => 'スパム',
'sensitive' => 'センシティブなコンテンツ',
'abusive' => '虐待または有害',
'underageAccount' => '未成年のアカウント',
'copyrightInfringement' => '著作権侵害',
'impersonation' => 'なりすまし',
'scamOrFraud' => '詐欺または不正な行為',
'confirmReport' => '報告を送信',
'confirmReportText' => '本当にこの投稿を報告しますか?',
'reportSent' => '報告が送信されました!',
'reportSentText' => 'あなたの報告を受け取りました。',
'reportSentError' => 'この投稿を報告する際に問題が発生しました。',
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
'modCWSuccess' => 'Successfully added content warning',
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
'modRemoveCWSuccess' => 'Successfully removed content warning',
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
'modUnlistSuccess' => 'Successfully unlisted post',
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer',
'modAddCWConfirm' => 'この投稿にコンテンツ警告を追加してもよろしいですか?',
'modCWSuccess' => 'コンテンツ警告が追加されました',
'modRemoveCWConfirm' => '本当にこの投稿からコンテンツ警告を削除しますか?',
'modRemoveCWSuccess' => 'コンテンツ警告が削除されました',
'modUnlistConfirm' => '本当にこの投稿を非表示にしますか?',
'modUnlistSuccess' => '投稿が非表示になりました',
'modMarkAsSpammerConfirm' => 'このユーザーをスパムとして登録していいですか?既存のまた、今後の投稿はすべてタイムラインに表示されず、コンテンツ警告が適用されます。',
'modMarkAsSpammerSuccess' => 'アカウントをスパムとしてマークしました',
'toFollowers' => 'to Followers',
'showCaption' => 'Show Caption',
'showLikes' => 'Show Likes',
'compactMode' => 'Compact Mode',
'showCaption' => '説明を表示',
'showLikes' => 'いいねを表示',
'compactMode' => 'コンパクトモード',
'embedConfirmText' => 'By using this embed, you agree to our',
'deletePostConfirm' => 'Are you sure you want to delete this post?',
'archivePostConfirm' => 'Are you sure you want to archive this post?',
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
'deletePostConfirm' => '本当にこの投稿を削除しますか?',
'archivePostConfirm' => '本当にこの投稿をアーカイブしますか?',
'unarchivePostConfirm' => '本当にこの投稿をアーカイブから削除しますか?',
],
'story' => [
'add' => 'Add Story'
'add' => 'ストーリーを追加'
],
'timeline' => [
'peopleYouMayKnow' => 'People you may know'
'peopleYouMayKnow' => '知り合いかも'
]
];

View file

@ -3,74 +3,74 @@
return [
'common' => [
'comment' => 'Comment',
'comment' => '댓글',
'commented' => 'Commented',
'comments' => 'Comments',
'like' => 'Like',
'like' => '좋아요',
'liked' => 'Liked',
'likes' => 'Likes',
'share' => 'Share',
'share' => '공유',
'shared' => 'Shared',
'shares' => 'Shares',
'unshare' => 'Unshare',
'cancel' => 'Cancel',
'cancel' => '취소',
'copyLink' => 'Copy Link',
'delete' => 'Delete',
'error' => 'Error',
'errorMsg' => 'Something went wrong. Please try again later.',
'oops' => 'Oops!',
'other' => 'Other',
'readMore' => 'Read more',
'success' => 'Success',
'error' => '오류',
'errorMsg' => '문제가 발생했습니다. 나중에 다시 시도하세요.',
'oops' => '이런!',
'other' => '기타',
'readMore' => '더보기',
'success' => '성공',
'sensitive' => 'Sensitive',
'sensitiveContent' => 'Sensitive Content',
'sensitiveContentWarning' => 'This post may contain sensitive content',
'sensitive' => '민감함 ',
'sensitiveContent' => '민감한 내용',
'sensitiveContentWarning' => '이 게시물은 민감한 내용을 포함합니다',
],
'site' => [
'terms' => 'Terms of Use',
'privacy' => 'Privacy Policy',
'terms' => '이용약관',
'privacy' => '개인정보 취급방침',
],
'navmenu' => [
'search' => 'Search',
'admin' => 'Admin Dashboard',
'search' => '검색',
'admin' => '관리자 대시보드',
// Timelines
'homeFeed' => 'Home Feed',
'localFeed' => 'Local Feed',
'globalFeed' => 'Global Feed',
'homeFeed' => '홈 피드',
'localFeed' => '로컬 피드',
'globalFeed' => '글로벌 피드',
// Core features
'discover' => 'Discover',
'directMessages' => 'Direct Messages',
'notifications' => 'Notifications',
'groups' => 'Groups',
'stories' => 'Stories',
'discover' => '발견하기',
'directMessages' => '쪽지',
'notifications' => '알림',
'groups' => '그룹',
'stories' => '스토리',
// Self links
'profile' => 'Profile',
'drive' => 'Drive',
'settings' => 'Settings',
'compose' => 'Create New',
'profile' => '프로필',
'drive' => '드라이브',
'settings' => '설정',
'compose' => '새로 만들기',
// Nav footer
'about' => 'About',
'help' => 'Help',
'language' => 'Language',
'privacy' => 'Privacy',
'terms' => 'Terms',
'about' => '정보',
'help' => '도움말',
'language' => '언어',
'privacy' => '개인정보',
'terms' => '약관',
// Temporary links
'backToPreviousDesign' => 'Go back to previous design'
'backToPreviousDesign' => '이전 디자인으로 돌아가기'
],
'directMessages' => [
'inbox' => 'Inbox',
'sent' => 'Sent',
'requests' => 'Requests'
'inbox' => '받은 편지함',
'sent' => '보냄',
'requests' => '요청 내역'
],
'notifications' => [
@ -133,8 +133,8 @@ return [
'removeCW' => 'Remove Content Warning',
'markAsSpammer' => 'Mark as Spammer',
'markAsSpammerText' => 'Unlist + CW existing and future posts',
'spam' => 'Spam',
'sensitive' => 'Sensitive Content',
'spam' => '스팸',
'sensitive' => '민감한 내용',
'abusive' => 'Abusive or Harmful',
'underageAccount' => 'Underage Account',
'copyrightInfringement' => 'Copyright Infringement',

View file

@ -56,6 +56,13 @@ return [
'settings' => 'Settings',
'compose' => 'Create New',
// Nav footer
'about' => 'About',
'help' => 'Help',
'language' => 'Language',
'privacy' => 'Privacy',
'terms' => 'Terms',
// Temporary links
'backToPreviousDesign' => 'Go back to previous design'
],

View file

@ -3,68 +3,68 @@
return [
'common' => [
'comment' => 'Comment',
'commented' => 'Commented',
'comments' => 'Comments',
'like' => 'Like',
'liked' => 'Liked',
'likes' => 'Likes',
'share' => 'Share',
'shared' => 'Shared',
'shares' => 'Shares',
'unshare' => 'Unshare',
'comment' => 'Skomentuj',
'commented' => 'Skomentowane',
'comments' => 'Komentarze',
'like' => 'Polub',
'liked' => 'Polubione',
'likes' => 'Polubienia',
'share' => 'Udostępnij',
'shared' => 'Udostępnione',
'shares' => 'Udostępnione',
'unshare' => 'Anuluj udostępnianie',
'cancel' => 'Cancel',
'copyLink' => 'Copy Link',
'delete' => 'Delete',
'error' => 'Error',
'errorMsg' => 'Something went wrong. Please try again later.',
'oops' => 'Oops!',
'other' => 'Other',
'readMore' => 'Read more',
'success' => 'Success',
'cancel' => 'Anuluj',
'copyLink' => 'Kopiuj Link',
'delete' => 'Usuń',
'error' => 'Błąd',
'errorMsg' => 'Coś poszło nie tak. Spróbuj ponownie później.',
'oops' => 'Ups!',
'other' => 'Inne',
'readMore' => 'Czytaj więcej',
'success' => 'Sukces',
'sensitive' => 'Sensitive',
'sensitiveContent' => 'Sensitive Content',
'sensitiveContentWarning' => 'This post may contain sensitive content',
'sensitiveContent' => 'Treść wrażliwa',
'sensitiveContentWarning' => 'Ten post może zawierać wrażliwe treści',
],
'site' => [
'terms' => 'Terms of Use',
'privacy' => 'Privacy Policy',
'terms' => 'Warunki Użytkowania',
'privacy' => 'Polityka Prywatności',
],
'navmenu' => [
'search' => 'Search',
'admin' => 'Admin Dashboard',
'search' => 'Szukaj',
'admin' => 'Panel administracyjny',
// Timelines
'homeFeed' => 'Home Feed',
'localFeed' => 'Local Feed',
'globalFeed' => 'Global Feed',
'homeFeed' => 'Główny kanał',
'localFeed' => 'Lokalny kanał',
'globalFeed' => 'Globalny kanał',
// Core features
'discover' => 'Discover',
'directMessages' => 'Direct Messages',
'notifications' => 'Notifications',
'groups' => 'Groups',
'discover' => 'Odkrywaj',
'directMessages' => 'Wiadomości bezpośrednie',
'notifications' => 'Powiadomienia',
'groups' => 'Grupy',
'stories' => 'Stories',
// Self links
'profile' => 'Profile',
'drive' => 'Drive',
'settings' => 'Settings',
'compose' => 'Create New',
'profile' => 'Profil',
'drive' => 'Dysk',
'settings' => 'Ustawienia',
'compose' => 'Utwórz nowy',
// Nav footer
'about' => 'About',
'help' => 'Help',
'language' => 'Language',
'privacy' => 'Privacy',
'terms' => 'Terms',
'about' => 'O nas',
'help' => 'Pomoc',
'language' => 'Język',
'privacy' => 'Prywatność',
'terms' => 'Regulamin',
// Temporary links
'backToPreviousDesign' => 'Go back to previous design'
'backToPreviousDesign' => 'Wróć do poprzedniego wyglądu'
],
'directMessages' => [
@ -78,75 +78,75 @@ return [
'commented' => 'skomentował(a) twoje',
'reacted' => 'zareagował(a) na twoje',
'shared' => 'shared your',
'tagged' => 'tagged you in a',
'tagged' => 'oznaczono cię w',
'updatedA' => 'updated a',
'sentA' => 'sent a',
'updatedA' => 'zaktualizowano',
'sentA' => 'wysłano',
'followed' => 'followed',
'mentioned' => 'mentioned',
'you' => 'you',
'followed' => 'zaobserwował(-a)',
'mentioned' => 'wspominał(-a)',
'you' => 'ciebie',
'yourApplication' => 'Your application to join',
'applicationApproved' => 'was approved!',
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
'applicationApproved' => 'została zatwierdzona!',
'applicationRejected' => 'została odrzucona. Możesz ponownie ubiegać się o dołączenie za 6 miesięcy.',
'dm' => 'dm',
'groupPost' => 'group post',
'modlog' => 'modlog',
'modlog' => 'logi',
'post' => 'post',
'story' => 'story',
],
'post' => [
'shareToFollowers' => 'Share to followers',
'shareToOther' => 'Share to other',
'noLikes' => 'No likes yet',
'uploading' => 'Uploading',
'shareToFollowers' => 'Udostępnij obserwującym',
'shareToOther' => 'Udostępnij innym',
'noLikes' => 'Brak polubień',
'uploading' => 'Przesyłanie',
],
'profile' => [
'posts' => 'Posts',
'followers' => 'Followers',
'following' => 'Following',
'admin' => 'Admin',
'collections' => 'Collections',
'follow' => 'Follow',
'unfollow' => 'Unfollow',
'editProfile' => 'Edit Profile',
'posts' => 'Posty',
'followers' => 'Obserwujący',
'following' => 'Obserwowane',
'admin' => 'Administrator',
'collections' => 'Kolekcje',
'follow' => 'Obserwuj',
'unfollow' => 'Przestań obserwować',
'editProfile' => 'Edytuj profil',
'followRequested' => 'Follow Requested',
'joined' => 'Joined',
'joined' => 'Dołączono',
],
'menu' => [
'viewPost' => 'View Post',
'viewProfile' => 'View Profile',
'moderationTools' => 'Moderation Tools',
'report' => 'Report',
'archive' => 'Archive',
'unarchive' => 'Unarchive',
'embed' => 'Embed',
'viewPost' => 'Zobacz post',
'viewProfile' => 'Zobacz profil',
'moderationTools' => 'Narzędzia moderacyjne',
'report' => 'Zgłoś',
'archive' => 'Przenieś do archiwum',
'unarchive' => 'Usuń z archiwum',
'embed' => 'Osadź',
'selectOneOption' => 'Select one of the following options',
'unlistFromTimelines' => 'Unlist from Timelines',
'addCW' => 'Add Content Warning',
'removeCW' => 'Remove Content Warning',
'addCW' => 'Dodaj ostrzeżenie o treści',
'removeCW' => 'Usuń ostrzeżenie o treści',
'markAsSpammer' => 'Mark as Spammer',
'markAsSpammerText' => 'Unlist + CW existing and future posts',
'spam' => 'Spam',
'sensitive' => 'Sensitive Content',
'sensitive' => 'Treść wrażliwa',
'abusive' => 'Abusive or Harmful',
'underageAccount' => 'Underage Account',
'copyrightInfringement' => 'Copyright Infringement',
'impersonation' => 'Impersonation',
'copyrightInfringement' => 'Naruszenie praw autorskich',
'impersonation' => 'Podszywanie się pod inne osoby',
'scamOrFraud' => 'Scam or Fraud',
'confirmReport' => 'Confirm Report',
'confirmReportText' => 'Are you sure you want to report this post?',
'reportSent' => 'Report Sent!',
'reportSentText' => 'We have successfully received your report.',
'reportSentError' => 'There was an issue reporting this post.',
'reportSent' => 'Zgłoszenie wysłane!',
'reportSentText' => 'Otrzymaliśmy Twój raport.',
'reportSentError' => 'Wystąpił błąd podczas zgłaszania tego posta.',
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
'modAddCWConfirm' => 'Czy na pewno chcesz dodać ostrzeżenie o treści do tego wpisu?',
'modCWSuccess' => 'Successfully added content warning',
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
'modRemoveCWSuccess' => 'Successfully removed content warning',
@ -158,13 +158,13 @@ return [
'toFollowers' => 'to Followers',
'showCaption' => 'Show Caption',
'showLikes' => 'Show Likes',
'compactMode' => 'Compact Mode',
'showLikes' => 'Pokaż polubienia',
'compactMode' => 'Tryb kompaktowy',
'embedConfirmText' => 'By using this embed, you agree to our',
'deletePostConfirm' => 'Are you sure you want to delete this post?',
'archivePostConfirm' => 'Are you sure you want to archive this post?',
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
'deletePostConfirm' => 'Czy na pewno chcesz usunąć ten post?',
'archivePostConfirm' => 'Czy na pewno chcesz zarchiwizować ten post?',
'unarchivePostConfirm' => 'Czy na pewno chcesz cofnąć archiwizację tego wpisu?',
],
'story' => [
@ -172,7 +172,7 @@ return [
],
'timeline' => [
'peopleYouMayKnow' => 'People you may know'
'peopleYouMayKnow' => 'Ludzie, których możesz znać'
]
];

View file

@ -3,80 +3,80 @@
return [
'common' => [
'comment' => 'Comment',
'commented' => 'Commented',
'comments' => 'Comments',
'like' => 'Like',
'liked' => 'Liked',
'likes' => 'Likes',
'share' => 'Share',
'shared' => 'Shared',
'shares' => 'Shares',
'unshare' => 'Unshare',
'comment' => 'Comentar',
'commented' => 'Comentado',
'comments' => 'Comentários',
'like' => 'Gosto',
'liked' => 'Gostei',
'likes' => 'Gostos',
'share' => 'Partilhar',
'shared' => 'Partilhado',
'shares' => 'Partilhas',
'unshare' => 'Despartilhar',
'cancel' => 'Cancel',
'copyLink' => 'Copy Link',
'delete' => 'Delete',
'error' => 'Error',
'errorMsg' => 'Something went wrong. Please try again later.',
'cancel' => 'Cancelar',
'copyLink' => 'Copiar link',
'delete' => 'Eliminar',
'error' => 'Erro',
'errorMsg' => 'Algo correu mal. Por favor, tente novamente mais tarde.',
'oops' => 'Oops!',
'other' => 'Other',
'readMore' => 'Read more',
'success' => 'Success',
'other' => 'Outro',
'readMore' => 'Ler mais',
'success' => 'Sucesso',
'sensitive' => 'Sensitive',
'sensitiveContent' => 'Sensitive Content',
'sensitiveContentWarning' => 'This post may contain sensitive content',
'sensitive' => 'Sensível',
'sensitiveContent' => 'Conteúdo sensível',
'sensitiveContentWarning' => 'Este post pode conter conteúdo sensível',
],
'site' => [
'terms' => 'Terms of Use',
'privacy' => 'Privacy Policy',
'terms' => 'Termos de Uso',
'privacy' => 'Política de Privacidade',
],
'navmenu' => [
'search' => 'Search',
'admin' => 'Admin Dashboard',
'search' => 'Pesquisa',
'admin' => 'Painel de Administração',
// Timelines
'homeFeed' => 'Home Feed',
'localFeed' => 'Local Feed',
'globalFeed' => 'Global Feed',
'homeFeed' => 'Inicio',
'localFeed' => 'Feed local',
'globalFeed' => 'Feed global',
// Core features
'discover' => 'Discover',
'directMessages' => 'Direct Messages',
'notifications' => 'Notifications',
'groups' => 'Groups',
'discover' => 'Descobrir',
'directMessages' => 'Mensagens Diretas',
'notifications' => 'Notificações',
'groups' => 'Grupos',
'stories' => 'Stories',
// Self links
'profile' => 'Profile',
'drive' => 'Drive',
'settings' => 'Settings',
'compose' => 'Create New',
'profile' => 'Perfil',
'drive' => 'Disco',
'settings' => 'Definições',
'compose' => 'Criar novo',
// Nav footer
'about' => 'About',
'help' => 'Help',
'language' => 'Language',
'privacy' => 'Privacy',
'terms' => 'Terms',
'about' => 'Sobre',
'help' => 'Ajuda',
'language' => 'Idioma',
'privacy' => 'Privacidade',
'terms' => 'Termos',
// Temporary links
'backToPreviousDesign' => 'Go back to previous design'
'backToPreviousDesign' => 'Voltar ao design antigo'
],
'directMessages' => [
'inbox' => 'Inbox',
'sent' => 'Sent',
'requests' => 'Requests'
'inbox' => 'Caixa de Entrada',
'sent' => 'Enviadas',
'requests' => 'Pedidos'
],
'notifications' => [
'liked' => 'liked your',
'commented' => 'commented on your',
'reacted' => 'reacted to your',
'liked' => 'gostou do seu',
'commented' => 'comentou no seu',
'reacted' => 'reagiu ao seu',
'shared' => 'shared your',
'tagged' => 'tagged you in a',
@ -141,38 +141,38 @@ return [
'impersonation' => 'Impersonation',
'scamOrFraud' => 'Scam or Fraud',
'confirmReport' => 'Confirm Report',
'confirmReportText' => 'Are you sure you want to report this post?',
'reportSent' => 'Report Sent!',
'reportSentText' => 'We have successfully received your report.',
'reportSentError' => 'There was an issue reporting this post.',
'confirmReportText' => 'Tem a certeza que deseja denunciar esta mensagem?',
'reportSent' => 'Denúncia enviada!',
'reportSentText' => 'Recebemos com sucesso a sua denúncia.',
'reportSentError' => 'Ocorreu um erro ao denunciar este conteúdo.',
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
'modCWSuccess' => 'Successfully added content warning',
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
'modRemoveCWSuccess' => 'Successfully removed content warning',
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
'modUnlistSuccess' => 'Successfully unlisted post',
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer',
'modAddCWConfirm' => 'Tem a certeza que pretende adicionar um alerta de conteúdo ao post?',
'modCWSuccess' => 'Adicionou com sucesso um alerta de conteúdo',
'modRemoveCWConfirm' => 'Tem a certeza que pretende remover um alerta de conteúdo deste post?',
'modRemoveCWSuccess' => 'Removeu com sucesso o alerta de conteúdo',
'modUnlistConfirm' => 'Tem a certeza que pretende deslistar este post?',
'modUnlistSuccess' => 'Deslistou com sucesso este post',
'modMarkAsSpammerConfirm' => 'Tem a certeza que deseja marcar este utilizador como spammer? Todos os posts existentes e futuros serão deslistados da timeline e o alerta de conteúdo será aplicado.',
'modMarkAsSpammerSuccess' => 'Marcou com sucesso esta conta como spammer',
'toFollowers' => 'to Followers',
'toFollowers' => 'para Seguidores',
'showCaption' => 'Show Caption',
'showLikes' => 'Show Likes',
'compactMode' => 'Compact Mode',
'embedConfirmText' => 'By using this embed, you agree to our',
'showCaption' => 'Mostar legenda',
'showLikes' => 'Mostrar Gostos',
'compactMode' => 'Modo compacto',
'embedConfirmText' => 'Ao utilizar este conteúdo, encontra-se a aceitar os nossos',
'deletePostConfirm' => 'Are you sure you want to delete this post?',
'archivePostConfirm' => 'Are you sure you want to archive this post?',
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
'deletePostConfirm' => 'Tem a certeza que pretende remover este post?',
'archivePostConfirm' => 'Tem a certeza que pretende arquivar este post?',
'unarchivePostConfirm' => 'Tem a certeza que pretende desarquivar este post?',
],
'story' => [
'add' => 'Add Story'
'add' => 'Adicionar Storie'
],
'timeline' => [
'peopleYouMayKnow' => 'People you may know'
'peopleYouMayKnow' => 'Pessoas que talvez conheça'
]
];

View file

@ -74,16 +74,16 @@ return [
],
'notifications' => [
'liked' => 'liked your',
'commented' => 'commented on your',
'reacted' => 'reacted to your',
'shared' => 'shared your',
'tagged' => 'tagged you in a',
'liked' => 'понравился ваш',
'commented' => 'прокомментировал ваш',
'reacted' => 'отреагировал на ваш',
'shared' => 'поделился вашим',
'tagged' => 'отметил вас в публикации',
'updatedA' => 'updated a',
'sentA' => 'sent a',
'sentA' => 'отправил',
'followed' => 'followed',
'followed' => 'подписался',
'mentioned' => 'mentioned',
'you' => 'вы',
@ -95,12 +95,12 @@ return [
'groupPost' => 'сообщения группы',
'modlog' => 'modlog',
'post' => 'пост',
'story' => 'story',
'story' => 'история',
],
'post' => [
'shareToFollowers' => 'Поделиться с подписчиками',
'shareToOther' => 'Share to other',
'shareToOther' => 'Поделиться с другими',
'noLikes' => 'Пока никому не понравилось',
'uploading' => 'Загружается',
],
@ -135,8 +135,8 @@ return [
'markAsSpammerText' => 'Unlist + CW existing and future posts',
'spam' => 'Спам',
'sensitive' => 'Деликатный контент',
'abusive' => 'Abusive or Harmful',
'underageAccount' => 'Underage Account',
'abusive' => 'Жестокое обращение или причинение вреда',
'underageAccount' => 'Несовершеннолетний аккаунт',
'copyrightInfringement' => 'Нарушение авторских прав',
'impersonation' => 'Представление себя за другого человека',
'scamOrFraud' => 'Обман или мошенничество',
@ -152,8 +152,8 @@ return [
'modRemoveCWSuccess' => 'Предупреждение о контенте успешно удалено',
'modUnlistConfirm' => 'Вы действительно хотите скрыть этот пост из лент?',
'modUnlistSuccess' => 'Successfully unlisted post',
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer',
'modMarkAsSpammerConfirm' => 'Вы уверены, что хотите отметить этого пользователя спамом? Все существующие и будущие сообщения будут исключены из списка в сроки, и будет применяться предупреждение о содержании.',
'modMarkAsSpammerSuccess' => 'Аккаунт успешно помечен как спаммер',
'toFollowers' => 'to Followers',

View file

@ -3,40 +3,40 @@
return [
'common' => [
'comment' => 'Comment',
'commented' => 'Commented',
'comments' => 'Comments',
'like' => 'Like',
'liked' => 'Liked',
'likes' => 'Likes',
'share' => 'Share',
'shared' => 'Shared',
'shares' => 'Shares',
'unshare' => 'Unshare',
'comment' => 'Yorum',
'commented' => 'Yorumlar',
'comments' => 'Yorumlar',
'like' => 'Beğen',
'liked' => 'Beğenildi',
'likes' => 'Beğeniler',
'share' => 'Paylaş',
'shared' => 'Paylaşılan',
'shares' => 'Paylaşılanlar',
'unshare' => 'Paylaşımı kaldır',
'cancel' => 'Cancel',
'copyLink' => 'Copy Link',
'delete' => 'Delete',
'error' => 'Error',
'errorMsg' => 'Something went wrong. Please try again later.',
'oops' => 'Oops!',
'other' => 'Other',
'readMore' => 'Read more',
'success' => 'Success',
'cancel' => 'İptal',
'copyLink' => 'Bağlantıyı Kopyala',
'delete' => 'Sil',
'error' => 'Hata',
'errorMsg' => 'Bir şeyler yanlış gitti. Lütfen daha sonra tekrar deneyiniz.',
'oops' => 'Hay aksi!',
'other' => 'Diğer',
'readMore' => 'Daha fazlasını oku',
'success' => 'Başarılı',
'sensitive' => 'Sensitive',
'sensitiveContent' => 'Sensitive Content',
'sensitiveContentWarning' => 'This post may contain sensitive content',
'sensitive' => 'Hassasiyet',
'sensitiveContent' => 'Hassas içerik',
'sensitiveContentWarning' => 'Bu ileti hassas içerik içeriyor olabilir',
],
'site' => [
'terms' => 'Terms of Use',
'privacy' => 'Privacy Policy',
'terms' => 'Kullanım Koşulları',
'privacy' => 'Gizlilik Politikası',
],
'navmenu' => [
'search' => 'Search',
'admin' => 'Admin Dashboard',
'search' => 'Arama',
'admin' => 'Yönetici Paneli',
// Timelines
'homeFeed' => 'Home Feed',
@ -44,33 +44,33 @@ return [
'globalFeed' => 'Global Feed',
// Core features
'discover' => 'Discover',
'directMessages' => 'Direct Messages',
'notifications' => 'Notifications',
'groups' => 'Groups',
'stories' => 'Stories',
'discover' => 'Keşfet',
'directMessages' => 'Direkt Mesajlar',
'notifications' => 'Bildirimler',
'groups' => 'Gruplar',
'stories' => 'Hikayeler',
// Self links
'profile' => 'Profile',
'drive' => 'Drive',
'settings' => 'Settings',
'compose' => 'Create New',
'profile' => 'Profil',
'drive' => 'Depolama',
'settings' => 'Ayarlar',
'compose' => 'Yeni oluştur',
// Nav footer
'about' => 'About',
'help' => 'Help',
'language' => 'Language',
'privacy' => 'Privacy',
'terms' => 'Terms',
'about' => 'Hakkında',
'help' => 'Yardım',
'language' => 'Dil',
'privacy' => 'Gizlilik',
'terms' => 'Koşullar',
// Temporary links
'backToPreviousDesign' => 'Go back to previous design'
],
'directMessages' => [
'inbox' => 'Inbox',
'sent' => 'Sent',
'requests' => 'Requests'
'inbox' => 'Gelen Kutusu',
'sent' => 'Gönder',
'requests' => 'İstekler'
],
'notifications' => [
@ -95,36 +95,36 @@ return [
'groupPost' => 'group post',
'modlog' => 'modlog',
'post' => 'post',
'story' => 'story',
'story' => 'hikaye',
],
'post' => [
'shareToFollowers' => 'Share to followers',
'shareToFollowers' => 'Takipçileri paylaş',
'shareToOther' => 'Share to other',
'noLikes' => 'No likes yet',
'uploading' => 'Uploading',
'noLikes' => 'Henüz beğenilmedi',
'uploading' => 'Yükleniyor',
],
'profile' => [
'posts' => 'Posts',
'followers' => 'Followers',
'following' => 'Following',
'admin' => 'Admin',
'collections' => 'Collections',
'follow' => 'Follow',
'unfollow' => 'Unfollow',
'editProfile' => 'Edit Profile',
'followRequested' => 'Follow Requested',
'joined' => 'Joined',
'posts' => 'Gönderiler',
'followers' => 'Takipçiler',
'following' => 'Takip ediliyor',
'admin' => 'Yönetici',
'collections' => 'Koleksiyonlar',
'follow' => 'Takip et',
'unfollow' => 'Takibi bırak',
'editProfile' => 'Profili Düzenle',
'followRequested' => 'Takip İsteği',
'joined' => 'Katıldı',
],
'menu' => [
'viewPost' => 'View Post',
'viewProfile' => 'View Profile',
'viewPost' => 'Gönderiyi görüntüle',
'viewProfile' => 'Profili Görüntüle',
'moderationTools' => 'Moderation Tools',
'report' => 'Report',
'report' => 'Bildir',
'archive' => 'Archive',
'unarchive' => 'Unarchive',
'unarchive' => 'Arşivden çıkar',
'embed' => 'Embed',
'selectOneOption' => 'Select one of the following options',
@ -134,7 +134,7 @@ return [
'markAsSpammer' => 'Mark as Spammer',
'markAsSpammerText' => 'Unlist + CW existing and future posts',
'spam' => 'Spam',
'sensitive' => 'Sensitive Content',
'sensitive' => 'Hassas içerik',
'abusive' => 'Abusive or Harmful',
'underageAccount' => 'Underage Account',
'copyrightInfringement' => 'Copyright Infringement',
@ -147,9 +147,9 @@ return [
'reportSentError' => 'There was an issue reporting this post.',
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
'modCWSuccess' => 'Successfully added content warning',
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
'modRemoveCWSuccess' => 'Successfully removed content warning',
'modCWSuccess' => 'İçerik uyarısı başarıyla eklendi',
'modRemoveCWConfirm' => 'Bu gönderiden içerik uyarısını kaldırmak istediğinize emin misiniz?',
'modRemoveCWSuccess' => 'İçerik uyarısı başarıyla kaldırıldı',
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
'modUnlistSuccess' => 'Successfully unlisted post',
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
@ -157,22 +157,22 @@ return [
'toFollowers' => 'to Followers',
'showCaption' => 'Show Caption',
'showLikes' => 'Show Likes',
'showCaption' => 'ıklamayı göster',
'showLikes' => 'Beğenileri Göster',
'compactMode' => 'Compact Mode',
'embedConfirmText' => 'By using this embed, you agree to our',
'deletePostConfirm' => 'Are you sure you want to delete this post?',
'archivePostConfirm' => 'Are you sure you want to archive this post?',
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
'deletePostConfirm' => 'Bu gönderiyi silmek istediğinizden emin misiniz?',
'archivePostConfirm' => 'Bu gönderiyi arşivlemek istediğinizden emin misiniz?',
'unarchivePostConfirm' => 'Bu gönderiyi arşivden çıkarmak istediğinize emin misiniz?',
],
'story' => [
'add' => 'Add Story'
'add' => 'Hikaye ekle'
],
'timeline' => [
'peopleYouMayKnow' => 'People you may know'
'peopleYouMayKnow' => 'Tanıyor olabileceğin kişiler'
]
];

View file

@ -210,6 +210,7 @@ Route::domain(config('pixelfed.domain.app'))->middleware(['validemail', 'twofact
});
Route::get('discover/accounts/popular', 'Api\ApiV1Controller@discoverAccountsPopular');
Route::post('web/change-language.json', 'SpaController@updateLanguage');
});
Route::group(['prefix' => 'local'], function () {