@bryntum/grid-thin-trial 7.3.2 → 7.3.4
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.
- package/AGENTS.md +130 -0
- package/CLAUDE.md +130 -0
- package/grid.d.ts +117 -79
- package/lib/column/Column.js +1 -1
- package/lib/feature/ColumnAutoWidth.js +1 -1
- package/lib/feature/Filter.js +1 -1
- package/lib/feature/FilterBar.js +1 -1
- package/lib/feature/StickyCells.js +1 -1
- package/lib/feature/experimental/ExcelExporter.js +1 -1
- package/lib/feature/experimental/xlsproviders/WriteExcelFileProvider.js +1 -1
- package/lib/feature/experimental/xlsproviders/XlsProviderBase.js +1 -1
- package/lib/feature/export/PdfExport.js +4 -4
- package/lib/feature/export/exporter/ExporterBase.js +6 -6
- package/lib/localization/Ar.js +256 -225
- package/lib/localization/Bg.js +256 -225
- package/lib/localization/Ca.js +256 -225
- package/lib/localization/Cs.js +256 -225
- package/lib/localization/Da.js +256 -225
- package/lib/localization/De.js +256 -225
- package/lib/localization/El.js +256 -225
- package/lib/localization/En.js +256 -225
- package/lib/localization/EnGb.js +256 -225
- package/lib/localization/Es.js +256 -225
- package/lib/localization/Et.js +256 -225
- package/lib/localization/Eu.js +256 -225
- package/lib/localization/Fi.js +256 -225
- package/lib/localization/FrFr.js +256 -225
- package/lib/localization/Gl.js +256 -225
- package/lib/localization/He.js +256 -225
- package/lib/localization/Hi.js +256 -225
- package/lib/localization/Hr.js +256 -225
- package/lib/localization/Hu.js +256 -225
- package/lib/localization/Id.js +256 -225
- package/lib/localization/It.js +256 -225
- package/lib/localization/Ja.js +256 -225
- package/lib/localization/Kk.js +256 -225
- package/lib/localization/Ko.js +256 -225
- package/lib/localization/Lt.js +256 -225
- package/lib/localization/Lv.js +256 -225
- package/lib/localization/Ms.js +256 -225
- package/lib/localization/Nl.js +256 -225
- package/lib/localization/No.js +256 -225
- package/lib/localization/Pl.js +256 -225
- package/lib/localization/Pt.js +256 -225
- package/lib/localization/PtBr.js +256 -225
- package/lib/localization/Ro.js +256 -225
- package/lib/localization/Ru.js +256 -225
- package/lib/localization/Sk.js +256 -225
- package/lib/localization/Sl.js +256 -225
- package/lib/localization/Sr.js +256 -225
- package/lib/localization/SrRs.js +256 -225
- package/lib/localization/SvSE.js +256 -225
- package/lib/localization/Th.js +256 -225
- package/lib/localization/Tr.js +256 -225
- package/lib/localization/Uk.js +256 -225
- package/lib/localization/Vi.js +256 -225
- package/lib/localization/ZhCn.js +256 -225
- package/lib/localization/ZhTw.js +256 -225
- package/lib/view/Grid.js +1 -1
- package/lib/view/GridBase.js +1 -1
- package/lib/view/export/ExportDialog.js +1 -1
- package/lib/view/mixin/GridElementEvents.js +1 -1
- package/lib/widget/ChecklistFilterCombo.js +1 -1
- package/package.json +1 -1
package/lib/localization/En.js
CHANGED
|
@@ -1,231 +1,262 @@
|
|
|
1
1
|
import LocaleHelper from '@bryntum/core-thin/lib/localization/LocaleHelper.js';
|
|
2
2
|
import '@bryntum/core-thin/lib/localization/En.js';
|
|
3
|
+
|
|
3
4
|
const emptyString = new String();
|
|
5
|
+
|
|
4
6
|
const locale = {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
7
|
+
|
|
8
|
+
localeName : 'En',
|
|
9
|
+
localeDesc : 'English (US)',
|
|
10
|
+
localeCode : 'en-US',
|
|
11
|
+
localeRtl : false,
|
|
12
|
+
|
|
13
|
+
ChecklistFilterCombo : {
|
|
14
|
+
search : 'Search',
|
|
15
|
+
selectAll : 'Select All',
|
|
16
|
+
removeAll : 'Remove All',
|
|
17
|
+
filtersSet : n => n === 1 ? `1 filter set` : `${n} filters set`,
|
|
18
|
+
noItems : 'No results found',
|
|
19
|
+
placeholder : 'Filter...',
|
|
20
|
+
apply : 'Apply'
|
|
21
|
+
},
|
|
22
|
+
|
|
23
|
+
ColumnPicker : {
|
|
24
|
+
column : 'Column',
|
|
25
|
+
columnsMenu : 'Columns',
|
|
26
|
+
hideColumn : 'Hide column',
|
|
27
|
+
hideColumnShort : 'Hide',
|
|
28
|
+
newColumns : 'New columns',
|
|
29
|
+
showName : column => `Show column${column.text ? ` ${column.text}` : ''}`,
|
|
30
|
+
hideName : column => `Hide column${column.text ? ` ${column.text}` : ''}`
|
|
31
|
+
},
|
|
32
|
+
|
|
33
|
+
Filter : {
|
|
34
|
+
applyFilter : 'Apply filter',
|
|
35
|
+
filter : 'Filter',
|
|
36
|
+
editFilter : 'Edit filter',
|
|
37
|
+
on : 'On',
|
|
38
|
+
before : 'Before',
|
|
39
|
+
after : 'After',
|
|
40
|
+
equals : 'Equals',
|
|
41
|
+
lessThan : 'Less than',
|
|
42
|
+
moreThan : 'More than',
|
|
43
|
+
removeFilter : 'Remove filter',
|
|
44
|
+
disableFilter : 'Disable filter'
|
|
45
|
+
},
|
|
46
|
+
|
|
47
|
+
FilterBar : {
|
|
48
|
+
enableFilterBar : 'Show filter bar',
|
|
49
|
+
disableFilterBar : 'Hide filter bar'
|
|
50
|
+
},
|
|
51
|
+
|
|
52
|
+
Group : {
|
|
53
|
+
group : 'Group',
|
|
54
|
+
groupAscending : 'Group ascending',
|
|
55
|
+
groupDescending : 'Group descending',
|
|
56
|
+
groupAscendingShort : 'Ascending',
|
|
57
|
+
groupDescendingShort : 'Descending',
|
|
58
|
+
stopGrouping : 'Stop grouping',
|
|
59
|
+
stopGroupingShort : 'Stop'
|
|
60
|
+
},
|
|
61
|
+
|
|
62
|
+
HeaderMenu : {
|
|
63
|
+
moveBefore : text => `Move before "${text}"`,
|
|
64
|
+
moveAfter : text => `Move after "${text}"`,
|
|
65
|
+
collapseColumn : 'Collapse column',
|
|
66
|
+
expandColumn : 'Expand column'
|
|
67
|
+
},
|
|
68
|
+
|
|
69
|
+
ColumnRename : {
|
|
70
|
+
rename : 'Rename'
|
|
71
|
+
},
|
|
72
|
+
|
|
73
|
+
MergeCells : {
|
|
74
|
+
mergeCells : 'Merge cells',
|
|
75
|
+
menuTooltip : 'Merge cells with same value when sorted by this column'
|
|
76
|
+
},
|
|
77
|
+
|
|
78
|
+
Search : {
|
|
79
|
+
searchForValue : 'Search for value'
|
|
80
|
+
},
|
|
81
|
+
|
|
82
|
+
Sort : {
|
|
83
|
+
sort : 'Sort',
|
|
84
|
+
sortAscending : 'Sort ascending',
|
|
85
|
+
sortDescending : 'Sort descending',
|
|
86
|
+
multiSort : 'Multi sort',
|
|
87
|
+
removeSorter : 'Remove sorter',
|
|
88
|
+
addSortAscending : 'Add ascending sorter',
|
|
89
|
+
addSortDescending : 'Add descending sorter',
|
|
90
|
+
toggleSortAscending : 'Change to ascending',
|
|
91
|
+
toggleSortDescending : 'Change to descending',
|
|
92
|
+
sortAscendingShort : 'Ascending',
|
|
93
|
+
sortDescendingShort : 'Descending',
|
|
94
|
+
removeSorterShort : 'Remove',
|
|
95
|
+
addSortAscendingShort : '+ Ascending',
|
|
96
|
+
addSortDescendingShort : '+ Descending'
|
|
97
|
+
},
|
|
98
|
+
|
|
99
|
+
Split : {
|
|
100
|
+
split : 'Split',
|
|
101
|
+
unsplit : 'Unsplit',
|
|
102
|
+
horizontally : 'Horizontally',
|
|
103
|
+
vertically : 'Vertically',
|
|
104
|
+
both : 'Both'
|
|
105
|
+
},
|
|
106
|
+
|
|
107
|
+
LockRows : {
|
|
108
|
+
lockRow : 'Lock row',
|
|
109
|
+
unlockRow : 'Unlock row'
|
|
110
|
+
},
|
|
111
|
+
|
|
112
|
+
ActionColumn : {
|
|
113
|
+
rowActions : 'Row actions'
|
|
114
|
+
},
|
|
115
|
+
|
|
116
|
+
Column : {
|
|
117
|
+
columnLabel : column => `${column.text ? `${column.text} column. ` : ''}SPACE for context menu${column.canSort ? ', ENTER to sort' : ''}`,
|
|
118
|
+
cellLabel : emptyString
|
|
119
|
+
},
|
|
120
|
+
|
|
121
|
+
WidgetColumn : {
|
|
122
|
+
rowWidgets : 'Row widgets'
|
|
123
|
+
},
|
|
124
|
+
|
|
125
|
+
Checkbox : {
|
|
126
|
+
toggleRowSelect : 'Toggle row selection',
|
|
127
|
+
toggleSelection : 'Toggle selection of entire dataset',
|
|
128
|
+
toggleName : column => `Toggle ${column.text || 'value'}`
|
|
129
|
+
},
|
|
130
|
+
|
|
131
|
+
RatingColumn : {
|
|
132
|
+
cellLabel : column => `${column.text ? column.text : ''} ${column.location?.record ? `rating : ${column.location.record.get(column.field) || 0}` : ''}`
|
|
133
|
+
},
|
|
134
|
+
|
|
135
|
+
RowNumberColumn : {
|
|
136
|
+
rowNumber : 'Row number'
|
|
137
|
+
},
|
|
138
|
+
|
|
139
|
+
GridBase : {
|
|
140
|
+
loadFailedMessage : 'Data loading failed!',
|
|
141
|
+
syncFailedMessage : 'Data synchronization failed!',
|
|
142
|
+
unspecifiedFailure : 'Unspecified failure',
|
|
143
|
+
networkFailure : 'Network error',
|
|
144
|
+
parseFailure : 'Failed to parse server response',
|
|
145
|
+
serverResponse : 'Server response:',
|
|
146
|
+
noRows : 'No records to display',
|
|
147
|
+
moveColumnLeft : 'Move to left section',
|
|
148
|
+
moveColumnRight : 'Move to right section',
|
|
149
|
+
moveColumnTo : region => `Move column to ${region}`,
|
|
150
|
+
filteredRecords : n => n ? (n === 1 ? `1 row matches filter` : `${n} rows match filter`) : 'No rows match filter'
|
|
151
|
+
},
|
|
152
|
+
|
|
153
|
+
CellMenu : {
|
|
154
|
+
removeRow : 'Delete'
|
|
155
|
+
},
|
|
156
|
+
|
|
157
|
+
RowCopyPaste : {
|
|
158
|
+
copyRecord : 'Copy',
|
|
159
|
+
cutRecord : 'Cut',
|
|
160
|
+
pasteRecord : 'Paste',
|
|
161
|
+
rows : 'rows',
|
|
162
|
+
row : 'row'
|
|
163
|
+
},
|
|
164
|
+
|
|
165
|
+
CellCopyPaste : {
|
|
166
|
+
copy : 'Copy',
|
|
167
|
+
cut : 'Cut',
|
|
168
|
+
paste : 'Paste'
|
|
169
|
+
},
|
|
170
|
+
|
|
171
|
+
Charts : {
|
|
172
|
+
chartDesigner : 'Chart Designer',
|
|
173
|
+
newChart : 'New Chart',
|
|
174
|
+
download : 'Download',
|
|
175
|
+
settings : 'Settings'
|
|
176
|
+
},
|
|
177
|
+
|
|
178
|
+
PdfExport : {
|
|
179
|
+
'Waiting for response from server' : 'Waiting for response from server...',
|
|
180
|
+
'Export failed' : 'Export failed',
|
|
181
|
+
'Server error' : 'Server error',
|
|
182
|
+
'Generating pages' : 'Generating pages...',
|
|
183
|
+
'Click to abort' : 'Cancel'
|
|
184
|
+
},
|
|
185
|
+
|
|
186
|
+
ExportDialog : {
|
|
187
|
+
width : '40em',
|
|
188
|
+
labelWidth : '12em',
|
|
189
|
+
exportSettings : 'Export settings',
|
|
190
|
+
export : 'Export',
|
|
191
|
+
printSettings : 'Print settings',
|
|
192
|
+
print : 'Print',
|
|
193
|
+
exporterType : 'Control pagination',
|
|
194
|
+
cancel : 'Cancel',
|
|
195
|
+
fileFormat : 'File format',
|
|
196
|
+
rows : 'Rows',
|
|
197
|
+
alignRows : 'Align rows',
|
|
198
|
+
columns : 'Columns',
|
|
199
|
+
paperFormat : 'Paper format',
|
|
200
|
+
orientation : 'Orientation',
|
|
201
|
+
repeatHeader : 'Repeat header'
|
|
202
|
+
},
|
|
203
|
+
|
|
204
|
+
ExportRowsCombo : {
|
|
205
|
+
all : 'All rows',
|
|
206
|
+
visible : 'Visible rows'
|
|
207
|
+
},
|
|
208
|
+
|
|
209
|
+
ExportOrientationCombo : {
|
|
210
|
+
portrait : 'Portrait',
|
|
211
|
+
landscape : 'Landscape'
|
|
212
|
+
},
|
|
213
|
+
|
|
214
|
+
SinglePageExporter : {
|
|
215
|
+
singlepage : 'Single page'
|
|
216
|
+
},
|
|
217
|
+
|
|
218
|
+
SinglePageUnscaledExporter : {
|
|
219
|
+
singlepageunscaled : 'Single page (unscaled)'
|
|
220
|
+
},
|
|
221
|
+
|
|
222
|
+
MultiPageExporter : {
|
|
223
|
+
multipage : 'Multiple pages',
|
|
224
|
+
exportingPage : ({ currentPage, totalPages }) => `Exporting page ${currentPage}/${totalPages}`
|
|
225
|
+
},
|
|
226
|
+
|
|
227
|
+
MultiPageVerticalExporter : {
|
|
228
|
+
multipagevertical : 'Multiple pages (vertical)',
|
|
229
|
+
exportingPage : ({ currentPage, totalPages }) => `Exporting page ${currentPage}/${totalPages}`
|
|
230
|
+
},
|
|
231
|
+
|
|
232
|
+
RowExpander : {
|
|
233
|
+
loading : 'Loading',
|
|
234
|
+
expand : 'Expand row details',
|
|
235
|
+
collapse : 'Collapse row details',
|
|
236
|
+
columnDescription : 'Toggle row details',
|
|
237
|
+
expandedRowContent : 'Expanded row content'
|
|
238
|
+
},
|
|
239
|
+
|
|
240
|
+
TreeGroup : {
|
|
241
|
+
group : 'Group by',
|
|
242
|
+
stopGrouping : 'Stop grouping',
|
|
243
|
+
stopGroupingThisColumn : 'Ungroup column'
|
|
244
|
+
},
|
|
245
|
+
|
|
246
|
+
AIFilter : {
|
|
247
|
+
unsuccessfulFilterMessage : 'Filter operation unsuccessful, please try again'
|
|
248
|
+
},
|
|
249
|
+
|
|
250
|
+
AIFilterField : {
|
|
251
|
+
progressText : 'Filtering'
|
|
252
|
+
},
|
|
253
|
+
|
|
254
|
+
PinColumns : {
|
|
255
|
+
pinColumn : 'Pin column',
|
|
256
|
+
unpin : 'No pin',
|
|
257
|
+
pinToStart : 'Pin to start',
|
|
258
|
+
pinToEnd : 'Pin to end'
|
|
115
259
|
}
|
|
116
|
-
},
|
|
117
|
-
RowNumberColumn: {
|
|
118
|
-
rowNumber: 'Row number'
|
|
119
|
-
},
|
|
120
|
-
GridBase: {
|
|
121
|
-
loadFailedMessage: 'Data loading failed!',
|
|
122
|
-
syncFailedMessage: 'Data synchronization failed!',
|
|
123
|
-
unspecifiedFailure: 'Unspecified failure',
|
|
124
|
-
networkFailure: 'Network error',
|
|
125
|
-
parseFailure: 'Failed to parse server response',
|
|
126
|
-
serverResponse: 'Server response:',
|
|
127
|
-
noRows: 'No records to display',
|
|
128
|
-
moveColumnLeft: 'Move to left section',
|
|
129
|
-
moveColumnRight: 'Move to right section',
|
|
130
|
-
moveColumnTo: region => `Move column to ${region}`,
|
|
131
|
-
filteredRecords: n => n ? n === 1 ? `1 row matches filter` : `${n} rows match filter` : 'No rows match filter'
|
|
132
|
-
},
|
|
133
|
-
CellMenu: {
|
|
134
|
-
removeRow: 'Delete'
|
|
135
|
-
},
|
|
136
|
-
RowCopyPaste: {
|
|
137
|
-
copyRecord: 'Copy',
|
|
138
|
-
cutRecord: 'Cut',
|
|
139
|
-
pasteRecord: 'Paste',
|
|
140
|
-
rows: 'rows',
|
|
141
|
-
row: 'row'
|
|
142
|
-
},
|
|
143
|
-
CellCopyPaste: {
|
|
144
|
-
copy: 'Copy',
|
|
145
|
-
cut: 'Cut',
|
|
146
|
-
paste: 'Paste'
|
|
147
|
-
},
|
|
148
|
-
Charts: {
|
|
149
|
-
chartDesigner: 'Chart Designer',
|
|
150
|
-
newChart: 'New Chart',
|
|
151
|
-
download: 'Download',
|
|
152
|
-
settings: 'Settings'
|
|
153
|
-
},
|
|
154
|
-
PdfExport: {
|
|
155
|
-
'Waiting for response from server': 'Waiting for response from server...',
|
|
156
|
-
'Export failed': 'Export failed',
|
|
157
|
-
'Server error': 'Server error',
|
|
158
|
-
'Generating pages': 'Generating pages...',
|
|
159
|
-
'Click to abort': 'Cancel'
|
|
160
|
-
},
|
|
161
|
-
ExportDialog: {
|
|
162
|
-
width: '40em',
|
|
163
|
-
labelWidth: '12em',
|
|
164
|
-
exportSettings: 'Export settings',
|
|
165
|
-
export: 'Export',
|
|
166
|
-
printSettings: 'Print settings',
|
|
167
|
-
print: 'Print',
|
|
168
|
-
exporterType: 'Control pagination',
|
|
169
|
-
cancel: 'Cancel',
|
|
170
|
-
fileFormat: 'File format',
|
|
171
|
-
rows: 'Rows',
|
|
172
|
-
alignRows: 'Align rows',
|
|
173
|
-
columns: 'Columns',
|
|
174
|
-
paperFormat: 'Paper format',
|
|
175
|
-
orientation: 'Orientation',
|
|
176
|
-
repeatHeader: 'Repeat header'
|
|
177
|
-
},
|
|
178
|
-
ExportRowsCombo: {
|
|
179
|
-
all: 'All rows',
|
|
180
|
-
visible: 'Visible rows'
|
|
181
|
-
},
|
|
182
|
-
ExportOrientationCombo: {
|
|
183
|
-
portrait: 'Portrait',
|
|
184
|
-
landscape: 'Landscape'
|
|
185
|
-
},
|
|
186
|
-
SinglePageExporter: {
|
|
187
|
-
singlepage: 'Single page'
|
|
188
|
-
},
|
|
189
|
-
SinglePageUnscaledExporter: {
|
|
190
|
-
singlepageunscaled: 'Single page (unscaled)'
|
|
191
|
-
},
|
|
192
|
-
MultiPageExporter: {
|
|
193
|
-
multipage: 'Multiple pages',
|
|
194
|
-
exportingPage: ({
|
|
195
|
-
currentPage,
|
|
196
|
-
totalPages
|
|
197
|
-
}) => `Exporting page ${currentPage}/${totalPages}`
|
|
198
|
-
},
|
|
199
|
-
MultiPageVerticalExporter: {
|
|
200
|
-
multipagevertical: 'Multiple pages (vertical)',
|
|
201
|
-
exportingPage: ({
|
|
202
|
-
currentPage,
|
|
203
|
-
totalPages
|
|
204
|
-
}) => `Exporting page ${currentPage}/${totalPages}`
|
|
205
|
-
},
|
|
206
|
-
RowExpander: {
|
|
207
|
-
loading: 'Loading',
|
|
208
|
-
expand: 'Expand row details',
|
|
209
|
-
collapse: 'Collapse row details',
|
|
210
|
-
columnDescription: 'Toggle row details',
|
|
211
|
-
expandedRowContent: 'Expanded row content'
|
|
212
|
-
},
|
|
213
|
-
TreeGroup: {
|
|
214
|
-
group: 'Group by',
|
|
215
|
-
stopGrouping: 'Stop grouping',
|
|
216
|
-
stopGroupingThisColumn: 'Ungroup column'
|
|
217
|
-
},
|
|
218
|
-
AIFilter: {
|
|
219
|
-
unsuccessfulFilterMessage: 'Filter operation unsuccessful, please try again'
|
|
220
|
-
},
|
|
221
|
-
AIFilterField: {
|
|
222
|
-
progressText: 'Filtering'
|
|
223
|
-
},
|
|
224
|
-
PinColumns: {
|
|
225
|
-
pinColumn: 'Pin column',
|
|
226
|
-
unpin: 'No pin',
|
|
227
|
-
pinToStart: 'Pin to start',
|
|
228
|
-
pinToEnd: 'Pin to end'
|
|
229
|
-
}
|
|
230
260
|
};
|
|
231
|
-
|
|
261
|
+
|
|
262
|
+
export default LocaleHelper.publishLocale(locale);
|