@bryntum/grid-thin-trial 7.3.3 → 7.3.5

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.
Files changed (123) hide show
  1. package/AGENTS.md +130 -0
  2. package/CLAUDE.md +130 -0
  3. package/grid.css +3 -0
  4. package/grid.css.map +2 -2
  5. package/grid.d.ts +199 -58
  6. package/lib/column/CheckColumn.js +1 -1
  7. package/lib/column/Column.js +1 -1
  8. package/lib/feature/CellEdit.js +1 -1
  9. package/lib/feature/ColumnAutoWidth.js +1 -1
  10. package/lib/feature/ColumnReorder.js +1 -1
  11. package/lib/feature/ColumnResize.css +6 -0
  12. package/lib/feature/ColumnResize.js +1 -1
  13. package/lib/feature/FillHandle.js +1 -1
  14. package/lib/feature/Filter.js +1 -1
  15. package/lib/feature/FilterBar.js +1 -1
  16. package/lib/feature/Group.js +1 -1
  17. package/lib/feature/HeaderMenu.js +1 -1
  18. package/lib/feature/RowReorder.js +1 -1
  19. package/lib/feature/StickyCells.js +1 -1
  20. package/lib/feature/TreeGroup.js +1 -1
  21. package/lib/feature/base/GridEditBase.js +1 -1
  22. package/lib/feature/experimental/ExcelExporter.js +1 -1
  23. package/lib/feature/experimental/xlsproviders/WriteExcelFileProvider.js +1 -1
  24. package/lib/feature/experimental/xlsproviders/XlsProviderBase.js +1 -1
  25. package/lib/feature/export/PdfExport.js +4 -4
  26. package/lib/localization/Ar.js +262 -225
  27. package/lib/localization/Bg.js +262 -225
  28. package/lib/localization/Ca.js +262 -225
  29. package/lib/localization/Cs.js +262 -225
  30. package/lib/localization/Da.js +262 -225
  31. package/lib/localization/De.js +262 -225
  32. package/lib/localization/El.js +262 -225
  33. package/lib/localization/En.js +262 -225
  34. package/lib/localization/EnGb.js +262 -225
  35. package/lib/localization/Es.js +262 -225
  36. package/lib/localization/Et.js +262 -225
  37. package/lib/localization/Eu.js +262 -225
  38. package/lib/localization/Fi.js +262 -225
  39. package/lib/localization/FrFr.js +262 -225
  40. package/lib/localization/Gl.js +262 -225
  41. package/lib/localization/He.js +262 -225
  42. package/lib/localization/Hi.js +262 -225
  43. package/lib/localization/Hr.js +262 -225
  44. package/lib/localization/Hu.js +262 -225
  45. package/lib/localization/Id.js +262 -225
  46. package/lib/localization/It.js +262 -225
  47. package/lib/localization/Ja.js +262 -225
  48. package/lib/localization/Kk.js +262 -225
  49. package/lib/localization/Ko.js +262 -225
  50. package/lib/localization/Lt.js +262 -225
  51. package/lib/localization/Lv.js +262 -225
  52. package/lib/localization/Ms.js +262 -225
  53. package/lib/localization/Nl.js +262 -225
  54. package/lib/localization/No.js +262 -225
  55. package/lib/localization/Pl.js +262 -225
  56. package/lib/localization/Pt.js +262 -225
  57. package/lib/localization/PtBr.js +262 -225
  58. package/lib/localization/Ro.js +262 -225
  59. package/lib/localization/Ru.js +262 -225
  60. package/lib/localization/Sk.js +262 -225
  61. package/lib/localization/Sl.js +262 -225
  62. package/lib/localization/Sr.js +262 -225
  63. package/lib/localization/SrRs.js +262 -225
  64. package/lib/localization/SvSE.js +262 -225
  65. package/lib/localization/Th.js +262 -225
  66. package/lib/localization/Tr.js +262 -225
  67. package/lib/localization/Uk.js +262 -225
  68. package/lib/localization/Vi.js +262 -225
  69. package/lib/localization/ZhCn.js +262 -225
  70. package/lib/localization/ZhTw.js +262 -225
  71. package/lib/row/Row.js +1 -1
  72. package/lib/util/SubGridScroller.js +1 -1
  73. package/lib/view/GridBase.js +1 -1
  74. package/lib/view/SubGrid.js +1 -1
  75. package/lib/view/mixin/GridElementEvents.js +1 -1
  76. package/lib/view/mixin/GridNavigation.js +1 -1
  77. package/lib/widget/ChecklistFilterCombo.js +1 -1
  78. package/locales/grid.locale.Ar.js +1 -1
  79. package/locales/grid.locale.Bg.js +1 -1
  80. package/locales/grid.locale.Ca.js +1 -1
  81. package/locales/grid.locale.Cs.js +1 -1
  82. package/locales/grid.locale.Da.js +1 -1
  83. package/locales/grid.locale.De.js +1 -1
  84. package/locales/grid.locale.El.js +1 -1
  85. package/locales/grid.locale.En.js +1 -1
  86. package/locales/grid.locale.EnGb.js +1 -1
  87. package/locales/grid.locale.Es.js +1 -1
  88. package/locales/grid.locale.Et.js +1 -1
  89. package/locales/grid.locale.Eu.js +1 -1
  90. package/locales/grid.locale.Fi.js +1 -1
  91. package/locales/grid.locale.FrFr.js +1 -1
  92. package/locales/grid.locale.Gl.js +1 -1
  93. package/locales/grid.locale.He.js +1 -1
  94. package/locales/grid.locale.Hi.js +1 -1
  95. package/locales/grid.locale.Hr.js +1 -1
  96. package/locales/grid.locale.Hu.js +1 -1
  97. package/locales/grid.locale.Id.js +1 -1
  98. package/locales/grid.locale.It.js +1 -1
  99. package/locales/grid.locale.Ja.js +1 -1
  100. package/locales/grid.locale.Kk.js +1 -1
  101. package/locales/grid.locale.Ko.js +1 -1
  102. package/locales/grid.locale.Lt.js +1 -1
  103. package/locales/grid.locale.Lv.js +1 -1
  104. package/locales/grid.locale.Ms.js +1 -1
  105. package/locales/grid.locale.Nl.js +1 -1
  106. package/locales/grid.locale.No.js +1 -1
  107. package/locales/grid.locale.Pl.js +1 -1
  108. package/locales/grid.locale.Pt.js +1 -1
  109. package/locales/grid.locale.PtBr.js +1 -1
  110. package/locales/grid.locale.Ro.js +1 -1
  111. package/locales/grid.locale.Ru.js +1 -1
  112. package/locales/grid.locale.Sk.js +1 -1
  113. package/locales/grid.locale.Sl.js +1 -1
  114. package/locales/grid.locale.Sr.js +1 -1
  115. package/locales/grid.locale.SrRs.js +1 -1
  116. package/locales/grid.locale.SvSE.js +1 -1
  117. package/locales/grid.locale.Th.js +1 -1
  118. package/locales/grid.locale.Tr.js +1 -1
  119. package/locales/grid.locale.Uk.js +1 -1
  120. package/locales/grid.locale.Vi.js +1 -1
  121. package/locales/grid.locale.ZhCn.js +1 -1
  122. package/locales/grid.locale.ZhTw.js +1 -1
  123. package/package.json +1 -1
