@brightspace-ui/core 1.226.0 → 1.229.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.
@@ -6471,6 +6471,11 @@
6471
6471
  "name": "d2l-demo-list-item-custom",
6472
6472
  "path": "./components/list/demo/list-item-custom.js",
6473
6473
  "attributes": [
6474
+ {
6475
+ "name": "drag-target-handle-only",
6476
+ "description": "Whether to allow the drag target to be the handle only rather than the entire cell",
6477
+ "type": "boolean"
6478
+ },
6474
6479
  {
6475
6480
  "name": "breakpoints",
6476
6481
  "description": "Breakpoints for responsiveness in pixels. There are four different breakpoints and only the four largest breakpoints will be used.",
@@ -6478,10 +6483,10 @@
6478
6483
  "default": "[842,636,580,0]"
6479
6484
  },
6480
6485
  {
6481
- "name": "slim",
6482
- "description": "Whether to render the list-item with reduced whitespace.",
6483
- "type": "boolean",
6484
- "default": "false"
6486
+ "name": "padding-type",
6487
+ "description": "How much padding to render list items with",
6488
+ "type": "'normal'|'slim'|'none'",
6489
+ "default": "\"normal\""
6485
6490
  },
6486
6491
  {
6487
6492
  "name": "drag-handle-text",
@@ -6546,6 +6551,12 @@
6546
6551
  }
6547
6552
  ],
