[增添]添加了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' => 'Pripojiť',
'modal' => [
'heading' => 'Pripojiť :label',
'fields' => [
'record_id' => [
'label' => 'Záznam',
],
],
'actions' => [
'associate' => [
'label' => 'Pripojiť',
],
'associate_another' => [
'label' => 'Pripojiť & pripojiť ďalšie',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Pripojené',
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'Pridať',
'modal' => [
'heading' => 'Pridať :label',
'fields' => [
'record_id' => [
'label' => 'Záznam',
],
],
'actions' => [
'attach' => [
'label' => 'Pridať',
],
'attach_another' => [
'label' => 'Pridať & pridať ďalšie',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Pridané',
],
],
],
];

View File

@@ -0,0 +1,37 @@
<?php
return [
'single' => [
'label' => 'Vytvoriť',
'modal' => [
'heading' => 'Vytvoriť :label',
'actions' => [
'create' => [
'label' => 'Vytvoriť',
],
'create_another' => [
'label' => 'Vytvoriť & vytvoriť ďalšie',
],
],
],
'notifications' => [
'created' => [
'title' => 'Vytvoriť',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Odstrániť',
'modal' => [
'heading' => 'Odstrániť :label',
'actions' => [
'delete' => [
'label' => 'Odstrániť',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Odstránené',
],
],
],
'multiple' => [
'label' => 'Odstrániť vybrané',
'modal' => [
'heading' => 'Odstrániť vybrané :label',
'actions' => [
'delete' => [
'label' => 'Odstrániť',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Odstránené',
],
],
],
];

View File

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

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Odpojiť',
'modal' => [
'heading' => 'Odpojiť :label',
'actions' => [
'dissociate' => [
'label' => 'Odpojiť',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Odpojené',
],
],
],
'multiple' => [
'label' => 'Odpojiť vybrané',
'modal' => [
'heading' => 'Odpojiť vybrané :label',
'actions' => [
'dissociate' => [
'label' => 'Odpojiť',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Odpojené',
],
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Upraviť',
'modal' => [
'heading' => 'Upraviť :label',
'actions' => [
'save' => [
'label' => 'Uložiť zmeny',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Uložené',
],
],
],
];

View File

@@ -0,0 +1,77 @@
<?php
return [
'label' => 'Export :label',
'modal' => [
'heading' => 'Export :label',
'form' => [
'columns' => [
'label' => 'Stĺpce',
'form' => [
'is_enabled' => [
'label' => ':column povolené',
],
'label' => [
'label' => ':column popis',
],
],
],
],
'actions' => [
'export' => [
'label' => 'Exportovať',
],
],
],
'notifications' => [
'completed' => [
'title' => 'Export dokončený',
'actions' => [
'download_csv' => [
'label' => 'Stiahnuť .csv',
],
'download_xlsx' => [
'label' => 'Stiahnuť .xlsx',
],
],
],
'max_rows' => [
'title' => 'Export je príliš veľký',
'body' => 'Naraz nemôžete exportovať viac ako 1 riadok.|Naraz nemôžete exportovať viac ako :count riadkov.',
],
'started' => [
'title' => 'Export zahájený',
'body' => 'Export bol zahájený a 1 riadok sa spracuje na pozadí.|Export bol zahájený a :count riadkov sa spracuje na pozadí.',
],
],
'file_name' => 'export-:export_id-:model',
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Trvalo odstrániť',
'modal' => [
'heading' => 'Trvalo odstrániť :label',
'actions' => [
'delete' => [
'label' => 'Odstrániť',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Odstránené',
],
],
],
'multiple' => [
'label' => 'Trvalo odstrániť vybrané',
'modal' => [
'heading' => 'Trvalo odstrániť vybrané :label',
'actions' => [
'delete' => [
'label' => 'Odstránené',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Odstránené',
],
],
],
];

View File

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

View File

@@ -0,0 +1,77 @@
<?php
return [
'label' => 'Import :label',
'modal' => [
'heading' => 'Import :label',
'form' => [
'file' => [
'label' => 'Súbor',
'placeholder' => 'Nahrať CSV súbor',
],
'columns' => [
'label' => 'Stĺpce',
'placeholder' => 'Vybrať stĺpce',
],
],
'actions' => [
'download_example' => [
'label' => 'Stiahnuť vzorový CSV súbor',
],
'import' => [
'label' => 'Importovať',
],
],
],
'notifications' => [
'completed' => [
'title' => 'Import dokončený',
'actions' => [
'download_failed_rows_csv' => [
'label' => 'Stiahnuť informácie o chybnom riadku|Stiahnuť informácie o chybných riadkoch',
],
],
],
'max_rows' => [
'title' => 'Nahraný CSV súbor je príliš veľký',
'body' => 'Naraz nemôžete importovať viac ako 1 riadok.|Naraz nemôžete importovať viac ako :count riadkov.',
],
'started' => [
'title' => 'Import zahájený',
'body' => 'Import bol zahájený a 1 riadok sa spracuje na pozadí.|Import bol zahájený a :count riadkov sa spracuje na pozadí.',
],
],
'example_csv' => [
'file_name' => ':importer-example',
],
'failure_csv' => [
'file_name' => 'import-:import_id-:csv_name-failed-rows',
'error_header' => 'chyba',
'system_error' => 'Chyba systému, prosím, kontaktujte podporu.',
],
];

View File

@@ -0,0 +1,23 @@
<?php
return [
'confirmation' => 'Naozaj chcete pokračovať?',
'actions' => [
'cancel' => [
'label' => 'Zrušiť',
],
'confirm' => [
'label' => 'Potvrdiť',
],
'submit' => [
'label' => 'Odoslať',
],
],
];

View File

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

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Obnoviť',
'modal' => [
'heading' => 'Obnoviť :label',
'actions' => [
'restore' => [
'label' => 'Obnoviť',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Obnovené',
],
],
],
'multiple' => [
'label' => 'Obnoviť vybrané',
'modal' => [
'heading' => 'Obnoviť vybrané :label',
'actions' => [
'restore' => [
'label' => 'Obnoviť',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Obnovené',
],
],
],
];

View File

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