@@ -1,231 +1,268 @@
1
1
  import LocaleHelper from '@bryntum/core-thin/lib/localization/LocaleHelper.js';
2
2
  import '@bryntum/core-thin/lib/localization/Id.js';
3
+
3
4
  const emptyString = new String();
5
+
4
6
  const locale = {
5
- localeName: 'Id',
6
- localeDesc: 'Bahasa Indonesia',
7
- localeCode: 'id',
8
- localeRtl: false,
9
- ChecklistFilterCombo: {
10
- search: 'Cari',
11
- selectAll: 'Pilih Semua',
12
- removeAll: 'Hapus Semua',
13
- filtersSet: n => n === 1 ? `1 filter diatur` : `${n} filter diatur`,
14
- noItems: 'Tidak ada hasil ditemukan',
15
- placeholder: 'Saring...',
16
- apply: 'Terapkan'
17
- },
18
- ColumnPicker: {
19
- column: 'Kolom',
20
- columnsMenu: 'Kolom',
21
- hideColumn: 'Sembunyikan kolom',
22
- hideColumnShort: 'Sembunyikan',
23
- newColumns: 'Kolom baru',
24
- showName: column => `Tampilkan kolom${column.text ? ` ${column.text}` : ''}`,
25
- hideName: column => `Sembunyikan kolom${column.text ? ` ${column.text}` : ''}`
26
- },
27
- Filter: {
28
- applyFilter: 'Terapkan filter',
29
- filter: 'Filter',
30
- editFilter: 'Edit filter',
31
- on: 'Dengan',
32
- before: 'Sebelum',
33
- after: 'Sesudah',
34
- equals: 'Sama dengan',
35
- lessThan: 'Kurang dari',
36
- moreThan: 'Lebih dari',
37
- removeFilter: 'Hapus filter',
38
- disableFilter: 'Nonaktifkan filter'
39
- },
40
- FilterBar: {
41
- enableFilterBar: 'Tampilkan kolom filter',
42
- disableFilterBar: 'Sembunyikan kolom filter'
43
- },
44
- Group: {
45
- group: 'Kelompokkan',
46
- groupAscending: 'Kelompokkan naik',
47
- groupDescending: 'Kelompokkan turun',
48
- groupAscendingShort: 'Naik',
49
- groupDescendingShort: 'Turun',
50
- stopGrouping: 'Hentikan pengelompokan',
51
- stopGroupingShort: 'Hentikan'
52
- },
53
- HeaderMenu: {
54
- moveBefore: text => `Pindahkan sebelum "${text}"`,
55
- moveAfter: text => `Pindahkan setelah "${text}"`,
56
- collapseColumn: 'Ciutkan kolom',
57
- expandColumn: 'Perluas kolom'
58
- },
59
- ColumnRename: {
60
- rename: 'Ganti nama'
61
- },
62
- MergeCells: {
63
- mergeCells: 'Gabungkan sel',
64
- menuTooltip: 'Gabungkan sel dengan nilai yang sama ketika disortir dengan kolom ini'
65
- },
66
- Search: {
67
- searchForValue: 'Cari nilai'
68
- },
69
- Sort: {
70
- sort: 'Sortir',
71
- sortAscending: 'Sortir naik',
72
- sortDescending: 'Sortir turun',
73
- multiSort: 'Multi-sortir',
74
- removeSorter: 'Hapus penyortir',
75
- addSortAscending: 'Tambahkan penyortir naik',
76
- addSortDescending: 'Tambahkan penyortir turun',
77
- toggleSortAscending: 'Ubah ke naik',
78
- toggleSortDescending: 'Ubah ke turun',
79
- sortAscendingShort: 'Naik',
80
- sortDescendingShort: 'Turun',
81
- removeSorterShort: 'Hapus',
82
- addSortAscendingShort: '+ Naik',
83
- addSortDescendingShort: '+ Turun'
84
- },
85
- Split: {
86
- split: 'Pisahkan',
87
- unsplit: 'Gabungkan',
88
- horizontally: 'Secara Horizontal',
89
- vertically: 'Secara Vertikal',
90
- both: 'Kedua-duanya'
91
- },
92
- LockRows: {
93
- lockRow: 'Kunci baris',
94
- unlockRow: 'Buka kunci baris'
95
- },
96
- ActionColumn: {
97
- rowActions: 'Tindakan baris'
98
- },
99
- Column: {
100
- columnLabel: column => `kolom ${column.text ? `${column.text}. ` : ''}SPASI untuk menu konteks${column.canSort ? ', ENTER untuk menyortir' : ''}`,
101
- cellLabel: emptyString
102
- },
103
- WidgetColumn: {
104
- rowWidgets: 'Widget baris'
105
- },
106
- Checkbox: {
107
- toggleRowSelect: 'Aktifkan/nonaktifkan pilihan baris',
108
- toggleSelection: 'Aktifkan/nonaktifkan pilihan et data keseluruhan',
109
- toggleName: column => `Alihkan ${column.text || 'nilai'}`
110
- },
111
- RatingColumn: {
112
- cellLabel: column => {
113
- var _column$location;
114
- return `${column.text ? column.text : ''} ${(_column$location = column.location) !== null && _column$location !== void 0 && _column$location.record ? ` penilaian : ${column.location.record.get(column.field) || 0}` : ''}`;
7
+
8
+ localeName : 'Id',
9
+ localeDesc : 'Bahasa Indonesia',
10
+ localeCode : 'id',
11
+ localeRtl : false,
12
+
13
+ ChecklistFilterCombo : {
14
+ search : 'Cari',
15
+ selectAll : 'Pilih Semua',
16
+ removeAll : 'Hapus Semua',
17
+ filtersSet : n => n === 1 ? `1 filter diatur` : `${n} filter diatur`,
18
+ noItems : 'Tidak ada hasil ditemukan',
19
+ placeholder : 'Saring...',
20
+ apply : 'Terapkan'
21
+ },
22
+
23
+ ColumnPicker : {
24
+ column : 'Kolom',
25
+ columnsMenu : 'Kolom',
26
+ hideColumn : 'Sembunyikan kolom',
27
+ hideColumnShort : 'Sembunyikan',
28
+ newColumns : 'Kolom baru',
29
+ showName : column => `Tampilkan kolom${column.text ? ` ${column.text}` : ''}`,
30
+ hideName : column => `Sembunyikan kolom${column.text ? ` ${column.text}` : ''}`
31
+ },
32
+
33
+ Filter : {
34
+ applyFilter : 'Terapkan filter',
35
+ filter : 'Filter',
36
+ editFilter : 'Edit filter',
37
+ on : 'Dengan',
38
+ before : 'Sebelum',
39
+ after : 'Sesudah',
40
+ equals : 'Sama dengan',
41
+ lessThan : 'Kurang dari',
42
+ moreThan : 'Lebih dari',
43
+ removeFilter : 'Hapus filter',
44
+ disableFilter : 'Nonaktifkan filter'
45
+ },
46
+
47
+ FilterBar : {
48
+ enableFilterBar : 'Tampilkan kolom filter',
49
+ disableFilterBar : 'Sembunyikan kolom filter'
50
+ },
51
+
52
+ Group : {
53
+ group : 'Kelompokkan',
54
+ groupAscending : 'Kelompokkan naik',
55
+ groupDescending : 'Kelompokkan turun',
56
+ groupAscendingShort : 'Naik',
57
+ groupDescendingShort : 'Turun',
58
+ stopGrouping : 'Hentikan pengelompokan',
59
+ stopGroupingShort : 'Hentikan'
60
+ },
61
+
62
+ HeaderMenu : {
63
+ moveBefore : text => `Pindahkan sebelum "${text}"`,
64
+ moveAfter : text => `Pindahkan setelah "${text}"`,
65
+ collapseColumn : 'Ciutkan kolom',
66
+ expandColumn : 'Perluas kolom'
67
+ },
68
+
69
+ ColumnRename : {
70
+ rename : 'Ganti nama'
71
+ },
72
+
73
+ ColumnResize : {
74
+ resizeColumn : 'Ubah ukuran kolom',
75
+ width : 'Lebar',
76
+ fitToData : 'Sesuaikan dengan data'
77
+ },
78
+
79
+ MergeCells : {
80
+ mergeCells : 'Gabungkan sel',
81
+ menuTooltip : 'Gabungkan sel dengan nilai yang sama ketika disortir dengan kolom ini'
82
+ },
83
+
84
+ Search : {
85
+ searchForValue : 'Cari nilai'
86
+ },
87
+
88
+ Sort : {
89
+ sort : 'Sortir',
90
+ sortAscending : 'Sortir naik',
91
+ sortDescending : 'Sortir turun',
92
+ multiSort : 'Multi-sortir',
93
+ removeSorter : 'Hapus penyortir',
94
+ addSortAscending : 'Tambahkan penyortir naik',
95
+ addSortDescending : 'Tambahkan penyortir turun',
96
+ toggleSortAscending : 'Ubah ke naik',
97
+ toggleSortDescending : 'Ubah ke turun',
98
+ sortAscendingShort : 'Naik',
99
+ sortDescendingShort : 'Turun',
100
+ removeSorterShort : 'Hapus',
101
+ addSortAscendingShort : '+ Naik',
102
+ addSortDescendingShort : '+ Turun'
103
+ },
104
+
105
+ Split : {
106
+ split : 'Pisahkan',
107
+ unsplit : 'Gabungkan',
108
+ horizontally : 'Secara Horizontal',
109
+ vertically : 'Secara Vertikal',
110
+ both : 'Kedua-duanya'
111
+ },
112
+
113
+ LockRows : {
114
+ lockRow : 'Kunci baris',
115
+ unlockRow : 'Buka kunci baris'
116
+ },
117
+
118
+ ActionColumn : {
119
+ rowActions : 'Tindakan baris'
120
+ },
121
+
122
+ Column : {
123
+ columnLabel : column => `kolom ${column.text ? `${column.text}. ` : ''}SPASI untuk menu konteks${column.canSort ? ', ENTER untuk menyortir' : ''}`,
124
+ cellLabel : emptyString
125
+ },
126
+
127
+ WidgetColumn : {
128
+ rowWidgets : 'Widget baris'
129
+ },
130
+
131
+ Checkbox : {
132
+ toggleRowSelect : 'Aktifkan/nonaktifkan pilihan baris',
133
+ toggleSelection : 'Aktifkan/nonaktifkan pilihan et data keseluruhan',
134
+ toggleName : column => `Alihkan ${column.text || 'nilai'}`
135
+ },
136
+
137
+ RatingColumn : {
138
+ cellLabel : column => `${column.text ? column.text : ''} ${column.location?.record ? ` penilaian : ${column.location.record.get(column.field) || 0}` : ''}`
139
+ },
140
+
141
+ RowNumberColumn : {
142
+ rowNumber : 'Nomor baris'
143
+ },
144
+
145
+ GridBase : {
146
+ loadFailedMessage : 'Pemuatan data gagal!',
147
+ syncFailedMessage : 'Sinkronisasi data gagal!',
148
+ unspecifiedFailure : 'Kegagalan tidak ditentukan',
149
+ networkFailure : 'Kesalahan jaringan',
150
+ parseFailure : 'Gagal mengurai respons server',
151
+ serverResponse : 'Respons server:',
152
+ noRows : 'Tidak ada data untuk ditampilkan',
153
+ moveColumnLeft : 'Pindahkan ke bagian kiri',
154
+ moveColumnRight : 'Pindahkan ke bagian kanan',
155
+ moveColumnTo : region => `Pindahkan kolom ke ${region}`,
156
+ filteredRecords : n => n ? (n === 1 ? `1 baris cocok dengan filter` : `${n} baris cocok dengan filter`) : 'Tidak ada baris yang cocok dengan filter'
157
+ },
158
+
159
+ CellMenu : {
160
+ removeRow : 'Hapus'
161
+ },
162
+
163
+ RowCopyPaste : {
164
+ copyRecord : 'Salin',
165
+ cutRecord : 'Potong',
166
+ pasteRecord : 'Tempel',
167
+ rows : 'baris-baris',
168
+ row : 'baris'
169
+ },
170
+
171
+ CellCopyPaste : {
172
+ copy : 'Salin',
173
+ cut : 'Potong',
174
+ paste : 'Tempel'
175
+ },
176
+
177
+ Charts : {
178
+ chartDesigner : 'Perancang Grafik',
179
+ newChart : 'Grafik Baru',
180
+ download : 'Unduh',
181
+ settings : 'Pengaturan'
182
+ },
183
+
184
+ PdfExport : {
185
+ 'Waiting for response from server' : 'Menunggu respons dari server...',
186
+ 'Export failed' : 'Ekspor gagal',
187
+ 'Server error' : 'Kesalahan server',
188
+ 'Generating pages' : 'Membuat halaman...',
189
+ 'Click to abort' : 'Batalkan'
190
+ },
191
+
192
+ ExportDialog : {
193
+ width : '40em',
194
+ labelWidth : '12em',
195
+ exportSettings : 'Pengaturan ekspor',
196
+ export : 'Ekspor',
197
+ printSettings : 'Pengaturan Cetak',
198
+ print : 'Cetak',
199
+ exporterType : 'Mengontrol pemberian nomor halaman',
200
+ cancel : 'Batalkan',
201
+ fileFormat : 'Format file',
202
+ rows : 'Baris',
203
+ alignRows : 'Ratakan baris',
204
+ columns : 'Kolom',
205
+ paperFormat : 'Format kertas',
206
+ orientation : 'Orientasi',
207
+ repeatHeader : 'Ulangi header'
208
+ },
209
+
210
+ ExportRowsCombo : {
211
+ all : 'Semua baris',
212
+ visible : 'Baris yang dapat dilihat'
213
+ },
214
+
215
+ ExportOrientationCombo : {
216
+ portrait : 'Potret',
217
+ landscape : 'Lanskap'
218
+ },
219
+
220
+ SinglePageExporter : {
221
+ singlepage : 'Halaman tunggal'
222
+ },
223
+
224
+ SinglePageUnscaledExporter : {
225
+ singlepageunscaled : 'Halaman tunggal (tidak diskalakan)'
226
+ },
227
+
228
+ MultiPageExporter : {
229
+ multipage : 'Multi-halaman',
230
+ exportingPage : ({ currentPage, totalPages }) => `Mengekspor halaman ${currentPage}/${totalPages}`
231
+ },
232
+
233
+ MultiPageVerticalExporter : {
234
+ multipagevertical : 'Multi- halaman (vertikal)',
235
+ exportingPage : ({ currentPage, totalPages }) => `Mengekspor halaman ${currentPage}/${totalPages}`
236
+ },
237
+
238
+ RowExpander : {
239
+ loading : 'Memuat',
240
+ expand : 'Perluas',
241
+ collapse : 'Ciutkan',
242
+ columnDescription : 'Alihkan detail baris',
243
+ expandedRowContent : 'Konten baris yang diperluas'
244
+ },
245
+
246
+ TreeGroup : {
247
+ group : 'Kelompokkan berdasarkan',
248
+ stopGrouping : 'Berhenti mengelompokkan',
249
+ stopGroupingThisColumn : 'Batal kelompokkan kolom ini'
250
+ },
251
+
252
+ AIFilter : {
253
+ unsuccessfulFilterMessage : 'Operasi filter tidak berhasil, silakan coba lagi'
254
+ },
255
+
256
+ AIFilterField : {
257
+ progressText : 'Menyaring'
258
+ },
259
+
260
+ PinColumns : {
261
+ pinColumn : 'Sematkan kolom',
262
+ unpin : 'Tidak disematkan',
263
+ pinToStart : 'Sematkan ke awal',
264
+ pinToEnd : 'Sematkan ke akhir'
115
265
  }
116
- },
117
- RowNumberColumn: {
118
- rowNumber: 'Nomor baris'
119
- },
120
- GridBase: {
121
- loadFailedMessage: 'Pemuatan data gagal!',
122
- syncFailedMessage: 'Sinkronisasi data gagal!',
123
- unspecifiedFailure: 'Kegagalan tidak ditentukan',
124
- networkFailure: 'Kesalahan jaringan',
125
- parseFailure: 'Gagal mengurai respons server',
126
- serverResponse: 'Respons server:',
127
- noRows: 'Tidak ada data untuk ditampilkan',
128
- moveColumnLeft: 'Pindahkan ke bagian kiri',
129
- moveColumnRight: 'Pindahkan ke bagian kanan',
130
- moveColumnTo: region => `Pindahkan kolom ke ${region}`,
131
- filteredRecords: n => n ? n === 1 ? `1 baris cocok dengan filter` : `${n} baris cocok dengan filter` : 'Tidak ada baris yang cocok dengan filter'
132
- },
133
- CellMenu: {
134
- removeRow: 'Hapus'
135
- },
136
- RowCopyPaste: {
137
- copyRecord: 'Salin',
138
- cutRecord: 'Potong',
139
- pasteRecord: 'Tempel',
140
- rows: 'baris-baris',
141
- row: 'baris'
142
- },
143
- CellCopyPaste: {
144
- copy: 'Salin',
145
- cut: 'Potong',
146
- paste: 'Tempel'
147
- },
148
- Charts: {
149
- chartDesigner: 'Perancang Grafik',
150
- newChart: 'Grafik Baru',
151
- download: 'Unduh',
152
- settings: 'Pengaturan'
153
- },
154
- PdfExport: {
155
- 'Waiting for response from server': 'Menunggu respons dari server...',
156
- 'Export failed': 'Ekspor gagal',
157
- 'Server error': 'Kesalahan server',
158
- 'Generating pages': 'Membuat halaman...',
159
- 'Click to abort': 'Batalkan'
160
- },
161
- ExportDialog: {
162
- width: '40em',
163
- labelWidth: '12em',
164
- exportSettings: 'Pengaturan ekspor',
165
- export: 'Ekspor',
166
- printSettings: 'Pengaturan Cetak',
167
- print: 'Cetak',
168
- exporterType: 'Mengontrol pemberian nomor halaman',
169
- cancel: 'Batalkan',
170
- fileFormat: 'Format file',
171
- rows: 'Baris',
172
- alignRows: 'Ratakan baris',
173
- columns: 'Kolom',
174
- paperFormat: 'Format kertas',
175
- orientation: 'Orientasi',
176
- repeatHeader: 'Ulangi header'
177
- },
178
- ExportRowsCombo: {
179
- all: 'Semua baris',
180
- visible: 'Baris yang dapat dilihat'
181
- },
182
- ExportOrientationCombo: {
183
- portrait: 'Potret',
184
- landscape: 'Lanskap'
185
- },
186
- SinglePageExporter: {
187
- singlepage: 'Halaman tunggal'
188
- },
189
- SinglePageUnscaledExporter: {
190
- singlepageunscaled: 'Halaman tunggal (tidak diskalakan)'
191
- },
192
- MultiPageExporter: {
193
- multipage: 'Multi-halaman',
194
- exportingPage: ({
195
- currentPage,
196
- totalPages
197
- }) => `Mengekspor halaman ${currentPage}/${totalPages}`
198
- },
199
- MultiPageVerticalExporter: {
200
- multipagevertical: 'Multi- halaman (vertikal)',
201
- exportingPage: ({
202
- currentPage,
203
- totalPages
204
- }) => `Mengekspor halaman ${currentPage}/${totalPages}`
205
- },
206
- RowExpander: {
207
- loading: 'Memuat',
208
- expand: 'Perluas',
209
- collapse: 'Ciutkan',
210
- columnDescription: 'Alihkan detail baris',
211
- expandedRowContent: 'Konten baris yang diperluas'
212
- },
213
- TreeGroup: {
214
- group: 'Kelompokkan berdasarkan',
215
- stopGrouping: 'Berhenti mengelompokkan',
216
- stopGroupingThisColumn: 'Batal kelompokkan kolom ini'
217
- },
218
- AIFilter: {
219
- unsuccessfulFilterMessage: 'Operasi filter tidak berhasil, silakan coba lagi'
220
- },
221
- AIFilterField: {
222
- progressText: 'Menyaring'
223
- },
224
- PinColumns: {
225
- pinColumn: 'Sematkan kolom',
226
- unpin: 'Tidak disematkan',
227
- pinToStart: 'Sematkan ke awal',
228
- pinToEnd: 'Sematkan ke akhir'
229
- }
230
266
  };
231
- export default LocaleHelper.publishLocale(locale);
267
+
268
+ export default LocaleHelper.publishLocale(locale);