[增添]添加了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' => 'Spajanje',
'modal' => [
'heading' => 'Spojite :label',
'fields' => [
'record_id' => [
'label' => 'Zapis',
],
],
'actions' => [
'associate' => [
'label' => 'Spoji',
],
'associate_another' => [
'label' => 'Spojite i spojite još jedan',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Spojeno',
],
],
],
];

View File

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

View File

@@ -0,0 +1,37 @@
<?php
return [
'single' => [
'label' => 'Napraviti',
'modal' => [
'heading' => 'Napravite :label',
'actions' => [
'create' => [
'label' => 'Napraviti',
],
'create_another' => [
'label' => 'Napravite i napravite još jedan',
],
],
],
'notifications' => [
'created' => [
'title' => 'Uspješno kreirano',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Izbrišite',
'modal' => [
'heading' => 'Brisanje :label',
'actions' => [
'delete' => [
'label' => 'Izbrišiti',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Izbrisano',
],
],
],
'multiple' => [
'label' => 'Izbrišite izabrani',
'modal' => [
'heading' => 'Izbriši izabrani :label ',
'actions' => [
'delete' => [
'label' => 'Izbriši izabrani',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Izbrisano',
],
],
],
];

View File

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

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Odvojite',
'modal' => [
'heading' => 'Odvojite :label',
'actions' => [
'dissociate' => [
'label' => 'Odvojite',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Odvojeno',
],
],
],
'multiple' => [
'label' => 'Odvojite izabrani',
'modal' => [
'heading' => 'Odvojite izabrani :label',
'actions' => [
'dissociate' => [
'label' => 'Odvojite izabrani',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Odvojeno',
],
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Uredite',
'modal' => [
'heading' => 'Uredite :label',
'actions' => [
'save' => [
'label' => 'Sačuvajte',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Sačuvano',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Konačno izbrisat',
'modal' => [
'heading' => 'Konačno izbrisati :label',
'actions' => [
'delete' => [
'label' => 'Izbrasiti',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Zapis izbrisan',
],
],
],
'multiple' => [
'label' => 'Izabrani konačno izbrisati',
'modal' => [
'heading' => 'Konačno izbrisati izabrani :label ',
'actions' => [
'delete' => [
'label' => 'Izbrisati',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Zapisi izbrisani',
],
],
],
];

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' => 'Prekiniti',
],
'confirm' => [
'label' => 'Konfirmisati',
],
'submit' => [
'label' => 'Poslati',
],
],
];

View File

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

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Restaurirati',
'modal' => [
'heading' => 'Restaurirati :label',
'actions' => [
'restore' => [
'label' => 'Restaurirati',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Zapis restauriran',
],
],
],
'multiple' => [
'label' => 'Izabrani restaurirati',
'modal' => [
'heading' => 'Restaurirati izabrani :label',
'actions' => [
'restore' => [
'label' => 'Restaurirati',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Zapisi restaurirani',
],
],
],
];

View File

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