first commit

This commit is contained in:
ericli1018
2024-03-13 10:43:39 +08:00
commit 1caae33c43
677 changed files with 105611 additions and 0 deletions

16
lang/vendor/backpack/pt_br/backup.php vendored Normal file
View File

@ -0,0 +1,16 @@
<?php
// --------------------------------------------------------
// This is only a pointer file, not an actual language file
// --------------------------------------------------------
//
// If you've copied this file to your /resources/lang/vendor/backpack/
// folder, please delete it, it's no use there. You need to copy/publish the
// actual language file, from the package.
// If a langfile with the same name exists in the package, load that one
if (file_exists(__DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
return include __DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
}
return [];

77
lang/vendor/backpack/pt_br/base.php vendored Normal file
View File

@ -0,0 +1,77 @@
<?php
// Please note it is recommended to use the subtag [pt-BR], not [pr_BR]
// That is the one formalized by the W3C in the IANA Language Subtag Registry
// - https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
// - https://www.w3.org/International/questions/qa-choosing-language-tags
//
// Also, that is the one used by the most popular Laravel translation package
// - https://github.com/caouecs/Laravel-lang/tree/master/src
//
// Backpack provides translations for both subtags, for backwards compatibility.
// But this will change at some point, and we will only support [pt-BR].
return [
/*
|--------------------------------------------------------------------------
| Backpack\Base Language Lines
|--------------------------------------------------------------------------
*/
'registration_closed' => 'Novos registros estão desabiltados.',
'no_email_column' => 'Usuários não possuem um endereço de email associado.',
'first_page_you_see' => 'A primeira página que você vê depois de logar',
'login_status' => 'Status do login',
'logged_in' => 'Você está logado!',
'toggle_navigation' => 'Alternar navegação',
'administration' => 'ADMINISTRAÇÃO',
'user' => 'USUÁRIO',
'logout' => 'Logout',
'login' => 'Login',
'register' => 'Registrar',
'name' => 'Nome',
'email_address' => 'E-Mail',
'password' => 'Senha',
'old_password' => 'Senha antiga',
'new_password' => 'Nova senha',
'confirm_password' => 'Confirmar senha',
'remember_me' => 'Manter-me logado',
'forgot_your_password' => 'Esqueci minha senha',
'reset_password' => 'Resetar senha',
'send_reset_link' => 'Enviar link de recuperação de senha',
'click_here_to_reset' => 'Clique aqui para resetar sua senha',
'change_password' => 'Mudar senha',
'unauthorized' => 'Sem autorização.',
'dashboard' => 'Dashboard',
'handcrafted_by' => 'Feito por',
'powered_by' => 'Distribuído por',
'my_account' => 'Minha conta',
'update_account_info' => 'Atualizar minha conta',
'save' => 'Salvar',
'cancel' => 'Cancelar',
'error' => 'Erro',
'success' => 'Sucesso',
'warning' => 'Atenção',
'notice' => 'Aviso',
'old_password_incorrect' => 'A senha antiga está incorreta.',
'password_dont_match' => 'Senhas não são iguais.',
'password_empty' => 'Certifique-se que ambos os campos de senha estão preenchidos.',
'password_updated' => 'Senha atualizada.',
'account_updated' => 'Conta atualizada com sucesso.',
'unknown_error' => 'Um erro desconhecido aconteceu. Por favor, tente novamente.',
'error_saving' => 'Erro ao salvar. Por favor, tente novamente.',
'session_expired_error' => 'Sua sessão expirou. Faça login novamente em sua conta.',
'welcome' => 'Bem vindo!',
'use_sidebar' => 'Use a barra de menu à esquerda para criar, editar ou excluir conteúdo.',
'password_reset' => [
'greeting' => 'Olá!',
'subject' => 'Notificação de redefinição de senha',
'line_1' => 'Você está recebendo este e-mail porque nós recebemos um solicitação de redefinição de senha para sua conta.',
'line_2' => 'Clique no botão abaixo para redefinir sua senha:',
'button' => 'Redefinir Senha',
'notice' => 'Se você não solicitou uma redefinição de senha, nenhuma ação adicional é necessária.',
],
'step' => 'Passo',
'confirm_email' => 'Confirmar E-mail',
'choose_new_password' => 'Escolher Nova Senha',
'confirm_new_password' => 'Confirmar Nova senha',
];

159
lang/vendor/backpack/pt_br/crud.php vendored Normal file
View File

@ -0,0 +1,159 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Backpack Crud Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the CRUD interface.
| You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
// Forms
'save_action_save_and_new' => 'Salvar e criar novo item',
'save_action_save_and_edit' => 'Salvar e editar item',
'save_action_save_and_back' => 'Salvar e voltar',
'save_action_save_and_preview' => 'Salvar e pré-visualizar',
'save_action_changed_notification' => 'Comportamento padrão após salvar foi alterado.',
// Create form
'add' => 'Adicionar',
'back_to_all' => 'Voltar para todos ',
'cancel' => 'Cancelar',
'add_a_new' => 'Adicionar ',
// Edit form
'edit' => 'Editar',
'save' => 'Salvar',
// Translatable models
'edit_translations' => 'EDITAR TRADUÇÕES',
'language' => 'Idioma',
// CRUD table view
'all' => 'Todos ',
'in_the_database' => 'no banco de dados',
'list' => 'Lista',
'reset' => 'Resetar',
'actions' => 'Ações',
'preview' => 'Visualizar',
'delete' => 'Excluir',
'admin' => 'Admin',
'details_row' => 'Esta são os detalhes do registro. Faça as modificações necessárias.',
'details_row_loading_error' => 'Ocorreu um erro durante o carregamento dos detalhes. Por favor, tente novamente.',
'clone' => 'Clonar',
'clone_success' => '<strong>Registro clonado</strong><br>Um novo registro foi adicionado, com as mesmas informações deste.',
'clone_failure' => '<strong>Clonagem falhou</strong><br>O novo registro não pode ser criado. Tente novamente.',
// Confirmation messages and bubbles
'delete_confirm' => 'Tem certeza que deseja excluir este item?',
'delete_confirmation_title' => 'Item excluído',
'delete_confirmation_message' => 'Item excluído com sucesso.',
'delete_confirmation_not_title' => 'Item não excluído',
'delete_confirmation_not_message' => 'Ocorreu um erro. O item pode não ter sido excluído.',
'delete_confirmation_not_deleted_title' => 'Item não excluído',
'delete_confirmation_not_deleted_message' => 'Nada aconteceu. Seu item está seguro.',
// Bulk actions
'bulk_no_entries_selected_title' => 'Nenhum registro selecionado',
'bulk_no_entries_selected_message' => 'Por favor selecione um ou mais itens para realizar uma ação em massa.',
// Bulk confirmation
'bulk_delete_are_you_sure' => 'Você tem certeza que deseja excluir estes :number registros?',
'bulk_delete_sucess_title' => 'Registros excluídos!',
'bulk_delete_sucess_message' => ' itens foram excluídos',
'bulk_delete_error_title' => 'Exclusão falhou',
'bulk_delete_error_message' => 'Um ou mais itens não foram puderam ser excluídos',
// Ajax errors
'ajax_error_title' => 'Erro',
'ajax_error_text' => 'Erro ao carregar. Por favor, atualize a página.',
// DataTables translation
'emptyTable' => 'Nenhum dado cadastrado na tabela',
'info' => 'Exibindo _START_ a _END_ de _TOTAL_ registros',
'infoEmpty' => '',
'infoFiltered' => '(filtrados de _MAX_ registros)',
'infoPostFix' => '.',
'thousands' => ',',
'lengthMenu' => '_MENU_ registros por página',
'loadingRecords' => 'Carregando...',
'processing' => 'Processando...',
'search' => 'Pesquisar',
'zeroRecords' => 'Nenhum registro encontrado',
'paginate' => [
'first' => 'Primeira',
'last' => 'Última',
'next' => 'Próxima',
'previous' => 'Anterior',
],
'aria' => [
'sortAscending' => ': clique para ordenar de forma ascendente',
'sortDescending' => ': clique para ordenar de forma descendente',
],
'export' => [
'export' => 'Exportar',
'copy' => 'Copiar',
'excel' => 'Excel',
'csv' => 'CSV',
'pdf' => 'PDF',
'print' => 'Imprimir',
'column_visibility' => 'Visibilidade da coluna',
],
// global crud - errors
'unauthorized_access' => 'Acesso negado - você não possui a permissão necessária para acessar esta página.',
'please_fix' => 'Por favor, corrija os seguintes erros:',
// global crud - success / error notification bubbles
'insert_success' => 'Item cadastrado com sucesso.',
'update_success' => 'Item atualizado com sucesso.',
// CRUD reorder view
'reorder' => 'Reordenar',
'reorder_text' => 'Use arrastar-e-soltar para reordenar.',
'reorder_success_title' => 'Pronto',
'reorder_success_message' => 'Sua ordenação foi salva.',
'reorder_error_title' => 'Erro',
'reorder_error_message' => 'Sua ordenação não foi salva.',
// CRUD yes/no
'yes' => 'Sim',
'no' => 'Não',
// CRUD filters navbar view
'filters' => 'Filtros',
'toggle_filters' => 'Alternar filtros',
'remove_filters' => 'Remover filtros',
// Fields
'browse_uploads' => 'Pesquisar uploads',
'clear' => 'Limpar',
'page_link' => 'URL da Página',
'page_link_placeholder' => 'http://exemplo.com',
'internal_link' => 'Link Interno',
'internal_link_placeholder' => 'Endereço interno. Ex: \'admin/pagina\' (sem aspas) para \':url\'',
'external_link' => 'Link Externo',
'choose_file' => 'Escolher arquivo',
'select_all' => 'Selecionar todos',
'select_files' => 'Selecionar todos os arquivos',
'select_file' => 'Selecionar arquivo',
'new_item' => 'Novo Item',
'select_entry' => 'Selecionar um registro',
'select_entries' => 'Selecionar registros',
//Table field
'table_cant_add' => 'Não foi possível adicionar um(a) novo(a) :entity',
'table_max_reached' => 'Limite de :max alcançado',
// File manager
'file_manager' => 'Gerenciador de Arquivos',
// InlineCreateOperation
'related_entry_created_success' => 'Registro relacionado foi criado e selecionado.',
'related_entry_created_error' => 'Não foi possível criar um registro relacionado.',
];

