@brightspace-ui/core 1.196.3 → 1.197.3

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 (69) hide show
  1. package/components/filter/README.md +15 -6
  2. package/components/filter/filter-dimension-set-value.js +3 -0
  3. package/components/filter/filter-dimension-set.js +5 -1
  4. package/components/filter/screenshots/filter-mobile.png +0 -0
  5. package/components/filter/screenshots/filter-multi-dim.png +0 -0
  6. package/components/filter/screenshots/filter.png +0 -0
  7. package/components/form/form-mixin.js +1 -0
  8. package/components/form/form-native.js +0 -1
  9. package/components/form/form.js +0 -1
  10. package/components/html-block/html-block.js +8 -0
  11. package/components/inputs/input-date-range.js +9 -1
  12. package/components/inputs/input-date-time-range-to.js +3 -0
  13. package/components/inputs/input-date-time-range.js +10 -1
  14. package/components/inputs/input-date-time.js +7 -1
  15. package/components/inputs/input-date.js +7 -1
  16. package/components/inputs/input-fieldset.js +3 -0
  17. package/components/inputs/input-radio-styles.js +2 -1
  18. package/components/inputs/input-time-range.js +10 -1
  19. package/components/inputs/input-time.js +6 -1
  20. package/components/link/README.md +1 -1
  21. package/components/list/README.md +11 -10
  22. package/components/list/list-item-button-mixin.js +1 -0
  23. package/components/list/list-item-button.js +0 -3
  24. package/components/list/list-item-checkbox-mixin.js +1 -0
  25. package/components/list/list-item-drag-drop-mixin.js +2 -0
  26. package/components/list/list-item-link-mixin.js +1 -0
  27. package/components/list/list-item.js +0 -3
  28. package/components/list/list.js +13 -0
  29. package/components/menu/menu-item-checkbox.js +0 -4
  30. package/components/menu/menu-item-link.js +0 -2
  31. package/components/menu/menu-item-mixin.js +3 -0
  32. package/components/menu/menu-item-radio.js +0 -3
  33. package/components/menu/menu-item-selectable-mixin.js +2 -0
  34. package/components/menu/menu-item.js +0 -2
  35. package/components/overflow-group/overflow-group.js +4 -3
  36. package/components/scroll-wrapper/scroll-wrapper.js +1 -2
  37. package/components/selection/selection-action.js +4 -0
  38. package/components/selection/selection-input.js +9 -2
  39. package/components/selection/selection-mixin.js +2 -1
  40. package/components/selection/selection-observer-mixin.js +3 -1
  41. package/components/selection/selection-select-all.js +2 -0
  42. package/components/selection/selection-summary.js +3 -1
  43. package/components/skeleton/skeleton-mixin.js +1 -0
  44. package/components/status-indicator/status-indicator.js +2 -0
  45. package/components/switch/switch-visibility.js +3 -0
  46. package/components/switch/switch.js +3 -0
  47. package/components/table/table-col-sort-button.js +0 -2
  48. package/components/table/table-wrapper.js +0 -2
  49. package/components/tabs/tab-panel-mixin.js +2 -0
  50. package/components/tabs/tab-panel.js +0 -2
  51. package/custom-elements.json +53 -48
  52. package/lang/ar.js +7 -7
  53. package/lang/cy.js +7 -7
  54. package/lang/da.js +7 -7
  55. package/lang/de.js +7 -7
  56. package/lang/es-es.js +7 -7
  57. package/lang/es.js +8 -8
  58. package/lang/fr-fr.js +8 -8
  59. package/lang/fr.js +7 -7
  60. package/lang/ja.js +8 -8
  61. package/lang/ko.js +7 -7
  62. package/lang/nl.js +8 -8
  63. package/lang/pt.js +7 -7
  64. package/lang/sv.js +7 -7
  65. package/lang/tr.js +7 -7
  66. package/lang/zh-tw.js +7 -7
  67. package/lang/zh.js +8 -8
  68. package/package.json +1 -1
  69. package/templates/primary-secondary/primary-secondary.js +2 -0
@@ -2961,11 +2961,6 @@
2961
2961
  "default": "\"\""
2962
2962
  }
2963
2963
  ],
2964
- "events": [
2965
- {
2966
- "name": "d2l-filter-dimension-data-change"
2967
- }
2968
- ],
2969
2964
  "slots": [
2970
2965
  {
2971
2966
  "name": "",
@@ -3161,13 +3156,13 @@
3161
3156
  "name": "submit",
3162
3157
  "description": "Dispatched when the form is submitted. Cancelling this event will prevent form submission."
3163
3158
  },
3164
- {
3165
- "name": "d2l-form-dirty",
3166
- "description": "Dispatched whenever any form element fires an `input` or `change` event. Can be used to track whether the form is dirty or not."
3167
- },
3168
3159
  {
3169
3160
  "name": "formdata",
3170
3161
  "description": "Dispatched after the entry list representing the form's data is constructed. This happens when the form is submitted just prior to submission. The form data can be obtained from the `detail`'s `formData` property."
3162
+ },
3163
+ {
3164
+ "name": "d2l-form-dirty",
3165
+ "description": "Dispatched whenever any form element fires an `input` or `change` event. Can be used to track whether the form is dirty or not."
3171
3166
  }
3172
3167
  ],
