[增添]添加了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' => 'Saistīt',
'modal' => [
'heading' => 'Saistīt :label',
'fields' => [
'record_id' => [
'label' => 'Ieraksts',
],
],
'actions' => [
'associate' => [
'label' => 'Saistīt',
],
'associate_another' => [
'label' => 'Saistīt & saistīt citu',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Saistīts',
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'Pievienot',
'modal' => [
'heading' => 'Pievienot :label',
'fields' => [
'record_id' => [
'label' => 'Ieraksts',
],
],
'actions' => [
'attach' => [
'label' => 'Pievienot',
],
'attach_another' => [
'label' => 'Pievienot & pievienot citu',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Pievienots',
],
],
],
];

View File

@@ -0,0 +1,37 @@
<?php
return [
'single' => [
'label' => 'Jauns :label',
'modal' => [
'heading' => 'Izveidot :label',
'actions' => [
'create' => [
'label' => 'Izveidot',
],
'create_another' => [
'label' => 'Izveidot & izveidot citu',
],
],
],
'notifications' => [
'created' => [
'title' => 'Izveidots',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Dzēst',
'modal' => [
'heading' => 'Dzēst :label',
'actions' => [
'delete' => [
'label' => 'Dzēst',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Dzēsts',
],
],
],
'multiple' => [
'label' => 'Dzēst izvēlētos',
'modal' => [
'heading' => 'Dzēst izvēlētos :label',
'actions' => [
'delete' => [
'label' => 'Dzēst',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Dzēsts',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Atvienot',
'modal' => [
'heading' => 'Atvienot :label',
'actions' => [
'detach' => [
'label' => 'Atvienot',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Atvienots',
],
],
],
'multiple' => [
'label' => 'Atvienot izvēlētos',
'modal' => [
'heading' => 'Atvienot izvēlētos :label',
'actions' => [
'detach' => [
'label' => 'Atvienot',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Atvienots',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Atdalīt',
'modal' => [
'heading' => 'Atdalīt :label',
'actions' => [
'dissociate' => [
'label' => 'Atdalīt',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Atdalīts',
],
],
],
'multiple' => [
'label' => 'Atdalīt izvēlētos',
'modal' => [
'heading' => 'Atdalīt izvēlētos :label',
'actions' => [
'dissociate' => [
'label' => 'Atdalīt',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Atdalīts',
],
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Rediģēt',
'modal' => [
'heading' => 'Rediģēt :label',
'actions' => [
'save' => [
'label' => 'Saglabāt izmaiņas',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Saglabāts',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Piespiedu kārtā dzēst',
'modal' => [
'heading' => 'Piespiedu kārtā dzēst :label',
'actions' => [
'delete' => [
'label' => 'Dzēst',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Dzēsts',
],
],
],
'multiple' => [
'label' => 'Piespiedu kārtā dzēst izvēlētos',
'modal' => [
'heading' => 'Piespiedu kārtā dzēst izvēlētos :label',
'actions' => [
'delete' => [
'label' => 'Dzēst',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Dzēsts',
],
],
],
];

View File

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

View File

@@ -0,0 +1,23 @@
<?php
return [
'confirmation' => 'Vai tiešām vēlaties to darīt?',
'actions' => [
'cancel' => [
'label' => 'Atcelt',
],
'confirm' => [
'label' => 'Apstiprināt',
],
'submit' => [
'label' => 'Iesniegt',
],
],
];

View File

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

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Atjaunot',
'modal' => [
'heading' => 'Atjaunot :label',
'actions' => [
'restore' => [
'label' => 'Atjaunot',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Atjaunots',
],
],
],
'multiple' => [
'label' => 'Atjaunot izvēlētos',
'modal' => [
'heading' => 'Atjaunot izvēlētos :label',
'actions' => [
'restore' => [
'label' => 'Atjaunot',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Atjaunots',
],
],
],
];

View File

@@ -0,0 +1,25 @@
<?php
return [
'single' => [
'label' => 'Skatīt',
'modal' => [
'heading' => 'Skatīt :label',
'actions' => [
'close' => [
'label' => 'Aizvērt',
],
],
],
],
];