@brightspace-ui/core 2.18.6 → 2.18.9

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/ja.js CHANGED
@@ -26,13 +26,13 @@ export default {
26
26
  "components.form-element.defaultError": "{label} は無効です。",
27
27
  "components.form-element.defaultFieldLabel": "フィールド",
28
28
  "components.form-element.input.email.typeMismatch": "電子メールが無効です",
29
- "components.form-element.input.number.rangeError": "{minExclusive, select, true {{maxExclusive, select, true {Number must be greater than {min} and less than {max}.} other {Number must be greater than {min} and less than or equal to {max}.}}} other {{maxExclusive, select, true {Number must be greater than or equal to {min} and less than {max}.} other {Number must be greater than or equal to {min} and less than or equal to {max}.}}}}",
30
- "components.form-element.input.number.rangeOverflow": "{maxExclusive, select, true {数値は {max} より小さくなければなりません。} other {数値は {max} 以下でなければなりません。}}",
31
- "components.form-element.input.number.rangeUnderflow": "{minExclusive, select, true {数値は {min} より大きくなければなりません。} other {数値は {min} 以上でなければなりません。}}",
29
+ "components.form-element.input.number.rangeError": "{minExclusive, select, true {{maxExclusive, select, true {数値は {min} より大きく {max} 未満である必要があります。} other {数値は {min} より大きく {max} 以下である必要があります。}}} other {{maxExclusive, select, true {数値は {min} 以上 {max} 未満である必要があります。} other {数値は {min} 以上 {max} 以下である必要があります。}}}}",
30
+ "components.form-element.input.number.rangeOverflow": "{maxExclusive, select, true {数値は {max} 未満である必要があります。} other {数値は {max} 以下である必要があります。}}",
31
+ "components.form-element.input.number.rangeUnderflow": "{minExclusive, select, true {数値は {min} より大きい必要があります。} other {数値は {min} 以上である必要があります。}}",
32
32
  "components.form-element.input.text.tooShort": "{label} は {minlength} 文字以上である必要があります",
33
33
  "components.form-element.input.url.typeMismatch": "URL が有効ではありません",
34
34
  "components.form-element.valueMissing": "{label} は必須です。",
35
- "components.form-error-summary.errorSummary": "{count, plural, other {送信した情報に {count} 件のエラー が見つかりました}}",
35
+ "components.form-error-summary.errorSummary": "{count, plural, other {送信した情報に {count} 件のエラーが見つかりました}}",
36
36
  "components.input-date-range.endDate": "終了日",
37
37
  "components.input-date-range.errorBadInput": "{startLabel} は {endLabel} より前にする必要があります",
38
38
  "components.input-date-range.startDate": "開始日",
@@ -62,7 +62,7 @@ export default {
62
62
  "components.input-time-range.endTime": "終了時刻",
63
63
  "components.input-time-range.errorBadInput": "{startLabel} は {endLabel} より前にする必要があります",
64
64
  "components.input-time-range.startTime": "開始時刻",
65
- "components.interactive.instructions": "Press Enter to interact, Escape to exit",
65
+ "components.interactive.instructions": "対話を始めるには Enter キー、終了するには Esc キーを押します",
66
66
  "components.list-item-drag-handle.default": "{name} の項目並べ替えアクション",
67
67
  "components.list-item-drag-handle.keyboard": "項目の並べ替え、現在の位置 {currentPosition}、サイズ {size}。この項目を移動するには、上矢印または下矢印を押します。",
68
68
  "components.list-item-tooltip.title": "リストのキーボードナビゲーション:",
@@ -96,19 +96,19 @@ export default {
96
96
  "components.switch.visibility": "表示",
97
97
  "components.tabs.next": "前方にスクロール",
98
98
  "components.tabs.previous": "後方にスクロール",
99
- "components.tag-list.clear": "Click to remove item {value}",
100
- "components.tag-list.clear-all": "Clear All",
101
- "components.tag-list.cleared-all": "Removed all tag list items",
102
- "components.tag-list.cleared-item": "Removed tag list item {value}",
103
- "components.tag-list.interactive-label": "Tag List, {count} items",
99
+ "components.tag-list.clear": "クリックする、Backspace キーを押す、または Delete キーを押すと項目 {value} が削除されます",
100
+ "components.tag-list.clear-all": "すべてをクリア",
101
+ "components.tag-list.cleared-all": "すべてのタグリスト項目を削除しました",
102
+ "components.tag-list.cleared-item": "タグリスト項目 {value} を削除しました",
103
+ "components.tag-list.interactive-label": "タグリスト、{count} 項目",
104
104
  "components.tag-list.num-hidden": "+ {count} 件追加",
105
105
  "components.tag-list.show-less": "少なく表示",
106
- "components.tag-list.show-more-description": "Select to show hidden tag list items",
107
- "components.tag-list-item.tooltip-arrow-keys": "Arrow Keys",
108
- "components.tag-list-item.tooltip-arrow-keys-desc": "Move between tags",
109
- "components.tag-list-item.tooltip-delete-key": "Backspace/Delete",
110
- "components.tag-list-item.tooltip-delete-key-desc": "Delete the focused tag",
111
- "components.tag-list-item.tooltip-title": "Keyboard Controls",
106
+ "components.tag-list.show-more-description": "選択すると、非表示のタグリスト項目が表示されます",
107
+ "components.tag-list-item.tooltip-arrow-keys": "矢印キー",
108
+ "components.tag-list-item.tooltip-arrow-keys-desc": "タグ間を移動します",
109
+ "components.tag-list-item.tooltip-delete-key": "Backspace キー/Delete キー",
110
+ "components.tag-list-item.tooltip-delete-key-desc": "フォーカスされたタグを削除します",
111
+ "components.tag-list-item.tooltip-title": "キーボードコントロール",
112
112
  "templates.primary-secondary.adjustableSplitView": "調整可能な分割ビュー",
113
113
  "templates.primary-secondary.keyboardHorizontal": "左矢印または右矢印を使用して、ビューパネルのサイズを調整します",
114
114
  "templates.primary-secondary.keyboardVertical": "上矢印または下矢印を使用して、ビューパネルのサイズを調整します"
package/lang/ko.js CHANGED
@@ -26,13 +26,13 @@ export default {
26
26
  "components.form-element.defaultError": "{label}이(가) 잘못되었습니다.",
27
27
  "components.form-element.defaultFieldLabel": "필드",
28
28
  "components.form-element.input.email.typeMismatch": "이메일이 유효하지 않습니다.",
29
- "components.form-element.input.number.rangeError": "{minExclusive, select, true {{maxExclusive, select, true {Number must be greater than {min} and less than {max}.} other {Number must be greater than {min} and less than or equal to {max}.}}} other {{maxExclusive, select, true {Number must be greater than or equal to {min} and less than {max}.} other {Number must be greater than or equal to {min} and less than or equal to {max}.}}}}",
30
- "components.form-element.input.number.rangeOverflow": "{maxExclusive, select, true {숫자가 보다 작음 {max}여야 합니다.} other {숫자가 작거나 같음 {max}여야 합니다.}}",
31
- "components.form-element.input.number.rangeUnderflow": "{minExclusive, select, true {숫자가 보다 큼 {min}여야 합니다.} other {숫자가 크거나 같음 {min}여야 합니다.}}",
29
+ "components.form-element.input.number.rangeError": "{minExclusive, select, true {{maxExclusive, select, true {숫자는 {min}보다 크고 {max}보다 작아야 합니다.} other {숫자는 {min}보다 크고 {max}보다 작거나 같아야 합니다.}}} other {{maxExclusive, select, true {숫자는 {min}보다 크거나 같고 {max}보다 작아야 합니다.} other {숫자는 {min}보다 크거나 같고 {max}보다 작거나 같아야 합니다.}}}}",
30
+ "components.form-element.input.number.rangeOverflow": "{maxExclusive, select, true {숫자는 {max}보다 작아야 합니다.} other {숫자는 {max}보다 작거나 같아야 합니다.}}",
31
+ "components.form-element.input.number.rangeUnderflow": "{minExclusive, select, true {숫자는 {min}보다 커야 합니다.} other {숫자는 {min}보다 크거나 같아야 합니다.}}",
32
32
  "components.form-element.input.text.tooShort": "{label}은(는) {minlength}자 이상이어야 합니다",
33
33
  "components.form-element.input.url.typeMismatch": "URL이 유효하지 않습니다",
34
34
  "components.form-element.valueMissing": "{label}이(가) 필요합니다.",
35
- "components.form-error-summary.errorSummary": "{count, plural, other {제출하신 정보에서 {count}개의 오류가 발견되었습니다}}",
35
+ "components.form-error-summary.errorSummary": "{count, plural, other {제출한 정보에서 {count}개의 오류가 발견되었습니다}}",
36
36
  "components.input-date-range.endDate": "종료일",
37
37
  "components.input-date-range.errorBadInput": "{startLabel}은(는) {endLabel} 앞에 있어야 합니다",
38
38
  "components.input-date-range.startDate": "시작일",
@@ -62,7 +62,7 @@ export default {
62
62
  "components.input-time-range.endTime": "종료 시각",
63
63
  "components.input-time-range.errorBadInput": "{startLabel}은(는) {endLabel} 앞에 있어야 합니다",
64
64
  "components.input-time-range.startTime": "시작 시각",
65
- "components.interactive.instructions": "Press Enter to interact, Escape to exit",
65
+ "components.interactive.instructions": "Enter 눌러 상호 작용하고 Esc를 눌러 종료합니다",
66
66
  "components.list-item-drag-handle.default": "{name}에 대한 항목 작업 재정렬",
67
67
  "components.list-item-drag-handle.keyboard": "전체 {size}에서 현재 위치 {currentPosition} 항목 재정렬 이 항목을 이동하라면 위쪽 또는 아래쪽 화살표를 누르십시오.",
68
68
  "components.list-item-tooltip.title": "목록에 대한 키보드 탐색:",
@@ -96,19 +96,19 @@ export default {
96
96
  "components.switch.visibility": "표시여부",
97
97
  "components.tabs.next": "앞으로 스크롤",
98
98
  "components.tabs.previous": "뒤로 스크롤",
99
- "components.tag-list.clear": "Click to remove item {value}",
100
- "components.tag-list.clear-all": "Clear All",
101
- "components.tag-list.cleared-all": "Removed all tag list items",
102
- "components.tag-list.cleared-item": "Removed tag list item {value}",
103
- "components.tag-list.interactive-label": "Tag List, {count} items",
99
+ "components.tag-list.clear": "항목 {value}을(를) 제거하려면 클릭하거나, 백스페이스 또는 삭제 키를 누릅니다.",
100
+ "components.tag-list.clear-all": "모두 지우기",
101
+ "components.tag-list.cleared-all": "모든 태그 목록 항목을 제거했습니다",
102
+ "components.tag-list.cleared-item": "태그 목록 항목 {value}을(를) 제거했습니다",
103
+ "components.tag-list.interactive-label": "태그 목록, {count} 항목",
104
104
  "components.tag-list.num-hidden": "{count}개 더",
105
105
  "components.tag-list.show-less": "간단히 표시",
106
- "components.tag-list.show-more-description": "Select to show hidden tag list items",
107
- "components.tag-list-item.tooltip-arrow-keys": "Arrow Keys",
108
- "components.tag-list-item.tooltip-arrow-keys-desc": "Move between tags",
109
- "components.tag-list-item.tooltip-delete-key": "Backspace/Delete",
110
- "components.tag-list-item.tooltip-delete-key-desc": "Delete the focused tag",
111
- "components.tag-list-item.tooltip-title": "Keyboard Controls",
106
+ "components.tag-list.show-more-description": "숨겨진 태그 목록 항목을 표시하려면 선택합니다",
107
+ "components.tag-list-item.tooltip-arrow-keys": "화살표 ",
108
+ "components.tag-list-item.tooltip-arrow-keys-desc": "태그 간에 이동합니다",
109
+ "components.tag-list-item.tooltip-delete-key": "백스페이스/삭제",
110
+ "components.tag-list-item.tooltip-delete-key-desc": "포커스된 태그를 삭제합니다",
111
+ "components.tag-list-item.tooltip-title": "키보드 컨트롤",
112
112
  "templates.primary-secondary.adjustableSplitView": "조정 가능한 분할 보기",
113
113
  "templates.primary-secondary.keyboardHorizontal": "왼쪽 또는 오른쪽 화살표로 보기 패널의 크기 조정",
114
114
  "templates.primary-secondary.keyboardVertical": "위 또는 아래 화살표로 보기 패널의 크기 조정"
package/lang/nl.js CHANGED
@@ -26,13 +26,13 @@ export default {
26
26
  "components.form-element.defaultError": "{label} is ongeldig.",
27
27
  "components.form-element.defaultFieldLabel": "Veld",
28
28
  "components.form-element.input.email.typeMismatch": "E-mailadres is ongeldig",
29
- "components.form-element.input.number.rangeError": "{minExclusive, select, true {{maxExclusive, select, true {Number must be greater than {min} and less than {max}.} other {Number must be greater than {min} and less than or equal to {max}.}}} other {{maxExclusive, select, true {Number must be greater than or equal to {min} and less than {max}.} other {Number must be greater than or equal to {min} and less than or equal to {max}.}}}}",
30
- "components.form-element.input.number.rangeOverflow": "{maxExclusive, select, true {Number must be less than {max}.} other {Number must be less than or equal to {max}.}}",
31
- "components.form-element.input.number.rangeUnderflow": "{minExclusive, select, true {Number must be greater than {min}.} other {Number must be greater than or equal to {min}.}}",
29
+ "components.form-element.input.number.rangeError": "{minExclusive, select, true {{maxExclusive, select, true {Getal moet groter zijn dan {min} en kleiner dan {max}.} other {Getal moet groter zijn dan {min} en kleiner dan of gelijk aan {max}.}}} other {{maxExclusive, select, true {Getal moet groter zijn dan of gelijk aan {min} en kleiner dan {max}.} other {Getal moet groter zijn dan of gelijk aan {min} en kleiner dan of gelijk aan {max}.}}}}",
30
+ "components.form-element.input.number.rangeOverflow": "{maxExclusive, select, true {Getal moet kleiner zijn dan {max}.} other {Getal moet kleiner zijn dan of gelijk aan {max}.}}",
31
+ "components.form-element.input.number.rangeUnderflow": "{minExclusive, select, true {Getal moet groter zijn dan {min}.} other {Getal moet groter zijn dan of gelijk aan {min}.}}",
32
32
  "components.form-element.input.text.tooShort": "{label} moet ten minste {minlength} tekens bevatten",
33
33
  "components.form-element.input.url.typeMismatch": "URL is niet geldig",
34
34
  "components.form-element.valueMissing": "{label} is vereist.",
35
- "components.form-error-summary.errorSummary": "Er {count, plural, one {is 1 fout} other {zijn {count} fouten}} gevonden in de informatie die u hebt ingediend",
35
+ "components.form-error-summary.errorSummary": "{count, plural, one {Er is 1 fout gevonden in de informatie die u hebt ingediend} other {Er zijn {count} fouten gevonden in de informatie die u hebt ingediend}}",
36
36
  "components.input-date-range.endDate": "Einddatum",
37
37
  "components.input-date-range.errorBadInput": "{startLabel} moet voor {endLabel} liggen",
38
38
  "components.input-date-range.startDate": "Startdatum",
@@ -62,7 +62,7 @@ export default {
62
62
  "components.input-time-range.endTime": "Eindtijd",
63
63
  "components.input-time-range.errorBadInput": "{startLabel} moet voor {endLabel} liggen",
64
64
  "components.input-time-range.startTime": "Starttijd",
65
- "components.interactive.instructions": "Press Enter to interact, Escape to exit",
65
+ "components.interactive.instructions": "Druk op Enter om te communiceren, druk op Escape om af te sluiten",
66
66
  "components.list-item-drag-handle.default": "Itemactie voor {name} opnieuw rangschikken",
67
67
  "components.list-item-drag-handle.keyboard": "Items opnieuw rangschikken, huidige positie {currentPosition} van {size}. Als u dit item wilt verplaatsen, drukt u op de pijl omhoog of omlaag.",
68
68
  "components.list-item-tooltip.title": "Toetsenbordnavigatie voor lijsten:",
@@ -96,19 +96,19 @@ export default {
96
96
  "components.switch.visibility": "Zichtbaarheid",
97
97
  "components.tabs.next": "Naar voren scrollen",
98
98
  "components.tabs.previous": "Naar achteren scrollen",
99
- "components.tag-list.clear": "Click to remove item {value}",
100
- "components.tag-list.clear-all": "Clear All",
101
- "components.tag-list.cleared-all": "Removed all tag list items",
102
- "components.tag-list.cleared-item": "Removed tag list item {value}",
103
- "components.tag-list.interactive-label": "Tag List, {count} items",
99
+ "components.tag-list.clear": "Klik, druk op Backspace of druk op de Delete-toets om item {value} te verwijderen",
100
+ "components.tag-list.clear-all": "Alles wissen",
101
+ "components.tag-list.cleared-all": "Alle items op de labellijst zijn verwijderd",
102
+ "components.tag-list.cleared-item": "Item {value} op de labellijst is verwijderd",
103
+ "components.tag-list.interactive-label": "Labellijst, {count} items",
104
104
  "components.tag-list.num-hidden": "+ {count} extra",
105
105
  "components.tag-list.show-less": "Minder weergeven",
106
- "components.tag-list.show-more-description": "Select to show hidden tag list items",
107
- "components.tag-list-item.tooltip-arrow-keys": "Arrow Keys",
108
- "components.tag-list-item.tooltip-arrow-keys-desc": "Move between tags",
106
+ "components.tag-list.show-more-description": "Selecteer deze optie om verborgen items op labellijsten weer te geven",
107
+ "components.tag-list-item.tooltip-arrow-keys": "Pijltoetsen",
108
+ "components.tag-list-item.tooltip-arrow-keys-desc": "Schakelen tussen tags",
109
109
  "components.tag-list-item.tooltip-delete-key": "Backspace/Delete",
110
- "components.tag-list-item.tooltip-delete-key-desc": "Delete the focused tag",
111
- "components.tag-list-item.tooltip-title": "Keyboard Controls",
110
+ "components.tag-list-item.tooltip-delete-key-desc": "Verwijder de gerichte tag",
111
+ "components.tag-list-item.tooltip-title": "Bedieningselementen op het toetsenbord",
112
112
  "templates.primary-secondary.adjustableSplitView": "Instelbare gesplitste weergave",
113
113
  "templates.primary-secondary.keyboardHorizontal": "Pijl naar links of rechts om de grootte van de weergavevensters aan te passen",
114
114
  "templates.primary-secondary.keyboardVertical": "Pijl omhoog of omlaag om de grootte van de weergavevensters aan te passen"
package/lang/pt.js CHANGED
@@ -26,13 +26,13 @@ export default {
26
26
  "components.form-element.defaultError": "{label} é inválido.",
27
27
  "components.form-element.defaultFieldLabel": "Campo",
28
28
  "components.form-element.input.email.typeMismatch": "E-mail inválido",
29
- "components.form-element.input.number.rangeError": "{minExclusive, select, true {{maxExclusive, select, true {Number must be greater than {min} and less than {max}.} other {Number must be greater than {min} and less than or equal to {max}.}}} other {{maxExclusive, select, true {Number must be greater than or equal to {min} and less than {max}.} other {Number must be greater than or equal to {min} and less than or equal to {max}.}}}}",
30
- "components.form-element.input.number.rangeOverflow": "{maxExclusive, select, true {O número deve ser menor que {max}.} other {O número deve ser menor ou igual a {max}.}}",
31
- "components.form-element.input.number.rangeUnderflow": "{minExclusive, select, true {O número deve ser maior que {min}.} other {O número deve ser maior ou igual a {min}.}}",
29
+ "components.form-element.input.number.rangeError": "{minExclusive, select, true {{maxExclusive, select, true {O número deve ser maior que {min} e menor que {max}.} other {O número deve ser maior que {min} e menor que ou igual a {max}.}}} other {{maxExclusive, select, true {O número deve ser maior ou igual a {min} e menor que {max}.} other {O número deve ser maior que ou igual a {min} e menor que ou igual a {max}.}}}}",
30
+ "components.form-element.input.number.rangeOverflow": "{maxExclusive, select, true {O número deve ser menor que {max}.} other {O número deve ser menor que ou igual a {max}.}}",
31
+ "components.form-element.input.number.rangeUnderflow": "{minExclusive, select, true {O número deve ser maior que {min}.} other {O número deve ser maior que ou igual a {min}.}}",
32
32
  "components.form-element.input.text.tooShort": "{label} precisa ter, pelo menos, {minlength} caracteres",
33
33
  "components.form-element.input.url.typeMismatch": "URL inválido",
34
34
  "components.form-element.valueMissing": "{label} é obrigatório.",
35
- "components.form-error-summary.errorSummary": "{count, plural, one {Foi encontrado 1 erro} other {Foram encontrados {count} erros}} nas informações que você enviou",
35
+ "components.form-error-summary.errorSummary": "{count, plural, one {Um erro foi encontrado nas informações enviadas} other {{count} erros foram encontrados nas informações enviadas}}",
36
36
  "components.input-date-range.endDate": "Data final",
37
37
  "components.input-date-range.errorBadInput": "{startLabel} precisa ser anterior a {endLabel}",
38
38
  "components.input-date-range.startDate": "Data de início",
@@ -62,7 +62,7 @@ export default {
62
62
  "components.input-time-range.endTime": "Hora final",
63
63
  "components.input-time-range.errorBadInput": "{startLabel} precisa ser anterior a {endLabel}",
64
64
  "components.input-time-range.startTime": "Hora de início",
65
- "components.interactive.instructions": "Press Enter to interact, Escape to exit",
65
+ "components.interactive.instructions": "Pressione Enter para interagir, Escape para sair",
66
66
  "components.list-item-drag-handle.default": "Reordenar ação de item para {name}",
67
67
  "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.",
68
68
  "components.list-item-tooltip.title": "Navegação do teclado para listas:",
@@ -96,19 +96,19 @@ export default {
96
96
  "components.switch.visibility": "Visibilidade",
97
97
  "components.tabs.next": "Ir para frente",
98
98
  "components.tabs.previous": "Ir para trás",
99
- "components.tag-list.clear": "Click to remove item {value}",
100
- "components.tag-list.clear-all": "Clear All",
101
- "components.tag-list.cleared-all": "Removed all tag list items",
102
- "components.tag-list.cleared-item": "Removed tag list item {value}",
103
- "components.tag-list.interactive-label": "Tag List, {count} items",
99
+ "components.tag-list.clear": "Clique em, pressione Backspace ou pressione a tecla Delete para remover o item {value}",
100
+ "components.tag-list.clear-all": "Limpar tudo",
101
+ "components.tag-list.cleared-all": "Todos os itens da lista de marcas foram removidos",
102
+ "components.tag-list.cleared-item": "Item {value} da lista de marcas removido",
103
+ "components.tag-list.interactive-label": "Lista de marcas, {count} itens",
104
104
  "components.tag-list.num-hidden": "+ {count} mais",
105
105
  "components.tag-list.show-less": "Mostrar menos",
106
- "components.tag-list.show-more-description": "Select to show hidden tag list items",
107
- "components.tag-list-item.tooltip-arrow-keys": "Arrow Keys",
108
- "components.tag-list-item.tooltip-arrow-keys-desc": "Move between tags",
106
+ "components.tag-list.show-more-description": "Selecione para mostrar itens ocultos da lista de marcas",
107
+ "components.tag-list-item.tooltip-arrow-keys": "Teclas de seta",
108
+ "components.tag-list-item.tooltip-arrow-keys-desc": "Mover entre marcas",
109
109
  "components.tag-list-item.tooltip-delete-key": "Backspace/Delete",
110
- "components.tag-list-item.tooltip-delete-key-desc": "Delete the focused tag",
111
- "components.tag-list-item.tooltip-title": "Keyboard Controls",
110
+ "components.tag-list-item.tooltip-delete-key-desc": "Excluir a marca de foco",
111
+ "components.tag-list-item.tooltip-title": "Controles do teclado",
112
112
  "templates.primary-secondary.adjustableSplitView": "Exibição dividida ajustável",
113
113
  "templates.primary-secondary.keyboardHorizontal": "Use a seta para a esquerda ou para a direita para ajustar o tamanho dos painéis de exibição",
114
114
  "templates.primary-secondary.keyboardVertical": "Use a seta para cima ou para baixo para ajustar o tamanho dos painéis de exibição"
package/lang/sv.js CHANGED
@@ -26,13 +26,13 @@ export default {
26
26
  "components.form-element.defaultError": "{label} är ogiltig.",
27
27
  "components.form-element.defaultFieldLabel": "Fält",
28
28
  "components.form-element.input.email.typeMismatch": "E-postadressen är ogiltig",
29
- "components.form-element.input.number.rangeError": "{minExclusive, select, true {{maxExclusive, select, true {Number must be greater than {min} and less than {max}.} other {Number must be greater than {min} and less than or equal to {max}.}}} other {{maxExclusive, select, true {Number must be greater than or equal to {min} and less than {max}.} other {Number must be greater than or equal to {min} and less than or equal to {max}.}}}}",
30
- "components.form-element.input.number.rangeOverflow": "{maxExclusive, select, true {Number must be less than {max}.} other {Number must be less than or equal to {max}.}}",
31
- "components.form-element.input.number.rangeUnderflow": "{minExclusive, select, true {Number must be greater than {min}.} other {Number must be greater than or equal to {min}.}}",
29
+ "components.form-element.input.number.rangeError": "{minExclusive, select, true {{maxExclusive, select, true {Siffran ska vara högre än {min} och lägre än {max}.} other {Siffran ska vara högre än {min} och lägre än eller exakt {max}.}}} other {{maxExclusive, select, true {Siffran ska vara högre än eller exakt {min} och lägre än {max}.} other {Siffran ska vara högre än eller exakt {min} och lägre än eller exakt {max}.}}}}",
30
+ "components.form-element.input.number.rangeOverflow": "{maxExclusive, select, true {Siffran ska vara lägre än {max}.} other {Siffran ska vara lägre än eller exakt {max}.}}",
31
+ "components.form-element.input.number.rangeUnderflow": "{minExclusive, select, true {Siffran ska vara högre än {min}.} other {Siffran ska vara högre än eller exakt {min}.}}",
32
32
  "components.form-element.input.text.tooShort": "{label} måste innehålla minst {minlength} tecken",
33
33
  "components.form-element.input.url.typeMismatch": "URL är inte giltigt",
34
34
  "components.form-element.valueMissing": "{label} krävs.",
35
- "components.form-error-summary.errorSummary": "Det {count, plural, one {fanns 1 fel} other {fanns {count} fel}} i den information som du skickade",
35
+ "components.form-error-summary.errorSummary": "{count, plural, one {Det finns 1 fel i informationen som du skickade} other {Det finns {count} fel i informationen som du skickade}}",
36
36
  "components.input-date-range.endDate": "Slutdatum",
37
37
  "components.input-date-range.errorBadInput": "{startLabel} måste vara före {endLabel}",
38
38
  "components.input-date-range.startDate": "Startdatum",
@@ -62,7 +62,7 @@ export default {
62
62
  "components.input-time-range.endTime": "Sluttid",
63
63
  "components.input-time-range.errorBadInput": "{startLabel} måste vara före {endLabel}",
64
64
  "components.input-time-range.startTime": "Starttid",
65
- "components.interactive.instructions": "Press Enter to interact, Escape to exit",
65
+ "components.interactive.instructions": "Tryck Enter för att interagera och Escape för att avsluta",
66
66
  "components.list-item-drag-handle.default": "Åtgärd för att ändra ordning på objekt för {name}",
67
67
  "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.",
68
68
  "components.list-item-tooltip.title": "Tangentbordsnavigering för listor:",
@@ -96,19 +96,19 @@ export default {
96
96
  "components.switch.visibility": "Synlighet",
97
97
  "components.tabs.next": "Bläddra framåt",
98
98
  "components.tabs.previous": "Bläddra bakåt",
99
- "components.tag-list.clear": "Click to remove item {value}",
100
- "components.tag-list.clear-all": "Clear All",
101
- "components.tag-list.cleared-all": "Removed all tag list items",
102
- "components.tag-list.cleared-item": "Removed tag list item {value}",
103
- "components.tag-list.interactive-label": "Tag List, {count} items",
99
+ "components.tag-list.clear": "Klicka, tryck backstegstangenten eller Delete-tangenten för att ta bort objektet {value}",
100
+ "components.tag-list.clear-all": "Rensa alla",
101
+ "components.tag-list.cleared-all": "Ta bort alla tagglistobjekt",
102
+ "components.tag-list.cleared-item": "Ta bort tagglistobjektet {value}",
103
+ "components.tag-list.interactive-label": "Tagglista, {count} objekt",
104
104
  "components.tag-list.num-hidden": "+ {count} till",
105
105
  "components.tag-list.show-less": "Visa färre",
106
- "components.tag-list.show-more-description": "Select to show hidden tag list items",
107
- "components.tag-list-item.tooltip-arrow-keys": "Arrow Keys",
108
- "components.tag-list-item.tooltip-arrow-keys-desc": "Move between tags",
109
- "components.tag-list-item.tooltip-delete-key": "Backspace/Delete",
110
- "components.tag-list-item.tooltip-delete-key-desc": "Delete the focused tag",
111
- "components.tag-list-item.tooltip-title": "Keyboard Controls",
106
+ "components.tag-list.show-more-description": "Välj för att visa dolda tagglistobjekt",
107
+ "components.tag-list-item.tooltip-arrow-keys": "Piltangenter",
108
+ "components.tag-list-item.tooltip-arrow-keys-desc": "Flytta mellan taggar",
109
+ "components.tag-list-item.tooltip-delete-key": "Backstegstangenten/Delete-tangenten",
110
+ "components.tag-list-item.tooltip-delete-key-desc": "Ta bort den fokuserade taggen",
111
+ "components.tag-list-item.tooltip-title": "Tangentbordskontroller",
112
112
  "templates.primary-secondary.adjustableSplitView": "Justerbar delad vy",
113
113
  "templates.primary-secondary.keyboardHorizontal": "Pil vänster eller höger för att justera storleken på vypaneler",
114
114
  "templates.primary-secondary.keyboardVertical": "Pil upp eller ned för att justera storleken på vypaneler"
package/lang/tr.js CHANGED
@@ -26,13 +26,13 @@ export default {
26
26
  "components.form-element.defaultError": "{label} geçersiz.",
27
27
  "components.form-element.defaultFieldLabel": "Alan",
28
28
  "components.form-element.input.email.typeMismatch": "E-posta geçerli değil",
29
- "components.form-element.input.number.rangeError": "{minExclusive, select, true {{maxExclusive, select, true {Number must be greater than {min} and less than {max}.} other {Number must be greater than {min} and less than or equal to {max}.}}} other {{maxExclusive, select, true {Number must be greater than or equal to {min} and less than {max}.} other {Number must be greater than or equal to {min} and less than or equal to {max}.}}}}",
30
- "components.form-element.input.number.rangeOverflow": "{maxExclusive, select, true {Sayı daha küçük {max} olmalıdır.} other {Sayı daha küçük veya eşit {max} olmalıdır.}}",
31
- "components.form-element.input.number.rangeUnderflow": "{minExclusive, select, true {Sayı daha büyük {min} olmalıdır.} other {Sayı daha büyük veya eşit {min} olmalıdır.}}",
29
+ "components.form-element.input.number.rangeError": "{minExclusive, select, true {{maxExclusive, select, true {Sayı {min} değerinden büyük ve {max} değerinden küçük olmalıdır.} other {Sayı {min} değerinden büyük ve {max} değerinden küçük veya bu değere eşit olmalıdır.}}} other {{maxExclusive, select, true {Sayı {min} değerinden büyük veya bu değere eşit olmalıdır ve {max} değerinden küçük olmalıdır.} other {Sayı {min} değerinden büyük veya bu değere eşit olmalıdır ve {max} değerinden küçük veya bu değere eşit olmalıdır.}}}}",
30
+ "components.form-element.input.number.rangeOverflow": "{maxExclusive, select, true {Sayı {max} değerinden küçük olmalıdır.} other {Sayı {max} değerinden küçük veya bu değere eşit olmalıdır.}}",
31
+ "components.form-element.input.number.rangeUnderflow": "{minExclusive, select, true {Sayı {min} değerinden büyük olmalıdır.} other {Sayı {min} değerinden büyük veya bu değere eşit olmalıdır.}}",
32
32
  "components.form-element.input.text.tooShort": "{label} en az {minlength} karakter olmalıdır",
33
33
  "components.form-element.input.url.typeMismatch": "URL geçerli değil",
34
34
  "components.form-element.valueMissing": "{label} zorunludur.",
35
- "components.form-error-summary.errorSummary": "Gönderdiğiniz bilgilerde {count, plural, one {1 hata} other {{count} hata}} bulundu",
35
+ "components.form-error-summary.errorSummary": "{count, plural, one {Gönderdiğiniz bilgilerde 1 hata bulundu} other {Gönderdiğiniz bilgilerde {count} hata bulundu}}",
36
36
  "components.input-date-range.endDate": "Bitiş Tarihi",
37
37
  "components.input-date-range.errorBadInput": "{startLabel}, {endLabel} tarihinden önce olmalıdır",
38
38
  "components.input-date-range.startDate": "Başlangıç Tarihi",
@@ -62,7 +62,7 @@ export default {
62
62
  "components.input-time-range.endTime": "Bitiş Saati",
63
63
  "components.input-time-range.errorBadInput": "{startLabel}, {endLabel} tarihinden önce olmalıdır",
64
64
  "components.input-time-range.startTime": "Başlangıç Saati",
65
- "components.interactive.instructions": "Press Enter to interact, Escape to exit",
65
+ "components.interactive.instructions": "Etkileşim kurmak için Enter tuşuna, çıkmak için Escape tuşuna basın",
66
66
  "components.list-item-drag-handle.default": "{name} için öğe eylemini yeniden sırala",
67
67
  "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.",
68
68
  "components.list-item-tooltip.title": "Listeler için Klavye ile Gezinme:",
@@ -96,19 +96,19 @@ export default {
96
96
  "components.switch.visibility": "Görünürlük",
97
97
  "components.tabs.next": "İleri Kaydır",
98
98
  "components.tabs.previous": "Geri Kaydır",
99
- "components.tag-list.clear": "Click to remove item {value}",
100
- "components.tag-list.clear-all": "Clear All",
101
- "components.tag-list.cleared-all": "Removed all tag list items",
102
- "components.tag-list.cleared-item": "Removed tag list item {value}",
103
- "components.tag-list.interactive-label": "Tag List, {count} items",
99
+ "components.tag-list.clear": "Öğe {value} değerini kaldırmak için tıklatın, geri al tuşuna veya sil tuşuna basın",
100
+ "components.tag-list.clear-all": "Tümünü Temizle",
101
+ "components.tag-list.cleared-all": "Tüm etiket listesi öğeleri kaldırıldı",
102
+ "components.tag-list.cleared-item": "Kaldırılan etiket listesi öğesi {value}",
103
+ "components.tag-list.interactive-label": "Etiket Listesi, {count} öğe",
104
104
  "components.tag-list.num-hidden": "+{count} tane daha",
105
105
  "components.tag-list.show-less": "Daha Azını Göster",
106
- "components.tag-list.show-more-description": "Select to show hidden tag list items",
107
- "components.tag-list-item.tooltip-arrow-keys": "Arrow Keys",
108
- "components.tag-list-item.tooltip-arrow-keys-desc": "Move between tags",
109
- "components.tag-list-item.tooltip-delete-key": "Backspace/Delete",
110
- "components.tag-list-item.tooltip-delete-key-desc": "Delete the focused tag",
111
- "components.tag-list-item.tooltip-title": "Keyboard Controls",
106
+ "components.tag-list.show-more-description": "Gizli etiket listesi öğelerini göstermek için seçin",
107
+ "components.tag-list-item.tooltip-arrow-keys": "Ok Tuşları",
108
+ "components.tag-list-item.tooltip-arrow-keys-desc": "Etiketler arasında gezinme",
109
+ "components.tag-list-item.tooltip-delete-key": "Geri Al/Sil",
110
+ "components.tag-list-item.tooltip-delete-key-desc": "Odaklanılan etiketi sil",
111
+ "components.tag-list-item.tooltip-title": "Klavye Kontrolleri",
112
112
  "templates.primary-secondary.adjustableSplitView": "Ayarlanabilir Bölünmüş Görüntü",
113
113
  "templates.primary-secondary.keyboardHorizontal": "Görüntü panellerinin boyutunu ayarlamak için sol veya sağ okları kullanın",
114
114
  "templates.primary-secondary.keyboardVertical": "Görüntü panellerinin boyutunu ayarlamak için yukarı veya aşağı okları kullanın"
package/lang/zh-cn.js CHANGED
@@ -26,13 +26,13 @@ export default {
26
26
  "components.form-element.defaultError": "{label} 无效。",
27
27
  "components.form-element.defaultFieldLabel": "字段",
28
28
  "components.form-element.input.email.typeMismatch": "电子邮件无效",
29
- "components.form-element.input.number.rangeError": "{minExclusive, select, true {{maxExclusive, select, true {Number must be greater than {min} and less than {max}.} other {Number must be greater than {min} and less than or equal to {max}.}}} other {{maxExclusive, select, true {Number must be greater than or equal to {min} and less than {max}.} other {Number must be greater than or equal to {min} and less than or equal to {max}.}}}}",
29
+ "components.form-element.input.number.rangeError": "{minExclusive, select, true {{maxExclusive, select, true {数目必须大于 {min} 且小于 {max}} other {数目必须大于 {min} 且小于或等于 {max}}}} other {{maxExclusive, select, true {数目必须大于或等于 {min} 且小于 {max}} other {数目必须大于或等于 {min} 且小于或等于 {max}}}}}",
30
30
  "components.form-element.input.number.rangeOverflow": "{maxExclusive, select, true {数字必须小于 {max}。} other {数字必须小于等于 {max}。}}",
31
31
  "components.form-element.input.number.rangeUnderflow": "{minExclusive, select, true {数字必须大于 {min}。} other {数字必须大于等于 {min}。}}",
32
32
  "components.form-element.input.text.tooShort": "{label} 必须至少为 {minlength} 个字符",
33
33
  "components.form-element.input.url.typeMismatch": "URL 无效",
34
34
  "components.form-element.valueMissing": "{label} 为必填项。",
35
- "components.form-error-summary.errorSummary": "您提交的信息中出现 {count, plural, other {{count} 处错误}} 处错误",
35
+ "components.form-error-summary.errorSummary": "{count, plural, other {在您提交的信息中发现 {count} 个错误}}",
36
36
  "components.input-date-range.endDate": "结束日期",
37
37
  "components.input-date-range.errorBadInput": "{startLabel} 必须早于 {endLabel}",
38
38
  "components.input-date-range.startDate": "开始日期",
@@ -62,7 +62,7 @@ export default {
62
62
  "components.input-time-range.endTime": "结束时间",
63
63
  "components.input-time-range.errorBadInput": "{startLabel} 必须早于 {endLabel}",
64
64
  "components.input-time-range.startTime": "开始时间",
65
- "components.interactive.instructions": "Press Enter to interact, Escape to exit",
65
+ "components.interactive.instructions": " Enter 键进行交互,按 Esc 键退出",
66
66
  "components.list-item-drag-handle.default": "对 {name} 的项目操作重新排序",
67
67
  "components.list-item-drag-handle.keyboard": "对项目重新排序,当前位置 {currentPosition} 超出 {size}。要移动此项目,请按向上或向下箭头。",
68
68
  "components.list-item-tooltip.title": "列表的键盘导航:",
@@ -96,19 +96,19 @@ export default {
96
96
  "components.switch.visibility": "可见性",
97
97
  "components.tabs.next": "向前滚动",
98
98
  "components.tabs.previous": "向后滚动",
99
- "components.tag-list.clear": "Click to remove item {value}",
100
- "components.tag-list.clear-all": "Clear All",
101
- "components.tag-list.cleared-all": "Removed all tag list items",
102
- "components.tag-list.cleared-item": "Removed tag list item {value}",
103
- "components.tag-list.interactive-label": "Tag List, {count} items",
99
+ "components.tag-list.clear": "单击、按退格键或按 Delete 键以移除项目 {value}",
100
+ "components.tag-list.clear-all": "全部清除",
101
+ "components.tag-list.cleared-all": "已移除所有标签列表项目",
102
+ "components.tag-list.cleared-item": "已移除标签列表项目 {value}",
103
+ "components.tag-list.interactive-label": "标签列表,{count} 个项目",
104
104
  "components.tag-list.num-hidden": "+ {count} 个",
105
105
  "components.tag-list.show-less": "显示更少",
106
- "components.tag-list.show-more-description": "Select to show hidden tag list items",
107
- "components.tag-list-item.tooltip-arrow-keys": "Arrow Keys",
108
- "components.tag-list-item.tooltip-arrow-keys-desc": "Move between tags",
109
- "components.tag-list-item.tooltip-delete-key": "Backspace/Delete",
110
- "components.tag-list-item.tooltip-delete-key-desc": "Delete the focused tag",
111
- "components.tag-list-item.tooltip-title": "Keyboard Controls",
106
+ "components.tag-list.show-more-description": "选择以显示隐藏的标签列表项目",
107
+ "components.tag-list-item.tooltip-arrow-keys": "箭头键",
108
+ "components.tag-list-item.tooltip-arrow-keys-desc": "在标签之间移动",
109
+ "components.tag-list-item.tooltip-delete-key": "退格键/Delete",
110
+ "components.tag-list-item.tooltip-delete-key-desc": "删除具有焦点的标签",
111
+ "components.tag-list-item.tooltip-title": "键盘控制",
112
112
  "templates.primary-secondary.adjustableSplitView": "可调分屏视图",
113
113
  "templates.primary-secondary.keyboardHorizontal": "向左或向右箭头可调整视图面板的大小",
114
114
  "templates.primary-secondary.keyboardVertical": "向上或向下箭头可调整视图面板的大小"
package/lang/zh-tw.js CHANGED
@@ -26,13 +26,13 @@ export default {
26
26
  "components.form-element.defaultError": "{label} 無效。",
27
27
  "components.form-element.defaultFieldLabel": "欄位",
28
28
  "components.form-element.input.email.typeMismatch": "電子郵件無效",
29
- "components.form-element.input.number.rangeError": "{minExclusive, select, true {{maxExclusive, select, true {Number must be greater than {min} and less than {max}.} other {Number must be greater than {min} and less than or equal to {max}.}}} other {{maxExclusive, select, true {Number must be greater than or equal to {min} and less than {max}.} other {Number must be greater than or equal to {min} and less than or equal to {max}.}}}}",
29
+ "components.form-element.input.number.rangeError": "{minExclusive, select, true {{maxExclusive, select, true {數字必須大於 {min} 且小於 {max}} other {數字必須大於 {min} 且小於或等於 {max}}}} other {{maxExclusive, select, true {數字必須大於或等於 {min} 且小於 {max}} other {數字必須大於或等於 {min} 且小於或等於 {max}}}}}",
30
30
  "components.form-element.input.number.rangeOverflow": "{maxExclusive, select, true {數字必須小於 {max}。} other {數字必須小於或等於 {max}。}}",
31
31
  "components.form-element.input.number.rangeUnderflow": "{minExclusive, select, true {數字必須大於 {min}。} other {數字必須大於或等於 {min}。}}",
32
32
  "components.form-element.input.text.tooShort": "{label} 必須至少為 {minlength} 個字元",
33
33
  "components.form-element.input.url.typeMismatch": "URL 無效",
34
34
  "components.form-element.valueMissing": "{label} 為必填。",
35
- "components.form-error-summary.errorSummary": "您提交的資訊中發現 {count, plural, other {{count} 個錯誤}}",
35
+ "components.form-error-summary.errorSummary": "{count, plural, other {您提交的資訊中發現 {count} 個錯誤}}",
36
36
  "components.input-date-range.endDate": "結束日期",
37
37
  "components.input-date-range.errorBadInput": "{startLabel} 必須早於 {endLabel}",
38
38
  "components.input-date-range.startDate": "開始日期",
@@ -62,7 +62,7 @@ export default {
62
62
  "components.input-time-range.endTime": "結束時間",
63
63
  "components.input-time-range.errorBadInput": "{startLabel} 必須早於 {endLabel}",
64
64
  "components.input-time-range.startTime": "開始時間",
65
- "components.interactive.instructions": "Press Enter to interact, Escape to exit",
65
+ "components.interactive.instructions": "按下 Enter 來互動,按下 Escape 即可結束",
66
66
  "components.list-item-drag-handle.default": "重新排序 {name} 的項目動作",
67
67
  "components.list-item-drag-handle.keyboard": "重新排序項目,目前位置 {currentPosition},總共為 {size}。若要移除這個項目,請按向上或向下箭頭。",
68
68
  "components.list-item-tooltip.title": "清單的鍵盤導覽:",
@@ -96,19 +96,19 @@ export default {
96
96
  "components.switch.visibility": "能見度",
97
97
  "components.tabs.next": "向前捲動",
98
98
  "components.tabs.previous": "向後捲動",
99
- "components.tag-list.clear": "Click to remove item {value}",
100
- "components.tag-list.clear-all": "Clear All",
101
- "components.tag-list.cleared-all": "Removed all tag list items",
102
- "components.tag-list.cleared-item": "Removed tag list item {value}",
103
- "components.tag-list.interactive-label": "Tag List, {count} items",
99
+ "components.tag-list.clear": "按一下、按下退格鍵或按下刪除鍵以移除項目 {value}",
100
+ "components.tag-list.clear-all": "全部清除",
101
+ "components.tag-list.cleared-all": "已移除所有標記清單項目",
102
+ "components.tag-list.cleared-item": "已移除標記清單項目 {value}",
103
+ "components.tag-list.interactive-label": "標記清單,{count} 個項目",
104
104
  "components.tag-list.num-hidden": "還有 {count} 個",
105
105
  "components.tag-list.show-less": "顯示更少",
106
- "components.tag-list.show-more-description": "Select to show hidden tag list items",
107
- "components.tag-list-item.tooltip-arrow-keys": "Arrow Keys",
108
- "components.tag-list-item.tooltip-arrow-keys-desc": "Move between tags",
109
- "components.tag-list-item.tooltip-delete-key": "Backspace/Delete",
110
- "components.tag-list-item.tooltip-delete-key-desc": "Delete the focused tag",
111
- "components.tag-list-item.tooltip-title": "Keyboard Controls",
106
+ "components.tag-list.show-more-description": "選取以顯示隱藏的標記清單項目",
107
+ "components.tag-list-item.tooltip-arrow-keys": "方向鍵",
108
+ "components.tag-list-item.tooltip-arrow-keys-desc": "在標記之間移動",
109
+ "components.tag-list-item.tooltip-delete-key": "退格/刪除",
110
+ "components.tag-list-item.tooltip-delete-key-desc": "刪除對焦標記",
111
+ "components.tag-list-item.tooltip-title": "鍵盤控制項",
112
112
  "templates.primary-secondary.adjustableSplitView": "可調整的分割檢視",
113
113
  "templates.primary-secondary.keyboardHorizontal": "向左或向右箭頭可調整檢視面板的大小",
114
114
  "templates.primary-secondary.keyboardVertical": "向上或向下箭頭可調整檢視面板的大小"
@@ -1,7 +1,7 @@
1
1
  import { html, LitElement } from 'lit';
2
- import { LocalizeDynamicMixin } from '../../mixins/localize-dynamic-mixin.js';
2
+ import { LocalizeMixin } from '../../mixins/localize-mixin.js';
3
3
 
4
- class LocalizeTest extends LocalizeDynamicMixin(LitElement) {
4
+ class LocalizeTest extends LocalizeMixin(LitElement) {
5
5
 
6
6
  static get properties() {
7
7
  return {
@@ -11,7 +11,7 @@ class LocalizeTest extends LocalizeDynamicMixin(LitElement) {
11
11
  };
12
12
  }
13
13
 
14
- static get localizeConfig() {
14
+ static async getLocalizeResources(langs) {
15
15
  const langResources = {
16
16
  'ar': { 'hello': 'مرحبا {name}' },
17
17
  'de': { 'hello': 'Hallo {name}' },
@@ -29,15 +29,17 @@ class LocalizeTest extends LocalizeDynamicMixin(LitElement) {
29
29
  'zh-cn': { 'hello': '你好 {name}' },
30
30
  'zh-tw': { 'hello': '你好 {name}' }
31
31
  };
32
- return {
33
- importFunc: async lang => {
34
- return new Promise((resolve) => {
35
- setTimeout(() => {
36
- resolve(langResources[lang]);
37
- }, 50);
38
- });
32
+
33
+ for (let i = 0; i < langs.length; i++) {
34
+ if (langResources[langs[i]]) {
35
+ return {
36
+ language: langs[i],
37
+ resources: langResources[langs[i]]
38
+ };
39
39
  }
40
- };
40
+ }
41
+
42
+ return null;
41
43
  }
42
44
 
43
45
  render() {
@@ -163,13 +163,12 @@ export const LocalizeMixin = dedupeMixin(superclass => class extends superclass
163
163
  }
164
164
 
165
165
  static _getAllLocalizeResources(possibleLanguages, config = this.localizeConfig) {
166
- let resourcesLoadedPromises = [];
166
+ let resourcesLoadedPromises;
167
167
  const superCtor = Object.getPrototypeOf(this);
168
- // get imported terms for each config, head up the chain to get them all
169
168
  if ('_getAllLocalizeResources' in superCtor) {
170
- // eslint-disable-next-line no-prototype-builtins
171
- const superConfig = superCtor.hasOwnProperty('localizeConfig') && superCtor.localizeConfig.importFunc ? superCtor.localizeConfig : config;
172
- resourcesLoadedPromises = superCtor._getAllLocalizeResources(possibleLanguages, superConfig);
169
+ resourcesLoadedPromises = superCtor._getAllLocalizeResources(possibleLanguages, config);
170
+ } else {
171
+ resourcesLoadedPromises = [];
173
172
  }
174
173
  // eslint-disable-next-line no-prototype-builtins
175
174
  if (this.hasOwnProperty('getLocalizeResources') || this.hasOwnProperty('resources')) {
@@ -103,17 +103,6 @@ static get localizeConfig() {
103
103
  }
104
104
  ```
105
105
 
106
- **Note:** If using `LocalizeCoreElement` or a mixin that utilizes `LocalizeCoreElement` as well as `LocalizeDynamicMixin` or a mixin that uses `LocalizeDynamicMixin`, `LocalizeDynamicMixin` **must** appear before `LocalizeCoreElement` in the chain. For example:
107
-
108
- ```javascript
109
- import { LocalizeCoreElement } from '@brightspace-ui/core/helpers/localize-core-element.js';
110
- import { LocalizeDynamicMixin } from '@brightspace-ui/core/mixins/localize-dynamic-mixin.js';
111
-
112
- class MyComponent extends LocalizeDynamicMixin(LocalizeCoreElement(LitElement)) {
113
- ...
114
- }
115
- ```
116
-
117
106
  ## `localize()`
118
107
 
119
108
  Once your localization resources are available, the `localize()` method is used to localize a piece of text in your `render()` method.