3173
3168
  "slots": [
@@ -3210,10 +3205,6 @@
3210
3205
  }
3211
3206
  ],
3212
3207
  "events": [
3213
- {
3214
- "name": "d2l-form-dirty",
3215
- "description": "Dispatched whenever any form element fires an `input` or `change` event. Can be used to track whether the form is dirty or not."
3216
- },
3217
3208
  {
3218
3209
  "name": "d2l-form-invalid",
3219
3210
  "description": "Dispatched when the form fails validation. The error map can be obtained from the `detail`'s `errors` property."
@@ -3221,6 +3212,10 @@
3221
3212
  {
3222
3213
  "name": "d2l-form-submit",
3223
3214
  "description": "Dispatched when the form is submitted. The form data can be obtained from the `detail`'s `formData` property."
3215
+ },
3216
+ {
3217
+ "name": "d2l-form-dirty",
3218
+ "description": "Dispatched whenever any form element fires an `input` or `change` event. Can be used to track whether the form is dirty or not."
3224
3219
  }
3225
3220
  ],
3226
3221
  "slots": [
@@ -3816,7 +3811,7 @@
3816
3811
  "events": [
3817
3812
  {
3818
3813
  "name": "change",
3819
- "description": "Dispatched when there is a change to selected start date or selected end date. \"start-value\" and \"end-value\" correspond to the selected values and are formatted in ISO 8601 calendar date format (\"YYYY-MM-DD\")."
3814
+ "description": "Dispatched when there is a change to selected start date or selected end date. `start-value` and `end-value` correspond to the selected values and are formatted in ISO 8601 calendar date format (`YYYY-MM-DD`)."
3820
3815
  }
3821
3816
  ]
3822
3817
  },
@@ -4102,7 +4097,7 @@
4102
4097
  "events": [
4103
4098
  {
4104
4099
  "name": "change",
4105
- "description": "Dispatched when there is a change to selected start date-time or selected end date-time. \"start-value\" and \"end-value\" correspond to the selected values and are formatted in ISO 8601 combined date and time format (\"YYYY-MM-DDTHH:mm:ss.sssZ\")."
4100
+ "description": "Dispatched when there is a change to selected start date-time or selected end date-time. `start-value` and `end-value` correspond to the selected values and are formatted in ISO 8601 combined date and time format (`YYYY-MM-DDTHH:mm:ss.sssZ`)."
4106
4101
  }
4107
4102
  ],
4108
4103
  "slots": [
@@ -4278,7 +4273,7 @@
4278
4273
  "events": [
4279
4274
  {
4280
4275
  "name": "change",
4281
- "description": "Dispatched when there is a change to selected date or selected time. \"value\" corresponds to the selected value and is formatted in ISO 8601 combined date and time format (\"YYYY-MM-DDTHH:mm:ss.sssZ\")."
4276
+ "description": "Dispatched when there is a change to selected date or selected time. `value` corresponds to the selected value and is formatted in ISO 8601 combined date and time format (`YYYY-MM-DDTHH:mm:ss.sssZ`)."
4282
4277
  }
4283
4278
  ]
4284
4279
  },
@@ -4433,7 +4428,7 @@
4433
4428
  "events": [
4434
4429
  {
4435
4430
  "name": "change",
4436
- "description": "Dispatched when there is a change to selected date. \"value\" corresponds to the selected value and is formatted in ISO 8601 calendar date format (\"YYYY-MM-DD\")."
4431
+ "description": "Dispatched when there is a change to selected date. `value` corresponds to the selected value and is formatted in ISO 8601 calendar date format (`YYYY-MM-DD`)."
4437
4432
  }
4438
4433
  ]
4439
4434
  },
@@ -5862,7 +5857,7 @@
5862
5857
  "events": [
5863
5858
  {
5864
5859
  "name": "change",
5865
- "description": "Dispatched when there is a change to selected start time or selected end time. \"start-value\" and \"end-value\" correspond to the selected values and are formatted in ISO 8601 calendar time format (\"hh:mm:ss\")."
5860
+ "description": "Dispatched when there is a change to selected start time or selected end time. `start-value` and `end-value` correspond to the selected values and are formatted in ISO 8601 calendar time format (`hh:mm:ss`)."
5866
5861
  }
5867
5862
  ]
5868
5863
  },
@@ -6028,7 +6023,7 @@
6028
6023
  "events": [
6029
6024
  {
6030
6025
  "name": "change",
6031
- "description": "Dispatched when there is a change to selected time. \"value\" corresponds to the selected value and is formatted in ISO 8601 time format (\"hh:mm:ss\")."
6026
+ "description": "Dispatched when there is a change to selected time. `value` corresponds to the selected value and is formatted in ISO 8601 time format (`hh:mm:ss`)."
6032
6027
  }
6033
6028
  ]
