[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
45
vendor/filament/actions/resources/lang/id/associate.php
vendored
Normal file
45
vendor/filament/actions/resources/lang/id/associate.php
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Kaitkan',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Kaitkan :label',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'record_id' => [
|
||||
'label' => 'Data',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'associate' => [
|
||||
'label' => 'Kaitkan',
|
||||
],
|
||||
|
||||
'associate_another' => [
|
||||
'label' => 'Kaitkan & kaitkan lainnya',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'associated' => [
|
||||
'title' => 'Data berhasil dikaitkan',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
45
vendor/filament/actions/resources/lang/id/attach.php
vendored
Normal file
45
vendor/filament/actions/resources/lang/id/attach.php
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Lampirkan',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Lampirkan :label',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'record_id' => [
|
||||
'label' => 'Data',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'attach' => [
|
||||
'label' => 'Lampirkan',
|
||||
],
|
||||
|
||||
'attach_another' => [
|
||||
'label' => 'Lampirkan & lampirkan lainnya',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'attached' => [
|
||||
'title' => 'Data berhasil dilampirkan',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
37
vendor/filament/actions/resources/lang/id/create.php
vendored
Normal file
37
vendor/filament/actions/resources/lang/id/create.php
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Buat',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Buat :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'create' => [
|
||||
'label' => 'Buat',
|
||||
],
|
||||
|
||||
'create_another' => [
|
||||
'label' => 'Buat & buat lainnya',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'created' => [
|
||||
'title' => 'Data berhasil dibuat',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
61
vendor/filament/actions/resources/lang/id/delete.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/id/delete.php
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Hapus',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Hapus :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Hapus',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'Data berhasil dihapus',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'Hapus yang dipilih',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Hapus :label yang dipilih',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Hapus yang dipilih',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'Data berhasil dihapus',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
61
vendor/filament/actions/resources/lang/id/detach.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/id/detach.php
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Lepaskan lampiran',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Lepaskan lampiran :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'detach' => [
|
||||
'label' => 'Lepaskan lampiran',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'detached' => [
|
||||
'title' => 'Lampiran berhasil dilepaskan',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'Lepaskan lampiran yang dipilih',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Lepaskan lampiran :label yang dipilih',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'detach' => [
|
||||
'label' => 'Lepaskan lampiran yang dipilih',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'detached' => [
|
||||
'title' => 'Lampiran berhasil dilepaskan',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
61
vendor/filament/actions/resources/lang/id/dissociate.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/id/dissociate.php
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Pisahkan',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Pisahkan :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'dissociate' => [
|
||||
'label' => 'Pisahkan',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'dissociated' => [
|
||||
'title' => 'Data berhasil dipisahkan',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'Pisahkan yang dipilih',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Pisahkan :label yang dipilih',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'dissociate' => [
|
||||
'label' => 'Pisahkan yang dipilih',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'dissociated' => [
|
||||
'title' => 'Data berhasil dipisahkan',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
33
vendor/filament/actions/resources/lang/id/edit.php
vendored
Normal file
33
vendor/filament/actions/resources/lang/id/edit.php
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Ubah',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Ubah :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
'label' => 'Simpan',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'Data berhasil disimpan',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
77
vendor/filament/actions/resources/lang/id/export.php
vendored
Normal file
77
vendor/filament/actions/resources/lang/id/export.php
vendored
Normal file
@@ -0,0 +1,77 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Ekspor :label',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Ekspor :label',
|
||||
|
||||
'form' => [
|
||||
|
||||
'columns' => [
|
||||
|
||||
'label' => 'Kolom',
|
||||
|
||||
'form' => [
|
||||
|
||||
'is_enabled' => [
|
||||
'label' => ':column diaktifkan',
|
||||
],
|
||||
|
||||
'label' => [
|
||||
'label' => 'Label :column',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'export' => [
|
||||
'label' => 'Ekspor',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'completed' => [
|
||||
|
||||
'title' => 'Ekspor selesai',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'download_csv' => [
|
||||
'label' => 'Unduh .csv',
|
||||
],
|
||||
|
||||
'download_xlsx' => [
|
||||
'label' => 'Unduh .xlsx',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'max_rows' => [
|
||||
'title' => 'Ekspor terlalu besar',
|
||||
'body' => 'Anda tidak dapat mengekspor lebih dari :count sekaligus.',
|
||||
],
|
||||
|
||||
'started' => [
|
||||
'title' => 'Ekspor dimulai',
|
||||
'body' => 'Mulai mengekspor :count baris dan proses akan berjalan di belakang layar.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'file_name' => 'ekspor-:export_id-:model',
|
||||
|
||||
];
|
||||
61
vendor/filament/actions/resources/lang/id/force-delete.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/id/force-delete.php
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Hapus selamanya',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Hapus selamanya :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Hapus',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'Data berhasil dihapus',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'Hapus selamanya data yang dipilih',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Hapus selamanya :label yang dipilih',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Hapus',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'Data berhasil dihapus',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
9
vendor/filament/actions/resources/lang/id/group.php
vendored
Normal file
9
vendor/filament/actions/resources/lang/id/group.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'trigger' => [
|
||||
'label' => 'Tindakan',
|
||||
],
|
||||
|
||||
];
|
||||
77
vendor/filament/actions/resources/lang/id/import.php
vendored
Normal file
77
vendor/filament/actions/resources/lang/id/import.php
vendored
Normal file
@@ -0,0 +1,77 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Impor :label',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Impor :label',
|
||||
|
||||
'form' => [
|
||||
|
||||
'file' => [
|
||||
'label' => 'Berkas',
|
||||
'placeholder' => 'Unggah berkas CSV',
|
||||
],
|
||||
|
||||
'columns' => [
|
||||
'label' => 'Kolom',
|
||||
'placeholder' => 'Pilih kolom',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'download_example' => [
|
||||
'label' => 'Unduh contoh berkas CSV',
|
||||
],
|
||||
|
||||
'import' => [
|
||||
'label' => 'Impor',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'completed' => [
|
||||
|
||||
'title' => 'Impor selesai',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'download_failed_rows_csv' => [
|
||||
'label' => 'Unduh informasi baris yang gagal diimpor',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'max_rows' => [
|
||||
'title' => 'Ukuran berkas CSV terlalu besar',
|
||||
'body' => 'Anda tidak dapat mengimpor lebih dari :count baris sekaligus.',
|
||||
],
|
||||
|
||||
'started' => [
|
||||
'title' => 'Impor dimulai',
|
||||
'body' => 'Mulai mengimpor :count baris dan proses akan berjalan di belakang layar.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'example_csv' => [
|
||||
'file_name' => 'contoh-:importer',
|
||||
],
|
||||
|
||||
'failure_csv' => [
|
||||
'file_name' => 'impor-:import_id-:csv_name-gagal',
|
||||
'error_header' => 'kesalahan',
|
||||
'system_error' => 'Terjadi kesalahan sistem, harap hubungi tim support.',
|
||||
],
|
||||
|
||||
];
|
||||
23
vendor/filament/actions/resources/lang/id/modal.php
vendored
Normal file
23
vendor/filament/actions/resources/lang/id/modal.php
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'confirmation' => 'Apakah Anda yakin ingin melakukan ini?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Batal',
|
||||
],
|
||||
|
||||
'confirm' => [
|
||||
'label' => 'Konfirmasi',
|
||||
],
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Kirim',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
33
vendor/filament/actions/resources/lang/id/replicate.php
vendored
Normal file
33
vendor/filament/actions/resources/lang/id/replicate.php
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Duplikat data',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Duplikat :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'replicate' => [
|
||||
'label' => 'Duplikat data',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'replicated' => [
|
||||
'title' => 'Data berhasil diduplikat',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
61
vendor/filament/actions/resources/lang/id/restore.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/id/restore.php
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Kembalikan data',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Kembalikan :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'restore' => [
|
||||
'label' => 'Kembalikan',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'restored' => [
|
||||
'title' => 'Data berhasil dikembalikan',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'Kembalikan data yang dipilih',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Kembalikan :label yang dipilih',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'restore' => [
|
||||
'label' => 'Kembalikan',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'restored' => [
|
||||
'title' => 'Data berhasil dikembalikan',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
25
vendor/filament/actions/resources/lang/id/view.php
vendored
Normal file
25
vendor/filament/actions/resources/lang/id/view.php
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Lihat',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Lihat :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'Tutup',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user