mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-24 18:00:16 +00:00
76 lines
2.4 KiB
PHP
76 lines
2.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'buttons' => [
|
|
'filter' => 'Filtrar',
|
|
'clear_all_filters' => 'Limpar Todos',
|
|
],
|
|
'labels' => [
|
|
'action' => 'Ações',
|
|
'results_per_page' => 'Registros por página',
|
|
'clear_filter' => 'Limpar filtro',
|
|
'no_data' => 'Nenhum registro encontrado',
|
|
'all' => 'Todos',
|
|
'selected' => 'Selecionados',
|
|
'filtered' => 'Filtrados',
|
|
],
|
|
'placeholders' => [
|
|
'search' => 'Buscar ...',
|
|
'select' => 'Selecione um período',
|
|
],
|
|
'pagination' => [
|
|
'showing' => 'Mostrando',
|
|
'to' => 'até',
|
|
'of' => 'de',
|
|
'results' => 'Registros',
|
|
'all' => 'Todos',
|
|
],
|
|
'multi_select' => [
|
|
'select' => 'Selecione',
|
|
'all' => 'Todos',
|
|
],
|
|
'select' => [
|
|
'select' => 'Selecione',
|
|
'all' => 'Todos',
|
|
],
|
|
'boolean_filter' => [
|
|
'all' => 'Todos',
|
|
],
|
|
'input_text_options' => [
|
|
'is' => 'É exatamente',
|
|
'is_not' => 'É diferente de',
|
|
'contains' => 'Contém',
|
|
'contains_not' => 'Não contém',
|
|
'starts_with' => 'Começa com',
|
|
'ends_with' => 'Termina com',
|
|
'is_null' => 'É nulo',
|
|
'is_not_null' => 'Não é núlo',
|
|
'is_blank' => 'Está em branco',
|
|
'is_not_blank' => 'Não está em branco',
|
|
'is_empty' => 'Não está preenchido',
|
|
'is_not_empty' => 'Está preenchido',
|
|
],
|
|
'export' => [
|
|
'exporting' => 'Por favor, aguarde!',
|
|
'completed' => 'Exportação concluída! Seus arquivos estão prontos para download',
|
|
],
|
|
'soft_deletes' => [
|
|
'message_with_trashed' => 'Exibindo todos os registros, incluindo os excluídos.',
|
|
'message_only_trashed' => 'Exibindo apenas os registros excluídos.',
|
|
'without_trashed' => 'Sem excluídos',
|
|
'with_trashed' => 'Com excluídos',
|
|
'only_trashed' => 'Apenas excluídos',
|
|
],
|
|
'multi_sort' => [
|
|
'message' => 'A classificação múltipla está ativa',
|
|
],
|
|
'buttons_macros' => [
|
|
'confirm' => [
|
|
'message' => 'Tem a certeza que pretende executar esta ação?',
|
|
],
|
|
'confirm_prompt' => [
|
|
'message' => "Tem a certeza que pretende executar esta ação? \n\n Escreva :confirmValue para confirmar.",
|
|
],
|
|
],
|
|
];
|