mirror of https://github.com/pixelfed/pixelfed.git
parent
61c35dff70
commit
30d916a3e8
|
@ -13,6 +13,7 @@ return [
|
||||||
'shared' => 'Compartido',
|
'shared' => 'Compartido',
|
||||||
'shares' => 'Compartidos',
|
'shares' => 'Compartidos',
|
||||||
'unshare' => 'No compartir',
|
'unshare' => 'No compartir',
|
||||||
|
'bookmark' => 'Bookmark',
|
||||||
|
|
||||||
'cancel' => 'Cancelar',
|
'cancel' => 'Cancelar',
|
||||||
'copyLink' => 'Copiar Enlace',
|
'copyLink' => 'Copiar Enlace',
|
||||||
|
@ -23,6 +24,10 @@ return [
|
||||||
'other' => 'Otros',
|
'other' => 'Otros',
|
||||||
'readMore' => 'Ver más',
|
'readMore' => 'Ver más',
|
||||||
'success' => 'Correcto',
|
'success' => 'Correcto',
|
||||||
|
'proceed' => 'Proceed',
|
||||||
|
'next' => 'Next',
|
||||||
|
'close' => 'Close',
|
||||||
|
'clickHere' => 'click here',
|
||||||
|
|
||||||
'sensitive' => 'Sensible',
|
'sensitive' => 'Sensible',
|
||||||
'sensitiveContent' => 'Contenido Sensible',
|
'sensitiveContent' => 'Contenido Sensible',
|
||||||
|
@ -55,7 +60,7 @@ return [
|
||||||
'drive' => 'Multimedia',
|
'drive' => 'Multimedia',
|
||||||
'settings' => 'Ajustes',
|
'settings' => 'Ajustes',
|
||||||
'compose' => 'Crear Nuevo',
|
'compose' => 'Crear Nuevo',
|
||||||
'logout' => 'Logout',
|
'logout' => 'Cerrar sesión',
|
||||||
|
|
||||||
// Nav footer
|
// Nav footer
|
||||||
'about' => 'Acerca de',
|
'about' => 'Acerca de',
|
||||||
|
@ -97,6 +102,7 @@ return [
|
||||||
'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' => 'Seguimiento Solicitado',
|
'followRequested' => 'Seguimiento Solicitado',
|
||||||
'joined' => 'Se unió',
|
'joined' => 'Se unió',
|
||||||
|
|
||||||
'emptyCollections' => 'We can\'t seem to find any collections',
|
'emptyCollections' => 'Parece que no podemos encontrar ninguna colección',
|
||||||
'emptyPosts' => 'We can\'t seem to find any posts',
|
'emptyPosts' => 'Parece que no podemos encontrar ningún post',
|
||||||
],
|
],
|
||||||
|
|
||||||
'menu' => [
|
'menu' => [
|
||||||
|
@ -176,11 +182,27 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'timeline' => [
|
'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' => [
|
'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',
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue