-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from daviddprtma/master
[Feature] Add Indonesian translations
- Loading branch information
Showing
3 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
|
||
return [ | ||
'created_at' => 'Dibuat pada', | ||
'updated_at' => 'Diperbarui pada', | ||
'filter_by_group' => 'Filter berdasarkan Grup', | ||
'filter_by_null_text' => 'Filter berdasarkan Teks Kosong', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => [ | ||
'home' => 'Terjemahan', | ||
'list' => 'Terjemahan', | ||
'create' => 'Buat Terjemahan', | ||
'edit' => 'Edit Terjemahan', | ||
], | ||
'label' => 'Terjemahan', | ||
'single' => 'Terjemahan', | ||
'group' => 'Pengaturan', | ||
'gpt_scan_language' => 'Bahasa', | ||
'gpt_scan' => 'Gunakan GPT', | ||
'gpt_scan_notification_start' => 'Pemindaian GPT telah dimulai', | ||
'gpt_scan_notifications_done' => 'Pemindaian GPT telah selesai', | ||
'google_scan' => 'Gunakan Google Translate', | ||
'google_scan_notifications_start' => 'Pemindaian Google-Translate telah dimulai', | ||
'google_scan_notifications_done' => 'Pemindaian Google-Translate telah selesai', | ||
'clear_notifications' => 'Terjemahan telah dihapus', | ||
'clear' => 'Hapus Semua Terjemahan', | ||
'key' => 'Kunci', | ||
'text' => 'Teks', | ||
'scan' => 'Pindai Bahasa Baru', | ||
'namespace' => 'Namespace', | ||
'notification' => 'Bahasa telah berhasil diubah', | ||
'loaded' => 'Daftar terjemahan telah diperbarui', | ||
'uploaded' => 'Terjemahan telah berhasil diunggah', | ||
'import' => 'Impor', | ||
'export' => 'Ekspor', | ||
'import-file' => 'Pilih File yang Diimpor Setelah Menerjemahkannya', | ||
'menu' => 'Ubah Bahasa', | ||
'modal' => [ | ||
'heading' => 'Perbarui bahasa saat ini', | ||
'button' => 'Simpan, bahasa', | ||
'setting' => 'Pengaturan', | ||
'select' => 'Bahasa', | ||
], | ||
'lang' => [ | ||
'ar' => 'Arab', | ||
'en' => 'Inggris', | ||
'pt_BR' => 'Português (Brasil)', | ||
'my' => 'Burmese', | ||
'de' => 'Jerman', | ||
], | ||
]; |