@bryntum/grid-thin-trial 7.1.1

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 (272) hide show
  1. package/README.md +52 -0
  2. package/entry.js +124 -0
  3. package/fluent2-dark.css +227 -0
  4. package/fluent2-light.css +191 -0
  5. package/grid.css +2567 -0
  6. package/grid.css.map +7 -0
  7. package/grid.d.ts +54003 -0
  8. package/high-contrast-dark.css +419 -0
  9. package/high-contrast-light.css +389 -0
  10. package/lib/column/ActionColumn.css +65 -0
  11. package/lib/column/ActionColumn.js +1 -0
  12. package/lib/column/AggregateColumn.js +1 -0
  13. package/lib/column/ChartColumn.js +1 -0
  14. package/lib/column/CheckColumn.css +9 -0
  15. package/lib/column/CheckColumn.js +1 -0
  16. package/lib/column/ColorColumn.css +57 -0
  17. package/lib/column/ColorColumn.js +1 -0
  18. package/lib/column/Column.js +1 -0
  19. package/lib/column/CurrencyColumn.js +1 -0
  20. package/lib/column/DateColumn.js +1 -0
  21. package/lib/column/NumberColumn.js +1 -0
  22. package/lib/column/PercentColumn.css +223 -0
  23. package/lib/column/PercentColumn.js +1 -0
  24. package/lib/column/RatingColumn.css +67 -0
  25. package/lib/column/RatingColumn.js +1 -0
  26. package/lib/column/RowNumberColumn.css +13 -0
  27. package/lib/column/RowNumberColumn.js +1 -0
  28. package/lib/column/SparklineColumn.css +3 -0
  29. package/lib/column/SparklineColumn.js +1 -0
  30. package/lib/column/TemplateColumn.js +1 -0
  31. package/lib/column/TimeColumn.js +1 -0
  32. package/lib/column/TreeColumn.css +274 -0
  33. package/lib/column/TreeColumn.js +1 -0
  34. package/lib/column/WidgetColumn.css +5 -0
  35. package/lib/column/WidgetColumn.js +1 -0
  36. package/lib/customElements/GridTag.js +1 -0
  37. package/lib/data/ColumnStore.js +1 -0
  38. package/lib/data/GridRowModel.js +1 -0
  39. package/lib/feature/CellCopyPaste.js +1 -0
  40. package/lib/feature/CellEdit.css +29 -0
  41. package/lib/feature/CellEdit.js +1 -0
  42. package/lib/feature/CellMenu.js +1 -0
  43. package/lib/feature/CellTooltip.js +1 -0
  44. package/lib/feature/Charts.css +9 -0
  45. package/lib/feature/Charts.js +1 -0
  46. package/lib/feature/ColumnAutoWidth.js +1 -0
  47. package/lib/feature/ColumnDragToolbar.css +271 -0
  48. package/lib/feature/ColumnDragToolbar.js +17 -0
  49. package/lib/feature/ColumnPicker.js +1 -0
  50. package/lib/feature/ColumnRename.css +4 -0
  51. package/lib/feature/ColumnRename.js +1 -0
  52. package/lib/feature/ColumnReorder.css +54 -0
  53. package/lib/feature/ColumnReorder.js +1 -0
  54. package/lib/feature/ColumnResize.css +79 -0
  55. package/lib/feature/ColumnResize.js +1 -0
  56. package/lib/feature/FillHandle.css +53 -0
  57. package/lib/feature/FillHandle.js +1 -0
  58. package/lib/feature/Filter.css +107 -0
  59. package/lib/feature/Filter.js +1 -0
  60. package/lib/feature/FilterBar.css +113 -0
  61. package/lib/feature/FilterBar.js +1 -0
  62. package/lib/feature/GridFeatureManager.js +1 -0
  63. package/lib/feature/Group.css +160 -0
  64. package/lib/feature/Group.js +1 -0
  65. package/lib/feature/GroupSummary.css +30 -0
  66. package/lib/feature/GroupSummary.js +1 -0
  67. package/lib/feature/HeaderMenu.js +1 -0
  68. package/lib/feature/LockRows.css +45 -0
  69. package/lib/feature/LockRows.js +1 -0
  70. package/lib/feature/MergeCells.css +61 -0
  71. package/lib/feature/MergeCells.js +1 -0
  72. package/lib/feature/PinColumns.js +1 -0
  73. package/lib/feature/QuickFind.css +75 -0
  74. package/lib/feature/QuickFind.js +1 -0
  75. package/lib/feature/RegionResize.css +276 -0
  76. package/lib/feature/RegionResize.js +1 -0
  77. package/lib/feature/RowCopyPaste.js +1 -0
  78. package/lib/feature/RowEdit.css +25 -0
  79. package/lib/feature/RowEdit.js +1 -0
  80. package/lib/feature/RowExpander.css +109 -0
  81. package/lib/feature/RowExpander.js +1 -0
  82. package/lib/feature/RowReorder.css +190 -0
  83. package/lib/feature/RowReorder.js +1 -0
  84. package/lib/feature/RowResize.css +20 -0
  85. package/lib/feature/RowResize.js +1 -0
  86. package/lib/feature/Search.css +34 -0
  87. package/lib/feature/Search.js +1 -0
  88. package/lib/feature/Sort.css +86 -0
  89. package/lib/feature/Sort.js +1 -0
  90. package/lib/feature/Split.css +34 -0
  91. package/lib/feature/Split.js +1 -0
  92. package/lib/feature/StickyCells.css +34 -0
  93. package/lib/feature/StickyCells.js +1 -0
  94. package/lib/feature/Stripe.css +42 -0
  95. package/lib/feature/Stripe.js +1 -0
  96. package/lib/feature/Summary.css +12 -0
  97. package/lib/feature/Summary.js +1 -0
  98. package/lib/feature/Tree.js +1 -0
  99. package/lib/feature/TreeGroup.css +4 -0
  100. package/lib/feature/TreeGroup.js +1 -0
  101. package/lib/feature/ai/AIFilter.js +1 -0
  102. package/lib/feature/ai/agents/DefaultGridAgent.js +4 -0
  103. package/lib/feature/ai/agents/GridFilterAgent.js +1 -0
  104. package/lib/feature/ai/agents/trainingData.js +1 -0
  105. package/lib/feature/base/CopyPasteBase.js +1 -0
  106. package/lib/feature/base/GridEditBase.js +1 -0
  107. package/lib/feature/base/SearchQuickFind.css +49 -0
  108. package/lib/feature/experimental/ExcelExporter.js +1 -0
  109. package/lib/feature/experimental/FileDrop.js +1 -0
  110. package/lib/feature/experimental/xlsproviders/WriteExcelFileProvider.js +1 -0
  111. package/lib/feature/experimental/xlsproviders/XlsProviderBase.js +1 -0
  112. package/lib/feature/export/PdfExport.css +148 -0
  113. package/lib/feature/export/PdfExport.js +5 -0
  114. package/lib/feature/export/Print.css +19 -0
  115. package/lib/feature/export/Print.js +1 -0
  116. package/lib/feature/export/Utils.js +1 -0
  117. package/lib/feature/export/consumer/ConsumerBase.js +1 -0
  118. package/lib/feature/export/consumer/PrintConsumer.js +1 -0
  119. package/lib/feature/export/consumer/SingleFetchConsumer.js +1 -0
  120. package/lib/feature/export/consumer/WebSocketConsumer.js +1 -0
  121. package/lib/feature/export/exporter/Exporter.js +1 -0
  122. package/lib/feature/export/exporter/ExporterBase.js +18 -0
  123. package/lib/feature/export/exporter/MultiPageExporter.js +1 -0
  124. package/lib/feature/export/exporter/MultiPageVerticalExporter.js +1 -0
  125. package/lib/feature/export/exporter/SinglePageExporter.js +1 -0
  126. package/lib/feature/export/exporter/SinglePageUnscaledExporter.js +1 -0
  127. package/lib/feature/export/mixin/PrintMixin.js +1 -0
  128. package/lib/feature/mixin/SummaryFormatter.css +35 -0
  129. package/lib/feature/mixin/SummaryFormatter.js +1 -0
  130. package/lib/localization/Ar.js +230 -0
  131. package/lib/localization/Bg.js +230 -0
  132. package/lib/localization/Ca.js +230 -0
  133. package/lib/localization/Cs.js +230 -0
  134. package/lib/localization/Da.js +230 -0
  135. package/lib/localization/De.js +230 -0
  136. package/lib/localization/El.js +230 -0
  137. package/lib/localization/En.js +230 -0
  138. package/lib/localization/EnGb.js +230 -0
  139. package/lib/localization/Es.js +230 -0
  140. package/lib/localization/Et.js +230 -0
  141. package/lib/localization/Eu.js +230 -0
  142. package/lib/localization/Fi.js +230 -0
  143. package/lib/localization/FrFr.js +230 -0
  144. package/lib/localization/Gl.js +230 -0
  145. package/lib/localization/He.js +230 -0
  146. package/lib/localization/Hi.js +230 -0
  147. package/lib/localization/Hr.js +230 -0
  148. package/lib/localization/Hu.js +230 -0
  149. package/lib/localization/Id.js +230 -0
  150. package/lib/localization/It.js +230 -0
  151. package/lib/localization/Ja.js +230 -0
  152. package/lib/localization/Kk.js +230 -0
  153. package/lib/localization/Ko.js +230 -0
  154. package/lib/localization/Lt.js +230 -0
  155. package/lib/localization/Lv.js +230 -0
  156. package/lib/localization/Ms.js +230 -0
  157. package/lib/localization/Nl.js +230 -0
  158. package/lib/localization/No.js +230 -0
  159. package/lib/localization/Pl.js +230 -0
  160. package/lib/localization/Pt.js +230 -0
  161. package/lib/localization/PtBr.js +230 -0
  162. package/lib/localization/Ro.js +230 -0
  163. package/lib/localization/Ru.js +230 -0
  164. package/lib/localization/Sk.js +230 -0
  165. package/lib/localization/Sl.js +230 -0
  166. package/lib/localization/Sr.js +230 -0
  167. package/lib/localization/SrRs.js +230 -0
  168. package/lib/localization/SvSE.js +230 -0
  169. package/lib/localization/Th.js +230 -0
  170. package/lib/localization/Tr.js +230 -0
  171. package/lib/localization/Uk.js +230 -0
  172. package/lib/localization/Vi.js +230 -0
  173. package/lib/localization/ZhCn.js +230 -0
  174. package/lib/localization/ZhTw.js +230 -0
  175. package/lib/override/salesforce/AllOverrides.js +1 -0
  176. package/lib/override/salesforce/GridBaseOverride.js +1 -0
  177. package/lib/override/salesforce/GridPrintOverride.js +1 -0
  178. package/lib/override/salesforce/RowExpanderOverride.js +1 -0
  179. package/lib/override/salesforce/RowOverride.js +1 -0
  180. package/lib/override/salesforce/TreeOverride.js +1 -0
  181. package/lib/row/Row.js +1 -0
  182. package/lib/row/RowManager.js +1 -0
  183. package/lib/util/GridLocation.js +1 -0
  184. package/lib/util/GridScroller.js +1 -0
  185. package/lib/util/SubGridScroller.js +1 -0
  186. package/lib/util/TableExporter.js +1 -0
  187. package/lib/view/Bar.js +1 -0
  188. package/lib/view/Footer.css +110 -0
  189. package/lib/view/Footer.js +11 -0
  190. package/lib/view/Grid.js +1 -0
  191. package/lib/view/GridBase.css +419 -0
  192. package/lib/view/GridBase.js +1 -0
  193. package/lib/view/Header.css +320 -0
  194. package/lib/view/Header.js +1 -0
  195. package/lib/view/SubGrid.css +325 -0
  196. package/lib/view/SubGrid.js +1 -0
  197. package/lib/view/TreeGrid.js +1 -0
  198. package/lib/view/export/ExportDialog.js +1 -0
  199. package/lib/view/export/field/ExportOrientationCombo.js +1 -0
  200. package/lib/view/export/field/ExportRowsCombo.js +1 -0
  201. package/lib/view/mixin/GridElementEvents.js +1 -0
  202. package/lib/view/mixin/GridFeatures.js +1 -0
  203. package/lib/view/mixin/GridNavigation.js +1 -0
  204. package/lib/view/mixin/GridResponsive.js +1 -0
  205. package/lib/view/mixin/GridSelection.js +1 -0
  206. package/lib/view/mixin/GridState.js +1 -0
  207. package/lib/view/mixin/GridSubGrids.js +1 -0
  208. package/lib/widget/AIFilterField.css +8 -0
  209. package/lib/widget/AIFilterField.js +1 -0
  210. package/lib/widget/ChecklistFilterCombo.css +21 -0
  211. package/lib/widget/ChecklistFilterCombo.js +1 -0
  212. package/lib/widget/GridChartDesigner.js +1 -0
  213. package/lib/widget/GridFieldFilterPicker.js +1 -0
  214. package/lib/widget/GridFieldFilterPickerGroup.js +1 -0
  215. package/lib/widget/GroupBar.css +88 -0
  216. package/lib/widget/GroupBar.js +1 -0
  217. package/lib/widget/TreeCombo.js +1 -0
  218. package/locales/grid.locale.Ar.js +1 -0
  219. package/locales/grid.locale.Bg.js +1 -0
  220. package/locales/grid.locale.Ca.js +1 -0
  221. package/locales/grid.locale.Cs.js +1 -0
  222. package/locales/grid.locale.Da.js +1 -0
  223. package/locales/grid.locale.De.js +1 -0
  224. package/locales/grid.locale.El.js +1 -0
  225. package/locales/grid.locale.En.js +1 -0
  226. package/locales/grid.locale.EnGb.js +1 -0
  227. package/locales/grid.locale.Es.js +1 -0
  228. package/locales/grid.locale.Et.js +1 -0
  229. package/locales/grid.locale.Eu.js +1 -0
  230. package/locales/grid.locale.Fi.js +1 -0
  231. package/locales/grid.locale.FrFr.js +1 -0
  232. package/locales/grid.locale.Gl.js +1 -0
  233. package/locales/grid.locale.He.js +1 -0
  234. package/locales/grid.locale.Hi.js +1 -0
  235. package/locales/grid.locale.Hr.js +1 -0
  236. package/locales/grid.locale.Hu.js +1 -0
  237. package/locales/grid.locale.Id.js +1 -0
  238. package/locales/grid.locale.It.js +1 -0
  239. package/locales/grid.locale.Ja.js +1 -0
  240. package/locales/grid.locale.Kk.js +1 -0
  241. package/locales/grid.locale.Ko.js +1 -0
  242. package/locales/grid.locale.Lt.js +1 -0
  243. package/locales/grid.locale.Lv.js +1 -0
  244. package/locales/grid.locale.Ms.js +1 -0
  245. package/locales/grid.locale.Nl.js +1 -0
  246. package/locales/grid.locale.No.js +1 -0
  247. package/locales/grid.locale.Pl.js +1 -0
  248. package/locales/grid.locale.Pt.js +1 -0
  249. package/locales/grid.locale.PtBr.js +1 -0
  250. package/locales/grid.locale.Ro.js +1 -0
  251. package/locales/grid.locale.Ru.js +1 -0
  252. package/locales/grid.locale.Sk.js +1 -0
  253. package/locales/grid.locale.Sl.js +1 -0
  254. package/locales/grid.locale.Sr.js +1 -0
  255. package/locales/grid.locale.SrRs.js +1 -0
  256. package/locales/grid.locale.SvSE.js +1 -0
  257. package/locales/grid.locale.Th.js +1 -0
  258. package/locales/grid.locale.Tr.js +1 -0
  259. package/locales/grid.locale.Uk.js +1 -0
  260. package/locales/grid.locale.Vi.js +1 -0
  261. package/locales/grid.locale.ZhCn.js +1 -0
  262. package/locales/grid.locale.ZhTw.js +1 -0
  263. package/material3-dark.css +307 -0
  264. package/material3-light.css +201 -0
  265. package/package.json +24 -0
  266. package/postinstall.cjs +11 -0
  267. package/stockholm-dark.css +202 -0
  268. package/stockholm-light.css +120 -0
  269. package/svalbard-dark.css +160 -0
  270. package/svalbard-light.css +99 -0
  271. package/visby-dark.css +243 -0
  272. package/visby-light.css +209 -0
