@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/Es.js';
3
+ const emptyString = new String();
4
+ const locale = {
5
+ localeName: 'Es',
6
+ localeDesc: 'Español',
7
+ localeCode: '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: 'No se encontraron 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: 'Nuevas columnas',
24
+ showName: column => `Mostrar columna${column.text ? ` ${column.text}` : ''}`,
25
+ hideName: column => `Ocultar columna${column.text ? ` ${column.text}` : ''}`
26
+ },
27
+ Filter: {
28
+ applyFilter: 'Aplicar filtro',
29
+ filter: 'Filtro',
30
+ editFilter: 'Editar filtro',
31
+ on: 'Activo',
32
+ before: 'Antes',
33
+ after: 'Después',
34
+ equals: 'Equivale a',
35
+ lessThan: 'Inferior a',
36
+ moreThan: 'Superior a',
37
+ removeFilter: 'Quitar filtro',
38
+ disableFilter: 'Deshabilitar filtro'
39
+ },
40
+ FilterBar: {
41
+ enableFilterBar: 'Mostrar barra de filtro',
42
+ disableFilterBar: 'Ocultar barra de filtro'
43
+ },
44
+ Group: {
45
+ group: 'Agrupar',
46
+ groupAscending: 'Agrupar ascendentes',
47
+ groupDescending: 'Agrupar descendentes',
48
+ groupAscendingShort: 'Ascendentes',
49
+ groupDescendingShort: 'Descendentes',
50
+ stopGrouping: 'Dejar de agrupar',
51
+ stopGroupingShort: 'Dejar'
52
+ },
53
+ HeaderMenu: {
54
+ moveBefore: text => `Mover delante de "${text}"`,
55
+ moveAfter: text => `Mover detrás de "${text}"`,
56
+ collapseColumn: 'Comprimir columna',
57
+ expandColumn: 'Expandir columna'
58
+ },
59
+ ColumnRename: {
60
+ rename: 'Renombrar'
61
+ },
62
+ MergeCells: {
63
+ mergeCells: 'Combinar celdas',
64
+ menuTooltip: 'Combinar celdas con el mismo valor al ordenarlas por esta columna'
65
+ },
66
+ Search: {
67
+ searchForValue: 'Buscar valor'
68
+ },
69
+ Sort: {
70
+ sort: 'Ordenar',
71
+ sortAscending: 'Orden ascendente',
72
+ sortDescending: 'Orden descendente',
73
+ multiSort: 'Orden múltiple',
74
+ removeSorter: 'Eliminar criterio de orden',
75
+ addSortAscending: 'Añadir criterio ascendente',
76
+ addSortDescending: 'Añadir criterio ascendente',
77
+ toggleSortAscending: 'Cambiar a ascendente',
78
+ toggleSortDescending: 'Cambiar a descendente',
79
+ sortAscendingShort: 'Ascendente',
80
+ sortDescendingShort: 'Descendente',
81
+ removeSorterShort: 'Eliminar',
82
+ addSortAscendingShort: '+ Ascendente',
83
+ addSortDescendingShort: '+ Descendente'
84
+ },
85
+ Split: {
86
+ split: 'Dividir',
87
+ unsplit: 'No dividir',
88
+ horizontally: 'Horizontalmente',
89
+ vertically: 'Verticalmente',
90
+ both: 'Ambos'
91
+ },
92
+ LockRows: {
93
+ lockRow: 'Bloquear fila',
94
+ unlockRow: 'Desbloquear fila'
95
+ },
96
+ ActionColumn: {
97
+ rowActions: 'Acciones de fila'
98
+ },
99
+ Column: {
100
+ columnLabel: column => `${column.text ? `${column.text} columna. ` : ''}ESPACIO para el 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 el conjunto 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 : ${column.location.record.get(column.field) || 0}` : ''}`;
115
+ }
116
+ },
117
+ RowNumberColumn: {
118
+ rowNumber: 'Número de fila'
119
+ },
120
+ GridBase: {
121
+ loadFailedMessage: 'Fallo al cargar los datos',
122
+ syncFailedMessage: 'Fallo al sincronizar los datos',
123
+ unspecifiedFailure: 'Fallo no especificado',
124
+ networkFailure: 'Error de red',
125
+ parseFailure: 'Fallo al analizar la respuesta del servidor',
126
+ serverResponse: 'Respuesta del servidor:',
127
+ noRows: 'Sin registros que mostrar',
128
+ moveColumnLeft: 'Mover a la sección izquierda',
129
+ moveColumnRight: 'Mover a la sección derecha',
130
+ moveColumnTo: region => `Mover columna a ${region}`,
131
+ filteredRecords: n => n ? n === 1 ? `1 fila coincide con el filtro` : `${n} filas coinciden con el filtro` : 'Ninguna fila coincide con el 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: 'Diseñador de gráficos',
150
+ newChart: 'Nuevo Gráfico',
151
+ download: 'Descargar',
152
+ settings: 'Configuraciones'
153
+ },
154
+ PdfExport: {
155
+ 'Waiting for response from server': 'Esperando respuesta del servidor...',
156
+ 'Export failed': 'Fallo al exportar',
157
+ 'Server error': 'Error del servidor',
158
+ 'Generating pages': 'Generando páginas...',
159
+ 'Click to abort': 'Cancelar'
160
+ },
161
+ ExportDialog: {
162
+ width: '40em',
163
+ labelWidth: '12em',
164
+ exportSettings: 'Exportar ajustes',
165
+ export: 'Exportar',
166
+ printSettings: 'Configuración de impresión',
167
+ print: 'Imprimir',
168
+ exporterType: 'Controlar la paginación',
169
+ cancel: 'Cancelar',
170
+ fileFormat: 'Formato de archivo',
171
+ rows: 'Filas',
172
+ alignRows: 'Alinear filas',
173
+ columns: 'Columnas',
174
+ paperFormat: 'Formato de papel',
175
+ orientation: 'Orientación',
176
+ repeatHeader: 'Repetir encabezado'
177
+ },
178
+ ExportRowsCombo: {
179
+ all: 'Todas las filas',
180
+ visible: 'Filas visibles'
181
+ },
182
+ ExportOrientationCombo: {
183
+ portrait: 'Retrato',
184
+ landscape: 'Panorámica'
185
+ },
186
+ SinglePageExporter: {
187
+ singlepage: 'Una sola página'
188
+ },
189
+ SinglePageUnscaledExporter: {
190
+ singlepageunscaled: 'Página única (sin escala)'
191
+ },
192
+ MultiPageExporter: {
193
+ multipage: 'Páginas múltiples',
194
+ exportingPage: ({
195
+ currentPage,
196
+ totalPages
197
+ }) => `Exportando página ${currentPage}/${totalPages}`
198
+ },
199
+ MultiPageVerticalExporter: {
200
+ multipagevertical: 'Páginas múltiples (vertical)',
201
+ exportingPage: ({
202
+ currentPage,
203
+ totalPages
204
+ }) => `Exportando página ${currentPage}/${totalPages}`
205
+ },
206
+ RowExpander: {
207
+ loading: 'Cargando',
208
+ expand: 'Expandir',
209
+ collapse: 'Contrar',
210
+ columnDescription: 'Alternar detalles de la fila'
211
+ },
212
+ TreeGroup: {
213
+ group: 'Agrupar por',
214
+ stopGrouping: 'Detener agrupación',
215
+ stopGroupingThisColumn: 'Desagrupar esta columna'
216
+ },
217
+ AIFilter: {
218
+ unsuccessfulFilterMessage: 'Operación de filtro no exitosa, por favor intente nuevamente'
219
+ },
220
+ AIFilterField: {
221
+ progressText: 'Filtrando'
222
+ },
223
+ PinColumns: {
224
+ pinColumn: 'Fijar columna',
225
+ unpin: 'Sin fijar',
226
+ pinToStart: 'Fijar al inicio',
227
+ pinToEnd: 'Fijar al final'
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/Et.js';
3
+ const emptyString = new String();
4
+ const locale = {
5
+ localeName: 'Et',
6
+ localeDesc: 'Eesti keel',
7
+ localeCode: 'et',
8
+ localeRtl: false,
9
+ ChecklistFilterCombo: {
10
+ search: 'Otsi',
11
+ selectAll: 'Vali kõik',
12
+ removeAll: 'Eemalda kõik',
13
+ filtersSet: n => n === 1 ? `1 filter määratud` : `${n} filtrit määratud`,
14
+ noItems: 'Tulemusi ei leitud',
15
+ placeholder: 'Filtreeri...',
16
+ apply: 'Rakenda'
17
+ },
18
+ ColumnPicker: {
19
+ column: 'Veerg',
20
+ columnsMenu: 'Veerud',
21
+ hideColumn: 'Peida veerg',
22
+ hideColumnShort: 'Peida',
23
+ newColumns: 'Uued veerud',
24
+ showName: column => `Näita veergu${column.text ? ` ${column.text}` : ''}`,
25
+ hideName: column => `Peida veerg${column.text ? ` ${column.text}` : ''}`
26
+ },
27
+ Filter: {
28
+ applyFilter: 'Kohalda filtrit',
29
+ filter: 'Filter',
30
+ editFilter: 'Redigeeri filtrit',
31
+ on: 'Kuupäeval',
32
+ before: 'Enne',
33
+ after: 'Pärast',
34
+ equals: 'Võrdub',
35
+ lessThan: 'Vähem kui',
36
+ moreThan: 'Rohkem kui',
37
+ removeFilter: 'Eemalda filter',
38
+ disableFilter: 'Keela filter'
39
+ },
40
+ FilterBar: {
41
+ enableFilterBar: 'Näita filtritulpa',
42
+ disableFilterBar: 'Peida filtritulp'
43
+ },
44
+ Group: {
45
+ group: 'Grupeeri',
46
+ groupAscending: 'Grupeeri kasvavalt',
47
+ groupDescending: 'Grupeeri kahanevalt',
48
+ groupAscendingShort: 'Kasvav',
49
+ groupDescendingShort: 'Kahanev',
50
+ stopGrouping: 'Peata grupeerimine',
51
+ stopGroupingShort: 'Peata'
52
+ },
53
+ HeaderMenu: {
54
+ moveBefore: text => `Liiguta enne "${text}"`,
55
+ moveAfter: text => `Liiguta pärast "${text}"`,
56
+ collapseColumn: 'Koonda veerg',
57
+ expandColumn: 'Laienda veergu'
58
+ },
59
+ ColumnRename: {
60
+ rename: 'Nimeta ümber'
61
+ },
62
+ MergeCells: {
63
+ mergeCells: 'Ühenda lahtrid',
64
+ menuTooltip: 'Ühenda sama väärtusega lahtrid, kui sorteeritakse selle veeru järgi'
65
+ },
66
+ Search: {
67
+ searchForValue: 'Otsi väärtust'
68
+ },
69
+ Sort: {
70
+ sort: 'Sordi',
71
+ sortAscending: 'Sordi kasvavalt',
72
+ sortDescending: 'Sordi kahanevalt',
73
+ multiSort: 'Multisortimine',
74
+ removeSorter: 'Eemalda sortija',
75
+ addSortAscending: 'Lisa kasvav sortija',
76
+ addSortDescending: 'Lisa kahanev sortija',
77
+ toggleSortAscending: 'Muuda kasvavaks',
78
+ toggleSortDescending: 'Muuda kahanevaks',
79
+ sortAscendingShort: 'Kasvav',
80
+ sortDescendingShort: 'Kahanev',
81
+ removeSorterShort: 'Eemalda',
82
+ addSortAscendingShort: '+ Kasvav',
83
+ addSortDescendingShort: '+ Kahanev'
84
+ },
85
+ Split: {
86
+ split: 'Jaga',
87
+ unsplit: 'Lõpeta jagamine',
88
+ horizontally: 'Horisontaalselt',
89
+ vertically: 'Vertikaalselt',
90
+ both: 'Mõlemad'
91
+ },
92
+ LockRows: {
93
+ lockRow: 'Lukusta rida',
94
+ unlockRow: 'Vabasta rida'
95
+ },
96
+ ActionColumn: {
97
+ rowActions: 'Rea toimingud'
98
+ },
99
+ Column: {
100
+ columnLabel: column => `${column.text ? `${column.text} veerg. ` : ''}TÜHIKULAADI - kontekstimenüü jaoks${column.sortable ? ', ENTER - et sortida' : ''}`,
101
+ cellLabel: emptyString
102
+ },
103
+ WidgetColumn: {
104
+ rowWidgets: 'Rea vidinad'
105
+ },
106
+ Checkbox: {
107
+ toggleRowSelect: 'Lülita sisse reavalik',
108
+ toggleSelection: 'Lülita sisse kogu andmekogumi valik',
109
+ toggleName: column => `Lülita ${column.text || 'väärtus'}`
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 ? `hinnang : ${column.location.record.get(column.field) || 0}` : ''}`;
115
+ }
116
+ },
117
+ RowNumberColumn: {
118
+ rowNumber: 'Reanumber'
119
+ },
120
+ GridBase: {
121
+ loadFailedMessage: 'Andmete laadimine nurjus!',
122
+ syncFailedMessage: 'Andmete sünrkoonimine nurjus!',
123
+ unspecifiedFailure: 'Täpsustamata tõrge',
124
+ networkFailure: 'Võrgu viga',
125
+ parseFailure: 'Serveri vastuse parsimine nurjus',
126
+ serverResponse: 'Serveri vastus:',
127
+ noRows: 'Kuvatavad kirjed puuduvad',
128
+ moveColumnLeft: 'Liiguta vasakpoolsesse jaotisesse',
129
+ moveColumnRight: 'Liiguta parempoolsesse jaotisesse',
130
+ moveColumnTo: region => `Liiguta veerg kohta ${region}`,
131
+ filteredRecords: n => n ? n === 1 ? `1 rida vastab filtrile` : `${n} rida vastavad filtrile` : 'Ükski rida ei vasta filtrile'
132
+ },
133
+ CellMenu: {
134
+ removeRow: 'Kustuta'
135
+ },
136
+ RowCopyPaste: {
137
+ copyRecord: 'Kopeeri',
138
+ cutRecord: 'Lõika',
139
+ pasteRecord: 'Kleebi',
140
+ rows: 'rida',
141
+ row: 'rida'
142
+ },
143
+ CellCopyPaste: {
144
+ copy: 'Kopeeri',
145
+ cut: 'Lõika',
146
+ paste: 'Kleebi'
147
+ },
148
+ Charts: {
149
+ chartDesigner: 'Diagrammi kujundaja',
150
+ newChart: 'Uus diagramm',
151
+ download: 'Lae alla',
152
+ settings: 'Seaded'
153
+ },
154
+ PdfExport: {
155
+ 'Waiting for response from server': 'Serveri vastuse ootamine...',
156
+ 'Export failed': 'Eksport nurjus',
157
+ 'Server error': 'Serveri viga',
158
+ 'Generating pages': 'Lehekülgede loomine...',
159
+ 'Click to abort': 'Tühista'
160
+ },
161
+ ExportDialog: {
162
+ width: '40em',
163
+ labelWidth: '12em',
164
+ exportSettings: 'Ekspordi seaded',
165
+ export: 'Eksport',
166
+ printSettings: 'Prindi seaded',
167
+ print: 'Prindi',
168
+ exporterType: 'Kontrolli leheküljestamist',
169
+ cancel: 'Tühista',
170
+ fileFormat: 'Failivorming',
171
+ rows: 'Read',
172
+ alignRows: 'Joonda read',
173
+ columns: 'Veerud',
174
+ paperFormat: 'Paberi vorming',
175
+ orientation: 'Paigutus',
176
+ repeatHeader: 'Korda päist'
177
+ },
178
+ ExportRowsCombo: {
179
+ all: 'Kõik read',
180
+ visible: 'Nähtavad read'
181
+ },
182
+ ExportOrientationCombo: {
183
+ portrait: 'Püstpaigutus',
184
+ landscape: 'Rõhtpaigutus'
185
+ },
186
+ SinglePageExporter: {
187
+ singlepage: 'Üks lehekülg'
188
+ },
189
+ SinglePageUnscaledExporter: {
190
+ singlepageunscaled: 'Üks leht (skaalamata)'
191
+ },
192
+ MultiPageExporter: {
193
+ multipage: 'Mitu lehekülge',
194
+ exportingPage: ({
195
+ currentPage,
196
+ totalPages
197
+ }) => `Ekspordi lehekülg ${currentPage}/${totalPages}`
198
+ },
199
+ MultiPageVerticalExporter: {
200
+ multipagevertical: 'Mitu lehekülge (vertikaalne)',
201
+ exportingPage: ({
202
+ currentPage,
203
+ totalPages
204
+ }) => `Ekspordi lehekülg ${currentPage}/${totalPages}`
205
+ },
206
+ RowExpander: {
207
+ loading: 'Laadimine',
208
+ expand: 'Laienda',
209
+ collapse: 'Koonda',
210
+ columnDescription: 'Rea üksikasjade lülitamine'
211
+ },
212
+ TreeGroup: {
213
+ group: 'Rühmita',
214
+ stopGrouping: 'Lõpeta rühmitamine',
215
+ stopGroupingThisColumn: 'Eemalda rühmitamine veerult'
216
+ },
217
+ AIFilter: {
218
+ unsuccessfulFilterMessage: 'Filtreerimistoiming ebaõnnestus, palun proovige uuesti'
219
+ },
220
+ AIFilterField: {
221
+ progressText: 'Filtreerimine'
222
+ },
223
+ PinColumns: {
224
+ pinColumn: 'Kinnita veerg',
225
+ unpin: 'Eemalda kinnitus',
226
+ pinToStart: 'Kinnita algusesse',
227
+ pinToEnd: 'Kinnita lõppu'
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/Eu.js';
3
+ const emptyString = new String();
4
+ const locale = {
5
+ localeName: 'Eu',
6
+ localeDesc: 'Euskara',
7
+ localeCode: 'eu-ES',
8
+ localeRtl: false,
9
+ ChecklistFilterCombo: {
10
+ search: 'Bilatu',
11
+ selectAll: 'Hautatu guztiak',
12
+ removeAll: 'Kendu guztiak',
13
+ filtersSet: n => n === 1 ? `1 iragazki ezarrita` : `${n} iragazki ezarrita`,
14
+ noItems: 'Emaitzarik aurkitu ez da',
15
+ placeholder: 'Iragazi...',
16
+ apply: 'Aplikatu'
17
+ },
18
+ ColumnPicker: {
19
+ column: 'Zutabea',
20
+ columnsMenu: 'Zutabeak',
21
+ hideColumn: 'Ezkutatu zutabea',
22
+ hideColumnShort: 'Ezkutatu',
23
+ newColumns: 'Zutabe berriak',
24
+ showName: column => `Erakutsi${column.text ? ` ${column.text}` : ''} zutabea`,
25
+ hideName: column => `Ezkutatu${column.text ? ` ${column.text}` : ''} zutabea`
26
+ },
27
+ Filter: {
28
+ applyFilter: 'Aplikatu iragazkia',
29
+ filter: 'Iragazkia',
30
+ editFilter: 'Editatu iragazkia',
31
+ on: 'Aktibatuta',
32
+ before: 'lehen',
33
+ after: 'geroago',
34
+ equals: 'Berdinak',
35
+ lessThan: 'Hau baino txikiagoa',
36
+ moreThan: 'Hau baino handiagoa',
37
+ removeFilter: 'Kendu iragazkia',
38
+ disableFilter: 'Desgaitu iragazkia'
39
+ },
40
+ FilterBar: {
41
+ enableFilterBar: 'Erakutsi iragazki-barra',
42
+ disableFilterBar: 'Ezkutatu iragazki-barra'
43
+ },
44
+ Group: {
45
+ group: 'Taldea',
46
+ groupAscending: 'Taldekatu gorantz',
47
+ groupDescending: 'Taldekatu beherantz',
48
+ groupAscendingShort: 'Gorantz',
49
+ groupDescendingShort: 'Beherantz',
50
+ stopGrouping: 'Utzi taldekatzeari',
51
+ stopGroupingShort: 'Gelditu'
52
+ },
53
+ HeaderMenu: {
54
+ moveBefore: text => `Mugitu hau baino lehen "${text}"`,
55
+ moveAfter: text => `Mugitu hau eta gero "${text}"`,
56
+ collapseColumn: 'Itxi zutabea',
57
+ expandColumn: 'Zabaldu zutabea'
58
+ },
59
+ ColumnRename: {
60
+ rename: 'Aldatu izena'
61
+ },
62
+ MergeCells: {
63
+ mergeCells: 'Konbinatu gelaxkak',
64
+ menuTooltip: 'Konbinatu balio bera duten gelaxkak, zutabe honen arabera ordenatzean'
65
+ },
66
+ Search: {
67
+ searchForValue: 'Bilatu balio bat'
68
+ },
69
+ Sort: {
70
+ sort: 'Ordena',
71
+ sortAscending: 'Ordenatu gorantz',
72
+ sortDescending: 'Ordenatu beherantz',
73
+ multiSort: 'Sailkapen anizkoitza',
74
+ removeSorter: 'Kendu sailkatzailea',
75
+ addSortAscending: 'Gehitu goranzko ordena',
76
+ addSortDescending: 'Gehitu beheranzko ordena',
77
+ toggleSortAscending: 'Aldatu goranzko ordenara',
78
+ toggleSortDescending: 'Aldatu beheranzko ordenara',
79
+ sortAscendingShort: 'Gorantz',
80
+ sortDescendingShort: 'Beherantz',
81
+ removeSorterShort: 'Kendu',
82
+ addSortAscendingShort: '+ Goranzkoa',
83
+ addSortDescendingShort: '+ Beheranzkoa'
84
+ },
85
+ Split: {
86
+ split: 'Zatitu',
87
+ unsplit: 'Elkartu',
88
+ horizontally: 'Horizontalki',
89
+ vertically: 'Bertikalki',
90
+ both: 'Biak'
91
+ },
92
+ LockRows: {
93
+ lockRow: 'Blokeatu errenkada',
94
+ unlockRow: 'Desblokeatu errenkada'
95
+ },
96
+ ActionColumn: {
97
+ rowActions: 'Errenkada ekintzak'
98
+ },
99
+ Column: {
100
+ columnLabel: column => `${column.text ? `${column.text} zutabea. ` : ''}Sakatu ZURIUNE-BARRA laster-menua ikusteko${column.sortable ? ' eta SARTU ordenatzeko' : ''}`,
101
+ cellLabel: emptyString
102
+ },
103
+ WidgetColumn: {
104
+ rowWidgets: 'Errenkada widgetak'
105
+ },
106
+ Checkbox: {
107
+ toggleRowSelect: 'Aldatu errenkaden hautapena',
108
+ toggleSelection: 'Aldatu datu multzo osoaren hautapena',
109
+ toggleName: column => `Txandakatu ${column.text || 'balioa'}`
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 ? `erregistroaren balorazioa: ${column.location.record.get(column.field) || 0}` : ''}`;
115
+ }
116
+ },
117
+ RowNumberColumn: {
118
+ rowNumber: 'Errenkada zenbakia'
119
+ },
120
+ GridBase: {
121
+ loadFailedMessage: 'Ezin izan dira kargatu datuak',
122
+ syncFailedMessage: 'Ezin izan dira sinkronizatu datuak',
123
+ unspecifiedFailure: 'Zehaztu gabeko hutsegitea',
124
+ networkFailure: 'Sareko errorea',
125
+ parseFailure: 'Ezin izan da analizatu zerbitzariaren erantzuna',
126
+ serverResponse: 'Zerbitzariaren erantzuna:',
127
+ noRows: 'Ez dago erregistrorik bistaratzeko',
128
+ moveColumnLeft: 'Eraman ezkerreko sekziora',
129
+ moveColumnRight: 'Eraman eskuineko sekziora',
130
+ moveColumnTo: region => `Mugitu zutabea hona ${region}`,
131
+ filteredRecords: n => n ? n === 1 ? `1 errenkada iragazkiarekin bat dator` : `${n} errenkadak iragazkiarekin bat datoz` : 'Ez dago errenkadarik iragazkiarekin bat datorrenik'
132
+ },
133
+ CellMenu: {
134
+ removeRow: 'Ezabatu'
135
+ },
136
+ RowCopyPaste: {
137
+ copyRecord: 'Kopiatu',
138
+ cutRecord: 'Ebaki',
139
+ pasteRecord: 'Itsatsi',
140
+ rows: 'errenkadak',
141
+ row: 'errenkada'
142
+ },
143
+ CellCopyPaste: {
144
+ copy: 'Kopiatu',
145
+ cut: 'Ebaki',
146
+ paste: 'Itsatsi'
147
+ },
148
+ Charts: {
149
+ chartDesigner: 'Grafiko Diseinatzailea',
150
+ newChart: 'Grafiko Berria',
151
+ download: 'Deskargatu',
152
+ settings: 'Ezarpenak'
153
+ },
154
+ PdfExport: {
155
+ 'Waiting for response from server': 'Zerbitzariaren erantzunaren zain...',
156
+ 'Export failed': 'Esportazioahuts egin du',
157
+ 'Server error': 'Zerbitzari-errorea',
158
+ 'Generating pages': 'Orrialdeak sortzen...',
159
+ 'Click to abort': 'Utzi'
160
+ },
161
+ ExportDialog: {
162
+ width: '40em',
163
+ labelWidth: '12em',
164
+ exportSettings: 'Esportazio-baldintzak',
165
+ export: 'Esportzioa',
166
+ printSettings: 'Inprimatzeko ezarpenak',
167
+ print: 'Inprimatu',
168
+ exporterType: 'Orrialde-zenbaketa kontrolatu',
169
+ cancel: 'Utzi',
170
+ fileFormat: 'Fitxategi-formatua',
171
+ rows: 'Errenkadak',
172
+ alignRows: 'Lerrokatu errenkadak',
173
+ columns: 'Zutabeak',
174
+ paperFormat: 'Paper-formatua',
175
+ orientation: 'Orientation',
176
+ repeatHeader: 'Goiburua errepikatu'
177
+ },
178
+ ExportRowsCombo: {
179
+ all: 'Errenkadad guztiak',
180
+ visible: 'Ageriko errenkadak'
181
+ },
182
+ ExportOrientationCombo: {
183
+ portrait: 'Bertikala',
184
+ landscape: 'Horizontala'
185
+ },
186
+ SinglePageExporter: {
187
+ singlepage: 'Orrialde bakarra'
188
+ },
189
+ SinglePageUnscaledExporter: {
190
+ singlepageunscaled: 'Orri bakarra (eskalatu gabe)'
191
+ },
192
+ MultiPageExporter: {
193
+ multipage: 'Orrialde asko',
194
+ exportingPage: ({
195
+ currentPage,
196
+ totalPages
197
+ }) => `Orrialde hau esportatzen ${currentPage}/${totalPages}`
198
+ },
199
+ MultiPageVerticalExporter: {
200
+ multipagevertical: 'Orrialde asko (bertikala)',
201
+ exportingPage: ({
202
+ currentPage,
203
+ totalPages
204
+ }) => `Orrialde hau esportatzen ${currentPage}/${totalPages}`
205
+ },
206
+ RowExpander: {
207
+ loading: 'Kargatzen',
208
+ expand: 'Zabaldu',
209
+ collapse: 'Itxi',
210
+ columnDescription: 'Aldatu errenkadaren xehetasunak'
211
+ },
212
+ TreeGroup: {
213
+ group: 'Taldekatu honen arabera',
214
+ stopGrouping: 'Utzi taldekatzeari',
215
+ stopGroupingThisColumn: 'Banandu zutabeen arabera'
216
+ },
217
+ AIFilter: {
218
+ unsuccessfulFilterMessage: 'Iragazketa eragiketa ez da arrakastatsua izan, saiatu berriro mesedez'
219
+ },
220
+ AIFilterField: {
221
+ progressText: 'Iragazten'
222
+ },
223
+ PinColumns: {
224
+ pinColumn: 'Kolumna finkatu',
225
+ unpin: 'Ez finkatu',
226
+ pinToStart: 'Hasieran finkatu',
227
+ pinToEnd: 'Amaieran finkatu'
228
+ }
229
+ };
230
+ export default LocaleHelper.publishLocale(locale);