first commit

This commit is contained in:
Eric Li
2025-06-13 12:09:50 +08:00
commit b12cd07419
545 changed files with 39389 additions and 0 deletions

16
lang/vendor/backpack/id/backup.php vendored Normal file
View File

@ -0,0 +1,16 @@
<?php
// --------------------------------------------------------
// This is only a pointer file, not an actual language file
// --------------------------------------------------------
//
// If you've copied this file to your /resources/lang/vendor/backpack/
// folder, please delete it, it's no use there. You need to copy/publish the
// actual language file, from the package.
// If a langfile with the same name exists in the package, load that one
if (file_exists(__DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
return include __DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
}
return [];

71
lang/vendor/backpack/id/base.php vendored Normal file
View File

@ -0,0 +1,71 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Backpack\Base Language Lines
|--------------------------------------------------------------------------
*/
'registration_closed' => 'Pendaftaran di tutup.',
'no_email_column' => 'Pengguna tidak memiliki alamat email terkait.',
'first_page_you_see' => 'Halaman pertama yang Anda lihat setelah login',
'login_status' => 'Status Masuk',
'logged_in' => 'Anda sudah masuk!',
'toggle_navigation' => 'Navigasi beralih',
'administration' => 'Administrasi',
'user' => 'Pengguna',
'logout' => 'Keluar',
'login' => 'Masuk',
'register' => 'Daftar',
'name' => 'Nama',
'email_address' => 'Alamat Email',
'password' => 'Sandi',
'old_password' => 'Kata sandi lama',
'new_password' => 'Kata sandi baru',
'confirm_password' => 'Konfirmasi Sandi',
'remember_me' => 'Ingat Saya',
'forgot_your_password' => 'Lupa kata sandi?',
'reset_password' => 'Setel ulang sandi',
'send_reset_link' => 'Kirim link reset kata sandi',
'click_here_to_reset' => 'Klik Disini untuk menyetel ulang kata sandi',
'change_password' => 'Ganti kata sandi',
'unauthorized' => 'Tidak Sah.',
'dashboard' => 'Dasbor',
'handcrafted_by' => 'Dibuat oleh',
'powered_by' => 'Didukung oleh',
'my_account' => 'Akun saya',
'update_account_info' => 'Perbarui Info Akun',
'save' => 'Simpan',
'cancel' => 'Batalkan',
'error' => 'Terjadi kesalahan',
'success' => 'Sukses',
'warning' => 'Peringatan',
'notice' => 'Perhatian',
'old_password_incorrect' => 'Kata sandi lama salah.',
'password_dont_match' => 'Kata sandi tidak cocok.',
'password_empty' => 'Pastikan kedua kolom kata sandi diisi.',
'password_updated' => 'Kata sandi diperbarui.',
'account_updated' => 'Akun berhasil diperbarui.',
'unknown_error' => 'Telah terjadi kesalahan yang tidak diketahui. Silakan coba lagi.',
'error_saving' => 'Kesalahan saat menyimpan. Silakan coba lagi.',
'session_expired_error' => 'Sesi Anda telah berakhir. Silakan login kembali ke akun Anda.',
'welcome' => 'Selamat datang!',
'use_sidebar' => 'Gunakan menu kiri untuk membuat, mengedit, atau menghapus konten.',
'password_reset' => [
'greeting' => 'Halo!',
'subject' => 'Setel Ulang Pemberitahuan Kata Sandi',
'line_1' => 'Anda menerima email ini karena kami menerima permintaan pengaturan ulang kata sandi untuk akun Anda.',
'line_2' => 'Klik tombol di bawah untuk mengatur ulang kata sandi Anda:',
'button' => 'Setel Ulang Kata Sandi',
'notice' => 'Jika Anda tidak meminta pengaturan ulang kata sandi, tidak ada tindakan lebih lanjut yang diperlukan.',
],
'step' => 'Langkah',
'confirm_email' => 'Konfirmasi email',
'choose_new_password' => 'Pilih Kata Sandi Baru',
'confirm_new_password' => 'Konfirmasi kata sandi baru',
];

159
lang/vendor/backpack/id/crud.php vendored Normal file
View File