@@ -0,0 +1,230 @@
1
+ import LocaleHelper from '@bryntum/core-thin/lib/localization/LocaleHelper.js';
2
+ import '@bryntum/core-thin/lib/localization/Hu.js';
3
+ const emptyString = new String();
4
+ const locale = {
5
+ localeName: 'Hu',
6
+ localeDesc: 'Magyar',
7
+ localeCode: 'hu',
8
+ localeRtl: false,
9
+ ChecklistFilterCombo: {
10
+ search: 'Keresés',
11
+ selectAll: 'Mind kijelölése',
12
+ removeAll: 'Összes eltávolítása',
13
+ filtersSet: n => n === 1 ? `1 szűrő beállítva` : `${n} szűrő beállítva`,
14
+ noItems: 'Nincs találat',
15
+ placeholder: 'Szűrés...',
16
+ apply: 'Alkalmaz'
17
+ },
18
+ ColumnPicker: {
19
+ column: 'Oszlop',
20
+ columnsMenu: 'Oszlopok',
21
+ hideColumn: 'Oszlop elrejtése',
22
+ hideColumnShort: 'Elrejtés',
23
+ newColumns: 'Új oszlopok',
24
+ showName: column => `Oszlop megjelenítése${column.text ? ` ${column.text}` : ''}`,
25
+ hideName: column => `Oszlop elrejtése${column.text ? ` ${column.text}` : ''}`
26
+ },
27
+ Filter: {
28
+ applyFilter: 'Szűrő alkalmazása',
29
+ filter: 'Szűrő',
30
+ editFilter: 'Szűrő szerkesztése',
31
+ on: 'Feltétel',
32
+ before: 'Előtte',
33
+ after: 'Utána',
34
+ equals: 'Egyenlő',
35
+ lessThan: 'Kevesebb mint',
36
+ moreThan: 'Több mint',
37
+ removeFilter: 'Szűrő törlése',
38
+ disableFilter: 'Szűrő tiltása'
39
+ },
40
+ FilterBar: {
41
+ enableFilterBar: 'Szűrősáv megjelenítése',
42
+ disableFilterBar: 'Szűrősáv elrejtése'
43
+ },
44
+ Group: {
45
+ group: 'Csoportosítás',
46
+ groupAscending: 'Csoport növekvő',
47
+ groupDescending: 'Csoport csökkenő',
48
+ groupAscendingShort: 'Növekvő',
49
+ groupDescendingShort: 'Csökkenő',
50
+ stopGrouping: 'Csoportbontás',
51
+ stopGroupingShort: 'Befejezés'
52
+ },
53
+ HeaderMenu: {
54
+ moveBefore: text => `Áthelyezés elé "${text}"`,
55
+ moveAfter: text => `Áthelyezés mögé "${text}"`,
56
+ collapseColumn: 'Oszlop összecsukása',
57
+ expandColumn: 'Oszlop kibontása'
58
+ },
59
+ ColumnRename: {
60
+ rename: 'Átnevezés'
61
+ },
62
+ MergeCells: {
63
+ mergeCells: 'Cellák egyesítése',
64
+ menuTooltip: 'Azonos értékű cellák egyesítése az oszlop alapján történő rendezéskor'
65
+ },
66
+ Search: {
67
+ searchForValue: 'Érték keresése'
68
+ },
69
+ Sort: {
70
+ sort: 'Rendezés',
71
+ sortAscending: 'Növekvő sorrend',
72
+ sortDescending: 'Csökkenő sorrend',
73
+ multiSort: 'Többszörös rendezés',
74
+ removeSorter: 'Rendező törlése',
75
+ addSortAscending: 'Növekvő rendező hozzáadása',
76
+ addSortDescending: 'Csökkenő rendező hozzáadása',
77
+ toggleSortAscending: 'Váltás növekvőre',
78
+ toggleSortDescending: 'Váltás csökkenőre',
79
+ sortAscendingShort: 'Növekvő',
80
+ sortDescendingShort: 'Csökkenő',
81
+ removeSorterShort: 'Eltávolítás',
82
+ addSortAscendingShort: '+ Növekvő',
83
+ addSortDescendingShort: '+ Csökkenő'
84
+ },
85
+ Split: {
86
+ split: 'Szétválasztás',
87
+ unsplit: 'Egybeválasztás',
88
+ horizontally: 'Vízszintesen',
89
+ vertically: 'Függőlegesen',
90
+ both: 'Mindkettő'
91
+ },
92
+ LockRows: {
93
+ lockRow: 'Sor zárolása',
94
+ unlockRow: 'Sor feloldása'
95
+ },
96
+ ActionColumn: {
97
+ rowActions: 'Sor műveletek'
98
+ },
99
+ Column: {
100
+ columnLabel: column => `${column.text ? `${column.text} oszlop. ` : ''}SZÓKÖZ a helyi menühöz${column.sortable ? ', ENTER a rendezéshez' : ''}`,
101
+ cellLabel: emptyString
102
+ },
103
+ WidgetColumn: {
104
+ rowWidgets: 'Sor widgetek'
105
+ },
106
+ Checkbox: {
107
+ toggleRowSelect: 'Sorválasztás váltása',
108
+ toggleSelection: 'Teljes adatlap kiválasztásának váltása',
109
+ toggleName: column => `Váltás ${column.text || 'érték'}`
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 ? `értékelés : ${column.location.record.get(column.field) || 0}` : ''}`;
115
+ }
116
+ },
117
+ RowNumberColumn: {
118
+ rowNumber: 'Sorszám'
119
+ },
120
+ GridBase: {
121
+ loadFailedMessage: 'Adatok betöltése sikertelen!',
122
+ syncFailedMessage: 'Adatszinkronizálás sikertelen!',
123
+ unspecifiedFailure: 'Ismeretlen hiba',
124
+ networkFailure: 'Hálózati hiba',
125
+ parseFailure: 'Szerverválasz értelmezési hiba',
126
+ serverResponse: 'Szerverválasz:',
127
+ noRows: 'Nincs megjeleníthető bejegyzés',
128
+ moveColumnLeft: 'Áthelyezés a bal oldalra',
129
+ moveColumnRight: 'Áthelyezés a jobb oldalra',
130
+ moveColumnTo: region => `Oszlop áthelyezése ide: ${region}`,
131
+ filteredRecords: n => n ? n === 1 ? `1 sor felel meg a szűrőnek` : `${n} sor felel meg a szűrőnek` : 'Nincs sor, amely megfelel a szűrőnek'
132
+ },
133
+ CellMenu: {
134
+ removeRow: 'Törlés'
135
+ },
136
+ RowCopyPaste: {
137
+ copyRecord: 'Másolás',
138
+ cutRecord: 'Kivágás',
139
+ pasteRecord: 'Beillesztés',
140
+ rows: 'sorok',
141
+ row: 'sor'
142
+ },
143
+ CellCopyPaste: {
144
+ copy: 'Másolás',
145
+ cut: 'Kivágás',
146
+ paste: 'Beillesztés'
147
+ },
148
+ Charts: {
149
+ chartDesigner: 'Diagram tervező',
150
+ newChart: 'Új Diagram',
151
+ download: 'Letöltés',
152
+ settings: 'Beállítások'
153
+ },
154
+ PdfExport: {
155
+ 'Waiting for response from server': 'Várakozás a szerver válaszára...',
156
+ 'Export failed': 'Sikertelen exportálás',
157
+ 'Server error': 'Szerverhiba',
158
+ 'Generating pages': 'Oldalak létrehozása...',
159
+ 'Click to abort': 'Mégse'
160
+ },
161
+ ExportDialog: {
162
+ width: '40em',
163
+ labelWidth: '12em',
164
+ exportSettings: 'Beállítások exportálása',
165
+ export: 'Exportálás',
166
+ printSettings: 'Nyomtatási beállítások',
167
+ print: 'Nyomtatás',
168
+ exporterType: 'Oldalszámozás szabályozása',
169
+ cancel: 'Mégse',
170
+ fileFormat: 'Fájlformátum',
171
+ rows: 'Sorok',
172
+ alignRows: 'Sorok igazítása',
173
+ columns: 'Oszlopok',
174
+ paperFormat: 'Papírformátum',
175
+ orientation: 'Tájolás',
176
+ repeatHeader: 'Fejléc ismétlése'
177
+ },
178
+ ExportRowsCombo: {
179
+ all: 'Összes sor',
180
+ visible: 'Látható sorok'
181
+ },
182
+ ExportOrientationCombo: {
183
+ portrait: 'Álló',
184
+ landscape: 'Fekvő'
185
+ },
186
+ SinglePageExporter: {
187
+ singlepage: 'Egy oldal'
188
+ },
189
+ SinglePageUnscaledExporter: {
190
+ singlepageunscaled: 'Egyoldalas (méretezés nélkül)'
191
+ },
192
+ MultiPageExporter: {
193
+ multipage: 'Több oldal',
194
+ exportingPage: ({
195
+ currentPage,
196
+ totalPages
197
+ }) => `Oldal exportálása ${currentPage}/${totalPages}`
198
+ },
199
+ MultiPageVerticalExporter: {
200
+ multipagevertical: 'Több oldal (függőleges)',
201
+ exportingPage: ({
202
+ currentPage,
203
+ totalPages
204
+ }) => `Oldal exportálása ${currentPage}/${totalPages}`
205
+ },
206
+ RowExpander: {
207
+ loading: 'Betöltés',
208
+ expand: 'Kibontás',
209
+ collapse: 'Összecsukás',
210
+ columnDescription: 'Sor részleteinek átkapcsolása'
211
+ },
212
+ TreeGroup: {
213
+ group: 'Csoportosítás',
214
+ stopGrouping: 'Csoportosítás megszakítása',
215
+ stopGroupingThisColumn: 'Oszlop szétbontása'
216
+ },
217
+ AIFilter: {
218
+ unsuccessfulFilterMessage: 'A szűrési művelet sikertelen, kérjük, próbálja újra'
219
+ },
220
+ AIFilterField: {
221
+ progressText: 'Szűrés'
222
+ },
223
+ PinColumns: {
224
+ pinColumn: 'Oszlop rögzítése',
225
+ unpin: 'Rögzítés megszüntetése',
226
+ pinToStart: 'Rögzítés az elejére',
227
+ pinToEnd: 'Rögzítés a végére'
228
+ }
229
+ };
230
+ export default LocaleHelper.publishLocale(locale);
@@ -0,0 +1,230 @@
1
+ import LocaleHelper from '@bryntum/core-thin/lib/localization/LocaleHelper.js';
2
+ import '@bryntum/core-thin/lib/localization/Id.js';
3
+ const emptyString = new String();
4
+ 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.sortable ? ', 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}` : ''}`;
115
+ }
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
+ },
212
+ TreeGroup: {
213
+ group: 'Kelompokkan berdasarkan',
214
+ stopGrouping: 'Berhenti mengelompokkan',
215
+ stopGroupingThisColumn: 'Batal kelompokkan kolom ini'
216
+ },
217
+ AIFilter: {
218
+ unsuccessfulFilterMessage: 'Operasi filter tidak berhasil, silakan coba lagi'
219
+ },
220
+ AIFilterField: {
221
+ progressText: 'Menyaring'
222
+ },
223
+ PinColumns: {
224
+ pinColumn: 'Sematkan kolom',
225
+ unpin: 'Tidak disematkan',
226
+ pinToStart: 'Sematkan ke awal',
227
+ pinToEnd: 'Sematkan ke akhir'
228
+ }
229
+ };
230
+ export default LocaleHelper.publishLocale(locale);
@@ -0,0 +1,230 @@
1
+ import LocaleHelper from '@bryntum/core-thin/lib/localization/LocaleHelper.js';
2
+ import '@bryntum/core-thin/lib/localization/It.js';
3
+ const emptyString = new String();
4
+ const locale = {
5
+ localeName: 'It',
6
+ localeDesc: 'Italiano',
7
+ localeCode: 'it',
8
+ localeRtl: false,
9
+ ChecklistFilterCombo: {
10
+ search: 'Cerca',
11
+ selectAll: 'Seleziona tutto',
12
+ removeAll: 'Rimuovi tutto',
13
+ filtersSet: n => n === 1 ? `1 filtro impostato` : `${n} filtri impostati`,
14
+ noItems: 'Nessun risultato trovato',
15
+ placeholder: 'Filtra...',
16
+ apply: 'Applica'
17
+ },
18
+ ColumnPicker: {
19
+ column: 'Colonna',
20
+ columnsMenu: 'Colonne',
21
+ hideColumn: 'Nascondi colonna',
22
+ hideColumnShort: 'Nascondi',
23
+ newColumns: 'Nuove colonne',
24
+ showName: column => `Mostra colonna${column.text ? ` ${column.text}` : ''}`,
25
+ hideName: column => `Nascondi colonna${column.text ? ` ${column.text}` : ''}`
26
+ },
27
+ Filter: {
28
+ applyFilter: 'Applica filtro',
29
+ filter: 'Filtra',
30
+ editFilter: 'Modifica filtro',
31
+ on: 'Il',
32
+ before: 'Prima',
33
+ after: 'Dopo',
34
+ equals: 'Uguale',
35
+ lessThan: 'Meno di',
36
+ moreThan: 'Più di',
37
+ removeFilter: 'Rimuovi filtro',
38
+ disableFilter: 'Disabilita filtro'
39
+ },
40
+ FilterBar: {
41
+ enableFilterBar: 'Mostra barra del filtro',
42
+ disableFilterBar: 'Nascondi barra del filtro'
43
+ },
44
+ Group: {
45
+ group: 'Raggruppa',
46
+ groupAscending: 'Gruppo ascendente',
47
+ groupDescending: 'Gruppo discendente',
48
+ groupAscendingShort: 'Ascendente',
49
+ groupDescendingShort: 'Discendente',
50
+ stopGrouping: 'Interrompi raggruppamento',
51
+ stopGroupingShort: 'Stop'
52
+ },
53
+ HeaderMenu: {
54
+ moveBefore: text => `Sposta prima "${text}"`,
55
+ moveAfter: text => `Sposta dopo "${text}"`,
56
+ collapseColumn: 'Riduci colonna',
57
+ expandColumn: 'Espandi colonna'
58
+ },
59
+ ColumnRename: {
60
+ rename: 'Rinomina'
61
+ },
62
+ MergeCells: {
63
+ mergeCells: 'Unisci celle',
64
+ menuTooltip: 'Unisci celle con lo stesso valore se ordinate da questa colonna'
65
+ },
66
+ Search: {
67
+ searchForValue: 'Cerca valore'
68
+ },
69
+ Sort: {
70
+ sort: 'Ordina',
71
+ sortAscending: 'Ordine ascendente',
72
+ sortDescending: 'Ordine discendente',
73
+ multiSort: 'Ordinamento multiplo',
74
+ removeSorter: 'Rimuovi ordinatore',
75
+ addSortAscending: 'Aggiungi ordinatore ascendente',
76
+ addSortDescending: 'Aggiungi ordinatore discendente',
77
+ toggleSortAscending: 'Passa ad ascendente',
78
+ toggleSortDescending: 'Passa a discendente',
79
+ sortAscendingShort: 'Ascendente',
80
+ sortDescendingShort: 'Discendente',
81
+ removeSorterShort: 'Rimuovi',
82
+ addSortAscendingShort: '+ Ascendente',
83
+ addSortDescendingShort: '+ Discendente'
84
+ },
85
+ Split: {
86
+ split: 'Dividi',
87
+ unsplit: 'Unisci',
88
+ horizontally: 'Orizzontalmente',
89
+ vertically: 'Verticalmente',
90
+ both: 'Entrambi'
91
+ },
92
+ LockRows: {
93
+ lockRow: 'Blocca riga',
94
+ unlockRow: 'Sblocca riga'
95
+ },
96
+ ActionColumn: {
97
+ rowActions: 'Azioni sulla riga'
98
+ },
99
+ Column: {
100
+ columnLabel: column => `${column.text ? `${column.text} colonna. ` : ''}SPAZIO per il menu contestuale${column.sortable ? ', INVIO per ordinare' : ''}`,
101
+ cellLabel: emptyString
102
+ },
103
+ WidgetColumn: {
104
+ rowWidgets: 'Widget di riga'
105
+ },
106
+ Checkbox: {
107
+ toggleRowSelect: 'Passa a selezione righe',
108
+ toggleSelection: 'Passa a selezione di un intero set di dati',
109
+ toggleName: column => `Attiva/disattiva ${column.text || 'valore'}`
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 ? `valutazione : ${column.location.record.get(column.field) || 0}` : ''}`;
115
+ }
116
+ },
117
+ RowNumberColumn: {
118
+ rowNumber: 'Numero di riga'
119
+ },
120
+ GridBase: {
121
+ loadFailedMessage: 'Caricamento dati non riuscito!',
122
+ syncFailedMessage: 'Sincronizzazione dati non riuscita!',
123
+ unspecifiedFailure: 'Errore non specificato',
124
+ networkFailure: 'Errore di rete',
125
+ parseFailure: 'Impossibile interpretare la risposta del server',
126
+ serverResponse: 'Risposta del server:',
127
+ noRows: 'Nessun record da visualizzare',
128
+ moveColumnLeft: 'Sposta alla sezione sinistra',
129
+ moveColumnRight: 'Sposta alla sezione destra',
130
+ moveColumnTo: region => `Sposta colonna a ${region}`,
131
+ filteredRecords: n => n ? n === 1 ? `1 riga corrisponde al filtro` : `${n} righe corrispondono al filtro` : 'Nessuna riga corrisponde al filtro'
132
+ },
133
+ CellMenu: {
134
+ removeRow: 'Elimina'
135
+ },
136
+ RowCopyPaste: {
137
+ copyRecord: 'Copia',
138
+ cutRecord: 'Taglia',
139
+ pasteRecord: 'Incolla',
140
+ rows: 'righe',
141
+ row: 'riga'
142
+ },
143
+ CellCopyPaste: {
144
+ copy: 'Copia',
145
+ cut: 'Taglia',
146
+ paste: 'Incolla'
147
+ },
148
+ Charts: {
149
+ chartDesigner: 'Progettista di grafici',
150
+ newChart: 'Nuovo Grafico',
151
+ download: 'Scarica',
152
+ settings: 'Impostazioni'
153
+ },
154
+ PdfExport: {
155
+ 'Waiting for response from server': 'In attesa della risposta dal server...',
156
+ 'Export failed': 'Esportazione non riuscita',
157
+ 'Server error': 'Errore del server',
158
+ 'Generating pages': 'Generazione pagine...',
159
+ 'Click to abort': 'Annulla'
160
+ },
161
+ ExportDialog: {
162
+ width: '40em',
163
+ labelWidth: '12em',
164
+ exportSettings: 'Esporta impostazioni',
165
+ export: 'Esporta',
166
+ printSettings: 'Impostazioni di stampa',
167
+ print: 'Stampa',
168
+ exporterType: 'Controllo dell’impaginazione',
169
+ cancel: 'Annulla',
170
+ fileFormat: 'Formato del file',
171
+ rows: 'Righe',
172
+ alignRows: 'Allinea righe',
173
+ columns: 'Colonne',
174
+ paperFormat: 'Formato carta',
175
+ orientation: 'Orientamento',
176
+ repeatHeader: 'Ripeti intestazione'
177
+ },
178
+ ExportRowsCombo: {
179
+ all: 'Tutte le righe',
180
+ visible: 'Righe visibili'
181
+ },
182
+ ExportOrientationCombo: {
183
+ portrait: 'Ritratto',
184
+ landscape: 'Paesaggio'
185
+ },
186
+ SinglePageExporter: {
187
+ singlepage: 'Singola pagina'
188
+ },
189
+ SinglePageUnscaledExporter: {
190
+ singlepageunscaled: 'Pagina singola (non scalata)'
191
+ },
192
+ MultiPageExporter: {
193
+ multipage: 'Più pagine',
194
+ exportingPage: ({
195
+ currentPage,
196
+ totalPages
197
+ }) => `Esportazione pagina ${currentPage}/${totalPages}`
198
+ },
199
+ MultiPageVerticalExporter: {
200
+ multipagevertical: 'Più pagine (verticale)',
201
+ exportingPage: ({
202
+ currentPage,
203
+ totalPages
204
+ }) => `Esportazione pagina ${currentPage}/${totalPages}`
205
+ },
206
+ RowExpander: {
207
+ loading: 'Caricamento',
208
+ expand: 'Espandi',
209
+ collapse: 'Comprimi',
210
+ columnDescription: 'Attiva/disattiva dettagli riga'
211
+ },
212
+ TreeGroup: {
213
+ group: 'Raggruppa per',
214
+ stopGrouping: 'Interrompi raggruppamento',
215
+ stopGroupingThisColumn: 'Elimina raggruppamento di questa colonna'
216
+ },
217
+ AIFilter: {
218
+ unsuccessfulFilterMessage: 'Operazione di filtro non riuscita, riprova'
219
+ },
220
+ AIFilterField: {
221
+ progressText: 'Filtraggio'
222
+ },
223
+ PinColumns: {
224
+ pinColumn: 'Blocca colonna',
225
+ unpin: 'Nessun blocco',
226
+ pinToStart: "Blocca all'inizio",
227
+ pinToEnd: 'Blocca alla fine'
228
+ }
229
+ };
230
+ export default LocaleHelper.publishLocale(locale);