@bryntum/grid-thin-trial 7.3.3 → 7.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +130 -0
- package/CLAUDE.md +130 -0
- package/grid.d.ts +37 -9
- package/lib/column/Column.js +1 -1
- package/lib/feature/ColumnAutoWidth.js +1 -1
- package/lib/feature/Filter.js +1 -1
- package/lib/feature/FilterBar.js +1 -1
- package/lib/feature/StickyCells.js +1 -1
- package/lib/feature/experimental/ExcelExporter.js +1 -1
- package/lib/feature/experimental/xlsproviders/WriteExcelFileProvider.js +1 -1
- package/lib/feature/experimental/xlsproviders/XlsProviderBase.js +1 -1
- package/lib/localization/Ar.js +256 -225
- package/lib/localization/Bg.js +256 -225
- package/lib/localization/Ca.js +256 -225
- package/lib/localization/Cs.js +256 -225
- package/lib/localization/Da.js +256 -225
- package/lib/localization/De.js +256 -225
- package/lib/localization/El.js +256 -225
- package/lib/localization/En.js +256 -225
- package/lib/localization/EnGb.js +256 -225
- package/lib/localization/Es.js +256 -225
- package/lib/localization/Et.js +256 -225
- package/lib/localization/Eu.js +256 -225
- package/lib/localization/Fi.js +256 -225
- package/lib/localization/FrFr.js +256 -225
- package/lib/localization/Gl.js +256 -225
- package/lib/localization/He.js +256 -225
- package/lib/localization/Hi.js +256 -225
- package/lib/localization/Hr.js +256 -225
- package/lib/localization/Hu.js +256 -225
- package/lib/localization/Id.js +256 -225
- package/lib/localization/It.js +256 -225
- package/lib/localization/Ja.js +256 -225
- package/lib/localization/Kk.js +256 -225
- package/lib/localization/Ko.js +256 -225
- package/lib/localization/Lt.js +256 -225
- package/lib/localization/Lv.js +256 -225
- package/lib/localization/Ms.js +256 -225
- package/lib/localization/Nl.js +256 -225
- package/lib/localization/No.js +256 -225
- package/lib/localization/Pl.js +256 -225
- package/lib/localization/Pt.js +256 -225
- package/lib/localization/PtBr.js +256 -225
- package/lib/localization/Ro.js +256 -225
- package/lib/localization/Ru.js +256 -225
- package/lib/localization/Sk.js +256 -225
- package/lib/localization/Sl.js +256 -225
- package/lib/localization/Sr.js +256 -225
- package/lib/localization/SrRs.js +256 -225
- package/lib/localization/SvSE.js +256 -225
- package/lib/localization/Th.js +256 -225
- package/lib/localization/Tr.js +256 -225
- package/lib/localization/Uk.js +256 -225
- package/lib/localization/Vi.js +256 -225
- package/lib/localization/ZhCn.js +256 -225
- package/lib/localization/ZhTw.js +256 -225
- package/lib/view/GridBase.js +1 -1
- package/lib/view/mixin/GridElementEvents.js +1 -1
- package/lib/widget/ChecklistFilterCombo.js +1 -1
- package/package.json +1 -1
package/lib/localization/Pt.js
CHANGED
|
@@ -1,231 +1,262 @@
|
|
|
1
1
|
import LocaleHelper from '@bryntum/core-thin/lib/localization/LocaleHelper.js';
|
|
2
2
|
import '@bryntum/core-thin/lib/localization/Pt.js';
|
|
3
|
+
|
|
3
4
|
const emptyString = new String();
|
|
5
|
+
|
|
4
6
|
const locale = {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
7
|
+
|
|
8
|
+
localeName : 'Pt',
|
|
9
|
+
localeDesc : 'Português',
|
|
10
|
+
localeCode : 'pt',
|
|
11
|
+
localeRtl : false,
|
|
12
|
+
|
|
13
|
+
ChecklistFilterCombo : {
|
|
14
|
+
search : 'Procurar',
|
|
15
|
+
selectAll : 'Selecionar Tudo',
|
|
16
|
+
removeAll : 'Remover Tudo',
|
|
17
|
+
filtersSet : n => n === 1 ? `1 filtro definido` : `${n} filtros definidos`,
|
|
18
|
+
noItems : 'Nenhum resultado encontrado',
|
|
19
|
+
placeholder : 'Filtrar...',
|
|
20
|
+
apply : 'Aplicar'
|
|
21
|
+
},
|
|
22
|
+
|
|
23
|
+
ColumnPicker : {
|
|
24
|
+
column : 'Coluna',
|
|
25
|
+
columnsMenu : 'Colunas',
|
|
26
|
+
hideColumn : 'Ocultar colunas',
|
|
27
|
+
hideColumnShort : 'Ocultar',
|
|
28
|
+
newColumns : 'Novas colunas',
|
|
29
|
+
showName : column => `Mostrar coluna${column.text ? ` ${column.text}` : ''}`,
|
|
30
|
+
hideName : column => `Ocultar coluna${column.text ? ` ${column.text}` : ''}`
|
|
31
|
+
},
|
|
32
|
+
|
|
33
|
+
Filter : {
|
|
34
|
+
applyFilter : 'Aplicar filtro',
|
|
35
|
+
filter : 'Filtro',
|
|
36
|
+
editFilter : 'Editar filtro',
|
|
37
|
+
on : 'em',
|
|
38
|
+
before : 'Antes',
|
|
39
|
+
after : 'Depois',
|
|
40
|
+
equals : 'Igual a',
|
|
41
|
+
lessThan : 'Inferior a',
|
|
42
|
+
moreThan : 'Superior a',
|
|
43
|
+
removeFilter : 'Remover filtro',
|
|
44
|
+
disableFilter : 'Desativar filtro'
|
|
45
|
+
},
|
|
46
|
+
|
|
47
|
+
FilterBar : {
|
|
48
|
+
enableFilterBar : 'Mostrar barra de filtro',
|
|
49
|
+
disableFilterBar : 'Ocultar barra de filtro'
|
|
50
|
+
},
|
|
51
|
+
|
|
52
|
+
Group : {
|
|
53
|
+
group : 'Agrupar',
|
|
54
|
+
groupAscending : 'Agrupar por ordem ascendente',
|
|
55
|
+
groupDescending : 'Agrupar por ordem descendente',
|
|
56
|
+
groupAscendingShort : 'Ascendente',
|
|
57
|
+
groupDescendingShort : 'Descendente',
|
|
58
|
+
stopGrouping : 'Parar agrupamento',
|
|
59
|
+
stopGroupingShort : 'Parar'
|
|
60
|
+
},
|
|
61
|
+
|
|
62
|
+
HeaderMenu : {
|
|
63
|
+
moveBefore : text => `Mover para antes de "${text}"`,
|
|
64
|
+
moveAfter : text => `Mover para depois de "${text}"`,
|
|
65
|
+
collapseColumn : 'Minimizar coluna',
|
|
66
|
+
expandColumn : 'Ampliar coluna'
|
|
67
|
+
},
|
|
68
|
+
|
|
69
|
+
ColumnRename : {
|
|
70
|
+
rename : 'Renomear'
|
|
71
|
+
},
|
|
72
|
+
|
|
73
|
+
MergeCells : {
|
|
74
|
+
mergeCells : 'Unir céculas',
|
|
75
|
+
menuTooltip : 'Unir células com o mesmo valor quando ordenadas por esta coluna'
|
|
76
|
+
},
|
|
77
|
+
|
|
78
|
+
Search : {
|
|
79
|
+
searchForValue : 'Pesquisar por valor'
|
|
80
|
+
},
|
|
81
|
+
|
|
82
|
+
Sort : {
|
|
83
|
+
sort : 'Ordenar',
|
|
84
|
+
sortAscending : 'Ordenar por ordem ascendente',
|
|
85
|
+
sortDescending : 'Ordenar por ordem descendente',
|
|
86
|
+
multiSort : 'Ordenação múltipla',
|
|
87
|
+
removeSorter : 'Remover ordenação',
|
|
88
|
+
addSortAscending : 'Adicionar ordenação ascendente',
|
|
89
|
+
addSortDescending : 'Adicionar ordenação descendente',
|
|
90
|
+
toggleSortAscending : 'Alterar para ascendente',
|
|
91
|
+
toggleSortDescending : 'Alterar para descendente',
|
|
92
|
+
sortAscendingShort : 'Ascendente',
|
|
93
|
+
sortDescendingShort : 'Descendente',
|
|
94
|
+
removeSorterShort : 'Remover',
|
|
95
|
+
addSortAscendingShort : '+ Ascendente',
|
|
96
|
+
addSortDescendingShort : '+ Descendente'
|
|
97
|
+
},
|
|
98
|
+
|
|
99
|
+
Split : {
|
|
100
|
+
split : 'Dividido',
|
|
101
|
+
unsplit : 'Não dividido',
|
|
102
|
+
horizontally : 'Horizontalmente',
|
|
103
|
+
vertically : 'Verticalmente',
|
|
104
|
+
both : 'Ambos'
|
|
105
|
+
},
|
|
106
|
+
|
|
107
|
+
LockRows : {
|
|
108
|
+
lockRow : 'Bloquear linha',
|
|
109
|
+
unlockRow : 'Desbloquear linha'
|
|
110
|
+
},
|
|
111
|
+
|
|
112
|
+
ActionColumn : {
|
|
113
|
+
rowActions : 'Ações de linha'
|
|
114
|
+
},
|
|
115
|
+
|
|
116
|
+
Column : {
|
|
117
|
+
columnLabel : column => `${column.text ? `${column.text} coluna. ` : ''}ESPAÇO para menu de contexto${column.canSort ? ', ENTER para ordenar' : ''}`,
|
|
118
|
+
cellLabel : emptyString
|
|
119
|
+
},
|
|
120
|
+
|
|
121
|
+
WidgetColumn : {
|
|
122
|
+
rowWidgets : 'Widgets de linha'
|
|
123
|
+
},
|
|
124
|
+
|
|
125
|
+
Checkbox : {
|
|
126
|
+
toggleRowSelect : 'Ativar/desativar seleção de fila',
|
|
127
|
+
toggleSelection : 'Ativar/desativar seleção de todo o conjunto de dados',
|
|
128
|
+
toggleName : column => `Alternar ${column.text || 'valor'}`
|
|
129
|
+
},
|
|
130
|
+
|
|
131
|
+
RatingColumn : {
|
|
132
|
+
cellLabel : column => `${column.text ? column.text : ''} ${column.location?.record ? `avaliação ${column.location.record.get(column.field) || 0}` : ''}`
|
|
133
|
+
},
|
|
134
|
+
|
|
135
|
+
RowNumberColumn : {
|
|
136
|
+
rowNumber : 'Número da linha'
|
|
137
|
+
},
|
|
138
|
+
|
|
139
|
+
GridBase : {
|
|
140
|
+
loadFailedMessage : 'O carregamento de dados falhou!',
|
|
141
|
+
syncFailedMessage : 'A sincronização de dados falhou!',
|
|
142
|
+
unspecifiedFailure : 'Falha não especificada',
|
|
143
|
+
networkFailure : 'Erro de rede',
|
|
144
|
+
parseFailure : 'Falha ao analisar a resposta do servidor',
|
|
145
|
+
serverResponse : 'Resposta do servidor:',
|
|
146
|
+
noRows : 'Sem registos para exibir',
|
|
147
|
+
moveColumnLeft : 'Mover para a secção esquerda',
|
|
148
|
+
moveColumnRight : 'Mover para a secção direita',
|
|
149
|
+
moveColumnTo : region => `Mover coluna para ${region}`,
|
|
150
|
+
filteredRecords : n => n ? (n === 1 ? `1 linha corresponde ao filtro` : `${n} linhas correspondem ao filtro`) : 'Nenhuma linha corresponde ao filtro'
|
|
151
|
+
},
|
|
152
|
+
|
|
153
|
+
CellMenu : {
|
|
154
|
+
removeRow : 'Eliminar'
|
|
155
|
+
},
|
|
156
|
+
|
|
157
|
+
RowCopyPaste : {
|
|
158
|
+
copyRecord : 'Copiar',
|
|
159
|
+
cutRecord : 'Cortar',
|
|
160
|
+
pasteRecord : 'Colar',
|
|
161
|
+
rows : 'linhas',
|
|
162
|
+
row : 'linha'
|
|
163
|
+
},
|
|
164
|
+
|
|
165
|
+
CellCopyPaste : {
|
|
166
|
+
copy : 'Copiar',
|
|
167
|
+
cut : 'Cortar',
|
|
168
|
+
paste : 'Colar'
|
|
169
|
+
},
|
|
170
|
+
|
|
171
|
+
Charts : {
|
|
172
|
+
chartDesigner : 'Designer de Gráficos',
|
|
173
|
+
newChart : 'Novo Gráfico',
|
|
174
|
+
download : 'Baixar',
|
|
175
|
+
settings : 'Configurações'
|
|
176
|
+
},
|
|
177
|
+
|
|
178
|
+
PdfExport : {
|
|
179
|
+
'Waiting for response from server' : 'A aguardar resposta do servidor...',
|
|
180
|
+
'Export failed' : 'Falha ao exportar',
|
|
181
|
+
'Server error' : 'Erro de servidor',
|
|
182
|
+
'Generating pages' : 'A gerar páginas...',
|
|
183
|
+
'Click to abort' : 'Cancelar'
|
|
184
|
+
},
|
|
185
|
+
|
|
186
|
+
ExportDialog : {
|
|
187
|
+
width : '40em',
|
|
188
|
+
labelWidth : '12em',
|
|
189
|
+
exportSettings : 'Exportar definições',
|
|
190
|
+
export : 'Exportar',
|
|
191
|
+
printSettings : 'Configurações de impressão',
|
|
192
|
+
print : 'Imprimir',
|
|
193
|
+
exporterType : 'Controlo de paginação',
|
|
194
|
+
cancel : 'Cancelar',
|
|
195
|
+
fileFormat : 'Formato do ficheiro',
|
|
196
|
+
rows : 'Filas',
|
|
197
|
+
alignRows : 'Alinhar filas',
|
|
198
|
+
columns : 'Colunas',
|
|
199
|
+
paperFormat : 'Formato em papel',
|
|
200
|
+
orientation : 'Orientação',
|
|
201
|
+
repeatHeader : 'Repetir cabeçalho'
|
|
202
|
+
},
|
|
203
|
+
|
|
204
|
+
ExportRowsCombo : {
|
|
205
|
+
all : 'Todas as filas',
|
|
206
|
+
visible : 'Filas visíveis'
|
|
207
|
+
},
|
|
208
|
+
|
|
209
|
+
ExportOrientationCombo : {
|
|
210
|
+
portrait : 'Retrato',
|
|
211
|
+
landscape : 'Paisagem'
|
|
212
|
+
},
|
|
213
|
+
|
|
214
|
+
SinglePageExporter : {
|
|
215
|
+
singlepage : 'Uma página'
|
|
216
|
+
},
|
|
217
|
+
|
|
218
|
+
SinglePageUnscaledExporter : {
|
|
219
|
+
singlepageunscaled : 'Página única (não escalada)'
|
|
220
|
+
},
|
|
221
|
+
|
|
222
|
+
MultiPageExporter : {
|
|
223
|
+
multipage : 'Várias páginas',
|
|
224
|
+
exportingPage : ({ currentPage, totalPages }) => `Exportando página ${currentPage}/${totalPages}`
|
|
225
|
+
},
|
|
226
|
+
|
|
227
|
+
MultiPageVerticalExporter : {
|
|
228
|
+
multipagevertical : ' Várias páginas (vertical)',
|
|
229
|
+
exportingPage : ({ currentPage, totalPages }) => `Exportando página ${currentPage}/${totalPages}`
|
|
230
|
+
},
|
|
231
|
+
|
|
232
|
+
RowExpander : {
|
|
233
|
+
loading : 'A carregar',
|
|
234
|
+
expand : 'Expandir',
|
|
235
|
+
collapse : 'Fechar',
|
|
236
|
+
columnDescription : 'Alternar detalhes da linha',
|
|
237
|
+
expandedRowContent : 'Conteúdo da linha expandida'
|
|
238
|
+
},
|
|
239
|
+
|
|
240
|
+
TreeGroup : {
|
|
241
|
+
group : 'Agrupar por',
|
|
242
|
+
stopGrouping : 'Parar agrupamento',
|
|
243
|
+
stopGroupingThisColumn : 'Remover agrupamento desta coluna'
|
|
244
|
+
},
|
|
245
|
+
|
|
246
|
+
AIFilter : {
|
|
247
|
+
unsuccessfulFilterMessage : 'Operação de filtro malsucedida, tente novamente'
|
|
248
|
+
},
|
|
249
|
+
|
|
250
|
+
AIFilterField : {
|
|
251
|
+
progressText : 'Filtrando'
|
|
252
|
+
},
|
|
253
|
+
|
|
254
|
+
PinColumns : {
|
|
255
|
+
pinColumn : 'Fixar coluna',
|
|
256
|
+
unpin : 'Sem fixação',
|
|
257
|
+
pinToStart : 'Fixar no início',
|
|
258
|
+
pinToEnd : 'Fixar no final'
|
|
115
259
|
}
|
|
116
|
-
},
|
|
117
|
-
RowNumberColumn: {
|
|
118
|
-
rowNumber: 'Número da linha'
|
|
119
|
-
},
|
|
120
|
-
GridBase: {
|
|
121
|
-
loadFailedMessage: 'O carregamento de dados falhou!',
|
|
122
|
-
syncFailedMessage: 'A sincronização de dados falhou!',
|
|
123
|
-
unspecifiedFailure: 'Falha não especificada',
|
|
124
|
-
networkFailure: 'Erro de rede',
|
|
125
|
-
parseFailure: 'Falha ao analisar a resposta do servidor',
|
|
126
|
-
serverResponse: 'Resposta do servidor:',
|
|
127
|
-
noRows: 'Sem registos para exibir',
|
|
128
|
-
moveColumnLeft: 'Mover para a secção esquerda',
|
|
129
|
-
moveColumnRight: 'Mover para a secção direita',
|
|
130
|
-
moveColumnTo: region => `Mover coluna para ${region}`,
|
|
131
|
-
filteredRecords: n => n ? n === 1 ? `1 linha corresponde ao filtro` : `${n} linhas correspondem ao filtro` : 'Nenhuma linha corresponde ao filtro'
|
|
132
|
-
},
|
|
133
|
-
CellMenu: {
|
|
134
|
-
removeRow: 'Eliminar'
|
|
135
|
-
},
|
|
136
|
-
RowCopyPaste: {
|
|
137
|
-
copyRecord: 'Copiar',
|
|
138
|
-
cutRecord: 'Cortar',
|
|
139
|
-
pasteRecord: 'Colar',
|
|
140
|
-
rows: 'linhas',
|
|
141
|
-
row: 'linha'
|
|
142
|
-
},
|
|
143
|
-
CellCopyPaste: {
|
|
144
|
-
copy: 'Copiar',
|
|
145
|
-
cut: 'Cortar',
|
|
146
|
-
paste: 'Colar'
|
|
147
|
-
},
|
|
148
|
-
Charts: {
|
|
149
|
-
chartDesigner: 'Designer de Gráficos',
|
|
150
|
-
newChart: 'Novo Gráfico',
|
|
151
|
-
download: 'Baixar',
|
|
152
|
-
settings: 'Configurações'
|
|
153
|
-
},
|
|
154
|
-
PdfExport: {
|
|
155
|
-
'Waiting for response from server': 'A aguardar resposta do servidor...',
|
|
156
|
-
'Export failed': 'Falha ao exportar',
|
|
157
|
-
'Server error': 'Erro de servidor',
|
|
158
|
-
'Generating pages': 'A gerar páginas...',
|
|
159
|
-
'Click to abort': 'Cancelar'
|
|
160
|
-
},
|
|
161
|
-
ExportDialog: {
|
|
162
|
-
width: '40em',
|
|
163
|
-
labelWidth: '12em',
|
|
164
|
-
exportSettings: 'Exportar definições',
|
|
165
|
-
export: 'Exportar',
|
|
166
|
-
printSettings: 'Configurações de impressão',
|
|
167
|
-
print: 'Imprimir',
|
|
168
|
-
exporterType: 'Controlo de paginação',
|
|
169
|
-
cancel: 'Cancelar',
|
|
170
|
-
fileFormat: 'Formato do ficheiro',
|
|
171
|
-
rows: 'Filas',
|
|
172
|
-
alignRows: 'Alinhar filas',
|
|
173
|
-
columns: 'Colunas',
|
|
174
|
-
paperFormat: 'Formato em papel',
|
|
175
|
-
orientation: 'Orientação',
|
|
176
|
-
repeatHeader: 'Repetir cabeçalho'
|
|
177
|
-
},
|
|
178
|
-
ExportRowsCombo: {
|
|
179
|
-
all: 'Todas as filas',
|
|
180
|
-
visible: 'Filas visíveis'
|
|
181
|
-
},
|
|
182
|
-
ExportOrientationCombo: {
|
|
183
|
-
portrait: 'Retrato',
|
|
184
|
-
landscape: 'Paisagem'
|
|
185
|
-
},
|
|
186
|
-
SinglePageExporter: {
|
|
187
|
-
singlepage: 'Uma página'
|
|
188
|
-
},
|
|
189
|
-
SinglePageUnscaledExporter: {
|
|
190
|
-
singlepageunscaled: 'Página única (não escalada)'
|
|
191
|
-
},
|
|
192
|
-
MultiPageExporter: {
|
|
193
|
-
multipage: 'Várias páginas',
|
|
194
|
-
exportingPage: ({
|
|
195
|
-
currentPage,
|
|
196
|
-
totalPages
|
|
197
|
-
}) => `Exportando página ${currentPage}/${totalPages}`
|
|
198
|
-
},
|
|
199
|
-
MultiPageVerticalExporter: {
|
|
200
|
-
multipagevertical: ' Várias páginas (vertical)',
|
|
201
|
-
exportingPage: ({
|
|
202
|
-
currentPage,
|
|
203
|
-
totalPages
|
|
204
|
-
}) => `Exportando página ${currentPage}/${totalPages}`
|
|
205
|
-
},
|
|
206
|
-
RowExpander: {
|
|
207
|
-
loading: 'A carregar',
|
|
208
|
-
expand: 'Expandir',
|
|
209
|
-
collapse: 'Fechar',
|
|
210
|
-
columnDescription: 'Alternar detalhes da linha',
|
|
211
|
-
expandedRowContent: 'Conteúdo da linha expandida'
|
|
212
|
-
},
|
|
213
|
-
TreeGroup: {
|
|
214
|
-
group: 'Agrupar por',
|
|
215
|
-
stopGrouping: 'Parar agrupamento',
|
|
216
|
-
stopGroupingThisColumn: 'Remover agrupamento desta coluna'
|
|
217
|
-
},
|
|
218
|
-
AIFilter: {
|
|
219
|
-
unsuccessfulFilterMessage: 'Operação de filtro malsucedida, tente novamente'
|
|
220
|
-
},
|
|
221
|
-
AIFilterField: {
|
|
222
|
-
progressText: 'Filtrando'
|
|
223
|
-
},
|
|
224
|
-
PinColumns: {
|
|
225
|
-
pinColumn: 'Fixar coluna',
|
|
226
|
-
unpin: 'Sem fixação',
|
|
227
|
-
pinToStart: 'Fixar no início',
|
|
228
|
-
pinToEnd: 'Fixar no final'
|
|
229
|
-
}
|
|
230
260
|
};
|
|
231
|
-
|
|
261
|
+
|
|
262
|
+
export default LocaleHelper.publishLocale(locale);
|