mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
New translations web.php (Galician)
[ci skip]
This commit is contained in:
parent
4a34671261
commit
ed183ade4b
1 changed files with 8 additions and 8 deletions
|
@ -55,7 +55,7 @@ return [
|
|||
'drive' => 'Drive',
|
||||
'settings' => 'Axustes',
|
||||
'compose' => 'Crear Nova',
|
||||
'logout' => 'Logout',
|
||||
'logout' => 'Saír',
|
||||
|
||||
// Nav footer
|
||||
'about' => 'Acerca de',
|
||||
|
@ -84,16 +84,16 @@ return [
|
|||
'updatedA' => 'actualizou unha',
|
||||
'sentA' => 'enviou unha',
|
||||
|
||||
'followed' => 'seguiu',
|
||||
'mentioned' => 'mencionou',
|
||||
'you' => 'you',
|
||||
'followed' => 'seguiute',
|
||||
'mentioned' => 'mencionoute',
|
||||
'you' => '.',
|
||||
|
||||
'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',
|
||||
|
@ -118,8 +118,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' => [
|
||||
|
@ -180,7 +180,7 @@ return [
|
|||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
'emptyFeed' => 'Non podemos atopar ningunha publicación con este cancelo'
|
||||
],
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue