@commercetools/nimbus-i18n 0.0.0-canary-20251113220504 → 0.0.0-canary-20251114155608

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/data/en.json CHANGED
@@ -1 +1,550 @@
1
- {}
1
+ {
2
+ "Nimbus.Alert.dismiss": {
3
+ "developer_comment": "aria-label for the dismiss button in an alert",
4
+ "string": "Dismiss"
5
+ },
6
+ "Nimbus.Avatar.avatarLabel": {
7
+ "developer_comment": "aria-label for avatar component with user's full name",
8
+ "string": "Avatar image for {fullName}"
9
+ },
10
+ "Nimbus.Calendar.nextMonth": {
11
+ "developer_comment": "aria-label for next month navigation button",
12
+ "string": "Next month"
13
+ },
14
+ "Nimbus.Calendar.nextYear": {
15
+ "developer_comment": "aria-label for next year navigation button",
16
+ "string": "Next year"
17
+ },
18
+ "Nimbus.Calendar.previousMonth": {
19
+ "developer_comment": "aria-label for previous month navigation button",
20
+ "string": "Previous month"
21
+ },
22
+ "Nimbus.Calendar.previousYear": {
23
+ "developer_comment": "aria-label for previous year navigation button",
24
+ "string": "Previous year"
25
+ },
26
+ "Nimbus.ComboBox.clearSelection": {
27
+ "developer_comment": "aria-label for the clear selection button",
28
+ "string": "Clear selection"
29
+ },
30
+ "Nimbus.ComboBox.comboboxDialog": {
31
+ "developer_comment": "aria-label for the combobox dialog overlay",
32
+ "string": "Combobox dialog"
33
+ },
34
+ "Nimbus.ComboBox.filterOptions": {
35
+ "developer_comment": "aria-label for the combobox filter input field",
36
+ "string": "Filter combobox options"
37
+ },
38
+ "Nimbus.ComboBox.options": {
39
+ "developer_comment": "aria-label for the combobox options list",
40
+ "string": "Combobox options"
41
+ },
42
+ "Nimbus.ComboBox.selectedValues": {
43
+ "developer_comment": "aria-label for the selected values tag group in multi-select",
44
+ "string": "Selected values"
45
+ },
46
+ "Nimbus.ComboBox.toggleCombobox": {
47
+ "developer_comment": "aria-label for the combobox toggle button",
48
+ "string": "Toggle combobox"
49
+ },
50
+ "Nimbus.DataTable.comfortable": {
51
+ "developer_comment": "title for the comfortable togglebutton in the data table manager layout",
52
+ "string": "Comfortable"
53
+ },
54
+ "Nimbus.DataTable.comfortableAriaLabel": {
55
+ "developer_comment": "aria-label for the comfortable togglebutton in the data table manager layout",
56
+ "string": "Comfortable section"
57
+ },
58
+ "Nimbus.DataTable.compact": {
59
+ "developer_comment": "title for the compact togglebutton in the data table manager layout",
60
+ "string": "Compact"
61
+ },
62
+ "Nimbus.DataTable.compactAriaLabel": {
63
+ "developer_comment": "aria-label for the compact togglebutton in the data table manager layout",
64
+ "string": "Compact section"
65
+ },
66
+ "Nimbus.DataTable.dataTable": {
67
+ "developer_comment": "aria-label for the data table element",
68
+ "string": "Data table"
69
+ },
70
+ "Nimbus.DataTable.dataTableBody": {
71
+ "developer_comment": "aria-label for the data table body element",
72
+ "string": "Data table body"
73
+ },
74
+ "Nimbus.DataTable.dataTableHeader": {
75
+ "developer_comment": "aria-label for the data table header element",
76
+ "string": "Data table header"
77
+ },
78
+ "Nimbus.DataTable.expandRows": {
79
+ "developer_comment": "aria-label for the expand rows column header",
80
+ "string": "Expand rows"
81
+ },
82
+ "Nimbus.DataTable.fullText": {
83
+ "developer_comment": "title for the full text section in the data table manager layout",
84
+ "string": "Full text"
85
+ },
86
+ "Nimbus.DataTable.fullTextAriaLabel": {
87
+ "developer_comment": "aria-label for the full text section in the data table manager layout",
88
+ "string": "Full text section"
89
+ },
90
+ "Nimbus.DataTable.hiddenColumns": {
91
+ "developer_comment": "title for the hidden columns section in the data table manager",
92
+ "string": "Hidden columns"
93
+ },
94
+ "Nimbus.DataTable.hiddenColumnsAriaLabel": {
95
+ "developer_comment": "aria-label for the hidden columns list in the data table manager",
96
+ "string": "Hidden columns list"
97
+ },
98
+ "Nimbus.DataTable.hideColumn": {
99
+ "developer_comment": "aria-label for the hide column button in the data table manager",
100
+ "string": "Hide column"
101
+ },
102
+ "Nimbus.DataTable.layoutSettings": {
103
+ "developer_comment": "title for the layout settings section in the data table manager",
104
+ "string": "Layout settings"
105
+ },
106
+ "Nimbus.DataTable.layoutSettingsAriaLabel": {
107
+ "developer_comment": "aria-label for the layout settings section in the data table manager",
108
+ "string": "Layout settings section"
109
+ },
110
+ "Nimbus.DataTable.noHiddenColumns": {
111
+ "developer_comment": "message when there is no hidden columns in the data table manager",
112
+ "string": "No Hidden columns"
113
+ },
114
+ "Nimbus.DataTable.pinRows": {
115
+ "developer_comment": "aria-label for the pin rows column header",
116
+ "string": "Pin rows"
117
+ },
118
+ "Nimbus.DataTable.reset": {
119
+ "developer_comment": "aria-label for the reset columns button in the data table manager",
120
+ "string": "Reset columns"
121
+ },
122
+ "Nimbus.DataTable.resizeColumn": {
123
+ "developer_comment": "aria-label for the column resizer",
124
+ "string": "Resize column"
125
+ },
126
+ "Nimbus.DataTable.rowDensity": {
127
+ "developer_comment": "title for the row density section in the data table manager layout",
128
+ "string": "Row density"
129
+ },
130
+ "Nimbus.DataTable.rowDensityAriaLabel": {
131
+ "developer_comment": "aria-label for the row density section in the data table manager layout",
132
+ "string": "Row density section"
133
+ },
134
+ "Nimbus.DataTable.searchHiddenColumns": {
135
+ "developer_comment": "placeholder for the search input in the hidden columns section in the data table manager",
136
+ "string": "Search..."
137
+ },
138
+ "Nimbus.DataTable.selectRow": {
139
+ "developer_comment": "aria-label for the row selection checkbox",
140
+ "string": "Select row"
141
+ },
142
+ "Nimbus.DataTable.settings": {
143
+ "developer_comment": "aria-label for the settings button in the data table manager",
144
+ "string": "Table settings"
145
+ },
146
+ "Nimbus.DataTable.textPreviews": {
147
+ "developer_comment": "title for the text previews section in the data table manager layout",
148
+ "string": "Text previews"
149
+ },
150
+ "Nimbus.DataTable.textPreviewsAriaLabel": {
151
+ "developer_comment": "aria-label for the text previews section in the data table manager layout",
152
+ "string": "Text previews section"
153
+ },
154
+ "Nimbus.DataTable.textVisibility": {
155
+ "developer_comment": "title for the text visibility section in the data table manager layout",
156
+ "string": "Text visibility"
157
+ },
158
+ "Nimbus.DataTable.textVisibilityAriaLabel": {
159
+ "developer_comment": "aria-label for the text visibility section in the data table manager layout",
160
+ "string": "Text visibility section"
161
+ },
162
+ "Nimbus.DataTable.visibleColumns": {
163
+ "developer_comment": "title for the visible columns section in the data table manager",
164
+ "string": "Visible columns"
165
+ },
166
+ "Nimbus.DataTable.visibleColumnsAria": {
167
+ "developer_comment": "aria-label for the visible columns list in the data table manager",
168
+ "string": "Visible columns list"
169
+ },
170
+ "Nimbus.DataTable.visibleColumnsList": {
171
+ "developer_comment": "title for the visible columns section in the data table manager",
172
+ "string": "Visible columns"
173
+ },
174
+ "Nimbus.DatePicker.Time.enterTime": {
175
+ "developer_comment": "aria-label for time input field in date picker",
176
+ "string": "Enter time"
177
+ },
178
+ "Nimbus.DatePicker.Time.enterTimeHour": {
179
+ "developer_comment": "aria-label for hour-only time input in date picker",
180
+ "string": "Enter time (hour)"
181
+ },
182
+ "Nimbus.DatePicker.Time.enterTimeHourMinute": {
183
+ "developer_comment": "aria-label for hour and minute time input in date picker",
184
+ "string": "Enter time (hour and minute)"
185
+ },
186
+ "Nimbus.DatePicker.Time.enterTimeHourMinuteSecond": {
187
+ "developer_comment": "aria-label for full time input with seconds in date picker",
188
+ "string": "Enter time (hour, minute, and second)"
189
+ },
190
+ "Nimbus.DatePicker.Time.startTime": {
191
+ "developer_comment": "Label for start time in date picker",
192
+ "string": "Start time"
193
+ },
194
+ "Nimbus.DatePicker.clearInput": {
195
+ "developer_comment": "aria-label for clear input button in date picker",
196
+ "string": "Clear input value"
197
+ },
198
+ "Nimbus.DateRangePicker.clearInput": {
199
+ "developer_comment": "aria-label for clear input button in date range picker",
200
+ "string": "Clear input value"
201
+ },
202
+ "Nimbus.DateRangePicker.clearSelection": {
203
+ "developer_comment": "aria-label for clear button in date range picker",
204
+ "string": "Clear date range"
205
+ },
206
+ "Nimbus.DateRangePicker.endTime": {
207
+ "developer_comment": "aria-label for end time input (default)",
208
+ "string": "End time"
209
+ },
210
+ "Nimbus.DateRangePicker.endTimeHour": {
211
+ "developer_comment": "aria-label for end time input (hour granularity)",
212
+ "string": "End time (hour)"
213
+ },
214
+ "Nimbus.DateRangePicker.endTimeHourMinute": {
215
+ "developer_comment": "aria-label for end time input (minute granularity)",
216
+ "string": "End time (hour and minute)"
217
+ },
218
+ "Nimbus.DateRangePicker.endTimeHourMinuteSecond": {
219
+ "developer_comment": "aria-label for end time input (second granularity)",
220
+ "string": "End time (hour, minute, and second)"
221
+ },
222
+ "Nimbus.DateRangePicker.endTimeLabel": {
223
+ "developer_comment": "visible label for end time input field",
224
+ "string": "End time"
225
+ },
226
+ "Nimbus.DateRangePicker.openCalendar": {
227
+ "developer_comment": "aria-label for calendar toggle button in date range picker",
228
+ "string": "Open calendar"
229
+ },
230
+ "Nimbus.DateRangePicker.startTime": {
231
+ "developer_comment": "aria-label for start time input (default)",
232
+ "string": "Start time"
233
+ },
234
+ "Nimbus.DateRangePicker.startTimeHour": {
235
+ "developer_comment": "aria-label for start time input (hour granularity)",
236
+ "string": "Start time (hour)"
237
+ },
238
+ "Nimbus.DateRangePicker.startTimeHourMinute": {
239
+ "developer_comment": "aria-label for start time input (minute granularity)",
240
+ "string": "Start time (hour and minute)"
241
+ },
242
+ "Nimbus.DateRangePicker.startTimeHourMinuteSecond": {
243
+ "developer_comment": "aria-label for start time input (second granularity)",
244
+ "string": "Start time (hour, minute, and second)"
245
+ },
246
+ "Nimbus.DateRangePicker.startTimeLabel": {
247
+ "developer_comment": "visible label for start time input field",
248
+ "string": "Start time"
249
+ },
250
+ "Nimbus.Dialog.closeTrigger": {
251
+ "developer_comment": "aria-label for the default close trigger button",
252
+ "string": "Close dialog"
253
+ },
254
+ "Nimbus.DraggableList.emptyMessage": {
255
+ "developer_comment": "message displayed when drag-and-drop enabled list is empty",
256
+ "string": "drop items here"
257
+ },
258
+ "Nimbus.DraggableList.removeButtonLabel": {
259
+ "developer_comment": "label for button that removes an item from the list",
260
+ "string": "remove item"
261
+ },
262
+ "Nimbus.Drawer.closeTrigger": {
263
+ "developer_comment": "aria-label for the default close trigger button",
264
+ "string": "Close drawer"
265
+ },
266
+ "Nimbus.FieldErrors.duplicateValue": {
267
+ "developer_comment": "Error message for duplicate value validation",
268
+ "string": "This value is already in use. It must be unique."
269
+ },
270
+ "Nimbus.FieldErrors.emptyValue": {
271
+ "developer_comment": "Error message for empty value when content is required",
272
+ "string": "This field cannot be empty."
273
+ },
274
+ "Nimbus.FieldErrors.invalidFormat": {
275
+ "developer_comment": "Error message for format validation",
276
+ "string": "Please enter a valid format."
277
+ },
278
+ "Nimbus.FieldErrors.invalidFractionalNumber": {
279
+ "developer_comment": "Error message when fractional number is used",
280
+ "string": "A whole number is required."
281
+ },
282
+ "Nimbus.FieldErrors.invalidFromServer": {
283
+ "developer_comment": "Error message for server-side validation errors",
284
+ "string": "Server validation failed. Please check your input."
285
+ },
286
+ "Nimbus.FieldErrors.invalidNegativeNumber": {
287
+ "developer_comment": "Error message when negative number is used",
288
+ "string": "Negative number is not supported."
289
+ },
290
+ "Nimbus.FieldErrors.invalidValue": {
291
+ "developer_comment": "Error message for invalid value or format",
292
+ "string": "The provided value is invalid."
293
+ },
294
+ "Nimbus.FieldErrors.missingRequiredField": {
295
+ "developer_comment": "Error message for missing required value",
296
+ "string": "This field is required. Provide a value."
297
+ },
298
+ "Nimbus.FieldErrors.resourceNotFound": {
299
+ "developer_comment": "Error message when a resource is not found",
300
+ "string": "The requested resource was not found."
301
+ },
302
+ "Nimbus.FieldErrors.valueAboveMaximum": {
303
+ "developer_comment": "Error message for values above maximum threshold",
304
+ "string": "Value must be less than or equal to the maximum."
305
+ },
306
+ "Nimbus.FieldErrors.valueBelowMinimum": {
307
+ "developer_comment": "Error message for values below minimum threshold",
308
+ "string": "Value must be greater than or equal to the minimum."
309
+ },
310
+ "Nimbus.FieldErrors.valueBlocked": {
311
+ "developer_comment": "Error message for blocked or restricted values",
312
+ "string": "This value is not allowed."
313
+ },
314
+ "Nimbus.FieldErrors.valueOutOfRange": {
315
+ "developer_comment": "Error message for values outside acceptable range",
316
+ "string": "Value must be within the acceptable range."
317
+ },
318
+ "Nimbus.FieldErrors.valueTooLong": {
319
+ "developer_comment": "Error message for maximum length validation",
320
+ "string": "This value is too long."
321
+ },
322
+ "Nimbus.FieldErrors.valueTooShort": {
323
+ "developer_comment": "Error message for minimum length validation",
324
+ "string": "This value is too short."
325
+ },
326
+ "Nimbus.LoadingSpinner.default": {
327
+ "developer_comment": "Default loading message for loading spinners",
328
+ "string": "Loading data"
329
+ },
330
+ "Nimbus.LocalizedField.hideCurrencies": {
331
+ "developer_comment": "Label for hiding all currency inputs when toggle button is pressed",
332
+ "string": "Hide all currencies"
333
+ },
334
+ "Nimbus.LocalizedField.hideLanguages": {
335
+ "developer_comment": "Label for hiding all language inputs when toggle button is pressed",
336
+ "string": "Hide all languages"
337
+ },
338
+ "Nimbus.LocalizedField.infoBoxTriggerAriaLabel": {
339
+ "developer_comment": "aria label for button that triggers more info dialog",
340
+ "string": "more info"
341
+ },
342
+ "Nimbus.LocalizedField.missingRequiredField": {
343
+ "developer_comment": "Error message for missing required value",
344
+ "string": "This field is required. Provide at least one value."
345
+ },
346
+ "Nimbus.LocalizedField.showCurrencies": {
347
+ "developer_comment": "Label for showing all currency inputs when toggle button is pressed",
348
+ "string": "Show all currencies"
349
+ },
350
+ "Nimbus.LocalizedField.showLanguages": {
351
+ "developer_comment": "Label for showing all language inputs when toggle button is pressed",
352
+ "string": "Show all languages"
353
+ },
354
+ "Nimbus.MoneyInput.amountInputLabel": {
355
+ "developer_comment": "aria-label for amount input",
356
+ "string": "Amount"
357
+ },
358
+ "Nimbus.MoneyInput.currencySelectLabel": {
359
+ "developer_comment": "aria-label for currency selection dropdown",
360
+ "string": "Currency"
361
+ },
362
+ "Nimbus.MoneyInput.highPrecisionPrice": {
363
+ "developer_comment": "tooltip text for high precision price badge",
364
+ "string": "High precision price"
365
+ },
366
+ "Nimbus.NumberInput.decrement": {
367
+ "developer_comment": "aria-label for the decrement button in number input",
368
+ "string": "Decrement"
369
+ },
370
+ "Nimbus.NumberInput.increment": {
371
+ "developer_comment": "aria-label for the increment button in number input",
372
+ "string": "Increment"
373
+ },
374
+ "Nimbus.Pagination.currentPage": {
375
+ "developer_comment": "aria-label for the current page input field",
376
+ "string": "Current page"
377
+ },
378
+ "Nimbus.Pagination.goToNextPage": {
379
+ "developer_comment": "aria-label for the next page button",
380
+ "string": "Go to next page"
381
+ },
382
+ "Nimbus.Pagination.goToPreviousPage": {
383
+ "developer_comment": "aria-label for the previous page button",
384
+ "string": "Go to previous page"
385
+ },
386
+ "Nimbus.Pagination.itemsPerPage": {
387
+ "developer_comment": "aria-label for the items per page selector",
388
+ "string": "Items per page"
389
+ },
390
+ "Nimbus.Pagination.itemsPerPageText": {
391
+ "developer_comment": "text label displayed next to the page size selector",
392
+ "string": "items per page"
393
+ },
394
+ "Nimbus.Pagination.ofTotalPages": {
395
+ "developer_comment": "text showing total pages count after current page input",
396
+ "string": "of {totalPages}"
397
+ },
398
+ "Nimbus.Pagination.page": {
399
+ "developer_comment": "text label displayed before the page number",
400
+ "string": "Page"
401
+ },
402
+ "Nimbus.Pagination.pagination": {
403
+ "developer_comment": "aria-label for the pagination navigation element",
404
+ "string": "Pagination"
405
+ },
406
+ "Nimbus.PasswordInput.hide": {
407
+ "developer_comment": "aria-label & tooltip for hide password button",
408
+ "string": "Hide password"
409
+ },
410
+ "Nimbus.PasswordInput.show": {
411
+ "developer_comment": "aria-label & tooltip for show password button",
412
+ "string": "Show password"
413
+ },
414
+ "Nimbus.RangeCalendar.nextMonth": {
415
+ "developer_comment": "aria-label for next month navigation button",
416
+ "string": "Next month"
417
+ },
418
+ "Nimbus.RangeCalendar.nextYear": {
419
+ "developer_comment": "aria-label for next year navigation button",
420
+ "string": "Next year"
421
+ },
422
+ "Nimbus.RangeCalendar.previousMonth": {
423
+ "developer_comment": "aria-label for previous month navigation button",
424
+ "string": "Previous month"
425
+ },
426
+ "Nimbus.RangeCalendar.previousYear": {
427
+ "developer_comment": "aria-label for previous year navigation button",
428
+ "string": "Previous year"
429
+ },
430
+ "Nimbus.RichTextInput.bold": {
431
+ "developer_comment": "aria-label and tooltip for the bold formatting button",
432
+ "string": "Bold"
433
+ },
434
+ "Nimbus.RichTextInput.bulletedList": {
435
+ "developer_comment": "aria-label for the bulleted list button",
436
+ "string": "Bulleted list"
437
+ },
438
+ "Nimbus.RichTextInput.code": {
439
+ "developer_comment": "label for the code formatting menu item",
440
+ "string": "Code"
441
+ },
442
+ "Nimbus.RichTextInput.headingFive": {
443
+ "developer_comment": "label for heading 5 text style",
444
+ "string": "Heading 5"
445
+ },
446
+ "Nimbus.RichTextInput.headingFour": {
447
+ "developer_comment": "label for heading 4 text style",
448
+ "string": "Heading 4"
449
+ },
450
+ "Nimbus.RichTextInput.headingOne": {
451
+ "developer_comment": "label for heading 1 text style",
452
+ "string": "Heading 1"
453
+ },
454
+ "Nimbus.RichTextInput.headingThree": {
455
+ "developer_comment": "label for heading 3 text style",
456
+ "string": "Heading 3"
457
+ },
458
+ "Nimbus.RichTextInput.headingTwo": {
459
+ "developer_comment": "label for heading 2 text style",
460
+ "string": "Heading 2"
461
+ },
462
+ "Nimbus.RichTextInput.italic": {
463
+ "developer_comment": "aria-label and tooltip for the italic formatting button",
464
+ "string": "Italic"
465
+ },
466
+ "Nimbus.RichTextInput.listFormatting": {
467
+ "developer_comment": "aria-label for the list formatting toggle group",
468
+ "string": "List formatting"
469
+ },
470
+ "Nimbus.RichTextInput.moreFormattingOptions": {
471
+ "developer_comment": "aria-label for the more formatting options menu button",
472
+ "string": "More formatting options"
473
+ },
474
+ "Nimbus.RichTextInput.moreStyles": {
475
+ "developer_comment": "tooltip text for the more formatting options menu",
476
+ "string": "More styles"
477
+ },
478
+ "Nimbus.RichTextInput.numberedList": {
479
+ "developer_comment": "aria-label for the numbered list button",
480
+ "string": "Numbered list"
481
+ },
482
+ "Nimbus.RichTextInput.paragraph": {
483
+ "developer_comment": "label for paragraph text style",
484
+ "string": "Paragraph"
485
+ },
486
+ "Nimbus.RichTextInput.quote": {
487
+ "developer_comment": "label for block quote text style",
488
+ "string": "Quote"
489
+ },
490
+ "Nimbus.RichTextInput.redo": {
491
+ "developer_comment": "aria-label and tooltip for the redo button",
492
+ "string": "Redo"
493
+ },
494
+ "Nimbus.RichTextInput.strikethrough": {
495
+ "developer_comment": "label for the strikethrough menu item",
496
+ "string": "Strikethrough"
497
+ },
498
+ "Nimbus.RichTextInput.subscript": {
499
+ "developer_comment": "label for the subscript formatting menu item",
500
+ "string": "Subscript"
501
+ },
502
+ "Nimbus.RichTextInput.superscript": {
503
+ "developer_comment": "label for the superscript formatting menu item",
504
+ "string": "Superscript"
505
+ },
506
+ "Nimbus.RichTextInput.textFormatting": {
507
+ "developer_comment": "aria-label for the text formatting toolbar",
508
+ "string": "Text formatting"
509
+ },
510
+ "Nimbus.RichTextInput.textStyle": {
511
+ "developer_comment": "tooltip text for the text style menu",
512
+ "string": "Text style"
513
+ },
514
+ "Nimbus.RichTextInput.textStyleMenu": {
515
+ "developer_comment": "aria-label for the text style menu trigger button",
516
+ "string": "Text style menu"
517
+ },
518
+ "Nimbus.RichTextInput.underline": {
519
+ "developer_comment": "aria-label and tooltip for the underline formatting button",
520
+ "string": "Underline"
521
+ },
522
+ "Nimbus.RichTextInput.undo": {
523
+ "developer_comment": "aria-label and tooltip for the undo button",
524
+ "string": "Undo"
525
+ },
526
+ "Nimbus.ScopedSearchInput.searchLabel": {
527
+ "developer_comment": "Default aria-label for search input",
528
+ "string": "Search"
529
+ },
530
+ "Nimbus.ScopedSearchInput.selectLabel": {
531
+ "developer_comment": "Default aria-label for select dropdown",
532
+ "string": "Filter by"
533
+ },
534
+ "Nimbus.SearchInput.clearInput": {
535
+ "developer_comment": "aria-label for search input clear button",
536
+ "string": "Clear search input"
537
+ },
538
+ "Nimbus.Select.clearSelection": {
539
+ "developer_comment": "aria-label for select clear button",
540
+ "string": "Clear selection"
541
+ },
542
+ "Nimbus.SplitButton.noActionsAvailable": {
543
+ "developer_comment": "fallback message when split button has no menu items",
544
+ "string": "No actions available"
545
+ },
546
+ "Nimbus.TagGroup.removeTag": {
547
+ "developer_comment": "aria-label for remove tag button",
548
+ "string": "Remove tag"
549
+ }
550
+ }
package/data/es.json CHANGED
@@ -47,6 +47,22 @@
47
47
  "developer_comment": "aria-label for the combobox toggle button",