6548
6553
  "properties": [
6554
+ {
6555
+ "name": "dragTargetHandleOnly",
6556
+ "attribute": "drag-target-handle-only",
6557
+ "description": "Whether to allow the drag target to be the handle only rather than the entire cell",
6558
+ "type": "boolean"
6559
+ },
6549
6560
  {
6550
6561
  "name": "breakpoints",
6551
6562
  "attribute": "breakpoints",
@@ -6555,11 +6566,16 @@
6555
6566
  },
6556
6567
  {
6557
6568
  "name": "slim",
6558
- "attribute": "slim",
6559
- "description": "Whether to render the list-item with reduced whitespace.",
6560
6569
  "type": "boolean",
6561
6570
  "default": "false"
6562
6571
  },
6572
+ {
6573
+ "name": "paddingType",
6574
+ "attribute": "padding-type",
6575
+ "description": "How much padding to render list items with",
6576
+ "type": "'normal'|'slim'|'none'",
6577
+ "default": "\"normal\""
6578
+ },
6563
6579
  {
6564
6580
  "name": "dragHandleText",
6565
6581
  "attribute": "drag-handle-text",
@@ -6658,8 +6674,14 @@
6658
6674
  "description": "A header for list components containing select-all, etc.",
6659
6675
  "attributes": [
6660
6676
  {
6661
- "name": "slim",
6662
- "description": "Whether to render a header with reduced whitespace",
6677
+ "name": "padding-type",
6678
+ "description": "How much padding to render list items with",
6679
+ "type": "'normal'|'slim'",
6680
+ "default": "\"normal\""
6681
+ },
6682
+ {
6683
+ "name": "select-all-pages-allowed",
6684
+ "description": "Whether all pages can be selected",
6663
6685
  "type": "boolean",
6664
6686
  "default": "false"
6665
6687
  }
@@ -6667,8 +6689,20 @@
6667
6689
  "properties": [
6668
6690
  {
6669
6691
  "name": "slim",
6670
- "attribute": "slim",
6671
- "description": "Whether to render a header with reduced whitespace",
6692
+ "type": "boolean",
6693
+ "default": "false"
6694
+ },
6695
+ {
6696
+ "name": "paddingType",
6697
+ "attribute": "padding-type",
6698
+ "description": "How much padding to render list items with",
6699
+ "type": "'normal'|'slim'",
6700
+ "default": "\"normal\""
6701
+ },
6702
+ {
6703
+ "name": "selectAllPagesAllowed",
6704
+ "attribute": "select-all-pages-allowed",
6705
+ "description": "Whether all pages can be selected",
6672
6706
  "type": "boolean",
6673
6707
  "default": "false"
6674
6708
  }
@@ -6685,6 +6719,11 @@
6685
6719
  "path": "./components/list/list-item-button.js",
6686
6720
  "description": "A component for a \"listitem\" child within a list. It provides semantics, basic layout, breakpoints for responsiveness, a link for navigation, and selection.",
6687
6721
  "attributes": [
6722
+ {
6723
+ "name": "drag-target-handle-only",
6724
+ "description": "Whether to allow the drag target to be the handle only rather than the entire cell",
6725
+ "type": "boolean"
6726
+ },
6688
6727
  {
6689
6728
  "name": "breakpoints",
6690
6729
  "description": "Breakpoints for responsiveness in pixels. There are four different breakpoints and only the four largest breakpoints will be used.",
@@ -6692,10 +6731,10 @@
6692
6731
  "default": "[842,636,580,0]"
6693
6732
  },
6694
6733
  {
6695
- "name": "slim",
6696
- "description": "Whether to render the list-item with reduced whitespace.",
6697
- "type": "boolean",
6698
- "default": "false"
6734
+ "name": "padding-type",
6735
+ "description": "How much padding to render list items with",
6736
+ "type": "'normal'|'slim'|'none'",
6737
+ "default": "\"normal\""
6699
6738
  },
6700
6739
  {
6701
6740
  "name": "drag-handle-text",
@@ -6760,6 +6799,12 @@
6760
6799
  }
6761
6800
  ],
6762
6801
  "properties": [
6802
+ {
6803
+ "name": "dragTargetHandleOnly",
6804
+ "attribute": "drag-target-handle-only",
6805
+ "description": "Whether to allow the drag target to be the handle only rather than the entire cell",
6806
+ "type": "boolean"
6807
+ },
6763
6808
  {
6764
6809
  "name": "breakpoints",
6765
6810
  "attribute": "breakpoints",
@@ -6769,11 +6814,16 @@
6769
6814
  },
6770
6815
  {
6771
6816
  "name": "slim",
6772
- "attribute": "slim",
6773
- "description": "Whether to render the list-item with reduced whitespace.",
6774
6817
  "type": "boolean",
6775
6818
  "default": "false"
6776
6819
  },
6820
+ {
6821
+ "name": "paddingType",
6822
+ "attribute": "padding-type",
6823
+ "description": "How much padding to render list items with",
6824
+ "type": "'normal'|'slim'|'none'",
6825
+ "default": "\"normal\""
6826
+ },
6777
6827
  {
6778
6828
  "name": "dragHandleText",
6779
6829
  "attribute": "drag-handle-text",
@@ -7055,6 +7105,11 @@
7055
7105
  "description": "Address of item link if navigable",
7056
7106
  "type": "string"
7057
7107
  },
7108
+ {
7109
+ "name": "drag-target-handle-only",
7110
+ "description": "Whether to allow the drag target to be the handle only rather than the entire cell",
7111
+ "type": "boolean"
7112
+ },
7058
7113
  {
7059
7114
  "name": "breakpoints",
7060
7115
  "description": "Breakpoints for responsiveness in pixels. There are four different breakpoints and only the four largest breakpoints will be used.",
@@ -7062,10 +7117,10 @@
7062
7117
  "default": "[842,636,580,0]"
7063
7118
  },
7064
7119
  {
7065
- "name": "slim",
7066
- "description": "Whether to render the list-item with reduced whitespace.",
7067
- "type": "boolean",
7068
- "default": "false"
7120
+ "name": "padding-type",
7121
+ "description": "How much padding to render list items with",
7122
+ "type": "'normal'|'slim'|'none'",
7123
+ "default": "\"normal\""
7069
7124
  },
7070
7125
  {
7071
7126
  "name": "drag-handle-text",
@@ -7142,6 +7197,12 @@
7142
7197
  "description": "Address of item link if navigable",
7143
7198
  "type": "string"
7144
7199
  },
7200
+ {
7201
+ "name": "dragTargetHandleOnly",
7202
+ "attribute": "drag-target-handle-only",
7203
+ "description": "Whether to allow the drag target to be the handle only rather than the entire cell",
7204
+ "type": "boolean"
7205
+ },
7145
7206
  {
7146
7207
  "name": "breakpoints",
7147
7208
  "attribute": "breakpoints",
@@ -7151,11 +7212,16 @@
7151
7212
  },
7152
7213
  {
7153
7214
  "name": "slim",
7154
- "attribute": "slim",
7155
- "description": "Whether to render the list-item with reduced whitespace.",
7156
7215
  "type": "boolean",
7157
7216
  "default": "false"
7158
7217
  },
7218
+ {
7219
+ "name": "paddingType",
7220
+ "attribute": "padding-type",
7221
+ "description": "How much padding to render list items with",
7222
+ "type": "'normal'|'slim'|'none'",
7223
+ "default": "\"normal\""
7224
+ },
7159
7225
  {
7160
7226
  "name": "dragHandleText",
7161
7227
  "attribute": "drag-handle-text",
@@ -7299,6 +7365,12 @@
7299
7365
  "type": "boolean",
7300
7366
  "default": "false"
7301
7367
  },
7368
+ {
7369
+ "name": "item-count",
7370
+ "description": "Total number of items. Required when selecting all pages is allowed.",
7371
+ "type": "number",
7372
+ "default": "0"
7373
+ },
7302
7374
  {
7303
7375
  "name": "selection-single",
7304
7376
  "description": "Whether to render with single selection behaviour. If `selection-single` is specified, the nested `d2l-selection-input` elements will render radios instead of checkboxes, and the selection component will maintain a single selected item.",
@@ -7335,6 +7407,13 @@
7335
7407
  "type": "boolean",
7336
7408
  "default": "false"
7337
7409
  },
7410
+ {
7411
+ "name": "itemCount",
7412
+ "attribute": "item-count",
7413
+ "description": "Total number of items. Required when selecting all pages is allowed.",
7414
+ "type": "number",
7415
+ "default": "0"
7416
+ },
7338
7417
  {
7339
7418
  "name": "selectionSingle",
7340
7419
  "attribute": "selection-single",
@@ -8336,6 +8415,12 @@
8336
8415
  "name": "d2l-demo-selection",
8337
8416
  "path": "./components/selection/demo/demo-selection.js",
8338
8417
  "attributes": [
8418
+ {
8419
+ "name": "item-count",
8420
+ "description": "Total number of items. Required when selecting all pages is allowed.",
8421
+ "type": "number",
8422
+ "default": "0"
8423
+ },
8339
8424
  {
8340
8425
  "name": "selection-single",
8341
8426
  "description": "Whether to render with single selection behaviour. If `selection-single` is specified, the nested `d2l-selection-input` elements will render radios instead of checkboxes, and the selection component will maintain a single selected item.",
@@ -8344,6 +8429,13 @@
8344
8429
  }
8345
8430
  ],
8346
8431
  "properties": [
8432
+ {
8433
+ "name": "itemCount",
8434
+ "attribute": "item-count",
8435
+ "description": "Total number of items. Required when selecting all pages is allowed.",
8436
+ "type": "number",
8437
+ "default": "0"
8438
+ },
8347
8439
  {
8348
8440
  "name": "selectionSingle",
8349
8441
  "attribute": "selection-single",
@@ -8537,6 +8629,35 @@
8537
8629
  }
8538
8630
  ]
8539
8631
  },
8632
+ {
8633
+ "name": "d2l-selection-select-all-pages",
8634
+ "path": "./components/selection/selection-select-all-pages.js",
8635
+ "description": "A subtle button that selects all items for all pages.",
8636
+ "attributes": [
8637
+ {
8638
+ "name": "selection-for",
8639
+ "description": "Id of the `SelectionMixin` component this component wants to observe (if not located within that component)",
8640
+ "type": "string"
8641
+ }
8642
+ ],
8643
+ "properties": [
8644
+ {
8645
+ "name": "selectionFor",
8646
+ "attribute": "selection-for",
8647
+ "description": "Id of the `SelectionMixin` component this component wants to observe (if not located within that component)",
8648
+ "type": "string"
8649
+ },
8650
+ {
8651
+ "name": "selectionInfo"
8652
+ }
8653
+ ],
8654
+ "events": [
8655
+ {
8656
+ "name": "d2l-selection-observer-subscribe",
8657
+ "description": "Internal event"
8658
+ }
8659
+ ]
8660
+ },
8540
8661
  {
8541
8662
  "name": "d2l-selection-select-all",
8542
8663
  "path": "./components/selection/selection-select-all.js",
@@ -8623,6 +8744,12 @@
8623
8744
  "name": "d2l-test-selection",
8624
8745
  "path": "./components/selection/test/selection-component.js",
8625
8746
  "attributes": [
8747
+ {
8748
+ "name": "item-count",
8749
+ "description": "Total number of items. Required when selecting all pages is allowed.",
8750
+ "type": "number",
8751
+ "default": "0"
8752
+ },
8626
8753
  {
8627
8754
  "name": "selection-single",
8628
8755
  "description": "Whether to render with single selection behaviour. If `selection-single` is specified, the nested `d2l-selection-input` elements will render radios instead of checkboxes, and the selection component will maintain a single selected item.",
@@ -8631,6 +8758,13 @@
8631
8758
  }
8632
8759
  ],
8633
8760
  "properties": [
8761
+ {
8762
+ "name": "itemCount",
8763
+ "attribute": "item-count",
8764
+ "description": "Total number of items. Required when selecting all pages is allowed.",
8765
+ "type": "number",
8766
+ "default": "0"
8767
+ },
8634
8768
  {
8635
8769
  "name": "selectionSingle",
8636
8770
  "attribute": "selection-single",
package/lang/ar.js CHANGED
@@ -61,24 +61,24 @@ export default {
61
61
  "components.input-time-range.endTime": "وقت النهاية",
62
62
  "components.input-time-range.errorBadInput": "يجب أن يكون تاريخ {startLabel} قبل {endLabel}",
63
63
  "components.input-time-range.startTime": "وقت البدء",
64
- "components.list-item-drag-handle-tooltip.enter-desc": "Toggle keyboard reorder mode.",
65
- "components.list-item-drag-handle-tooltip.enter-key": "Enter",
66
- "components.list-item-drag-handle-tooltip.left-right-desc": "Change the nesting level.",
67
- "components.list-item-drag-handle-tooltip.left-right-key": "Left/Right",
68
- "components.list-item-drag-handle-tooltip.title": "Keyboard Controls for Reordering:",
69
- "components.list-item-drag-handle-tooltip.up-down-desc": "Move item up or down in the list.",
70
- "components.list-item-drag-handle-tooltip.up-down-key": "Up/Down",
64
+ "components.list-item-drag-handle-tooltip.enter-desc": "تبديل وضع إعادة ترتيب لوحة المفاتيح.",
65
+ "components.list-item-drag-handle-tooltip.enter-key": "إدخال",
66
+ "components.list-item-drag-handle-tooltip.left-right-desc": "غيِّر مستوى التداخل.",
67
+ "components.list-item-drag-handle-tooltip.left-right-key": "يسار/يمين",
68
+ "components.list-item-drag-handle-tooltip.title": "عناصر التحكم بلوحة المفاتيح لإعادة الترتيب:",
69
+ "components.list-item-drag-handle-tooltip.up-down-desc": "نقل المادة إلى الأعلى أو الأسفل في القائمة.",
70
+ "components.list-item-drag-handle-tooltip.up-down-key": "أعلى/أسفل",
71
71
  "components.list-item-drag-handle.default": "إعادة ترتيب إجراء المادة لـ {name}",
72
72
  "components.list-item-drag-handle.keyboard": "إعادة ترتيب المواد، الموضع الحالي {currentPosition} من أصل {size}. لنقل هذه المادة، اضغط على السهم المتجه إلى أعلى أو السهم المتجه إلى أسفل.",
73
- "components.list-item-tooltip.enter-desc": "Activate the focused option.",
74
- "components.list-item-tooltip.enter-key": "Enter",
75
- "components.list-item-tooltip.left-right-desc": "Move focus within current item.",
76
- "components.list-item-tooltip.left-right-key": "Left/Right",
77
- "components.list-item-tooltip.page-up-down-desc": "Move focus 5 items at a time.",
78
- "components.list-item-tooltip.page-up-down-key": "Page Up/Down",
79
- "components.list-item-tooltip.title": "Keyboard Navigation for Lists:",
80
- "components.list-item-tooltip.up-down-desc": "Move focus between list items.",
81
- "components.list-item-tooltip.up-down-key": "Up/Down",
73
+ "components.list-item-tooltip.enter-desc": "تنشيط خيار التركيز.",
74
+ "components.list-item-tooltip.enter-key": "إدخال",
75
+ "components.list-item-tooltip.left-right-desc": "نقل التركيز ضمن المادة الحالية.",
76
+ "components.list-item-tooltip.left-right-key": "يسار/يمين",
77
+ "components.list-item-tooltip.page-up-down-desc": "نقل التركيز لـ 5 مواد في كل مرة.",
78
+ "components.list-item-tooltip.page-up-down-key": "صفحة إلى الأعلى/الأسفل",
79
+ "components.list-item-tooltip.title": "التنقل عبر لوحة المفاتيح للقوائم:",
80
+ "components.list-item-tooltip.up-down-desc": "نقل التركيز بين مواد القائمة.",
81
+ "components.list-item-tooltip.up-down-key": "أعلى/أسفل",
82
82
  "components.menu-item-return.return": "العودة إلى القائمة السابقة.",
83
83
  "components.menu-item-return.returnCurrentlyShowing": "العودة إلى القائمة السابقة. يتم عرض {menuTitle}.",
84
84
  "components.meter-mixin.commaSeperatedAria": "{term1}، ‏{term2}",
@@ -89,6 +89,7 @@ export default {
89
89
  "components.overflow-group.moreActions": "مزيد من الإجراءات",
90
90
  "components.selection.action-hint": "حدد مادة لتنفيذ هذا الإجراء.",
91
91
  "components.selection.select-all": "تحديد الكل",
92
+ "components.selection.select-all-items": "Select All {count} Items",
92
93
  "components.selection.selected": "تم تحديد {count}",
93
94
  "components.switch.visibility": "إمكانية الرؤية",
94
95
  "components.tabs.next": "التمرير إلى الأمام",
package/lang/cy.js CHANGED
@@ -61,24 +61,24 @@ export default {
61
61
  "components.input-time-range.endTime": "Amser Gorffen",
62
62
  "components.input-time-range.errorBadInput": "Rhaid i {startLabel} fod cyn {endLabel}",
63
63
  "components.input-time-range.startTime": "Amser Dechrau",
64
- "components.list-item-drag-handle-tooltip.enter-desc": "Toggle keyboard reorder mode.",
65
- "components.list-item-drag-handle-tooltip.enter-key": "Enter",
66
- "components.list-item-drag-handle-tooltip.left-right-desc": "Change the nesting level.",
67
- "components.list-item-drag-handle-tooltip.left-right-key": "Left/Right",
68
- "components.list-item-drag-handle-tooltip.title": "Keyboard Controls for Reordering:",
69
- "components.list-item-drag-handle-tooltip.up-down-desc": "Move item up or down in the list.",
70
- "components.list-item-drag-handle-tooltip.up-down-key": "Up/Down",
64
+ "components.list-item-drag-handle-tooltip.enter-desc": "Toglo'r modd aildrefnu bysellfwrdd.",
65
+ "components.list-item-drag-handle-tooltip.enter-key": "Nodi",
66
+ "components.list-item-drag-handle-tooltip.left-right-desc": "Newid y lefel nythu.",
67
+ "components.list-item-drag-handle-tooltip.left-right-key": "Chwith/De",
68
+ "components.list-item-drag-handle-tooltip.title": "Rheolaethau bysellfwrdd ar gyfer aildrefnu:",
69
+ "components.list-item-drag-handle-tooltip.up-down-desc": "Symud yr eitem i fyny neu i lawr yn y rhestr.",
70
+ "components.list-item-drag-handle-tooltip.up-down-key": "I Fyny/I Lawr",
71
71
  "components.list-item-drag-handle.default": "Aildrefnu gweithred eitem ar gyfer {name}",
72
72
  "components.list-item-drag-handle.keyboard": "Aildrefnu eitemau, safle presennol {currentPosition} allan o {size}. I symud yr eitem hon, pwyswch y saeth i fyny neu'r saeth i lawr.",
73
- "components.list-item-tooltip.enter-desc": "Activate the focused option.",
74
- "components.list-item-tooltip.enter-key": "Enter",
75
- "components.list-item-tooltip.left-right-desc": "Move focus within current item.",
76
- "components.list-item-tooltip.left-right-key": "Left/Right",
77
- "components.list-item-tooltip.page-up-down-desc": "Move focus 5 items at a time.",
78
- "components.list-item-tooltip.page-up-down-key": "Page Up/Down",
79
- "components.list-item-tooltip.title": "Keyboard Navigation for Lists:",
80
- "components.list-item-tooltip.up-down-desc": "Move focus between list items.",
81
- "components.list-item-tooltip.up-down-key": "Up/Down",
73
+ "components.list-item-tooltip.enter-desc": "Gweithredu'r opsiwn ffocysu.",
74
+ "components.list-item-tooltip.enter-key": "Nodi",
75
+ "components.list-item-tooltip.left-right-desc": "Symud y ffocws o fewn yr eitem bresennol.",
76
+ "components.list-item-tooltip.left-right-key": "Chwith/De",
77
+ "components.list-item-tooltip.page-up-down-desc": "Symud y ffocws 5 eitem ar y tro.",
78
+ "components.list-item-tooltip.page-up-down-key": "Tudalen I Fyny/I Lawr",
79
+ "components.list-item-tooltip.title": "Llywio Bysellfwrdd ar gyfer Rhestrau:",
80
+ "components.list-item-tooltip.up-down-desc": "Symud y ffocws rhwng eitemau rhestr.",
81
+ "components.list-item-tooltip.up-down-key": "I Fyny/I Lawr",
82
82
  "components.menu-item-return.return": "Dychwelyd i'r ddewislen flaenorol.",
83
83
  "components.menu-item-return.returnCurrentlyShowing": "Dychwelyd i'r ddewislen flaenorol. Rydych chi'n edrych ar {menuTitle}.",
84
84
  "components.meter-mixin.commaSeperatedAria": "{term1}, {term2}",
@@ -89,6 +89,7 @@ export default {
89
89
  "components.overflow-group.moreActions": "Rhagor o Gamau Gweithredu",
90
90
  "components.selection.action-hint": "Dewiswch eitem i gyflawni'r weithred hon.",
91
91
  "components.selection.select-all": "Dewis y Cyfan",
92
+ "components.selection.select-all-items": "Select All {count} Items",
92
93
  "components.selection.selected": "{count} wedi’u dewis.",
93
94
  "components.switch.visibility": "Gwelededd",
94
95
  "components.tabs.next": "Sgrolio Ymlaen",
package/lang/da.js CHANGED
@@ -61,24 +61,24 @@ export default {
61
61
  "components.input-time-range.endTime": "Sluttidspunkt",
62
62
  "components.input-time-range.errorBadInput": "{startLabel} skal være før {endLabel}",
63
63
  "components.input-time-range.startTime": "Starttidspunkt",
64
- "components.list-item-drag-handle-tooltip.enter-desc": "Toggle keyboard reorder mode.",
65
- "components.list-item-drag-handle-tooltip.enter-key": "Enter",
66
- "components.list-item-drag-handle-tooltip.left-right-desc": "Change the nesting level.",
67
- "components.list-item-drag-handle-tooltip.left-right-key": "Left/Right",
68
- "components.list-item-drag-handle-tooltip.title": "Keyboard Controls for Reordering:",
69
- "components.list-item-drag-handle-tooltip.up-down-desc": "Move item up or down in the list.",
70
- "components.list-item-drag-handle-tooltip.up-down-key": "Up/Down",
64
+ "components.list-item-drag-handle-tooltip.enter-desc": "Skift tilstand for omorganisering af tastatur.",
65
+ "components.list-item-drag-handle-tooltip.enter-key": "Indtast",
66
+ "components.list-item-drag-handle-tooltip.left-right-desc": "Skift indlejringsniveauet.",
67
+ "components.list-item-drag-handle-tooltip.left-right-key": "Venstre/højre",
68
+ "components.list-item-drag-handle-tooltip.title": "Tastaturkontrolelementer for omorganisering:",
69
+ "components.list-item-drag-handle-tooltip.up-down-desc": "Flyt element op eller ned listen.",
70
+ "components.list-item-drag-handle-tooltip.up-down-key": "Op/ned",
71
71
  "components.list-item-drag-handle.default": "Omarranger elementhandling for {name}",
72
72
  "components.list-item-drag-handle.keyboard": "Omarranger element, aktuel position {currentPosition} ud af {size}. For at flytte dette element skal du trykke på pil op eller pil ned.",
73
- "components.list-item-tooltip.enter-desc": "Activate the focused option.",
74
- "components.list-item-tooltip.enter-key": "Enter",
75
- "components.list-item-tooltip.left-right-desc": "Move focus within current item.",
76
- "components.list-item-tooltip.left-right-key": "Left/Right",
77
- "components.list-item-tooltip.page-up-down-desc": "Move focus 5 items at a time.",
78
- "components.list-item-tooltip.page-up-down-key": "Page Up/Down",
79
- "components.list-item-tooltip.title": "Keyboard Navigation for Lists:",
80
- "components.list-item-tooltip.up-down-desc": "Move focus between list items.",
81
- "components.list-item-tooltip.up-down-key": "Up/Down",
73
+ "components.list-item-tooltip.enter-desc": "Aktivér den fokuserede indstilling.",
74
+ "components.list-item-tooltip.enter-key": "Indtast",
75
+ "components.list-item-tooltip.left-right-desc": "Flyt fokus inden for det aktuelle element.",
76
+ "components.list-item-tooltip.left-right-key": "Venstre/højre",
77
+ "components.list-item-tooltip.page-up-down-desc": "Flyt fokus 5 elementer ad gangen.",
78
+ "components.list-item-tooltip.page-up-down-key": "Side op/ned",
79
+ "components.list-item-tooltip.title": "Tastaturnavigering for lister:",
80
+ "components.list-item-tooltip.up-down-desc": "Flyt fokus mellem listeelementer.",
81
+ "components.list-item-tooltip.up-down-key": "Op/ned",
82
82
  "components.menu-item-return.return": "Gå tilbage til forrige menu.",
83
83
  "components.menu-item-return.returnCurrentlyShowing": "Gå tilbage til forrige menu. Du ser på {menuTitle}.",
84
84
  "components.meter-mixin.commaSeperatedAria": "{term1}, {term2}",
@@ -89,6 +89,7 @@ export default {
89
89
  "components.overflow-group.moreActions": "Flere handlinger",
90
90
  "components.selection.action-hint": "Vælg et element for at udføre denne handling.",
91
91
  "components.selection.select-all": "Vælg alle",
92
+ "components.selection.select-all-items": "Select All {count} Items",
92
93
  "components.selection.selected": "{count} valgt",
93
94
  "components.switch.visibility": "Synlighed",
94
95
  "components.tabs.next": "Rul frem",
package/lang/de.js CHANGED
@@ -61,24 +61,24 @@ export default {
61
61
  "components.input-time-range.endTime": "Endzeit",
62
62
  "components.input-time-range.errorBadInput": "{startLabel} muss vor {endLabel} liegen",
63
63
  "components.input-time-range.startTime": "Startzeit",
64
- "components.list-item-drag-handle-tooltip.enter-desc": "Toggle keyboard reorder mode.",
65
- "components.list-item-drag-handle-tooltip.enter-key": "Enter",
66
- "components.list-item-drag-handle-tooltip.left-right-desc": "Change the nesting level.",
67
- "components.list-item-drag-handle-tooltip.left-right-key": "Left/Right",
68
- "components.list-item-drag-handle-tooltip.title": "Keyboard Controls for Reordering:",
69
- "components.list-item-drag-handle-tooltip.up-down-desc": "Move item up or down in the list.",
70
- "components.list-item-drag-handle-tooltip.up-down-key": "Up/Down",
64
+ "components.list-item-drag-handle-tooltip.enter-desc": "Tastatur-Neuanordnungsmodus ändern.",
65
+ "components.list-item-drag-handle-tooltip.enter-key": "Eingabe",
66
+ "components.list-item-drag-handle-tooltip.left-right-desc": "Verschachtelungsebene ändern.",
67
+ "components.list-item-drag-handle-tooltip.left-right-key": "Links/Rechts",
68
+ "components.list-item-drag-handle-tooltip.title": "Tastatursteuerelemente für Neuanordnung:",
69
+ "components.list-item-drag-handle-tooltip.up-down-desc": "Element in der Liste nach oben oder unten verschieben.",
70
+ "components.list-item-drag-handle-tooltip.up-down-key": "Nach oben/unten",
71
71
  "components.list-item-drag-handle.default": "Elementaktion für {name} neu anordnen",
72
72
  "components.list-item-drag-handle.keyboard": "Elemente neu anordnen; aktuelle Position: {currentPosition} von {size}. Drücken Sie zum Bewegen dieses Elements auf den Pfeil nach oben oder den Pfeil nach unten.",
73
- "components.list-item-tooltip.enter-desc": "Activate the focused option.",
74
- "components.list-item-tooltip.enter-key": "Enter",
75
- "components.list-item-tooltip.left-right-desc": "Move focus within current item.",
76
- "components.list-item-tooltip.left-right-key": "Left/Right",
77
- "components.list-item-tooltip.page-up-down-desc": "Move focus 5 items at a time.",
78
- "components.list-item-tooltip.page-up-down-key": "Page Up/Down",
79
- "components.list-item-tooltip.title": "Keyboard Navigation for Lists:",
80
- "components.list-item-tooltip.up-down-desc": "Move focus between list items.",
81
- "components.list-item-tooltip.up-down-key": "Up/Down",
73
+ "components.list-item-tooltip.enter-desc": "Die fokussierte Option aktivieren.",
74
+ "components.list-item-tooltip.enter-key": "Eingabe",
75
+ "components.list-item-tooltip.left-right-desc": "Fokus innerhalb des aktuellen Elements verschieben.",
76
+ "components.list-item-tooltip.left-right-key": "Links/Rechts",
77
+ "components.list-item-tooltip.page-up-down-desc": "Fokus um jeweils 5 Elemente verschieben.",
78
+ "components.list-item-tooltip.page-up-down-key": "Bild Auf/Ab",
79
+ "components.list-item-tooltip.title": "Tastaturnavigation für Listen:",
80
+ "components.list-item-tooltip.up-down-desc": "Fokus zwischen Listeneinträgen verschieben.",
81
+ "components.list-item-tooltip.up-down-key": "Nach oben/unten",
82
82
  "components.menu-item-return.return": "Zum vorherigen Menü zurückkehren.",
83
83
  "components.menu-item-return.returnCurrentlyShowing": "Zum vorherigen Menü zurückkehren. Sie betrachten gerade {menuTitle}.",
84
84
  "components.meter-mixin.commaSeperatedAria": "{term1}, {term2}",
@@ -89,6 +89,7 @@ export default {
89
89
  "components.overflow-group.moreActions": "Weitere Aktionen",
90
90
  "components.selection.action-hint": "Wählen Sie ein Element aus, um diese Aktion auszuführen.",
91
91
  "components.selection.select-all": "Alle auswählen",
92
+ "components.selection.select-all-items": "Select All {count} Items",
92
93
  "components.selection.selected": "{count} ausgewählt",
93
94
  "components.switch.visibility": "Sichtbarkeit",
94
95
  "components.tabs.next": "Weiterblättern",
package/lang/en.js CHANGED
@@ -90,6 +90,7 @@ export default {
90
90
  "components.overflow-group.moreActions": "More Actions",
91
91
  "components.selection.action-hint": "Select an item to perform this action.",
92
92
  "components.selection.select-all": "Select All",
93
+ "components.selection.select-all-items": "Select All {count} Items",
93
94
  "components.selection.selected": "{count} selected",
94
95
  "components.switch.visibility": "Visibility",
95
96
  "components.tabs.next": "Scroll Forward",
package/lang/es-es.js CHANGED
@@ -61,24 +61,24 @@ export default {
61
61
  "components.input-time-range.endTime": "Hora de finalización",
62
62
  "components.input-time-range.errorBadInput": "{startLabel} debe ser anterior a {endLabel}",
63
63
  "components.input-time-range.startTime": "Hora de inicio",
64
- "components.list-item-drag-handle-tooltip.enter-desc": "Toggle keyboard reorder mode.",
65
- "components.list-item-drag-handle-tooltip.enter-key": "Enter",
66
- "components.list-item-drag-handle-tooltip.left-right-desc": "Change the nesting level.",
67
- "components.list-item-drag-handle-tooltip.left-right-key": "Left/Right",
68
- "components.list-item-drag-handle-tooltip.title": "Keyboard Controls for Reordering:",
69
- "components.list-item-drag-handle-tooltip.up-down-desc": "Move item up or down in the list.",
70
- "components.list-item-drag-handle-tooltip.up-down-key": "Up/Down",
64
+ "components.list-item-drag-handle-tooltip.enter-desc": "Alternar el modo de reordenación del teclado.",
65
+ "components.list-item-drag-handle-tooltip.enter-key": "Intro",
66
+ "components.list-item-drag-handle-tooltip.left-right-desc": "Cambiar el nivel de anidamiento.",
67
+ "components.list-item-drag-handle-tooltip.left-right-key": "Izquierda/derecha",
68
+ "components.list-item-drag-handle-tooltip.title": "Controles del teclado para reordenar:",
69
+ "components.list-item-drag-handle-tooltip.up-down-desc": "Mover el elemento hacia arriba o hacia abajo en la lista.",
70
+ "components.list-item-drag-handle-tooltip.up-down-key": "Arriba/abajo",
71
71
  "components.list-item-drag-handle.default": "Reordenar acción de elemento para {name}",
72
72
  "components.list-item-drag-handle.keyboard": "Reordenar elementos, posición actual {currentPosition} de {size}. Para mover este elemento, pulse las flechas arriba o abajo.",
73
- "components.list-item-tooltip.enter-desc": "Activate the focused option.",
74
- "components.list-item-tooltip.enter-key": "Enter",
75
- "components.list-item-tooltip.left-right-desc": "Move focus within current item.",
76
- "components.list-item-tooltip.left-right-key": "Left/Right",
77
- "components.list-item-tooltip.page-up-down-desc": "Move focus 5 items at a time.",
78
- "components.list-item-tooltip.page-up-down-key": "Page Up/Down",
79
- "components.list-item-tooltip.title": "Keyboard Navigation for Lists:",
80
- "components.list-item-tooltip.up-down-desc": "Move focus between list items.",
81
- "components.list-item-tooltip.up-down-key": "Up/Down",
73
+ "components.list-item-tooltip.enter-desc": "Activar la opción seleccionada.",
74
+ "components.list-item-tooltip.enter-key": "Intro",
75
+ "components.list-item-tooltip.left-right-desc": "Mover el enfoque dentro del elemento actual.",
76
+ "components.list-item-tooltip.left-right-key": "Izquierda/derecha",
77
+ "components.list-item-tooltip.page-up-down-desc": "Mover el enfoque 5 elementos a la vez.",
78
+ "components.list-item-tooltip.page-up-down-key": "Avanzar/retroceder página",
79
+ "components.list-item-tooltip.title": "Navegación de listas con el teclado:",
80
+ "components.list-item-tooltip.up-down-desc": "Mover el enfoque entre los elementos de la lista.",
81
+ "components.list-item-tooltip.up-down-key": "Arriba/abajo",
82
82
  "components.menu-item-return.return": "Vuelva al menú anterior.",
83
83
  "components.menu-item-return.returnCurrentlyShowing": "Vuelva al menú anterior. Está en {menuTitle}.",
84
84
  "components.meter-mixin.commaSeperatedAria": "{term1}, {term2}",
@@ -89,6 +89,7 @@ export default {
89
89
  "components.overflow-group.moreActions": "Más acciones",
90
90
  "components.selection.action-hint": "Seleccione un elemento para realizar esta acción.",
91
91
  "components.selection.select-all": "Seleccionar todo",
92
+ "components.selection.select-all-items": "Select All {count} Items",
92
93
  "components.selection.selected": "{count} seleccionados",
93
94
  "components.switch.visibility": "Visibilidad",
94
95
  "components.tabs.next": "Desplazarse hacia delante",