@brightspace-ui/core 1.218.0 → 1.219.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.
package/lang/pt.js CHANGED
@@ -1,12 +1,11 @@
1
1
  /* eslint quotes: 0 */
2
-
3
2
  export default {
4
3
  "components.alert.close": "Fechar alerta",
5
4
  "components.breadcrumbs.breadcrumb": "Auxiliar de navegação",
6
5
  "components.calendar.notSelected": "Não selecionado.",
7
6
  "components.calendar.selected": "Selecionado.",
8
7
  "components.calendar.show": "Mostrar {month}",
9
- "components.count-badge.plus" : "{number}+",
8
+ "components.count-badge.plus": "{number}+",
10
9
  "components.dialog.close": "Fechar esta caixa de diálogo",
11
10
  "components.dropdown.close": "Fechar",
12
11
  "components.filter.clear": "Limpar",
@@ -17,9 +16,9 @@ export default {
17
16
  "components.filter.clearAnnounceSingle": "Limpando filtros",
18
17
  "components.filter.clearDescription": "Limpar filtros para: {filterName}",
19
18
  "components.filter.clearDescriptionSingle": "Limpar filtros",
20
- "components.filter.loading": "Carregar filtros",
21
19
  "components.filter.filterCountDescription": "{number, plural, zero {Nenhum filtro aplicado.} one {Um filtro aplicado.} other {{number} filtros aplicados.}}",
22
20
  "components.filter.filters": "Filtros",
21
+ "components.filter.loading": "Carregar filtros",
23
22
  "components.filter.noFilters": "Não há filtros disponíveis",
24
23
  "components.filter.searchResults": "{number, plural, zero {Sem resultados para a pesquisa} one {1 resultado para a pesquisa} other {{number} resultados para a pesquisa}}",
25
24
  "components.filter.singleDimensionDescription": "Filtrar por: {filterName}",
@@ -49,21 +48,37 @@ export default {
49
48
  "components.input-date.errorMaxDateOnly": "A data precisa ser anterior a {maxDate}",
50
49
  "components.input-date.errorMinDateOnly": "A data precisa ser posterior a {minDate}",
51
50
  "components.input-date.errorOutsideRange": "A data precisa estar entre {minDate} e {maxDate}",
52
- "components.input-date.openInstructions": "Adote o formato de data {format}. Use a tecla de seta para baixo ou pressione Enter para acessar o minicalendário.",
53
51
  "components.input-date.now": "Agora",
52
+ "components.input-date.openInstructions": "Adote o formato de data {format}. Use a tecla de seta para baixo ou pressione Enter para acessar o minicalendário.",
54
53
  "components.input-date.today": "Hoje",
55
- "components.input-number.hintInteger": "Este campo aceita apenas valores inteiros (não decimais)",
56
54
  "components.input-number.hintDecimalDuplicate": "Já existe um decimal neste número",
57
55
  "components.input-number.hintDecimalIncorrectComma": "Para adicionar um decimal, use o caractere vírgula “,”",
58
56
  "components.input-number.hintDecimalIncorrectPeriod": "Para adicionar um decimal, use o caractere ponto “.”",
57
+ "components.input-number.hintInteger": "Este campo aceita apenas valores inteiros (não decimais)",
59
58
  "components.input-search.clear": "Limpar pesquisa",
60
59
  "components.input-search.defaultPlaceholder": "Pesquisar...",
61
60
  "components.input-search.search": "Pesquisar",
62
61
  "components.input-time-range.endTime": "Hora final",
63
62
  "components.input-time-range.errorBadInput": "{startLabel} precisa ser anterior a {endLabel}",
64
63
  "components.input-time-range.startTime": "Hora de início",
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",
65
71
  "components.list-item-drag-handle.default": "Reordenar ação de item para {name}",
66
72
  "components.list-item-drag-handle.keyboard": "Reordenar item, posição atual {currentPosition} de {size}. Para mover este item, pressione as setas para cima ou para baixo.",
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",
67
82
  "components.menu-item-return.return": "Voltar ao menu anterior.",
68
83
  "components.menu-item-return.returnCurrentlyShowing": "Voltar ao menu anterior. Você está visualizando {menuTitle}.",
69
84
  "components.meter-mixin.commaSeperatedAria": "{term1}, {term2}",
package/lang/sv.js CHANGED
@@ -1,12 +1,11 @@
1
1
  /* eslint quotes: 0 */
2
-
3
2
  export default {
4
3
  "components.alert.close": "Stängningsvarning",
5
4
  "components.breadcrumbs.breadcrumb": "Sökväg",
6
5
  "components.calendar.notSelected": "Inte vald.",
7
6
  "components.calendar.selected": "Markerad.",
8
7
  "components.calendar.show": "Visa {month}",
9
- "components.count-badge.plus" : "{number}+",
8
+ "components.count-badge.plus": "{number}+",
10
9
  "components.dialog.close": "Stäng dialogrutan",
11
10
  "components.dropdown.close": "Stäng",
12
11
  "components.filter.clear": "Rensa",
@@ -17,9 +16,9 @@ export default {
17
16
  "components.filter.clearAnnounceSingle": "Rensar filter",
18
17
  "components.filter.clearDescription": "Rensa filter för {filterName}",
19
18
  "components.filter.clearDescriptionSingle": "Rensa filter",
20
- "components.filter.loading": "Läser in filter",
21
19
  "components.filter.filterCountDescription": "{number, plural, zero {Inga filter tillämpade.} one {1 filter tillämpat.} other {{number} filter tillämpade.}}",
22
20
  "components.filter.filters": "Filter",
21
+ "components.filter.loading": "Läser in filter",
23
22
  "components.filter.noFilters": "Inga tillgängliga filter",
24
23
  "components.filter.searchResults": "{number, plural, zero {No search results} one {1 search result} other {{number} search results}}",
25
24
  "components.filter.singleDimensionDescription": "Filtrera efter: {filterName}",
@@ -49,21 +48,37 @@ export default {
49
48
  "components.input-date.errorMaxDateOnly": "Datumet måste vara före {maxDate}",
50
49
  "components.input-date.errorMinDateOnly": "Datumet måste vara efter {minDate}",
51
50
  "components.input-date.errorOutsideRange": "Datumet ska vara mellan {minDate} och {maxDate}",
52
- "components.input-date.openInstructions": "Använd datumformatet {format}. Om du vill visa minikalendern trycker du på nedåtpil eller Enter.",
53
51
  "components.input-date.now": "Nu",
52
+ "components.input-date.openInstructions": "Använd datumformatet {format}. Om du vill visa minikalendern trycker du på nedåtpil eller Enter.",
54
53
  "components.input-date.today": "Idag",
55
- "components.input-number.hintInteger": "I det här fältet accepteras endast heltalsvärden (inga decimaler)",
56
54
  "components.input-number.hintDecimalDuplicate": "Det finns redan en decimal i det här talet",
57
55
  "components.input-number.hintDecimalIncorrectComma": "Om du vill lägga till en decimal använder du kommatecknet \",\"",
58
56
  "components.input-number.hintDecimalIncorrectPeriod": "Om du vill lägga till en decimal använder du punkttecknet \".\"",
57
+ "components.input-number.hintInteger": "I det här fältet accepteras endast heltalsvärden (inga decimaler)",
59
58
  "components.input-search.clear": "Rensa sökning",
60
59
  "components.input-search.defaultPlaceholder": "Sök ...",
61
60
  "components.input-search.search": "Sökning",
62
61
  "components.input-time-range.endTime": "Sluttid",
63
62
  "components.input-time-range.errorBadInput": "{startLabel} måste vara före {endLabel}",
64
63
  "components.input-time-range.startTime": "Starttid",
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",
65
71
  "components.list-item-drag-handle.default": "Åtgärd för att ändra ordning på objekt för {name}",
66
72
  "components.list-item-drag-handle.keyboard": "Flytta objekt. Aktuell position: {currentPosition} av {size}. Om du vill flytta det här objektet trycker du på uppåt- eller nedåtpilen.",
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",
67
82
  "components.menu-item-return.return": "Återgå till föregående meny.",
68
83
  "components.menu-item-return.returnCurrentlyShowing": "Återgå till föregående meny. Du visar {menuTitle}.",
69
84
  "components.meter-mixin.commaSeperatedAria": "{term1}, {term2}",
package/lang/tr.js CHANGED
@@ -1,12 +1,11 @@
1
1
  /* eslint quotes: 0 */
2
-
3
2
  export default {
4
3
  "components.alert.close": "Kapatma Uyarısı",
5
4
  "components.breadcrumbs.breadcrumb": "İçerik Haritası",
6
5
  "components.calendar.notSelected": "Seçili Değil.",
7
6
  "components.calendar.selected": "Seçili.",
8
7
  "components.calendar.show": "{month} Göster",
9
- "components.count-badge.plus" : "{number}+",
8
+ "components.count-badge.plus": "{number}+",
10
9
  "components.dialog.close": "Bu iletişim kutusunu kapat",
11
10
  "components.dropdown.close": "Kapat",
12
11
  "components.filter.clear": "Temizle",
@@ -17,9 +16,9 @@ export default {
17
16
  "components.filter.clearAnnounceSingle": "Filtreler temizleniyor",
18
17
  "components.filter.clearDescription": "{filterName} için filtreleri temizle",
19
18
  "components.filter.clearDescriptionSingle": "Filtreleri temizle",
20
- "components.filter.loading": "Filtreler yükleniyor",
21
19
  "components.filter.filterCountDescription": "{number, plural, zero {Filtre uygulanmadı.} one {1 filtre uygulandı.} other {{number} filtre uygulandı.}}",
22
20
  "components.filter.filters": "Filtre",
21
+ "components.filter.loading": "Filtreler yükleniyor",
23
22
  "components.filter.noFilters": "Uygun filtre yok",
24
23
  "components.filter.searchResults": "{number, plural, zero {Arama sonucu yok} one {1 arama sonucu} other {{number} arama sonucu}}",
25
24
  "components.filter.singleDimensionDescription": "Filtreleme ölçütü: {filterName}",
@@ -49,21 +48,37 @@ export default {
49
48
  "components.input-date.errorMaxDateOnly": "Tarih, {maxDate} tarihinden önce olmalıdır",
50
49
  "components.input-date.errorMinDateOnly": "Tarih, {minDate} tarihinden sonra olmalıdır",
51
50
  "components.input-date.errorOutsideRange": "Tarih, {minDate} ile {maxDate} arasında olmalıdır",
52
- "components.input-date.openInstructions": "{format} tarih formatını kullanın. Küçük takvime erişmek için aşağı okunu kullanın veya enter tuşuna basın.",
53
51
  "components.input-date.now": "Şimdi",
52
+ "components.input-date.openInstructions": "{format} tarih formatını kullanın. Küçük takvime erişmek için aşağı okunu kullanın veya enter tuşuna basın.",
54
53
  "components.input-date.today": "Bugün",
55
- "components.input-number.hintInteger": "Bu alanda yalnızca tam sayı değerleri kabul edilir (ondalık sayı kabul edilmez)",
56
54
  "components.input-number.hintDecimalDuplicate": "Bu sayıda zaten bir ondalık var",
57
55
  "components.input-number.hintDecimalIncorrectComma": "Ondalık sayı eklemek için virgül \",\" karakterini kullanın",
58
56
  "components.input-number.hintDecimalIncorrectPeriod": "Ondalık sayı eklemek için nokta \".\" karakterini kullanın",
57
+ "components.input-number.hintInteger": "Bu alanda yalnızca tam sayı değerleri kabul edilir (ondalık sayı kabul edilmez)",
59
58
  "components.input-search.clear": "Aramayı Temizle",
60
59
  "components.input-search.defaultPlaceholder": "Ara...",
61
60
  "components.input-search.search": "Arama",
62
61
  "components.input-time-range.endTime": "Bitiş Saati",
63
62
  "components.input-time-range.errorBadInput": "{startLabel}, {endLabel} tarihinden önce olmalıdır",
64
63
  "components.input-time-range.startTime": "Başlangıç Saati",
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",
65
71
  "components.list-item-drag-handle.default": "{name} için öğe eylemini yeniden sırala",
66
72
  "components.list-item-drag-handle.keyboard": "Öğeyi yeniden sırala, mevcut konum {currentPosition} / {size}. Bu öğeyi taşımak için yukarı veya aşağı oklara basın.",
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",
67
82
  "components.menu-item-return.return": "Önceki menüye dönün.",
68
83
  "components.menu-item-return.returnCurrentlyShowing": "Önceki menüye dönün. {menuTitle} başlığını görüntülüyorsunuz.",
69
84
  "components.meter-mixin.commaSeperatedAria": "{term1}, {term2}",
package/lang/zh-tw.js CHANGED
@@ -1,12 +1,11 @@
1
1
  /* eslint quotes: 0 */
2
-
3
2
  export default {
4
3
  "components.alert.close": "關閉警示",
5
4
  "components.breadcrumbs.breadcrumb": "導覽路徑",
6
5
  "components.calendar.notSelected": "未選取。",
7
6
  "components.calendar.selected": "已選取。",
8
7
  "components.calendar.show": "顯示{month}",
9
- "components.count-badge.plus" : "{number}+",
8
+ "components.count-badge.plus": "{number}+",
10
9
  "components.dialog.close": "關閉此對話方塊",
11
10
  "components.dropdown.close": "關閉",
12
11
  "components.filter.clear": "清除",
@@ -17,9 +16,9 @@ export default {
17
16
  "components.filter.clearAnnounceSingle": "正在清除篩選器",
18
17
  "components.filter.clearDescription": "清除 {filterName} 的篩選器",
19
18
  "components.filter.clearDescriptionSingle": "清除篩選器",
20
- "components.filter.loading": "正在載入篩選條件",
21
19
  "components.filter.filterCountDescription": "{number, plural, zero {未套用篩選條件。} one {已套用 1 項篩選條件。} other {已套用 {number} 項篩選條件。}}",
22
20
  "components.filter.filters": "篩選器",
21
+ "components.filter.loading": "正在載入篩選條件",
23
22
  "components.filter.noFilters": "沒有可用的篩選條件",
24
23
  "components.filter.searchResults": "{number, plural, zero {無搜尋結果} one {1 個搜尋結果} other {{number} 個搜尋結果}}",
25
24
  "components.filter.singleDimensionDescription": "按此條件篩選:{filterName}",
@@ -49,21 +48,37 @@ export default {
49
48
  "components.input-date.errorMaxDateOnly": "日期必須早於 {maxDate}",
50
49
  "components.input-date.errorMinDateOnly": "日期必須晚於 {minDate}",
51
50
  "components.input-date.errorOutsideRange": "日期必須介於 {minDate} 與 {maxDate} 之間",
52
- "components.input-date.openInstructions": "使用日期格式 {format}。按向下箭頭,或按下「Enter」以存取迷你行事曆。",
53
51
  "components.input-date.now": "立即",
52
+ "components.input-date.openInstructions": "使用日期格式 {format}。按向下箭頭,或按下「Enter」以存取迷你行事曆。",
54
53
  "components.input-date.today": "今天",
55
- "components.input-number.hintInteger": "此欄位僅接受整數值 (無小數位數)",
56
54
  "components.input-number.hintDecimalDuplicate": "這個數字已經有一個小數位數",
57
55
  "components.input-number.hintDecimalIncorrectComma": "若要新增小數位數,請使用逗號「,」字元",
58
56
  "components.input-number.hintDecimalIncorrectPeriod": "若要新增小數位數,請使用句號「.」字元",
57
+ "components.input-number.hintInteger": "此欄位僅接受整數值 (無小數位數)",
59
58
  "components.input-search.clear": "清除搜尋",
60
59
  "components.input-search.defaultPlaceholder": "搜尋...",
61
60
  "components.input-search.search": "搜尋",
62
61
  "components.input-time-range.endTime": "結束時間",
63
62
  "components.input-time-range.errorBadInput": "{startLabel} 必須早於 {endLabel}",
64
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",
65
71
  "components.list-item-drag-handle.default": "重新排序 {name} 的項目動作",
66
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",
67
82
  "components.menu-item-return.return": "返回上一個功能表。",
68
83
  "components.menu-item-return.returnCurrentlyShowing": "返回上一個功能表。您正在檢視 {menuTitle}。",
69
84
  "components.meter-mixin.commaSeperatedAria": "{term1},{term2}",
package/lang/zh.js CHANGED
@@ -1,12 +1,11 @@
1
1
  /* eslint quotes: 0 */
2
-
3
2
  export default {
4
3
  "components.alert.close": "关闭提醒",
5
4
  "components.breadcrumbs.breadcrumb": "痕迹导航",
6
5
  "components.calendar.notSelected": "未选择。",
7
6
  "components.calendar.selected": "已选择。",
8
7
  "components.calendar.show": "显示 {month}",
9
- "components.count-badge.plus" : "{number} +",
8
+ "components.count-badge.plus": "{number} +",
10
9
  "components.dialog.close": "关闭此对话框",
11
10
  "components.dropdown.close": "关闭",
12
11
  "components.filter.clear": "清除",
@@ -17,9 +16,9 @@ export default {
17
16
  "components.filter.clearAnnounceSingle": "清除筛选",
18
17
  "components.filter.clearDescription": "清除筛选条件:{ filterName }",
19
18
  "components.filter.clearDescriptionSingle": "清除筛选",
20
- "components.filter.loading": "正在加载筛选器",
21
19
  "components.filter.filterCountDescription": "{number, plural, zero {未应用筛选器。} one {已应用 1 个筛选器。} other {已应用 {number} 个筛选器。}}",
22
20
  "components.filter.filters": "个筛选条件",
21
+ "components.filter.loading": "正在加载筛选器",
23
22
  "components.filter.noFilters": "无可用筛选器",
24
23
  "components.filter.searchResults": "{number, plural, zero {无搜索结果} one {1 个搜索结果} other {{number} 个搜索结果}}",
25
24
  "components.filter.singleDimensionDescription": "筛选依据:{filterName}",
@@ -49,21 +48,37 @@ export default {
49
48
  "components.input-date.errorMaxDateOnly": "日期必须早于 {maxDate}",
50
49
  "components.input-date.errorMinDateOnly": "日期必须晚于 {minDate}",
51
50
  "components.input-date.errorOutsideRange": "日期必须介于 {minDate} 和 {maxDate} 之间",
52
- "components.input-date.openInstructions": "使用日期格式 {format}。利用向下箭头键或按 Enter 键访问迷你日历。",
53
51
  "components.input-date.now": "现在",
52
+ "components.input-date.openInstructions": "使用日期格式 {format}。利用向下箭头键或按 Enter 键访问迷你日历。",
54
53
  "components.input-date.today": "今天",
55
- "components.input-number.hintInteger": "此字段只接受整数值(无小数)",
56
54
  "components.input-number.hintDecimalDuplicate": "此数中已有一个小数",
57
55
  "components.input-number.hintDecimalIncorrectComma": "要添加小数,请使用逗号“,”字符",
58
56
  "components.input-number.hintDecimalIncorrectPeriod": "要添加小数,请使用句号“.”字符",
57
+ "components.input-number.hintInteger": "此字段只接受整数值(无小数)",
59
58
  "components.input-search.clear": "清除搜索",
60
59
  "components.input-search.defaultPlaceholder": "搜索...",
61
60
  "components.input-search.search": "搜索",
62
61
  "components.input-time-range.endTime": "结束时间",
63
62
  "components.input-time-range.errorBadInput": "{startLabel} 必须早于 {endLabel}",
64
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",
65
71
  "components.list-item-drag-handle.default": "对 {name} 的项目操作重新排序",
66
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",
67
82
  "components.menu-item-return.return": "返回至上级菜单。",
68
83
  "components.menu-item-return.returnCurrentlyShowing": "返回至上级菜单。您正在浏览 {menuTitle}。",
69
84
  "components.meter-mixin.commaSeperatedAria": "{term1}、{term2}",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "1.218.0",
3
+ "version": "1.219.3",
4
4
  "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/BrightspaceUI/core.git",
@@ -14,7 +14,7 @@
14
14
  "build": "npm run build:clean && npm run build:icons && npm run build:sass",
15
15
  "lint": "npm run lint:eslint && npm run lint:style && npm run lint:lit",
16
16
  "lint:eslint": "eslint . --ext .js,.html",
17
- "lint:lit": "lit-analyzer \"{components,controllers,directives,helpers,mixins,templates,test,tools}/**/*.js\" --strict",
17
+ "lint:lit": "lit-analyzer \"{components,controllers,directives,helpers,mixins,templates,test,tools}/**/*.js\" --strict --rules.no-unknown-tag-name off",
18
18
  "lint:style": "stylelint \"**/*.{js,html}\"",
19
19
  "start": "web-dev-server --node-resolve --watch --open",
20
20
  "test": "npm run lint && npm run test:headless && npm run test:axe",