@commercetools-uikit/i18n 19.13.0 → 19.15.0

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.
@@ -1,4 +1,10 @@
1
1
  {
2
+ "UIKit.AddFilterButton.addFilterButtonLabel": [
3
+ {
4
+ "type": 0,
5
+ "value": "Add filter"
6
+ }
7
+ ],
2
8
  "UIKit.CalendarHeader.nextMonthTooltip": [
3
9
  {
4
10
  "type": 0,
@@ -35,6 +41,12 @@
35
41
  "value": "Clear all"
36
42
  }
37
43
  ],
44
+ "UIKit.ClearAllFiltersButton.clearAllFiltersButtonLabel": [
45
+ {
46
+ "type": 0,
47
+ "value": "Clear all"
48
+ }
49
+ ],
38
50
  "UIKit.ClearButton.clearButtonLabel": [
39
51
  {
40
52
  "type": 0,
@@ -187,6 +199,12 @@
187
199
  "value": "This field is required. Provide a value."
188
200
  }
189
201
  ],
202
+ "UIKit.FiltersButton.filtersButtonLabel": [
203
+ {
204
+ "type": 0,
205
+ "value": "Filters"
206
+ }
207
+ ],
190
208
  "UIKit.LocalizedMoneyInput.hide": [
191
209
  {
192
210
  "type": 0,
@@ -523,6 +541,12 @@
523
541
  "value": "Select..."
524
542
  }
525
543
  ],
544
+ "UIKit.SelectInput.selectInputAsFilterPlaceholder": [
545
+ {
546
+ "type": 0,
547
+ "value": "Search"
548
+ }
549
+ ],
526
550
  "UIKit.TimeInput.placeholder": [
527
551
  {
528
552
  "type": 0,
@@ -29,6 +29,12 @@
29
29
  "value": "Heute"
30
30
  }
31
31
  ],
32
+ "UIKit.ClearAllButton.clearAllButtonLabel": [
33
+ {
34
+ "type": 0,
35
+ "value": "Alle löschen"
36
+ }
37
+ ],
32
38
  "UIKit.ClearButton.clearButtonLabel": [
33
39
  {
34
40
  "type": 0,
@@ -91,6 +97,12 @@
91
97
  "value": "Angezeigte Spalten"
92
98
  }
93
99
  ],
100
+ "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": [
101
+ {
102
+ "type": 0,
103
+ "value": "Schließen"
104
+ }
105
+ ],
94
106
  "UIKit.DataTableManager.DensityManager.closeButtonLabel": [
95
107
  {
96
108
  "type": 0,
@@ -245,6 +257,34 @@
245
257
  "value": "Einblenden"
246
258
  }
247
259
  ],
260
+ "UIKit.NumberField.aboveMaxError": [
261
+ {
262
+ "type": 0,
263
+ "value": "Der Wert muss kleiner oder gleich "
264
+ },
265
+ {
266
+ "type": 1,
267
+ "value": "max"
268
+ },
269
+ {
270
+ "type": 0,
271
+ "value": " sein."
272
+ }
273
+ ],
274
+ "UIKit.NumberField.belowMinError": [
275
+ {
276
+ "type": 0,
277
+ "value": "Der Wert muss größer oder gleich "
278
+ },
279
+ {
280
+ "type": 1,
281
+ "value": "min"
282
+ },
283
+ {
284
+ "type": 0,
285
+ "value": " sein."
286
+ }
287
+ ],
248
288
  "UIKit.Pagination.PageNavigator.nextPageLabel": [
249
289
  {
250
290
  "type": 0,
@@ -29,6 +29,12 @@
29
29
  "value": "Today"
30
30
  }
31
31
  ],
32
+ "UIKit.ClearAllButton.clearAllButtonLabel": [
33
+ {
34
+ "type": 0,
35
+ "value": "Clear all"
36
+ }
37
+ ],
32
38
  "UIKit.ClearButton.clearButtonLabel": [
33
39
  {
34
40
  "type": 0,
@@ -91,6 +97,12 @@
91
97
  "value": "Visible columns"
92
98
  }
93
99
  ],
100
+ "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": [
101
+ {
102
+ "type": 0,
103
+ "value": "Close"
104
+ }
105
+ ],
94
106
  "UIKit.DataTableManager.DensityManager.closeButtonLabel": [
95
107
  {
96
108
  "type": 0,
@@ -261,6 +273,34 @@
261
273
  "value": "Expand"
262
274
  }
263
275
  ],
276
+ "UIKit.NumberField.aboveMaxError": [
277
+ {
278
+ "type": 0,
279
+ "value": "Value must be less than or equal to "
280
+ },
281
+ {
282
+ "type": 1,
283
+ "value": "max"
284
+ },
285
+ {
286
+ "type": 0,
287
+ "value": "."
288
+ }
289
+ ],
290
+ "UIKit.NumberField.belowMinError": [
291
+ {
292
+ "type": 0,
293
+ "value": "Value must be greater than or equal to "
294
+ },
295
+ {
296
+ "type": 1,
297
+ "value": "min"
298
+ },
299
+ {
300
+ "type": 0,
301
+ "value": "."
302
+ }
303
+ ],
264
304
  "UIKit.Pagination.PageNavigator.nextPageLabel": [
265
305
  {
266
306
  "type": 0,
@@ -29,6 +29,12 @@
29
29
  "value": "Hoy"
30
30
  }
31
31
  ],
32
+ "UIKit.ClearAllButton.clearAllButtonLabel": [
33
+ {
34
+ "type": 0,
35
+ "value": "Borrar todo"
36
+ }
37
+ ],
32
38
  "UIKit.ClearButton.clearButtonLabel": [
33
39
  {
34
40
  "type": 0,
@@ -91,6 +97,12 @@
91
97
  "value": "Columnas visibles"
92
98
  }
93
99
  ],
100
+ "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": [
101
+ {
102
+ "type": 0,
103
+ "value": "Cerrar"
104
+ }
105
+ ],
94
106
  "UIKit.DataTableManager.DensityManager.closeButtonLabel": [
95
107
  {
96
108
  "type": 0,
@@ -261,6 +273,34 @@
261
273
  "value": "Expandir"
262
274
  }
263
275
  ],
276
+ "UIKit.NumberField.aboveMaxError": [
277
+ {
278
+ "type": 0,
279
+ "value": "El valor debe ser menor o igual que "
280
+ },
281
+ {
282
+ "type": 1,
283
+ "value": "max"
284
+ },
285
+ {
286
+ "type": 0,
287
+ "value": "."
288
+ }
289
+ ],
290
+ "UIKit.NumberField.belowMinError": [
291
+ {
292
+ "type": 0,
293
+ "value": "El valor debe ser mayor o igual que "
294
+ },
295
+ {
296
+ "type": 1,
297
+ "value": "min"
298
+ },
299
+ {
300
+ "type": 0,
301
+ "value": "."
302
+ }
303
+ ],
264
304
  "UIKit.Pagination.PageNavigator.nextPageLabel": [
265
305
  {
266
306
  "type": 0,
@@ -29,6 +29,12 @@
29
29
  "value": "Aujourd'hui"
30
30
  }
31
31
  ],
32
+ "UIKit.ClearAllButton.clearAllButtonLabel": [
33
+ {
34
+ "type": 0,
35
+ "value": "Tout effacer"
36
+ }
37
+ ],
32
38
  "UIKit.ClearButton.clearButtonLabel": [
33
39
  {
34
40
  "type": 0,
@@ -91,6 +97,12 @@
91
97
  "value": "Colonnes visibles"
92
98
  }
93
99
  ],
100
+ "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": [
101
+ {
102
+ "type": 0,
103
+ "value": "Fermer"
104
+ }
105
+ ],
94
106
  "UIKit.DataTableManager.DensityManager.closeButtonLabel": [
95
107
  {
96
108
  "type": 0,
@@ -261,6 +273,34 @@
261
273
  "value": "Développer"
262
274
  }
263
275
  ],
276
+ "UIKit.NumberField.aboveMaxError": [
277
+ {
278
+ "type": 0,
279
+ "value": "La valeur doit être inférieure ou égale à "
280
+ },
281
+ {
282
+ "type": 1,
283
+ "value": "max"
284
+ },
285
+ {
286
+ "type": 0,
287
+ "value": "."
288
+ }
289
+ ],
290
+ "UIKit.NumberField.belowMinError": [
291
+ {
292
+ "type": 0,
293
+ "value": "La valeur doit être supérieure ou égale à "
294
+ },
295
+ {
296
+ "type": 1,
297
+ "value": "min"
298
+ },
299
+ {
300
+ "type": 0,
301
+ "value": "."
302
+ }
303
+ ],
264
304
  "UIKit.Pagination.PageNavigator.nextPageLabel": [
265
305
  {
266
306
  "type": 0,
@@ -29,6 +29,12 @@
29
29
  "value": "Hoje"
30
30
  }
31
31
  ],
32
+ "UIKit.ClearAllButton.clearAllButtonLabel": [
33
+ {
34
+ "type": 0,
35
+ "value": "Limpar tudo"
36
+ }
37
+ ],
32
38
  "UIKit.ClearButton.clearButtonLabel": [
33
39
  {
34
40
  "type": 0,
@@ -91,6 +97,12 @@
91
97
  "value": "Colunas visíveis"
92
98
  }
93
99
  ],
100
+ "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": [
101
+ {
102
+ "type": 0,
103
+ "value": "Fechar"
104
+ }
105
+ ],
94
106
  "UIKit.DataTableManager.DensityManager.closeButtonLabel": [
95
107
  {
96
108
  "type": 0,
@@ -261,6 +273,34 @@
261
273
  "value": "Expandir"
262
274
  }
263
275
  ],
276
+ "UIKit.NumberField.aboveMaxError": [
277
+ {
278
+ "type": 0,
279
+ "value": "O valor deve ser menor que ou igual a "
280
+ },
281
+ {
282
+ "type": 1,
283
+ "value": "max"
284
+ },
285
+ {
286
+ "type": 0,
287
+ "value": "."
288
+ }
289
+ ],
290
+ "UIKit.NumberField.belowMinError": [
291
+ {
292
+ "type": 0,
293
+ "value": "O valor deve ser maior que ou igual a "
294
+ },
295
+ {
296
+ "type": 1,
297
+ "value": "min"
298
+ },
299
+ {
300
+ "type": 0,
301
+ "value": "."
302
+ }
303
+ ],
264
304
  "UIKit.Pagination.PageNavigator.nextPageLabel": [
265
305
  {
266
306
  "type": 0,
@@ -29,6 +29,12 @@
29
29
  "value": "今天"
30
30
  }
31
31
  ],
32
+ "UIKit.ClearAllButton.clearAllButtonLabel": [
33
+ {
34
+ "type": 0,
35
+ "value": "全部清除"
36
+ }
37
+ ],
32
38
  "UIKit.ClearButton.clearButtonLabel": [
33
39
  {
34
40
  "type": 0,
@@ -91,6 +97,12 @@
91
97
  "value": "可见列"
92
98
  }
93
99
  ],
100
+ "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": [
101
+ {
102
+ "type": 0,
103
+ "value": "关闭"
104
+ }
105
+ ],
94
106
  "UIKit.DataTableManager.DensityManager.closeButtonLabel": [
95
107
  {
96
108
  "type": 0,
@@ -261,6 +273,34 @@
261
273
  "value": "扩展"
262
274
  }
263
275
  ],
276
+ "UIKit.NumberField.aboveMaxError": [
277
+ {
278
+ "type": 0,
279
+ "value": "值必须小于或等于 "
280
+ },
281
+ {
282
+ "type": 1,
283
+ "value": "max"
284
+ },
285
+ {
286
+ "type": 0,
287
+ "value": "。"
288
+ }
289
+ ],
290
+ "UIKit.NumberField.belowMinError": [
291
+ {
292
+ "type": 0,
293
+ "value": "值必须大于或等于 "
294
+ },
295
+ {
296
+ "type": 1,
297
+ "value": "min"
298
+ },
299
+ {
300
+ "type": 0,
301
+ "value": "。"
302
+ }
303
+ ],
264
304
  "UIKit.Pagination.PageNavigator.nextPageLabel": [
265
305
  {
266
306
  "type": 0,
package/data/core.json CHANGED
@@ -1,4 +1,8 @@
1
1
  {
2
+ "UIKit.AddFilterButton.addFilterButtonLabel": {
3
+ "developer_comment": "Label for the add filter button",
4
+ "string": "Add filter"
5
+ },
2
6
  "UIKit.CalendarHeader.nextMonthTooltip": {
3
7
  "developer_comment": "Tooltip title when user hovers the next month button",
4
8
  "string": "Next month"
@@ -23,6 +27,10 @@
23
27
  "developer_comment": "Label for the clear all button",
24
28
  "string": "Clear all"
25
29
  },
30
+ "UIKit.ClearAllFiltersButton.clearAllFiltersButtonLabel": {
31
+ "developer_comment": "Label for the clear all filters button",
32
+ "string": "Clear all"
33
+ },
26
34
  "UIKit.ClearButton.clearButtonLabel": {
27
35
  "developer_comment": "Label for the clear button",
28
36
  "string": "Clear"
@@ -119,6 +127,10 @@
119
127
  "developer_comment": "Error message for missing required value",
120
128
  "string": "This field is required. Provide a value."
121
129
  },
130
+ "UIKit.FiltersButton.filtersButtonLabel": {
131
+ "developer_comment": "Label for the filters button",
132
+ "string": "Filters"
133
+ },
122
134
  "UIKit.LocalizedMoneyInput.hide": {
123
135
  "developer_comment": "Hide currencies button",
124
136
  "string": "Hide currencies ({remainingCurrencies})"
@@ -303,6 +315,10 @@
303
315
  "developer_comment": "Default input placeholder text",
304
316
  "string": "Select..."
305
317
  },
318
+ "UIKit.SelectInput.selectInputAsFilterPlaceholder": {
319
+ "developer_comment": "Default input placeholder text when used as filter",
320
+ "string": "Search"
321
+ },
306
322
  "UIKit.TimeInput.placeholder": {
307
323
  "developer_comment": "Placeholder for time input",
308
324
  "string": "HH:mm AM/PM"
package/data/de.json CHANGED
@@ -19,6 +19,10 @@
19
19
  "developer_comment": "Tooltip title when user hovers the today button",
20
20
  "string": "Heute"
21
21
  },
22
+ "UIKit.ClearAllButton.clearAllButtonLabel": {
23
+ "developer_comment": "Label for the clear all button",
24
+ "string": "Alle löschen"
25
+ },
22
26
  "UIKit.ClearButton.clearButtonLabel": {
23
27
  "developer_comment": "Label for the clear button",
24
28
  "string": "Zurücksetzen"
@@ -55,6 +59,10 @@
55
59
  "developer_comment": "Message for the visible columns section.",
56
60
  "string": "Angezeigte Spalten"
57
61
  },
62
+ "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": {
63
+ "developer_comment": "Label for custom settings manager close button.",
64
+ "string": "Schließen"
65
+ },
58
66
  "UIKit.DataTableManager.DensityManager.closeButtonLabel": {
59
67
  "developer_comment": "Label for density manager close button.",
60
68
  "string": "Schließen"
@@ -147,6 +155,14 @@
147
155
  "developer_comment": "The label for \"expand\" action",
148
156
  "string": "Einblenden"
149
157
  },
158
+ "UIKit.NumberField.aboveMaxError": {
159
+ "developer_comment": "An error message to show when the value is above the maximum",
160
+ "string": "Der Wert muss kleiner oder gleich {max} sein."
161
+ },
162
+ "UIKit.NumberField.belowMinError": {
163
+ "developer_comment": "An error message to show when the value is below the minimum",
164
+ "string": "Der Wert muss größer oder gleich {min} sein."
165
+ },
150
166
  "UIKit.Pagination.PageNavigator.nextPageLabel": {
151
167
  "developer_comment": "Label for next page button",
152
168
  "string": "Nächste Seite"
package/data/en.json CHANGED
@@ -19,6 +19,10 @@
19
19
  "developer_comment": "Tooltip title when user hovers the today button",
20
20
  "string": "Today"
21
21
  },
22
+ "UIKit.ClearAllButton.clearAllButtonLabel": {
23
+ "developer_comment": "Label for the clear all button",
24
+ "string": "Clear all"
25
+ },
22
26
  "UIKit.ClearButton.clearButtonLabel": {
23
27
  "developer_comment": "Label for the clear button",
24
28
  "string": "Clear"
@@ -55,6 +59,10 @@
55
59
  "developer_comment": "Message for the visible columns section.",
56
60
  "string": "Visible columns"
57
61
  },
62
+ "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": {
63
+ "developer_comment": "Label for custom settings manager close button.",
64
+ "string": "Close"
65
+ },
58
66
  "UIKit.DataTableManager.DensityManager.closeButtonLabel": {
59
67
  "developer_comment": "Label for density manager close button.",
60
68
  "string": "Close"
@@ -147,6 +155,14 @@
147
155
  "developer_comment": "The label for \"expand\" action",
148
156
  "string": "Expand"
149
157
  },
158
+ "UIKit.NumberField.aboveMaxError": {
159
+ "developer_comment": "An error message to show when the value is above the maximum",
160
+ "string": "Value must be less than or equal to {max}."
161
+ },
162
+ "UIKit.NumberField.belowMinError": {
163
+ "developer_comment": "An error message to show when the value is below the minimum",
164
+ "string": "Value must be greater than or equal to {min}."
165
+ },
150
166
  "UIKit.Pagination.PageNavigator.nextPageLabel": {
151
167
  "developer_comment": "Label for next page button",
152
168
  "string": "Next page"
package/data/es.json CHANGED
@@ -19,6 +19,10 @@
19
19
  "developer_comment": "Tooltip title when user hovers the today button",
20
20
  "string": "Hoy"
21
21
  },
22
+ "UIKit.ClearAllButton.clearAllButtonLabel": {
23
+ "developer_comment": "Label for the clear all button",
24
+ "string": "Borrar todo"
25
+ },
22
26
  "UIKit.ClearButton.clearButtonLabel": {
23
27
  "developer_comment": "Label for the clear button",
24
28
  "string": "Borrar"
@@ -55,6 +59,10 @@
55
59
  "developer_comment": "Message for the visible columns section.",
56
60
  "string": "Columnas visibles"
57
61
  },
62
+ "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": {
63
+ "developer_comment": "Label for custom settings manager close button.",
64
+ "string": "Cerrar"
65
+ },
58
66
  "UIKit.DataTableManager.DensityManager.closeButtonLabel": {
59
67
  "developer_comment": "Label for density manager close button.",
60
68
  "string": "Cerrar"
@@ -147,6 +155,14 @@
147
155
  "developer_comment": "The label for \"expand\" action",
148
156
  "string": "Expandir"
149
157
  },
158
+ "UIKit.NumberField.aboveMaxError": {
159
+ "developer_comment": "An error message to show when the value is above the maximum",
160
+ "string": "El valor debe ser menor o igual que {max}."
161
+ },
162
+ "UIKit.NumberField.belowMinError": {
163
+ "developer_comment": "An error message to show when the value is below the minimum",
164
+ "string": "El valor debe ser mayor o igual que {min}."
165
+ },
150
166
  "UIKit.Pagination.PageNavigator.nextPageLabel": {
151
167
  "developer_comment": "Label for next page button",
152
168
  "string": "Siguiente página"
package/data/fr-FR.json CHANGED
@@ -19,6 +19,10 @@
19
19
  "developer_comment": "Tooltip title when user hovers the today button",
20
20
  "string": "Aujourd'hui"
21
21
  },
22
+ "UIKit.ClearAllButton.clearAllButtonLabel": {
23
+ "developer_comment": "Label for the clear all button",
24
+ "string": "Tout effacer"
25
+ },
22
26
  "UIKit.ClearButton.clearButtonLabel": {
23
27
  "developer_comment": "Label for the clear button",
24
28
  "string": "Effacer"
@@ -55,6 +59,10 @@
55
59
  "developer_comment": "Message for the visible columns section.",
56
60
  "string": "Colonnes visibles"
57
61
  },
62
+ "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": {
63
+ "developer_comment": "Label for custom settings manager close button.",
64
+ "string": "Fermer"
65
+ },
58
66
  "UIKit.DataTableManager.DensityManager.closeButtonLabel": {
59
67
  "developer_comment": "Label for density manager close button.",
60
68
  "string": "Fermer"
@@ -147,6 +155,14 @@
147
155
  "developer_comment": "The label for \"expand\" action",
148
156
  "string": "Développer"
149
157
  },
158
+ "UIKit.NumberField.aboveMaxError": {
159
+ "developer_comment": "An error message to show when the value is above the maximum",
160
+ "string": "La valeur doit être inférieure ou égale à {max}."
161
+ },
162
+ "UIKit.NumberField.belowMinError": {
163
+ "developer_comment": "An error message to show when the value is below the minimum",
164
+ "string": "La valeur doit être supérieure ou égale à {min}."
165
+ },
150
166
  "UIKit.Pagination.PageNavigator.nextPageLabel": {
151
167
  "developer_comment": "Label for next page button",
152
168
  "string": "Page suivante"
package/data/pt-BR.json CHANGED
@@ -19,6 +19,10 @@
19
19
  "developer_comment": "Tooltip title when user hovers the today button",
20
20
  "string": "Hoje"
21
21
  },
22
+ "UIKit.ClearAllButton.clearAllButtonLabel": {
23
+ "developer_comment": "Label for the clear all button",
24
+ "string": "Limpar tudo"
25
+ },
22
26
  "UIKit.ClearButton.clearButtonLabel": {
23
27
  "developer_comment": "Label for the clear button",
24
28
  "string": "Limpar"
@@ -55,6 +59,10 @@
55
59
  "developer_comment": "Message for the visible columns section.",
56
60
  "string": "Colunas visíveis"
57
61
  },
62
+ "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": {
63
+ "developer_comment": "Label for custom settings manager close button.",
64
+ "string": "Fechar"
65
+ },
58
66
  "UIKit.DataTableManager.DensityManager.closeButtonLabel": {
59
67
  "developer_comment": "Label for density manager close button.",
60
68
  "string": "Fechar"
@@ -147,6 +155,14 @@
147
155
  "developer_comment": "The label for \"expand\" action",
148
156
  "string": "Expandir"
149
157
  },
158
+ "UIKit.NumberField.aboveMaxError": {
159
+ "developer_comment": "An error message to show when the value is above the maximum",
160
+ "string": "O valor deve ser menor que ou igual a {max}."
161
+ },
162
+ "UIKit.NumberField.belowMinError": {
163
+ "developer_comment": "An error message to show when the value is below the minimum",
164
+ "string": "O valor deve ser maior que ou igual a {min}."
165
+ },
150
166
  "UIKit.Pagination.PageNavigator.nextPageLabel": {
151
167
  "developer_comment": "Label for next page button",
152
168
  "string": "Próxima página"
package/data/zh-CN.json CHANGED
@@ -19,6 +19,10 @@
19
19
  "developer_comment": "Tooltip title when user hovers the today button",
20
20
  "string": "今天"
21
21
  },
22
+ "UIKit.ClearAllButton.clearAllButtonLabel": {
23
+ "developer_comment": "Label for the clear all button",
24
+ "string": "全部清除"
25
+ },
22
26
  "UIKit.ClearButton.clearButtonLabel": {
23
27
  "developer_comment": "Label for the clear button",
24
28
  "string": "清除"
@@ -55,6 +59,10 @@
55
59
  "developer_comment": "Message for the visible columns section.",
56
60
  "string": "可见列"
57
61
  },
62
+ "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": {
63
+ "developer_comment": "Label for custom settings manager close button.",
64
+ "string": "关闭"
65
+ },
58
66
  "UIKit.DataTableManager.DensityManager.closeButtonLabel": {
59
67
  "developer_comment": "Label for density manager close button.",
60
68
  "string": "关闭"
@@ -147,6 +155,14 @@
147
155
  "developer_comment": "The label for \"expand\" action",
148
156
  "string": "扩展"
149
157
  },
158
+ "UIKit.NumberField.aboveMaxError": {
159
+ "developer_comment": "An error message to show when the value is above the maximum",
160
+ "string": "值必须小于或等于 {max}。"
161
+ },
162
+ "UIKit.NumberField.belowMinError": {
163
+ "developer_comment": "An error message to show when the value is below the minimum",
164
+ "string": "值必须大于或等于 {min}。"
165
+ },
150
166
  "UIKit.Pagination.PageNavigator.nextPageLabel": {
151
167
  "developer_comment": "Label for next page button",
152
168
  "string": "下一页"
@@ -3,6 +3,6 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  // NOTE: This string will be replaced on build time with the package version.
6
- var version = "19.13.0";
6
+ var version = "19.15.0";
7
7
 
8
8
  exports.version = version;
@@ -3,6 +3,6 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  // NOTE: This string will be replaced on build time with the package version.
6
- var version = "19.13.0";
6
+ var version = "19.15.0";
7
7
 
8
8
  exports.version = version;
@@ -1,4 +1,4 @@
1
1
  // NOTE: This string will be replaced on build time with the package version.
2
- var version = "19.13.0";
2
+ var version = "19.15.0";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/i18n",
3
3
  "description": "All translation messages from the UI-Kit components.",
4
- "version": "19.13.0",
4
+ "version": "19.15.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",