mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Create navmenu.php - Catalan
This commit is contained in:
parent
21afa3b29a
commit
853c9d2068
1 changed files with 18 additions and 0 deletions
18
resources/lang/ca/navmenu.php
Normal file
18
resources/lang/ca/navmenu.php
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
<?php
|
||||||
|
return [
|
||||||
|
'search' => 'Cerca',
|
||||||
|
'home' => 'Inici',
|
||||||
|
'local' => 'Local',
|
||||||
|
'network' => 'Xarxa',
|
||||||
|
'discover' => 'Descobrir',
|
||||||
|
'viewMyProfile' => 'Veure el meu perfil',
|
||||||
|
'myProfile' => 'El meu perfil',
|
||||||
|
'myTimeline' => 'La meva Línia temporal',
|
||||||
|
'publicTimeline' => 'Línia temporal Pública',
|
||||||
|
'remoteFollow' => 'Seguiment Remot',
|
||||||
|
'settings' => 'Ajustatges',
|
||||||
|
'admin' => 'Admin',
|
||||||
|
'logout' => 'Tanca la sessió',
|
||||||
|
'directMessages' => 'Missatges Directes',
|
||||||
|
'composePost' => 'Compon una publicació',
|
||||||
|
];
|
Loading…
Reference in a new issue