@brightspace-ui/core 2.131.2 → 2.131.4
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/tag-list/tag-list-item-mixin.js +6 -9
- 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/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 +2 -2
|
@@ -64,10 +64,10 @@ export const TagListItemMixin = superclass => class extends LocalizeCoreElement(
|
|
|
64
64
|
white-space: nowrap;
|
|
65
65
|
}
|
|
66
66
|
.tag-list-item-container.tag-list-item-container-clearable {
|
|
67
|
-
padding-right: 0.
|
|
67
|
+
padding-right: 0.2rem;
|
|
68
68
|
}
|
|
69
69
|
:host([dir="rtl"]) .tag-list-item-container.tag-list-item-container-clearable {
|
|
70
|
-
padding-left: 0.
|
|
70
|
+
padding-left: 0.2rem;
|
|
71
71
|
padding-right: 0;
|
|
72
72
|
}
|
|
73
73
|
.tag-list-item-content {
|
|
@@ -94,19 +94,16 @@ export const TagListItemMixin = superclass => class extends LocalizeCoreElement(
|
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
.d2l-tag-list-item-clear-button {
|
|
97
|
-
margin-left: -0.6rem;
|
|
98
|
-
padding-left: 3px;
|
|
97
|
+
margin-left: calc(-0.6rem + 3px);
|
|
99
98
|
}
|
|
100
99
|
:host([dir="rtl"]) .d2l-tag-list-item-clear-button {
|
|
101
100
|
margin-left: 0;
|
|
102
|
-
margin-right: -0.6rem;
|
|
103
|
-
padding-left: 0;
|
|
104
|
-
padding-right: 3px;
|
|
101
|
+
margin-right: calc(-0.6rem + 3px);
|
|
105
102
|
}
|
|
106
103
|
d2l-button-icon {
|
|
107
104
|
--d2l-button-icon-fill-color: var(--d2l-color-chromite);
|
|
108
|
-
--d2l-button-icon-min-height: 1.
|
|
109
|
-
--d2l-button-icon-min-width: 1.
|
|
105
|
+
--d2l-button-icon-min-height: 1.2rem;
|
|
106
|
+
--d2l-button-icon-min-width: 1.2rem;
|
|
110
107
|
}
|
|
111
108
|
d2l-button-icon:hover {
|
|
112
109
|
--d2l-button-icon-fill-color: var(--d2l-color-tungsten);
|
package/lang/ar.js
CHANGED
|
@@ -21,7 +21,7 @@ export default {
|
|
|
21
21
|
"components.filter.filters": "عوامل التصفية",
|
|
22
22
|
"components.filter.noFilters": "ما من عوامل تصفية متوفرة",
|
|
23
23
|
"components.filter.searchResults": "{number, plural, =0 {ما من نتائج بحث} one {{number} نتيجة بحث} other {{number} من نتائج البحث}}",
|
|
24
|
-
"components.filter.selectedFirstListLabel": "{headerText}.
|
|
24
|
+
"components.filter.selectedFirstListLabel": "{headerText}. تظهر عوامل التصفية المحددة أولاً.",
|
|
25
25
|
"components.filter.singleDimensionDescription": "التصفية حسب: {filterName}",
|
|
26
26
|
"components.form-element.defaultError": "{label} غير صالحة.",
|
|
27
27
|
"components.form-element.defaultFieldLabel": "الحقل",
|
|
@@ -94,7 +94,7 @@ export default {
|
|
|
94
94
|
"components.more-less.more": "المزيد",
|
|
95
95
|
"components.object-property-list.item-placeholder-text": "عنصر نائب",
|
|
96
96
|
"components.overflow-group.moreActions": "مزيد من الإجراءات",
|
|
97
|
-
"components.pager-load-more.action": "
|
|
97
|
+
"components.pager-load-more.action": "تحميل المزيد",
|
|
98
98
|
"components.pager-load-more.action-with-page-size": "تحميل {count} إضافي",
|
|
99
99
|
"components.pageable.info": "{count, plural, one {{countFormatted} مادة واحد} other {{countFormatted} من المواد}}",
|
|
100
100
|
"components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} من أصل {totalCountFormatted} مادة واحدة} other {{countFormatted} من أصل {totalCountFormatted} من المواد}}",
|
package/lang/cy.js
CHANGED
|
@@ -21,7 +21,7 @@ export default {
|
|
|
21
21
|
"components.filter.filters": "Hidlyddion",
|
|
22
22
|
"components.filter.noFilters": "Dim hidlyddion ar gael",
|
|
23
23
|
"components.filter.searchResults": "{number, plural, =0 {Dim canlyniadau chwilio} one {{number} canlyniad chwilio} other {{number} canlyniadau chwilio}}",
|
|
24
|
-
"components.filter.selectedFirstListLabel": "{headerText}.
|
|
24
|
+
"components.filter.selectedFirstListLabel": "{headerText}. Mae'r hidlyddion a ddewiswyd yn ymddangos gyntaf.",
|
|
25
25
|
"components.filter.singleDimensionDescription": "Hidlo yn ôl: {filterName}",
|
|
26
26
|
"components.form-element.defaultError": "Mae {label} yn annilys.",
|
|
27
27
|
"components.form-element.defaultFieldLabel": "Maes",
|
|
@@ -94,7 +94,7 @@ export default {
|
|
|
94
94
|
"components.more-less.more": "mwy",
|
|
95
95
|
"components.object-property-list.item-placeholder-text": "Eitem Dalfan",
|
|
96
96
|
"components.overflow-group.moreActions": "Rhagor o Gamau Gweithredu",
|
|
97
|
-
"components.pager-load-more.action": "
|
|
97
|
+
"components.pager-load-more.action": "Llwytho Mwy",
|
|
98
98
|
"components.pager-load-more.action-with-page-size": "Lwytho {count} Arall",
|
|
99
99
|
"components.pageable.info": "{count, plural, one {{countFormatted} eitem} other {{countFormatted} o eitemau}}",
|
|
100
100
|
"components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} o {totalCountFormatted} eitem} other {{countFormatted} o {totalCountFormatted} eitemau}}",
|
package/lang/da.js
CHANGED
|
@@ -21,7 +21,7 @@ export default {
|
|
|
21
21
|
"components.filter.filters": "Filtre",
|
|
22
22
|
"components.filter.noFilters": "Ingen tilgængelige filtre",
|
|
23
23
|
"components.filter.searchResults": "{number, plural, =0 {Ingen søgeresultater} one {{number} søgeresultat} other {{number} søgeresultater}}",
|
|
24
|
-
"components.filter.selectedFirstListLabel": "{headerText}.
|
|
24
|
+
"components.filter.selectedFirstListLabel": "{headerText}. Valgte filtre vises først.",
|
|
25
25
|
"components.filter.singleDimensionDescription": "Filtrer efter: {filterName}",
|
|
26
26
|
"components.form-element.defaultError": "{label} er ugyldigt.",
|
|
27
27
|
"components.form-element.defaultFieldLabel": "Felt",
|
|
@@ -94,7 +94,7 @@ export default {
|
|
|
94
94
|
"components.more-less.more": "flere",
|
|
95
95
|
"components.object-property-list.item-placeholder-text": "Pladsholder-element",
|
|
96
96
|
"components.overflow-group.moreActions": "Flere handlinger",
|
|
97
|
-
"components.pager-load-more.action": "
|
|
97
|
+
"components.pager-load-more.action": "Indlæs flere",
|
|
98
98
|
"components.pager-load-more.action-with-page-size": "Indlæs {count} mere",
|
|
99
99
|
"components.pageable.info": "{count, plural, one {{countFormatted} element} other {{countFormatted} elementer}}",
|
|
100
100
|
"components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} af {totalCountFormatted} element} other {{countFormatted} af {totalCountFormatted} elementer}}",
|
package/lang/de.js
CHANGED
|
@@ -21,7 +21,7 @@ export default {
|
|
|
21
21
|
"components.filter.filters": "Filter",
|
|
22
22
|
"components.filter.noFilters": "Keine verfügbaren Filter",
|
|
23
23
|
"components.filter.searchResults": "{number, plural, =0 {Kein Suchergebnis} one {{number} Suchergebnis} other {{number} Suchergebnisse}}",
|
|
24
|
-
"components.filter.selectedFirstListLabel": "{headerText}.
|
|
24
|
+
"components.filter.selectedFirstListLabel": "{headerText}. Ausgewählte Filter werden zuerst angezeigt.",
|
|
25
25
|
"components.filter.singleDimensionDescription": "Filtern nach: {filterName}",
|
|
26
26
|
"components.form-element.defaultError": "{label} ist ungültig.",
|
|
27
27
|
"components.form-element.defaultFieldLabel": "Feld",
|
|
@@ -94,7 +94,7 @@ export default {
|
|
|
94
94
|
"components.more-less.more": "mehr",
|
|
95
95
|
"components.object-property-list.item-placeholder-text": "Platzhalterelement",
|
|
96
96
|
"components.overflow-group.moreActions": "Weitere Aktionen",
|
|
97
|
-
"components.pager-load-more.action": "
|
|
97
|
+
"components.pager-load-more.action": "Mehr laden",
|
|
98
98
|
"components.pager-load-more.action-with-page-size": "{count} weitere laden",
|
|
99
99
|
"components.pageable.info": "{count, plural, one {{countFormatted} Element} other {{countFormatted} Elemente}}",
|
|
100
100
|
"components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} von {totalCountFormatted} Element} other {{countFormatted} von {totalCountFormatted} Elemente}}",
|
package/lang/es-es.js
CHANGED
|
@@ -21,7 +21,7 @@ export default {
|
|
|
21
21
|
"components.filter.filters": "Filtros",
|
|
22
22
|
"components.filter.noFilters": "No hay filtros disponibles",
|
|
23
23
|
"components.filter.searchResults": "{number, plural, =0 {No hay resultados de búsqueda} one {{number} resultado de búsqueda} other {{number} resultados de búsqueda}}",
|
|
24
|
-
"components.filter.selectedFirstListLabel": "{headerText}.
|
|
24
|
+
"components.filter.selectedFirstListLabel": "{headerText}. Los filtros seleccionados aparecen primero.",
|
|
25
25
|
"components.filter.singleDimensionDescription": "Filtrar por: {filterName}",
|
|
26
26
|
"components.form-element.defaultError": "{label} no es válido.",
|
|
27
27
|
"components.form-element.defaultFieldLabel": "Campo",
|
|
@@ -94,7 +94,7 @@ export default {
|
|
|
94
94
|
"components.more-less.more": "más",
|
|
95
95
|
"components.object-property-list.item-placeholder-text": "Elemento de marcador de posición",
|
|
96
96
|
"components.overflow-group.moreActions": "Más acciones",
|
|
97
|
-
"components.pager-load-more.action": "
|
|
97
|
+
"components.pager-load-more.action": "Cargar más",
|
|
98
98
|
"components.pager-load-more.action-with-page-size": "Cargar {count} más",
|
|
99
99
|
"components.pageable.info": "{count, plural, one {{countFormatted} elemento} other {{countFormatted} elementos}}",
|
|
100
100
|
"components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} de {totalCountFormatted} elemento} other {{countFormatted} de {totalCountFormatted} elementos}}",
|
package/lang/es.js
CHANGED
|
@@ -21,7 +21,7 @@ export default {
|
|
|
21
21
|
"components.filter.filters": "Filtros",
|
|
22
22
|
"components.filter.noFilters": "No hay filtros disponibles",
|
|
23
23
|
"components.filter.searchResults": "{number, plural, =0 {No se encontraron resultados de búsqueda} one {{number} resultado de búsqueda} other {{number} resultados de búsqueda}}",
|
|
24
|
-
"components.filter.selectedFirstListLabel": "{headerText}.
|
|
24
|
+
"components.filter.selectedFirstListLabel": "{headerText}. Los filtros seleccionados aparecen primero.",
|
|
25
25
|
"components.filter.singleDimensionDescription": "Filtrar por: {filterName}",
|
|
26
26
|
"components.form-element.defaultError": "{label} no es válida.",
|
|
27
27
|
"components.form-element.defaultFieldLabel": "Campo",
|
|
@@ -94,7 +94,7 @@ export default {
|
|
|
94
94
|
"components.more-less.more": "más",
|
|
95
95
|
"components.object-property-list.item-placeholder-text": "Elemento de marcador de posición",
|
|
96
96
|
"components.overflow-group.moreActions": "Más acciones",
|
|
97
|
-
"components.pager-load-more.action": "
|
|
97
|
+
"components.pager-load-more.action": "Cargar más",
|
|
98
98
|
"components.pager-load-more.action-with-page-size": "Cargar {count} más",
|
|
99
99
|
"components.pageable.info": "{count, plural, one {{countFormatted} elemento} other {{countFormatted} elementos}}",
|
|
100
100
|
"components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} de {totalCountFormatted} elemento} other {{countFormatted} de {totalCountFormatted} elementos}}",
|
package/lang/fr-fr.js
CHANGED
|
@@ -21,7 +21,7 @@ export default {
|
|
|
21
21
|
"components.filter.filters": "Filtres",
|
|
22
22
|
"components.filter.noFilters": "Aucun filtre disponible",
|
|
23
23
|
"components.filter.searchResults": "{number, plural, =0 {Aucun résultat de recherche} one {{number} résultat de recherche} other {{number} résultats de recherche}}",
|
|
24
|
-
"components.filter.selectedFirstListLabel": "{headerText}.
|
|
24
|
+
"components.filter.selectedFirstListLabel": "{headerText}. Les filtres sélectionnés s’affichent en premier.",
|
|
25
25
|
"components.filter.singleDimensionDescription": "Filtrer par : {filterName}",
|
|
26
26
|
"components.form-element.defaultError": "{label} n'est pas valide.",
|
|
27
27
|
"components.form-element.defaultFieldLabel": "Champ",
|
|
@@ -94,7 +94,7 @@ export default {
|
|
|
94
94
|
"components.more-less.more": "plus",
|
|
95
95
|
"components.object-property-list.item-placeholder-text": "Élément d’espace réservé",
|
|
96
96
|
"components.overflow-group.moreActions": "Plus d'actions",
|
|
97
|
-
"components.pager-load-more.action": "
|
|
97
|
+
"components.pager-load-more.action": "Charger plus",
|
|
98
98
|
"components.pager-load-more.action-with-page-size": "Charger {count} supplémentaire(s)",
|
|
99
99
|
"components.pageable.info": "{count, plural, one {{countFormatted} élément} other {{countFormatted} éléments}}",
|
|
100
100
|
"components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} sur {totalCountFormatted} élément} other {{countFormatted} sur {totalCountFormatted} éléments}}",
|
package/lang/fr.js
CHANGED
|
@@ -21,7 +21,7 @@ export default {
|
|
|
21
21
|
"components.filter.filters": "Filtres",
|
|
22
22
|
"components.filter.noFilters": "Aucun filtre disponible",
|
|
23
23
|
"components.filter.searchResults": "{number, plural, =0 {Aucun résultat de recherche} one {{number} résultat de recherche} other {{number} résultats de recherche}}",
|
|
24
|
-
"components.filter.selectedFirstListLabel": "{headerText}.
|
|
24
|
+
"components.filter.selectedFirstListLabel": "{headerText}. Les filtres sélectionnés s’affichent en premier.",
|
|
25
25
|
"components.filter.singleDimensionDescription": "Filtrer par : {filterName}",
|
|
26
26
|
"components.form-element.defaultError": "{label} n'est pas valide.",
|
|
27
27
|
"components.form-element.defaultFieldLabel": "Champ",
|
|
@@ -94,7 +94,7 @@ export default {
|
|
|
94
94
|
"components.more-less.more": "plus",
|
|
95
95
|
"components.object-property-list.item-placeholder-text": "Élément de paramètre fictif",
|
|
96
96
|
"components.overflow-group.moreActions": "Plus d'actions",
|
|
97
|
-
"components.pager-load-more.action": "
|
|
97
|
+
"components.pager-load-more.action": "En télécharger plus",
|
|
98
98
|
"components.pager-load-more.action-with-page-size": "Charger {count} de plus",
|
|
99
99
|
"components.pageable.info": "{count, plural, one {{countFormatted} élément} other {{countFormatted} éléments}}",
|
|
100
100
|
"components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} de {totalCountFormatted} élément} other {{countFormatted} de {totalCountFormatted} éléments}}",
|
package/lang/hi.js
CHANGED
|
@@ -21,7 +21,7 @@ export default {
|
|
|
21
21
|
"components.filter.filters": "फ़िल्टर्स",
|
|
22
22
|
"components.filter.noFilters": "कोई उपलब्ध फ़िल्टर्स नहीं",
|
|
23
23
|
"components.filter.searchResults": "{number, plural, =0 {कोई खोज परिणाम नहीं} one {{number} खोज परिणाम} other {{number} खोज परिणाम}}",
|
|
24
|
-
"components.filter.selectedFirstListLabel": "{headerText}.
|
|
24
|
+
"components.filter.selectedFirstListLabel": "{headerText}. चुने गए फ़िल्टर सबसे पहले दिखाई देते हैं।",
|
|
25
25
|
"components.filter.singleDimensionDescription": "इसके अनुसार फ़िल्टर करें: {filterName}",
|
|
26
26
|
"components.form-element.defaultError": "{label} अमान्य है।",
|
|
27
27
|
"components.form-element.defaultFieldLabel": "फ़ील्ड",
|
|
@@ -94,7 +94,7 @@ export default {
|
|
|
94
94
|
"components.more-less.more": "अधिक",
|
|
95
95
|
"components.object-property-list.item-placeholder-text": "प्लेसहोल्डर आइटम",
|
|
96
96
|
"components.overflow-group.moreActions": "अधिक क्रियाएँ",
|
|
97
|
-
"components.pager-load-more.action": "
|
|
97
|
+
"components.pager-load-more.action": "और लोड करें",
|
|
98
98
|
"components.pager-load-more.action-with-page-size": "{count} और लोड करें",
|
|
99
99
|
"components.pageable.info": "{count, plural, one {{countFormatted} आइटम} other {{countFormatted} आइटम}}",
|
|
100
100
|
"components.pageable.info-with-total": "{totalCount, plural, one {{totalCountFormatted} में से {countFormatted} आइटम} other {{totalCountFormatted} में से {countFormatted} आइटम}}",
|
package/lang/ja.js
CHANGED
|
@@ -21,7 +21,7 @@ export default {
|
|
|
21
21
|
"components.filter.filters": "フィルタ",
|
|
22
22
|
"components.filter.noFilters": "使用可能なフィルタはありません",
|
|
23
23
|
"components.filter.searchResults": "{number, plural, =0 {検索結果なし} other {{number} 件の検索結果}}",
|
|
24
|
-
"components.filter.selectedFirstListLabel": "{headerText}
|
|
24
|
+
"components.filter.selectedFirstListLabel": "{headerText}。選択したフィルタが最初に表示されます。",
|
|
25
25
|
"components.filter.singleDimensionDescription": "フィルタ条件: {filterName}",
|
|
26
26
|
"components.form-element.defaultError": "{label} は無効です。",
|
|
27
27
|
"components.form-element.defaultFieldLabel": "フィールド",
|
|
@@ -94,7 +94,7 @@ export default {
|
|
|
94
94
|
"components.more-less.more": "増やす",
|
|
95
95
|
"components.object-property-list.item-placeholder-text": "プレースホルダの項目",
|
|
96
96
|
"components.overflow-group.moreActions": "その他のアクション",
|
|
97
|
-
"components.pager-load-more.action": "
|
|
97
|
+
"components.pager-load-more.action": "さらに読み込む",
|
|
98
98
|
"components.pager-load-more.action-with-page-size": "さらに {count} 件を読み込む",
|
|
99
99
|
"components.pageable.info": "{count, plural, other {{countFormatted} 個の項目}}",
|
|
100
100
|
"components.pageable.info-with-total": "{totalCount, plural, other {{countFormatted}/{totalCountFormatted} 個の項目}}",
|
package/lang/ko.js
CHANGED
|
@@ -21,7 +21,7 @@ export default {
|
|
|
21
21
|
"components.filter.filters": "개 필터",
|
|
22
22
|
"components.filter.noFilters": "사용 가능한 필터가 없습니다",
|
|
23
23
|
"components.filter.searchResults": "{number, plural, =0 {검색 결과 없음} other {{number}개 검색 결과}}",
|
|
24
|
-
"components.filter.selectedFirstListLabel": "{headerText}.
|
|
24
|
+
"components.filter.selectedFirstListLabel": "{headerText}. 선택한 필터가 먼저 나타납니다.",
|
|
25
25
|
"components.filter.singleDimensionDescription": "필터 기준: {filterName}",
|
|
26
26
|
"components.form-element.defaultError": "{label}이(가) 잘못되었습니다.",
|
|
27
27
|
"components.form-element.defaultFieldLabel": "필드",
|
|
@@ -94,7 +94,7 @@ export default {
|
|
|
94
94
|
"components.more-less.more": "더 보기",
|
|
95
95
|
"components.object-property-list.item-placeholder-text": "자리표시자 항목",
|
|
96
96
|
"components.overflow-group.moreActions": "추가 작업",
|
|
97
|
-
"components.pager-load-more.action": "
|
|
97
|
+
"components.pager-load-more.action": "더 많이 로드",
|
|
98
98
|
"components.pager-load-more.action-with-page-size": "{count}개 더 로드",
|
|
99
99
|
"components.pageable.info": "{count, plural, other {해당 항목 수 {countFormatted}개}}",
|
|
100
100
|
"components.pageable.info-with-total": "{totalCount, plural, other {{totalCountFormatted}개 항목 중 {countFormatted}개}}",
|
package/lang/nl.js
CHANGED
|
@@ -21,7 +21,7 @@ export default {
|
|
|
21
21
|
"components.filter.filters": "Filters", // mfv-translated
|
|
22
22
|
"components.filter.noFilters": "Geen beschikbare filters",
|
|
23
23
|
"components.filter.searchResults": "{number, plural, =0 {Geen zoekresultaten} one {{number} zoekresultaat} other {{number} zoekresultaten}}",
|
|
24
|
-
"components.filter.selectedFirstListLabel": "{headerText}.
|
|
24
|
+
"components.filter.selectedFirstListLabel": "{headerText}. Geselecteerde filters verschijnen als eerste.",
|
|
25
25
|
"components.filter.singleDimensionDescription": "Filter op {filterName}",
|
|
26
26
|
"components.form-element.defaultError": "{label} is ongeldig.",
|
|
27
27
|
"components.form-element.defaultFieldLabel": "Veld",
|
|
@@ -94,7 +94,7 @@ export default {
|
|
|
94
94
|
"components.more-less.more": "meer",
|
|
95
95
|
"components.object-property-list.item-placeholder-text": "Item tijdelijke aanduiding",
|
|
96
96
|
"components.overflow-group.moreActions": "Meer acties",
|
|
97
|
-
"components.pager-load-more.action": "
|
|
97
|
+
"components.pager-load-more.action": "Meer laden",
|
|
98
98
|
"components.pager-load-more.action-with-page-size": "Laad nog {count} extra",
|
|
99
99
|
"components.pageable.info": "{count, plural, one {{countFormatted} item} other {{countFormatted} items}}",
|
|
100
100
|
"components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} van {totalCountFormatted} artikel} other {{countFormatted} van {totalCountFormatted} artikelen}}",
|
package/lang/pt.js
CHANGED
|
@@ -21,7 +21,7 @@ export default {
|
|
|
21
21
|
"components.filter.filters": "Filtros",
|
|
22
22
|
"components.filter.noFilters": "Não há filtros disponíveis",
|
|
23
23
|
"components.filter.searchResults": "{number, plural, =0 {Sem resultados para a pesquisa} one {{number} resultado para a pesquisa} other {{number} resultados para a pesquisa}}",
|
|
24
|
-
"components.filter.selectedFirstListLabel": "{headerText}.
|
|
24
|
+
"components.filter.selectedFirstListLabel": "{headerText}. Os filtros selecionados aparecem primeiro.",
|
|
25
25
|
"components.filter.singleDimensionDescription": "Filtrar por: {filterName}",
|
|
26
26
|
"components.form-element.defaultError": "{label} é inválido.",
|
|
27
27
|
"components.form-element.defaultFieldLabel": "Campo",
|
|
@@ -94,7 +94,7 @@ export default {
|
|
|
94
94
|
"components.more-less.more": "mais",
|
|
95
95
|
"components.object-property-list.item-placeholder-text": "Item de espaço reservado",
|
|
96
96
|
"components.overflow-group.moreActions": "Mais ações",
|
|
97
|
-
"components.pager-load-more.action": "
|
|
97
|
+
"components.pager-load-more.action": "Carregar mais",
|
|
98
98
|
"components.pager-load-more.action-with-page-size": "Carregar mais {count}",
|
|
99
99
|
"components.pageable.info": "{count, plural, one {{countFormatted} item} other {{countFormatted} itens}}",
|
|
100
100
|
"components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} de {totalCountFormatted} item} other {{countFormatted} de {totalCountFormatted} itens}}",
|
package/lang/sv.js
CHANGED
|
@@ -21,7 +21,7 @@ export default {
|
|
|
21
21
|
"components.filter.filters": "Filter",
|
|
22
22
|
"components.filter.noFilters": "Inga tillgängliga filter",
|
|
23
23
|
"components.filter.searchResults": "{number, plural, =0 {Inga sökresultat} one {{number} sökresultat} other {{number} sökresultat}}",
|
|
24
|
-
"components.filter.selectedFirstListLabel": "{headerText}.
|
|
24
|
+
"components.filter.selectedFirstListLabel": "{headerText}. Valda filter visas först.",
|
|
25
25
|
"components.filter.singleDimensionDescription": "Filtrera efter: {filterName}",
|
|
26
26
|
"components.form-element.defaultError": "{label} är ogiltig.",
|
|
27
27
|
"components.form-element.defaultFieldLabel": "Fält",
|
|
@@ -94,7 +94,7 @@ export default {
|
|
|
94
94
|
"components.more-less.more": "mer",
|
|
95
95
|
"components.object-property-list.item-placeholder-text": "Platshållarobjekt",
|
|
96
96
|
"components.overflow-group.moreActions": "Fler åtgärder",
|
|
97
|
-
"components.pager-load-more.action": "
|
|
97
|
+
"components.pager-load-more.action": "Läs in fler",
|
|
98
98
|
"components.pager-load-more.action-with-page-size": "Läs in {count} till",
|
|
99
99
|
"components.pageable.info": "{count, plural, one {{countFormatted} objekt} other {{countFormatted} objekt}}",
|
|
100
100
|
"components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} av {totalCountFormatted} objekt} other {{countFormatted} av {totalCountFormatted} objekt}}",
|
package/lang/tr.js
CHANGED
|
@@ -21,7 +21,7 @@ export default {
|
|
|
21
21
|
"components.filter.filters": "Filtre",
|
|
22
22
|
"components.filter.noFilters": "Uygun filtre yok",
|
|
23
23
|
"components.filter.searchResults": "{number, plural, =0 {Arama sonucu yok} one {{number} arama sonucu} other {{number} arama sonucu}}",
|
|
24
|
-
"components.filter.selectedFirstListLabel": "{headerText}.
|
|
24
|
+
"components.filter.selectedFirstListLabel": "{headerText}. Seçilen filtreler önce görünür.",
|
|
25
25
|
"components.filter.singleDimensionDescription": "Filtreleme ölçütü: {filterName}",
|
|
26
26
|
"components.form-element.defaultError": "{label} geçersiz.",
|
|
27
27
|
"components.form-element.defaultFieldLabel": "Alan",
|
|
@@ -94,7 +94,7 @@ export default {
|
|
|
94
94
|
"components.more-less.more": "daha fazla",
|
|
95
95
|
"components.object-property-list.item-placeholder-text": "Yer Tutucu Öğesi",
|
|
96
96
|
"components.overflow-group.moreActions": "Daha Fazla Eylem",
|
|
97
|
-
"components.pager-load-more.action": "
|
|
97
|
+
"components.pager-load-more.action": "Daha Fazla Yükle",
|
|
98
98
|
"components.pager-load-more.action-with-page-size": "{count} Tane Daha Yükle",
|
|
99
99
|
"components.pageable.info": "{count, plural, one {{countFormatted} öğe} other {{countFormatted} öğe}}",
|
|
100
100
|
"components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} / {totalCountFormatted} öğe} other {{countFormatted} / {totalCountFormatted} öğe}}",
|
package/lang/zh-cn.js
CHANGED
|
@@ -21,7 +21,7 @@ export default {
|
|
|
21
21
|
"components.filter.filters": "个筛选条件",
|
|
22
22
|
"components.filter.noFilters": "无可用筛选器",
|
|
23
23
|
"components.filter.searchResults": "{number, plural, =0 {无搜索结果} other {{number} 个搜索结果}}",
|
|
24
|
-
"components.filter.selectedFirstListLabel": "{headerText}
|
|
24
|
+
"components.filter.selectedFirstListLabel": "{headerText}。先显示所选筛选器。",
|
|
25
25
|
"components.filter.singleDimensionDescription": "筛选依据:{filterName}",
|
|
26
26
|
"components.form-element.defaultError": "{label} 无效。",
|
|
27
27
|
"components.form-element.defaultFieldLabel": "字段",
|
|
@@ -94,7 +94,7 @@ export default {
|
|
|
94
94
|
"components.more-less.more": "更多",
|
|
95
95
|
"components.object-property-list.item-placeholder-text": "占位符项目",
|
|
96
96
|
"components.overflow-group.moreActions": "更多操作",
|
|
97
|
-
"components.pager-load-more.action": "
|
|
97
|
+
"components.pager-load-more.action": "加载更多",
|
|
98
98
|
"components.pager-load-more.action-with-page-size": "再加载 {count} 个",
|
|
99
99
|
"components.pageable.info": "{count, plural, other {{countFormatted} 项}}",
|
|
100
100
|
"components.pageable.info-with-total": "{totalCount, plural, other {{countFormatted}/{totalCountFormatted} 项}}",
|
package/lang/zh-tw.js
CHANGED
|
@@ -21,7 +21,7 @@ export default {
|
|
|
21
21
|
"components.filter.filters": "篩選器",
|
|
22
22
|
"components.filter.noFilters": "沒有可用的篩選條件",
|
|
23
23
|
"components.filter.searchResults": "{number, plural, =0 {無搜尋結果} other {{number} 個搜尋結果}}",
|
|
24
|
-
"components.filter.selectedFirstListLabel": "{headerText}
|
|
24
|
+
"components.filter.selectedFirstListLabel": "{headerText}。所選篩選器會先顯示。",
|
|
25
25
|
"components.filter.singleDimensionDescription": "按此條件篩選:{filterName}",
|
|
26
26
|
"components.form-element.defaultError": "{label} 無效。",
|
|
27
27
|
"components.form-element.defaultFieldLabel": "欄位",
|
|
@@ -94,7 +94,7 @@ export default {
|
|
|
94
94
|
"components.more-less.more": "較多",
|
|
95
95
|
"components.object-property-list.item-placeholder-text": "預留位置項目",
|
|
96
96
|
"components.overflow-group.moreActions": "其他動作",
|
|
97
|
-
"components.pager-load-more.action": "
|
|
97
|
+
"components.pager-load-more.action": "載入更多",
|
|
98
98
|
"components.pager-load-more.action-with-page-size": "再載入 {count} 個",
|
|
99
99
|
"components.pageable.info": "{count, plural, other {{countFormatted} 個項目}}",
|
|
100
100
|
"components.pageable.info-with-total": "{totalCount, plural, other {{countFormatted} 項,共 {totalCountFormatted} 項}}",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "2.131.
|
|
3
|
+
"version": "2.131.4",
|
|
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",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@babel/eslint-parser": "^7",
|
|
47
47
|
"@brightspace-ui/stylelint-config": "^0.8",
|
|
48
|
-
"@brightspace-ui/testing": "^0.
|
|
48
|
+
"@brightspace-ui/testing": "^0.11",
|
|
49
49
|
"@open-wc/semantic-dom-diff": "^0.20",
|
|
50
50
|
"@rollup/plugin-dynamic-import-vars": "^2",
|
|
51
51
|
"@rollup/plugin-node-resolve": "^15",
|