mirror of https://github.com/pixelfed/pixelfed
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
370 B
PHP
14 lines
370 B
PHP
<?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',
|
|
];
|