mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Create site.php - Catalan
This commit is contained in:
parent
a1e096ee06
commit
d417b52245
1 changed files with 17 additions and 0 deletions
17
resources/lang/ca/site.php
Normal file
17
resources/lang/ca/site.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
return [
|
||||
'about' => 'Sobre... ',
|
||||
'help' => 'Suport',
|
||||
'language' => 'Llengua',
|
||||
'fediverse' => 'Fediverse',
|
||||
'opensource' => 'Codi Obert',
|
||||
'terms' => 'Condicions',
|
||||
'privacy' => 'Privacitat',
|
||||
'l10nWip' => 'Estem treballant en el suport local',
|
||||
'currentLocale' => 'Configuració local actual',
|
||||
'selectLocale' => 'Seleccioneu una de les llengües disponibles',
|
||||
'contact' => 'Contacta',
|
||||
'contact-us' => 'Contacteu-nos',
|
||||
'places' => 'Llocs',
|
||||
'profiles' => 'Perfils',
|
||||
];
|
Loading…
Reference in a new issue