-
-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '6.x' of github.com:Power-Components/livewire-powergrid …
…into add-cypress-test
- Loading branch information
Showing
9 changed files
with
114 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"/powergrid.js": "/powergrid.js?id=05c5f62ec274e8fcf8d83856987538fe", | ||
"/powergrid.js": "/powergrid.js?id=434af38e193e4b54d647faede6b8b74f", | ||
"/bootstrap5.css": "/bootstrap5.css?id=a27af22343149104b2aa3283d8fd502b", | ||
"/tailwind.css": "/tailwind.css?id=924477e2afcb2cb56aa392e266ee56ca" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
<?php | ||
|
||
return [ | ||
'buttons' => [ | ||
'filter' => 'Filtrar', | ||
'clear_all_filters' => 'Limpar Todos', | ||
], | ||
'labels' => [ | ||
'action' => 'Ações', | ||
'results_per_page' => 'Registos por página', | ||
'clear_filter' => 'Limpar filtro', | ||
'no_data' => 'Nenhum registo encontrado', | ||
'all' => 'Todos', | ||
'selected' => 'Selecionados', | ||
'filtered' => 'Filtrados', | ||
], | ||
'placeholders' => [ | ||
'search' => 'Pesquisar ...', | ||
'select' => 'Selecione um período', | ||
], | ||
'pagination' => [ | ||
'showing' => 'A mostrar', | ||
'to' => 'até', | ||
'of' => 'de', | ||
'results' => 'resultados', | ||
'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! Os seus ficheiros estão prontos para download', | ||
], | ||
'soft_deletes' => [ | ||
'message_with_trashed' => 'A mostrar todos os registos, incluindo os excluídos.', | ||
'message_only_trashed' => 'A mostrar apenas os registos 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.", | ||
], | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters