mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
New translations web.php (Spanish)
[ci skip]
This commit is contained in:
parent
18b5070206
commit
970fa7db62
1 changed files with 4 additions and 4 deletions
|
@ -55,7 +55,7 @@ return [
|
|||
'drive' => 'Multimedia',
|
||||
'settings' => 'Ajustes',
|
||||
'compose' => 'Crear Nuevo',
|
||||
'logout' => 'Logout',
|
||||
'logout' => 'Cerrar sesión',
|
||||
|
||||
// Nav footer
|
||||
'about' => 'Acerca de',
|
||||
|
@ -118,8 +118,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' => [
|
||||
|
@ -180,7 +180,7 @@ return [
|
|||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
'emptyFeed' => 'Parece que no podemos encontrar posts para este hashtag'
|
||||
],
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue