[增添]添加了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' => 'Associar',
'modal' => [
'heading' => 'Associar :label',
'fields' => [
'record_id' => [
'label' => 'Registro',
],
],
'actions' => [
'associate' => [
'label' => 'Associar',
],
'associate_another' => [
'label' => 'Salvar e associar outro',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Associado',
],
],
],
];

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' => 'Salvar e vincular outro',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Vinculado',
],
],
],
];

View File

@@ -0,0 +1,37 @@
<?php
return [
'single' => [
'label' => 'Criar :label',
'modal' => [
'heading' => 'Criar :label',
'actions' => [
'create' => [
'label' => 'Criar',
],
'create_another' => [
'label' => 'Salvar e criar outro',
],
],
],
'notifications' => [
'created' => [
'title' => 'Criado',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Excluir',
'modal' => [
'heading' => 'Excluir :label',
'actions' => [
'delete' => [
'label' => 'Excluir',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Excluído',
],
],
],
'multiple' => [
'label' => 'Excluir selecionado',
'modal' => [
'heading' => 'Excluir :label selecionado',
'actions' => [
'delete' => [
'label' => 'Excluir',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Excluído',
],
],
],
];

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 selecionado',
'modal' => [
'heading' => 'Desvincular :label selecionado',
'actions' => [
'detach' => [
'label' => 'Desvincular',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Desvinculado',
],
],
],
];

View File

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

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Editar',
'modal' => [
'heading' => 'Editar :label',
'actions' => [
'save' => [
'label' => 'Salvar alterações',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Salvo',
],
],
],
];

View File

@@ -0,0 +1,77 @@
<?php
return [
'label' => 'Exportar :label',
'modal' => [
'heading' => 'Exportar :label',
'form' => [
'columns' => [
'label' => 'Colunas',
'form' => [
'is_enabled' => [
'label' => ':column ativa',
],
'label' => [
'label' => 'Rótulo para :column',
],
],
],
],
'actions' => [
'export' => [
'label' => 'Exportar',
],
],
],
'notifications' => [
'completed' => [
'title' => 'Exportação completa',
'actions' => [
'download_csv' => [
'label' => 'Baixar .csv',
],
'download_xlsx' => [
'label' => 'Baixar .xlsx',
],
],
],
'max_rows' => [
'title' => 'A exportação é muito grande',
'body' => 'Não é possível exportar mais de 1 linha de uma vez.|Não é possível exportar mais de :count linhas de uma vez.',
],
'started' => [
'title' => 'Exportação iniciada',
'body' => 'A exportação foi iniciada e 1 linha será processada em segundo plano.|A exportação foi iniciada e :count linhas serão processadas em segundo plano.',
],
],
'file_name' => 'export-:export_id-:model',
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Forçar exclusão',
'modal' => [
'heading' => 'Forçar exclusão de :label',
'actions' => [
'delete' => [
'label' => 'Excluir',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Excluído',
],
],
],
'multiple' => [
'label' => 'Forçar exclusão selecionado',
'modal' => [
'heading' => 'Forçar exclusão de :label selecionado',
'actions' => [
'delete' => [
'label' => 'Excluir',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Excluído',
],
],
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'trigger' => [
'label' => 'Ações',
],
];

View File

@@ -0,0 +1,77 @@
<?php
return [
'label' => 'Importar :label',
'modal' => [
'heading' => 'Importar :label',
'form' => [
'file' => [
'label' => 'Arquivo',
'placeholder' => 'Enviar um arquivo CSV',
],
'columns' => [
'label' => 'Colunas',
'placeholder' => 'Selecione uma coluna',
],
],
'actions' => [
'download_example' => [
'label' => 'Baixar um arquivo CSV de exemplo',
],
'import' => [
'label' => 'Importar',
],
],
],
'notifications' => [
'completed' => [
'title' => 'Importação completa',
'actions' => [
'download_failed_rows_csv' => [
'label' => 'Baixar informações sobre a linha que falhou|Baixar informações sobre as linhas que falharam',
],
],
],
'max_rows' => [
'title' => 'O arquivo CSV enviado é muito grande',
'body' => 'Não é possível importar mais de 1 linha de uma vez.|Não é possível importar mais de :count linhas de uma vez.',
],
'started' => [
'title' => 'Importação iniciada',
'body' => 'A importação foi iniciada e 1 linha será processada em segundo plano.|A importação foi iniciada e :count linhas serão processadas em segundo plano.',
],
],
'example_csv' => [
'file_name' => ':importer-example',
],
'failure_csv' => [
'file_name' => 'import-:import_id-:csv_name-failed-rows',
'error_header' => 'erro',
'system_error' => 'Erro de sistema, por favor, entre em contato com o suporte.',
],
];

View File

@@ -0,0 +1,23 @@
<?php
return [
'confirmation' => 'Você tem certeza que gostaria de fazer isso?',
'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' => 'Replicado',
],
],
],
];

View File

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

View File

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