[增添]添加了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' => 'Assosiere',
'modal' => [
'heading' => 'Assosiere :label',
'fields' => [
'record_id' => [
'label' => 'Post',
],
],
'actions' => [
'associate' => [
'label' => 'Assosiere',
],
'associate_another' => [
'label' => 'Assosiere & assosiere en til',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Assosiert',
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'Legg til',
'modal' => [
'heading' => 'Legg til :label',
'fields' => [
'record_id' => [
'label' => 'Post',
],
],
'actions' => [
'attach' => [
'label' => 'Legg til',
],
'attach_another' => [
'label' => 'Legg til & legg til en annen',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Lagt til',
],
],
],
];

View File

@@ -0,0 +1,37 @@
<?php
return [
'single' => [
'label' => 'Opprett :label',
'modal' => [
'heading' => 'Opprett :label',
'actions' => [
'create' => [
'label' => 'Opprett',
],
'create_another' => [
'label' => 'Opprett & opprett en til',
],
],
],
'notifications' => [
'created' => [
'title' => 'Opprettet',
],
],
],
];

View File

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

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Løsne',
'modal' => [
'heading' => 'Løsne fra :label',
'actions' => [
'detach' => [
'label' => 'Løsne fra',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Løsnet',
],
],
],
'multiple' => [
'label' => 'Løsne fra valgte',
'modal' => [
'heading' => 'Løsne fra valgte :label',
'actions' => [
'detach' => [
'label' => 'Løsne fra',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Løsnet',
],
],
],
];

View File

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

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Endre',
'modal' => [
'heading' => 'Endre :label',
'actions' => [
'save' => [
'label' => 'Lagre endringer',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Lagret',
],
],
],
];

View File

@@ -0,0 +1,77 @@
<?php
return [
'label' => 'Eksporter :label',
'modal' => [
'heading' => 'Eksporter :label',
'form' => [
'columns' => [
'label' => 'Kolonner',
'form' => [
'is_enabled' => [
'label' => ':column aktivert',
],
'label' => [
'label' => ':column etikett',
],
],
],
],
'actions' => [
'export' => [
'label' => 'Eksporter',
],
],
],
'notifications' => [
'completed' => [
'title' => 'Eksportering gjennomført',
'actions' => [
'download_csv' => [
'label' => 'Last ned .csv',
],
'download_xlsx' => [
'label' => 'Last ned .xlsx',
],
],
],
'max_rows' => [
'title' => 'Eksporteringen er for stor',
'body' => 'Du kan ikke eksporterer mer enn 1 rap av gangen.|Du kan ikke eksportere mer enn :count rader av gangen.',
],
'started' => [
'title' => 'Eksportering startet',
'body' => 'Din eksportering har startet og 1 rad vil bli behandlet i bakgrunnen.|Din eksportering har startet og :count rader vil bli behandlet i bakgrunnen.',
],
],
'file_name' => 'eksport-:export_id-:model',
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Tving sletting',
'modal' => [
'heading' => 'Tving sletting av :label',
'actions' => [
'delete' => [
'label' => 'Slett',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Slettet',
],
],
],
'multiple' => [
'label' => 'Tving sletting av valgte',
'modal' => [
'heading' => 'Tving sletting av valgte :label',
'actions' => [
'delete' => [
'label' => 'Slett',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Slettet',
],
],
],
];

View File

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

View File

@@ -0,0 +1,77 @@
<?php
return [
'label' => 'Importér :label',
'modal' => [
'heading' => 'Importér :label',
'form' => [
'file' => [
'label' => 'Fil',
'placeholder' => 'Last opp en CSV fil',
],
'columns' => [
'label' => 'Kolonner',
'placeholder' => 'Velg en kolonne',
],
],
'actions' => [
'download_example' => [
'label' => 'Last ned en CSV-eksempel fil',
],
'import' => [
'label' => 'Importér',
],
],
],
'notifications' => [
'completed' => [
'title' => 'Importering gjennomført',
'actions' => [
'download_failed_rows_csv' => [
'label' => 'Last ned informasjon om raden som feilet|Last ned informasjon om rader som feilet',
],
],
],
'max_rows' => [
'title' => 'Opplastet CSV fil er for stor',
'body' => 'Du kan ikke importere mer enn 1 rad av gangen.|Du kan ikke importere mer enn :count rader av gangen.',
],
'started' => [
'title' => 'Importering startet',
'body' => 'Din importering har startet og 1 rad vil bli behandlet i bakgrunnen.|Din importering har startet og :count rader vil bli behandlet i bakgrunnen.',
],
],
'example_csv' => [
'file_name' => ':importer-eksempel',
],
'failure_csv' => [
'file_name' => 'import-:import_id-:csv_name-rader-feilet',
'error_header' => 'feil',
'system_error' => 'Systemfeil, vennligst kontakt support.',
],
];

View File

@@ -0,0 +1,23 @@
<?php
return [
'confirmation' => 'Er du sikker på at du vil gjøre dette?',
'actions' => [
'cancel' => [
'label' => 'Avbryt',
],
'confirm' => [
'label' => 'Bekreft',
],
'submit' => [
'label' => 'Send',
],
],
];

View File

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

View File

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

View File

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