mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Merge pull request #3114 from pixelfed/l10n_staging
New Crowdin updates
This commit is contained in:
commit
21dabfb85b
14 changed files with 969 additions and 39 deletions
|
@ -55,7 +55,7 @@ return [
|
||||||
'drive' => 'وِحدَةُ التَّخزين',
|
'drive' => 'وِحدَةُ التَّخزين',
|
||||||
'settings' => 'الإعدَادَات',
|
'settings' => 'الإعدَادَات',
|
||||||
'compose' => 'إنشاءُ جَديد',
|
'compose' => 'إنشاءُ جَديد',
|
||||||
'logout' => 'Logout',
|
'logout' => 'تَسجيلُ الخُرُوج',
|
||||||
|
|
||||||
// Nav footer
|
// Nav footer
|
||||||
'about' => 'حَول',
|
'about' => 'حَول',
|
||||||
|
|
186
resources/lang/bs/web.php
Normal file
186
resources/lang/bs/web.php
Normal file
|
@ -0,0 +1,186 @@
|
||||||
|
<?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',
|
||||||
|
'logout' => 'Logout',
|
||||||
|
|
||||||
|
// 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',
|
||||||
|
|
||||||
|
'emptyCollections' => 'We can\'t seem to find any collections',
|
||||||
|
'emptyPosts' => 'We can\'t seem to find any posts',
|
||||||
|
],
|
||||||
|
|
||||||
|
'menu' => [
|
||||||
|
'viewPost' => 'View Post',
|
||||||
|
'viewProfile' => 'View Profile',
|
||||||
|
'moderationTools' => 'Moderation Tools',
|
||||||
|
'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'
|
||||||
|
],
|
||||||
|
|
||||||
|
'hashtags' => [
|
||||||
|
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||||
|
],
|
||||||
|
|
||||||
|
];
|
|
@ -55,7 +55,7 @@ return [
|
||||||
'drive' => 'Úložiště',
|
'drive' => 'Úložiště',
|
||||||
'settings' => 'Nastavení',
|
'settings' => 'Nastavení',
|
||||||
'compose' => 'Vytvořit nový',
|
'compose' => 'Vytvořit nový',
|
||||||
'logout' => 'Logout',
|
'logout' => 'Odhlásit se',
|
||||||
|
|
||||||
// Nav footer
|
// Nav footer
|
||||||
'about' => 'O aplikaci',
|
'about' => 'O aplikaci',
|
||||||
|
@ -116,10 +116,10 @@ return [
|
||||||
'unfollow' => 'Přestat sledovat',
|
'unfollow' => 'Přestat sledovat',
|
||||||
'editProfile' => 'Upravit profil',
|
'editProfile' => 'Upravit profil',
|
||||||
'followRequested' => 'Sledování vyžádáno',
|
'followRequested' => 'Sledování vyžádáno',
|
||||||
'joined' => 'Joined',
|
'joined' => 'Připojen/a',
|
||||||
|
|
||||||
'emptyCollections' => 'We can\'t seem to find any collections',
|
'emptyCollections' => 'Zdá se, že nelze najít žádné kolekce',
|
||||||
'emptyPosts' => 'We can\'t seem to find any posts',
|
'emptyPosts' => 'Zdá se, že nelze najít žádné příspěvky',
|
||||||
],
|
],
|
||||||
|
|
||||||
'menu' => [
|
'menu' => [
|
||||||
|
@ -142,7 +142,7 @@ return [
|
||||||
'abusive' => 'Urážlivé nebo škodlivé',
|
'abusive' => 'Urážlivé nebo škodlivé',
|
||||||
'underageAccount' => 'Účet nezletilých',
|
'underageAccount' => 'Účet nezletilých',
|
||||||
'copyrightInfringement' => 'Porušení autorských práv',
|
'copyrightInfringement' => 'Porušení autorských práv',
|
||||||
'impersonation' => 'Impersonation',
|
'impersonation' => 'Předstírání identity',
|
||||||
'scamOrFraud' => 'Podvod',
|
'scamOrFraud' => 'Podvod',
|
||||||
'confirmReport' => 'Potvrdit hlášení',
|
'confirmReport' => 'Potvrdit hlášení',
|
||||||
'confirmReportText' => 'Jste si jisti, že chcete nahlásit tento příspěvek?',
|
'confirmReportText' => 'Jste si jisti, že chcete nahlásit tento příspěvek?',
|
||||||
|
@ -159,7 +159,7 @@ return [
|
||||||
'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.',
|
'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',
|
'modMarkAsSpammerSuccess' => 'Účet byl označen jako spammer',
|
||||||
|
|
||||||
'toFollowers' => 'to Followers',
|
'toFollowers' => 'sledujícím',
|
||||||
|
|
||||||
'showCaption' => 'Ukázat popisek',
|
'showCaption' => 'Ukázat popisek',
|
||||||
'showLikes' => 'Zobrazit To se mi líbí',
|
'showLikes' => 'Zobrazit To se mi líbí',
|
||||||
|
|
|
@ -55,7 +55,7 @@ return [
|
||||||
'drive' => 'Festplatte',
|
'drive' => 'Festplatte',
|
||||||
'settings' => 'Einstellungen',
|
'settings' => 'Einstellungen',
|
||||||
'compose' => 'Neu erstellen',
|
'compose' => 'Neu erstellen',
|
||||||
'logout' => 'Logout',
|
'logout' => 'Ausloggen',
|
||||||
|
|
||||||
// Nav footer
|
// Nav footer
|
||||||
'about' => 'Über uns',
|
'about' => 'Über uns',
|
||||||
|
|
|
@ -55,7 +55,7 @@ return [
|
||||||
'drive' => 'Unitatea',
|
'drive' => 'Unitatea',
|
||||||
'settings' => 'Ezarpenak',
|
'settings' => 'Ezarpenak',
|
||||||
'compose' => 'Sortu berria',
|
'compose' => 'Sortu berria',
|
||||||
'logout' => 'Logout',
|
'logout' => 'Saioa itxi',
|
||||||
|
|
||||||
// Nav footer
|
// Nav footer
|
||||||
'about' => 'Honi buruz',
|
'about' => 'Honi buruz',
|
||||||
|
@ -132,11 +132,11 @@ return [
|
||||||
'embed' => 'Kapsulatu',
|
'embed' => 'Kapsulatu',
|
||||||
|
|
||||||
'selectOneOption' => 'Hautatu aukera hauetako bat',
|
'selectOneOption' => 'Hautatu aukera hauetako bat',
|
||||||
'unlistFromTimelines' => 'Unlist from Timelines',
|
'unlistFromTimelines' => 'Denbora-lerroetatik ezkutatu',
|
||||||
'addCW' => 'Gehitu edukiaren abisua',
|
'addCW' => 'Gehitu edukiaren abisua',
|
||||||
'removeCW' => 'Kendu edukiaren abisua',
|
'removeCW' => 'Kendu edukiaren abisua',
|
||||||
'markAsSpammer' => 'Markatu zabor-bidaltzaile gisa',
|
'markAsSpammer' => 'Markatu zabor-bidaltzaile gisa',
|
||||||
'markAsSpammerText' => 'Unlist + CW existing and future posts',
|
'markAsSpammerText' => 'Ezkutatu + edukiaren abisua jarri etorkizuneko bidalketei',
|
||||||
'spam' => 'Zaborra',
|
'spam' => 'Zaborra',
|
||||||
'sensitive' => 'Eduki hunkigarria',
|
'sensitive' => 'Eduki hunkigarria',
|
||||||
'abusive' => 'Bortxazko edo Mingarria',
|
'abusive' => 'Bortxazko edo Mingarria',
|
||||||
|
@ -154,9 +154,9 @@ return [
|
||||||
'modCWSuccess' => 'Edukiaren abisua ondo gehitu da',
|
'modCWSuccess' => 'Edukiaren abisua ondo gehitu da',
|
||||||
'modRemoveCWConfirm' => 'Ziur al zaude edukiaren abisua kendu nahi duzula bidalketa honetarako?',
|
'modRemoveCWConfirm' => 'Ziur al zaude edukiaren abisua kendu nahi duzula bidalketa honetarako?',
|
||||||
'modRemoveCWSuccess' => 'Edukiaren abisua ondo kendu da',
|
'modRemoveCWSuccess' => 'Edukiaren abisua ondo kendu da',
|
||||||
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
|
'modUnlistConfirm' => 'Ziur al zaude bidalketa hau ezkutatu nahi duzula?',
|
||||||
'modUnlistSuccess' => 'Successfully unlisted post',
|
'modUnlistSuccess' => 'Bidalketa ondo ezkutatu da',
|
||||||
'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' => 'Ziur al zaude erabiltzaile hau zabor-bidaltzaile bezala markatu nahi duzula? Dagoeneko bidali dituen eta etorkizunean bidaliko dituen bidalketak denbora-lerroetatik ezkutatuko dira eta edukiaren abisua ezarriko zaie.',
|
||||||
'modMarkAsSpammerSuccess' => 'Kontua zabor-bidaltzaile gisa ondo markatu da',
|
'modMarkAsSpammerSuccess' => 'Kontua zabor-bidaltzaile gisa ondo markatu da',
|
||||||
|
|
||||||
'toFollowers' => 'jarraitzaileei',
|
'toFollowers' => 'jarraitzaileei',
|
||||||
|
@ -164,7 +164,7 @@ return [
|
||||||
'showCaption' => 'Irudiaren azalpena erakutsi',
|
'showCaption' => 'Irudiaren azalpena erakutsi',
|
||||||
'showLikes' => 'Erakutsi atsegiteak',
|
'showLikes' => 'Erakutsi atsegiteak',
|
||||||
'compactMode' => 'Modu trinkoa',
|
'compactMode' => 'Modu trinkoa',
|
||||||
'embedConfirmText' => 'By using this embed, you agree to our',
|
'embedConfirmText' => 'Kapsulatze hau erabiliz, onartzen dituzu gure',
|
||||||
|
|
||||||
'deletePostConfirm' => 'Ziur al zaude bidalketa hau ezabatu nahi duzula?',
|
'deletePostConfirm' => 'Ziur al zaude bidalketa hau ezabatu nahi duzula?',
|
||||||
'archivePostConfirm' => 'Ziur al zaude bidalketa hau artxibatu nahi duzula?',
|
'archivePostConfirm' => 'Ziur al zaude bidalketa hau artxibatu nahi duzula?',
|
||||||
|
|
|
@ -118,8 +118,8 @@ return [
|
||||||
'followRequested' => 'درخواست دنبال کردن فرستاده شد',
|
'followRequested' => 'درخواست دنبال کردن فرستاده شد',
|
||||||
'joined' => 'پیوست',
|
'joined' => 'پیوست',
|
||||||
|
|
||||||
'emptyCollections' => 'We can\'t seem to find any collections',
|
'emptyCollections' => 'به نظر میرسد که نمیتوانیم هیچ مجموعهای پیدا کنیم',
|
||||||
'emptyPosts' => 'We can\'t seem to find any posts',
|
'emptyPosts' => 'به نظر میرسد که نمیتوانیم هیچ فرستهای پیدا کنیم',
|
||||||
],
|
],
|
||||||
|
|
||||||
'menu' => [
|
'menu' => [
|
||||||
|
@ -140,7 +140,7 @@ return [
|
||||||
'spam' => 'هرزنامه',
|
'spam' => 'هرزنامه',
|
||||||
'sensitive' => 'محتوای حساس',
|
'sensitive' => 'محتوای حساس',
|
||||||
'abusive' => 'توهینآمیز و مضر',
|
'abusive' => 'توهینآمیز و مضر',
|
||||||
'underageAccount' => 'Underage Account',
|
'underageAccount' => 'حساب زیر سن قانونی',
|
||||||
'copyrightInfringement' => 'نقض قوانین حق تکثیر',
|
'copyrightInfringement' => 'نقض قوانین حق تکثیر',
|
||||||
'impersonation' => 'جعل هویت',
|
'impersonation' => 'جعل هویت',
|
||||||
'scamOrFraud' => 'Scam or Fraud',
|
'scamOrFraud' => 'Scam or Fraud',
|
||||||
|
@ -180,7 +180,7 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'hashtags' => [
|
'hashtags' => [
|
||||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
'emptyFeed' => 'به نظر میرسد که نمیتوانیم چیزی برای این هشتگ پیدا کنیم'
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
186
resources/lang/hi/web.php
Normal file
186
resources/lang/hi/web.php
Normal file
|
@ -0,0 +1,186 @@
|
||||||
|
<?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',
|
||||||
|
'logout' => 'Logout',
|
||||||
|
|
||||||
|
// 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',
|
||||||
|
|
||||||
|
'emptyCollections' => 'We can\'t seem to find any collections',
|
||||||
|
'emptyPosts' => 'We can\'t seem to find any posts',
|
||||||
|
],
|
||||||
|
|
||||||
|
'menu' => [
|
||||||
|
'viewPost' => 'View Post',
|
||||||
|
'viewProfile' => 'View Profile',
|
||||||
|
'moderationTools' => 'Moderation Tools',
|
||||||
|
'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'
|
||||||
|
],
|
||||||
|
|
||||||
|
'hashtags' => [
|
||||||
|
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||||
|
],
|
||||||
|
|
||||||
|
];
|
186
resources/lang/hr/web.php
Normal file
186
resources/lang/hr/web.php
Normal file
|
@ -0,0 +1,186 @@
|
||||||
|
<?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',
|
||||||
|
'logout' => 'Logout',
|
||||||
|
|
||||||
|
// 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',
|
||||||
|
|
||||||
|
'emptyCollections' => 'We can\'t seem to find any collections',
|
||||||
|
'emptyPosts' => 'We can\'t seem to find any posts',
|
||||||
|
],
|
||||||
|
|
||||||
|
'menu' => [
|
||||||
|
'viewPost' => 'View Post',
|
||||||
|
'viewProfile' => 'View Profile',
|
||||||
|
'moderationTools' => 'Moderation Tools',
|
||||||
|
'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'
|
||||||
|
],
|
||||||
|
|
||||||
|
'hashtags' => [
|
||||||
|
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||||
|
],
|
||||||
|
|
||||||
|
];
|
|
@ -6,7 +6,7 @@ return [
|
||||||
'comment' => 'Commenta',
|
'comment' => 'Commenta',
|
||||||
'commented' => 'Commentato',
|
'commented' => 'Commentato',
|
||||||
'comments' => 'Commenti',
|
'comments' => 'Commenti',
|
||||||
'like' => 'Mi piace',
|
'like' => 'Like',
|
||||||
'liked' => 'Like aggiunto',
|
'liked' => 'Like aggiunto',
|
||||||
'likes' => 'Tutti i Like',
|
'likes' => 'Tutti i Like',
|
||||||
'share' => 'Condividi',
|
'share' => 'Condividi',
|
||||||
|
@ -31,7 +31,7 @@ return [
|
||||||
|
|
||||||
'site' => [
|
'site' => [
|
||||||
'terms' => 'Termini di Utilizzo',
|
'terms' => 'Termini di Utilizzo',
|
||||||
'privacy' => 'Informativa sulla Privacy',
|
'privacy' => 'Informativa Privacy',
|
||||||
],
|
],
|
||||||
|
|
||||||
'navmenu' => [
|
'navmenu' => [
|
||||||
|
@ -55,11 +55,11 @@ return [
|
||||||
'drive' => 'Drive',
|
'drive' => 'Drive',
|
||||||
'settings' => 'Impostazioni',
|
'settings' => 'Impostazioni',
|
||||||
'compose' => 'Crea Nuovo',
|
'compose' => 'Crea Nuovo',
|
||||||
'logout' => 'Logout',
|
'logout' => 'Esci',
|
||||||
|
|
||||||
// Nav footer
|
// Nav footer
|
||||||
'about' => 'Info',
|
'about' => 'Info',
|
||||||
'help' => 'Aiuto',
|
'help' => 'Supporto',
|
||||||
'language' => 'Lingua',
|
'language' => 'Lingua',
|
||||||
'privacy' => 'Privacy',
|
'privacy' => 'Privacy',
|
||||||
'terms' => 'Condizioni',
|
'terms' => 'Condizioni',
|
||||||
|
@ -118,8 +118,8 @@ return [
|
||||||
'followRequested' => 'Richiesta in attesa',
|
'followRequested' => 'Richiesta in attesa',
|
||||||
'joined' => 'Iscritto',
|
'joined' => 'Iscritto',
|
||||||
|
|
||||||
'emptyCollections' => 'We can\'t seem to find any collections',
|
'emptyCollections' => 'Non riusciamo a trovare alcuna collezione',
|
||||||
'emptyPosts' => 'We can\'t seem to find any posts',
|
'emptyPosts' => 'Non riusciamo a trovare alcun post',
|
||||||
],
|
],
|
||||||
|
|
||||||
'menu' => [
|
'menu' => [
|
||||||
|
@ -180,7 +180,7 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'hashtags' => [
|
'hashtags' => [
|
||||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
'emptyFeed' => 'Non riusciamo a trovare alcun post con questo hashtag'
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
186
resources/lang/me/web.php
Normal file
186
resources/lang/me/web.php
Normal file
|
@ -0,0 +1,186 @@
|
||||||
|
<?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',
|
||||||
|
'logout' => 'Logout',
|
||||||
|
|
||||||
|
// 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',
|
||||||
|
|
||||||
|
'emptyCollections' => 'We can\'t seem to find any collections',
|
||||||
|
'emptyPosts' => 'We can\'t seem to find any posts',
|
||||||
|
],
|
||||||
|
|
||||||
|
'menu' => [
|
||||||
|
'viewPost' => 'View Post',
|
||||||
|
'viewProfile' => 'View Profile',
|
||||||
|
'moderationTools' => 'Moderation Tools',
|
||||||
|
'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'
|
||||||
|
],
|
||||||
|
|
||||||
|
'hashtags' => [
|
||||||
|
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||||
|
],
|
||||||
|
|
||||||
|
];
|
186
resources/lang/mk/web.php
Normal file
186
resources/lang/mk/web.php
Normal file
|
@ -0,0 +1,186 @@
|
||||||
|
<?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',
|
||||||
|
'logout' => 'Logout',
|
||||||
|
|
||||||
|
// 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',
|
||||||
|
|
||||||
|
'emptyCollections' => 'We can\'t seem to find any collections',
|
||||||
|
'emptyPosts' => 'We can\'t seem to find any posts',
|
||||||
|
],
|
||||||
|
|
||||||
|
'menu' => [
|
||||||
|
'viewPost' => 'View Post',
|
||||||
|
'viewProfile' => 'View Profile',
|
||||||
|
'moderationTools' => 'Moderation Tools',
|
||||||
|
'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'
|
||||||
|
],
|
||||||
|
|
||||||
|
'hashtags' => [
|
||||||
|
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||||
|
],
|
||||||
|
|
||||||
|
];
|
|
@ -48,14 +48,14 @@ return [
|
||||||
'directMessages' => 'Mensagens privadas',
|
'directMessages' => 'Mensagens privadas',
|
||||||
'notifications' => 'Notificações',
|
'notifications' => 'Notificações',
|
||||||
'groups' => 'Grupos',
|
'groups' => 'Grupos',
|
||||||
'stories' => 'Stories',
|
'stories' => 'Histórias',
|
||||||
|
|
||||||
// Self links
|
// Self links
|
||||||
'profile' => 'Perfil',
|
'profile' => 'Perfil',
|
||||||
'drive' => 'Drive',
|
'drive' => 'Mídias',
|
||||||
'settings' => 'Configurações',
|
'settings' => 'Configurações',
|
||||||
'compose' => 'Criar novo',
|
'compose' => 'Criar novo',
|
||||||
'logout' => 'Logout',
|
'logout' => 'Sair',
|
||||||
|
|
||||||
// Nav footer
|
// Nav footer
|
||||||
'about' => 'Sobre',
|
'about' => 'Sobre',
|
||||||
|
|
|
@ -4,7 +4,7 @@ return [
|
||||||
|
|
||||||
'common' => [
|
'common' => [
|
||||||
'comment' => 'Komentovať',
|
'comment' => 'Komentovať',
|
||||||
'commented' => 'Commented',
|
'commented' => 'Komentoval',
|
||||||
'comments' => 'Komentáre',
|
'comments' => 'Komentáre',
|
||||||
'like' => 'Páči sa mi',
|
'like' => 'Páči sa mi',
|
||||||
'liked' => 'Páči sa mi',
|
'liked' => 'Páči sa mi',
|
||||||
|
@ -55,7 +55,7 @@ return [
|
||||||
'drive' => 'Úložisko',
|
'drive' => 'Úložisko',
|
||||||
'settings' => 'Nastavenia',
|
'settings' => 'Nastavenia',
|
||||||
'compose' => 'Vytvoriť nový',
|
'compose' => 'Vytvoriť nový',
|
||||||
'logout' => 'Logout',
|
'logout' => 'Odhlásiť sa',
|
||||||
|
|
||||||
// Nav footer
|
// Nav footer
|
||||||
'about' => 'O aplikácii',
|
'about' => 'O aplikácii',
|
||||||
|
@ -116,7 +116,7 @@ return [
|
||||||
'unfollow' => 'Prestať sledovať',
|
'unfollow' => 'Prestať sledovať',
|
||||||
'editProfile' => 'Upraviť Profil',
|
'editProfile' => 'Upraviť Profil',
|
||||||
'followRequested' => 'Žiadosť o sledovanie bola odoslaná',
|
'followRequested' => 'Žiadosť o sledovanie bola odoslaná',
|
||||||
'joined' => 'Joined',
|
'joined' => 'Pripojené',
|
||||||
|
|
||||||
'emptyCollections' => 'Zdá sa, že nemôžeme nájsť žiadne kolekcie',
|
'emptyCollections' => 'Zdá sa, že nemôžeme nájsť žiadne kolekcie',
|
||||||
'emptyPosts' => 'Zdá sa, že nemôžeme nájsť žiadne príspevky',
|
'emptyPosts' => 'Zdá sa, že nemôžeme nájsť žiadne príspevky',
|
||||||
|
@ -132,11 +132,11 @@ return [
|
||||||
'embed' => 'Vložiť',
|
'embed' => 'Vložiť',
|
||||||
|
|
||||||
'selectOneOption' => 'Prosím, vyberte jednu z nasledujúcich možností',
|
'selectOneOption' => 'Prosím, vyberte jednu z nasledujúcich možností',
|
||||||
'unlistFromTimelines' => 'Unlist from Timelines',
|
'unlistFromTimelines' => 'Odstrániť z Timelines',
|
||||||
'addCW' => 'Pridať upozornenie o obsahu',
|
'addCW' => 'Pridať upozornenie o obsahu',
|
||||||
'removeCW' => 'Odstrániť upozornenie o obsahu',
|
'removeCW' => 'Odstrániť upozornenie o obsahu',
|
||||||
'markAsSpammer' => 'Označiť ako Spammer',
|
'markAsSpammer' => 'Označiť ako Spammer',
|
||||||
'markAsSpammerText' => 'Unlist + CW existing and future posts',
|
'markAsSpammerText' => 'Odstrániť zo zoznamu + upozornenie o obsahu existujúce a budúce príspevky',
|
||||||
'spam' => 'Spam',
|
'spam' => 'Spam',
|
||||||
'sensitive' => 'Citlivý obsah',
|
'sensitive' => 'Citlivý obsah',
|
||||||
'abusive' => 'Zneužívajúci alebo Škodlivý',
|
'abusive' => 'Zneužívajúci alebo Škodlivý',
|
||||||
|
@ -154,10 +154,10 @@ return [
|
||||||
'modCWSuccess' => 'Upozornenie o obsahu bolo úspešne pridané',
|
'modCWSuccess' => 'Upozornenie o obsahu bolo úspešne pridané',
|
||||||
'modRemoveCWConfirm' => 'Naozaj chcete odstrániť upozornenie o obsahu z tohto príspevku?',
|
'modRemoveCWConfirm' => 'Naozaj chcete odstrániť upozornenie o obsahu z tohto príspevku?',
|
||||||
'modRemoveCWSuccess' => 'Upozornenie o obsahu bolo úspešne odstránené',
|
'modRemoveCWSuccess' => 'Upozornenie o obsahu bolo úspešne odstránené',
|
||||||
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
|
'modUnlistConfirm' => 'Naozaj chcete odstrániť zo zoznamu tento príspevok?',
|
||||||
'modUnlistSuccess' => 'Successfully unlisted post',
|
'modUnlistSuccess' => 'Príspevok bol úspešne odstránený zo zoznamu',
|
||||||
'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' => 'Naozaj chcete označiť tohto používateľa ako odosielateľa spamu? Všetky existujúce a budúce príspevky budú odstránené z timelines a bude pridané upozornenie o obsahu.',
|
||||||
'modMarkAsSpammerSuccess' => 'Účet bol úspešne označený ako spammer',
|
'modMarkAsSpammerSuccess' => 'Účet bol úspešne označený ako odosielateľa spamu',
|
||||||
|
|
||||||
'toFollowers' => 'pre Sledujúcich',
|
'toFollowers' => 'pre Sledujúcich',
|
||||||
|
|
||||||
|
|
|
@ -55,7 +55,7 @@ return [
|
||||||
'drive' => 'Lưu trữ',
|
'drive' => 'Lưu trữ',
|
||||||
'settings' => 'Thiết lập',
|
'settings' => 'Thiết lập',
|
||||||
'compose' => 'Ảnh mới',
|
'compose' => 'Ảnh mới',
|
||||||
'logout' => 'Logout',
|
'logout' => 'Đăng xuất',
|
||||||
|
|
||||||
// Nav footer
|
// Nav footer
|
||||||
'about' => 'Giới thiệu',
|
'about' => 'Giới thiệu',
|
||||||
|
|
Loading…
Add table
Reference in a new issue