1
0
Fork 0

New translations web.php (Catalan)

[ci skip]
This commit is contained in:
daniel 2022-03-01 22:15:32 -07:00
parent 34f1c99861
commit af142fa652
1 changed files with 27 additions and 5 deletions

View File

@ -13,6 +13,7 @@ return [
'shared' => 'S\'han compartit', 'shared' => 'S\'han compartit',
'shares' => 'S\'han compartit', 'shares' => 'S\'han compartit',
'unshare' => 'Deixa de compartir', 'unshare' => 'Deixa de compartir',
'bookmark' => 'Bookmark',
'cancel' => 'Cancel·la', 'cancel' => 'Cancel·la',
'copyLink' => 'Copia l\'enllaç', 'copyLink' => 'Copia l\'enllaç',
@ -23,6 +24,10 @@ return [
'other' => 'Altres', 'other' => 'Altres',
'readMore' => 'Llegiu-ne més', 'readMore' => 'Llegiu-ne més',
'success' => 'Completat amb èxit', 'success' => 'Completat amb èxit',
'proceed' => 'Proceed',
'next' => 'Next',
'close' => 'Close',
'clickHere' => 'click here',
'sensitive' => 'Sensible', 'sensitive' => 'Sensible',
'sensitiveContent' => 'Contingut sensible', 'sensitiveContent' => 'Contingut sensible',
@ -55,7 +60,7 @@ return [
'drive' => 'Unitat', 'drive' => 'Unitat',
'settings' => 'Paràmetres', 'settings' => 'Paràmetres',
'compose' => 'Crea un nou', 'compose' => 'Crea un nou',
'logout' => 'Logout', 'logout' => 'Tanca la sessió',
// Nav footer // Nav footer
'about' => 'Quant a', 'about' => 'Quant a',
@ -97,6 +102,7 @@ return [
'modlog' => 'modlog', 'modlog' => 'modlog',
'post' => 'publicació', 'post' => 'publicació',
'story' => 'història', 'story' => 'història',
'noneFound' => 'No notifications found',
], ],
'post' => [ 'post' => [
@ -118,8 +124,8 @@ return [
'followRequested' => 'Sol·licitud de seguidor', 'followRequested' => 'Sol·licitud de seguidor',
'joined' => 'S\'ha unit', 'joined' => 'S\'ha unit',
'emptyCollections' => 'We can\'t seem to find any collections', 'emptyCollections' => 'Sembla que no trobem cap col·lecció',
'emptyPosts' => 'We can\'t seem to find any posts', 'emptyPosts' => 'Sembla que no trobem cap publicació',
], ],
'menu' => [ 'menu' => [
@ -176,11 +182,27 @@ return [
], ],
'timeline' => [ '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' => [ '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',
], ],
]; ];