forked from mirror/pixelfed
Compare commits
83 commits
dev
...
l10n_stagi
Author | SHA1 | Date | |
---|---|---|---|
|
8a4aefd9c1 | ||
|
26647ec891 | ||
|
4a1e3eb20e | ||
|
b209bca393 | ||
|
d7dbd78532 | ||
|
d6353b7d1d | ||
|
19ece2a2f3 | ||
|
13db7d3756 | ||
|
9d45f4ed3b | ||
|
10db7eedb4 | ||
|
0a1b2eafc3 | ||
|
55188be6e1 | ||
|
7edb3c1329 | ||
|
173d08f1a7 | ||
|
58c955e0ba | ||
|
ae091ed607 | ||
|
5b5c043f0e | ||
|
389e2e07fd | ||
|
84ed608c44 | ||
|
0ea92c090c | ||
|
3b7758b15f | ||
|
358b1d9f9d | ||
|
d6135ccdb9 | ||
|
c696ad4fbe | ||
|
e45018b38e | ||
|
866328576c | ||
|
b6b8b2ffb4 | ||
|
30591bd867 | ||
|
914137b6a7 | ||
|
5e0fc6ca4b | ||
|
1699ce840f | ||
|
438bdea1fb | ||
|
a2b59dd07e | ||
|
e3e18c6a75 | ||
|
b7ae83feb4 | ||
|
858071d008 | ||
|
aaaa27863d | ||
|
ff57f05395 | ||
|
a3d2320455 | ||
|
ddca8b3a86 | ||
|
80be2c6c80 | ||
|
cee9fb5341 | ||
|
60ad0bac16 | ||
|
433b6d7938 | ||
|
9c31568fda | ||
|
a70a65ef05 | ||
|
6b36fa9b3c | ||
|
4a746a69f9 | ||
|
9617a71d2d | ||
|
a9a84ab2e8 | ||
|
280841f88b | ||
|
1fe8b748f2 | ||
|
e6085838ff | ||
|
8f7ad39498 | ||
|
310fb61d9b | ||
|
343f3c215e | ||
|
09ccda9a60 | ||
|
7b2be137b9 | ||
|
1863db640e | ||
|
4497ac872e | ||
|
df8ef8e02c | ||
|
d4c5450928 | ||
|
5f60e321bc | ||
|
7063b0507c | ||
|
f999424751 | ||
|
e677c09430 | ||
|
9a0cdcd2da | ||
|
557190fed1 | ||
|
e44bac7b98 | ||
|
e66fb636be | ||
|
1db9824065 | ||
|
36e183a220 | ||
|
09db33c7ce | ||
|
4bae1d3b42 | ||
|
190d4f2844 | ||
|
af142fa652 | ||
|
34f1c99861 | ||
|
a29deda5b0 | ||
|
30d916a3e8 | ||
|
61c35dff70 | ||
|
db221c14d2 | ||
|
4fc9a887bb | ||
|
b6603ea46d |
41 changed files with 1575 additions and 673 deletions
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => 'Shared',
|
||||
'shares' => 'Shares',
|
||||
'unshare' => 'Unshare',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'Cancel',
|
||||
'copyLink' => 'Copy Link',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'Other',
|
||||
'readMore' => 'Read more',
|
||||
'success' => 'Success',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Sensitive',
|
||||
'sensitiveContent' => 'Sensitive Content',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'modlog',
|
||||
'post' => 'post',
|
||||
'story' => 'story',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'People you may know'
|
||||
'peopleYouMayKnow' => 'People you may know',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => 'تمَّ مُشارَكَتُه',
|
||||
'shares' => 'مُشارَكَات',
|
||||
'unshare' => 'إلغاء المُشارَكَة',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'إلغاء',
|
||||
'copyLink' => 'نَسخ الرابِط',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'اُخرى',
|
||||
'readMore' => 'قراءةُ المزيد',
|
||||
'success' => 'نَجاح',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'حسَّاس',
|
||||
'sensitiveContent' => 'مُحتَوًى حسَّاس',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'سجلات المُشرِف',
|
||||
'post' => 'مَنشور',
|
||||
'story' => 'قَصَّة',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'أشخاصٌ قَد تَعرِفُهُم'
|
||||
'peopleYouMayKnow' => 'أشخاصٌ قَد تَعرِفُهُم',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'على ما يَبدوا، لا يُمكِنُنا العُثور على أي مَنشور يَحتَوي على هذا الوَسم'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -3,26 +3,31 @@
|
|||
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' => 'ভাগ ফিরত নাও',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'Cancel',
|
||||
'copyLink' => 'Copy Link',
|
||||
'delete' => 'Delete',
|
||||
'error' => 'Error',
|
||||
'errorMsg' => 'Something went wrong. Please try again later.',
|
||||
'oops' => 'Oops!',
|
||||
'other' => 'Other',
|
||||
'readMore' => 'Read more',
|
||||
'cancel' => 'বাতিল',
|
||||
'copyLink' => 'সংযোগ অনুলিপি',
|
||||
'delete' => 'মুছো',
|
||||
'error' => 'ত্রুটি',
|
||||
'errorMsg' => 'কোন সমস্যা হয়েছে। কিছুক্ষণ পর আবার চেষ্টা করো।',
|
||||
'oops' => 'ওহো!',
|
||||
'other' => 'অন্যান্য',
|
||||
'readMore' => 'আরো পড়ো',
|
||||
'success' => 'Success',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Sensitive',
|
||||
'sensitiveContent' => 'Sensitive Content',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'modlog',
|
||||
'post' => 'post',
|
||||
'story' => 'story',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'People you may know'
|
||||
'peopleYouMayKnow' => 'People you may know',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => 'Shared',
|
||||
'shares' => 'Shares',
|
||||
'unshare' => 'Unshare',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'Cancel',
|
||||
'copyLink' => 'Copy Link',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'Other',
|
||||
'readMore' => 'Read more',
|
||||
'success' => 'Success',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Sensitive',
|
||||
'sensitiveContent' => 'Sensitive Content',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'modlog',
|
||||
'post' => 'post',
|
||||
'story' => 'story',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'People you may know'
|
||||
'peopleYouMayKnow' => 'People you may know',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => 'S\'han compartit',
|
||||
'shares' => 'S\'han compartit',
|
||||
'unshare' => 'Deixa de compartir',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'Cancel·la',
|
||||
'copyLink' => 'Copia l\'enllaç',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'Altres',
|
||||
'readMore' => 'Llegiu-ne més',
|
||||
'success' => 'Completat amb èxit',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Sensible',
|
||||
'sensitiveContent' => 'Contingut sensible',
|
||||
|
@ -55,7 +60,7 @@ return [
|
|||
'drive' => 'Unitat',
|
||||
'settings' => 'Paràmetres',
|
||||
'compose' => 'Crea un nou',
|
||||
'logout' => 'Logout',
|
||||
'logout' => 'Tanca la sessió',
|
||||
|
||||
// Nav footer
|
||||
'about' => 'Quant a',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'modlog',
|
||||
'post' => 'publicació',
|
||||
'story' => 'història',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -118,8 +124,8 @@ return [
|
|||
'followRequested' => 'Sol·licitud de seguidor',
|
||||
'joined' => 'S\'ha unit',
|
||||
|
||||
'emptyCollections' => 'We can\'t seem to find any collections',
|
||||
'emptyPosts' => 'We can\'t seem to find any posts',
|
||||
'emptyCollections' => 'Sembla que no trobem cap col·lecció',
|
||||
'emptyPosts' => 'Sembla que no trobem cap publicació',
|
||||
],
|
||||
|
||||
'menu' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'Gent que potser coneixes'
|
||||
'peopleYouMayKnow' => 'Gent que potser coneixes',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
'emptyFeed' => 'Sembla que no trobem cap publicació per a aquesta etiqueta'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -6,13 +6,14 @@ return [
|
|||
'comment' => 'Komentář',
|
||||
'commented' => 'Okomentováno',
|
||||
'comments' => 'Komentáře',
|
||||
'like' => 'Líbí se mi',
|
||||
'like' => 'To se mi líbí',
|
||||
'liked' => 'Líbí se',
|
||||
'likes' => 'To se mi líbí',
|
||||
'share' => 'Sdílet',
|
||||
'shared' => 'Sdíleno',
|
||||
'shares' => 'Sdílení',
|
||||
'unshare' => 'Zrušit sdílení',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'Zrušit',
|
||||
'copyLink' => 'Kopírovat odkaz',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'Další',
|
||||
'readMore' => 'Číst více',
|
||||
'success' => 'Úspěch',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Zavřít',
|
||||
'clickHere' => 'klikněte zde',
|
||||
|
||||
'sensitive' => 'Citlivé',
|
||||
'sensitiveContent' => 'Citlivý obsah',
|
||||
|
@ -39,9 +44,9 @@ return [
|
|||
'admin' => 'Administrátorský ovládací panel',
|
||||
|
||||
// Timelines
|
||||
'homeFeed' => 'Domovská časová osa',
|
||||
'localFeed' => 'Místní časová osa',
|
||||
'globalFeed' => 'Globalní časová osa',
|
||||
'homeFeed' => 'Domů',
|
||||
'localFeed' => 'Místní kanál',
|
||||
'globalFeed' => 'Globální kanál',
|
||||
|
||||
// Core features
|
||||
'discover' => 'Objevovat',
|
||||
|
@ -71,7 +76,7 @@ return [
|
|||
'directMessages' => [
|
||||
'inbox' => 'Přijaté zprávy',
|
||||
'sent' => 'Odeslané',
|
||||
'requests' => 'Požadavky'
|
||||
'requests' => 'Žádosti'
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'moderátorský záznam',
|
||||
'post' => 'příspěvek',
|
||||
'story' => 'příbeh',
|
||||
'noneFound' => 'Nebyla nalezena žádná oznámení',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -109,7 +115,7 @@ return [
|
|||
'profile' => [
|
||||
'posts' => 'Příspěvky',
|
||||
'followers' => 'Sledující',
|
||||
'following' => 'Sledovaní',
|
||||
'following' => 'Sleduje',
|
||||
'admin' => 'Administrátor',
|
||||
'collections' => 'Sbírky',
|
||||
'follow' => 'Sledovat',
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'Lidé, které možná znáte'
|
||||
'peopleYouMayKnow' => 'Lidé, které možná znáte',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Vítejte',
|
||||
'thisIsYourHomeFeed' => 'Toto je váš domovský kanál, chronologický kanál příspěvků z účtů, které sledujete.',
|
||||
'letUsHelpYouFind' => 'Pomůžeme vám najít nějaké zajímavé lidi ke sledování',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'Zdá se, že pro tento štítek nelze najít žádné příspěvky'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Vyberte důvod',
|
||||
'reported' => 'Nahlášeno',
|
||||
'sendingReport' => 'Odesílání hlášení',
|
||||
'thanksMsg' => 'Díky za hlášení, lidé jako jste vy pomáhají udržet naši komunitu bezpečnou!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => 'Rhannu',
|
||||
'shares' => 'Rhannu',
|
||||
'unshare' => 'Dad-rannu',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'Canslo',
|
||||
'copyLink' => 'Copïo\'r ddolen',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'Arall',
|
||||
'readMore' => 'Darllen mwy',
|
||||
'success' => 'Llwyddiant',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Sensitif',
|
||||
'sensitiveContent' => 'Cynnwys sensitif',
|
||||
|
@ -55,7 +60,7 @@ return [
|
|||
'drive' => 'Gyriant storio',
|
||||
'settings' => 'Gosodiadau',
|
||||
'compose' => 'Creu newydd',
|
||||
'logout' => 'Logout',
|
||||
'logout' => 'Allgofnodi',
|
||||
|
||||
// Nav footer
|
||||
'about' => 'Amdano',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'modlog',
|
||||
'post' => 'post',
|
||||
'story' => 'stori',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'Pobl efallai eich bod chi\'n eu hadnabod'
|
||||
'peopleYouMayKnow' => 'Pobl efallai eich bod chi\'n eu hadnabod',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'Ni allwn dod o hyd i unrhyw bostiadau ar gyfer yr hashnod hwn'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => 'Shared',
|
||||
'shares' => 'Shares',
|
||||
'unshare' => 'Unshare',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'Cancel',
|
||||
'copyLink' => 'Copy Link',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'Other',
|
||||
'readMore' => 'Read more',
|
||||
'success' => 'Success',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Sensitive',
|
||||
'sensitiveContent' => 'Sensitive Content',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'modlog',
|
||||
'post' => 'post',
|
||||
'story' => 'story',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'People you may know'
|
||||
'peopleYouMayKnow' => 'People you may know',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => 'Geteilt',
|
||||
'shares' => 'Geteilt',
|
||||
'unshare' => 'Teilen rückgängig machen',
|
||||
'bookmark' => 'Lesezeichen',
|
||||
|
||||
'cancel' => 'Abbrechen',
|
||||
'copyLink' => 'Link kopieren',
|
||||
|
@ -22,7 +23,11 @@ return [
|
|||
'oops' => 'Hoppla!',
|
||||
'other' => 'Anderes',
|
||||
'readMore' => 'Weiterlesen',
|
||||
'success' => 'Erfolgreich',
|
||||
'success' => 'Erfolg',
|
||||
'proceed' => 'Fortfahren',
|
||||
'next' => 'Weiter',
|
||||
'close' => 'Schließen',
|
||||
'clickHere' => 'hier klicken',
|
||||
|
||||
'sensitive' => 'Sensibel',
|
||||
'sensitiveContent' => 'Sensibler Inhalt',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'modlog',
|
||||
'post' => 'Beitrag',
|
||||
'story' => 'Story',
|
||||
'noneFound' => 'Keine Benachrichtigungen gefunden',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -147,16 +153,16 @@ return [
|
|||
'confirmReport' => 'Meldung bestätigen',
|
||||
'confirmReportText' => 'Bist du sicher, dass du diesen Beitrag melden möchtest?',
|
||||
'reportSent' => 'Meldung gesendet!',
|
||||
'reportSentText' => 'Wir haben deinen Bericht erfolgreich erhalten.',
|
||||
'reportSentText' => 'Wir haben deine Meldung erfolgreich erhalten.',
|
||||
'reportSentError' => 'Es gab ein Problem beim Melden dieses Beitrags.',
|
||||
|
||||
'modAddCWConfirm' => 'Bist du sicher, dass du diesem Beitrag eine Inhaltswarnung hinzufügen möchtest?',
|
||||
'modCWSuccess' => 'Inhaltswarnung erfolgreich hinzugefügt',
|
||||
'modRemoveCWConfirm' => 'Bist du sicher, dass die Inhaltswarnung auf diesem Beitrag entfernt werden soll?',
|
||||
'modRemoveCWConfirm' => 'Bist du sicher, dass die Inhaltswarnung für diesen Beitrag entfernt werden soll?',
|
||||
'modRemoveCWSuccess' => 'Inhaltswarnung erfolgreich entfernt',
|
||||
'modUnlistConfirm' => 'Bist du sicher, dass du diesen Beitrag nicht listen möchtest?',
|
||||
'modUnlistSuccess' => 'Beitrag erfolgreich nicht gelistet',
|
||||
'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.',
|
||||
'modUnlistSuccess' => 'Beitrag aus Timelines entfernt',
|
||||
'modMarkAsSpammerConfirm' => 'Bist du sicher, dass du diesen Benutzer als Spammer 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' => 'an die Folgenden',
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'Leute, die du vielleicht kennst'
|
||||
'peopleYouMayKnow' => 'Leute, die du vielleicht kennst',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Herzlich willkommen',
|
||||
'thisIsYourHomeFeed' => 'Dies ist Ihr Heim-Feed, ein chronologischer Feed von Beiträgen aus den Konten, denen Sie folgen.',
|
||||
'letUsHelpYouFind' => 'Lassen Sie uns Ihnen helfen, einige interessante Leute zu finden, denen Sie folgen können',
|
||||
'refreshFeed' => 'Feed aktualisieren',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'Wir können keine Beiträge mit diesem Hashtag finden'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Melden',
|
||||
'selectReason' => 'Wählen Sie einen Grund',
|
||||
'reported' => 'Gemeldet',
|
||||
'sendingReport' => 'Meldung wird gesendet',
|
||||
'thanksMsg' => 'Vielen Dank für die Meldung, Leute wie Sie helfen, unsere Community sicher zu halten!',
|
||||
'contactAdminMsg' => 'Wenn Sie einen Administrator zu diesem Beitrag oder dieser Meldung kontaktieren möchten',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => 'Κοινοποιήθηκε',
|
||||
'shares' => 'Κοινοποιήσεις',
|
||||
'unshare' => 'Αναίρεση κοινοποίησης',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'Ακύρωση',
|
||||
'copyLink' => 'Αντιγραφή Συνδέσμου',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'Άλλο',
|
||||
'readMore' => 'Διαβάστε περισσότερα',
|
||||
'success' => 'Επιτυχής',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Ευαίσθητο',
|
||||
'sensitiveContent' => 'Ευαίσθητο περιεχόμενο',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'modlog',
|
||||
'post' => 'δημοσίευση',
|
||||
'story' => 'ιστορία',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'Άτομα που μπορεί να ξέρετε'
|
||||
'peopleYouMayKnow' => 'Άτομα που μπορεί να ξέρετε',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'Δεν μπορούμε να βρούμε δημοσιεύσεις για αυτό το hashtag'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => 'Compartido',
|
||||
'shares' => 'Compartidos',
|
||||
'unshare' => 'No compartir',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'Cancelar',
|
||||
'copyLink' => 'Copiar Enlace',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'Otros',
|
||||
'readMore' => 'Ver más',
|
||||
'success' => 'Correcto',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Sensible',
|
||||
'sensitiveContent' => 'Contenido Sensible',
|
||||
|
@ -55,7 +60,7 @@ return [
|
|||
'drive' => 'Multimedia',
|
||||
'settings' => 'Ajustes',
|
||||
'compose' => 'Crear Nuevo',
|
||||
'logout' => 'Logout',
|
||||
'logout' => 'Cerrar sesión',
|
||||
|
||||
// Nav footer
|
||||
'about' => 'Acerca de',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'modlog',
|
||||
'post' => 'publicación',
|
||||
'story' => 'historia',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -118,8 +124,8 @@ return [
|
|||
'followRequested' => 'Seguimiento Solicitado',
|
||||
'joined' => 'Se unió',
|
||||
|
||||
'emptyCollections' => 'We can\'t seem to find any collections',
|
||||
'emptyPosts' => 'We can\'t seem to find any posts',
|
||||
'emptyCollections' => 'Parece que no podemos encontrar ninguna colección',
|
||||
'emptyPosts' => 'Parece que no podemos encontrar ningún post',
|
||||
],
|
||||
|
||||
'menu' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'Gente que podrías conocer'
|
||||
'peopleYouMayKnow' => 'Gente que podrías conocer',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
'emptyFeed' => 'Parece que no podemos encontrar posts para este hashtag'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => 'Partekatuta',
|
||||
'shares' => 'Partekatze',
|
||||
'unshare' => 'Utzi partekatzeari',
|
||||
'bookmark' => 'Laster-marka',
|
||||
|
||||
'cancel' => 'Utzi',
|
||||
'copyLink' => 'Kopiatu esteka',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'Bestelakoa',
|
||||
'readMore' => 'Irakurri gehiago',
|
||||
'success' => 'Burutu da',
|
||||
'proceed' => 'Jarraitu',
|
||||
'next' => 'Hurrengoa',
|
||||
'close' => 'Itxi',
|
||||
'clickHere' => 'klikatu hemen',
|
||||
|
||||
'sensitive' => 'Hunkigarria',
|
||||
'sensitiveContent' => 'Eduki hunkigarria',
|
||||
|
@ -39,7 +44,7 @@ return [
|
|||
'admin' => 'Adminaren panela',
|
||||
|
||||
// Timelines
|
||||
'homeFeed' => 'Etxeko jarioa',
|
||||
'homeFeed' => 'Hasierako jarioa',
|
||||
'localFeed' => 'Jario lokala',
|
||||
'globalFeed' => 'Jario globala',
|
||||
|
||||
|
@ -55,7 +60,7 @@ return [
|
|||
'drive' => 'Unitatea',
|
||||
'settings' => 'Ezarpenak',
|
||||
'compose' => 'Sortu berria',
|
||||
'logout' => 'Saioa itxi',
|
||||
'logout' => 'Itxi saioa',
|
||||
|
||||
// Nav footer
|
||||
'about' => 'Honi buruz',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'modloga',
|
||||
'post' => 'bidalketa',
|
||||
'story' => 'istorioa',
|
||||
'noneFound' => 'Ez da jakinarazpenik aurkitu',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'Ezagutu dezakezun jendea'
|
||||
'peopleYouMayKnow' => 'Ezagutu dezakezun jendea',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Ongi etorri',
|
||||
'thisIsYourHomeFeed' => 'Hau da zure hasierako jarioa, jarraitzen dituzun kontuen bidalketa jario kronologikoa.',
|
||||
'letUsHelpYouFind' => 'Utzi iezaiguzu jarraitzeko moduko jende interesgarria bilatzen laguntzen',
|
||||
'refreshFeed' => 'Berritu nire jarioa',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'Ez dugu topatu traola hau duen bidalketarik'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Salatu',
|
||||
'selectReason' => 'Hautatu arrazoia',
|
||||
'reported' => 'Salatuta',
|
||||
'sendingReport' => 'Txostena bidaltzen',
|
||||
'thanksMsg' => 'Eskerrik asko salaketagatik, zu bezalako jendeak egiten du komunitatea seguruagoa!',
|
||||
'contactAdminMsg' => 'Kudeatzaile batekin kontaktatu edo salaketa egin nahi baduzu bidalketa honen harira',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => 'Shared',
|
||||
'shares' => 'همرسانی',
|
||||
'unshare' => 'لغو همرسانی',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'لغو',
|
||||
'copyLink' => 'روگرفت پیوند',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'سایر',
|
||||
'readMore' => 'بیشتر بخوانید',
|
||||
'success' => 'موفق',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'حساس',
|
||||
'sensitiveContent' => 'محتوای حساس',
|
||||
|
@ -55,7 +60,7 @@ return [
|
|||
'drive' => 'Drive',
|
||||
'settings' => 'تنظیمات',
|
||||
'compose' => 'فرستهٔ جدید',
|
||||
'logout' => 'Logout',
|
||||
'logout' => 'خروج',
|
||||
|
||||
// Nav footer
|
||||
'about' => 'درباره',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'modlog',
|
||||
'post' => 'فرسته',
|
||||
'story' => 'داستان',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -118,8 +124,8 @@ return [
|
|||
'followRequested' => 'درخواست دنبال کردن فرستاده شد',
|
||||
'joined' => 'پیوست',
|
||||
|
||||
'emptyCollections' => 'به نظر میرسد که نمیتوانیم هیچ مجموعهای پیدا کنیم',
|
||||
'emptyPosts' => 'به نظر میرسد که نمیتوانیم هیچ فرستهای پیدا کنیم',
|
||||
'emptyCollections' => 'We can\'t seem to find any collections',
|
||||
'emptyPosts' => 'We can\'t seem to find any posts',
|
||||
],
|
||||
|
||||
'menu' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'افرادی که ممکن است بشناسید'
|
||||
'peopleYouMayKnow' => 'افرادی که ممکن است بشناسید',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'به نظر میرسد که نمیتوانیم چیزی برای این هشتگ پیدا کنیم'
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -3,80 +3,85 @@
|
|||
return [
|
||||
|
||||
'common' => [
|
||||
'comment' => 'Comment',
|
||||
'commented' => 'Commented',
|
||||
'comments' => 'Comments',
|
||||
'like' => 'Like',
|
||||
'liked' => 'Liked',
|
||||
'likes' => 'Likes',
|
||||
'share' => 'Share',
|
||||
'shared' => 'Shared',
|
||||
'shares' => 'Shares',
|
||||
'unshare' => 'Unshare',
|
||||
'comment' => 'Kommentti',
|
||||
'commented' => 'Kommentoitu',
|
||||
'comments' => 'Kommentit',
|
||||
'like' => 'Tykkää',
|
||||
'liked' => 'Tykätty',
|
||||
'likes' => 'Tykkäykset',
|
||||
'share' => 'Jaa',
|
||||
'shared' => 'Jaettu',
|
||||
'shares' => 'Jaot',
|
||||
'unshare' => 'Peru jakaminen',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'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' => 'Peruuta',
|
||||
'copyLink' => 'Kopioi linkki',
|
||||
'delete' => 'Poista',
|
||||
'error' => 'Virhe',
|
||||
'errorMsg' => 'Jokin meni pieleen. Yritä myöhemmin uudelleen.',
|
||||
'oops' => 'Oho!',
|
||||
'other' => 'Muu',
|
||||
'readMore' => 'Lue lisää',
|
||||
'success' => 'Onnistui',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Sensitive',
|
||||
'sensitiveContent' => 'Sensitive Content',
|
||||
'sensitiveContentWarning' => 'This post may contain sensitive content',
|
||||
'sensitive' => 'Sensitiivinen',
|
||||
'sensitiveContent' => 'Sensitiivinen sisältö',
|
||||
'sensitiveContentWarning' => 'Tämä julkaisu saattaa sisältää sensitiivistä sisältöä',
|
||||
],
|
||||
|
||||
'site' => [
|
||||
'terms' => 'Terms of Use',
|
||||
'privacy' => 'Privacy Policy',
|
||||
'terms' => 'Käyttöehdot',
|
||||
'privacy' => 'Tietosuojakäytäntö',
|
||||
],
|
||||
|
||||
'navmenu' => [
|
||||
'search' => 'Search',
|
||||
'admin' => 'Admin Dashboard',
|
||||
'search' => 'Hae',
|
||||
'admin' => 'Ylläpitäjän hallintapaneeli',
|
||||
|
||||
// Timelines
|
||||
'homeFeed' => 'Home Feed',
|
||||
'localFeed' => 'Local Feed',
|
||||
'globalFeed' => 'Global Feed',
|
||||
'homeFeed' => 'Kotisyöte',
|
||||
'localFeed' => 'Paikallinen syöte',
|
||||
'globalFeed' => 'Maailmanlaajuinen syöte',
|
||||
|
||||
// Core features
|
||||
'discover' => 'Discover',
|
||||
'directMessages' => 'Direct Messages',
|
||||
'notifications' => 'Notifications',
|
||||
'groups' => 'Groups',
|
||||
'stories' => 'Stories',
|
||||
'discover' => 'Tutustu',
|
||||
'directMessages' => 'Yksityisviestit',
|
||||
'notifications' => 'Ilmoitukset',
|
||||
'groups' => 'Ryhmät',
|
||||
'stories' => 'Tarinat',
|
||||
|
||||
// Self links
|
||||
'profile' => 'Profile',
|
||||
'drive' => 'Drive',
|
||||
'settings' => 'Settings',
|
||||
'compose' => 'Create New',
|
||||
'logout' => 'Logout',
|
||||
'profile' => 'Profiili',
|
||||
'drive' => 'Asema',
|
||||
'settings' => 'Asetukset',
|
||||
'compose' => 'Luo uusi',
|
||||
'logout' => 'Kirjaudu ulos',
|
||||
|
||||
// Nav footer
|
||||
'about' => 'About',
|
||||
'help' => 'Help',
|
||||
'language' => 'Language',
|
||||
'privacy' => 'Privacy',
|
||||
'terms' => 'Terms',
|
||||
'about' => 'Tietoja',
|
||||
'help' => 'Ohje',
|
||||
'language' => 'Kieli',
|
||||
'privacy' => 'Yksityisyys',
|
||||
'terms' => 'Ehdot',
|
||||
|
||||
// Temporary links
|
||||
'backToPreviousDesign' => 'Go back to previous design'
|
||||
'backToPreviousDesign' => 'Palaa aiempaan ulkoasuun'
|
||||
],
|
||||
|
||||
'directMessages' => [
|
||||
'inbox' => 'Inbox',
|
||||
'sent' => 'Sent',
|
||||
'requests' => 'Requests'
|
||||
'inbox' => 'Saapuneet',
|
||||
'sent' => 'Lähetetty',
|
||||
'requests' => 'Pyynnöt'
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
'liked' => 'liked your',
|
||||
'commented' => 'commented on your',
|
||||
'liked' => 'tykkäsi sinun',
|
||||
'commented' => 'kommentoi sinun',
|
||||
'reacted' => 'reacted to your',
|
||||
'shared' => 'shared your',
|
||||
'tagged' => 'tagged you in a',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'modlog',
|
||||
'post' => 'post',
|
||||
'story' => 'story',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -141,46 +147,62 @@ return [
|
|||
'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.',
|
||||
'copyrightInfringement' => 'Tekijänoikeusloukkaus',
|
||||
'impersonation' => 'Väärennetty henkilöllisyys',
|
||||
'scamOrFraud' => 'Huijaus tai petos',
|
||||
'confirmReport' => 'Vahvista ilmianto',
|
||||
'confirmReportText' => 'Oletko varma, että haluat ilmiantaa tämän viestin?',
|
||||
'reportSent' => 'Ilmoitus lähetetty!',
|
||||
'reportSentText' => 'Saimme ilmoituksesi.',
|
||||
'reportSentError' => 'Julkaisun ilmianto epäonnistui.',
|
||||
|
||||
'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' => 'Haluatko varmasti lisätä sisältövaroituksen tähän julkaisuun?',
|
||||
'modCWSuccess' => 'Sisältövaroitus lisätty onnistuneesti',
|
||||
'modRemoveCWConfirm' => 'Haluatko varmasti poistaa julkaisun sisältövaroituksen?',
|
||||
'modRemoveCWSuccess' => 'Sisältövaroitus poistettu',
|
||||
'modUnlistConfirm' => 'Haluatko varmasti piilottaa julkaisun?',
|
||||
'modUnlistSuccess' => 'Julkaisu piilotettu onnistuneesti',
|
||||
'modMarkAsSpammerConfirm' => 'Haluatko varmasti merkitä käyttäjän roskapostittajaksi? Kaikki nykyiset ja tulevat julkaisut saavat sisältövaroituksen ja julkaisut piilotetaan julkisilta aikajanoilta.',
|
||||
'modMarkAsSpammerSuccess' => 'Tili merkitty roskapostittajaksi',
|
||||
|
||||
'toFollowers' => 'to Followers',
|
||||
'toFollowers' => 'seuraajille',
|
||||
|
||||
'showCaption' => 'Show Caption',
|
||||
'showLikes' => 'Show Likes',
|
||||
'compactMode' => 'Compact Mode',
|
||||
'embedConfirmText' => 'By using this embed, you agree to our',
|
||||
'showCaption' => 'Näytä kuvaus',
|
||||
'showLikes' => 'Näytä tykkäykset',
|
||||
'compactMode' => 'Kompakti tila',
|
||||
'embedConfirmText' => 'Käyttämällä upotusta, hyväksyt',
|
||||
|
||||
'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' => 'Haluatko varmasti poistaa julkaisun?',
|
||||
'archivePostConfirm' => 'Haluatko varmasti arkistoida julkaisun?',
|
||||
'unarchivePostConfirm' => 'Haluatko varmasti peruuttaa julkaisun arkistoinnin?',
|
||||
],
|
||||
|
||||
'story' => [
|
||||
'add' => 'Add Story'
|
||||
'add' => 'Lisää tarina'
|
||||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'People you may know'
|
||||
'peopleYouMayKnow' => 'People you may know',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -4,7 +4,7 @@ return [
|
|||
|
||||
'common' => [
|
||||
'comment' => 'Commenter',
|
||||
'commented' => 'Commenté',
|
||||
'commented' => 'Commentaires',
|
||||
'comments' => 'Commentaires',
|
||||
'like' => 'J\'aime',
|
||||
'liked' => 'Aimé',
|
||||
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => 'Partagé',
|
||||
'shares' => 'Partages',
|
||||
'unshare' => 'Ne plus partager',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'Annuler',
|
||||
'copyLink' => 'Copier le lien',
|
||||
|
@ -23,10 +24,14 @@ return [
|
|||
'other' => 'Autre',
|
||||
'readMore' => 'En savoir plus',
|
||||
'success' => 'Opération réussie',
|
||||
'proceed' => 'Continuer',
|
||||
'next' => 'Suivant',
|
||||
'close' => 'Fermer',
|
||||
'clickHere' => 'cliquer ici',
|
||||
|
||||
'sensitive' => 'Sensible',
|
||||
'sensitiveContent' => 'Contenu sensible',
|
||||
'sensitiveContentWarning' => 'Le contenu de ce message peut être sensible',
|
||||
'sensitiveContentWarning' => 'Le contenu de cette publication peut être sensible',
|
||||
],
|
||||
|
||||
'site' => [
|
||||
|
@ -39,9 +44,9 @@ return [
|
|||
'admin' => 'Tableau de bord d\'administration',
|
||||
|
||||
// Timelines
|
||||
'homeFeed' => 'Fil principal',
|
||||
'localFeed' => 'Fil local',
|
||||
'globalFeed' => 'Fil global',
|
||||
'homeFeed' => 'Flux principal',
|
||||
'localFeed' => 'Flux local',
|
||||
'globalFeed' => 'Flux global',
|
||||
|
||||
// Core features
|
||||
'discover' => 'Découvrir',
|
||||
|
@ -55,7 +60,7 @@ return [
|
|||
'drive' => 'Médiathèque',
|
||||
'settings' => 'Paramètres',
|
||||
'compose' => 'Publier',
|
||||
'logout' => 'Logout',
|
||||
'logout' => 'Déconnexion',
|
||||
|
||||
// Nav footer
|
||||
'about' => 'À propos',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'journal de modération',
|
||||
'post' => 'publication',
|
||||
'story' => 'story',
|
||||
'noneFound' => 'Aucune notification trouvée',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -115,11 +121,11 @@ return [
|
|||
'follow' => 'S\'abonner',
|
||||
'unfollow' => 'Se désabonner',
|
||||
'editProfile' => 'Modifier votre profil',
|
||||
'followRequested' => 'Demande d\'abonnement',
|
||||
'followRequested' => 'Demande d\'abonnement faite',
|
||||
'joined' => 'A rejoint',
|
||||
|
||||
'emptyCollections' => 'Aucune collection ne semble exister',
|
||||
'emptyPosts' => 'Aucune publication ne semble exister',
|
||||
'emptyPosts' => 'Il semble n’y avoir aucune publication',
|
||||
],
|
||||
|
||||
'menu' => [
|
||||
|
@ -136,7 +142,7 @@ return [
|
|||
'addCW' => 'Ajouter un avertissement de contenu',
|
||||
'removeCW' => 'Enlever l’avertissement de contenu',
|
||||
'markAsSpammer' => 'Marquer comme spammeur·euse',
|
||||
'markAsSpammerText' => 'Retirer + avertissements pour les contenus existants et futurs',
|
||||
'markAsSpammerText' => 'Retirer des flux + ajouter un avertissement de contenu pour les publications existantes et futures',
|
||||
'spam' => 'Indésirable',
|
||||
'sensitive' => 'Contenu sensible',
|
||||
'abusive' => 'Abusif ou préjudiciable',
|
||||
|
@ -155,7 +161,7 @@ return [
|
|||
'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',
|
||||
'modUnlistSuccess' => 'Publication retirée des flux 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',
|
||||
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'Connaissances possibles'
|
||||
'peopleYouMayKnow' => 'Connaissances possibles',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Bienvenue',
|
||||
'thisIsYourHomeFeed' => 'Ceci est votre flux personnel, un flux chronologique des publications de comptes que vous suivez.',
|
||||
'letUsHelpYouFind' => 'Laissez-nous vous aider à trouver des personnes intéressantes à suivre',
|
||||
'refreshFeed' => 'Actualiser mon flux',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'Aucune publication ne semble exister pour ce hashtag'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Signaler',
|
||||
'selectReason' => 'Sélectionner un motif',
|
||||
'reported' => 'Signalé',
|
||||
'sendingReport' => 'Envoi du signalement',
|
||||
'thanksMsg' => 'Merci pour votre signalement, les gens comme vous aident à assurer la sécurité de notre communauté !',
|
||||
'contactAdminMsg' => 'Si vous souhaitez contacter un administrateur à propos de cette publication ou de ce signalement',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -4,48 +4,53 @@ return [
|
|||
|
||||
'common' => [
|
||||
'comment' => 'Beachd',
|
||||
'commented' => 'Commented',
|
||||
'comments' => 'Comments',
|
||||
'like' => 'Like',
|
||||
'liked' => 'Liked',
|
||||
'likes' => 'Likes',
|
||||
'commented' => 'Beachd ris',
|
||||
'comments' => 'Beachdan',
|
||||
'like' => 'Cuir ris na h-annsachdan',
|
||||
'liked' => '’Na annsachd',
|
||||
'likes' => 'Na h-annsachdan',
|
||||
'share' => 'Co-roinn',
|
||||
'shared' => 'Shared',
|
||||
'shares' => 'Shares',
|
||||
'unshare' => 'Unshare',
|
||||
'shared' => '’Ga cho-roinneadh',
|
||||
'shares' => '’Ga cho-roinneadh',
|
||||
'unshare' => 'Na co-roinn tuilleadh',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'Sguir dheth',
|
||||
'copyLink' => 'Dèan lethbhreac dhen cheangal',
|
||||
'delete' => 'Sguab às',
|
||||
'error' => 'Mearachd',
|
||||
'errorMsg' => 'Something went wrong. Please try again later.',
|
||||
'errorMsg' => 'Chaidh rudeigin ceàrr. Feuch ris a-rithist an ceann greis.',
|
||||
'oops' => 'Ìoc!',
|
||||
'other' => 'Other',
|
||||
'readMore' => 'Read more',
|
||||
'success' => 'Success',
|
||||
'other' => 'Eile',
|
||||
'readMore' => 'Leugh an còrr',
|
||||
'success' => 'Chaidh leis',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Frionasach',
|
||||
'sensitiveContent' => 'Susbaint fhrionasach',
|
||||
'sensitiveContentWarning' => 'This post may contain sensitive content',
|
||||
'sensitiveContentWarning' => 'Dh’fhaoidte gu bheil susbaint fhrionasach sa phost seo',
|
||||
],
|
||||
|
||||
'site' => [
|
||||
'terms' => 'Terms of Use',
|
||||
'privacy' => 'Privacy Policy',
|
||||
'terms' => 'Teirmichean a’ chleachdaidh',
|
||||
'privacy' => 'Poileasaidh prìobhaideachd',
|
||||
],
|
||||
|
||||
'navmenu' => [
|
||||
'search' => 'Lorg',
|
||||
'admin' => 'Admin Dashboard',
|
||||
'admin' => 'Deas-bhòrd na rianachd',
|
||||
|
||||
// Timelines
|
||||
'homeFeed' => 'Inbhir na dachaigh',
|
||||
'localFeed' => 'Inbhir ionadail',
|
||||
'globalFeed' => 'Global Feed',
|
||||
'globalFeed' => 'Inbhir co-naisgte',
|
||||
|
||||
// Core features
|
||||
'discover' => 'Discover',
|
||||
'directMessages' => 'Direct Messages',
|
||||
'discover' => 'Fidir',
|
||||
'directMessages' => 'Teachdaireachdan dìreach',
|
||||
'notifications' => 'Brathan',
|
||||
'groups' => 'Buidhnean',
|
||||
'stories' => 'Sgeulan',
|
||||
|
@ -55,7 +60,7 @@ return [
|
|||
'drive' => 'Draibh',
|
||||
'settings' => 'Roghainnean',
|
||||
'compose' => 'Cruthaich fear ùr',
|
||||
'logout' => 'Logout',
|
||||
'logout' => 'Clàraich a-mach',
|
||||
|
||||
// Nav footer
|
||||
'about' => 'Mu dhèidhinn',
|
||||
|
@ -65,110 +70,111 @@ return [
|
|||
'terms' => 'Teirmichean',
|
||||
|
||||
// Temporary links
|
||||
'backToPreviousDesign' => 'Go back to previous design'
|
||||
'backToPreviousDesign' => 'Till dhan cho-dhealbhachd roimhpe'
|
||||
],
|
||||
|
||||
'directMessages' => [
|
||||
'inbox' => 'Am bogsa a-steach',
|
||||
'sent' => 'Sent',
|
||||
'sent' => 'Air a chur',
|
||||
'requests' => 'Iarrtasan'
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
'liked' => 'liked your',
|
||||
'commented' => 'commented on your',
|
||||
'reacted' => 'reacted to your',
|
||||
'shared' => 'shared your',
|
||||
'tagged' => 'tagged you in a',
|
||||
'liked' => '– chuir iad seo uat ris na h-annsachdan aca:',
|
||||
'commented' => '– thug iad beachd air seo uat:',
|
||||
'reacted' => '– fhreagair iad ri seo uat:',
|
||||
'shared' => '– cho-roinn iad seo uat:',
|
||||
'tagged' => '– thug iad iomradh ort ann a sheo:',
|
||||
|
||||
'updatedA' => 'updated a',
|
||||
'sentA' => 'sent a',
|
||||
'updatedA' => '– dh’ùraich iad',
|
||||
'sentA' => '– chuir iad',
|
||||
|
||||
'followed' => 'followed',
|
||||
'mentioned' => 'mentioned',
|
||||
'you' => 'you',
|
||||
'followed' => '– lean iad air:',
|
||||
'mentioned' => '– thug iad iomradh air:',
|
||||
'you' => 'thusa',
|
||||
|
||||
'yourApplication' => 'Your application to join',
|
||||
'applicationApproved' => 'was approved!',
|
||||
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
|
||||
'yourApplication' => 'Tha an t-iarrtas agad air ballrachd air a',
|
||||
'applicationApproved' => 'ghabhail ris!',
|
||||
'applicationRejected' => 'dhiùltadh. ’S urrainn dhut iarrtas air ballrachd a chur a-steach a-rithist às dèidh 6 mìosan.',
|
||||
|
||||
'dm' => 'dm',
|
||||
'groupPost' => 'group post',
|
||||
'modlog' => 'modlog',
|
||||
'dm' => 'teachdaireachd dhìreach',
|
||||
'groupPost' => 'post buidhinn',
|
||||
'modlog' => 'loga nam maor',
|
||||
'post' => 'post',
|
||||
'story' => 'sgeul',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
'shareToFollowers' => 'Share to followers',
|
||||
'shareToOther' => 'Share to other',
|
||||
'noLikes' => 'No likes yet',
|
||||
'uploading' => 'Uploading',
|
||||
'shareToFollowers' => 'Co-roinn leis an luchd-leantainn',
|
||||
'shareToOther' => 'Co-roinn le càch',
|
||||
'noLikes' => 'Chan eil seo ’na annsachd fhathast',
|
||||
'uploading' => '’Ga luchdadh suas',
|
||||
],
|
||||
|
||||
'profile' => [
|
||||
'posts' => 'Posts',
|
||||
'followers' => 'Followers',
|
||||
'following' => 'Following',
|
||||
'admin' => 'Admin',
|
||||
'posts' => 'Postaichean',
|
||||
'followers' => 'Luchd-leantainn',
|
||||
'following' => 'A’ leantainn',
|
||||
'admin' => 'Rianaire',
|
||||
'collections' => 'Cruinneachaidhean',
|
||||
'follow' => 'Lean air',
|
||||
'unfollow' => 'Unfollow',
|
||||
'unfollow' => 'Na lean tuilleadh',
|
||||
'editProfile' => 'Deasaich a’ phròifil',
|
||||
'followRequested' => 'Follow Requested',
|
||||
'joined' => 'Joined',
|
||||
'followRequested' => 'Iarrar leantainn orm',
|
||||
'joined' => 'Air ballrachd fhaighinn',
|
||||
|
||||
'emptyCollections' => 'We can\'t seem to find any collections',
|
||||
'emptyPosts' => 'We can\'t seem to find any posts',
|
||||
'emptyCollections' => 'Cha do lorg sinn cruinneachadh sam bith',
|
||||
'emptyPosts' => 'Cha do lorg sinn post sam bith',
|
||||
],
|
||||
|
||||
'menu' => [
|
||||
'viewPost' => 'Seall am post',
|
||||
'viewProfile' => 'Seall a’ phròifil',
|
||||
'moderationTools' => 'Innealan na maorsainneachd',
|
||||
'report' => 'Report',
|
||||
'archive' => 'Archive',
|
||||
'unarchive' => 'Unarchive',
|
||||
'report' => 'Dèan gearan',
|
||||
'archive' => 'Tasglannaich',
|
||||
'unarchive' => 'Thoir às an tasg-lann',
|
||||
'embed' => 'Leabaich',
|
||||
|
||||
'selectOneOption' => 'Tagh tè dhe na roghainnean seo',
|
||||
'unlistFromTimelines' => 'Unlist from Timelines',
|
||||
'unlistFromTimelines' => 'Falaich o loidhnichean-ama',
|
||||
'addCW' => 'Cuir rabhadh susbainte ris',
|
||||
'removeCW' => 'Thoir air falbh an rabhadh susbainte',
|
||||
'markAsSpammer' => 'Cuir comharra gur e spamair a th’ ann',
|
||||
'markAsSpammerText' => 'Unlist + CW existing and future posts',
|
||||
'markAsSpammerText' => 'Falaich o loidhnichean-ama ⁊ cuir comharra na frionasachd ri postaichean a tha ann ’s ri teachd',
|
||||
'spam' => 'Spama',
|
||||
'sensitive' => 'Susbaint fhrionasach',
|
||||
'abusive' => 'Abusive or Harmful',
|
||||
'underageAccount' => 'Underage Account',
|
||||
'copyrightInfringement' => 'Copyright Infringement',
|
||||
'impersonation' => 'Impersonation',
|
||||
'scamOrFraud' => 'Scam or Fraud',
|
||||
'abusive' => 'Droch-dhìolach no cronail',
|
||||
'underageAccount' => 'Cunntas fo-aoisich',
|
||||
'copyrightInfringement' => 'Briseadh a-steach air còir-lethbhreac',
|
||||
'impersonation' => 'Ann an riochd cuideigin eile',
|
||||
'scamOrFraud' => 'Cleas-meallaidh no foill',
|
||||
'confirmReport' => 'Dearbh an gearan',
|
||||
'confirmReportText' => 'Are you sure you want to report this post?',
|
||||
'confirmReportText' => 'A bheil thu cinnteach gu bheil thu airson gearan a dhèanamh mun phost seo?',
|
||||
'reportSent' => 'Chaidh an gearan a chur!',
|
||||
'reportSentText' => 'Fhuair sinn do ghearan.',
|
||||
'reportSentError' => 'There was an issue reporting this post.',
|
||||
'reportSentError' => 'Thachair duilgheadas le gearan a dhèanamh mun phost seo.',
|
||||
|
||||
'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' => 'A bheil thu cinnteach gu bheil thu airson rabhadh susbainte a chur ris a’ phost seo?',
|
||||
'modCWSuccess' => 'Chaidh rabhadh susbainte a chur ris',
|
||||
'modRemoveCWConfirm' => 'A bheil thu cinnteach gu bheil thu airson an rabhadh susbainte a thoirt air falbh on phost seo?',
|
||||
'modRemoveCWSuccess' => 'Chaidh an rabhadh susbainte a thoirt air falbh',
|
||||
'modUnlistConfirm' => 'A bheil thu cinnteach gu bheil thu airson am post seo fhalach o liostaichean?',
|
||||
'modUnlistSuccess' => 'Chaidh am post fhalach o liostaichean',
|
||||
'modMarkAsSpammerConfirm' => 'A bheil tu cinnteach gu bheil thu comharra an spamair a chur ris a’ cleachdaiche seo? Thèid gach post a tha ann is postaichean ri teachd fhalach o loidhnichean-ama agus rabadh susbainte a chur riutha.',
|
||||
'modMarkAsSpammerSuccess' => 'Chaidh comharra an spamair a chur ris a’ chunntas',
|
||||
|
||||
'toFollowers' => 'to Followers',
|
||||
'toFollowers' => 'dhan luchd-leantainn',
|
||||
|
||||
'showCaption' => 'Seall am fo-thiotal',
|
||||
'showLikes' => 'Show Likes',
|
||||
'compactMode' => 'Compact Mode',
|
||||
'embedConfirmText' => 'By using this embed, you agree to our',
|
||||
'showLikes' => 'Seal na h-annsachdan',
|
||||
'compactMode' => 'Am modh dùmhlaichte',
|
||||
'embedConfirmText' => 'Nuair a chleachdas tu an leabachadh seo, aontaichidh tu ri',
|
||||
|
||||
'deletePostConfirm' => 'A bheil thu cinnteach gu bheil thu airson am post seo a sguabadh à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?',
|
||||
'unarchivePostConfirm' => 'A bheil thu cinnteach gu bheil thu airson am post seo a thoirt às an tasg-lann?',
|
||||
],
|
||||
|
||||
'story' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'People you may know'
|
||||
'peopleYouMayKnow' => 'Daoine as aithne dhut ’s dòcha',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
'emptyFeed' => 'Cha do lorg sinn post sam bith dhan taga hais seo'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => 'Compartiu',
|
||||
'shares' => 'Compartido',
|
||||
'unshare' => 'Non compartir',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'Cancelar',
|
||||
'copyLink' => 'Copiar ligazón',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'Outro',
|
||||
'readMore' => 'Ler máis',
|
||||
'success' => 'Éxito',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Sensible',
|
||||
'sensitiveContent' => 'Contido sensible',
|
||||
|
@ -55,7 +60,7 @@ return [
|
|||
'drive' => 'Drive',
|
||||
'settings' => 'Axustes',
|
||||
'compose' => 'Crear Nova',
|
||||
'logout' => 'Logout',
|
||||
'logout' => 'Saír',
|
||||
|
||||
// Nav footer
|
||||
'about' => 'Acerca de',
|
||||
|
@ -84,19 +89,20 @@ return [
|
|||
'updatedA' => 'actualizou unha',
|
||||
'sentA' => 'enviou unha',
|
||||
|
||||
'followed' => 'seguiu',
|
||||
'mentioned' => 'mencionou',
|
||||
'you' => 'you',
|
||||
'followed' => 'seguiute',
|
||||
'mentioned' => 'mencionoute',
|
||||
'you' => 'ti',
|
||||
|
||||
'yourApplication' => 'A túa solicitude para unirte',
|
||||
'applicationApproved' => 'foi aprobada!',
|
||||
'applicationRejected' => 'for rexeitada. Podes volver a solicitar unirte en 6 meses.',
|
||||
|
||||
'dm' => 'md',
|
||||
'groupPost' => 'group post',
|
||||
'groupPost' => 'publicación grupal',
|
||||
'modlog' => 'modlog',
|
||||
'post' => 'publicación',
|
||||
'story' => 'historia',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -118,8 +124,8 @@ return [
|
|||
'followRequested' => 'Seguimento pedido',
|
||||
'joined' => 'Uniuse',
|
||||
|
||||
'emptyCollections' => 'We can\'t seem to find any collections',
|
||||
'emptyPosts' => 'We can\'t seem to find any posts',
|
||||
'emptyCollections' => 'Non podemos atopar ningunha colección',
|
||||
'emptyPosts' => 'Non podemos atopar ningunha publicación',
|
||||
],
|
||||
|
||||
'menu' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'Xente que podes coñecer'
|
||||
'peopleYouMayKnow' => 'Xente que podes coñecer',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
'emptyFeed' => 'Non podemos atopar ningunha publicación con este cancelo'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => 'שיתפו',
|
||||
'shares' => 'שיתופים',
|
||||
'unshare' => 'ביטול-שיתוף',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'ביטול',
|
||||
'copyLink' => 'העתק קישור',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'אחר',
|
||||
'readMore' => 'קרא עוד',
|
||||
'success' => 'הצלחה',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'רגיש',
|
||||
'sensitiveContent' => 'תוכן רגיש',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'לוג מנהלים',
|
||||
'post' => 'פוסט',
|
||||
'story' => 'סטורי',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'אנשים שאתם אולי מכירים'
|
||||
'peopleYouMayKnow' => 'אנשים שאתם אולי מכירים',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'לא נמצאו פוסטים עבור תיוג זה'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -3,40 +3,45 @@
|
|||
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' => 'साझा न करें',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'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' => 'सफल',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'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',
|
||||
|
@ -44,34 +49,34 @@ return [
|
|||
'globalFeed' => 'Global Feed',
|
||||
|
||||
// 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',
|
||||
'logout' => 'Logout',
|
||||
'drive' => 'ड्राइव',
|
||||
'settings' => 'समायोजन',
|
||||
'compose' => 'नया बनाएँ',
|
||||
'logout' => 'लॉगआउट',
|
||||
|
||||
// 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'
|
||||
],
|
||||
|
||||
'directMessages' => [
|
||||
'inbox' => 'Inbox',
|
||||
'inbox' => 'सन्देश',
|
||||
'sent' => 'Sent',
|
||||
'requests' => 'Requests'
|
||||
'requests' => 'निवेदन'
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
@ -84,30 +89,31 @@ return [
|
|||
'updatedA' => 'updated a',
|
||||
'sentA' => 'sent a',
|
||||
|
||||
'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' => 'अस्वीकृत किया गया। आप ६ मास के उपरांत पुनः आवेदन कर सकते हैं।',
|
||||
|
||||
'dm' => 'dm',
|
||||
'groupPost' => 'group post',
|
||||
'dm' => 'संदेश',
|
||||
'groupPost' => 'सामूहिक प्रकाशन',
|
||||
'modlog' => 'modlog',
|
||||
'post' => 'post',
|
||||
'story' => 'story',
|
||||
'post' => 'प्रकाशन',
|
||||
'story' => 'कथा',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
'shareToFollowers' => 'Share to followers',
|
||||
'shareToOther' => 'Share to other',
|
||||
'noLikes' => 'No likes yet',
|
||||
'uploading' => 'Uploading',
|
||||
'shareToFollowers' => 'अनुयायियों से साझा करें',
|
||||
'shareToOther' => 'अन्यों से साझा करें',
|
||||
'noLikes' => 'अभी तक कोई रुचि नहीं',
|
||||
'uploading' => 'अपलोड हो रहा है',
|
||||
],
|
||||
|
||||
'profile' => [
|
||||
'posts' => 'Posts',
|
||||
'posts' => 'प्रकाशन',
|
||||
'followers' => 'Followers',
|
||||
'following' => 'Following',
|
||||
'admin' => 'Admin',
|
||||
|
@ -150,10 +156,10 @@ return [
|
|||
'reportSentText' => 'We have successfully received your report.',
|
||||
'reportSentError' => 'There was an issue reporting this post.',
|
||||
|
||||
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
|
||||
'modCWSuccess' => 'Successfully added content warning',
|
||||
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
|
||||
'modRemoveCWSuccess' => 'Successfully removed content warning',
|
||||
'modAddCWConfirm' => 'क्या यह निश्चित है कि आप प्रकाशित सामग्री के साथ विषय-वस्तु सम्बंधित चेतावनी जोड़ना चाहते हैं?',
|
||||
'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.',
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'People you may know'
|
||||
'peopleYouMayKnow' => 'People you may know',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => 'Shared',
|
||||
'shares' => 'Shares',
|
||||
'unshare' => 'Unshare',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'Cancel',
|
||||
'copyLink' => 'Copy Link',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'Other',
|
||||
'readMore' => 'Read more',
|
||||
'success' => 'Success',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Sensitive',
|
||||
'sensitiveContent' => 'Sensitive Content',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'modlog',
|
||||
'post' => 'post',
|
||||
'story' => 'story',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'People you may know'
|
||||
'peopleYouMayKnow' => 'People you may know',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -7,12 +7,13 @@ return [
|
|||
'commented' => 'Hozzászólva',
|
||||
'comments' => 'Hozzászólások',
|
||||
'like' => 'Tetszik',
|
||||
'liked' => 'Tetszik',
|
||||
'liked' => 'Kedvelem',
|
||||
'likes' => 'Kedvelések',
|
||||
'share' => 'Megosztás',
|
||||
'shared' => 'Megosztva',
|
||||
'shares' => 'Megosztások',
|
||||
'unshare' => 'Megosztás visszavonása',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'Mégsem',
|
||||
'copyLink' => 'Link másolása',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'Egyéb',
|
||||
'readMore' => 'Tovább',
|
||||
'success' => 'Siker',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Érzékeny',
|
||||
'sensitiveContent' => 'Kényes tartalom',
|
||||
|
@ -39,7 +44,7 @@ return [
|
|||
'admin' => 'Admin irányítópult',
|
||||
|
||||
// Timelines
|
||||
'homeFeed' => 'Saját idővonal',
|
||||
'homeFeed' => 'Kezdőlap',
|
||||
'localFeed' => 'Helyi idővonal',
|
||||
'globalFeed' => 'Globális idővonal',
|
||||
|
||||
|
@ -52,10 +57,10 @@ return [
|
|||
|
||||
// Self links
|
||||
'profile' => 'Profil',
|
||||
'drive' => 'Meghajtó',
|
||||
'drive' => 'Tárhely',
|
||||
'settings' => 'Beállítások',
|
||||
'compose' => 'Új létrehozása',
|
||||
'logout' => 'Logout',
|
||||
'compose' => 'Új bejegyzés létrehozása',
|
||||
'logout' => 'Kijelentkezés',
|
||||
|
||||
// Nav footer
|
||||
'about' => 'Rólunk',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'mod napló',
|
||||
'post' => 'bejegyzés',
|
||||
'story' => 'történet',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'Emberek akiket ismerhetsz'
|
||||
'peopleYouMayKnow' => 'Emberek akiket ismerhetsz',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'Úgy tűnik nem található egy bejegyzés sem ehhez a hashtag-hez'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -13,16 +13,21 @@ return [
|
|||
'shared' => 'Dibagikan',
|
||||
'shares' => 'Dibagikan',
|
||||
'unshare' => 'Batalkan berbagi',
|
||||
'bookmark' => 'Penanda Buku',
|
||||
|
||||
'cancel' => 'Batal',
|
||||
'copyLink' => 'Salin tautan',
|
||||
'delete' => 'Hapus',
|
||||
'error' => 'Kesalahan',
|
||||
'error' => 'Galat',
|
||||
'errorMsg' => 'Telah terjadi kesalahan. Silakan coba lagi nanti.',
|
||||
'oops' => 'Oops!',
|
||||
'other' => 'Lainnya',
|
||||
'readMore' => 'Baca selengkapnya',
|
||||
'success' => 'Berhasil',
|
||||
'proceed' => 'Lanjut',
|
||||
'next' => 'Berikutnya',
|
||||
'close' => 'Tutup',
|
||||
'clickHere' => 'klik di sini',
|
||||
|
||||
'sensitive' => 'Sensitif',
|
||||
'sensitiveContent' => 'Konten Sensitif',
|
||||
|
@ -54,7 +59,7 @@ return [
|
|||
'profile' => 'Profil',
|
||||
'drive' => 'Perangkat Keras',
|
||||
'settings' => 'Pengaturan',
|
||||
'compose' => 'Membuat baru',
|
||||
'compose' => 'Buat baru',
|
||||
'logout' => 'Keluar',
|
||||
|
||||
// Nav footer
|
||||
|
@ -81,7 +86,7 @@ return [
|
|||
'shared' => 'membagikan',
|
||||
'tagged' => 'menandai Anda pada sebuah',
|
||||
|
||||
'updatedA' => 'mengupdate sebuah',
|
||||
'updatedA' => 'memperbarui sebuah',
|
||||
'sentA' => 'mengirim sebuah',
|
||||
|
||||
'followed' => 'diikuti',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'modlog',
|
||||
'post' => 'postingan',
|
||||
'story' => 'cerita',
|
||||
'noneFound' => 'Tak ditemukan pemberitahuan',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -110,7 +116,7 @@ return [
|
|||
'posts' => 'Postingan',
|
||||
'followers' => 'Pengikut',
|
||||
'following' => 'Mengikuti',
|
||||
'admin' => 'Pengelola',
|
||||
'admin' => 'Pengurus',
|
||||
'collections' => 'Koleksi',
|
||||
'follow' => 'Ikuti',
|
||||
'unfollow' => 'Berhenti Ikuti',
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'Orang yang mungkin Anda kenal'
|
||||
'peopleYouMayKnow' => 'Orang yang mungkin Anda kenal',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Selamat Datang',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Segarkan laman umpan',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'Sepertinya kami tidak dapat menemukan postingan untuk tagar ini'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Laporkan',
|
||||
'selectReason' => 'Pilih alasan',
|
||||
'reported' => 'Terlaporkan',
|
||||
'sendingReport' => 'Mengirim laporan',
|
||||
'thanksMsg' => 'Terima kasih atas laporannya, tindakan Anda amat membantu menjaga komunitas!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -6,13 +6,14 @@ return [
|
|||
'comment' => 'Commenta',
|
||||
'commented' => 'Commentato',
|
||||
'comments' => 'Commenti',
|
||||
'like' => 'Like',
|
||||
'like' => 'Mi piace',
|
||||
'liked' => 'Like aggiunto',
|
||||
'likes' => 'Tutti i Like',
|
||||
'share' => 'Condividi',
|
||||
'shared' => 'Condiviso',
|
||||
'shares' => 'Condivisioni',
|
||||
'unshare' => 'Annulla condivisione',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'Annulla',
|
||||
'copyLink' => 'Copia link',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'Altro',
|
||||
'readMore' => 'Leggi di più',
|
||||
'success' => 'Riuscito',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Sensibile',
|
||||
'sensitiveContent' => 'Contenuto Sensibile',
|
||||
|
@ -31,7 +36,7 @@ return [
|
|||
|
||||
'site' => [
|
||||
'terms' => 'Termini di Utilizzo',
|
||||
'privacy' => 'Informativa Privacy',
|
||||
'privacy' => 'Informativa sulla Privacy',
|
||||
],
|
||||
|
||||
'navmenu' => [
|
||||
|
@ -59,7 +64,7 @@ return [
|
|||
|
||||
// Nav footer
|
||||
'about' => 'Info',
|
||||
'help' => 'Supporto',
|
||||
'help' => 'Aiuto',
|
||||
'language' => 'Lingua',
|
||||
'privacy' => 'Privacy',
|
||||
'terms' => 'Condizioni',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'modlog',
|
||||
'post' => 'post',
|
||||
'story' => 'storia',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'Persone che potresti conoscere'
|
||||
'peopleYouMayKnow' => 'Persone che potresti conoscere',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'Non riusciamo a trovare alcun post con questo hashtag'
|
||||
'emptyFeed' => 'Non riusciamo a trovare nessun post con questo hashtag'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => '共有されました',
|
||||
'shares' => '共有',
|
||||
'unshare' => '共有解除',
|
||||
'bookmark' => 'ブックマーク',
|
||||
|
||||
'cancel' => 'キャンセル',
|
||||
'copyLink' => 'リンクをコピー',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'その他',
|
||||
'readMore' => 'もっと読む',
|
||||
'success' => '成功しました',
|
||||
'proceed' => '続行',
|
||||
'next' => '次へ',
|
||||
'close' => '閉じる',
|
||||
'clickHere' => 'ここをクリック',
|
||||
|
||||
'sensitive' => 'センシティブ',
|
||||
'sensitiveContent' => 'センシティブなコンテンツ',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'モデレーションログ',
|
||||
'post' => '投稿',
|
||||
'story' => 'ストーリー',
|
||||
'noneFound' => '通知はありません',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => '知り合いかも'
|
||||
'peopleYouMayKnow' => '知り合いかも',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'ようこそ',
|
||||
'thisIsYourHomeFeed' => 'これはあなたのフォームフィードです、フォローしているアカウントからの投稿が時系列で表示されます。',
|
||||
'letUsHelpYouFind' => '興味のある人をフォローするお手伝いをします',
|
||||
'refreshFeed' => 'フィードをリフレッシュ',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'このハッシュタグの投稿が見つかりませんでした'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => '報告',
|
||||
'selectReason' => '理由を選択してください',
|
||||
'reported' => '報告済み',
|
||||
'sendingReport' => '報告を送信中',
|
||||
'thanksMsg' => '報告ありがとうございます、あなたのような人々が私達のコミュニティーを安全に保ちます!',
|
||||
'contactAdminMsg' => 'この投稿または報告について管理者に問い合わせたい場合',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => 'Shared',
|
||||
'shares' => 'Shares',
|
||||
'unshare' => 'Unshare',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => '취소',
|
||||
'copyLink' => 'Copy Link',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => '기타',
|
||||
'readMore' => '더보기',
|
||||
'success' => '성공',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => '민감함 ',
|
||||
'sensitiveContent' => '민감한 내용',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'modlog',
|
||||
'post' => 'post',
|
||||
'story' => 'story',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'People you may know'
|
||||
'peopleYouMayKnow' => 'People you may know',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => 'Shared',
|
||||
'shares' => 'Shares',
|
||||
'unshare' => 'Unshare',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'Cancel',
|
||||
'copyLink' => 'Copy Link',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'Other',
|
||||
'readMore' => 'Read more',
|
||||
'success' => 'Success',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Sensitive',
|
||||
'sensitiveContent' => 'Sensitive Content',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'modlog',
|
||||
'post' => 'post',
|
||||
'story' => 'story',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'People you may know'
|
||||
'peopleYouMayKnow' => 'People you may know',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => 'Shared',
|
||||
'shares' => 'Shares',
|
||||
'unshare' => 'Unshare',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'Cancel',
|
||||
'copyLink' => 'Copy Link',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'Other',
|
||||
'readMore' => 'Read more',
|
||||
'success' => 'Success',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Sensitive',
|
||||
'sensitiveContent' => 'Sensitive Content',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'modlog',
|
||||
'post' => 'post',
|
||||
'story' => 'story',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'People you may know'
|
||||
'peopleYouMayKnow' => 'People you may know',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => 'Gedeeld',
|
||||
'shares' => 'Gedeeld door',
|
||||
'unshare' => 'Niet meer delen',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'Annuleren',
|
||||
'copyLink' => 'Link kopiëren',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'Anders',
|
||||
'readMore' => 'Lees meer',
|
||||
'success' => 'Geslaagd',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Gevoelig',
|
||||
'sensitiveContent' => 'Gevoelige inhoud',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'modlogboek',
|
||||
'post' => 'post',
|
||||
'story' => 'verhaal',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'Mensen die u misschien kent'
|
||||
'peopleYouMayKnow' => 'Mensen die u misschien kent',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => 'Shared',
|
||||
'shares' => 'Shares',
|
||||
'unshare' => 'Unshare',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'Cancel',
|
||||
'copyLink' => 'Copy Link',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'Other',
|
||||
'readMore' => 'Read more',
|
||||
'success' => 'Success',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Sensitive',
|
||||
'sensitiveContent' => 'Sensitive Content',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'modlog',
|
||||
'post' => 'post',
|
||||
'story' => 'story',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'People you may know'
|
||||
'peopleYouMayKnow' => 'People you may know',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => 'Shared',
|
||||
'shares' => 'Shares',
|
||||
'unshare' => 'Unshare',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'Anullar',
|
||||
'copyLink' => 'Copy Link',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'Other',
|
||||
'readMore' => 'Read more',
|
||||
'success' => 'Success',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Sensitive',
|
||||
'sensitiveContent' => 'Sensitive Content',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'modlog',
|
||||
'post' => 'post',
|
||||
'story' => 'story',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'Personas que coneissètz benlèu'
|
||||
'peopleYouMayKnow' => 'Personas que coneissètz benlèu',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => 'Udostępnione',
|
||||
'shares' => 'Udostępnione',
|
||||
'unshare' => 'Anuluj udostępnianie',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'Anuluj',
|
||||
'copyLink' => 'Kopiuj Link',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'Inne',
|
||||
'readMore' => 'Czytaj więcej',
|
||||
'success' => 'Sukces',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Wrażliwe',
|
||||
'sensitiveContent' => 'Treść wrażliwa',
|
||||
|
@ -55,7 +60,7 @@ return [
|
|||
'drive' => 'Dysk',
|
||||
'settings' => 'Ustawienia',
|
||||
'compose' => 'Utwórz nowy',
|
||||
'logout' => 'Logout',
|
||||
'logout' => 'Wyloguj się',
|
||||
|
||||
// Nav footer
|
||||
'about' => 'O nas',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'logi',
|
||||
'post' => 'post',
|
||||
'story' => 'opowieść',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'Ludzie, których możesz znać'
|
||||
'peopleYouMayKnow' => 'Ludzie, których możesz znać',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'Nie możemy znaleźć żadnych postów dla tego hasztaga'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -6,27 +6,32 @@ return [
|
|||
'comment' => 'Comentar',
|
||||
'commented' => 'Comentado',
|
||||
'comments' => 'Comentários',
|
||||
'like' => 'Curtir',
|
||||
'liked' => 'Curtiu',
|
||||
'likes' => 'Curtidas',
|
||||
'share' => 'Compartilhar',
|
||||
'shared' => 'Compartilhado',
|
||||
'shares' => 'Compartilhamentos',
|
||||
'unshare' => 'Desfazer compartilhamento',
|
||||
'like' => 'Gosto',
|
||||
'liked' => 'Gostei',
|
||||
'likes' => 'Gostos',
|
||||
'share' => 'Partilhar',
|
||||
'shared' => 'Partilhado',
|
||||
'shares' => 'Partilhas',
|
||||
'unshare' => 'Despartilhar',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'Cancelar',
|
||||
'copyLink' => 'Copiar link',
|
||||
'delete' => 'Apagar',
|
||||
'delete' => 'Eliminar',
|
||||
'error' => 'Erro',
|
||||
'errorMsg' => 'Algo deu errado. Por favor, tente novamente mais tarde.',
|
||||
'oops' => 'Opa!',
|
||||
'errorMsg' => 'Algo correu mal. Por favor, tente novamente mais tarde.',
|
||||
'oops' => 'Oops!',
|
||||
'other' => 'Outro',
|
||||
'readMore' => 'Leia mais',
|
||||
'readMore' => 'Ler mais',
|
||||
'success' => 'Sucesso',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Sensível',
|
||||
'sensitiveContent' => 'Conteúdo sensível',
|
||||
'sensitiveContentWarning' => 'Esta publicação pode conter conteúdo inapropriado',
|
||||
'sensitiveContentWarning' => 'Este post pode conter conteúdo sensível',
|
||||
],
|
||||
|
||||
'site' => [
|
||||
|
@ -35,27 +40,27 @@ return [
|
|||
],
|
||||
|
||||
'navmenu' => [
|
||||
'search' => 'Pesquisar',
|
||||
'admin' => 'Painel do Administrador',
|
||||
'search' => 'Pesquisa',
|
||||
'admin' => 'Painel de Administração',
|
||||
|
||||
// Timelines
|
||||
'homeFeed' => 'Página inicial',
|
||||
'homeFeed' => 'Inicio',
|
||||
'localFeed' => 'Feed local',
|
||||
'globalFeed' => 'Feed global',
|
||||
|
||||
// Core features
|
||||
'discover' => 'Explorar',
|
||||
'directMessages' => 'Mensagens privadas',
|
||||
'discover' => 'Descobrir',
|
||||
'directMessages' => 'Mensagens Diretas',
|
||||
'notifications' => 'Notificações',
|
||||
'groups' => 'Grupos',
|
||||
'stories' => 'Histórias',
|
||||
'stories' => 'Stories',
|
||||
|
||||
// Self links
|
||||
'profile' => 'Perfil',
|
||||
'drive' => 'Mídias',
|
||||
'settings' => 'Configurações',
|
||||
'drive' => 'Disco',
|
||||
'settings' => 'Definições',
|
||||
'compose' => 'Criar novo',
|
||||
'logout' => 'Sair',
|
||||
'logout' => 'Logout',
|
||||
|
||||
// Nav footer
|
||||
'about' => 'Sobre',
|
||||
|
@ -65,122 +70,139 @@ return [
|
|||
'terms' => 'Termos',
|
||||
|
||||
// Temporary links
|
||||
'backToPreviousDesign' => 'Voltar ao design anterior'
|
||||
'backToPreviousDesign' => 'Voltar ao design antigo'
|
||||
],
|
||||
|
||||
'directMessages' => [
|
||||
'inbox' => 'Caixa de entrada',
|
||||
'inbox' => 'Caixa de Entrada',
|
||||
'sent' => 'Enviadas',
|
||||
'requests' => 'Solicitações'
|
||||
'requests' => 'Pedidos'
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
'liked' => 'curtiu seu',
|
||||
'commented' => 'comentou em seu',
|
||||
'liked' => 'gostou do seu',
|
||||
'commented' => 'comentou no seu',
|
||||
'reacted' => 'reagiu ao seu',
|
||||
'shared' => 'compartilhou seu',
|
||||
'tagged' => 'marcou você em um',
|
||||
'shared' => 'shared your',
|
||||
'tagged' => 'tagged you in a',
|
||||
|
||||
'updatedA' => 'atualizou um(a)',
|
||||
'sentA' => 'enviou um',
|
||||
'updatedA' => 'updated a',
|
||||
'sentA' => 'sent a',
|
||||
|
||||
'followed' => 'seguiu',
|
||||
'mentioned' => 'mencionado',
|
||||
'you' => 'você',
|
||||
'followed' => 'followed',
|
||||
'mentioned' => 'mentioned',
|
||||
'you' => 'you',
|
||||
|
||||
'yourApplication' => 'Sua inscrição para participar',
|
||||
'applicationApproved' => 'foi aprovado!',
|
||||
'applicationRejected' => 'foi rejeitado. Você pode se inscrever novamente para participar em 6 meses.',
|
||||
'yourApplication' => 'Your application to join',
|
||||
'applicationApproved' => 'was approved!',
|
||||
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
|
||||
|
||||
'dm' => 'mensagem direta',
|
||||
'groupPost' => 'postagem do grupo',
|
||||
'modlog' => 'histórico de moderação',
|
||||
'post' => 'publicação',
|
||||
'story' => 'história',
|
||||
'dm' => 'dm',
|
||||
'groupPost' => 'group post',
|
||||
'modlog' => 'modlog',
|
||||
'post' => 'post',
|
||||
'story' => 'story',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
'shareToFollowers' => 'Compartilhar com os seguidores',
|
||||
'shareToOther' => 'Compartilhar com outros',
|
||||
'noLikes' => 'Ainda sem curtidas',
|
||||
'uploading' => 'Enviando',
|
||||
'shareToFollowers' => 'Share to followers',
|
||||
'shareToOther' => 'Share to other',
|
||||
'noLikes' => 'No likes yet',
|
||||
'uploading' => 'Uploading',
|
||||
],
|
||||
|
||||
'profile' => [
|
||||
'posts' => 'Publicações',
|
||||
'followers' => 'Seguidores',
|
||||
'following' => 'Seguindo',
|
||||
'admin' => 'Administrador',
|
||||
'collections' => 'Coleções',
|
||||
'follow' => 'Seguir',
|
||||
'unfollow' => 'Deixar de seguir',
|
||||
'editProfile' => 'Editar Perfil',
|
||||
'followRequested' => 'Solicitação de seguir enviada',
|
||||
'joined' => 'Entrou',
|
||||
'posts' => 'Posts',
|
||||
'followers' => 'Followers',
|
||||
'following' => 'Following',
|
||||
'admin' => 'Admin',
|
||||
'collections' => 'Collections',
|
||||
'follow' => 'Follow',
|
||||
'unfollow' => 'Unfollow',
|
||||
'editProfile' => 'Edit Profile',
|
||||
'followRequested' => 'Follow Requested',
|
||||
'joined' => 'Joined',
|
||||
|
||||
'emptyCollections' => 'Não conseguimos encontrar nenhuma coleção',
|
||||
'emptyPosts' => 'Não encontramos nenhuma publicação',
|
||||
'emptyCollections' => 'We can\'t seem to find any collections',
|
||||
'emptyPosts' => 'We can\'t seem to find any posts',
|
||||
],
|
||||
|
||||
'menu' => [
|
||||
'viewPost' => 'Ver publicação',
|
||||
'viewProfile' => 'Ver Perfil',
|
||||
'moderationTools' => 'Ferramentas de moderação',
|
||||
'report' => 'Denunciar',
|
||||
'archive' => 'Arquivo',
|
||||
'unarchive' => 'Desarquivar',
|
||||
'embed' => 'Incorporar',
|
||||
'viewPost' => 'View Post',
|
||||
'viewProfile' => 'View Profile',
|
||||
'moderationTools' => 'Moderation Tools',
|
||||
'report' => 'Report',
|
||||
'archive' => 'Archive',
|
||||
'unarchive' => 'Unarchive',
|
||||
'embed' => 'Embed',
|
||||
|
||||
'selectOneOption' => 'Selecione uma das opções a seguir',
|
||||
'unlistFromTimelines' => 'Retirar das linhas do tempo',
|
||||
'addCW' => 'Adicionar aviso de conteúdo',
|
||||
'removeCW' => 'Remover aviso de conteúdo',
|
||||
'markAsSpammer' => 'Marcar como Spammer',
|
||||
'markAsSpammerText' => 'Retirar das linhas do tempo + adicionar aviso de conteúdo às publicações antigas e futuras',
|
||||
'spam' => 'Lixo Eletrônico',
|
||||
'sensitive' => 'Conteúdo sensível',
|
||||
'abusive' => 'Abusivo ou Prejudicial',
|
||||
'underageAccount' => 'Conta de menor de idade',
|
||||
'copyrightInfringement' => 'Violação de direitos autorais',
|
||||
'impersonation' => 'Roubo de identidade',
|
||||
'scamOrFraud' => 'Golpe ou Fraude',
|
||||
'confirmReport' => 'Confirmar denúncia',
|
||||
'confirmReportText' => 'Você realmente quer denunciar esta publicação?',
|
||||
'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' => 'Tem a certeza que deseja denunciar esta mensagem?',
|
||||
'reportSent' => 'Denúncia enviada!',
|
||||
'reportSentText' => 'Nós recebemos sua denúncia com sucesso.',
|
||||
'reportSentError' => 'Houve um problema ao denunciar esta publicação.',
|
||||
'reportSentText' => 'Recebemos com sucesso a sua denúncia.',
|
||||
'reportSentError' => 'Ocorreu um erro ao denunciar este conteúdo.',
|
||||
|
||||
'modAddCWConfirm' => 'Você realmente quer adicionar um aviso de conteúdo a esta publicação?',
|
||||
'modCWSuccess' => 'Aviso de conteúdo sensível adicionado com sucesso',
|
||||
'modRemoveCWConfirm' => 'Você realmente quer remover o aviso de conteúdo desta publicação?',
|
||||
'modRemoveCWSuccess' => 'Aviso de conteúdo sensível removido com sucesso',
|
||||
'modUnlistConfirm' => 'Você realmente quer definir esta publicação como não listada?',
|
||||
'modUnlistSuccess' => 'A publicação foi definida como não listada com sucesso',
|
||||
'modMarkAsSpammerConfirm' => 'Você realmente quer denunciar este usuário por spam? Todas as suas publicações anteriores e futuras serão marcadas com um aviso de conteúdo e removidas das linhas do tempo.',
|
||||
'modMarkAsSpammerSuccess' => 'Perfil denunciado com sucesso',
|
||||
'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' => 'para seguidores',
|
||||
'toFollowers' => 'para Seguidores',
|
||||
|
||||
'showCaption' => 'Mostrar legenda',
|
||||
'showLikes' => 'Mostrar curtidas',
|
||||
'showCaption' => 'Mostar legenda',
|
||||
'showLikes' => 'Mostrar Gostos',
|
||||
'compactMode' => 'Modo compacto',
|
||||
'embedConfirmText' => 'Ao usar de forma “embed”, você concorda com nossas',
|
||||
'embedConfirmText' => 'Ao utilizar este conteúdo, encontra-se a aceitar os nossos',
|
||||
|
||||
'deletePostConfirm' => 'Você tem certeza que deseja excluir esta publicação?',
|
||||
'archivePostConfirm' => 'Tem certeza que deseja arquivar esta publicação?',
|
||||
'unarchivePostConfirm' => 'Tem certeza que deseja desarquivar esta publicação?',
|
||||
'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' => 'Adicionar Story'
|
||||
'add' => 'Adicionar Storie'
|
||||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'Pessoas que você talvez conheça'
|
||||
'peopleYouMayKnow' => 'Pessoas que talvez conheça',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'Não encontramos nenhuma publicação com esta hashtag'
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -3,184 +3,206 @@
|
|||
return [
|
||||
|
||||
'common' => [
|
||||
'comment' => 'Comment',
|
||||
'commented' => 'Commented',
|
||||
'comments' => 'Comments',
|
||||
'like' => 'Like',
|
||||
'liked' => 'Liked',
|
||||
'likes' => 'Likes',
|
||||
'share' => 'Share',
|
||||
'shared' => 'Shared',
|
||||
'shares' => 'Shares',
|
||||
'unshare' => 'Unshare',
|
||||
'comment' => 'Comentariu',
|
||||
'commented' => 'Comentariu',
|
||||
'comments' => 'Comentarii',
|
||||
'like' => 'Îmi place',
|
||||
'liked' => 'Apreciate',
|
||||
'likes' => 'Aprecieri',
|
||||
'share' => 'Partajează',
|
||||
'shared' => 'Partajat',
|
||||
'shares' => 'Partajează',
|
||||
'unshare' => 'Anularea partajării',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'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' => 'Anulează',
|
||||
'copyLink' => 'Copiere legătură',
|
||||
'delete' => 'Șterge',
|
||||
'error' => 'Eroare',
|
||||
'errorMsg' => 'A apărut o problemă. Te rugăm să încerci din nou mai târziu.',
|
||||
'oops' => 'Ups!',
|
||||
'other' => 'Altele',
|
||||
'readMore' => 'Citește mai mult',
|
||||
'success' => 'Succes',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Sensitive',
|
||||
'sensitiveContent' => 'Sensitive Content',
|
||||
'sensitiveContentWarning' => 'This post may contain sensitive content',
|
||||
'sensitive' => 'Sensibil',
|
||||
'sensitiveContent' => 'Conținut sensibil',
|
||||
'sensitiveContentWarning' => 'Această postare poate conține conținut sensibil',
|
||||
],
|
||||
|
||||
'site' => [
|
||||
'terms' => 'Terms of Use',
|
||||
'privacy' => 'Privacy Policy',
|
||||
'terms' => 'Condiții de utilizare',
|
||||
'privacy' => 'Politica de confidenţialitate',
|
||||
],
|
||||
|
||||
'navmenu' => [
|
||||
'search' => 'Search',
|
||||
'admin' => 'Admin Dashboard',
|
||||
'search' => 'Caută',
|
||||
'admin' => 'Panou de administrare',
|
||||
|
||||
// Timelines
|
||||
'homeFeed' => 'Home Feed',
|
||||
'localFeed' => 'Local Feed',
|
||||
'globalFeed' => 'Global Feed',
|
||||
'homeFeed' => 'Flux Acasă',
|
||||
'localFeed' => 'Flux local',
|
||||
'globalFeed' => 'Flux Global',
|
||||
|
||||
// Core features
|
||||
'discover' => 'Discover',
|
||||
'directMessages' => 'Direct Messages',
|
||||
'notifications' => 'Notifications',
|
||||
'groups' => 'Groups',
|
||||
'stories' => 'Stories',
|
||||
'discover' => 'Descoperă',
|
||||
'directMessages' => 'Mesaje directe',
|
||||
'notifications' => 'Notificări',
|
||||
'groups' => 'Grupuri',
|
||||
'stories' => 'Poveşti',
|
||||
|
||||
// Self links
|
||||
'profile' => 'Profile',
|
||||
'drive' => 'Drive',
|
||||
'settings' => 'Settings',
|
||||
'compose' => 'Create New',
|
||||
'logout' => 'Logout',
|
||||
'profile' => 'Profil',
|
||||
'drive' => 'Unitate',
|
||||
'settings' => 'Setări',
|
||||
'compose' => 'Crează nou',
|
||||
'logout' => 'Deconectare',
|
||||
|
||||
// Nav footer
|
||||
'about' => 'About',
|
||||
'help' => 'Help',
|
||||
'language' => 'Language',
|
||||
'privacy' => 'Privacy',
|
||||
'terms' => 'Terms',
|
||||
'about' => 'Despre',
|
||||
'help' => 'Ajutor',
|
||||
'language' => 'Limbă',
|
||||
'privacy' => 'Confidențialitate',
|
||||
'terms' => 'Termeni',
|
||||
|
||||
// Temporary links
|
||||
'backToPreviousDesign' => 'Go back to previous design'
|
||||
'backToPreviousDesign' => 'Înapoi la design-ul anterior'
|
||||
],
|
||||
|
||||
'directMessages' => [
|
||||
'inbox' => 'Inbox',
|
||||
'sent' => 'Sent',
|
||||
'requests' => 'Requests'
|
||||
'inbox' => 'Mesaje',
|
||||
'sent' => 'Trimis',
|
||||
'requests' => 'Cereri'
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
'liked' => 'liked your',
|
||||
'commented' => 'commented on your',
|
||||
'reacted' => 'reacted to your',
|
||||
'shared' => 'shared your',
|
||||
'tagged' => 'tagged you in a',
|
||||
'liked' => 'ți-a plăcut',
|
||||
'commented' => 'a comentat la',
|
||||
'reacted' => 'a reacționat la',
|
||||
'shared' => 'ți-a distribuit',
|
||||
'tagged' => 'te-a etichetat într-un',
|
||||
|
||||
'updatedA' => 'updated a',
|
||||
'sentA' => 'sent a',
|
||||
'updatedA' => 'a actualizat o',
|
||||
'sentA' => 'a trimis o',
|
||||
|
||||
'followed' => 'followed',
|
||||
'mentioned' => 'mentioned',
|
||||
'you' => 'you',
|
||||
'followed' => 'urmărit',
|
||||
'mentioned' => 'menționat',
|
||||
'you' => 'tu',
|
||||
|
||||
'yourApplication' => 'Your application to join',
|
||||
'applicationApproved' => 'was approved!',
|
||||
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
|
||||
'yourApplication' => 'Cererea ta de a te alătura',
|
||||
'applicationApproved' => 'a fost aprobată!',
|
||||
'applicationRejected' => 'a fost respins. Puteţi aplica din nou pentru a vă alătura în 6 luni.',
|
||||
|
||||
'dm' => 'dm',
|
||||
'groupPost' => 'group post',
|
||||
'groupPost' => 'postare grup',
|
||||
'modlog' => 'modlog',
|
||||
'post' => 'post',
|
||||
'story' => 'story',
|
||||
'post' => 'postare',
|
||||
'story' => 'poveste',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
'shareToFollowers' => 'Share to followers',
|
||||
'shareToOther' => 'Share to other',
|
||||
'noLikes' => 'No likes yet',
|
||||
'uploading' => 'Uploading',
|
||||
'shareToFollowers' => 'Distribuie către urmăritori',
|
||||
'shareToOther' => 'Distribuiți altora',
|
||||
'noLikes' => 'Încă nu sunt aprecieri',
|
||||
'uploading' => 'Se încarcă',
|
||||
],
|
||||
|
||||
'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ări',
|
||||
'followers' => 'Urmăritori',
|
||||
'following' => 'Urmăriți',
|
||||
'admin' => 'Administrator',
|
||||
'collections' => 'Colecții',
|
||||
'follow' => 'Urmărește',
|
||||
'unfollow' => 'Nu mai urmări',
|
||||
'editProfile' => 'Editare profil',
|
||||
'followRequested' => 'Urmărește cererea',
|
||||
'joined' => 'S-a alăturat',
|
||||
|
||||
'emptyCollections' => 'We can\'t seem to find any collections',
|
||||
'emptyPosts' => 'We can\'t seem to find any posts',
|
||||
'emptyCollections' => 'Se pare că nu putem găsi colecții',
|
||||
'emptyPosts' => 'Se pare că nu putem găsi niciun post',
|
||||
],
|
||||
|
||||
'menu' => [
|
||||
'viewPost' => 'View Post',
|
||||
'viewProfile' => 'View Profile',
|
||||
'moderationTools' => 'Moderation Tools',
|
||||
'report' => 'Report',
|
||||
'archive' => 'Archive',
|
||||
'unarchive' => 'Unarchive',
|
||||
'embed' => 'Embed',
|
||||
'viewPost' => 'Vizualizați postul',
|
||||
'viewProfile' => 'Vezi Profilul',
|
||||
'moderationTools' => 'Instrumente de moderare',
|
||||
'report' => 'Raportează',
|
||||
'archive' => 'Arhivă',
|
||||
'unarchive' => 'Dezarhivează',
|
||||
'embed' => 'Încorporează',
|
||||
|
||||
'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' => 'Selectaţi una dintre următoarele opţiuni',
|
||||
'unlistFromTimelines' => 'Dezlistare din Timelines',
|
||||
'addCW' => 'Adaugă un avertisment privind conținutul',
|
||||
'removeCW' => 'Elimină avertismentul privind conținutul',
|
||||
'markAsSpammer' => 'Marchează ca Spammer',
|
||||
'markAsSpammerText' => 'Anulare listă + postări CW existente și viitoare',
|
||||
'spam' => 'Spam',
|
||||
'sensitive' => 'Sensitive Content',
|
||||
'abusive' => 'Abusive or Harmful',
|
||||
'underageAccount' => 'Underage Account',
|
||||
'copyrightInfringement' => 'Copyright Infringement',
|
||||
'impersonation' => 'Impersonation',
|
||||
'scamOrFraud' => 'Scam or Fraud',
|
||||
'confirmReport' => 'Confirm Report',
|
||||
'confirmReportText' => 'Are you sure you want to report this post?',
|
||||
'reportSent' => 'Report Sent!',
|
||||
'reportSentText' => 'We have successfully received your report.',
|
||||
'reportSentError' => 'There was an issue reporting this post.',
|
||||
'sensitive' => 'Conținut sensibil',
|
||||
'abusive' => 'Abusiv sau dăunător',
|
||||
'underageAccount' => 'Cont Minor',
|
||||
'copyrightInfringement' => 'Încălcarea drepturilor de autor',
|
||||
'impersonation' => 'Furt de identitate',
|
||||
'scamOrFraud' => 'Înșelătorie sau fraudă',
|
||||
'confirmReport' => 'Confirmați raportul',
|
||||
'confirmReportText' => 'Ești sigur că vrei să raportezi această postare?',
|
||||
'reportSent' => 'Raport trimis!',
|
||||
'reportSentText' => 'Am primit cu succes raportul dvs.',
|
||||
'reportSentError' => 'A existat o problemă la raportarea acestei postări.',
|
||||
|
||||
'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' => 'Sunteţi sigur că doriţi să adăugaţi un avertisment cu privire la conţinut la acest post?',
|
||||
'modCWSuccess' => 'Avertizare conținut adăugat cu succes',
|
||||
'modRemoveCWConfirm' => 'Sigur doriți să eliminați avertizarea conținutului pe acest post?',
|
||||
'modRemoveCWSuccess' => 'Avertisment conținut șters cu succes',
|
||||
'modUnlistConfirm' => 'Ești sigur că vrei să elimini această postare?',
|
||||
'modUnlistSuccess' => 'Mesaj nelistat cu succes',
|
||||
'modMarkAsSpammerConfirm' => 'Sunteţi sigur că doriţi să marcaţi acest utilizator ca un spammer? Toate postările existente și viitoare vor fi nelistate pe calendare și se va aplica un avertisment privind conținutul.',
|
||||
'modMarkAsSpammerSuccess' => 'Contul marcat cu succes ca spammer',
|
||||
|
||||
'toFollowers' => 'to Followers',
|
||||
'toFollowers' => 'la Urmăritori',
|
||||
|
||||
'showCaption' => 'Show Caption',
|
||||
'showLikes' => 'Show Likes',
|
||||
'compactMode' => 'Compact Mode',
|
||||
'embedConfirmText' => 'By using this embed, you agree to our',
|
||||
'showCaption' => 'Afișați legenda',
|
||||
'showLikes' => 'Arată like-urile',
|
||||
'compactMode' => 'Modul compact',
|
||||
'embedConfirmText' => 'Folosind acest lucru încorporat, sunteți de acord cu',
|
||||
|
||||
'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' => 'Sunteţi sigur că doriţi să ştergeţi acest post?',
|
||||
'archivePostConfirm' => 'Sunteți sigur că doriți să arhivați acest post?',
|
||||
'unarchivePostConfirm' => 'Sunteți sigur că doriți să dezarhivați acest post?',
|
||||
],
|
||||
|
||||
'story' => [
|
||||
'add' => 'Add Story'
|
||||
'add' => 'Adăugați poveste'
|
||||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'People you may know'
|
||||
'peopleYouMayKnow' => 'Persoane pe care i-ai putea cunoaște',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
'emptyFeed' => 'Nu putem găsi postări pentru acest hashtag'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => 'Поделились',
|
||||
'shares' => 'Поделились',
|
||||
'unshare' => 'Не делиться',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'Отмена',
|
||||
'copyLink' => 'Скопировать ссылку',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'Прочее',
|
||||
'readMore' => 'Читать далее',
|
||||
'success' => 'Успешно',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Чувствительный',
|
||||
'sensitiveContent' => 'Чувствительный контент',
|
||||
|
@ -55,7 +60,7 @@ return [
|
|||
'drive' => 'Диск',
|
||||
'settings' => 'Настройки',
|
||||
'compose' => 'Создать новый пост',
|
||||
'logout' => 'Logout',
|
||||
'logout' => 'Выйти',
|
||||
|
||||
// Nav footer
|
||||
'about' => 'О нас',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'modlog',
|
||||
'post' => 'пост',
|
||||
'story' => 'история',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -159,12 +165,12 @@ return [
|
|||
'modMarkAsSpammerConfirm' => 'Вы уверены, что хотите отметить этого пользователя спамом? Все существующие и будущие сообщения будут исключены из списка в сроки, и будет применяться предупреждение о содержании.',
|
||||
'modMarkAsSpammerSuccess' => 'Аккаунт успешно помечен как спаммер',
|
||||
|
||||
'toFollowers' => 'to Followers',
|
||||
'toFollowers' => 'подписчикам',
|
||||
|
||||
'showCaption' => 'Показать подпись',
|
||||
'showLikes' => 'Показать отметки "мне нравится"',
|
||||
'compactMode' => 'Компактный режим',
|
||||
'embedConfirmText' => 'By using this embed, you agree to our',
|
||||
'embedConfirmText' => 'Используя этот инстант, вы соглашаетесь с нашими',
|
||||
|
||||
'deletePostConfirm' => 'Вы действительно хотите удалить этот пост?',
|
||||
'archivePostConfirm' => 'Вы действительно хотите архивировать этот пост?',
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'Возможные друзья'
|
||||
'peopleYouMayKnow' => 'Возможные друзья',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'Похоже, мы не можем найти записи для этого хэштега'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -4,7 +4,7 @@ return [
|
|||
|
||||
'common' => [
|
||||
'comment' => 'Komentovať',
|
||||
'commented' => 'Komentoval',
|
||||
'commented' => 'Commented',
|
||||
'comments' => 'Komentáre',
|
||||
'like' => 'Páči sa mi',
|
||||
'liked' => 'Páči sa mi',
|
||||
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => 'Zdieľané',
|
||||
'shares' => 'Zdiaľané',
|
||||
'unshare' => 'Zrušiť zdieľanie',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'Zrušiť',
|
||||
'copyLink' => 'Skopírovať odkaz',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'Iné',
|
||||
'readMore' => 'Zobraziť viac',
|
||||
'success' => 'Hotovo',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Citlivý',
|
||||
'sensitiveContent' => 'Citlivý obsah',
|
||||
|
@ -55,7 +60,7 @@ return [
|
|||
'drive' => 'Úložisko',
|
||||
'settings' => 'Nastavenia',
|
||||
'compose' => 'Vytvoriť nový',
|
||||
'logout' => 'Odhlásiť sa',
|
||||
'logout' => 'Logout',
|
||||
|
||||
// Nav footer
|
||||
'about' => 'O aplikácii',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'modlog',
|
||||
'post' => 'príspevok',
|
||||
'story' => 'story',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -116,7 +122,7 @@ return [
|
|||
'unfollow' => 'Prestať sledovať',
|
||||
'editProfile' => 'Upraviť Profil',
|
||||
'followRequested' => 'Žiadosť o sledovanie bola odoslaná',
|
||||
'joined' => 'Pripojené',
|
||||
'joined' => 'Joined',
|
||||
|
||||
'emptyCollections' => 'Zdá sa, že nemôžeme nájsť žiadne kolekcie',
|
||||
'emptyPosts' => 'Zdá sa, že nemôžeme nájsť žiadne príspevky',
|
||||
|
@ -132,11 +138,11 @@ return [
|
|||
'embed' => 'Vložiť',
|
||||
|
||||
'selectOneOption' => 'Prosím, vyberte jednu z nasledujúcich možností',
|
||||
'unlistFromTimelines' => 'Odstrániť z Timelines',
|
||||
'unlistFromTimelines' => 'Unlist from Timelines',
|
||||
'addCW' => 'Pridať upozornenie o obsahu',
|
||||
'removeCW' => 'Odstrániť upozornenie o obsahu',
|
||||
'markAsSpammer' => 'Označiť ako Spammer',
|
||||
'markAsSpammerText' => 'Odstrániť zo zoznamu + upozornenie o obsahu existujúce a budúce príspevky',
|
||||
'markAsSpammerText' => 'Unlist + CW existing and future posts',
|
||||
'spam' => 'Spam',
|
||||
'sensitive' => 'Citlivý obsah',
|
||||
'abusive' => 'Zneužívajúci alebo Škodlivý',
|
||||
|
@ -154,10 +160,10 @@ return [
|
|||
'modCWSuccess' => 'Upozornenie o obsahu bolo úspešne pridané',
|
||||
'modRemoveCWConfirm' => 'Naozaj chcete odstrániť upozornenie o obsahu z tohto príspevku?',
|
||||
'modRemoveCWSuccess' => 'Upozornenie o obsahu bolo úspešne odstránené',
|
||||
'modUnlistConfirm' => 'Naozaj chcete odstrániť zo zoznamu tento príspevok?',
|
||||
'modUnlistSuccess' => 'Príspevok bol úspešne odstránený zo zoznamu',
|
||||
'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 odosielateľa spamu',
|
||||
'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' => 'Účet bol úspešne označený ako spammer',
|
||||
|
||||
'toFollowers' => 'pre Sledujúcich',
|
||||
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'Ľudia ktorých možno poznáte'
|
||||
'peopleYouMayKnow' => 'Ľudia ktorých možno poznáte',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'Zdá sa, že nemôžeme nájsť žiadne príspevky pre tento hashtag'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => 'Shared',
|
||||
'shares' => 'Shares',
|
||||
'unshare' => 'Unshare',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'Cancel',
|
||||
'copyLink' => 'Copy Link',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'Other',
|
||||
'readMore' => 'Read more',
|
||||
'success' => 'Success',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Sensitive',
|
||||
'sensitiveContent' => 'Sensitive Content',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'modlog',
|
||||
'post' => 'post',
|
||||
'story' => 'story',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'People you may know'
|
||||
'peopleYouMayKnow' => 'People you may know',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -3,152 +3,158 @@
|
|||
return [
|
||||
|
||||
'common' => [
|
||||
'comment' => 'Comment',
|
||||
'commented' => 'Commented',
|
||||
'comments' => 'Comments',
|
||||
'like' => 'Like',
|
||||
'liked' => 'Liked',
|
||||
'likes' => 'Likes',
|
||||
'share' => 'Share',
|
||||
'shared' => 'Shared',
|
||||
'shares' => 'Shares',
|
||||
'unshare' => 'Unshare',
|
||||
'comment' => 'Kommentar',
|
||||
'commented' => 'Kommenterades',
|
||||
'comments' => 'Kommentarer',
|
||||
'like' => 'Gilla',
|
||||
'liked' => 'Gillad',
|
||||
'likes' => 'Gillanden',
|
||||
'share' => 'Dela',
|
||||
'shared' => 'Utdelad',
|
||||
'shares' => 'Utdelade',
|
||||
'unshare' => 'Sluta dela ut',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'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' => 'Avbryt',
|
||||
'copyLink' => 'Kopiera länk',
|
||||
'delete' => 'Ta bort',
|
||||
'error' => 'Fel',
|
||||
'errorMsg' => 'Något gick fel. Vänligen försök igen senare.',
|
||||
'oops' => 'Hoppsan!',
|
||||
'other' => 'Annat',
|
||||
'readMore' => 'Läs mer',
|
||||
'success' => 'Lyckades',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Sensitive',
|
||||
'sensitiveContent' => 'Sensitive Content',
|
||||
'sensitiveContentWarning' => 'This post may contain sensitive content',
|
||||
'sensitive' => 'Känsligt',
|
||||
'sensitiveContent' => 'Känsligt innehåll',
|
||||
'sensitiveContentWarning' => 'Det här inlägget kan innehålla känsligt innehåll',
|
||||
],
|
||||
|
||||
'site' => [
|
||||
'terms' => 'Terms of Use',
|
||||
'privacy' => 'Privacy Policy',
|
||||
'terms' => 'Användarvillkor',
|
||||
'privacy' => 'Integritetspolicy',
|
||||
],
|
||||
|
||||
'navmenu' => [
|
||||
'search' => 'Search',
|
||||
'admin' => 'Admin Dashboard',
|
||||
'search' => 'Sök',
|
||||
'admin' => 'Kontrollpanel för administratör',
|
||||
|
||||
// Timelines
|
||||
'homeFeed' => 'Home Feed',
|
||||
'localFeed' => 'Local Feed',
|
||||
'globalFeed' => 'Global Feed',
|
||||
'homeFeed' => 'Hemflöde',
|
||||
'localFeed' => 'Lokalt flöde',
|
||||
'globalFeed' => 'Globalt flöde',
|
||||
|
||||
// Core features
|
||||
'discover' => 'Discover',
|
||||
'directMessages' => 'Direct Messages',
|
||||
'notifications' => 'Notifications',
|
||||
'groups' => 'Groups',
|
||||
'stories' => 'Stories',
|
||||
'discover' => 'Upptäck',
|
||||
'directMessages' => 'Direktmeddelanden',
|
||||
'notifications' => 'Aviseringar',
|
||||
'groups' => 'Grupper',
|
||||
'stories' => 'Historier',
|
||||
|
||||
// Self links
|
||||
'profile' => 'Profile',
|
||||
'drive' => 'Drive',
|
||||
'settings' => 'Settings',
|
||||
'compose' => 'Create New',
|
||||
'logout' => 'Logout',
|
||||
'profile' => 'Profil',
|
||||
'drive' => 'Enhet',
|
||||
'settings' => 'Inställningar',
|
||||
'compose' => 'Skapa ny',
|
||||
'logout' => 'Logga ut',
|
||||
|
||||
// Nav footer
|
||||
'about' => 'About',
|
||||
'help' => 'Help',
|
||||
'language' => 'Language',
|
||||
'privacy' => 'Privacy',
|
||||
'terms' => 'Terms',
|
||||
'about' => 'Om',
|
||||
'help' => 'Hjälp',
|
||||
'language' => 'Språk',
|
||||
'privacy' => 'Integritet',
|
||||
'terms' => 'Villkor',
|
||||
|
||||
// Temporary links
|
||||
'backToPreviousDesign' => 'Go back to previous design'
|
||||
'backToPreviousDesign' => 'Gå tillbaka till föregående design'
|
||||
],
|
||||
|
||||
'directMessages' => [
|
||||
'inbox' => 'Inbox',
|
||||
'sent' => 'Sent',
|
||||
'requests' => 'Requests'
|
||||
'inbox' => 'Inkorg',
|
||||
'sent' => 'Skickat',
|
||||
'requests' => 'Förfrågningar'
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
'liked' => 'liked your',
|
||||
'commented' => 'commented on your',
|
||||
'reacted' => 'reacted to your',
|
||||
'shared' => 'shared your',
|
||||
'tagged' => 'tagged you in a',
|
||||
'liked' => 'gillade ditt',
|
||||
'commented' => 'kommenterade på din',
|
||||
'reacted' => 'reagerade på din',
|
||||
'shared' => 'delade din',
|
||||
'tagged' => 'taggade dig i ett',
|
||||
|
||||
'updatedA' => 'updated a',
|
||||
'sentA' => 'sent a',
|
||||
'updatedA' => 'uppdaterade en',
|
||||
'sentA' => 'skickade en',
|
||||
|
||||
'followed' => 'followed',
|
||||
'mentioned' => 'mentioned',
|
||||
'you' => 'you',
|
||||
'followed' => 'följde',
|
||||
'mentioned' => 'nämnde',
|
||||
'you' => 'du',
|
||||
|
||||
'yourApplication' => 'Your application to join',
|
||||
'applicationApproved' => 'was approved!',
|
||||
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
|
||||
'yourApplication' => 'Din ansökan för att gå med',
|
||||
'applicationApproved' => 'godkändes!',
|
||||
'applicationRejected' => 'nekades. Du kan söka för att gå med igen om 6 månader.',
|
||||
|
||||
'dm' => 'dm',
|
||||
'groupPost' => 'group post',
|
||||
'groupPost' => 'gruppinlägg',
|
||||
'modlog' => 'modlog',
|
||||
'post' => 'post',
|
||||
'story' => 'story',
|
||||
'post' => 'inlägg',
|
||||
'story' => 'historik',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
'shareToFollowers' => 'Share to followers',
|
||||
'shareToOther' => 'Share to other',
|
||||
'noLikes' => 'No likes yet',
|
||||
'uploading' => 'Uploading',
|
||||
'shareToFollowers' => 'Dela till följare',
|
||||
'shareToOther' => 'Dela till andra',
|
||||
'noLikes' => 'Inga gillningar än',
|
||||
'uploading' => 'Laddar upp',
|
||||
],
|
||||
|
||||
'profile' => [
|
||||
'posts' => 'Posts',
|
||||
'followers' => 'Followers',
|
||||
'following' => 'Following',
|
||||
'admin' => 'Admin',
|
||||
'collections' => 'Collections',
|
||||
'follow' => 'Follow',
|
||||
'unfollow' => 'Unfollow',
|
||||
'editProfile' => 'Edit Profile',
|
||||
'posts' => 'Inlägg',
|
||||
'followers' => 'Följare',
|
||||
'following' => 'Följer',
|
||||
'admin' => 'Administratör',
|
||||
'collections' => 'Samlingar',
|
||||
'follow' => 'Följ',
|
||||
'unfollow' => 'Sluta följa',
|
||||
'editProfile' => 'Redigera profil',
|
||||
'followRequested' => 'Follow Requested',
|
||||
'joined' => 'Joined',
|
||||
'joined' => 'Gick med',
|
||||
|
||||
'emptyCollections' => 'We can\'t seem to find any collections',
|
||||
'emptyPosts' => 'We can\'t seem to find any posts',
|
||||
'emptyCollections' => 'Vi verkar inte kunna hitta några samlingar',
|
||||
'emptyPosts' => 'Vi verkar inte riktigt kunna hitta några inlägg',
|
||||
],
|
||||
|
||||
'menu' => [
|
||||
'viewPost' => 'View Post',
|
||||
'viewProfile' => 'View Profile',
|
||||
'moderationTools' => 'Moderation Tools',
|
||||
'report' => 'Report',
|
||||
'archive' => 'Archive',
|
||||
'unarchive' => 'Unarchive',
|
||||
'embed' => 'Embed',
|
||||
'viewPost' => 'Visa inlägg',
|
||||
'viewProfile' => 'Visa profil',
|
||||
'moderationTools' => 'Verktyg för moderering',
|
||||
'report' => 'Rapportera',
|
||||
'archive' => 'Arkivera',
|
||||
'unarchive' => 'Avarkivera',
|
||||
'embed' => 'Bädda in',
|
||||
|
||||
'selectOneOption' => 'Select one of the following options',
|
||||
'selectOneOption' => 'Välj något av följande alternativ',
|
||||
'unlistFromTimelines' => 'Unlist from Timelines',
|
||||
'addCW' => 'Add Content Warning',
|
||||
'removeCW' => 'Remove Content Warning',
|
||||
'markAsSpammer' => 'Mark as Spammer',
|
||||
'addCW' => 'Lägg till innehållsvarning',
|
||||
'removeCW' => 'Ta bort innehållsvarning',
|
||||
'markAsSpammer' => 'Markera som skickare av skräppost',
|
||||
'markAsSpammerText' => 'Unlist + CW existing and future posts',
|
||||
'spam' => 'Spam',
|
||||
'sensitive' => 'Sensitive Content',
|
||||
'spam' => 'Skräppost',
|
||||
'sensitive' => 'Känsligt innehåll',
|
||||
'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.',
|
||||
'underageAccount' => 'Minderårigt konto',
|
||||
'copyrightInfringement' => 'Upphovsrättsintrång',
|
||||
'impersonation' => 'Imitering',
|
||||
'scamOrFraud' => 'Lurendrejeri eller Bedrägeri',
|
||||
'confirmReport' => 'Bekräfta rapport',
|
||||
'confirmReportText' => 'Är du säker på att du vill rapportera det här inlägget?',
|
||||
'reportSent' => 'Rapporten skickades!',
|
||||
'reportSentText' => 'Mottagningen av din rapport lyckades.',
|
||||
'reportSentError' => 'Det uppstod ett problem när det här inlägget skulle rapporteras.',
|
||||
|
||||
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
|
||||
'modCWSuccess' => 'Successfully added content warning',
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'People you may know'
|
||||
'peopleYouMayKnow' => 'People you may know',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -4,15 +4,16 @@ return [
|
|||
|
||||
'common' => [
|
||||
'comment' => 'Yorum',
|
||||
'commented' => 'Yorumlar',
|
||||
'commented' => 'Yorum yaptı',
|
||||
'comments' => 'Yorumlar',
|
||||
'like' => 'Beğen',
|
||||
'liked' => 'Beğenildi',
|
||||
'likes' => 'Beğeniler',
|
||||
'share' => 'Paylaş',
|
||||
'shared' => 'Paylaşılan',
|
||||
'shared' => 'Paylaşıldı',
|
||||
'shares' => 'Paylaşılanlar',
|
||||
'unshare' => 'Paylaşımı kaldır',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'İptal',
|
||||
'copyLink' => 'Bağlantıyı Kopyala',
|
||||
|
@ -23,8 +24,12 @@ return [
|
|||
'other' => 'Diğer',
|
||||
'readMore' => 'Daha fazlasını oku',
|
||||
'success' => 'Başarılı',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Hassasiyet',
|
||||
'sensitive' => 'Hassas',
|
||||
'sensitiveContent' => 'Hassas içerik',
|
||||
'sensitiveContentWarning' => 'Bu ileti hassas içerik içeriyor olabilir',
|
||||
],
|
||||
|
@ -39,13 +44,13 @@ return [
|
|||
'admin' => 'Yönetici Paneli',
|
||||
|
||||
// Timelines
|
||||
'homeFeed' => 'Home Feed',
|
||||
'homeFeed' => 'Ana Akış',
|
||||
'localFeed' => 'Yerel Akış',
|
||||
'globalFeed' => 'Evrensel Akış',
|
||||
|
||||
// Core features
|
||||
'discover' => 'Keşfet',
|
||||
'directMessages' => 'Direkt Mesajlar',
|
||||
'directMessages' => 'Doğrudan İletiler',
|
||||
'notifications' => 'Bildirimler',
|
||||
'groups' => 'Gruplar',
|
||||
'stories' => 'Hikayeler',
|
||||
|
@ -55,7 +60,7 @@ return [
|
|||
'drive' => 'Depolama',
|
||||
'settings' => 'Ayarlar',
|
||||
'compose' => 'Yeni oluştur',
|
||||
'logout' => 'Logout',
|
||||
'logout' => 'Oturumu kapat',
|
||||
|
||||
// Nav footer
|
||||
'about' => 'Hakkında',
|
||||
|
@ -95,15 +100,16 @@ return [
|
|||
'dm' => 'özel mesaj',
|
||||
'groupPost' => 'group post',
|
||||
'modlog' => 'modlog',
|
||||
'post' => 'post',
|
||||
'post' => 'gönderi',
|
||||
'story' => 'hikaye',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
'shareToFollowers' => 'Takipçileri paylaş',
|
||||
'shareToOther' => 'Share to other',
|
||||
'noLikes' => 'Henüz beğenilmedi',
|
||||
'uploading' => 'Yükleniyor',
|
||||
'uploading' => 'Karşıya Yükleniyor',
|
||||
],
|
||||
|
||||
'profile' => [
|
||||
|
@ -111,7 +117,7 @@ return [
|
|||
'followers' => 'Takipçiler',
|
||||
'following' => 'Takip ediliyor',
|
||||
'admin' => 'Yönetici',
|
||||
'collections' => 'Koleksiyonlar',
|
||||
'collections' => 'Derlemeler',
|
||||
'follow' => 'Takip et',
|
||||
'unfollow' => 'Takibi bırak',
|
||||
'editProfile' => 'Profili Düzenle',
|
||||
|
@ -125,7 +131,7 @@ return [
|
|||
'menu' => [
|
||||
'viewPost' => 'Gönderiyi görüntüle',
|
||||
'viewProfile' => 'Profili Görüntüle',
|
||||
'moderationTools' => 'Denetim Ayarları',
|
||||
'moderationTools' => 'Denetim Araçları',
|
||||
'report' => 'Bildir',
|
||||
'archive' => 'Archive',
|
||||
'unarchive' => 'Arşivden çıkar',
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'Tanıyor olabileceğin kişiler'
|
||||
'peopleYouMayKnow' => 'Tanıyor olabileceğin kişiler',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => 'Shared',
|
||||
'shares' => 'Shares',
|
||||
'unshare' => 'Unshare',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'Cancel',
|
||||
'copyLink' => 'Copy Link',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'Other',
|
||||
'readMore' => 'Read more',
|
||||
'success' => 'Success',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Sensitive',
|
||||
'sensitiveContent' => 'Sensitive Content',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'modlog',
|
||||
'post' => 'post',
|
||||
'story' => 'story',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'People you may know'
|
||||
'peopleYouMayKnow' => 'People you may know',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => 'Đã chia sẻ',
|
||||
'shares' => 'Lượt chia sẻ',
|
||||
'unshare' => 'Hủy chia sẻ',
|
||||
'bookmark' => 'Lưu',
|
||||
|
||||
'cancel' => 'Hủy',
|
||||
'copyLink' => 'Chép link',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'Khác',
|
||||
'readMore' => 'Xem thêm',
|
||||
'success' => 'Hoàn tất',
|
||||
'proceed' => 'Tiếp tục',
|
||||
'next' => 'Tiếp theo',
|
||||
'close' => 'Đóng',
|
||||
'clickHere' => 'nhấn vào đây',
|
||||
|
||||
'sensitive' => 'Nhạy cảm',
|
||||
'sensitiveContent' => 'Nội dung nhạy cảm',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'nhật ký kiểm duyệt',
|
||||
'post' => 'bài đăng',
|
||||
'story' => 'khoảnh khắc',
|
||||
'noneFound' => 'Không có thông báo mới',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'Những người bạn có thể biết'
|
||||
'peopleYouMayKnow' => 'Những người bạn có thể biết',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Chào mừng',
|
||||
'thisIsYourHomeFeed' => 'Đây là bảng tin của bạn, được xếp theo thứ tự thời gian với những tài khoản mà bạn theo dõi.',
|
||||
'letUsHelpYouFind' => 'Đây là vài người thú vị mà bạn nên theo dõi',
|
||||
'refreshFeed' => 'Làm tươi bảng tin',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'Không tìm thấy ảnh nào với hashtag này'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Báo cáo',
|
||||
'selectReason' => 'Chọn một lý do',
|
||||
'reported' => 'Bị báo cáo',
|
||||
'sendingReport' => 'Đang gửi báo cáo...',
|
||||
'thanksMsg' => 'Cảm ơn đã gửi báo cáo, bạn đã giúp cộng đồng sạch hơn!',
|
||||
'contactAdminMsg' => 'Nếu cần thiết, hãy liên hệ quản trị viên về ảnh này hoặc báo cáo',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
@ -13,6 +13,7 @@ return [
|
|||
'shared' => 'Shared',
|
||||
'shares' => 'Shares',
|
||||
'unshare' => 'Unshare',
|
||||
'bookmark' => 'Bookmark',
|
||||
|
||||
'cancel' => 'Cancel',
|
||||
'copyLink' => 'Copy Link',
|
||||
|
@ -23,6 +24,10 @@ return [
|
|||
'other' => 'Other',
|
||||
'readMore' => 'Read more',
|
||||
'success' => 'Success',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Sensitive',
|
||||
'sensitiveContent' => 'Sensitive Content',
|
||||
|
@ -97,6 +102,7 @@ return [
|
|||
'modlog' => 'modlog',
|
||||
'post' => 'post',
|
||||
'story' => 'story',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
|
@ -176,11 +182,27 @@ return [
|
|||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'People you may know'
|
||||
'peopleYouMayKnow' => 'People you may know',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||
'refreshFeed' => 'Refresh my feed',
|
||||
],
|
||||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
'report' => 'Report',
|
||||
'selectReason' => 'Select a reason',
|
||||
'reported' => 'Reported',
|
||||
'sendingReport' => 'Sending report',
|
||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue