mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-24 16:53:17 +00:00
Create site.php
This commit is contained in:
parent
be081c6427
commit
997a913aa1
1 changed files with 13 additions and 0 deletions
13
resources/lang/eu/site.php
Normal file
13
resources/lang/eu/site.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
return [
|
||||
'about' => 'Honi buruz',
|
||||
'help' => 'Laguntza',
|
||||
'language' => 'Hizkuntza',
|
||||
'fediverse' => 'Fedibertsoa',
|
||||
'opensource' => 'Kode irekia',
|
||||
'terms' => 'Lege oharra',
|
||||
'privacy' => 'Pribatutasuna',
|
||||
'l10nWip' => 'Oraindik lokalizazioen sustenguan lanean gaude',
|
||||
'currentLocale' => 'Uneko hizkuntza',
|
||||
'selectLocale' => 'Aukeratu onartutako hizkuntzetako bat',
|
||||
];
|
Loading…
Reference in a new issue