6034
6029
  },
@@ -6324,10 +6319,12 @@
6324
6319
  ],
6325
6320
  "events": [
6326
6321
  {
6327
- "name": "d2l-list-item-position-change"
6322
+ "name": "d2l-list-item-position-change",
6323
+ "description": "Dispatched when a draggable list item's position changes in the list. See [Event Details: d2l-list-item-position-change](#event-details%3A-d2l-list-item-position-change)."
6328
6324
  },
6329
6325
  {
6330
- "name": "d2l-list-item-selected"
6326
+ "name": "d2l-list-item-selected",
6327
+ "description": "Dispatched when the component item is selected"
6331
6328
  }
6332
6329
  ]
6333
6330
  },
@@ -6892,7 +6889,7 @@
6892
6889
  },
6893
6890
  {
6894
6891
  "name": "selection-single",
6895
- "description": "Whether the selection control is limited to single selection.",
6892
+ "description": "Whether the selection control is limited to single selection",
6896
6893
  "type": "boolean",
6897
6894
  "default": "false"
6898
6895
  }
@@ -6922,7 +6919,7 @@
6922
6919
  {
6923
6920
  "name": "selectionSingle",
6924
6921
  "attribute": "selection-single",
6925
- "description": "Whether the selection control is limited to single selection.",
6922
+ "description": "Whether the selection control is limited to single selection",
6926
6923
  "type": "boolean",
6927
6924
  "default": "false"
6928
6925
  }
@@ -7036,10 +7033,12 @@
7036
7033
  ],
7037
7034
  "events": [
7038
7035
  {
7039
- "name": "d2l-menu-item-select"
7036
+ "name": "d2l-menu-item-select",
7037
+ "description": "Dispatched when the menu item is selected"
7040
7038
  },
7041
7039
  {
7042
- "name": "d2l-menu-item-visibility-change"
7040
+ "name": "d2l-menu-item-visibility-change",
7041
+ "description": "Dispatched when the visibility of the menu item changes"
7043
7042
  }
7044
7043
  ]
7045
7044
  },
@@ -7115,10 +7114,6 @@
7115
7114
  }
7116
7115
  ],
7117
7116
  "events": [
7118
- {
7119
- "name": "click",
7120
- "description": "Dispatched when the link is clicked"
7121
- },
7122
7117
  {
7123
7118
  "name": "d2l-menu-item-change",
7124
7119
  "description": "Dispatched when the selected menu item changes"
@@ -7298,7 +7293,7 @@
7298
7293
  },
7299
7294
  {
7300
7295
  "name": "d2l-menu-item-select",
7301
- "description": "Dispatched when a menu item is selected"
7296
+ "description": "Dispatched when the menu item is selected"
7302
7297
  },
7303
7298
  {
7304
7299
  "name": "d2l-menu-item-visibility-change",
@@ -7350,10 +7345,12 @@
7350
7345
  ],
7351
7346
  "events": [
7352
7347
  {
7353
- "name": "d2l-menu-item-select"
7348
+ "name": "d2l-menu-item-select",
7349
+ "description": "Dispatched when the menu item is selected"
7354
7350
  },
7355
7351
  {
7356
- "name": "d2l-menu-item-visibility-change"
7352
+ "name": "d2l-menu-item-visibility-change",
7353
+ "description": "Dispatched when the visibility of the menu item changes"
7357
7354
  }
7358
7355
  ]
7359
7356
  },
@@ -7408,7 +7405,7 @@
7408
7405
  "events": [
7409
7406
  {
7410
7407
  "name": "d2l-menu-item-select",
7411
- "description": "Dispatched when a menu item is selected"
7408
+ "description": "Dispatched when the menu item is selected"
7412
7409
  },
7413
7410
  {
7414
7411
  "name": "d2l-menu-item-visibility-change",
@@ -7752,7 +7749,7 @@
7752
7749
  {
7753
7750
  "name": "d2l-overflow-group",
7754
7751
  "path": "./components/overflow-group/overflow-group.js",
7755
- "description": "A component that can be used to display a set of buttons, links or menus that will be put into a\ndropdown menu when they no longer fit on the first line of their container",
7752
+ "description": "A component that can be used to display a set of buttons, links or menus that will be put into a dropdown menu when they no longer fit on the first line of their container",
7756
7753
  "attributes": [
7757
7754
  {
7758
7755
  "name": "auto-show",
@@ -7931,7 +7928,8 @@
7931
7928
  },
7932
7929
  {
7933
7930
  "name": "selectionInfo",
7934
- "description": "The selection info (set by the selection component)."
7931
+ "description": "The selection info (set by the selection component)",
7932
+ "type": "object"
7935
7933
  },
7936
7934
  {
7937
7935
  "name": "disabled-tooltip",
@@ -7973,7 +7971,8 @@
7973
7971
  {
7974
7972
  "name": "selectionInfo",
7975
7973
  "attribute": "selectionInfo",
7976
- "description": "The selection info (set by the selection component)."
7974
+ "description": "The selection info (set by the selection component)",
7975
+ "type": "object"
7977
7976
  },
7978
7977
  {
7979
7978
  "name": "disabledTooltip",
@@ -7995,7 +7994,8 @@
7995
7994
  "description": "Dispatched when the user clicks the action; provides the selection info"
7996
7995
  },
7997
7996
  {
7998
- "name": "d2l-selection-observer-subscribe"
7997
+ "name": "d2l-selection-observer-subscribe",
7998
+ "description": "Internal event"
7999
7999
  }
8000
8000
  ]
8001
8001
  },
@@ -8099,7 +8099,8 @@
8099
8099
  "description": "Dispatched when the selected state changes"
8100
8100
  },
8101
8101
  {
8102
- "name": "d2l-selection-input-subscribe"
8102
+ "name": "d2l-selection-input-subscribe",
8103
+ "description": "Internal event"
8103
8104
  }
8104
8105
  ]
8105
8106
  },
