@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/Lt.js';
3
+ const emptyString = new String();
4
+ const locale = {
5
+ localeName: 'LT',
6
+ localeDesc: 'Lietuvių',
7
+ localeCode: 'lt-LT',
8
+ localeRtl: false,
9
+ ChecklistFilterCombo: {
10
+ search: 'Paieška',
11
+ selectAll: 'Pasirinkti viską',
12
+ removeAll: 'Pašalinti viską',
13
+ filtersSet: n => n === 1 ? `1 filtras nustatytas` : `${n} filtrai nustatyti`,
14
+ noItems: 'Rezultatų nerasta',
15
+ placeholder: 'Filtruoti...',
16
+ apply: 'Taikyti'
17
+ },
18
+ ColumnPicker: {
19
+ column: 'Stulpelis',
20
+ columnsMenu: 'Stulpeliai',
21
+ hideColumn: 'Slėpti stulpelį',
22
+ hideColumnShort: 'Slėpti',
23
+ newColumns: 'Nauji stulpeliai',
24
+ showName: column => `Rodyti stulpelį${column.text ? ` ${column.text}` : ''}`,
25
+ hideName: column => `Slėpti stulpelį${column.text ? ` ${column.text}` : ''}`
26
+ },
27
+ Filter: {
28
+ applyFilter: 'Taikyti filtrą',
29
+ filter: 'Filtras',
30
+ editFilter: 'Redaguoti filtrą',
31
+ on: 'Įjungti',
32
+ before: 'Prieš',
33
+ after: 'Po',
34
+ equals: 'Lygu',
35
+ lessThan: 'Mažiau nei',
36
+ moreThan: 'Daugiau nei',
37
+ removeFilter: 'Pašalinti filtrą',
38
+ disableFilter: 'Išjungti filtrą'
39
+ },
40
+ FilterBar: {
41
+ enableFilterBar: 'Rodyti filtro juostą',
42
+ disableFilterBar: 'Slėpti filtro juostą'
43
+ },
44
+ Group: {
45
+ group: 'Grupuoti',
46
+ groupAscending: 'Grupuoti didėjimo tvarka',
47
+ groupDescending: 'Grupuoti mažėjimo tvarka',
48
+ groupAscendingShort: 'Didėjimo tvarka',
49
+ groupDescendingShort: 'Mažėjimo tvarka',
50
+ stopGrouping: 'Stabdyti grupavimą',
51
+ stopGroupingShort: 'Stabdyti'
52
+ },
53
+ HeaderMenu: {
54
+ moveBefore: text => `Perkelti prieš "${text}"`,
55
+ moveAfter: text => `Perkelti po "${text}"`,
56
+ collapseColumn: 'Sutraukti stulpelį',
57
+ expandColumn: 'Išplėsti stulpelį'
58
+ },
59
+ ColumnRename: {
60
+ rename: 'Pervardyti'
61
+ },
62
+ MergeCells: {
63
+ mergeCells: 'Sulieti langelius',
64
+ menuTooltip: 'Suliekite langelius su tokia pačia reikšme, kai surikiuota pagal šį stulpelį'
65
+ },
66
+ Search: {
67
+ searchForValue: 'Ieškoti reikšmių'
68
+ },
69
+ Sort: {
70
+ sort: 'Rikiavimas',
71
+ sortAscending: 'Rikiuoti didėjimo tvarka',
72
+ sortDescending: 'Rikiuoti mažėjimo tvarka',
73
+ multiSort: 'Kelių reikšmių rikiavimas',
74
+ removeSorter: 'Pašalinti rūšiavimą',
75
+ addSortAscending: 'Įtraukti didėjantį rūšiavimą',
76
+ addSortDescending: 'Įtraukti mažėjantį rūšiavimą',
77
+ toggleSortAscending: 'Keisti į didėjimo tvarką',
78
+ toggleSortDescending: 'Keisti į mažėjimo tvarką',
79
+ sortAscendingShort: 'Didėjimo tvarka',
80
+ sortDescendingShort: 'Mažėjimo tvarka',
81
+ removeSorterShort: 'Šalinti',
82
+ addSortAscendingShort: '+ Didėjantis',
83
+ addSortDescendingShort: '+ Mažėjantis'
84
+ },
85
+ Split: {
86
+ split: 'Perskirti',
87
+ unsplit: 'Nepadalytas',
88
+ horizontally: 'Horizontaliai',
89
+ vertically: 'Vertikaliai',
90
+ both: 'Abu'
91
+ },
92
+ LockRows: {
93
+ lockRow: 'Užrakinti eilutę',
94
+ unlockRow: 'Atrakinti eilutę'
95
+ },
96
+ ActionColumn: {
97
+ rowActions: 'Eilutės veiksmai'
98
+ },
99
+ Column: {
100
+ columnLabel: column => `${column.text ? `${column.text} stulpelis. ` : ''}TARPAS kontekstiniam meniu${column.sortable ? ', norėdami rikiuoti, spauskite ENTER' : ''}`,
101
+ cellLabel: emptyString
102
+ },
103
+ WidgetColumn: {
104
+ rowWidgets: 'Eilutės valdikliai'
105
+ },
106
+ Checkbox: {
107
+ toggleRowSelect: 'Perjungti eilutės pasirinkimą',
108
+ toggleSelection: 'Perjungti viso duomenų rinkinio pasirinkimą',
109
+ toggleName: column => `Perjungti ${column.text || 'vertė'}`
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 ? `įvertinimas: ${column.location.record.get(column.field) || 0}` : ''}`;
115
+ }
116
+ },
117
+ RowNumberColumn: {
118
+ rowNumber: 'Eilutės numeris'
119
+ },
120
+ GridBase: {
121
+ loadFailedMessage: 'Nepavyko įkelti duomenų!',
122
+ syncFailedMessage: 'Nepavyko sinchronizuoti duomenų!',
123
+ unspecifiedFailure: 'Nenurodytas triktis',
124
+ networkFailure: 'Tinklo klaida',
125
+ parseFailure: 'Nepavyko išanalizuoti serverio atsakymo',
126
+ serverResponse: 'Serverio atsakas:',
127
+ noRows: 'Rodytinų įrašų nėra',
128
+ moveColumnLeft: 'Perkelti į kairį skyrių',
129
+ moveColumnRight: 'Perkelti į dešinį skyrių',
130
+ moveColumnTo: region => `Perkelti stulpelį į ${region}`,
131
+ filteredRecords: n => n ? n === 1 ? `1 eilutė atitinka filtrą` : `${n} eilutės atitinka filtrą` : 'Nė viena eilutė neatitinka filtro'
132
+ },
133
+ CellMenu: {
134
+ removeRow: 'Naikinti'
135
+ },
136
+ RowCopyPaste: {
137
+ copyRecord: 'Kopijuoti',
138
+ cutRecord: 'Kirpimas',
139
+ pasteRecord: 'Įklijavimas',
140
+ rows: 'eilutės',
141
+ row: 'eilutė'
142
+ },
143
+ CellCopyPaste: {
144
+ copy: 'Kopijuoti',
145
+ cut: 'Kirpimas',
146
+ paste: 'Įklijavimas'
147
+ },
148
+ Charts: {
149
+ chartDesigner: 'Diagramos kūrėjas',
150
+ newChart: 'Nauja Diagrama',
151
+ download: 'Atsisiųsti',
152
+ settings: 'Nustatymai'
153
+ },
154
+ PdfExport: {
155
+ 'Waiting for response from server': 'Laukiama atsakymo iš serverio...',
156
+ 'Export failed': 'Nepavyko eksportuoti',
157
+ 'Server error': 'Serverio klaida',
158
+ 'Generating pages': 'Kuriami puslapiai...',
159
+ 'Click to abort': 'Atšaukti'
160
+ },
161
+ ExportDialog: {
162
+ width: '40em',
163
+ labelWidth: '12em',
164
+ exportSettings: 'Eksportuoti parametrus',
165
+ export: 'Eksportuoti',
166
+ printSettings: 'Spausdinimo nustatymai',
167
+ print: 'Spausdinti',
168
+ exporterType: 'Kontroliuoti psulapių numeravimą',
169
+ cancel: 'Atšaukti',
170
+ fileFormat: 'Rinkmenos formatas',
171
+ rows: 'Eilutės',
172
+ alignRows: 'Centruoti eilutes',
173
+ columns: 'Stulpeliai',
174
+ paperFormat: 'Dokumento formatas',
175
+ orientation: 'Orientacija',
176
+ repeatHeader: 'Kartoti antraštę'
177
+ },
178
+ ExportRowsCombo: {
179
+ all: 'Visos eilutės',
180
+ visible: 'Matomos eilutės'
181
+ },
182
+ ExportOrientationCombo: {
183
+ portrait: 'Stačias',
184
+ landscape: 'Gulsčias'
185
+ },
186
+ SinglePageExporter: {
187
+ singlepage: 'Vienkartinis puslapis'
188
+ },
189
+ SinglePageUnscaledExporter: {
190
+ singlepageunscaled: 'Viena puslapis (nekeistas mastelis)'
191
+ },
192
+ MultiPageExporter: {
193
+ multipage: 'Vienkartiniai puslapiai',
194
+ exportingPage: ({
195
+ currentPage,
196
+ totalPages
197
+ }) => `Puslapio eksportavimas ${currentPage}/${totalPages}`
198
+ },
199
+ MultiPageVerticalExporter: {
200
+ multipagevertical: 'Daugybiniai puslapiai (vertikalūs)',
201
+ exportingPage: ({
202
+ currentPage,
203
+ totalPages
204
+ }) => `Puslapio eksportavimas ${currentPage}/${totalPages}`
205
+ },
206
+ RowExpander: {
207
+ loading: 'Įkeliama',
208
+ expand: 'Išplėsti',
209
+ collapse: 'Sutraukti',
210
+ columnDescription: 'Perjungti eilutės detales'
211
+ },
212
+ TreeGroup: {
213
+ group: 'Grupuoti pagal',
214
+ stopGrouping: 'Stabdyti grupavimą',
215
+ stopGroupingThisColumn: 'Išgrupuoti stulpelį'
216
+ },
217
+ AIFilter: {
218
+ unsuccessfulFilterMessage: 'Filtravimo operacija nesėkminga, bandykite dar kartą'
219
+ },
220
+ AIFilterField: {
221
+ progressText: 'Filtruojama'
222
+ },
223
+ PinColumns: {
224
+ pinColumn: 'Prisegti stulpelį',
225
+ unpin: 'Atsegti',
226
+ pinToStart: 'Prisegti pradžioje',
227
+ pinToEnd: 'Prisegti pabaigoje'
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/Lv.js';
3
+ const emptyString = new String();
4
+ const locale = {
5
+ localeName: 'Lv',
6
+ localeDesc: 'Latviešu',
7
+ localeCode: 'lv-LV',
8
+ localeRtl: false,
9
+ ChecklistFilterCombo: {
10
+ search: 'Meklēt',
11
+ selectAll: 'Izvēlēties visu',
12
+ removeAll: 'Noņemt visu',
13
+ filtersSet: n => n === 1 ? `1 filtrs iestatīts` : `${n} filtri iestatīti`,
14
+ noItems: 'Rezultāti netika atrasti',
15
+ placeholder: 'Filtrēt...',
16
+ apply: 'Pielietot'
17
+ },
18
+ ColumnPicker: {
19
+ column: 'Kolonna',
20
+ columnsMenu: 'Kolonnas',
21
+ hideColumn: 'Paslēpt kolonnu',
22
+ hideColumnShort: 'Paslēpt',
23
+ newColumns: 'Jaunas kolonnas',
24
+ showName: column => `Rādīt kolonnu${column.text ? ` ${column.text}` : ''}`,
25
+ hideName: column => `Paslēpt kolonnu${column.text ? ` ${column.text}` : ''}`
26
+ },
27
+ Filter: {
28
+ applyFilter: 'Lietot filtru',
29
+ filter: 'Filtrs',
30
+ editFilter: 'Rediģēt filtru',
31
+ on: 'šādā datumā',
32
+ before: 'pirms',
33
+ after: 'pēc',
34
+ equals: 'vienāds ar',
35
+ lessThan: 'mazāks par',
36
+ moreThan: 'lielāks par',
37
+ removeFilter: 'Noņemt filtru',
38
+ disableFilter: 'Atspējot filtru'
39
+ },
40
+ FilterBar: {
41
+ enableFilterBar: 'Rādīt filtra joslu',
42
+ disableFilterBar: 'Paslēpt filtra joslu'
43
+ },
44
+ Group: {
45
+ group: 'Grupa',
46
+ groupAscending: 'Grupēt augošā secībā',
47
+ groupDescending: 'Grupēt dilstošā secībā',
48
+ groupAscendingShort: 'Augoši',
49
+ groupDescendingShort: 'Dilstoši',
50
+ stopGrouping: 'Apturēt grupēšanu',
51
+ stopGroupingShort: 'Apturēt'
52
+ },
53
+ HeaderMenu: {
54
+ moveBefore: text => `Pārvietot pirms "${text}"`,
55
+ moveAfter: text => `Pārvietot pēc "${text}"`,
56
+ collapseColumn: 'Sakļaut kolonnu',
57
+ expandColumn: 'Izvērst kolonnu'
58
+ },
59
+ ColumnRename: {
60
+ rename: 'Pārdēvēt'
61
+ },
62
+ MergeCells: {
63
+ mergeCells: 'Apvienot šūnas',
64
+ menuTooltip: 'Apvienot šūnas ar vienādu vērtību, ja kārto pēc šīs kolonnas'
65
+ },
66
+ Search: {
67
+ searchForValue: 'Meklēt vērtību'
68
+ },
69
+ Sort: {
70
+ sort: 'Kārtot',
71
+ sortAscending: 'Kārtot augošā secībā',
72
+ sortDescending: 'Kārtot dilstošā secībā',
73
+ multiSort: 'Vairāku līmeņu kārtošana',
74
+ removeSorter: 'Noņemt kārtotāju',
75
+ addSortAscending: 'Pievienot kārtotāju augošā secībā',
76
+ addSortDescending: 'Pievienot kārtotāju dilstošā secībā',
77
+ toggleSortAscending: 'Mainīt uz augošu secību',
78
+ toggleSortDescending: 'Mainīt uz dilstošu secību',
79
+ sortAscendingShort: 'Augoši',
80
+ sortDescendingShort: 'Dilstoši',
81
+ removeSorterShort: 'Noņemt',
82
+ addSortAscendingShort: '+ Augoši',
83
+ addSortDescendingShort: '+ Dilstoši'
84
+ },
85
+ Split: {
86
+ split: 'Sadalīt',
87
+ unsplit: 'Atcelt sadali',
88
+ horizontally: 'Horizontāli',
89
+ vertically: 'Vertikāli',
90
+ both: 'Abi'
91
+ },
92
+ LockRows: {
93
+ lockRow: 'Bloķēt rindu',
94
+ unlockRow: 'Atbloķēt rindu'
95
+ },
96
+ ActionColumn: {
97
+ rowActions: 'Rindas darbības'
98
+ },
99
+ Column: {
100
+ columnLabel: column => `${column.text ? `Kolonna: ${column.text}. ` : ''}ATSTARPES TAUSTIŅŠ kontekstizvēlnei${column.sortable ? ', TAUSTIŅŠ ENTER kārtošanai' : ''}`,
101
+ cellLabel: emptyString
102
+ },
103
+ WidgetColumn: {
104
+ rowWidgets: 'Rindu logrīki'
105
+ },
106
+ Checkbox: {
107
+ toggleRowSelect: 'Pārslēgt rindas atlasi',
108
+ toggleSelection: 'Pārslēgt visas datu kopas atlasi',
109
+ toggleName: column => `Pārslēgt ${column.text || 'vērtību'}`
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 ? `vērtējums: ${column.location.record.get(column.field) || 0}` : ''}`;
115
+ }
116
+ },
117
+ RowNumberColumn: {
118
+ rowNumber: 'Rindas numurs'
119
+ },
120
+ GridBase: {
121
+ loadFailedMessage: 'Neizdevās ielādēt datus!',
122
+ syncFailedMessage: 'Datu sinhronizācija neizdevās!',
123
+ unspecifiedFailure: 'Nenorādīta kļūme',
124
+ networkFailure: 'Tīkla kļūda',
125
+ parseFailure: 'Neizdevās parsēt servera atbildi',
126
+ serverResponse: 'Servera atbilde:',
127
+ noRows: 'Nav parādāmu ierakstu',
128
+ moveColumnLeft: 'Pārvietot uz kreiso sadaļu',
129
+ moveColumnRight: 'Pārvietot uz labo sadaļu',
130
+ moveColumnTo: region => `Move column to ${region}`,
131
+ filteredRecords: n => n ? n === 1 ? `1 rinda atbilst filtram` : `${n} rindas atbilst filtram` : 'Neviena rinda neatbilst filtram'
132
+ },
133
+ CellMenu: {
134
+ removeRow: 'Dzēst'
135
+ },
136
+ RowCopyPaste: {
137
+ copyRecord: 'Kopēt',
138
+ cutRecord: 'Izgriezt',
139
+ pasteRecord: 'Ielīmēt',
140
+ rows: 'rindas',
141
+ row: 'rinda'
142
+ },
143
+ CellCopyPaste: {
144
+ copy: 'Kopēt',
145
+ cut: 'Izgriezt',
146
+ paste: 'Ielīmēt'
147
+ },
148
+ Charts: {
149
+ chartDesigner: 'Diagrammas izveidotājs',
150
+ newChart: 'Jauna Diagramma',
151
+ download: 'Lejupielādēt',
152
+ settings: 'Iestatījumi'
153
+ },
154
+ PdfExport: {
155
+ 'Waiting for response from server': 'Gaida atbildi no servera...',
156
+ 'Export failed': 'Eksportēšana neizdevās',
157
+ 'Server error': 'Servera kļūda',
158
+ 'Generating pages': 'Ģenerē lapas',
159
+ 'Click to abort': 'Noklikšķiniet, lai atceltu'
160
+ },
161
+ ExportDialog: {
162
+ width: '40 em',
163
+ labelWidth: '12 em',
164
+ exportSettings: 'Eksportēšanas iestatījumi',
165
+ export: 'Eksportēt',
166
+ printSettings: 'Drukas iestatījumi',
167
+ print: 'Drukāt',
168
+ exporterType: 'Noteikt pielāgojumu lapai',
169
+ cancel: 'Atcelt',
170
+ fileFormat: 'Faila formāts',
171
+ rows: 'Rindas',
172
+ alignRows: 'Izlīdzināt rindas',
173
+ columns: 'Kolonnas',
174
+ paperFormat: 'Papīra formāts',
175
+ orientation: 'Orientācija',
176
+ repeatHeader: 'Atkārtot galveni'
177
+ },
178
+ ExportRowsCombo: {
179
+ all: 'Visas rindas',
180
+ visible: 'Redzamās rindas'
181
+ },
182
+ ExportOrientationCombo: {
183
+ portrait: 'Portretorientācija',
184
+ landscape: 'Ainavorientācija'
185
+ },
186
+ SinglePageExporter: {
187
+ singlepage: 'Viena lapa'
188
+ },
189
+ SinglePageUnscaledExporter: {
190
+ singlepageunscaled: 'Viena lapa (nemainīts mērogs)'
191
+ },
192
+ MultiPageExporter: {
193
+ multipage: 'Vairākas lapas',
194
+ exportingPage: ({
195
+ currentPage,
196
+ totalPages
197
+ }) => `Exporting page ${currentPage}/${totalPages}`
198
+ },
199
+ MultiPageVerticalExporter: {
200
+ multipagevertical: 'Vairākas lapas (vertikāli)',
201
+ exportingPage: ({
202
+ currentPage,
203
+ totalPages
204
+ }) => `Exporting page ${currentPage}/${totalPages}`
205
+ },
206
+ RowExpander: {
207
+ loading: 'Ielādē',
208
+ expand: 'Izvērst',
209
+ collapse: 'Sakļaut',
210
+ columnDescription: 'Pārslēgt rindas detaļas'
211
+ },
212
+ TreeGroup: {
213
+ group: 'Grupēt pēc',
214
+ stopGrouping: 'Apturēt grupēšanu',
215
+ stopGroupingThisColumn: 'Atgrupēt kolonnu'
216
+ },
217
+ AIFilter: {
218
+ unsuccessfulFilterMessage: 'Filtrēšanas operācija neizdevās, lūdzu, mēģiniet vēlreiz'
219
+ },
220
+ AIFilterField: {
221
+ progressText: 'Filtrēšana'
222
+ },
223
+ PinColumns: {
224
+ pinColumn: 'Piestiprināt kolonnu',
225
+ unpin: 'Noņemt piestiprinājumu',
226
+ pinToStart: 'Piestiprināt sākumā',
227
+ pinToEnd: 'Piestiprināt beigās'
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/Ms.js';
3
+ const emptyString = new String();
4
+ const locale = {
5
+ localeName: 'Ms',
6
+ localeDesc: 'Melayu',
7
+ localeCode: 'ms',
8
+ localeRtl: false,
9
+ ChecklistFilterCombo: {
10
+ search: 'Cari',
11
+ selectAll: 'Pilih Semua',
12
+ removeAll: 'Buang Semua',
13
+ filtersSet: n => n === 1 ? `1 penapis ditetapkan` : `${n} penapis ditetapkan`,
14
+ noItems: 'Tiada hasil ditemui',
15
+ placeholder: 'Tapis...',
16
+ apply: 'Terapkan'
17
+ },
18
+ ColumnPicker: {
19
+ column: 'Kolum',
20
+ columnsMenu: 'Kolum',
21
+ hideColumn: 'Sembunyi kolum',
22
+ hideColumnShort: 'Sembunyi',
23
+ newColumns: 'Kolum baharu',
24
+ showName: column => `Tunjukkan lajur${column.text ? ` ${column.text}` : ''}`,
25
+ hideName: column => `Sembunyikan lajur${column.text ? ` ${column.text}` : ''}`
26
+ },
27
+ Filter: {
28
+ applyFilter: 'Guna penapis',
29
+ filter: 'Penapis',
30
+ editFilter: 'Edit penapis',
31
+ on: 'Hidup',
32
+ before: 'Sebelum',
33
+ after: 'Selepas',
34
+ equals: 'Sama dengan',
35
+ lessThan: 'Kurang daripada',
36
+ moreThan: 'Lebih daripada',
37
+ removeFilter: 'Buang penapis',
38
+ disableFilter: 'Nyahdaya penapis'
39
+ },
40
+ FilterBar: {
41
+ enableFilterBar: 'Tunjuk bar penapis',
42
+ disableFilterBar: 'Sembunyi bar penapis'
43
+ },
44
+ Group: {
45
+ group: 'Kumpulan',
46
+ groupAscending: 'Kumpulan menaik',
47
+ groupDescending: 'Kumpulan menurun',
48
+ groupAscendingShort: 'Menaik',
49
+ groupDescendingShort: 'Menurun',
50
+ stopGrouping: 'Henti mengumpulkan',
51
+ stopGroupingShort: 'Henti'
52
+ },
53
+ HeaderMenu: {
54
+ moveBefore: text => `Gerak sebelum "${text}"`,
55
+ moveAfter: text => `Gerak selepas "${text}"`,
56
+ collapseColumn: 'Runtuh lajur',
57
+ expandColumn: 'Kembang lajur'
58
+ },
59
+ ColumnRename: {
60
+ rename: 'Nama semula'
61
+ },
62
+ MergeCells: {
63
+ mergeCells: 'Gabung sel',
64
+ menuTooltip: 'Gabungkan sel dengan nilai yang sama apabila diisih mengikut kolum ini'
65
+ },
66
+ Search: {
67
+ searchForValue: 'Cari nilai'
68
+ },
69
+ Sort: {
70
+ sort: 'Isih',
71
+ sortAscending: 'Isih menaik',
72
+ sortDescending: 'Isih menurun',
73
+ multiSort: 'Multi isih',
74
+ removeSorter: 'Buang pengisih',
75
+ addSortAscending: 'Tambah pengisih menaik',
76
+ addSortDescending: 'Tambah pengisih menurun',
77
+ toggleSortAscending: 'Tukar kepada menaik',
78
+ toggleSortDescending: 'Tukar kepada menurun',
79
+ sortAscendingShort: 'Menaik',
80
+ sortDescendingShort: 'Menurun',
81
+ removeSorterShort: 'Buang',
82
+ addSortAscendingShort: '+ Menaik',
83
+ addSortDescendingShort: '+ Menurun'
84
+ },
85
+ Split: {
86
+ split: 'Bahagi',
87
+ unsplit: 'Tidak Dipisah',
88
+ horizontally: 'Secara Menegak',
89
+ vertically: 'Secara Mendatar',
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 => `${column.text ? `${column.text} kolum. ` : ''}SPACE untuk menu konteks${column.sortable ? ', ENTER untuk isih' : ''}`,
101
+ cellLabel: emptyString
102
+ },
103
+ WidgetColumn: {
104
+ rowWidgets: 'Widget baris'
105
+ },
106
+ Checkbox: {
107
+ toggleRowSelect: 'Togel pemilihan baris',
108
+ toggleSelection: 'Togel pemilihan set data keseluruhan',
109
+ toggleName: column => `Togol ${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: '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
+ },
212
+ TreeGroup: {
213
+ group: 'Kumpulkan mengikut',
214
+ stopGrouping: 'Berhenti mengumpulkan',
215
+ stopGroupingThisColumn: 'Batalkan pengumpulan baris ini'
216
+ },
217
+ AIFilter: {
218
+ unsuccessfulFilterMessage: 'Operasi penapisan tidak berjaya, sila cuba lagi'
219
+ },
220
+ AIFilterField: {
221
+ progressText: 'Menapis'
222
+ },
223
+ PinColumns: {
224
+ pinColumn: 'Pin lajur',
225
+ unpin: 'Tiada pin',
226
+ pinToStart: 'Pin ke permulaan',
227
+ pinToEnd: 'Pin ke penghujung'
228
+ }
229
+ };
230
+ export default LocaleHelper.publishLocale(locale);