48
48
  "string": "Conmutar combobox"
49
49
  },
50
+ "Nimbus.DataTable.comfortable": {
51
+ "developer_comment": "title for the comfortable togglebutton in the data table manager layout",
52
+ "string": "Comfortable"
53
+ },
54
+ "Nimbus.DataTable.comfortableAriaLabel": {
55
+ "developer_comment": "aria-label for the comfortable togglebutton in the data table manager layout",
56
+ "string": "Comfortable section"
57
+ },
58
+ "Nimbus.DataTable.compact": {
59
+ "developer_comment": "title for the compact togglebutton in the data table manager layout",
60
+ "string": "Compact"
61
+ },
62
+ "Nimbus.DataTable.compactAriaLabel": {
63
+ "developer_comment": "aria-label for the compact togglebutton in the data table manager layout",
64
+ "string": "Compact section"
65
+ },
50
66
  "Nimbus.DataTable.dataTable": {
51
67
  "developer_comment": "aria-label for the data table element",
52
68
  "string": "Tabla de datos"
@@ -63,18 +79,98 @@
63
79
  "developer_comment": "aria-label for the expand rows column header",
64
80
  "string": "Extender filas"
65
81
  },
82
+ "Nimbus.DataTable.fullText": {
83
+ "developer_comment": "title for the full text section in the data table manager layout",
84
+ "string": "Full text"
85
+ },
86
+ "Nimbus.DataTable.fullTextAriaLabel": {
87
+ "developer_comment": "aria-label for the full text section in the data table manager layout",
88
+ "string": "Full text section"
89
+ },
90
+ "Nimbus.DataTable.hiddenColumns": {
91
+ "developer_comment": "title for the hidden columns section in the data table manager",
92
+ "string": "Hidden columns"
93
+ },
94
+ "Nimbus.DataTable.hiddenColumnsAriaLabel": {
95
+ "developer_comment": "aria-label for the hidden columns list in the data table manager",
96
+ "string": "Hidden columns list"
97
+ },
98
+ "Nimbus.DataTable.hideColumn": {
99
+ "developer_comment": "aria-label for the hide column button in the data table manager",
100
+ "string": "Hide column"
101
+ },
102
+ "Nimbus.DataTable.layoutSettings": {
103
+ "developer_comment": "title for the layout settings section in the data table manager",
104
+ "string": "Layout settings"
105
+ },
106
+ "Nimbus.DataTable.layoutSettingsAriaLabel": {
107
+ "developer_comment": "aria-label for the layout settings section in the data table manager",
108
+ "string": "Layout settings section"
109
+ },
110
+ "Nimbus.DataTable.noHiddenColumns": {
111
+ "developer_comment": "message when there is no hidden columns in the data table manager",
112
+ "string": "No Hidden columns"
113
+ },
66
114
  "Nimbus.DataTable.pinRows": {
67
115
  "developer_comment": "aria-label for the pin rows column header",
68
116
  "string": "Fijar filas"
69
117
  },