View File

@ -0,0 +1,16 @@
<?php
// --------------------------------------------------------
// This is only a pointer file, not an actual language file
// --------------------------------------------------------
//
// If you've copied this file to your /resources/lang/vendor/backpack/
// folder, please delete it, it's no use there. You need to copy/publish the
// actual language file, from the package.
// If a langfile with the same name exists in the package, load that one
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
}
return [];

View File

@ -0,0 +1,16 @@
<?php
// --------------------------------------------------------
// This is only a pointer file, not an actual language file
// --------------------------------------------------------
//
// If you've copied this file to your /resources/lang/vendor/backpack/
// folder, please delete it, it's no use there. You need to copy/publish the
// actual language file, from the package.
// If a langfile with the same name exists in the package, load that one
if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
}
return [];

View File

@ -0,0 +1,16 @@
<?php
// --------------------------------------------------------
// This is only a pointer file, not an actual language file
// --------------------------------------------------------
//
// If you've copied this file to your /resources/lang/vendor/backpack/
// folder, please delete it, it's no use there. You need to copy/publish the
// actual language file, from the package.
// If a langfile with the same name exists in the package, load that one
if (file_exists(__DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
return include __DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
}
return [];

View File

@ -0,0 +1,16 @@
<?php
// --------------------------------------------------------
// This is only a pointer file, not an actual language file
// --------------------------------------------------------
//
// If you've copied this file to your /resources/lang/vendor/backpack/
// folder, please delete it, it's no use there. You need to copy/publish the
// actual language file, from the package.
// If a langfile with the same name exists in the package, load that one
if (file_exists(__DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
return include __DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
}
return [];

16
lang/vendor/backpack/pt_br/settings.php vendored Normal file
View File

@ -0,0 +1,16 @@
<?php
// --------------------------------------------------------
// This is only a pointer file, not an actual language file
// --------------------------------------------------------
//
// If you've copied this file to your /resources/lang/vendor/backpack/
// folder, please delete it, it's no use there. You need to copy/publish the
// actual language file, from the package.
// If a langfile with the same name exists in the package, load that one
if (file_exists(__DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
return include __DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
}
return [];