@ -0,0 +1,159 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Backpack Crud Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the CRUD interface.
| You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
// Forms
'save_action_save_and_new' => 'Simpan dan buat baru',
'save_action_save_and_edit' => 'Simpan dan lanjutkan perubahan',
'save_action_save_and_back' => 'Simpan dan kembali',
'save_action_save_and_preview' => 'Simpan dan lihat',
'save_action_changed_notification' => 'Perilaku default setelah penyimpanan diubah.',
// Create form
'add' => 'Tambah',
'back_to_all' => 'Kembali ke semua ',
'cancel' => 'Batal',
'add_a_new' => 'Tambahkan yang baru ',
// Edit form
'edit' => 'Ubah',
'save' => 'Simpan',
// Translatable models
'edit_translations' => 'Terjemahan',
'language' => 'Bahasa',
// CRUD table view
'all' => 'Semua ',
'in_the_database' => 'di database',
'list' => 'Daftar',
'reset' => 'Set ulang',
'actions' => 'Aksi',
'preview' => 'Lihat',
'delete' => 'Hapus',
'admin' => 'Admin',
'details_row' => 'Ini adalah baris rincian. Ubah sesuka Anda.',
'details_row_loading_error' => 'Terjadi kesalahan saat memuat detail. Silakan coba lagi.',
'clone' => 'Duplikat',
'clone_success' => '<strong>Masukan telah diduplikat</strong><br>Masukan baru telah ditambahkan, dengan informasi yang sama.',
'clone_failure' => '<strong>Proses duplikat gagal</strong><br>Masukan baru tidak dapat dibuat. Silakan coba lagi.',
// Confirmation messages and bubbles
'delete_confirm' => 'Anda yakin ingin menghapus item ini?',
'delete_confirmation_title' => 'Item Dihapus',
'delete_confirmation_message' => 'Item telah berhasil dihapus.',
'delete_confirmation_not_title' => 'TIDAK dihapus',
'delete_confirmation_not_message' => 'Terjadi kesalahan. Item Anda mungkin belum dihapus.',
'delete_confirmation_not_deleted_title' => 'Tidak dihapus',
'delete_confirmation_not_deleted_message' => 'Tidak ada yang terjadi. Item Anda aman.',
// Bulk actions
'bulk_no_entries_selected_title' => 'Tidak ada masukan yang dipilih',
'bulk_no_entries_selected_message' => 'Silakan pilih satu atau lebih untuk melakukan tindakan massal pada mereka.',
// Bulk confirmation
'bulk_delete_are_you_sure' => 'Anda yakin ingin menghapus :number item ini?',
'bulk_delete_sucess_title' => 'Item dihapus',
'bulk_delete_sucess_message' => ' item telah dihapus',
'bulk_delete_error_title' => 'Penghapusan gagal',
'bulk_delete_error_message' => 'Satu atau lebih item tidak dapat dihapus',
// Ajax errors
'ajax_error_title' => 'Terjadi kesalahan',
'ajax_error_text' => 'Terjadi kesalahan saat memuat halaman. Harap segarkan halaman.',
// DataTables translation
'emptyTable' => 'Tak ada data yang tersedia pada tabel ini',
'info' => 'Menampilkan _START_ hingga _END_ dari _TOTAL_ masukan',
'infoEmpty' => 'Tidak ada masukan',
'infoFiltered' => '(difilter dari _MAX_ jumlah masukan)',
'infoPostFix' => '.',
'thousands' => ',',
'lengthMenu' => '_MENU_ masukan per halaman',
'loadingRecords' => 'Memuat...',
'processing' => 'Memproses...',
'search' => 'Cari',
'zeroRecords' => 'Tidak ada data yang cocok ditemukan',
'paginate' => [
'first' => 'Pertama',
'last' => 'Terakhir',
'next' => 'Selanjutnya',
'previous' => 'Sebelumnya',
],
'aria' => [
'sortAscending' => ': aktifkan untuk mengurutkan kolom naik',
'sortDescending' => ': aktifkan untuk mengurutkan kolom turun',
],
'export' => [
'export' => 'Ekspor',
'copy' => 'Salin',
'excel' => 'Excel',
'csv' => 'CSV',
'pdf' => 'PDF',
'print' => 'Cetak',
'column_visibility' => 'Visibilitas kolom',
],
// global crud - errors
'unauthorized_access' => 'Akses tidak sah - Anda tidak memiliki izin yang diperlukan untuk melihat halaman ini.',
'please_fix' => 'Harap perbaiki yang berikut ini:',
// global crud - success / error notification bubbles
'insert_success' => 'Item berhasil ditambahkan.',
'update_success' => 'Item berhasil diubah.',
// CRUD reorder view
'reorder' => 'Susun ulang',
'reorder_text' => 'Gunakan seret & lepas untuk menyusun ulang.',
'reorder_success_title' => 'Selesai',
'reorder_success_message' => 'Susunan Anda telah disimpan.',
'reorder_error_title' => 'Terjadi kesalahan',
'reorder_error_message' => 'Susunan Anda belum tersimpan',
// CRUD yes/no
'yes' => 'Ya',
'no' => 'Tidak',
// CRUD filters navbar view
'filters' => 'Filter',
'toggle_filters' => 'Alihkan filter',
'remove_filters' => 'Hapus filter',
// Fields
'browse_uploads' => 'Jelajahi unggahan',
'select_all' => 'Pilih Semua',
'select_files' => 'Pilih file',
'select_file' => 'Pilih file',
'clear' => 'Bersihkan',
'page_link' => 'Tautan halaman',
'page_link_placeholder' => 'http://contoh.com/halaman-yang-anda-inginkan',
'internal_link' => 'Tautan internal',
'internal_link_placeholder' => 'Slug internal. Cth: \'admin/page\' (tanpa tanda kutip) untuk \':url\'',
'external_link' => 'Tautan eksternal',
'choose_file' => 'Pilih File',
'new_item' => 'Item baru',
'select_entry' => 'Pilih masukan',
'select_entries' => 'Pilih masukan',
//Table field
'table_cant_add' => 'Tidak dapat menambahkan :entity yang baru',
'table_max_reached' => 'Jumlah maksimum :max telah tercapai',
// File manager
'file_manager' => 'Manajer File',
// InlineCreateOperation
'related_entry_created_success' => 'Masukan terkait telah dibuat dan dipilih.',
'related_entry_created_error' => 'Tidak dapat membuat masukan terkait.',
];

