[增添]添加了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' => 'Poveži',
'modal' => [
'heading' => 'Poveži :label',
'fields' => [
'record_id' => [
'label' => 'Zapis',
],
],
'actions' => [
'associate' => [
'label' => 'Poveži',
],
'associate_another' => [
'label' => 'Poveži i poveži drugi',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Povezano',
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'Priloži',
'modal' => [
'heading' => 'Priloži :label',
'fields' => [
'record_id' => [
'label' => 'Zapis',
],
],
'actions' => [
'attach' => [
'label' => 'Priloži',
],
'attach_another' => [
'label' => 'Priloži i priloži drugi',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Priloženo',
],
],
],
];

View File

@@ -0,0 +1,37 @@
<?php
return [
'single' => [
'label' => 'Dodaj :label',
'modal' => [
'heading' => 'Napravi :label',
'actions' => [
'create' => [
'label' => 'Napravi',
],
'create_another' => [
'label' => 'Napravi i napravi drugi',
],
],
],
'notifications' => [
'created' => [
'title' => 'Napravljeno',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Obriši',
'modal' => [
'heading' => 'Obriši :label',
'actions' => [
'delete' => [
'label' => 'Obriši',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Obrisano',
],
],
],
'multiple' => [
'label' => 'Obriši odabrano',
'modal' => [
'heading' => 'Obriši odabrano :label',
'actions' => [
'delete' => [
'label' => 'Obriši',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Obrisano',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Odvoji',
'modal' => [
'heading' => 'Odvoji :label',
'actions' => [
'detach' => [
'label' => 'Odvoji',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Odvojeno',
],
],
],
'multiple' => [
'label' => 'Odvoji odabrano',
'modal' => [
'heading' => 'Odvoji odabrano :label',
'actions' => [
'detach' => [
'label' => 'Odvoji',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Odvojeno',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Razdvoji',
'modal' => [
'heading' => 'Razdvoji :label',
'actions' => [
'dissociate' => [
'label' => 'Razdvoji',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Razdvojeno',
],
],
],
'multiple' => [
'label' => 'Dissociate selected',
'modal' => [
'heading' => 'Razdvoji odabrano :label',
'actions' => [
'dissociate' => [
'label' => 'Razdvoji',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Razdvojeno',
],
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Uredi',
'modal' => [
'heading' => 'Uredi :label',
'actions' => [
'save' => [
'label' => 'Spremi promjene',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Spremljeno',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Prisilno izbriši',
'modal' => [
'heading' => 'Prisilno izbriši :label',
'actions' => [
'delete' => [
'label' => 'Obriši',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Obrisano',
],
],
],
'multiple' => [
'label' => 'Prisilno izbriši odabrano',
'modal' => [
'heading' => 'Prisilno izbriši odabrano :label',
'actions' => [
'delete' => [
'label' => 'Obriši',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Obrisano',
],
],
],
];

View File

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

View File

@@ -0,0 +1,23 @@
<?php
return [
'confirmation' => 'Jeste li sigurni da želite to učiniti?',
'actions' => [
'cancel' => [
'label' => 'Odustani',
],
'confirm' => [
'label' => 'Potvrdi',
],
'submit' => [
'label' => 'Pošalji',
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Repliciraj',
'modal' => [
'heading' => 'Repliciraj :label',
'actions' => [
'replicate' => [
'label' => 'Repliciraj',
],
],
],
'notifications' => [
'replicated' => [
'title' => 'Replicirano',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Vrati',
'modal' => [
'heading' => 'Vrati :label',
'actions' => [
'restore' => [
'label' => 'Vrati',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Vraćeno',
],
],
],
'multiple' => [
'label' => 'Vrati odabrano',
'modal' => [
'heading' => 'Vrati odabrano :label',
'actions' => [
'restore' => [
'label' => 'Vrati',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Vraćeno',
],
],
],
];

View File

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