mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Create site.php
This commit is contained in:
parent
112fd39619
commit
7f79c5e84c
1 changed files with 13 additions and 0 deletions
13
resources/lang/id/site.php
Normal file
13
resources/lang/id/site.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
return [
|
||||
'about' => 'Tentang',
|
||||
'help' => 'Bantuan',
|
||||
'language' => 'Bahasa',
|
||||
'fediverse' => 'Fediverse',
|
||||
'opensource' => 'Open Source',
|
||||
'terms' => 'Syarat',
|
||||
'privacy' => 'Privasi',
|
||||
'l10nWip' => 'Kami masih mengusahakan fitur multi bahasa ini',
|
||||
'currentLocale' => 'Locale sekarang',
|
||||
'selectLocale' => 'Pilih salah satu bahasa yang tersedia',
|
||||
];
|
Loading…
Reference in a new issue