View File

@ -0,0 +1,16 @@
<?php
// --------------------------------------------------------
// This is only a pointer file, not an actual language file
// --------------------------------------------------------
//
// If you've copied this file to your /resources/lang/vendor/backpack/
// folder, please delete it, it's no use there. You need to copy/publish the
// actual language file, from the package.
// If a langfile with the same name exists in the package, load that one
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
}
return [];

16
lang/vendor/backpack/id/logmanager.php vendored Normal file
View File

@ -0,0 +1,16 @@
<?php
// --------------------------------------------------------
// This is only a pointer file, not an actual language file
// --------------------------------------------------------
//
// If you've copied this file to your /resources/lang/vendor/backpack/
// folder, please delete it, it's no use there. You need to copy/publish the
// actual language file, from the package.
// If a langfile with the same name exists in the package, load that one
if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
}
return [];

16
lang/vendor/backpack/id/pagemanager.php vendored Normal file
View File

@ -0,0 +1,16 @@
<?php
// --------------------------------------------------------
// This is only a pointer file, not an actual language file
// --------------------------------------------------------
//
// If you've copied this file to your /resources/lang/vendor/backpack/
// folder, please delete it, it's no use there. You need to copy/publish the
// actual language file, from the package.
// If a langfile with the same name exists in the package, load that one
if (file_exists(__DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
return include __DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
}
return [];

View File

@ -0,0 +1,16 @@
<?php
// --------------------------------------------------------
// This is only a pointer file, not an actual language file
// --------------------------------------------------------
//
// If you've copied this file to your /resources/lang/vendor/backpack/
// folder, please delete it, it's no use there. You need to copy/publish the
// actual language file, from the package.
// If a langfile with the same name exists in the package, load that one
if (file_exists(__DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
return include __DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
}
return [];

16
lang/vendor/backpack/id/settings.php vendored Normal file
View File

@ -0,0 +1,16 @@
<?php
// --------------------------------------------------------
// This is only a pointer file, not an actual language file
// --------------------------------------------------------
//
// If you've copied this file to your /resources/lang/vendor/backpack/
// folder, please delete it, it's no use there. You need to copy/publish the
// actual language file, from the package.
// If a langfile with the same name exists in the package, load that one
if (file_exists(__DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
return include __DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
}
return [];