[增添]添加了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' => 'Asociar',
'modal' => [
'heading' => 'Asociar :label',
'fields' => [
'record_id' => [
'label' => 'Registro',
],
],
'actions' => [
'associate' => [
'label' => 'Asociar',
],
'associate_another' => [
'label' => 'Asociar y asociar otra',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Asociada',
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'Vincular',
'modal' => [
'heading' => 'Vincular :label',
'fields' => [
'record_id' => [
'label' => 'Registro',
],
],
'actions' => [
'attach' => [
'label' => 'Vincular',
],
'attach_another' => [
'label' => 'Vincular y vincular otro',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Vinculados',
],
],
],
];

View File

@@ -0,0 +1,37 @@
<?php
return [
'single' => [
'label' => 'Crear :label',
'modal' => [
'heading' => 'Crear :label',
'actions' => [
'create' => [
'label' => 'Crear',
],
'create_another' => [
'label' => 'Crear y crear otro',
],
],
],
'notifications' => [
'created' => [
'title' => 'Creado',
],
],
],
];

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Editar',
'modal' => [
'heading' => 'Editar :label',
'actions' => [
'save' => [
'label' => 'Guardar cambios',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Guardado',
],
],
],
];

View File

@@ -0,0 +1,77 @@
<?php
return [
'label' => 'Exportar :label',
'modal' => [
'heading' => 'Exportar :label',
'form' => [
'columns' => [
'label' => 'Columnas',
'form' => [
'is_enabled' => [
'label' => ':column habilitada',
],
'label' => [
'label' => 'etiqueta para :column',
],
],
],
],
'actions' => [
'export' => [
'label' => 'Exportar',
],
],
],
'notifications' => [
'completed' => [
'title' => 'Exportación completada',
'actions' => [
'download_csv' => [
'label' => 'Descargar .csv',
],
'download_xlsx' => [
'label' => 'Descargar .xlsx',
],
],
],
'max_rows' => [
'title' => 'La exportación es demasiado grande',
'body' => 'No se puede exportar más de 1 fila a la vez.|No se pueden exportar más de :count filas a la vez.',
],
'started' => [
'title' => 'Exportación iniciada',
'body' => 'Su exportación ha comenzado y se procesará 1 fila en segundo plano.|Su exportación ha comenzado y se procesarán :count filas en segundo plano.',
],
],
'file_name' => 'export-:export_id-:model',
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Forzar borrado',
'modal' => [
'heading' => 'Forzar el borrado de :label',
'actions' => [
'delete' => [
'label' => 'Eliminar',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Registro eliminado',
],
],
],
'multiple' => [
'label' => 'Forzar la eliminación de los elementos seleccionados',
'modal' => [
'heading' => 'Forzar la eliminación de los :label seleccionados',
'actions' => [
'delete' => [
'label' => 'Eliminar',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Registros eliminados',
],
],
],
];

View File

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

View File

@@ -0,0 +1,77 @@
<?php
return [
'label' => 'Importar :label',
'modal' => [
'heading' => 'Importar :label',
'form' => [
'file' => [
'label' => 'Archivo',
'placeholder' => 'Cargar un archivo CSV',
],
'columns' => [
'label' => 'Columnas',
'placeholder' => 'Seleccionar una columna',
],
],
'actions' => [
'download_example' => [
'label' => 'Descargar archivo CSV de ejemplo',
],
'import' => [
'label' => 'Importar',
],
],
],
'notifications' => [
'completed' => [
'title' => 'Importación completada',
'actions' => [
'download_failed_rows_csv' => [
'label' => 'Descargar información de la fila fallida|Descargar información de las filas fallidas',
],
],
],
'max_rows' => [
'title' => 'El archivo CSV cargado es demasiado grande',
'body' => 'No se puede importar más de una fila a la vez.|No se pueden importar más de :count filas a la vez.',
],
'started' => [
'title' => 'Importación iniciada',
'body' => 'Su importación ha comenzado y se procesará 1 fila en segundo plano.|Su importación ha comenzado y se procesarán :count filas en segundo plano.',
],
],
'example_csv' => [
'file_name' => ':importer-example',
],
'failure_csv' => [
'file_name' => 'import-:import_id-:csv_name-failed-rows',
'error_header' => 'error',
'system_error' => 'Error del sistema, póngase en contacto con el servicio de asistencia.',
],
];

View File

@@ -0,0 +1,23 @@
<?php
return [
'confirmation' => '¿Está segura/o de hacer esto?',
'actions' => [
'cancel' => [
'label' => 'Cancelar',
],
'confirm' => [
'label' => 'Confirmar',
],
'submit' => [
'label' => 'Enviar',
],
],
];

View File

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

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Restaurar',
'modal' => [
'heading' => 'Restaurar :label',
'actions' => [
'restore' => [
'label' => 'Restaurar',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Registro restaurado',
],
],
],
'multiple' => [
'label' => 'Restaurar seleccionados',
'modal' => [
'heading' => 'Restaurar los :label seleccionados',
'actions' => [
'restore' => [
'label' => 'Restaurar',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Registros restaurados',
],
],
],
];

View File

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