@bryntum/grid-thin-trial 7.3.2 → 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 +117 -79
- 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/feature/export/PdfExport.js +4 -4
- package/lib/feature/export/exporter/ExporterBase.js +6 -6
- 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/Grid.js +1 -1
- package/lib/view/GridBase.js +1 -1
- package/lib/view/export/ExportDialog.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/Ms.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/Ms.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 : 'Ms',
|
|
9
|
+
localeDesc : 'Melayu',
|
|
10
|
+
localeCode : 'ms',
|
|
11
|
+
localeRtl : false,
|
|
12
|
+
|
|
13
|
+
ChecklistFilterCombo : {
|
|
14
|
+
search : 'Cari',
|
|
15
|
+
selectAll : 'Pilih Semua',
|
|
16
|
+
removeAll : 'Buang Semua',
|
|
17
|
+
filtersSet : n => n === 1 ? `1 penapis ditetapkan` : `${n} penapis ditetapkan`,
|
|
18
|
+
noItems : 'Tiada hasil ditemui',
|
|
19
|
+
placeholder : 'Tapis...',
|
|
20
|
+
apply : 'Terapkan'
|
|
21
|
+
},
|
|
22
|
+
|
|
23
|
+
ColumnPicker : {
|
|
24
|
+
column : 'Kolum',
|
|
25
|
+
columnsMenu : 'Kolum',
|
|
26
|
+
hideColumn : 'Sembunyi kolum',
|
|
27
|
+
hideColumnShort : 'Sembunyi',
|
|
28
|
+
newColumns : 'Kolum baharu',
|
|
29
|
+
showName : column => `Tunjukkan lajur${column.text ? ` ${column.text}` : ''}`,
|
|
30
|
+
hideName : column => `Sembunyikan lajur${column.text ? ` ${column.text}` : ''}`
|
|
31
|
+
},
|
|
32
|
+
|
|
33
|
+
Filter : {
|
|
34
|
+
applyFilter : 'Guna penapis',
|
|
35
|
+
filter : 'Penapis',
|
|
36
|
+
editFilter : 'Edit penapis',
|
|
37
|
+
on : 'Hidup',
|
|
38
|
+
before : 'Sebelum',
|
|
39
|
+
after : 'Selepas',
|
|
40
|
+
equals : 'Sama dengan',
|
|
41
|
+
lessThan : 'Kurang daripada',
|
|
42
|
+
moreThan : 'Lebih daripada',
|
|
43
|
+
removeFilter : 'Buang penapis',
|
|
44
|
+
disableFilter : 'Nyahdaya penapis'
|
|
45
|
+
},
|
|
46
|
+
|
|
47
|
+
FilterBar : {
|
|
48
|
+
enableFilterBar : 'Tunjuk bar penapis',
|
|
49
|
+
disableFilterBar : 'Sembunyi bar penapis'
|
|
50
|
+
},
|
|
51
|
+
|
|
52
|
+
Group : {
|
|
53
|
+
group : 'Kumpulan',
|
|
54
|
+
groupAscending : 'Kumpulan menaik',
|
|
55
|
+
groupDescending : 'Kumpulan menurun',
|
|
56
|
+
groupAscendingShort : 'Menaik',
|
|
57
|
+
groupDescendingShort : 'Menurun',
|
|
58
|
+
stopGrouping : 'Henti mengumpulkan',
|
|
59
|
+
stopGroupingShort : 'Henti'
|
|
60
|
+
},
|
|
61
|
+
|
|
62
|
+
HeaderMenu : {
|
|
63
|
+
moveBefore : text => `Gerak sebelum "${text}"`,
|
|
64
|
+
moveAfter : text => `Gerak selepas "${text}"`,
|
|
65
|
+
collapseColumn : 'Runtuh lajur',
|
|
66
|
+
expandColumn : 'Kembang lajur'
|
|
67
|
+
},
|
|
68
|
+
|
|
69
|
+
ColumnRename : {
|
|
70
|
+
rename : 'Nama semula'
|
|
71
|
+
},
|
|
72
|
+
|
|
73
|
+
MergeCells : {
|
|
74
|
+
mergeCells : 'Gabung sel',
|
|
75
|
+
menuTooltip : 'Gabungkan sel dengan nilai yang sama apabila diisih mengikut kolum ini'
|
|
76
|
+
},
|
|
77
|
+
|
|
78
|
+
Search : {
|
|
79
|
+
searchForValue : 'Cari nilai'
|
|
80
|
+
},
|
|
81
|
+
|
|
82
|
+
Sort : {
|
|
83
|
+
sort : 'Isih',
|
|
84
|
+
sortAscending : 'Isih menaik',
|
|
85
|
+
sortDescending : 'Isih menurun',
|
|
86
|
+
multiSort : 'Multi isih',
|
|
87
|
+
removeSorter : 'Buang pengisih',
|
|
88
|
+
addSortAscending : 'Tambah pengisih menaik',
|
|
89
|
+
addSortDescending : 'Tambah pengisih menurun',
|
|
90
|
+
toggleSortAscending : 'Tukar kepada menaik',
|
|
91
|
+
toggleSortDescending : 'Tukar kepada menurun',
|
|
92
|
+
sortAscendingShort : 'Menaik',
|
|
93
|
+
sortDescendingShort : 'Menurun',
|
|
94
|
+
removeSorterShort : 'Buang',
|
|
95
|
+
addSortAscendingShort : '+ Menaik',
|
|
96
|
+
addSortDescendingShort : '+ Menurun'
|
|
97
|
+
},
|
|
98
|
+
|
|
99
|
+
Split : {
|
|
100
|
+
split : 'Bahagi',
|
|
101
|
+
unsplit : 'Tidak Dipisah',
|
|
102
|
+
horizontally : 'Secara Menegak',
|
|
103
|
+
vertically : 'Secara Mendatar',
|
|
104
|
+
both : 'Kedua-duanya'
|
|
105
|
+
},
|
|
106
|
+
|
|
107
|
+
LockRows : {
|
|
108
|
+
lockRow : 'Kunci baris',
|
|
109
|
+
unlockRow : 'Buka kunci baris'
|
|
110
|
+
},
|
|
111
|
+
|
|
112
|
+
ActionColumn : {
|
|
113
|
+
rowActions : 'Tindakan baris'
|
|
114
|
+
},
|
|
115
|
+
|
|
116
|
+
Column : {
|
|
117
|
+
columnLabel : column => `${column.text ? `${column.text} kolum. ` : ''}SPACE untuk menu konteks${column.canSort ? ', ENTER untuk isih' : ''}`,
|
|
118
|
+
cellLabel : emptyString
|
|
119
|
+
},
|
|
120
|
+
|
|
121
|
+
WidgetColumn : {
|
|
122
|
+
rowWidgets : 'Widget baris'
|
|
123
|
+
},
|
|
124
|
+
|
|
125
|
+
Checkbox : {
|
|
126
|
+
toggleRowSelect : 'Togel pemilihan baris',
|
|
127
|
+
toggleSelection : 'Togel pemilihan set data keseluruhan',
|
|
128
|
+
toggleName : column => `Togol ${column.text || 'nilai'}`
|
|
129
|
+
},
|
|
130
|
+
|
|
131
|
+
RatingColumn : {
|
|
132
|
+
cellLabel : column => `${column.text ? column.text : ''} ${column.location?.record ? ` penilaian : ${column.location.record.get(column.field) || 0}` : ''}`
|
|
133
|
+
},
|
|
134
|
+
|
|
135
|
+
RowNumberColumn : {
|
|
136
|
+
rowNumber : 'Nombor baris'
|
|
137
|
+
},
|
|
138
|
+
|
|
139
|
+
GridBase : {
|
|
140
|
+
loadFailedMessage : 'Pemuatan data gagal!',
|
|
141
|
+
syncFailedMessage : 'Sinkronisasi data gagal!',
|
|
142
|
+
unspecifiedFailure : 'Kegagalan tak dinyata',
|
|
143
|
+
networkFailure : 'Ralat rangkaian',
|
|
144
|
+
parseFailure : 'Gagal menghuraikan respons pelayan',
|
|
145
|
+
serverResponse : 'Respons pelayan:',
|
|
146
|
+
noRows : 'Tiada rekod untuk dipaparkan',
|
|
147
|
+
moveColumnLeft : 'Gerak ke bahagian kiri',
|
|
148
|
+
moveColumnRight : 'Gerak ke bahagian kanan',
|
|
149
|
+
moveColumnTo : region => `Gerak kolum ke ${region}`,
|
|
150
|
+
filteredRecords : n => n ? (n === 1 ? `1 baris sepadan dengan penapis` : `${n} baris sepadan dengan penapis`) : 'Tiada baris sepadan dengan penapis'
|
|
151
|
+
},
|
|
152
|
+
|
|
153
|
+
CellMenu : {
|
|
154
|
+
removeRow : 'Hapus'
|
|
155
|
+
},
|
|
156
|
+
|
|
157
|
+
RowCopyPaste : {
|
|
158
|
+
copyRecord : 'Salin',
|
|
159
|
+
cutRecord : 'Potong',
|
|
160
|
+
pasteRecord : 'Tampal',
|
|
161
|
+
rows : 'baris-baris',
|
|
162
|
+
row : 'baris'
|
|
163
|
+
},
|
|
164
|
+
|
|
165
|
+
CellCopyPaste : {
|
|
166
|
+
copy : 'Salin',
|
|
167
|
+
cut : 'Potong',
|
|
168
|
+
paste : 'Tampal'
|
|
169
|
+
},
|
|
170
|
+
|
|
171
|
+
Charts : {
|
|
172
|
+
chartDesigner : 'Pereka Carta',
|
|
173
|
+
newChart : 'Carta Baharu',
|
|
174
|
+
download : 'Muat Turun',
|
|
175
|
+
settings : 'Tetapan'
|
|
176
|
+
},
|
|
177
|
+
|
|
178
|
+
PdfExport : {
|
|
179
|
+
'Waiting for response from server' : 'Menunggu respons daripada pelayan...',
|
|
180
|
+
'Export failed' : 'Eksport gagal',
|
|
181
|
+
'Server error' : 'Ralat pelayan',
|
|
182
|
+
'Generating pages' : 'Menjana halaman...',
|
|
183
|
+
'Click to abort' : 'Batal'
|
|
184
|
+
},
|
|
185
|
+
|
|
186
|
+
ExportDialog : {
|
|
187
|
+
width : '40em',
|
|
188
|
+
labelWidth : '12em',
|
|
189
|
+
exportSettings : 'Tetapan eksport',
|
|
190
|
+
export : 'Eksport',
|
|
191
|
+
printSettings : 'Tetapan Cetakan',
|
|
192
|
+
print : 'Cetak',
|
|
193
|
+
exporterType : 'Kawal penomboran',
|
|
194
|
+
cancel : 'Batal',
|
|
195
|
+
fileFormat : 'Format fail',
|
|
196
|
+
rows : 'Baris',
|
|
197
|
+
alignRows : 'Jajarkan baris',
|
|
198
|
+
columns : 'Kolum',
|
|
199
|
+
paperFormat : 'Format kertas',
|
|
200
|
+
orientation : 'Orientasi',
|
|
201
|
+
repeatHeader : 'Pengepala ulang'
|
|
202
|
+
},
|
|
203
|
+
|
|
204
|
+
ExportRowsCombo : {
|
|
205
|
+
all : 'Semua baris',
|
|
206
|
+
visible : 'Baris boleh lihat'
|
|
207
|
+
},
|
|
208
|
+
|
|
209
|
+
ExportOrientationCombo : {
|
|
210
|
+
portrait : 'Portret',
|
|
211
|
+
landscape : 'Landskap'
|
|
212
|
+
},
|
|
213
|
+
|
|
214
|
+
SinglePageExporter : {
|
|
215
|
+
singlepage : 'Halaman tunggal'
|
|
216
|
+
},
|
|
217
|
+
|
|
218
|
+
SinglePageUnscaledExporter : {
|
|
219
|
+
singlepageunscaled : 'Halaman tunggal (tidak diskala)'
|
|
220
|
+
},
|
|
221
|
+
|
|
222
|
+
MultiPageExporter : {
|
|
223
|
+
multipage : 'Halaman pelbagai',
|
|
224
|
+
exportingPage : ({ currentPage, totalPages }) => `Mengeksport halaman ${currentPage}/${totalPages}`
|
|
225
|
+
},
|
|
226
|
+
|
|
227
|
+
MultiPageVerticalExporter : {
|
|
228
|
+
multipagevertical : 'Halaman pelbagai (menegak)',
|
|
229
|
+
exportingPage : ({ currentPage, totalPages }) => `Mengeksport halaman ${currentPage}/${totalPages}`
|
|
230
|
+
},
|
|
231
|
+
|
|
232
|
+
RowExpander : {
|
|
233
|
+
loading : 'Memuat',
|
|
234
|
+
expand : 'Kembang',
|
|
235
|
+
collapse : 'Kecil',
|
|
236
|
+
columnDescription : 'Togol butiran baris',
|
|
237
|
+
expandedRowContent : 'Kandungan baris yang diperluas'
|
|
238
|
+
},
|
|
239
|
+
|
|
240
|
+
TreeGroup : {
|
|
241
|
+
group : 'Kumpulkan mengikut',
|
|
242
|
+
stopGrouping : 'Berhenti mengumpulkan',
|
|
243
|
+
stopGroupingThisColumn : 'Batalkan pengumpulan baris ini'
|
|
244
|
+
},
|
|
245
|
+
|
|
246
|
+
AIFilter : {
|
|
247
|
+
unsuccessfulFilterMessage : 'Operasi penapisan tidak berjaya, sila cuba lagi'
|
|
248
|
+
},
|
|
249
|
+
|
|
250
|
+
AIFilterField : {
|
|
251
|
+
progressText : 'Menapis'
|
|
252
|
+
},
|
|
253
|
+
|
|
254
|
+
PinColumns : {
|
|
255
|
+
pinColumn : 'Pin lajur',
|
|
256
|
+
unpin : 'Tiada pin',
|
|
257
|
+
pinToStart : 'Pin ke permulaan',
|
|
258
|
+
pinToEnd : 'Pin ke penghujung'
|
|
115
259
|
}
|
|
116
|
-
},
|
|
117
|
-
RowNumberColumn: {
|
|
118
|
-
rowNumber: 'Nombor baris'
|
|
119
|
-
},
|
|
120
|
-
GridBase: {
|
|
121
|
-
loadFailedMessage: 'Pemuatan data gagal!',
|
|
122
|
-
syncFailedMessage: 'Sinkronisasi data gagal!',
|
|
123
|
-
unspecifiedFailure: 'Kegagalan tak dinyata',
|
|
124
|
-
networkFailure: 'Ralat rangkaian',
|
|
125
|
-
parseFailure: 'Gagal menghuraikan respons pelayan',
|
|
126
|
-
serverResponse: 'Respons pelayan:',
|
|
127
|
-
noRows: 'Tiada rekod untuk dipaparkan',
|
|
128
|
-
moveColumnLeft: 'Gerak ke bahagian kiri',
|
|
129
|
-
moveColumnRight: 'Gerak ke bahagian kanan',
|
|
130
|
-
moveColumnTo: region => `Gerak kolum ke ${region}`,
|
|
131
|
-
filteredRecords: n => n ? n === 1 ? `1 baris sepadan dengan penapis` : `${n} baris sepadan dengan penapis` : 'Tiada baris sepadan dengan penapis'
|
|
132
|
-
},
|
|
133
|
-
CellMenu: {
|
|
134
|
-
removeRow: 'Hapus'
|
|
135
|
-
},
|
|
136
|
-
RowCopyPaste: {
|
|
137
|
-
copyRecord: 'Salin',
|
|
138
|
-
cutRecord: 'Potong',
|
|
139
|
-
pasteRecord: 'Tampal',
|
|
140
|
-
rows: 'baris-baris',
|
|
141
|
-
row: 'baris'
|
|
142
|
-
},
|
|
143
|
-
CellCopyPaste: {
|
|
144
|
-
copy: 'Salin',
|
|
145
|
-
cut: 'Potong',
|
|
146
|
-
paste: 'Tampal'
|
|
147
|
-
},
|
|
148
|
-
Charts: {
|
|
149
|
-
chartDesigner: 'Pereka Carta',
|
|
150
|
-
newChart: 'Carta Baharu',
|
|
151
|
-
download: 'Muat Turun',
|
|
152
|
-
settings: 'Tetapan'
|
|
153
|
-
},
|
|
154
|
-
PdfExport: {
|
|
155
|
-
'Waiting for response from server': 'Menunggu respons daripada pelayan...',
|
|
156
|
-
'Export failed': 'Eksport gagal',
|
|
157
|
-
'Server error': 'Ralat pelayan',
|
|
158
|
-
'Generating pages': 'Menjana halaman...',
|
|
159
|
-
'Click to abort': 'Batal'
|
|
160
|
-
},
|
|
161
|
-
ExportDialog: {
|
|
162
|
-
width: '40em',
|
|
163
|
-
labelWidth: '12em',
|
|
164
|
-
exportSettings: 'Tetapan eksport',
|
|
165
|
-
export: 'Eksport',
|
|
166
|
-
printSettings: 'Tetapan Cetakan',
|
|
167
|
-
print: 'Cetak',
|
|
168
|
-
exporterType: 'Kawal penomboran',
|
|
169
|
-
cancel: 'Batal',
|
|
170
|
-
fileFormat: 'Format fail',
|
|
171
|
-
rows: 'Baris',
|
|
172
|
-
alignRows: 'Jajarkan baris',
|
|
173
|
-
columns: 'Kolum',
|
|
174
|
-
paperFormat: 'Format kertas',
|
|
175
|
-
orientation: 'Orientasi',
|
|
176
|
-
repeatHeader: 'Pengepala ulang'
|
|
177
|
-
},
|
|
178
|
-
ExportRowsCombo: {
|
|
179
|
-
all: 'Semua baris',
|
|
180
|
-
visible: 'Baris boleh lihat'
|
|
181
|
-
},
|
|
182
|
-
ExportOrientationCombo: {
|
|
183
|
-
portrait: 'Portret',
|
|
184
|
-
landscape: 'Landskap'
|
|
185
|
-
},
|
|
186
|
-
SinglePageExporter: {
|
|
187
|
-
singlepage: 'Halaman tunggal'
|
|
188
|
-
},
|
|
189
|
-
SinglePageUnscaledExporter: {
|
|
190
|
-
singlepageunscaled: 'Halaman tunggal (tidak diskala)'
|
|
191
|
-
},
|
|
192
|
-
MultiPageExporter: {
|
|
193
|
-
multipage: 'Halaman pelbagai',
|
|
194
|
-
exportingPage: ({
|
|
195
|
-
currentPage,
|
|
196
|
-
totalPages
|
|
197
|
-
}) => `Mengeksport halaman ${currentPage}/${totalPages}`
|
|
198
|
-
},
|
|
199
|
-
MultiPageVerticalExporter: {
|
|
200
|
-
multipagevertical: 'Halaman pelbagai (menegak)',
|
|
201
|
-
exportingPage: ({
|
|
202
|
-
currentPage,
|
|
203
|
-
totalPages
|
|
204
|
-
}) => `Mengeksport halaman ${currentPage}/${totalPages}`
|
|
205
|
-
},
|
|
206
|
-
RowExpander: {
|
|
207
|
-
loading: 'Memuat',
|
|
208
|
-
expand: 'Kembang',
|
|
209
|
-
collapse: 'Kecil',
|
|
210
|
-
columnDescription: 'Togol butiran baris',
|
|
211
|
-
expandedRowContent: 'Kandungan baris yang diperluas'
|
|
212
|
-
},
|
|
213
|
-
TreeGroup: {
|
|
214
|
-
group: 'Kumpulkan mengikut',
|
|
215
|
-
stopGrouping: 'Berhenti mengumpulkan',
|
|
216
|
-
stopGroupingThisColumn: 'Batalkan pengumpulan baris ini'
|
|
217
|
-
},
|
|
218
|
-
AIFilter: {
|
|
219
|
-
unsuccessfulFilterMessage: 'Operasi penapisan tidak berjaya, sila cuba lagi'
|
|
220
|
-
},
|
|
221
|
-
AIFilterField: {
|
|
222
|
-
progressText: 'Menapis'
|
|
223
|
-
},
|
|
224
|
-
PinColumns: {
|
|
225
|
-
pinColumn: 'Pin lajur',
|
|
226
|
-
unpin: 'Tiada pin',
|
|
227
|
-
pinToStart: 'Pin ke permulaan',
|
|
228
|
-
pinToEnd: 'Pin ke penghujung'
|
|
229
|
-
}
|
|
230
260
|
};
|
|
231
|
-
|
|
261
|
+
|
|
262
|
+
export default LocaleHelper.publishLocale(locale);
|