mirror of https://github.com/pixelfed/pixelfed.git
parent
557190fed1
commit
9a0cdcd2da
|
@ -13,6 +13,7 @@ return [
|
||||||
'shared' => 'Compartiu',
|
'shared' => 'Compartiu',
|
||||||
'shares' => 'Compartido',
|
'shares' => 'Compartido',
|
||||||
'unshare' => 'Non compartir',
|
'unshare' => 'Non compartir',
|
||||||
|
'bookmark' => 'Bookmark',
|
||||||
|
|
||||||
'cancel' => 'Cancelar',
|
'cancel' => 'Cancelar',
|
||||||
'copyLink' => 'Copiar ligazón',
|
'copyLink' => 'Copiar ligazón',
|
||||||
|
@ -23,6 +24,10 @@ return [
|
||||||
'other' => 'Outro',
|
'other' => 'Outro',
|
||||||
'readMore' => 'Ler máis',
|
'readMore' => 'Ler máis',
|
||||||
'success' => 'Éxito',
|
'success' => 'Éxito',
|
||||||
|
'proceed' => 'Proceed',
|
||||||
|
'next' => 'Next',
|
||||||
|
'close' => 'Close',
|
||||||
|
'clickHere' => 'click here',
|
||||||
|
|
||||||
'sensitive' => 'Sensible',
|
'sensitive' => 'Sensible',
|
||||||
'sensitiveContent' => 'Contido sensible',
|
'sensitiveContent' => 'Contido sensible',
|
||||||
|
@ -55,7 +60,7 @@ return [
|
||||||
'drive' => 'Drive',
|
'drive' => 'Drive',
|
||||||
'settings' => 'Axustes',
|
'settings' => 'Axustes',
|
||||||
'compose' => 'Crear Nova',
|
'compose' => 'Crear Nova',
|
||||||
'logout' => 'Logout',
|
'logout' => 'Saír',
|
||||||
|
|
||||||
// Nav footer
|
// Nav footer
|
||||||
'about' => 'Acerca de',
|
'about' => 'Acerca de',
|
||||||
|
@ -86,17 +91,18 @@ return [
|
||||||
|
|
||||||
'followed' => 'seguiu',
|
'followed' => 'seguiu',
|
||||||
'mentioned' => 'mencionou',
|
'mentioned' => 'mencionou',
|
||||||
'you' => 'you',
|
'you' => 'ti',
|
||||||
|
|
||||||
'yourApplication' => 'A túa solicitude para unirte',
|
'yourApplication' => 'A túa solicitude para unirte',
|
||||||
'applicationApproved' => 'foi aprobada!',
|
'applicationApproved' => 'foi aprobada!',
|
||||||
'applicationRejected' => 'for rexeitada. Podes volver a solicitar unirte en 6 meses.',
|
'applicationRejected' => 'for rexeitada. Podes volver a solicitar unirte en 6 meses.',
|
||||||
|
|
||||||
'dm' => 'md',
|
'dm' => 'md',
|
||||||
'groupPost' => 'group post',
|
'groupPost' => 'publicación grupal',
|
||||||
'modlog' => 'modlog',
|
'modlog' => 'modlog',
|
||||||
'post' => 'publicación',
|
'post' => 'publicación',
|
||||||
'story' => 'historia',
|
'story' => 'historia',
|
||||||
|
'noneFound' => 'No notifications found',
|
||||||
],
|
],
|
||||||
|
|
||||||
'post' => [
|
'post' => [
|
||||||
|
@ -118,8 +124,8 @@ return [
|
||||||
'followRequested' => 'Seguimento pedido',
|
'followRequested' => 'Seguimento pedido',
|
||||||
'joined' => 'Uniuse',
|
'joined' => 'Uniuse',
|
||||||
|
|
||||||
'emptyCollections' => 'We can\'t seem to find any collections',
|
'emptyCollections' => 'Non podemos atopar ningunha colección',
|
||||||
'emptyPosts' => 'We can\'t seem to find any posts',
|
'emptyPosts' => 'Non podemos atopar ningunha publicación',
|
||||||
],
|
],
|
||||||
|
|
||||||
'menu' => [
|
'menu' => [
|
||||||
|
@ -176,11 +182,27 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'timeline' => [
|
'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' => [
|
'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',
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue