[增添]添加了datasource的setting数据库以及默认值

This commit is contained in:
makotocc0107
2024-08-27 09:57:44 +08:00
parent d111dfaea4
commit 72eb990970
10955 changed files with 978898 additions and 0 deletions

View 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',
],
],
],
];

View 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',
],
],
],
];

View 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',
],
],
],
];

View 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',
],
],
],
];

View 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',
],
],
],
];

View 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',
],
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Ubah',
'modal' => [
'heading' => 'Ubah :label',
'actions' => [
'save' => [
'label' => 'Simpan',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Data berhasil disimpan',
],
],
],
];

View 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',
];

View 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',
],
],
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'trigger' => [
'label' => 'Tindakan',
],
];

View 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.',
],
];

View File

@@ -0,0 +1,23 @@
<?php
return [
'confirmation' => 'Apakah Anda yakin ingin melakukan ini?',
'actions' => [
'cancel' => [
'label' => 'Batal',
],
'confirm' => [
'label' => 'Konfirmasi',
],
'submit' => [
'label' => 'Kirim',
],
],
];

View 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',
],
],
],
];

View 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',
],
],
],
];

View File

@@ -0,0 +1,25 @@
<?php
return [
'single' => [
'label' => 'Lihat',
'modal' => [
'heading' => 'Lihat :label',
'actions' => [
'close' => [
'label' => 'Tutup',
],
],
],
],
];