Skip to content

Commit c9a575f

Browse files
Added PT-PT translation, updated BR-BR (#1674)
* Update datatable.php BR * Added PT-PT Translations
1 parent 94f7e19 commit c9a575f

File tree

2 files changed

+77
-2
lines changed

2 files changed

+77
-2
lines changed

resources/lang/pt/datatable.php

+75
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
<?php
2+
3+
return [
4+
'buttons' => [
5+
'filter' => 'Filtrar',
6+
'clear_all_filters' => 'Limpar Todos',
7+
],
8+
'labels' => [
9+
'action' => 'Ações',
10+
'results_per_page' => 'Registos por página',
11+
'clear_filter' => 'Limpar filtro',
12+
'no_data' => 'Nenhum registo encontrado',
13+
'all' => 'Todos',
14+
'selected' => 'Selecionados',
15+
'filtered' => 'Filtrados',
16+
],
17+
'placeholders' => [
18+
'search' => 'Pesquisar ...',
19+
'select' => 'Selecione um período',
20+
],
21+
'pagination' => [
22+
'showing' => 'A mostrar',
23+
'to' => 'até',
24+
'of' => 'de',
25+
'results' => 'resultados',
26+
'all' => 'Todos',
27+
],
28+
'multi_select' => [
29+
'select' => 'Selecione',
30+
'all' => 'Todos',
31+
],
32+
'select' => [
33+
'select' => 'Selecione',
34+
'all' => 'Todos',
35+
],
36+
'boolean_filter' => [
37+
'all' => 'Todos',
38+
],
39+
'input_text_options' => [
40+
'is' => 'É exatamente',
41+
'is_not' => 'É diferente de',
42+
'contains' => 'Contém',
43+
'contains_not' => 'Não contém',
44+
'starts_with' => 'Começa com',
45+
'ends_with' => 'Termina com',
46+
'is_null' => 'É nulo',
47+
'is_not_null' => 'Não é núlo',
48+
'is_blank' => 'Está em branco',
49+
'is_not_blank' => 'Não está em branco',
50+
'is_empty' => 'Não está preenchido',
51+
'is_not_empty' => 'Está preenchido',
52+
],
53+
'export' => [
54+
'exporting' => 'Por favor, aguarde!',
55+
'completed' => 'Exportação concluída! Os seus ficheiros estão prontos para download',
56+
],
57+
'soft_deletes' => [
58+
'message_with_trashed' => 'A mostrar todos os registos, incluindo os excluídos.',
59+
'message_only_trashed' => 'A mostrar apenas os registos excluídos.',
60+
'without_trashed' => 'Sem excluídos',
61+
'with_trashed' => 'Com excluídos',
62+
'only_trashed' => 'Apenas excluídos',
63+
],
64+
'multi_sort' => [
65+
'message' => 'A classificação múltipla está ativa',
66+
],
67+
'buttons_macros' => [
68+
'confirm' => [
69+
'message' => 'Tem a certeza que pretende executar esta ação?',
70+
],
71+
'confirm_prompt' => [
72+
'message' => "Tem a certeza que pretende executar esta ação? \n\n Escreva :confirmValue para confirmar.",
73+
],
74+
],
75+
];

resources/lang/pt_BR/datatable.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
],
6767
'buttons_macros' => [
6868
'confirm' => [
69-
'message' => 'Are you sure you want to perform this action?',
69+
'message' => 'Tem a certeza que pretende executar esta ação?',
7070
],
7171
'confirm_prompt' => [
72-
'message' => "Are you sure you want to perform this action? \n\n Enter :confirmValue to confirm.",
72+
'message' => "Tem a certeza que pretende executar esta ação? \n\n Escreva :confirmValue para confirmar.",
7373
],
7474
],
7575
];

0 commit comments

Comments
 (0)