[增添]添加了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' => 'Yhdistä',
'modal' => [
'heading' => 'Yhdistä :label',
'fields' => [
'record_id' => [
'label' => 'Tietue',
],
],
'actions' => [
'associate' => [
'label' => 'Yhdistä',
],
'associate_another' => [
'label' => 'Yhdistä & yhdistä toinen',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Yhdistetty',
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'Liitä',
'modal' => [
'heading' => 'Liitä :label',
'fields' => [
'record_id' => [
'label' => 'Tietue',
],
],
'actions' => [
'attach' => [
'label' => 'Liitä',
],
'attach_another' => [
'label' => 'Liitä & liitä toinen',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Liitetty',
],
],
],
];

View File

@@ -0,0 +1,37 @@
<?php
return [
'single' => [
'label' => 'Uusi :label',
'modal' => [
'heading' => 'Uusi :label',
'actions' => [
'create' => [
'label' => 'Luo',
],
'create_another' => [
'label' => 'Luo & luo toinen',
],
],
],
'notifications' => [
'created' => [
'title' => 'Luotu',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Poista',
'modal' => [
'heading' => 'Poista :label',
'actions' => [
'delete' => [
'label' => 'Poista',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Poistettu',
],
],
],
'multiple' => [
'label' => 'Poista valitut',
'modal' => [
'heading' => 'Poista valitut :label',
'actions' => [
'delete' => [
'label' => 'Poista',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Poistettu',
],
],
],
];

View File

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

View File

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

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Muokkaa',
'modal' => [
'heading' => 'Muokkaa :label',
'actions' => [
'save' => [
'label' => 'Tallenna',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Tallennettu',
],
],
],
];

View File

@@ -0,0 +1,77 @@
<?php
return [
'label' => 'Vie :label',
'modal' => [
'heading' => 'Vie :label',
'form' => [
'columns' => [
'label' => 'Kolumnit',
'form' => [
'is_enabled' => [
'label' => ':column valittu',
],
'label' => [
'label' => ':column nimike',
],
],
],
],
'actions' => [
'export' => [
'label' => 'Vie',
],
],
],
'notifications' => [
'completed' => [
'title' => 'Vienti valmis',
'actions' => [
'download_csv' => [
'label' => 'Lataa .csv',
],
'download_xlsx' => [
'label' => 'Lataa .xlsx',
],
],
],
'max_rows' => [
'title' => 'Vienti on liian iso',
'body' => 'Et voi viedä kuin yhden rivin kerralla.|Et voi viedä kuin :count riviä yhdellä kerralla.',
],
'started' => [
'title' => 'Vienti aloitettu',
'body' => 'Vienti on aloitettu ja 1 rivi käsitellään taustalla. Saat ilmoituksen latauslinkillä kun se on valmis.|Vienti on aloitettu ja :count riviä käsitellään taustalla. Saat ilmoituksen latauslinkillä kun se on valmis.',
],
],
'file_name' => 'export-:export_id-:model',
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Poista lopullisesti',
'modal' => [
'heading' => 'Pakota poistaminen :label',
'actions' => [
'delete' => [
'label' => 'Poista',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Tietue poistettu',
],
],
],
'multiple' => [
'label' => 'Poista valitut lopullisesti',
'modal' => [
'heading' => 'Poista valitut lopullisesti :label',
'actions' => [
'delete' => [
'label' => 'Poista',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Tietueet poistettu',
],
],
],
];

View File

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

View File

@@ -0,0 +1,77 @@
<?php
return [
'label' => 'Tuo :label',
'modal' => [
'heading' => 'Tuo :label',
'form' => [
'file' => [
'label' => 'Tiedosto',
'placeholder' => 'Siirrä CSV tiedosto',
],
'columns' => [
'label' => 'Sarakkeet',
'placeholder' => 'Valitse sarake',
],
],
'actions' => [
'download_example' => [
'label' => 'Lataa esimerkki CSV-tiedosto',
],
'import' => [
'label' => 'Tuonti',
],
],
],
'notifications' => [
'completed' => [
'title' => 'Tuonti valmis',
'actions' => [
'download_failed_rows_csv' => [
'label' => 'Lataa tietoja epäonnistuneesta rivistä|Lataa tietoja epäonnistuneesta riveistä',
],
],
],
'max_rows' => [
'title' => 'Siirretty CSV on liian iso',
'body' => 'Voi tuoda vain yhden rivin kerrallaan.|Voit tuoda vain :count riviä kerralla.',
],
'started' => [
'title' => 'Tuonti aloitettu',
'body' => 'Tuonti on aloitettu ja 1 rivi käsitellään taustalla.|Tuonti on aloitettu ja :count riviä käsitellään taustalla.',
],
],
'example_csv' => [
'file_name' => ':importer-example',
],
'failure_csv' => [
'file_name' => 'import-:import_id-:csv_name-failed-rows',
'error_header' => 'virhe',
'system_error' => 'Järjestelmävirhe, ota yhteyttä tukeen.',
],
];

View File

@@ -0,0 +1,23 @@
<?php
return [
'confirmation' => 'Oletko varma että haluat tehdä tämän?',
'actions' => [
'cancel' => [
'label' => 'Peruuta',
],
'confirm' => [
'label' => 'Vahvista',
],
'submit' => [
'label' => 'Lähetä',
],
],
];

View File

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

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Palauta',
'modal' => [
'heading' => 'Palauta :label',
'actions' => [
'restore' => [
'label' => 'Palauta',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Palautettu',
],
],
],
'multiple' => [
'label' => 'Palauta valitut',
'modal' => [
'heading' => 'Palauta valitut :label',
'actions' => [
'restore' => [
'label' => 'Palauta',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Palautettu',
],
],
],
];

View File

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