118
+ "Nimbus.DataTable.reset": {
119
+ "developer_comment": "aria-label for the reset columns button in the data table manager",
120
+ "string": "Reset columns"
121
+ },
70
122
  "Nimbus.DataTable.resizeColumn": {
71
123
  "developer_comment": "aria-label for the column resizer",
72
124
  "string": "Ajustar tamaño de columna"
73
125
  },
126
+ "Nimbus.DataTable.rowDensity": {
127
+ "developer_comment": "title for the row density section in the data table manager layout",
128
+ "string": "Row density"
129
+ },
130
+ "Nimbus.DataTable.rowDensityAriaLabel": {
131
+ "developer_comment": "aria-label for the row density section in the data table manager layout",
132
+ "string": "Row density section"
133
+ },
134
+ "Nimbus.DataTable.searchHiddenColumns": {
135
+ "developer_comment": "placeholder for the search input in the hidden columns section in the data table manager",
136
+ "string": "Search..."
137
+ },
74
138
  "Nimbus.DataTable.selectRow": {
75
139
  "developer_comment": "aria-label for the row selection checkbox",
76
140
  "string": "Seleccionar fila"
77
141
  },
142
+ "Nimbus.DataTable.settings": {
143
+ "developer_comment": "aria-label for the settings button in the data table manager",
144
+ "string": "Table settings"
145
+ },
146
+ "Nimbus.DataTable.textPreviews": {
147
+ "developer_comment": "title for the text previews section in the data table manager layout",
148
+ "string": "Text previews"
149
+ },
150
+ "Nimbus.DataTable.textPreviewsAriaLabel": {
151
+ "developer_comment": "aria-label for the text previews section in the data table manager layout",
152
+ "string": "Text previews section"
153
+ },
154
+ "Nimbus.DataTable.textVisibility": {
155
+ "developer_comment": "title for the text visibility section in the data table manager layout",
156
+ "string": "Text visibility"
157
+ },
158
+ "Nimbus.DataTable.textVisibilityAriaLabel": {
159
+ "developer_comment": "aria-label for the text visibility section in the data table manager layout",
160
+ "string": "Text visibility section"
161
+ },
162
+ "Nimbus.DataTable.visibleColumns": {
163
+ "developer_comment": "title for the visible columns section in the data table manager",
164
+ "string": "Visible columns"
165
+ },
166
+ "Nimbus.DataTable.visibleColumnsAria": {
167
+ "developer_comment": "aria-label for the visible columns list in the data table manager",
168
+ "string": "Visible columns list"
169
+ },
170
+ "Nimbus.DataTable.visibleColumnsList": {
171
+ "developer_comment": "title for the visible columns section in the data table manager",
172
+ "string": "Visible columns"
173
+ },
78
174
  "Nimbus.DatePicker.Time.enterTime": {
79
175
  "developer_comment": "aria-label for time input field in date picker",
80
176
  "string": "Indicar tiempo"