@brightspace-ui/core 2.18.6 → 2.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/dropdown/dropdown-content-mixin.js +1 -1
- package/components/filter/filter.js +4 -8
- package/lang/ar.js +2 -2
- package/lang/cy.js +2 -2
- package/lang/da.js +2 -2
- package/lang/de.js +2 -2
- package/lang/en.js +2 -2
- package/lang/es-es.js +2 -2
- package/lang/es.js +2 -2
- package/lang/fr-fr.js +2 -2
- package/lang/fr.js +2 -2
- package/lang/hi.js +2 -2
- package/lang/ja.js +2 -2
- package/lang/ko.js +2 -2
- package/lang/nl.js +2 -2
- package/lang/pt.js +2 -2
- package/lang/sv.js +2 -2
- package/lang/tr.js +2 -2
- package/lang/zh-cn.js +2 -2
- package/lang/zh-tw.js +2 -2
- package/package.json +1 -1
|
@@ -683,7 +683,7 @@ export const DropdownContentMixin = superclass => class extends LocalizeCoreElem
|
|
|
683
683
|
|
|
684
684
|
const centerDelta = contentRect.width - targetRect.width;
|
|
685
685
|
const position = this._getPosition(spaceAround, centerDelta);
|
|
686
|
-
if (position) {
|
|
686
|
+
if (position !== null) {
|
|
687
687
|
this._position = position;
|
|
688
688
|
}
|
|
689
689
|
|
|
@@ -297,7 +297,7 @@ class Filter extends FocusMixin(LocalizeCoreElement(RtlMixin(LitElement))) {
|
|
|
297
297
|
slot="header"
|
|
298
298
|
@click="${this._handleClearAll}"
|
|
299
299
|
?disabled="${this._totalAppliedCount === 0}"
|
|
300
|
-
description="${this.localize('components.filter.clearAllDescription')}"
|
|
300
|
+
description="${this.text ? this.localize('components.filter.clearAllDescriptionOverride', { filterText: this.text }) : this.localize('components.filter.clearAllDescription')}"
|
|
301
301
|
text="${this.localize('components.filter.clearAll')}">
|
|
302
302
|
</d2l-button-subtle>
|
|
303
303
|
`;
|
|
@@ -309,7 +309,7 @@ class Filter extends FocusMixin(LocalizeCoreElement(RtlMixin(LitElement))) {
|
|
|
309
309
|
<d2l-button-subtle
|
|
310
310
|
@click="${this._handleClear}"
|
|
311
311
|
?disabled="${dimension.loading || dimension.appliedCount === 0}"
|
|
312
|
-
description="${
|
|
312
|
+
description="${this.localize('components.filter.clearDescription', { filterName: dimension.text })}"
|
|
313
313
|
text="${this.localize('components.filter.clear')}">
|
|
314
314
|
</d2l-button-subtle>
|
|
315
315
|
`;
|
|
@@ -485,11 +485,7 @@ class Filter extends FocusMixin(LocalizeCoreElement(RtlMixin(LitElement))) {
|
|
|
485
485
|
this._dispatchChangeEventNow(false);
|
|
486
486
|
this.requestUpdate();
|
|
487
487
|
|
|
488
|
-
|
|
489
|
-
announce(this.localize('components.filter.clearAnnounceSingle'));
|
|
490
|
-
} else {
|
|
491
|
-
announce(this.localize('components.filter.clearAnnounce', { filterName: dimension.text }));
|
|
492
|
-
}
|
|
488
|
+
announce(this.localize('components.filter.clearAnnounce', { filterName: dimension.text }));
|
|
493
489
|
}
|
|
494
490
|
|
|
495
491
|
_handleClearAll() {
|
|
@@ -504,7 +500,7 @@ class Filter extends FocusMixin(LocalizeCoreElement(RtlMixin(LitElement))) {
|
|
|
504
500
|
this._dispatchChangeEventNow(true);
|
|
505
501
|
this.requestUpdate();
|
|
506
502
|
|
|
507
|
-
announce(this.localize('components.filter.clearAllAnnounce'));
|
|
503
|
+
this.text ? announce(this.localize('components.filter.clearAllAnnounceOverride', { filterText: this.text })) : announce(this.localize('components.filter.clearAllAnnounce'));
|
|
508
504
|
}
|
|
509
505
|
|
|
510
506
|
_handleDimensionDataChange(e) {
|
package/lang/ar.js
CHANGED
|
@@ -12,11 +12,11 @@ export default {
|
|
|
12
12
|
"components.filter.clear": "مسح",
|
|
13
13
|
"components.filter.clearAll": "مسح الكل",
|
|
14
14
|
"components.filter.clearAllAnnounce": "جارٍ مسح كل عوامل التصفية",
|
|
15
|
+
"components.filter.clearAllAnnounceOverride": "Clearing all filters for: {filterText}",
|
|
15
16
|
"components.filter.clearAllDescription": "مسح كل عوامل التصفية",
|
|
17
|
+
"components.filter.clearAllDescriptionOverride": "Clear all filters for: {filterText}",
|
|
16
18
|
"components.filter.clearAnnounce": "جارٍ مسح عوامل التصفية لـ: {filterName}",
|
|
17
|
-
"components.filter.clearAnnounceSingle": "جارٍ مسح عوامل التصفية",
|
|
18
19
|
"components.filter.clearDescription": "مسح عوامل التصفية لـ: {filterName}",
|
|
19
|
-
"components.filter.clearDescriptionSingle": "مسح عوامل التصفية",
|
|
20
20
|
"components.filter.loading": "يتم تحميل عوامل التصفية",
|
|
21
21
|
"components.filter.filterCountDescription": "{number, plural, zero {لم يتم تطبيق عوامل تصفية.} one {تم تطبيق عامل تصفية واحد.} other {{number} من عوامل التصفية التي تم تطبيقها.}}",
|
|
22
22
|
"components.filter.filters": "عوامل التصفية",
|
package/lang/cy.js
CHANGED
|
@@ -12,11 +12,11 @@ export default {
|
|
|
12
12
|
"components.filter.clear": "Clirio",
|
|
13
13
|
"components.filter.clearAll": "Clirio’r Cyfan",
|
|
14
14
|
"components.filter.clearAllAnnounce": "Wrthi’n clirio’r holl hidlwyr",
|
|
15
|
+
"components.filter.clearAllAnnounceOverride": "Clearing all filters for: {filterText}",
|
|
15
16
|
"components.filter.clearAllDescription": "Clirio’r holl hidlwyr",
|
|
17
|
+
"components.filter.clearAllDescriptionOverride": "Clear all filters for: {filterText}",
|
|
16
18
|
"components.filter.clearAnnounce": "Wrthi’n clirio hidlwyr ar gyfer: {filterName}",
|
|
17
|
-
"components.filter.clearAnnounceSingle": "Wrthi'n clirio hidlwyr",
|
|
18
19
|
"components.filter.clearDescription": "Wrthi’n clirio hidlwyd ar gyfer: {filterName}",
|
|
19
|
-
"components.filter.clearDescriptionSingle": "Clirio Hidlwyr",
|
|
20
20
|
"components.filter.loading": "Wrthi’n llwytho hidlyddion",
|
|
21
21
|
"components.filter.filterCountDescription": "{number, plural, zero {Dim hildwyr wedi'u gweithredu.} one {1 hidlydd wedi'i weithredu.} other {{number} hidlydd wedi'u gweithredu.}}",
|
|
22
22
|
"components.filter.filters": "Hidlyddion",
|
package/lang/da.js
CHANGED
|
@@ -12,11 +12,11 @@ export default {
|
|
|
12
12
|
"components.filter.clear": "Ryd",
|
|
13
13
|
"components.filter.clearAll": "Ryd alle",
|
|
14
14
|
"components.filter.clearAllAnnounce": "Rydder alle filtre",
|
|
15
|
+
"components.filter.clearAllAnnounceOverride": "Clearing all filters for: {filterText}",
|
|
15
16
|
"components.filter.clearAllDescription": "Ryd alle filtre",
|
|
17
|
+
"components.filter.clearAllDescriptionOverride": "Clear all filters for: {filterText}",
|
|
16
18
|
"components.filter.clearAnnounce": "Rydder filtre for: {filterName}",
|
|
17
|
-
"components.filter.clearAnnounceSingle": "Rydder filtre",
|
|
18
19
|
"components.filter.clearDescription": "Ryd filtre for: {filterName}",
|
|
19
|
-
"components.filter.clearDescriptionSingle": "Ryd filtre",
|
|
20
20
|
"components.filter.loading": "Indlæser filtre",
|
|
21
21
|
"components.filter.filterCountDescription": "{number, plural, =0 {Ingen filtre anvendt.} one {1 filter anvendt.} other {{number} filtre anvendt.}}",
|
|
22
22
|
"components.filter.filters": "Filtre",
|
package/lang/de.js
CHANGED
|
@@ -12,11 +12,11 @@ export default {
|
|
|
12
12
|
"components.filter.clear": "Löschen",
|
|
13
13
|
"components.filter.clearAll": "Alle löschen",
|
|
14
14
|
"components.filter.clearAllAnnounce": "Alle Filter werden gelöscht",
|
|
15
|
+
"components.filter.clearAllAnnounceOverride": "Clearing all filters for: {filterText}",
|
|
15
16
|
"components.filter.clearAllDescription": "Alle Filter löschen",
|
|
17
|
+
"components.filter.clearAllDescriptionOverride": "Clear all filters for: {filterText}",
|
|
16
18
|
"components.filter.clearAnnounce": "Filter für {filterName} werden gelöscht",
|
|
17
|
-
"components.filter.clearAnnounceSingle": "Filter werden gelöscht",
|
|
18
19
|
"components.filter.clearDescription": "Filter für {filterName} löschen",
|
|
19
|
-
"components.filter.clearDescriptionSingle": "Filter löschen",
|
|
20
20
|
"components.filter.loading": "Filter werden geladen",
|
|
21
21
|
"components.filter.filterCountDescription": "{number, plural, =0 {Keine Filter angewendet.} one {1 Filter angewendet.} other {{number} Filter angewendet.}}",
|
|
22
22
|
"components.filter.filters": "Filter",
|
package/lang/en.js
CHANGED
|
@@ -12,11 +12,11 @@ export default {
|
|
|
12
12
|
"components.filter.clear": "Clear",
|
|
13
13
|
"components.filter.clearAll": "Clear All",
|
|
14
14
|
"components.filter.clearAllAnnounce": "Clearing all filters",
|
|
15
|
+
"components.filter.clearAllAnnounceOverride": "Clearing all filters for: {filterText}",
|
|
15
16
|
"components.filter.clearAllDescription": "Clear all filters",
|
|
17
|
+
"components.filter.clearAllDescriptionOverride": "Clear all filters for: {filterText}",
|
|
16
18
|
"components.filter.clearAnnounce": "Clearing filters for: {filterName}",
|
|
17
|
-
"components.filter.clearAnnounceSingle": "Clearing filters",
|
|
18
19
|
"components.filter.clearDescription": "Clear filters for: {filterName}",
|
|
19
|
-
"components.filter.clearDescriptionSingle": "Clear filters",
|
|
20
20
|
"components.filter.loading": "Loading filters",
|
|
21
21
|
"components.filter.filterCountDescription": "{number, plural, =0 {No filters applied.} one {1 filter applied.} other {{number} filters applied.}}",
|
|
22
22
|
"components.filter.filters": "Filters",
|
package/lang/es-es.js
CHANGED
|
@@ -12,11 +12,11 @@ export default {
|
|
|
12
12
|
"components.filter.clear": "Borrar",
|
|
13
13
|
"components.filter.clearAll": "Borrar todo",
|
|
14
14
|
"components.filter.clearAllAnnounce": "Borrando todos los filtros",
|
|
15
|
+
"components.filter.clearAllAnnounceOverride": "Clearing all filters for: {filterText}",
|
|
15
16
|
"components.filter.clearAllDescription": "Borrar todos los filtros",
|
|
17
|
+
"components.filter.clearAllDescriptionOverride": "Clear all filters for: {filterText}",
|
|
16
18
|
"components.filter.clearAnnounce": "Borrando filtros para: {filterName}",
|
|
17
|
-
"components.filter.clearAnnounceSingle": "Borrando filtros",
|
|
18
19
|
"components.filter.clearDescription": "Borrar filtros para: {filterName}",
|
|
19
|
-
"components.filter.clearDescriptionSingle": "Borrar filtros",
|
|
20
20
|
"components.filter.loading": "Cargando filtros",
|
|
21
21
|
"components.filter.filterCountDescription": "{number, plural, =0 {Sin filtros aplicados.} one {1 filtro aplicado.} other {{number} filtros aplicados.}}",
|
|
22
22
|
"components.filter.filters": "Filtros",
|
package/lang/es.js
CHANGED
|
@@ -12,11 +12,11 @@ export default {
|
|
|
12
12
|
"components.filter.clear": "Borrar",
|
|
13
13
|
"components.filter.clearAll": "Borrar todo",
|
|
14
14
|
"components.filter.clearAllAnnounce": "Borrando todos los filtros",
|
|
15
|
+
"components.filter.clearAllAnnounceOverride": "Clearing all filters for: {filterText}",
|
|
15
16
|
"components.filter.clearAllDescription": "Borrar todos los filtros",
|
|
17
|
+
"components.filter.clearAllDescriptionOverride": "Clear all filters for: {filterText}",
|
|
16
18
|
"components.filter.clearAnnounce": "Borrando filtros para: {filterName}",
|
|
17
|
-
"components.filter.clearAnnounceSingle": "Borrando filtros",
|
|
18
19
|
"components.filter.clearDescription": "Borrar filtros para: {filterName}",
|
|
19
|
-
"components.filter.clearDescriptionSingle": "Borrar filtros",
|
|
20
20
|
"components.filter.loading": "Cargando filtros",
|
|
21
21
|
"components.filter.filterCountDescription": "{number, plural, =0 {Sin filtros aplicados.} one {1 filtro aplicado.} other {{number} filtros aplicados.}}",
|
|
22
22
|
"components.filter.filters": "Filtros",
|
package/lang/fr-fr.js
CHANGED
|
@@ -12,11 +12,11 @@ export default {
|
|
|
12
12
|
"components.filter.clear": "Effacer",
|
|
13
13
|
"components.filter.clearAll": "Tout effacer",
|
|
14
14
|
"components.filter.clearAllAnnounce": "Suppression de tous les filtres",
|
|
15
|
+
"components.filter.clearAllAnnounceOverride": "Clearing all filters for: {filterText}",
|
|
15
16
|
"components.filter.clearAllDescription": "Supprimer tous les filtres",
|
|
17
|
+
"components.filter.clearAllDescriptionOverride": "Clear all filters for: {filterText}",
|
|
16
18
|
"components.filter.clearAnnounce": "Suppression des filtres pour : {filterName}",
|
|
17
|
-
"components.filter.clearAnnounceSingle": "Suppression des filtres",
|
|
18
19
|
"components.filter.clearDescription": "Supprimer les filtres pour : {filterName}",
|
|
19
|
-
"components.filter.clearDescriptionSingle": "Supprimer les filtres",
|
|
20
20
|
"components.filter.loading": "Chargement des filtres",
|
|
21
21
|
"components.filter.filterCountDescription": "{number, plural, =0 {Aucun filtre appliqué.} one {1 filtre appliqué.} other {{number} filtres appliqués.}}",
|
|
22
22
|
"components.filter.filters": "Filtres",
|
package/lang/fr.js
CHANGED
|
@@ -12,11 +12,11 @@ export default {
|
|
|
12
12
|
"components.filter.clear": "Effacer",
|
|
13
13
|
"components.filter.clearAll": "Effacer tout",
|
|
14
14
|
"components.filter.clearAllAnnounce": "Effacement de tous les filtres en cours",
|
|
15
|
+
"components.filter.clearAllAnnounceOverride": "Clearing all filters for: {filterText}",
|
|
15
16
|
"components.filter.clearAllDescription": "Effacer tous les filtres",
|
|
17
|
+
"components.filter.clearAllDescriptionOverride": "Clear all filters for: {filterText}",
|
|
16
18
|
"components.filter.clearAnnounce": "Effacement des filtres pour : {filterName} en cours",
|
|
17
|
-
"components.filter.clearAnnounceSingle": "Effacement des filtres en cours",
|
|
18
19
|
"components.filter.clearDescription": "Effacer les filtres pour : {filterName}",
|
|
19
|
-
"components.filter.clearDescriptionSingle": "Effacer les filtres",
|
|
20
20
|
"components.filter.loading": "Chargement des filtres",
|
|
21
21
|
"components.filter.filterCountDescription": "{number, plural, =0 {Aucun filtre appliqué.} one {1 filtre appliqué.} other {{number} filtres appliqués.}}",
|
|
22
22
|
"components.filter.filters": "Filtres",
|
package/lang/hi.js
CHANGED
|
@@ -12,11 +12,11 @@ export default {
|
|
|
12
12
|
"components.filter.clear": "साफ़ करें",
|
|
13
13
|
"components.filter.clearAll": "सभी साफ़ करें",
|
|
14
14
|
"components.filter.clearAllAnnounce": "सभी फिल्टर साफ़ किए जा रहे हैं",
|
|
15
|
+
"components.filter.clearAllAnnounceOverride": "Clearing all filters for: {filterText}",
|
|
15
16
|
"components.filter.clearAllDescription": "सभी फिल्टर साफ़ करें",
|
|
17
|
+
"components.filter.clearAllDescriptionOverride": "Clear all filters for: {filterText}",
|
|
16
18
|
"components.filter.clearAnnounce": "इसके लिए फ़िल्टर साफ़ हो रहे हैं: {filterName}",
|
|
17
|
-
"components.filter.clearAnnounceSingle": "फ़िल्टर्स साफ़ किए जा रहे हैं",
|
|
18
19
|
"components.filter.clearDescription": "इसके लिए फ़िल्टर्स साफ़ करें: {filterName}",
|
|
19
|
-
"components.filter.clearDescriptionSingle": "फ़िल्टर साफ़ करें",
|
|
20
20
|
"components.filter.loading": "फिल्टर्स लोड किए जा रहे हैं",
|
|
21
21
|
"components.filter.filterCountDescription": "{number, plural, =0 {कोई फ़िल्टर लागू नहीं किए गए} one {1 फ़िल्टर लागू किया गया।} other {{number} फ़िल्टर्स लागू किए गए।}}",
|
|
22
22
|
"components.filter.filters": "फ़िल्टर्स",
|
package/lang/ja.js
CHANGED
|
@@ -12,11 +12,11 @@ export default {
|
|
|
12
12
|
"components.filter.clear": "クリア",
|
|
13
13
|
"components.filter.clearAll": "すべてをクリア",
|
|
14
14
|
"components.filter.clearAllAnnounce": "すべてのフィルタのクリア",
|
|
15
|
+
"components.filter.clearAllAnnounceOverride": "Clearing all filters for: {filterText}",
|
|
15
16
|
"components.filter.clearAllDescription": "すべてのフィルターをクリア",
|
|
17
|
+
"components.filter.clearAllDescriptionOverride": "Clear all filters for: {filterText}",
|
|
16
18
|
"components.filter.clearAnnounce": "{filterName} フィルタのクリア",
|
|
17
|
-
"components.filter.clearAnnounceSingle": "フィルタのクリア",
|
|
18
19
|
"components.filter.clearDescription": "{filterName} フィルタのクリア",
|
|
19
|
-
"components.filter.clearDescriptionSingle": "フィルタのクリア",
|
|
20
20
|
"components.filter.loading": "フィルタのロード中",
|
|
21
21
|
"components.filter.filterCountDescription": "{number, plural, =0 {フィルタは適用されていません。} other {{number} 個のフィルタが適用されています。}}",
|
|
22
22
|
"components.filter.filters": "フィルタ",
|
package/lang/ko.js
CHANGED
|
@@ -12,11 +12,11 @@ export default {
|
|
|
12
12
|
"components.filter.clear": "지우기",
|
|
13
13
|
"components.filter.clearAll": "모두 지우기",
|
|
14
14
|
"components.filter.clearAllAnnounce": "모든 필터 지우기",
|
|
15
|
+
"components.filter.clearAllAnnounceOverride": "Clearing all filters for: {filterText}",
|
|
15
16
|
"components.filter.clearAllDescription": "모든 필터 지우기",
|
|
17
|
+
"components.filter.clearAllDescriptionOverride": "Clear all filters for: {filterText}",
|
|
16
18
|
"components.filter.clearAnnounce": "{filterName}에 대한 필터 지우기",
|
|
17
|
-
"components.filter.clearAnnounceSingle": "필터 지우기",
|
|
18
19
|
"components.filter.clearDescription": "{filterName}에 대한 필터를 지웁니다.",
|
|
19
|
-
"components.filter.clearDescriptionSingle": "필터 지우기",
|
|
20
20
|
"components.filter.loading": "필터 로드 중",
|
|
21
21
|
"components.filter.filterCountDescription": "{number, plural, =0 {적용된 필터 없음.} other {{number}개 필터 적용됨.}}",
|
|
22
22
|
"components.filter.filters": "개 필터",
|
package/lang/nl.js
CHANGED
|
@@ -12,11 +12,11 @@ export default {
|
|
|
12
12
|
"components.filter.clear": "Wissen",
|
|
13
13
|
"components.filter.clearAll": "Alles wissen",
|
|
14
14
|
"components.filter.clearAllAnnounce": "Alle filters wissen",
|
|
15
|
+
"components.filter.clearAllAnnounceOverride": "Clearing all filters for: {filterText}",
|
|
15
16
|
"components.filter.clearAllDescription": "Alle filters wissen",
|
|
17
|
+
"components.filter.clearAllDescriptionOverride": "Clear all filters for: {filterText}",
|
|
16
18
|
"components.filter.clearAnnounce": "Filters wissen voor {filterName}",
|
|
17
|
-
"components.filter.clearAnnounceSingle": "Filters wissen",
|
|
18
19
|
"components.filter.clearDescription": "Filters wissen voor {filterName}",
|
|
19
|
-
"components.filter.clearDescriptionSingle": "Filters wissen",
|
|
20
20
|
"components.filter.loading": "Laden van filters",
|
|
21
21
|
"components.filter.filterCountDescription": "{number, plural, =0 {Geen filters toegepast.} one {1 filter toegepast.} other {{number} filters toegepast.}}",
|
|
22
22
|
"components.filter.filters": "Filters", // mfv-translated
|
package/lang/pt.js
CHANGED
|
@@ -12,11 +12,11 @@ export default {
|
|
|
12
12
|
"components.filter.clear": "Limpar",
|
|
13
13
|
"components.filter.clearAll": "Limpar tudo",
|
|
14
14
|
"components.filter.clearAllAnnounce": "Limpando todos os filtros",
|
|
15
|
+
"components.filter.clearAllAnnounceOverride": "Clearing all filters for: {filterText}",
|
|
15
16
|
"components.filter.clearAllDescription": "Limpar todos os filtros",
|
|
17
|
+
"components.filter.clearAllDescriptionOverride": "Clear all filters for: {filterText}",
|
|
16
18
|
"components.filter.clearAnnounce": "Limpando filtros para: {filterName}",
|
|
17
|
-
"components.filter.clearAnnounceSingle": "Limpando filtros",
|
|
18
19
|
"components.filter.clearDescription": "Limpar filtros para: {filterName}",
|
|
19
|
-
"components.filter.clearDescriptionSingle": "Limpar filtros",
|
|
20
20
|
"components.filter.loading": "Carregar filtros",
|
|
21
21
|
"components.filter.filterCountDescription": "{number, plural, =0 {Nenhum filtro aplicado.} one {1 filtro aplicado.} other {{number} filtros aplicados.}}",
|
|
22
22
|
"components.filter.filters": "Filtros",
|
package/lang/sv.js
CHANGED
|
@@ -12,11 +12,11 @@ export default {
|
|
|
12
12
|
"components.filter.clear": "Rensa",
|
|
13
13
|
"components.filter.clearAll": "Rensa alla",
|
|
14
14
|
"components.filter.clearAllAnnounce": "Rensar alla filter",
|
|
15
|
+
"components.filter.clearAllAnnounceOverride": "Clearing all filters for: {filterText}",
|
|
15
16
|
"components.filter.clearAllDescription": "Rensa alla filter",
|
|
17
|
+
"components.filter.clearAllDescriptionOverride": "Clear all filters for: {filterText}",
|
|
16
18
|
"components.filter.clearAnnounce": "Rensar filter för {filterName}",
|
|
17
|
-
"components.filter.clearAnnounceSingle": "Rensar filter",
|
|
18
19
|
"components.filter.clearDescription": "Rensa filter för {filterName}",
|
|
19
|
-
"components.filter.clearDescriptionSingle": "Rensa filter",
|
|
20
20
|
"components.filter.loading": "Läser in filter",
|
|
21
21
|
"components.filter.filterCountDescription": "{number, plural, =0 {Inga filter tillämpade.} one {1 filter tillämpat.} other {{number} filter tillämpade.}}",
|
|
22
22
|
"components.filter.filters": "Filter",
|
package/lang/tr.js
CHANGED
|
@@ -12,11 +12,11 @@ export default {
|
|
|
12
12
|
"components.filter.clear": "Temizle",
|
|
13
13
|
"components.filter.clearAll": "Tümünü Temizle",
|
|
14
14
|
"components.filter.clearAllAnnounce": "Tüm filtreler temizleniyor",
|
|
15
|
+
"components.filter.clearAllAnnounceOverride": "Clearing all filters for: {filterText}",
|
|
15
16
|
"components.filter.clearAllDescription": "Tüm filtreleri temizle",
|
|
17
|
+
"components.filter.clearAllDescriptionOverride": "Clear all filters for: {filterText}",
|
|
16
18
|
"components.filter.clearAnnounce": "{filterName} için filtreler temizleniyor",
|
|
17
|
-
"components.filter.clearAnnounceSingle": "Filtreler temizleniyor",
|
|
18
19
|
"components.filter.clearDescription": "{filterName} için filtreleri temizle",
|
|
19
|
-
"components.filter.clearDescriptionSingle": "Filtreleri temizle",
|
|
20
20
|
"components.filter.loading": "Filtreler yükleniyor",
|
|
21
21
|
"components.filter.filterCountDescription": "{number, plural, =0 {Filtre uygulanmadı.} one {1 filtre uygulandı.} other {{number} filtre uygulandı.}}",
|
|
22
22
|
"components.filter.filters": "Filtre",
|
package/lang/zh-cn.js
CHANGED
|
@@ -12,11 +12,11 @@ export default {
|
|
|
12
12
|
"components.filter.clear": "清除",
|
|
13
13
|
"components.filter.clearAll": "全部清除",
|
|
14
14
|
"components.filter.clearAllAnnounce": "清除所有筛选器",
|
|
15
|
+
"components.filter.clearAllAnnounceOverride": "Clearing all filters for: {filterText}",
|
|
15
16
|
"components.filter.clearAllDescription": "清除所有筛选器",
|
|
17
|
+
"components.filter.clearAllDescriptionOverride": "Clear all filters for: {filterText}",
|
|
16
18
|
"components.filter.clearAnnounce": "正在清除筛选器:{ filterName }",
|
|
17
|
-
"components.filter.clearAnnounceSingle": "清除筛选",
|
|
18
19
|
"components.filter.clearDescription": "清除筛选条件:{ filterName }",
|
|
19
|
-
"components.filter.clearDescriptionSingle": "清除筛选",
|
|
20
20
|
"components.filter.loading": "正在加载筛选器",
|
|
21
21
|
"components.filter.filterCountDescription": "{number, plural, =0 {未应用筛选器。} other {已应用 {number} 个筛选器。}}",
|
|
22
22
|
"components.filter.filters": "个筛选条件",
|
package/lang/zh-tw.js
CHANGED
|
@@ -12,11 +12,11 @@ export default {
|
|
|
12
12
|
"components.filter.clear": "清除",
|
|
13
13
|
"components.filter.clearAll": "全部清除",
|
|
14
14
|
"components.filter.clearAllAnnounce": "正在清除所有篩選器",
|
|
15
|
+
"components.filter.clearAllAnnounceOverride": "Clearing all filters for: {filterText}",
|
|
15
16
|
"components.filter.clearAllDescription": "清除所有篩選器",
|
|
17
|
+
"components.filter.clearAllDescriptionOverride": "Clear all filters for: {filterText}",
|
|
16
18
|
"components.filter.clearAnnounce": "正在清除 {filterName} 的篩選器",
|
|
17
|
-
"components.filter.clearAnnounceSingle": "正在清除篩選器",
|
|
18
19
|
"components.filter.clearDescription": "清除 {filterName} 的篩選器",
|
|
19
|
-
"components.filter.clearDescriptionSingle": "清除篩選器",
|
|
20
20
|
"components.filter.loading": "正在載入篩選條件",
|
|
21
21
|
"components.filter.filterCountDescription": "{number, plural, =0 {未套用篩選條件。} other {已套用 {number} 項篩選條件。}}",
|
|
22
22
|
"components.filter.filters": "篩選器",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.19.0",
|
|
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",
|