Skip to content

Commit

Permalink
Merge pull request #31 from daviddprtma/master
Browse files Browse the repository at this point in the history
[Feature] Add Indonesian translations
  • Loading branch information
3x1io authored Oct 27, 2024
2 parents c664781 + 888cefa commit bf2db99
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/filament-translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
'label' => 'Burmese',
'flag' => 'mm',
],
'id' => [
'label' => 'Indonesia',
'flag' => 'id',
],
],

/*
Expand Down
8 changes: 8 additions & 0 deletions resources/lang/id/global.php
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',
];
46 changes: 46 additions & 0 deletions resources/lang/id/translation.php
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',
],
];

0 comments on commit bf2db99

Please sign in to comment.