[增添]添加了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' => 'Asociere',
'modal' => [
'heading' => 'Asociere :label',
'fields' => [
'record_id' => [
'label' => 'Înregistrare',
],
],
'actions' => [
'associate' => [
'label' => 'Asociere',
],
'associate_another' => [
'label' => 'Asociați și asociați altul',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Asociat cu succes',
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'Atașare',
'modal' => [
'heading' => 'Atașare :label',
'fields' => [
'record_id' => [
'label' => 'Înregistrare',
],
],
'actions' => [
'attach' => [
'label' => 'Atașare',
],
'attach_another' => [
'label' => 'Atașați și atașați altul',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Atașat cu succes',
],
],
],
];

View File

@@ -0,0 +1,37 @@
<?php
return [
'single' => [
'label' => 'Adăugare :label',
'modal' => [
'heading' => 'Creare :label',
'actions' => [
'create' => [
'label' => 'Creare',
],
'create_another' => [
'label' => 'Creați și creați altul',
],
],
],
'notifications' => [
'created' => [
'title' => 'Creat cu succes',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Ștergere',
'modal' => [
'heading' => 'Ștergere :label',
'actions' => [
'delete' => [
'label' => 'Ștergere',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Șters cu succes',
],
],
],
'multiple' => [
'label' => 'Ștergeți înregistrările selectate',
'modal' => [
'heading' => 'Ștergeți :label selectate',
'actions' => [
'delete' => [
'label' => 'Ștergere',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Șters cu succes',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Detașare',
'modal' => [
'heading' => 'Detașare :label',
'actions' => [
'detach' => [
'label' => 'Detașare',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Detașat cu succes',
],
],
],
'multiple' => [
'label' => 'Detașați înregistrările selectate',
'modal' => [
'heading' => 'Detașați :label selectate',
'actions' => [
'detach' => [
'label' => 'Detașați înregistrările selectate',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Detașat cu succes',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Disociere',
'modal' => [
'heading' => 'Disociere :label',
'actions' => [
'dissociate' => [
'label' => 'Disociere',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Disociat cu succes',
],
],
],
'multiple' => [
'label' => 'Disociați înregistrările selectate',
'modal' => [
'heading' => 'Disociați :label selectate',
'actions' => [
'dissociate' => [
'label' => 'Disociați înregistrările selectate',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Disociat cu succes',
],
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Editare',
'modal' => [
'heading' => 'Editare :label',
'actions' => [
'save' => [
'label' => 'Salvare',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Salvat cu succes',
],
],
],
];

View File

@@ -0,0 +1,77 @@
<?php
return [
'label' => 'Exportă :label',
'modal' => [
'heading' => 'Exportă :label',
'form' => [
'columns' => [
'label' => 'Coloane',
'form' => [
'is_enabled' => [
'label' => ':column activat',
],
'label' => [
'label' => 'Eticheta :column',
],
],
],
],
'actions' => [
'export' => [
'label' => 'Exportă',
],
],
],
'notifications' => [
'completed' => [
'title' => 'Export complet',
'actions' => [
'download_csv' => [
'label' => 'Descarcă .csv',
],
'download_xlsx' => [
'label' => 'Descarcă .xlsx',
],
],
],
'max_rows' => [
'title' => 'Exportul este prea mare',
'body' => 'Nu puteți exporta mai mult de 1 rând odată.|Nu puteți exporta mai mult de :count rânduri odată',
],
'started' => [
'title' => 'Exportul a început',
'body' => 'Exportul dvs. a început și 1 rând va fi procesat în fundal.|Exportul dvs. a început și :count rânduri vor fi procesate în fundal.',
],
],
'file_name' => 'export-:export_id-:model',
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Ștergerea forțată',
'modal' => [
'heading' => 'Ștergere forțată :label',
'actions' => [
'delete' => [
'label' => 'Ștergere',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Șters cu succes',
],
],
],
'multiple' => [
'label' => 'Ștergere forțată înregistrările selectate',
'modal' => [
'heading' => 'Ștergere forțată :label selectate',
'actions' => [
'delete' => [
'label' => 'Ștergere',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Șters cu succes',
],
],
],
];

View File

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

View File

@@ -0,0 +1,77 @@
<?php
return [
'label' => 'Importă :label',
'modal' => [
'heading' => 'Importă :label',
'form' => [
'file' => [
'label' => 'Fișier',
'placeholder' => 'Încarcă un fișier CSV',
],
'columns' => [
'label' => 'Coloane',
'placeholder' => 'Alege Coloanele',
],
],
'actions' => [
'download_example' => [
'label' => 'Descarcă exemplu în format CSV',
],
'import' => [
'label' => 'Importă',
],
],
],
'notifications' => [
'completed' => [
'title' => 'Import finalizat',
'actions' => [
'download_failed_rows_csv' => [
'label' => 'Descarcă informațiiler despre câmpul ce a avut eroaro|Descarcă informații despre câmpurile ce au auvt erori',
],
],
],
'max_rows' => [
'title' => 'Fișierul CSV file este prea mare',
'body' => 'Nu este permis importul a mai mult de o linile într-un singur fișier.|Nu este permis imporutl a mai mult de :count linii într-un singur fișier.',
],
'started' => [
'title' => 'Importul a început',
'body' => 'Importul dumneavostră a început, iar rândul va fi procesa în fundal.|Importul dumneavoastră a început, iar cele :count rânduri vor fi procesate în fundal.',
],
],
'example_csv' => [
'file_name' => ':importer-example',
],
'failure_csv' => [
'file_name' => 'import-:import_id-:csv_name-câmpuri-gresite',
'error_header' => 'error',
'system_error' => 'Eroare de sistem, vă rugăm contactați echipa de suport.',
],
];

View File

@@ -0,0 +1,23 @@
<?php
return [
'confirmation' => 'Sunteţi sigur că doriţi să efectuaţi operaţia ?',
'actions' => [
'cancel' => [
'label' => 'Anulare',
],
'confirm' => [
'label' => 'Confirmare',
],
'submit' => [
'label' => 'Executați',
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Replicare',
'modal' => [
'heading' => 'Replicare :label',
'actions' => [
'replicate' => [
'label' => 'Replicare',
],
],
],
'notifications' => [
'replicated' => [
'title' => 'Replicat cu succes',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Restaurare',
'modal' => [
'heading' => 'Restaurare :label',
'actions' => [
'restore' => [
'label' => 'Restaurare',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Restaurat cu succes',
],
],
],
'multiple' => [
'label' => 'Restaurare înregistrările selectate',
'modal' => [
'heading' => 'Restaurare :label selectate',
'actions' => [
'restore' => [
'label' => 'Restaurare',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Restaurat cu succes',
],
],
],
];

View File

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