@@ -8121,7 +8122,7 @@
8121
8122
  },
8122
8123
  {
8123
8124
  "name": "selectionInfo",
8124
- "description": "The selection info (set by the selection component).",
8125
+ "description": "The selection info (set by the selection component)",
8125
8126
  "type": "object"
8126
8127
  }
8127
8128
  ],
@@ -8142,13 +8143,14 @@
8142
8143
  {
8143
8144
  "name": "selectionInfo",
8144
8145
  "attribute": "selectionInfo",
8145
- "description": "The selection info (set by the selection component).",
8146
+ "description": "The selection info (set by the selection component)",
8146
8147
  "type": "object"
8147
8148
  }
8148
8149
  ],
8149
8150
  "events": [
8150
8151
  {
8151
- "name": "d2l-selection-observer-subscribe"
8152
+ "name": "d2l-selection-observer-subscribe",
8153
+ "description": "Internal event"
8152
8154
  }
8153
8155
  ]
8154
8156
  },
@@ -8159,7 +8161,7 @@
8159
8161
  "attributes": [
8160
8162
  {
8161
8163
  "name": "no-selection-text",
8162
- "description": "Text to display if no items are selected.",
8164
+ "description": "Text to display if no items are selected",
8163
8165
  "type": "string"
8164
8166
  },
8165
8167
  {
@@ -8169,7 +8171,7 @@
8169
8171
  },
8170
8172
  {
8171
8173
  "name": "selectionInfo",
8172
- "description": "The selection info (set by the selection component).",
8174
+ "description": "The selection info (set by the selection component)",
8173
8175
  "type": "object"
8174
8176
  }
8175
8177
  ],
@@ -8177,7 +8179,7 @@
8177
8179
  {
8178
8180
  "name": "noSelectionText",
8179
8181
  "attribute": "no-selection-text",
8180
- "description": "Text to display if no items are selected.",
8182
+ "description": "Text to display if no items are selected",
8181
8183
  "type": "string"
8182
8184
  },
8183
8185
  {
@@ -8189,13 +8191,14 @@
8189
8191
  {
8190
8192
  "name": "selectionInfo",
8191
8193
  "attribute": "selectionInfo",
8192
- "description": "The selection info (set by the selection component).",
8194
+ "description": "The selection info (set by the selection component)",
8193
8195
  "type": "object"
8194
8196
  }
8195
8197
  ],
8196
8198
  "events": [
8197
8199
  {
8198
- "name": "d2l-selection-observer-subscribe"
8200
+ "name": "d2l-selection-observer-subscribe",
8201
+ "description": "Internal event"
8199
8202
  }
8200
8203
  ]
8201
8204
  },
