@brightspace-ui/core 1.227.1 → 1.230.1
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/components/list/README.md +2 -1
- package/components/list/demo/list.html +30 -5
- package/components/list/list-header.js +16 -0
- package/components/menu/menu-item-mixin.js +1 -3
- package/components/menu/menu-item-styles.js +4 -4
- package/components/menu/menu.js +1 -2
- package/components/overflow-group/overflow-group.js +1 -0
- package/components/selection/README.md +39 -0
- package/components/selection/demo/selection.html +12 -0
- package/components/selection/selection-action-menu-item.js +61 -0
- package/components/selection/selection-action-mixin.js +30 -0
- package/components/selection/selection-action.js +2 -16
- package/components/selection/selection-input.js +1 -0
- package/components/selection/selection-mixin.js +24 -9
- package/components/selection/selection-select-all-pages.js +48 -0
- package/components/selection/selection-select-all.js +2 -2
- package/components/selection/selection-summary.js +5 -1
- package/custom-elements.json +192 -12
- package/lang/ar.js +17 -16
- package/lang/cy.js +17 -16
- package/lang/da.js +17 -16
- package/lang/de.js +17 -16
- package/lang/en.js +1 -0
- package/lang/es-es.js +17 -16
- package/lang/es.js +17 -16
- package/lang/fr-fr.js +17 -16
- package/lang/fr.js +17 -16
- package/lang/ja.js +17 -16
- package/lang/ko.js +17 -16
- package/lang/nl.js +17 -16
- package/lang/pt.js +17 -16
- package/lang/sv.js +17 -16
- package/lang/tr.js +17 -16
- package/lang/zh-tw.js +17 -16
- package/lang/zh.js +17 -16
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -6678,6 +6678,12 @@
|
|
|
6678
6678
|
"description": "How much padding to render list items with",
|
|
6679
6679
|
"type": "'normal'|'slim'",
|
|
6680
6680
|
"default": "\"normal\""
|
|
6681
|
+
},
|
|
6682
|
+
{
|
|
6683
|
+
"name": "select-all-pages-allowed",
|
|
6684
|
+
"description": "Whether all pages can be selected",
|
|
6685
|
+
"type": "boolean",
|
|
6686
|
+
"default": "false"
|
|
6681
6687
|
}
|
|
6682
6688
|
],
|
|
6683
6689
|
"properties": [
|
|
@@ -6692,6 +6698,13 @@
|
|
|
6692
6698
|
"description": "How much padding to render list items with",
|
|
6693
6699
|
"type": "'normal'|'slim'",
|
|
6694
6700
|
"default": "\"normal\""
|
|
6701
|
+
},
|
|
6702
|
+
{
|
|
6703
|
+
"name": "selectAllPagesAllowed",
|
|
6704
|
+
"attribute": "select-all-pages-allowed",
|
|
6705
|
+
"description": "Whether all pages can be selected",
|
|
6706
|
+
"type": "boolean",
|
|
6707
|
+
"default": "false"
|
|
6695
6708
|
}
|
|
6696
6709
|
],
|
|
6697
6710
|
"slots": [
|
|
@@ -7352,6 +7365,12 @@
|
|
|
7352
7365
|
"type": "boolean",
|
|
7353
7366
|
"default": "false"
|
|
7354
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
|
+
},
|
|
7355
7374
|
{
|
|
7356
7375
|
"name": "selection-single",
|
|
7357
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.",
|
|
@@ -7388,6 +7407,13 @@
|
|
|
7388
7407
|
"type": "boolean",
|
|
7389
7408
|
"default": "false"
|
|
7390
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
|
+
},
|
|
7391
7417
|
{
|
|
7392
7418
|
"name": "selectionSingle",
|
|
7393
7419
|
"attribute": "selection-single",
|
|
@@ -8389,6 +8415,12 @@
|
|
|
8389
8415
|
"name": "d2l-demo-selection",
|
|
8390
8416
|
"path": "./components/selection/demo/demo-selection.js",
|
|
8391
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
|
+
},
|
|
8392
8424
|
{
|
|
8393
8425
|
"name": "selection-single",
|
|
8394
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.",
|
|
@@ -8397,6 +8429,13 @@
|
|
|
8397
8429
|
}
|
|
8398
8430
|
],
|
|
8399
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
|
+
},
|
|
8400
8439
|
{
|
|
8401
8440
|
"name": "selectionSingle",
|
|
8402
8441
|
"attribute": "selection-single",
|
|
@@ -8406,6 +8445,102 @@
|
|
|
8406
8445
|
}
|
|
8407
8446
|
]
|
|
8408
8447
|
},
|
|
8448
|
+
{
|
|
8449
|
+
"name": "d2l-selection-action-menu-item",
|
|
8450
|
+
"path": "./components/selection/selection-action-menu-item.js",
|
|
8451
|
+
"description": "An action menu-item component used within selection controls such as d2l-list and d2l-list-header.",
|
|
8452
|
+
"attributes": [
|
|
8453
|
+
{
|
|
8454
|
+
"name": "requires-selection",
|
|
8455
|
+
"description": "Whether the action requires one or more selected items",
|
|
8456
|
+
"type": "boolean",
|
|
8457
|
+
"default": "false"
|
|
8458
|
+
},
|
|
8459
|
+
{
|
|
8460
|
+
"name": "selection-for",
|
|
8461
|
+
"description": "Id of the `SelectionMixin` component this component wants to observe (if not located within that component)",
|
|
8462
|
+
"type": "string"
|
|
8463
|
+
},
|
|
8464
|
+
{
|
|
8465
|
+
"name": "text",
|
|
8466
|
+
"description": "REQUIRED: Text displayed by the menu item",
|
|
8467
|
+
"type": "string"
|
|
8468
|
+
},
|
|
8469
|
+
{
|
|
8470
|
+
"name": "description",
|
|
8471
|
+
"description": "Provide a description for the menu item that will be used by screen readers",
|
|
8472
|
+
"type": "string"
|
|
8473
|
+
},
|
|
8474
|
+
{
|
|
8475
|
+
"name": "disabled",
|
|
8476
|
+
"description": "Disables the menu item",
|
|
8477
|
+
"type": "boolean",
|
|
8478
|
+
"default": "false"
|
|
8479
|
+
}
|
|
8480
|
+
],
|
|
8481
|
+
"properties": [
|
|
8482
|
+
{
|
|
8483
|
+
"name": "requiresSelection",
|
|
8484
|
+
"attribute": "requires-selection",
|
|
8485
|
+
"description": "Whether the action requires one or more selected items",
|
|
8486
|
+
"type": "boolean",
|
|
8487
|
+
"default": "false"
|
|
8488
|
+
},
|
|
8489
|
+
{
|
|
8490
|
+
"name": "selectionFor",
|
|
8491
|
+
"attribute": "selection-for",
|
|
8492
|
+
"description": "Id of the `SelectionMixin` component this component wants to observe (if not located within that component)",
|
|
8493
|
+
"type": "string"
|
|
8494
|
+
},
|
|
8495
|
+
{
|
|
8496
|
+
"name": "selectionInfo",
|
|
8497
|
+
"type": "SelectionInfo"
|
|
8498
|
+
},
|
|
8499
|
+
{
|
|
8500
|
+
"name": "text",
|
|
8501
|
+
"attribute": "text",
|
|
8502
|
+
"description": "REQUIRED: Text displayed by the menu item",
|
|
8503
|
+
"type": "string"
|
|
8504
|
+
},
|
|
8505
|
+
{
|
|
8506
|
+
"name": "description",
|
|
8507
|
+
"attribute": "description",
|
|
8508
|
+
"description": "Provide a description for the menu item that will be used by screen readers",
|
|
8509
|
+
"type": "string"
|
|
8510
|
+
},
|
|
8511
|
+
{
|
|
8512
|
+
"name": "disabled",
|
|
8513
|
+
"attribute": "disabled",
|
|
8514
|
+
"description": "Disables the menu item",
|
|
8515
|
+
"type": "boolean",
|
|
8516
|
+
"default": "false"
|
|
8517
|
+
}
|
|
8518
|
+
],
|
|
8519
|
+
"events": [
|
|
8520
|
+
{
|
|
8521
|
+
"name": "d2l-selection-action-click",
|
|
8522
|
+
"description": "Dispatched when the user clicks the action button. The `SelectionInfo` is provided as the event `detail`. If `requires-selection` was specified then the event will only be dispatched if items are selected."
|
|
8523
|
+
},
|
|
8524
|
+
{
|
|
8525
|
+
"name": "d2l-selection-observer-subscribe",
|
|
8526
|
+
"description": "Internal event"
|
|
8527
|
+
},
|
|
8528
|
+
{
|
|
8529
|
+
"name": "d2l-menu-item-select",
|
|
8530
|
+
"description": "Dispatched when the menu item is selected"
|
|
8531
|
+
},
|
|
8532
|
+
{
|
|
8533
|
+
"name": "d2l-menu-item-visibility-change",
|
|
8534
|
+
"description": "Dispatched when the visibility of the menu item changes"
|
|
8535
|
+
}
|
|
8536
|
+
],
|
|
8537
|
+
"slots": [
|
|
8538
|
+
{
|
|
8539
|
+
"name": "supporting",
|
|
8540
|
+
"description": "Allows supporting information to be displayed on the right-most side of the menu item"
|
|
8541
|
+
}
|
|
8542
|
+
]
|
|
8543
|
+
},
|
|
8409
8544
|
{
|
|
8410
8545
|
"name": "d2l-selection-action",
|
|
8411
8546
|
"path": "./components/selection/selection-action.js",
|
|
@@ -8416,16 +8551,17 @@
|
|
|
8416
8551
|
"description": "Preset icon key (e.g. `tier1:gear`)",
|
|
8417
8552
|
"type": "string"
|
|
8418
8553
|
},
|
|
8419
|
-
{
|
|
8420
|
-
"name": "requires-selection",
|
|
8421
|
-
"description": "Whether the action requires one or more selected items",
|
|
8422
|
-
"type": "boolean"
|
|
8423
|
-
},
|
|
8424
8554
|
{
|
|
8425
8555
|
"name": "text",
|
|
8426
8556
|
"description": "REQUIRED: The text for the action",
|
|
8427
8557
|
"type": "string"
|
|
8428
8558
|
},
|
|
8559
|
+
{
|
|
8560
|
+
"name": "requires-selection",
|
|
8561
|
+
"description": "Whether the action requires one or more selected items",
|
|
8562
|
+
"type": "boolean",
|
|
8563
|
+
"default": "false"
|
|
8564
|
+
},
|
|
8429
8565
|
{
|
|
8430
8566
|
"name": "selection-for",
|
|
8431
8567
|
"description": "Id of the `SelectionMixin` component this component wants to observe (if not located within that component)",
|
|
@@ -8450,18 +8586,19 @@
|
|
|
8450
8586
|
"description": "Preset icon key (e.g. `tier1:gear`)",
|
|
8451
8587
|
"type": "string"
|
|
8452
8588
|
},
|
|
8453
|
-
{
|
|
8454
|
-
"name": "requiresSelection",
|
|
8455
|
-
"attribute": "requires-selection",
|
|
8456
|
-
"description": "Whether the action requires one or more selected items",
|
|
8457
|
-
"type": "boolean"
|
|
8458
|
-
},
|
|
8459
8589
|
{
|
|
8460
8590
|
"name": "text",
|
|
8461
8591
|
"attribute": "text",
|
|
8462
8592
|
"description": "REQUIRED: The text for the action",
|
|
8463
8593
|
"type": "string"
|
|
8464
8594
|
},
|
|
8595
|
+
{
|
|
8596
|
+
"name": "requiresSelection",
|
|
8597
|
+
"attribute": "requires-selection",
|
|
8598
|
+
"description": "Whether the action requires one or more selected items",
|
|
8599
|
+
"type": "boolean",
|
|
8600
|
+
"default": "false"
|
|
8601
|
+
},
|
|
8465
8602
|
{
|
|
8466
8603
|
"name": "selectionFor",
|
|
8467
8604
|
"attribute": "selection-for",
|
|
@@ -8469,7 +8606,8 @@
|
|
|
8469
8606
|
"type": "string"
|
|
8470
8607
|
},
|
|
8471
8608
|
{
|
|
8472
|
-
"name": "selectionInfo"
|
|
8609
|
+
"name": "selectionInfo",
|
|
8610
|
+
"type": "SelectionInfo"
|
|
8473
8611
|
},
|
|
8474
8612
|
{
|
|
8475
8613
|
"name": "disabledTooltip",
|
|
@@ -8590,6 +8728,35 @@
|
|
|
8590
8728
|
}
|
|
8591
8729
|
]
|
|
8592
8730
|
},
|
|
8731
|
+
{
|
|
8732
|
+
"name": "d2l-selection-select-all-pages",
|
|
8733
|
+
"path": "./components/selection/selection-select-all-pages.js",
|
|
8734
|
+
"description": "A subtle button that selects all items for all pages.",
|
|
8735
|
+
"attributes": [
|
|
8736
|
+
{
|
|
8737
|
+
"name": "selection-for",
|
|
8738
|
+
"description": "Id of the `SelectionMixin` component this component wants to observe (if not located within that component)",
|
|
8739
|
+
"type": "string"
|
|
8740
|
+
}
|
|
8741
|
+
],
|
|
8742
|
+
"properties": [
|
|
8743
|
+
{
|
|
8744
|
+
"name": "selectionFor",
|
|
8745
|
+
"attribute": "selection-for",
|
|
8746
|
+
"description": "Id of the `SelectionMixin` component this component wants to observe (if not located within that component)",
|
|
8747
|
+
"type": "string"
|
|
8748
|
+
},
|
|
8749
|
+
{
|
|
8750
|
+
"name": "selectionInfo"
|
|
8751
|
+
}
|
|
8752
|
+
],
|
|
8753
|
+
"events": [
|
|
8754
|
+
{
|
|
8755
|
+
"name": "d2l-selection-observer-subscribe",
|
|
8756
|
+
"description": "Internal event"
|
|
8757
|
+
}
|
|
8758
|
+
]
|
|
8759
|
+
},
|
|
8593
8760
|
{
|
|
8594
8761
|
"name": "d2l-selection-select-all",
|
|
8595
8762
|
"path": "./components/selection/selection-select-all.js",
|
|
@@ -8676,6 +8843,12 @@
|
|
|
8676
8843
|
"name": "d2l-test-selection",
|
|
8677
8844
|
"path": "./components/selection/test/selection-component.js",
|
|
8678
8845
|
"attributes": [
|
|
8846
|
+
{
|
|
8847
|
+
"name": "item-count",
|
|
8848
|
+
"description": "Total number of items. Required when selecting all pages is allowed.",
|
|
8849
|
+
"type": "number",
|
|
8850
|
+
"default": "0"
|
|
8851
|
+
},
|
|
8679
8852
|
{
|
|
8680
8853
|
"name": "selection-single",
|
|
8681
8854
|
"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.",
|
|
@@ -8684,6 +8857,13 @@
|
|
|
8684
8857
|
}
|
|
8685
8858
|
],
|
|
8686
8859
|
"properties": [
|
|
8860
|
+
{
|
|
8861
|
+
"name": "itemCount",
|
|
8862
|
+
"attribute": "item-count",
|
|
8863
|
+
"description": "Total number of items. Required when selecting all pages is allowed.",
|
|
8864
|
+
"type": "number",
|
|
8865
|
+
"default": "0"
|
|
8866
|
+
},
|
|
8687
8867
|
{
|
|
8688
8868
|
"name": "selectionSingle",
|
|
8689
8869
|
"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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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 på 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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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",
|
package/lang/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 estar antes de {endLabel}",
|
|
63
63
|
"components.input-time-range.startTime": "Hora de inicio",
|
|
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": "
|
|
64
|
+
"components.list-item-drag-handle-tooltip.enter-desc": "Alternar el modo de reordenamiento del teclado.",
|
|
65
|
+
"components.list-item-drag-handle-tooltip.enter-key": "Ingresar",
|
|
66
|
+
"components.list-item-drag-handle-tooltip.left-right-desc": "Cambiar el nivel de anidación.",
|
|
67
|
+
"components.list-item-drag-handle-tooltip.left-right-key": "Izquierda/derecha",
|
|
68
|
+
"components.list-item-drag-handle-tooltip.title": "Controles del teclado para el reordenamiento:",
|
|
69
|
+
"components.list-item-drag-handle-tooltip.up-down-desc": "Mover 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": "Acción de reordenar elemento de {name}",
|
|
72
72
|
"components.list-item-drag-handle.keyboard": "Reordenar elemento, posición actual {currentPosition} de {size}. Para mover este elemento, presione las flechas hacia arriba o hacia abajo.",
|
|
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": "
|
|
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": "
|
|
73
|
+
"components.list-item-tooltip.enter-desc": "Activar la opción enfocada.",
|
|
74
|
+
"components.list-item-tooltip.enter-key": "Ingresar",
|
|
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 en 5 elementos a la vez.",
|
|
78
|
+
"components.list-item-tooltip.page-up-down-key": "Retroceder/avanzar página",
|
|
79
|
+
"components.list-item-tooltip.title": "Navegación con el teclado para listas:",
|
|
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": "Regresar al menú anterior.",
|
|
83
83
|
"components.menu-item-return.returnCurrentlyShowing": "Regresar al menú anterior. Está viendo {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 adelante",
|