Skip to content

Commit 7cfe5ba

Browse files
committed
Merge branch 'irineujunior-master' into develop
2 parents 7a907b8 + e1da75f commit 7cfe5ba

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
2121
- Added functionality to hide individual filters from the active filter count
2222
- Added functionality to say which filters get reset by the clear button
2323
- Added functionality to set filters as secondaryHeader or footer of columns
24+
- Added Brazilian Portuguese translation - https://github.com/rappasoft/laravel-livewire-tables/pull/797
2425

2526
## [2.6.0] - 2022-05-05
2627

resources/lang/pt_BR.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"All": "Tudo",
3+
"Applied Filters": "Filtros aplicados",
4+
"Applied Sorting": "Ordenação aplicada",
5+
"Bulk Actions": "Ações em massa",
6+
"Clear": "Limpar",
7+
"Columns": "Colunas",
8+
"Done Reordering": "Ordenação finalizada",
9+
"Filters": "Filtros",
10+
"Remove filter option": "Remover opção de filtro",
11+
"Remove sort option": "Remover opção de ordenação",
12+
"Search": "Pesquisar",
13+
"Select All": "Selecionar tudo",
14+
"Showing": "Exibindo",
15+
"Deselect All": "Desmarcar Tudo",
16+
"You are currently selecting all": "Você selecionou tudo",
17+
"You are not connected to the internet.": "Você não está conectado na internet.",
18+
"You have selected": "Você selecionou",
19+
"of": "de",
20+
"Reorder": "Reordenar",
21+
"results": "resultados",
22+
"row": "linha",
23+
"rows": "linhas",
24+
"rows, do you want to select all": "linhas, você deseja selecionar tudo?",
25+
"No items found. Try to broaden your search.": "Nenhum resultado encontrado. Tente ampliar a sua pesquisa.",
26+
"to": "a"
27+
}

0 commit comments

Comments
 (0)