@@ -8205,7 +8208,7 @@
8205
8208
  "attributes": [
8206
8209
  {
8207
8210
  "name": "selection-single",
8208
- "description": "Whether the selection control is limited to single selection.",
8211
+ "description": "Whether the selection control is limited to single selection",
8209
8212
  "type": "boolean",
8210
8213
  "default": "false"
8211
8214
  }
@@ -8214,7 +8217,7 @@
8214
8217
  {
8215
8218
  "name": "selectionSingle",
8216
8219
  "attribute": "selection-single",
8217
- "description": "Whether the selection control is limited to single selection.",
8220
+ "description": "Whether the selection control is limited to single selection",
8218
8221
  "type": "boolean",
8219
8222
  "default": "false"
8220
8223
  }
@@ -8474,6 +8477,7 @@
8474
8477
  {
8475
8478
  "name": "d2l-switch-visibility",
8476
8479
  "path": "./components/switch/switch-visibility.js",
8480
+ "description": "A variant of the generic switch configured with special icons and default text for toggling \"visibility\".",
8477
8481
  "attributes": [
8478
8482
  {
8479
8483
  "name": "text",
@@ -8562,6 +8566,7 @@
8562
8566
  {
8563
8567
  "name": "d2l-switch",
8564
8568
  "path": "./components/switch/switch.js",
8569
+ "description": "A generic switch with on/off semantics.",
8565
8570
  "attributes": [
8566
8571
  {
8567
8572
  "name": "text",
package/lang/ar.js CHANGED
@@ -10,13 +10,13 @@ export default {
10
10
  "components.dialog.close": "إغلاق مربع الحوار هذا",
11
11
  "components.dropdown.close": "إغلاق",
12
12
  "components.filter.clear": "مسح",
13
- "components.filter.clearAll": "Clear All",
14
- "components.filter.clearAllAnnounce": "Clearing all filters",
15
- "components.filter.clearAllDescription": "Clear all filters",
16
- "components.filter.clearAnnounce": "Clearing filters for: {filterName}",
17
- "components.filter.clearAnnounceSingle": "Clearing filters",
18
- "components.filter.clearDescription": "Clear filters for: {filterName}",
19
- "components.filter.clearDescriptionSingle": "Clear filters",
13
+ "components.filter.clearAll": "مسح الكل",
14
+ "components.filter.clearAllAnnounce": "جارٍ مسح كل عوامل التصفية",
15
+ "components.filter.clearAllDescription": "مسح كل عوامل التصفية",
16
+ "components.filter.clearAnnounce": "جارٍ مسح عوامل التصفية لـ: {filterName}",
17
+ "components.filter.clearAnnounceSingle": "جارٍ مسح عوامل التصفية",
18
+ "components.filter.clearDescription": "مسح عوامل التصفية لـ: {filterName}",
19
+ "components.filter.clearDescriptionSingle": "مسح عوامل التصفية",
20
20
  "components.filter.loading": "يتم تحميل عوامل التصفية",
21
21
  "components.filter.filterCountDescription": "{number, plural, zero {لم يتم تطبيق عوامل تصفية.} one {تم تطبيق عامل تصفية واحد.} other {{number} من عوامل التصفية التي تم تطبيقها.}}",
22
22
  "components.filter.filters": "عوامل التصفية",
package/lang/cy.js CHANGED
@@ -10,13 +10,13 @@ export default {
10
10
  "components.dialog.close": "Cau'r dialog hwn",
11
11
  "components.dropdown.close": "Cau",
12
12
  "components.filter.clear": "Clirio",
13
- "components.filter.clearAll": "Clear All",
14
- "components.filter.clearAllAnnounce": "Clearing all filters",
15
- "components.filter.clearAllDescription": "Clear all filters",
16
- "components.filter.clearAnnounce": "Clearing filters for: {filterName}",
17
- "components.filter.clearAnnounceSingle": "Clearing filters",
18
- "components.filter.clearDescription": "Clear filters for: {filterName}",
19
- "components.filter.clearDescriptionSingle": "Clear filters",
13
+ "components.filter.clearAll": "Clirio’r Cyfan",
14
+ "components.filter.clearAllAnnounce": "Wrthi’n clirio’r holl hidlwyr",
15
+ "components.filter.clearAllDescription": "Clirio’r holl hidlwyr",
16
+ "components.filter.clearAnnounce": "Wrthi’n clirio hidlwyr ar gyfer: {filterName}",
17
+ "components.filter.clearAnnounceSingle": "Wrthi'n clirio hidlwyr",
18
+ "components.filter.clearDescription": "Wrthi’n clirio hidlwyd ar gyfer: {filterName}",
19
+ "components.filter.clearDescriptionSingle": "Clirio Hidlwyr",
20
20
  "components.filter.loading": "Wrthi’n llwytho hidlyddion",
21
21
  "components.filter.filterCountDescription": "{number, plural, zero {Ni chymhwyswyd hidlwyr.} one {1 hidlydd wedi'i gymhwyso.} other {{number} hidlydd wedi'u cymhwyso.}}",
22
22
  "components.filter.filters": "Hidlyddion",
package/lang/da.js CHANGED
@@ -10,13 +10,13 @@ export default {
10
10
  "components.dialog.close": "Luk denne dialogboks",
11
11
  "components.dropdown.close": "Luk",
12
12
  "components.filter.clear": "Ryd",
13
- "components.filter.clearAll": "Clear All",
14
- "components.filter.clearAllAnnounce": "Clearing all filters",
15
- "components.filter.clearAllDescription": "Clear all filters",
16
- "components.filter.clearAnnounce": "Clearing filters for: {filterName}",
17
- "components.filter.clearAnnounceSingle": "Clearing filters",
18
- "components.filter.clearDescription": "Clear filters for: {filterName}",
19
- "components.filter.clearDescriptionSingle": "Clear filters",
13
+ "components.filter.clearAll": "Ryd alle",
14
+ "components.filter.clearAllAnnounce": "Rydder alle filtre",
15
+ "components.filter.clearAllDescription": "Ryd alle filtre",
16
+ "components.filter.clearAnnounce": "Rydder filtre for: {filterName}",
17
+ "components.filter.clearAnnounceSingle": "Rydder filtre",
18
+ "components.filter.clearDescription": "Ryd filtre for: {filterName}",
19
+ "components.filter.clearDescriptionSingle": "Ryd filtre",
20
20
  "components.filter.loading": "Indlæser filtre",
21
21
  "components.filter.filterCountDescription": "{number, plural, zero {Ingen filtre anvendt.} one {1 filter anvendt.} other {{number} filtre anvendt.}}",
22
22
  "components.filter.filters": "Filtre",
package/lang/de.js CHANGED
@@ -10,13 +10,13 @@ export default {
10
10
  "components.dialog.close": "Dieses Dialogfeld schließen",
11
11
  "components.dropdown.close": "Schließen",
12
12
  "components.filter.clear": "Löschen",
13
- "components.filter.clearAll": "Clear All",
14
- "components.filter.clearAllAnnounce": "Clearing all filters",
15
- "components.filter.clearAllDescription": "Clear all filters",
16
- "components.filter.clearAnnounce": "Clearing filters for: {filterName}",
17
- "components.filter.clearAnnounceSingle": "Clearing filters",
18
- "components.filter.clearDescription": "Clear filters for: {filterName}",
19
- "components.filter.clearDescriptionSingle": "Clear filters",
13
+ "components.filter.clearAll": "Alle löschen",
14
+ "components.filter.clearAllAnnounce": "Alle Filter werden gelöscht",
15
+ "components.filter.clearAllDescription": "Alle Filter löschen",
16
+ "components.filter.clearAnnounce": "Filter für {filterName} werden gelöscht",
17
+ "components.filter.clearAnnounceSingle": "Filter werden gelöscht",
18
+ "components.filter.clearDescription": "Filter für {filterName} löschen",
19
+ "components.filter.clearDescriptionSingle": "Filter löschen",
20
20
  "components.filter.loading": "Filter werden geladen",
21
21
  "components.filter.filterCountDescription": "{number, plural, zero {Keine Filter angewendet.} one {1 Filter angewendet.} other {{number} Filter angewendet.}}",
22
22
  "components.filter.filters": "Filter",
package/lang/es-es.js CHANGED
@@ -10,13 +10,13 @@ export default {
10
10
  "components.dialog.close": "Cerrar este cuadro de diálogo",
11
11
  "components.dropdown.close": "Cerrar",
12
12
  "components.filter.clear": "Borrar",
13
- "components.filter.clearAll": "Clear All",
14
- "components.filter.clearAllAnnounce": "Clearing all filters",
15
- "components.filter.clearAllDescription": "Clear all filters",
16
- "components.filter.clearAnnounce": "Clearing filters for: {filterName}",
17
- "components.filter.clearAnnounceSingle": "Clearing filters",
18
- "components.filter.clearDescription": "Clear filters for: {filterName}",
19
- "components.filter.clearDescriptionSingle": "Clear filters",
13
+ "components.filter.clearAll": "Borrar todo",
14
+ "components.filter.clearAllAnnounce": "Borrando todos los filtros",
15
+ "components.filter.clearAllDescription": "Borrar todos los filtros",
16
+ "components.filter.clearAnnounce": "Borrando filtros para: {filterName}",
17
+ "components.filter.clearAnnounceSingle": "Borrando filtros",
18
+ "components.filter.clearDescription": "Borrar filtros para: {filterName}",
19
+ "components.filter.clearDescriptionSingle": "Borrar filtros",
20
20
  "components.filter.loading": "Cargando filtros",
21
21
  "components.filter.filterCountDescription": "{number, plural, zero {Sin filtros aplicados.} one {1 filtro aplicado.} other {{number} filtros aplicados.}}",
22
22
  "components.filter.filters": "Filtros",
package/lang/es.js CHANGED
@@ -6,17 +6,17 @@ export default {
6
6
  "components.calendar.notSelected": "No seleccionado.",
7
7
  "components.calendar.selected": "Seleccionado.",
8
8
  "components.calendar.show": "Mostrar {month}",
9
- "components.count-badge.plus" : "{number}+",
9
+ "components.count-badge.plus" : "Más de {number}",
10
10
  "components.dialog.close": "Cerrar este cuadro de diálogo",
11
11
  "components.dropdown.close": "Cerrar",
12
12
  "components.filter.clear": "Borrar",
13
- "components.filter.clearAll": "Clear All",
14
- "components.filter.clearAllAnnounce": "Clearing all filters",
15
- "components.filter.clearAllDescription": "Clear all filters",
16
- "components.filter.clearAnnounce": "Clearing filters for: {filterName}",
17
- "components.filter.clearAnnounceSingle": "Clearing filters",
18
- "components.filter.clearDescription": "Clear filters for: {filterName}",
19
- "components.filter.clearDescriptionSingle": "Clear filters",
13
+ "components.filter.clearAll": "Borrar todo",
14
+ "components.filter.clearAllAnnounce": "Borrando todos los filtros",
15
+ "components.filter.clearAllDescription": "Borrar todos los filtros",
16
+ "components.filter.clearAnnounce": "Borrando filtros para: {filterName}",
17
+ "components.filter.clearAnnounceSingle": "Borrando filtros",
18
+ "components.filter.clearDescription": "Borrar filtros para: {filterName}",
19
+ "components.filter.clearDescriptionSingle": "Borrar filtros",
20
20
  "components.filter.loading": "Cargando filtros",
21
21
  "components.filter.filterCountDescription": "{number, plural, zero {Sin filtros aplicados.} one {1 filtro aplicado.} other {{number} filtros aplicados.}}",
22
22
  "components.filter.filters": "Filtros",
package/lang/fr-fr.js CHANGED
@@ -6,17 +6,17 @@ export default {
6
6
  "components.calendar.notSelected": "Non sélectionné.",
7
7
  "components.calendar.selected": "Sélectionné.",
8
8
  "components.calendar.show": "Afficher {month}",
9
- "components.count-badge.plus" : "{number}+",
9
+ "components.count-badge.plus" : "Plus de {number}",
10
10
  "components.dialog.close": "Fermer cette boîte de dialogue",
11
11
  "components.dropdown.close": "Fermer",
12
12
  "components.filter.clear": "Effacer",
13
- "components.filter.clearAll": "Clear All",
14
- "components.filter.clearAllAnnounce": "Clearing all filters",
15
- "components.filter.clearAllDescription": "Clear all filters",
16
- "components.filter.clearAnnounce": "Clearing filters for: {filterName}",
17
- "components.filter.clearAnnounceSingle": "Clearing filters",
18
- "components.filter.clearDescription": "Clear filters for: {filterName}",
19
- "components.filter.clearDescriptionSingle": "Clear filters",
13
+ "components.filter.clearAll": "Tout effacer",
14
+ "components.filter.clearAllAnnounce": "Suppression de tous les filtres",
15
+ "components.filter.clearAllDescription": "Supprimer tous les filtres",
16
+ "components.filter.clearAnnounce": "Suppression des filtres pour : {filterName}",
17
+ "components.filter.clearAnnounceSingle": "Suppression des filtres",
18
+ "components.filter.clearDescription": "Supprimer les filtres pour : {filterName}",
19
+ "components.filter.clearDescriptionSingle": "Supprimer les filtres",
20
20
  "components.filter.loading": "Chargement des filtres",
21
21
  "components.filter.filterCountDescription": "{number, plural, zero {Aucun filtre appliqué.} one {1 filtre appliqué.} other {{number} filtres appliqués.}}",
22
22
  "components.filter.filters": "Filtres",
package/lang/fr.js CHANGED
@@ -10,13 +10,13 @@ export default {
10
10
  "components.dialog.close": "Fermer cette boîte de dialogue",
11
11
  "components.dropdown.close": "Fermer",
12
12
  "components.filter.clear": "Effacer",
13
- "components.filter.clearAll": "Clear All",
14
- "components.filter.clearAllAnnounce": "Clearing all filters",
15
- "components.filter.clearAllDescription": "Clear all filters",
16
- "components.filter.clearAnnounce": "Clearing filters for: {filterName}",
17
- "components.filter.clearAnnounceSingle": "Clearing filters",
18
- "components.filter.clearDescription": "Clear filters for: {filterName}",
19
- "components.filter.clearDescriptionSingle": "Clear filters",
13
+ "components.filter.clearAll": "Effacer tout",
14
+ "components.filter.clearAllAnnounce": "Effacement de tous les filtres en cours",
15
+ "components.filter.clearAllDescription": "Effacer tous les filtres",
16
+ "components.filter.clearAnnounce": "Effacement des filtres pour : {filterName} en cours",
17
+ "components.filter.clearAnnounceSingle": "Effacement des filtres en cours",
18
+ "components.filter.clearDescription": "Effacer les filtres pour : {filterName}",
19
+ "components.filter.clearDescriptionSingle": "Effacer les filtres",
20
20
  "components.filter.loading": "Chargement des filtres",
21
21
  "components.filter.filterCountDescription": "{number, plural, zero {Aucun filtre appliqué.} one {1 filtre appliqué.} other {{number} filtres appliqués.}}",
22
22
  "components.filter.filters": "Filtres",
package/lang/ja.js CHANGED
@@ -6,17 +6,17 @@ export default {
6
6
  "components.calendar.notSelected": "選択されていません。",
7
7
  "components.calendar.selected": "選択されています。",
8
8
  "components.calendar.show": "{month} を表示",
9
- "components.count-badge.plus" : "{number}+",
9
+ "components.count-badge.plus" : "{number} 以上",
10
10
  "components.dialog.close": "このダイアログを閉じる",
11
11
  "components.dropdown.close": "閉じる",
12
12
  "components.filter.clear": "クリア",
13
- "components.filter.clearAll": "Clear All",
14
- "components.filter.clearAllAnnounce": "Clearing all filters",
15
- "components.filter.clearAllDescription": "Clear all filters",
16
- "components.filter.clearAnnounce": "Clearing filters for: {filterName}",
17
- "components.filter.clearAnnounceSingle": "Clearing filters",
18
- "components.filter.clearDescription": "Clear filters for: {filterName}",
19
- "components.filter.clearDescriptionSingle": "Clear filters",
13
+ "components.filter.clearAll": "すべてをクリア",
14
+ "components.filter.clearAllAnnounce": "すべてのフィルタのクリア",
15
+ "components.filter.clearAllDescription": "すべてのフィルターをクリア",
16
+ "components.filter.clearAnnounce": "{filterName} フィルタのクリア",
17
+ "components.filter.clearAnnounceSingle": "フィルタのクリア",
18
+ "components.filter.clearDescription": "{filterName} フィルタのクリア",
19
+ "components.filter.clearDescriptionSingle": "フィルタのクリア",
20
20
  "components.filter.loading": "フィルタのロード中",
21
21
  "components.filter.filterCountDescription": "{number, plural, zero {フィルタは適用されていません。} one {1 つのフィルタが適用されています。} other {{number} 個のフィルタが適用されています。}}",
22
22
  "components.filter.filters": "フィルタ",
package/lang/ko.js CHANGED
@@ -10,13 +10,13 @@ export default {
10
10
  "components.dialog.close": "이 대화 상자 닫기",
11
11
  "components.dropdown.close": "닫기",
12
12
  "components.filter.clear": "지우기",
13
- "components.filter.clearAll": "Clear All",
14
- "components.filter.clearAllAnnounce": "Clearing all filters",
15
- "components.filter.clearAllDescription": "Clear all filters",
16
- "components.filter.clearAnnounce": "Clearing filters for: {filterName}",
17
- "components.filter.clearAnnounceSingle": "Clearing filters",
18
- "components.filter.clearDescription": "Clear filters for: {filterName}",
19
- "components.filter.clearDescriptionSingle": "Clear filters",
13
+ "components.filter.clearAll": "모두 지우기",
14
+ "components.filter.clearAllAnnounce": "모든 필터 지우기",
15
+ "components.filter.clearAllDescription": "모든 필터 지우기",
16
+ "components.filter.clearAnnounce": "{filterName}에 대한 필터 지우기",
17
+ "components.filter.clearAnnounceSingle": "필터 지우기",
18
+ "components.filter.clearDescription": "{filterName}에 대한 필터를 지웁니다.",
19
+ "components.filter.clearDescriptionSingle": "필터 지우기",
20
20
  "components.filter.loading": "필터 로드 중",
21
21
  "components.filter.filterCountDescription": "{number, plural, zero {적용된 필터 없음.} one {1개 필터 적용.} other {{number}개 필터 적용.}}",
22
22
  "components.filter.filters": "개 필터",
package/lang/nl.js CHANGED
@@ -6,17 +6,17 @@ export default {
6
6
  "components.calendar.notSelected": "Niet geselecteerd.",
7
7
  "components.calendar.selected": "Geselecteerd.",
8
8
  "components.calendar.show": "{month} weergeven",
9
- "components.count-badge.plus" : "{number}+",
9
+ "components.count-badge.plus" : "{number} +",
10
10
  "components.dialog.close": "Dit dialoogvenster sluiten",
11
11
  "components.dropdown.close": "Sluiten",
12
12
  "components.filter.clear": "Wissen",
13
- "components.filter.clearAll": "Clear All",
14
- "components.filter.clearAllAnnounce": "Clearing all filters",
15
- "components.filter.clearAllDescription": "Clear all filters",
16
- "components.filter.clearAnnounce": "Clearing filters for: {filterName}",
17
- "components.filter.clearAnnounceSingle": "Clearing filters",
18
- "components.filter.clearDescription": "Clear filters for: {filterName}",
19
- "components.filter.clearDescriptionSingle": "Clear filters",
13
+ "components.filter.clearAll": "Alles wissen",
14
+ "components.filter.clearAllAnnounce": "Alle filters wissen",
15
+ "components.filter.clearAllDescription": "Alle filters wissen",
16
+ "components.filter.clearAnnounce": "Filters wissen voor {filterName}",
17
+ "components.filter.clearAnnounceSingle": "Filters wissen",
18
+ "components.filter.clearDescription": "Filters wissen voor {filterName}",
19
+ "components.filter.clearDescriptionSingle": "Filters wissen",
20
20
  "components.filter.loading": "Laden van filters",
21
21
  "components.filter.filterCountDescription": "{number, plural, zero {No filters applied.} one {1 filter applied.} other {{number} filters applied.}}",
22
22
  "components.filter.filters": "Filters",