@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/Fi.js';
3
+ const emptyString = new String();
4
+ const locale = {
5
+ localeName: 'Fi',
6
+ localeDesc: 'Suomi',
7
+ localeCode: 'fi',
8
+ localeRtl: false,
9
+ ChecklistFilterCombo: {
10
+ search: 'Hae',
11
+ selectAll: 'Valitse kaikki',
12
+ removeAll: 'Poista kaikki',
13
+ filtersSet: n => n === 1 ? `1 suodatin asetettu` : `${n} suodatinta asetettu`,
14
+ noItems: 'Ei tuloksia',
15
+ placeholder: 'Suodata...',
16
+ apply: 'Käytä'
17
+ },
18
+ ColumnPicker: {
19
+ column: 'Sarake',
20
+ columnsMenu: 'Sarakkeet',
21
+ hideColumn: 'Piilota sarake',
22
+ hideColumnShort: 'Piilota',
23
+ newColumns: 'Uudet sarakkeet',
24
+ showName: column => `Näytä sarake${column.text ? ` ${column.text}` : ''}`,
25
+ hideName: column => `Piilota sarake${column.text ? ` ${column.text}` : ''}`
26
+ },
27
+ Filter: {
28
+ applyFilter: 'Lisää suodatus',
29
+ filter: 'Suodata',
30
+ editFilter: 'Muokkaa suodatusta',
31
+ on: 'On',
32
+ before: 'Ennen',
33
+ after: 'Jälkeen',
34
+ equals: 'Yhtä kuin',
35
+ lessThan: 'Vähemmän kuin',
36
+ moreThan: 'Enemmän kuin',
37
+ removeFilter: 'Poista suodatus',
38
+ disableFilter: 'Poista suodatin'
39
+ },
40
+ FilterBar: {
41
+ enableFilterBar: 'Näytä suodatinpalkki',
42
+ disableFilterBar: 'Piilota suodatinpalkki'
43
+ },
44
+ Group: {
45
+ group: 'Ryhmä',
46
+ groupAscending: 'Ryhmä nouseva',
47
+ groupDescending: 'Ryhmä laskeva',
48
+ groupAscendingShort: 'Nouseva',
49
+ groupDescendingShort: 'Laskeva',
50
+ stopGrouping: 'Lopeta ryhmittely',
51
+ stopGroupingShort: 'Lopeta'
52
+ },
53
+ HeaderMenu: {
54
+ moveBefore: text => `Siirry ennen"${text}"`,
55
+ moveAfter: text => `Siirry jälkeen "${text}"`,
56
+ collapseColumn: 'Tiivistä sarake',
57
+ expandColumn: 'Laajenna sarake'
58
+ },
59
+ ColumnRename: {
60
+ rename: 'Nimeä uudelleen'
61
+ },
62
+ MergeCells: {
63
+ mergeCells: 'Yhdistä solut',
64
+ menuTooltip: 'Yhdistä solut, joilla on sama arvo, kun ne lajitellaan tämän sarakkeen mukaan'
65
+ },
66
+ Search: {
67
+ searchForValue: 'Hae arvoa'
68
+ },
69
+ Sort: {
70
+ sort: 'Sort',
71
+ sortAscending: 'Järjestä nouseva',
72
+ sortDescending: 'Järjestä laskeva',
73
+ multiSort: 'Monilajittelu',
74
+ removeSorter: 'Poista lajittelu',
75
+ addSortAscending: 'Lisää nouseva lajittelu',
76
+ addSortDescending: 'Lisää laskeva lajittelu',
77
+ toggleSortAscending: 'Vaihda nousevaan',
78
+ toggleSortDescending: 'Vaihda laskevaan',
79
+ sortAscendingShort: 'Nouseva',
80
+ sortDescendingShort: 'Laskeva',
81
+ removeSorterShort: 'Poista',
82
+ addSortAscendingShort: '+ Nouseva',
83
+ addSortDescendingShort: '+ Laskeva'
84
+ },
85
+ Split: {
86
+ split: 'Jaa',
87
+ unsplit: 'Ei jaotusta',
88
+ horizontally: 'Vaakasuunnassa',
89
+ vertically: 'Pystysuunnassa',
90
+ both: 'Molemmat'
91
+ },
92
+ LockRows: {
93
+ lockRow: 'Lukitse rivi',
94
+ unlockRow: 'Avaa rivi'
95
+ },
96
+ ActionColumn: {
97
+ rowActions: 'Rivin toiminnot'
98
+ },
99
+ Column: {
100
+ columnLabel: column => `${column.text ? `${column.text} sarake. ` : ''}VÄLILYÖNTI kontekstivalikkoon${column.sortable ? ',ENTER lajitteluun' : ''}`,
101
+ cellLabel: emptyString
102
+ },
103
+ WidgetColumn: {
104
+ rowWidgets: 'Rivielementit'
105
+ },
106
+ Checkbox: {
107
+ toggleRowSelect: 'Vaihda rivivalinta',
108
+ toggleSelection: 'Vaihda koko tietokokonaisuuden valintaa',
109
+ toggleName: column => `Vaihda ${column.text || 'arvo'}`
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 ? `luokitus : ${column.location.record.get(column.field) || 0}` : ''}`;
115
+ }
116
+ },
117
+ RowNumberColumn: {
118
+ rowNumber: 'Rivin numero'
119
+ },
120
+ GridBase: {
121
+ loadFailedMessage: 'Tietojen lataus epäonnistui!',
122
+ syncFailedMessage: 'Tietojen synkronointi epäonnistui!',
123
+ unspecifiedFailure: 'Määrittelemätön vika',
124
+ networkFailure: 'Verkkovirhe',
125
+ parseFailure: 'Palvelimen vastauksen jäsentäminen epäonnistui',
126
+ serverResponse: 'Vastaus palvelimelta:',
127
+ noRows: 'Ei näytettäviä tietueita',
128
+ moveColumnLeft: 'Siirry vasempaan osioon',
129
+ moveColumnRight: 'Siirry oikeaan osioon',
130
+ moveColumnTo: region => `Siirry sarakkeeseen ${region}`,
131
+ filteredRecords: n => n ? n === 1 ? `1 rivi vastaa suodatinta` : `${n} riviä vastaa suodatinta` : 'Ei rivejä vastaa suodatinta'
132
+ },
133
+ CellMenu: {
134
+ removeRow: 'Poista'
135
+ },
136
+ RowCopyPaste: {
137
+ copyRecord: 'Kopioi',
138
+ cutRecord: 'Leikkaa',
139
+ pasteRecord: 'Liitä',
140
+ rows: 'rivit',
141
+ row: 'rivi'
142
+ },
143
+ CellCopyPaste: {
144
+ copy: 'Kopioi',
145
+ cut: 'Leikkaa',
146
+ paste: 'Liitä'
147
+ },
148
+ Charts: {
149
+ chartDesigner: 'Kaavion suunnittelija',
150
+ newChart: 'Uusi kaavio',
151
+ download: 'Lataa',
152
+ settings: 'Asetukset'
153
+ },
154
+ PdfExport: {
155
+ 'Waiting for response from server': 'Odotetaan vastausta palvelimelta...',
156
+ 'Export failed': 'Vienti epäonnistui',
157
+ 'Server error': 'Palvelin virhe',
158
+ 'Generating pages': 'Luodaan sivuja...',
159
+ 'Click to abort': 'Peruuta'
160
+ },
161
+ ExportDialog: {
162
+ width: '40em',
163
+ labelWidth: '12em',
164
+ exportSettings: 'Vientiasetukset',
165
+ export: 'Vienti',
166
+ printSettings: 'Tulostusasetukset',
167
+ print: 'Tulosta',
168
+ exporterType: 'Ohjaa sivutusta',
169
+ cancel: 'Peruuta',
170
+ fileFormat: 'Tiedostomuoto',
171
+ rows: 'Rivit',
172
+ alignRows: 'Kohdista rivit',
173
+ columns: 'Sarakkeet',
174
+ paperFormat: 'Paperimuoto',
175
+ orientation: 'Orientaatio ',
176
+ repeatHeader: 'Toista otsikko'
177
+ },
178
+ ExportRowsCombo: {
179
+ all: 'Kaikki rivit',
180
+ visible: 'Näkyvät rivit'
181
+ },
182
+ ExportOrientationCombo: {
183
+ portrait: 'Pysty',
184
+ landscape: 'Vaaka'
185
+ },
186
+ SinglePageExporter: {
187
+ singlepage: 'Yksittäinen sivu'
188
+ },
189
+ SinglePageUnscaledExporter: {
190
+ singlepageunscaled: 'Yksi sivu (skaalaamaton)'
191
+ },
192
+ MultiPageExporter: {
193
+ multipage: 'Useita sivuja',
194
+ exportingPage: ({
195
+ currentPage,
196
+ totalPages
197
+ }) => `Viedään sivua ${currentPage}/${totalPages}`
198
+ },
199
+ MultiPageVerticalExporter: {
200
+ multipagevertical: 'Useita sivuja (pysty)',
201
+ exportingPage: ({
202
+ currentPage,
203
+ totalPages
204
+ }) => `Viedään sivua ${currentPage}/${totalPages}`
205
+ },
206
+ RowExpander: {
207
+ loading: 'Lataa',
208
+ expand: 'Laajenna',
209
+ collapse: 'Tiivistä',
210
+ columnDescription: 'Vaihda rivin tiedot'
211
+ },
212
+ TreeGroup: {
213
+ group: 'Ryhmittele',
214
+ stopGrouping: 'Lopeta ryhmittely',
215
+ stopGroupingThisColumn: 'Pura ryhmittely tässä sarakkeessa'
216
+ },
217
+ AIFilter: {
218
+ unsuccessfulFilterMessage: 'Suodatusoperaatio epäonnistui, yritä uudelleen'
219
+ },
220
+ AIFilterField: {
221
+ progressText: 'Suodatetaan'
222
+ },
223
+ PinColumns: {
224
+ pinColumn: 'Kiinnitä sarake',
225
+ unpin: 'Ei kiinnitystä',
226
+ pinToStart: 'Kiinnitä alkuun',
227
+ pinToEnd: 'Kiinnitä loppuun'
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/FrFr.js';
3
+ const emptyString = new String();
4
+ const locale = {
5
+ localeName: 'FrFr',
6
+ localeDesc: 'Français (France)',
7
+ localeCode: 'fr-FR',
8
+ localeRtl: false,
9
+ ChecklistFilterCombo: {
10
+ search: 'Rechercher',
11
+ selectAll: 'Tout sélectionner',
12
+ removeAll: 'Tout supprimer',
13
+ filtersSet: n => n === 1 ? `1 filtre appliqué` : `${n} filtres appliqués`,
14
+ noItems: 'Aucun résultat trouvé',
15
+ placeholder: 'Filtrer...',
16
+ apply: 'Appliquer'
17
+ },
18
+ ColumnPicker: {
19
+ column: 'Colonne',
20
+ columnsMenu: 'Colonnes',
21
+ hideColumn: 'Masquer la colonne',
22
+ hideColumnShort: 'Masquer',
23
+ newColumns: 'Nouvelles colonnes',
24
+ showName: column => `Afficher la colonne${column.text ? ` ${column.text}` : ''}`,
25
+ hideName: column => `Masquer la colonne${column.text ? ` ${column.text}` : ''}`
26
+ },
27
+ Filter: {
28
+ applyFilter: 'Appliquer le filtre',
29
+ filter: 'Filtre',
30
+ editFilter: 'Éditer le filtre',
31
+ on: 'Le',
32
+ before: 'Avant',
33
+ after: 'Après',
34
+ equals: 'Égal à',
35
+ lessThan: 'Inférieur à',
36
+ moreThan: 'Supérieur à',
37
+ removeFilter: 'Supprimer le filtre',
38
+ disableFilter: 'Désactiver le filtre'
39
+ },
40
+ FilterBar: {
41
+ enableFilterBar: 'Afficher la barre de filtre',
42
+ disableFilterBar: 'Masquer la barre de filtre'
43
+ },
44
+ Group: {
45
+ group: 'Regrouper',
46
+ groupAscending: 'Grouper par ordre croissant',
47
+ groupDescending: 'Grouper par ordre décroissant',
48
+ groupAscendingShort: 'Croissant',
49
+ groupDescendingShort: 'Décroissant',
50
+ stopGrouping: 'Arrêter le regroupement',
51
+ stopGroupingShort: 'Arrêter'
52
+ },
53
+ HeaderMenu: {
54
+ moveBefore: text => `Déplacer avant "${text}"`,
55
+ moveAfter: text => `Déplacer après "${text}"`,
56
+ collapseColumn: 'Réduire la colonne',
57
+ expandColumn: 'Développer la colonne'
58
+ },
59
+ ColumnRename: {
60
+ rename: 'Renommer'
61
+ },
62
+ MergeCells: {
63
+ mergeCells: 'Fusionner les cellules',
64
+ menuTooltip: 'Fusionner les cellules de même valeur quand elles sont triées dans cette colonne'
65
+ },
66
+ Search: {
67
+ searchForValue: 'Rechercher la valeur'
68
+ },
69
+ Sort: {
70
+ sort: 'Trier',
71
+ sortAscending: 'Trier par ordre croissant',
72
+ sortDescending: 'Trier par ordre décroissant',
73
+ multiSort: 'Tri multiple',
74
+ removeSorter: 'Supprimer le tri',
75
+ addSortAscending: 'Ajouter un triage par ordre croissant',
76
+ addSortDescending: 'Ajouter un triage par ordre décroissant',
77
+ toggleSortAscending: 'Passer en ordre croissant',
78
+ toggleSortDescending: 'Passer en ordre décroissant',
79
+ sortAscendingShort: 'Croissant',
80
+ sortDescendingShort: 'Décroissant',
81
+ removeSorterShort: 'Retirer',
82
+ addSortAscendingShort: '+ Croissant',
83
+ addSortDescendingShort: '+ Décroissant'
84
+ },
85
+ Split: {
86
+ split: 'Diviser',
87
+ unsplit: 'Non divisé',
88
+ horizontally: 'Horizontalement',
89
+ vertically: 'Verticalement',
90
+ both: 'Les deux'
91
+ },
92
+ LockRows: {
93
+ lockRow: 'Verrouiller la ligne',
94
+ unlockRow: 'Déverrouiller la ligne'
95
+ },
96
+ ActionColumn: {
97
+ rowActions: 'Actions sur la ligne'
98
+ },
99
+ Column: {
100
+ columnLabel: column => `${column.text ? `${column.text} colonne. ` : ''}ESPACE pour le menu contextuel${column.sortable ? ', ENTRÉE pour trier' : ''}`,
101
+ cellLabel: emptyString
102
+ },
103
+ WidgetColumn: {
104
+ rowWidgets: 'Widgets de ligne'
105
+ },
106
+ Checkbox: {
107
+ toggleRowSelect: 'Basculer la sélection de ligne',
108
+ toggleSelection: 'Basculer la sélection du jeu de données complet',
109
+ toggleName: column => `Basculer ${column.text || 'valeur'}`
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 ? `évaluation : ${column.location.record.get(column.field) || 0}` : ''}`;
115
+ }
116
+ },
117
+ RowNumberColumn: {
118
+ rowNumber: 'Numéro de ligne'
119
+ },
120
+ GridBase: {
121
+ loadFailedMessage: 'Échec de chargement des données !',
122
+ syncFailedMessage: 'Échec de synchronisation des données !',
123
+ unspecifiedFailure: 'Erreur non spécifiée',
124
+ networkFailure: 'Erreur réseau',
125
+ parseFailure: 'Erreur de décryptage de la réponse du serveur',
126
+ serverResponse: 'Réponse du serveur :',
127
+ noRows: 'Aucun enregistrement à afficher',
128
+ moveColumnLeft: 'Déplacer vers la section de gauche',
129
+ moveColumnRight: 'Déplacer vers la section de droite',
130
+ moveColumnTo: region => `Déplacer la colonne vers ${region}`,
131
+ filteredRecords: n => n ? n === 1 ? `1 ligne correspond au filtre` : `${n} lignes correspondent au filtre` : 'Aucune ligne ne correspond au filtre'
132
+ },
133
+ CellMenu: {
134
+ removeRow: 'Supprimer'
135
+ },
136
+ RowCopyPaste: {
137
+ copyRecord: 'Copier',
138
+ cutRecord: 'Couper',
139
+ pasteRecord: 'Coller',
140
+ rows: 'lignes',
141
+ row: 'ligne'
142
+ },
143
+ CellCopyPaste: {
144
+ copy: 'Copier',
145
+ cut: 'Couper',
146
+ paste: 'Coller'
147
+ },
148
+ Charts: {
149
+ chartDesigner: 'Concepteur de graphiques',
150
+ newChart: 'Nouveau Graphique',
151
+ download: 'Télécharger',
152
+ settings: 'Paramètres'
153
+ },
154
+ PdfExport: {
155
+ 'Waiting for response from server': 'En attente de la réponse du serveur...',
156
+ 'Export failed': "Échec de l'export",
157
+ 'Server error': 'Erreur serveur',
158
+ 'Generating pages': 'Génération de pages en cours...',
159
+ 'Click to abort': 'Annuler'
160
+ },
161
+ ExportDialog: {
162
+ width: '40em',
163
+ labelWidth: '12em',
164
+ exportSettings: 'Exporter les paramètres',
165
+ export: 'Exporter',
166
+ printSettings: "Paramètres d'impression",
167
+ print: 'Imprimer',
168
+ exporterType: 'Contrôle de la pagination',
169
+ cancel: 'Annuler',
170
+ fileFormat: 'Format de fichier',
171
+ rows: 'Lignes',
172
+ alignRows: 'Aligner les lignes',
173
+ columns: 'Colonnes',
174
+ paperFormat: 'Format du papier',
175
+ orientation: 'Orientation',
176
+ repeatHeader: "Répéter l'en-tête"
177
+ },
178
+ ExportRowsCombo: {
179
+ all: 'Toutes les lignes',
180
+ visible: 'Lignes visibles'
181
+ },
182
+ ExportOrientationCombo: {
183
+ portrait: 'Portrait',
184
+ landscape: 'Paysage'
185
+ },
186
+ SinglePageExporter: {
187
+ singlepage: 'Une seule page'
188
+ },
189
+ SinglePageUnscaledExporter: {
190
+ singlepageunscaled: "Page unique (non mise à l'échelle)"
191
+ },
192
+ MultiPageExporter: {
193
+ multipage: 'Plusieurs pages',
194
+ exportingPage: ({
195
+ currentPage,
196
+ totalPages
197
+ }) => `Export de la page ${currentPage}/${totalPages}`
198
+ },
199
+ MultiPageVerticalExporter: {
200
+ multipagevertical: 'Plusieurs pages (en vertical)',
201
+ exportingPage: ({
202
+ currentPage,
203
+ totalPages
204
+ }) => `Export de la page ${currentPage}/${totalPages}`
205
+ },
206
+ RowExpander: {
207
+ loading: 'Chargement en cours',
208
+ expand: 'Développer',
209
+ collapse: 'Réduire',
210
+ columnDescription: 'Basculer les détails de la ligne'
211
+ },
212
+ TreeGroup: {
213
+ group: 'Regrouper par',
214
+ stopGrouping: 'Arrêter le regroupement',
215
+ stopGroupingThisColumn: 'Annuler le regroupement de cette colonne'
216
+ },
217
+ AIFilter: {
218
+ unsuccessfulFilterMessage: "L'opération de filtrage a échoué, veuillez réessayer"
219
+ },
220
+ AIFilterField: {
221
+ progressText: 'Filtrage'
222
+ },
223
+ PinColumns: {
224
+ pinColumn: 'Épingler la colonne',
225
+ unpin: "Pas d'épingle",
226
+ pinToStart: 'Épingler au début',
227
+ pinToEnd: 'Épingler à la fin'
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/Gl.js';
3
+ const emptyString = new String();
4
+ const locale = {
5
+ localeName: 'Gl',
6
+ localeDesc: 'Galego',
7
+ localeCode: 'gl-ES',
8
+ localeRtl: false,
9
+ ChecklistFilterCombo: {
10
+ search: 'Buscar',
11
+ selectAll: 'Seleccionar todo',
12
+ removeAll: 'Quitar todo',
13
+ filtersSet: n => n === 1 ? `1 filtro configurado` : `${n} filtros configurados`,
14
+ noItems: 'Non se atoparon resultados',
15
+ placeholder: 'Filtrar...',
16
+ apply: 'Aplicar'
17
+ },
18
+ ColumnPicker: {
19
+ column: 'Columna',
20
+ columnsMenu: 'Columnas',
21
+ hideColumn: 'Ocultar columna',
22
+ hideColumnShort: 'Ocultar',
23
+ newColumns: 'Novas columnas',
24
+ showName: column => `Amosar a columna${column.text ? ` ${column.text}` : ''}`,
25
+ hideName: column => `Ocultar a columna${column.text ? ` ${column.text}` : ''}`
26
+ },
27
+ Filter: {
28
+ applyFilter: 'Aplicar filtro',
29
+ filter: 'Filtro',
30
+ editFilter: 'Editar filtro',
31
+ on: 'Activado',
32
+ before: 'Antes de',
33
+ after: 'Despois de',
34
+ equals: 'Igual a',
35
+ lessThan: 'Menor que',
36
+ moreThan: 'Maior que',
37
+ removeFilter: 'Eliminar filtro',
38
+ disableFilter: 'Desactivar filtro'
39
+ },
40
+ FilterBar: {
41
+ enableFilterBar: 'Mostrar barra de filtros',
42
+ disableFilterBar: 'Ocultar barra de filtros'
43
+ },
44
+ Group: {
45
+ group: 'Agrupar',
46
+ groupAscending: 'Agrupar de forma ascendente',
47
+ groupDescending: 'Agrupar de forma descendente',
48
+ groupAscendingShort: 'Ascendente',
49
+ groupDescendingShort: 'Descendente',
50
+ stopGrouping: 'Deixar de agrupar',
51
+ stopGroupingShort: 'Deter'
52
+ },
53
+ HeaderMenu: {
54
+ moveBefore: text => `Mover antes de "${text}"`,
55
+ moveAfter: text => `Mover despois de "${text}"`,
56
+ collapseColumn: 'Contraer columna',
57
+ expandColumn: 'Expandir columna'
58
+ },
59
+ ColumnRename: {
60
+ rename: 'Renomear'
61
+ },
62
+ MergeCells: {
63
+ mergeCells: 'Combinar celas',
64
+ menuTooltip: 'Combinar celas co mesmo valor cando se clasifican por esta columna'
65
+ },
66
+ Search: {
67
+ searchForValue: 'Buscar valor'
68
+ },
69
+ Sort: {
70
+ sort: 'Ordenar',
71
+ sortAscending: 'Orde ascendente',
72
+ sortDescending: 'Orde descendente',
73
+ multiSort: 'Ordenación múltiple',
74
+ removeSorter: 'Eliminar ordenación',
75
+ addSortAscending: 'Engadir orde ascendente',
76
+ addSortDescending: 'Engadir orde descendente',
77
+ toggleSortAscending: 'Cambiar a ascendente',
78
+ toggleSortDescending: 'Cambiar a ascendente',
79
+ sortAscendingShort: 'Ascendente',
80
+ sortDescendingShort: 'Descendente',
81
+ removeSorterShort: 'Eliminar',
82
+ addSortAscendingShort: '+ Ascendente',
83
+ addSortDescendingShort: '+ Descendente'
84
+ },
85
+ Split: {
86
+ split: 'Dividir',
87
+ unsplit: 'Cancelar a división',
88
+ horizontally: 'Horizontalmente',
89
+ vertically: 'Verticalmente',
90
+ both: 'Ambos'
91
+ },
92
+ LockRows: {
93
+ lockRow: 'Fila de bloqueo',
94
+ unlockRow: 'Desbloquear fila'
95
+ },
96
+ ActionColumn: {
97
+ rowActions: 'Accións de fila'
98
+ },
99
+ Column: {
100
+ columnLabel: column => `${column.text ? `${column.text} columna. ` : ''}Espazo para menú contextual${column.sortable ? ', INTRO para ordenar' : ''}`,
101
+ cellLabel: emptyString
102
+ },
103
+ WidgetColumn: {
104
+ rowWidgets: 'Widgets de fila'
105
+ },
106
+ Checkbox: {
107
+ toggleRowSelect: 'Alternar selección de filas',
108
+ toggleSelection: 'Alternar selección de todo o conxunto de datos',
109
+ toggleName: column => `Alternar ${column.text || 'valor'}`
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 ? `Clasificación de : ${column.location.record.get(column.field) || 0}` : ''}`;
115
+ }
116
+ },
117
+ RowNumberColumn: {
118
+ rowNumber: 'Número de fila'
119
+ },
120
+ GridBase: {
121
+ loadFailedMessage: 'Erro ao cargar os datos',
122
+ syncFailedMessage: 'Erro na sincronización dos datos',
123
+ unspecifiedFailure: 'Erro non especificado',
124
+ networkFailure: 'Erro de rede',
125
+ parseFailure: 'Non se puido analizar a resposta do servidor',
126
+ serverResponse: 'Resposta do servidor:',
127
+ noRows: 'Non hai rexistros para mostrar',
128
+ moveColumnLeft: 'Mover á sección esquerda',
129
+ moveColumnRight: 'Mover á sección dereita',
130
+ moveColumnTo: region => `Mover columna a ${region}`,
131
+ filteredRecords: n => n ? n === 1 ? `1 fila coincide co filtro` : `${n} filas coinciden co filtro` : 'Ningunha fila coincide co filtro'
132
+ },
133
+ CellMenu: {
134
+ removeRow: 'Eliminar'
135
+ },
136
+ RowCopyPaste: {
137
+ copyRecord: 'Copiar',
138
+ cutRecord: 'Cortar',
139
+ pasteRecord: 'Pegar',
140
+ rows: 'filas',
141
+ row: 'fila'
142
+ },
143
+ CellCopyPaste: {
144
+ copy: 'Copiar',
145
+ cut: 'Cortar',
146
+ paste: 'Pegar'
147
+ },
148
+ Charts: {
149
+ chartDesigner: 'Deseñador de Gráficos',
150
+ newChart: 'Novo Gráfico',
151
+ download: 'Descargar',
152
+ settings: 'Axustes'
153
+ },
154
+ PdfExport: {
155
+ 'Waiting for response from server': 'Agardando pola resposta do servidor...',
156
+ 'Export failed': 'Erro na exportación',
157
+ 'Server error': 'Erro do servidor',
158
+ 'Generating pages': 'Xerando as páxinas...',
159
+ 'Click to abort': 'Cancelar'
160
+ },
161
+ ExportDialog: {
162
+ width: '40 em',
163
+ labelWidth: '12 em',
164
+ exportSettings: 'Exportar a configuración',
165
+ export: 'Exportar',
166
+ printSettings: 'Configuración de impresión',
167
+ print: 'Imprimir',
168
+ exporterType: 'Controlar a paxinación',
169
+ cancel: 'Cancelar',
170
+ fileFormat: 'Formato do ficheiro',
171
+ rows: 'Filas',
172
+ alignRows: 'Aliñar filas',
173
+ columns: 'Columnas',
174
+ paperFormat: 'Formato do papel',
175
+ orientation: 'Orientation',
176
+ repeatHeader: 'Repetir cabeceira'
177
+ },
178
+ ExportRowsCombo: {
179
+ all: 'Todas as filas',
180
+ visible: 'Filas visibles'
181
+ },
182
+ ExportOrientationCombo: {
183
+ portrait: 'Vertical',
184
+ landscape: 'Horizontal'
185
+ },
186
+ SinglePageExporter: {
187
+ singlepage: 'Unha páxina'
188
+ },
189
+ SinglePageUnscaledExporter: {
190
+ singlepageunscaled: 'Única páxina (sen escalar)'
191
+ },
192
+ MultiPageExporter: {
193
+ multipage: 'Varias páxinas',
194
+ exportingPage: ({
195
+ currentPage,
196
+ totalPages
197
+ }) => `Exportando a páxina ${currentPage}/${totalPages}`
198
+ },
199
+ MultiPageVerticalExporter: {
200
+ multipagevertical: 'Varias páxinas (vertical)',
201
+ exportingPage: ({
202
+ currentPage,
203
+ totalPages
204
+ }) => `Exportando a páxina ${currentPage}/${totalPages}`
205
+ },
206
+ RowExpander: {
207
+ loading: 'Cargando',
208
+ expand: 'Expandir',
209
+ collapse: 'Contraer',
210
+ columnDescription: 'Alternar detalles da fila'
211
+ },
212
+ TreeGroup: {
213
+ group: 'Agrupar por',
214
+ stopGrouping: 'Deixar de agrupar',
215
+ stopGroupingThisColumn: 'Desagrupar columnas'
216
+ },
217
+ AIFilter: {
218
+ unsuccessfulFilterMessage: 'Operación de filtro non exitosa, por favor inténteo de novo'
219
+ },
220
+ AIFilterField: {
221
+ progressText: 'Filtrando'
222
+ },
223
+ PinColumns: {
224
+ pinColumn: 'Fixar columna',
225
+ unpin: 'Desfixar',
226
+ pinToStart: 'Fixar ao inicio',
227
+ pinToEnd: 'Fixar ao final'
228
+ }
229
+ };
230
+ export default LocaleHelper.publishLocale(locale);