@brightspace-ui/core 3.142.1 → 3.142.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/list/list-item-mixin.js +3 -0
- package/lang/ar.js +85 -12
- package/lang/cy.js +85 -12
- package/lang/da.js +85 -12
- package/lang/de.js +85 -12
- package/lang/en-gb.js +85 -12
- package/lang/en.js +85 -12
- package/lang/es-es.js +85 -12
- package/lang/es.js +85 -12
- package/lang/fr-fr.js +85 -12
- package/lang/fr.js +85 -12
- package/lang/haw.js +85 -12
- package/lang/hi.js +85 -12
- package/lang/ja.js +77 -12
- package/lang/ko.js +77 -12
- package/lang/mi.js +85 -12
- package/lang/nl.js +85 -12
- package/lang/pt.js +85 -12
- package/lang/sv.js +85 -12
- package/lang/tr.js +85 -12
- package/lang/zh-cn.js +77 -12
- package/lang/zh-tw.js +78 -12
- package/package.json +1 -1
@@ -318,6 +318,9 @@ export const ListItemMixin = superclass => class extends composeMixins(
|
|
318
318
|
.d2l-list-item-content-extend-separators [slot="outside-control-container"] {
|
319
319
|
margin: 0;
|
320
320
|
}
|
321
|
+
:host([_list-item-new-styles][draggable]) [slot="outside-control-container"] {
|
322
|
+
margin-inline-end: -12px;
|
323
|
+
}
|
321
324
|
|
322
325
|
:host([_has-color-slot]) .d2l-list-item-content-extend-separators [slot="outside-control-container"],
|
323
326
|
:host([dir="rtl"][_has-color-slot]) .d2l-list-item-content-extend-separators [slot="outside-control-container"] {
|
package/lang/ar.js
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
export default {
|
2
|
+
"__test__": "This will be removed in a follow-up PR (before translation)",
|
2
3
|
"components.alert.close": "إغلاق التنبيه",
|
3
4
|
"components.breadcrumbs.breadcrumb": "شريط التنقل",
|
4
5
|
"components.button-add.addItem": "إضافة عنصر",
|
@@ -22,14 +23,33 @@ export default {
|
|
22
23
|
"components.filter.clearAnnounce": "جارٍ مسح عوامل التصفية لـ: {filterName}",
|
23
24
|
"components.filter.clearDescription": "مسح عوامل التصفية لـ: {filterName}",
|
24
25
|
"components.filter.loading": "يتم تحميل عوامل التصفية",
|
25
|
-
"components.filter.filterCountDescription":
|
26
|
+
"components.filter.filterCountDescription":
|
27
|
+
`{number, plural,
|
28
|
+
=0 {لم يتم تطبيق عوامل تصفية.}
|
29
|
+
one {تم تطبيق {number} عامل تصفية}
|
30
|
+
other {تم تطبيق {number} من عوامل التصفية.}
|
31
|
+
}`,
|
26
32
|
"components.filter.filters": "عوامل التصفية",
|
27
33
|
"components.filter.noFilters": "ما من عوامل تصفية متوفرة",
|
28
|
-
"components.filter.searchResults":
|
34
|
+
"components.filter.searchResults":
|
35
|
+
`{number, plural,
|
36
|
+
=0 {ما من نتائج بحث}
|
37
|
+
one {{number} نتيجة بحث}
|
38
|
+
other {{number} من نتائج البحث}
|
39
|
+
}`,
|
29
40
|
"components.filter.selectedFirstListLabel": "{headerText}. تظهر عوامل التصفية المحددة أولاً.",
|
30
41
|
"components.filter.singleDimensionDescription": "التصفية حسب: {filterName}",
|
31
|
-
"components.filter-dimension-set-date-text-value.textHours":
|
32
|
-
|
42
|
+
"components.filter-dimension-set-date-text-value.textHours":
|
43
|
+
`{num, plural,
|
44
|
+
=1 {آخر ساعة}
|
45
|
+
other {آخر {num} من الساعات}
|
46
|
+
}`,
|
47
|
+
"components.filter-dimension-set-date-text-value.textDays":
|
48
|
+
`{num, plural,
|
49
|
+
=0 {يوم}
|
50
|
+
one {آخر {num} يوم}
|
51
|
+
other {آخر {num} من الأيام}
|
52
|
+
}`,
|
33
53
|
"components.filter-dimension-set-date-text-value.textMonths": "آخر {num} من الأشهر",
|
34
54
|
"components.filter-dimension-set-date-time-range-value.label": "{text}، التوسيع لاختيار التواريخ",
|
35
55
|
"components.filter-dimension-set-date-time-range-value.valueTextRange": "{startValue} إلى {endValue}",
|
@@ -39,13 +59,35 @@ export default {
|
|
39
59
|
"components.form-element.defaultError": "{label} غير صالحة",
|
40
60
|
"components.form-element.defaultFieldLabel": "الحقل",
|
41
61
|
"components.form-element.input.email.typeMismatch": "البريد الإلكتروني غير صالح",
|
42
|
-
"components.form-element.input.number.rangeError":
|
43
|
-
|
44
|
-
|
62
|
+
"components.form-element.input.number.rangeError":
|
63
|
+
`{minExclusive, select,
|
64
|
+
true {{maxExclusive, select,
|
65
|
+
true {يجب أن يكون الرقم أكبر من {min} وأقل من {max}.}
|
66
|
+
other {يجب أن يكون الرقم أكبر من {min} وأقل من أو مساويًا لـ {max}.}
|
67
|
+
}}
|
68
|
+
other {{maxExclusive, select,
|
69
|
+
true {يجب أن يكون الرقم أكبر من أو مساويًا لـ {min} وأقل من {max}.}
|
70
|
+
other {يجب أن يكون الرقم أكبر من أو مساويًا لـ {min} وأقل من أو مساويًا لـ {max}.}
|
71
|
+
}}
|
72
|
+
}`,
|
73
|
+
"components.form-element.input.number.rangeOverflow":
|
74
|
+
`{maxExclusive, select,
|
75
|
+
true {يجب أن يكون الرقم أقل من {max}.}
|
76
|
+
other {يجب أن يكون الرقم أقل من أو مساويًا لـ {max}.}
|
77
|
+
}`,
|
78
|
+
"components.form-element.input.number.rangeUnderflow":
|
79
|
+
`{minExclusive, select,
|
80
|
+
true {يجب أن يكون الرقم أكبر من {min}.}
|
81
|
+
other {يجب أن يكون الرقم أكبر من أو مساويًا لـ {min}.}
|
82
|
+
}`,
|
45
83
|
"components.form-element.input.text.tooShort": "يجب أن تتألف التسمية {label} من {minlength} من الأحرف على الأقل",
|
46
84
|
"components.form-element.input.url.typeMismatch": "عنوان URL غير صالح",
|
47
85
|
"components.form-element.valueMissing": "{label} مطلوبة",
|
48
|
-
"components.form-error-summary.errorSummary":
|
86
|
+
"components.form-error-summary.errorSummary":
|
87
|
+
`{count, plural,
|
88
|
+
one {تم العثور على {count} خطأ في المعلومات التي أرسلتها}
|
89
|
+
other {تم العثور على {count} من الأخطاء في المعلومات التي أرسلتها}
|
90
|
+
}`,
|
49
91
|
"components.form-error-summary.text": "تبديل تفاصيل الخطأ",
|
50
92
|
"components.input-color.backgroundColor": "لون الخلفية",
|
51
93
|
"components.input-color.foregroundColor": "لون المقدمة",
|
@@ -109,10 +151,22 @@ export default {
|
|
109
151
|
"components.overflow-group.moreActions": "مزيد من الإجراءات",
|
110
152
|
"components.pager-load-more.action": "تحميل المزيد",
|
111
153
|
"components.pager-load-more.action-with-page-size": "تحميل {count} إضافي",
|
112
|
-
"components.pageable.info":
|
113
|
-
|
154
|
+
"components.pageable.info":
|
155
|
+
`{count, plural,
|
156
|
+
one {{countFormatted} مادة واحد}
|
157
|
+
other {{countFormatted} من المواد}
|
158
|
+
}`,
|
159
|
+
"components.pageable.info-with-total":
|
160
|
+
`{totalCount, plural,
|
161
|
+
one {{countFormatted} من أصل {totalCountFormatted} مادة واحدة}
|
162
|
+
other {{countFormatted} من أصل {totalCountFormatted} من المواد}
|
163
|
+
}`,
|
114
164
|
"components.pager-load-more.status-loading": "تحميل المزيد من المواد",
|
115
|
-
"components.selection.action-max-hint":
|
165
|
+
"components.selection.action-max-hint":
|
166
|
+
`{count, plural,
|
167
|
+
one {يتم التعطيل عند تحديد أكثر من {countFormatted} عنصر}
|
168
|
+
other {يتم التعطيل عند تحديد أكثر من {countFormatted} من العناصر}
|
169
|
+
}`,
|
116
170
|
"components.selection.action-required-hint": "حدد عنصرًا لتنفيذ هذا الإجراء",
|
117
171
|
"components.selection.select-all": "تحديد الكل",
|
118
172
|
"components.selection.select-all-items": "تحديد كل المواد الـ {count}.",
|
@@ -125,7 +179,26 @@ export default {
|
|
125
179
|
"components.switch.conditions": "يجب استيفاء الشروط",
|
126
180
|
"components.table-col-sort-button.addSortOrder": "التحديد لإضافة ترتيب الفرز",
|
127
181
|
"components.table-col-sort-button.changeSortOrder": "التحديد لتغيير ترتيب الفرز",
|
128
|
-
"components.table-col-sort-button.title":
|
182
|
+
"components.table-col-sort-button.title":
|
183
|
+
`{sourceType, select,
|
184
|
+
dates {{direction, select,
|
185
|
+
desc {الفرز من الجديد إلى القديم}
|
186
|
+
other {الفرز من القديم إلى الجديد}
|
187
|
+
}}
|
188
|
+
numbers {{direction, select,
|
189
|
+
desc {الفرز من الأعلى إلى الأدنى}
|
190
|
+
other {الفرز من الأدنى إلى الأعلى}
|
191
|
+
}}
|
192
|
+
words {{direction, select,
|
193
|
+
desc {الفرز من ي إلى أ}
|
194
|
+
other {الفرز من أ إلى ي}
|
195
|
+
}}
|
196
|
+
value {الفرز {selectedMenuItemText}}
|
197
|
+
other {{direction, select,
|
198
|
+
desc {الفرز تنازليًا}
|
199
|
+
other {الفرز تصاعديًا}
|
200
|
+
}}
|
201
|
+
}`,
|
129
202
|
"components.table-controls.label": "إجراءات للجدول",
|
130
203
|
"components.tabs.next": "التمرير إلى الأمام",
|
131
204
|
"components.tabs.previous": "التمرير إلى الخلف",
|
package/lang/cy.js
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
export default {
|
2
|
+
"__test__": "This will be removed in a follow-up PR (before translation)",
|
2
3
|
"components.alert.close": "Cau Hysbysiad",
|
3
4
|
"components.breadcrumbs.breadcrumb": "Briwsionyn Bara",
|
4
5
|
"components.button-add.addItem": "Ychwanegu Eitem",
|
@@ -22,14 +23,33 @@ export default {
|
|
22
23
|
"components.filter.clearAnnounce": "Wrthi’n clirio hidlwyr ar gyfer: {filterName}",
|
23
24
|
"components.filter.clearDescription": "Wrthi’n clirio hidlwyd ar gyfer: {filterName}",
|
24
25
|
"components.filter.loading": "Wrthi’n llwytho hidlyddion",
|
25
|
-
"components.filter.filterCountDescription":
|
26
|
+
"components.filter.filterCountDescription":
|
27
|
+
`{number, plural,
|
28
|
+
=0 {Dim hidlyddion wedi’i gweithredu.}
|
29
|
+
one {{number} hidlydd wedi’i weithredu.}
|
30
|
+
other {{number} hidlyddion wedi’u gweithredu.}
|
31
|
+
}`,
|
26
32
|
"components.filter.filters": "Hidlyddion",
|
27
33
|
"components.filter.noFilters": "Dim hidlyddion ar gael",
|
28
|
-
"components.filter.searchResults":
|
34
|
+
"components.filter.searchResults":
|
35
|
+
`{number, plural,
|
36
|
+
=0 {Dim canlyniadau chwilio}
|
37
|
+
one {{number} canlyniad chwilio}
|
38
|
+
other {{number} canlyniadau chwilio}
|
39
|
+
}`,
|
29
40
|
"components.filter.selectedFirstListLabel": "{headerText}. Mae’r hidlyddion a ddewiswyd yn ymddangos gyntaf.",
|
30
41
|
"components.filter.singleDimensionDescription": "Hidlo yn ôl: {filterName}",
|
31
|
-
"components.filter-dimension-set-date-text-value.textHours":
|
32
|
-
|
42
|
+
"components.filter-dimension-set-date-text-value.textHours":
|
43
|
+
`{num, plural,
|
44
|
+
=1 {Awr ddiwethaf}
|
45
|
+
other {{num} awr ddiwethaf}
|
46
|
+
}`,
|
47
|
+
"components.filter-dimension-set-date-text-value.textDays":
|
48
|
+
`{num, plural,
|
49
|
+
=0 {Heddiw}
|
50
|
+
one {{num} diwrnod diwethaf}
|
51
|
+
other {{num} o ddiwrnodau diwethaf}
|
52
|
+
}`,
|
33
53
|
"components.filter-dimension-set-date-text-value.textMonths": "{num} o fisoedd diwethaf",
|
34
54
|
"components.filter-dimension-set-date-time-range-value.label": "{text}, ehangwch i ddewis dyddiadau",
|
35
55
|
"components.filter-dimension-set-date-time-range-value.valueTextRange": "{startValue} i {endValue}",
|
@@ -39,13 +59,35 @@ export default {
|
|
39
59
|
"components.form-element.defaultError": "Mae {label} yn annilys",
|
40
60
|
"components.form-element.defaultFieldLabel": "Maes",
|
41
61
|
"components.form-element.input.email.typeMismatch": "Nid yw’r e-bost yn ddilys",
|
42
|
-
"components.form-element.input.number.rangeError":
|
43
|
-
|
44
|
-
|
62
|
+
"components.form-element.input.number.rangeError":
|
63
|
+
`{minExclusive, select,
|
64
|
+
true {{maxExclusive, select,
|
65
|
+
true {Rhaid i’r nifer fod yn fwy na {min} a llai na {max}.}
|
66
|
+
other {Rhaid i’r nifer fod yn fwy na {min} a llai na neu’n hafal i {max}.}
|
67
|
+
}}
|
68
|
+
other {{maxExclusive, select,
|
69
|
+
true {Rhaid i’r nifer fod yn fwy na neu’n hafal i {min} a llai na {max}.}
|
70
|
+
other {Rhaid i’r nifer fod yn fwy na neu’n hafal i {min} a llai na neu’n hafal i {max}.}
|
71
|
+
}}
|
72
|
+
}`,
|
73
|
+
"components.form-element.input.number.rangeOverflow":
|
74
|
+
`{maxExclusive, select,
|
75
|
+
true {Rhaid i’r nifer fod yn llai na {max}.}
|
76
|
+
other {Rhaid i’r nifer fod yn llai na neu’n hafal i {max}.}
|
77
|
+
}`,
|
78
|
+
"components.form-element.input.number.rangeUnderflow":
|
79
|
+
`{minExclusive, select,
|
80
|
+
true {Rhaid i’r nifer fod yn fwy na {min}.}
|
81
|
+
other {Rhaid i’r nifer fod yn fwy na neu’n hafal i {min}.}
|
82
|
+
}`,
|
45
83
|
"components.form-element.input.text.tooShort": "Rhaid i {label} fod o leiaf {minlength} nod",
|
46
84
|
"components.form-element.input.url.typeMismatch": "Nid yw’r URL yn ddilys.",
|
47
85
|
"components.form-element.valueMissing": "Mae angen {label}",
|
48
|
-
"components.form-error-summary.errorSummary":
|
86
|
+
"components.form-error-summary.errorSummary":
|
87
|
+
`{count, plural,
|
88
|
+
one {Canfuwyd {count} gwall yn y wybodaeth a gyflwynoch}
|
89
|
+
other {Canfuwyd {count} gwall yn y wybodaeth a gyflwynoch}
|
90
|
+
}`,
|
49
91
|
"components.form-error-summary.text": "Toglo manylion gwall",
|
50
92
|
"components.input-color.backgroundColor": "Lliw Cefndir",
|
51
93
|
"components.input-color.foregroundColor": "Lliw Blaendir",
|
@@ -109,10 +151,22 @@ export default {
|
|
109
151
|
"components.overflow-group.moreActions": "Rhagor o Gamau Gweithredu",
|
110
152
|
"components.pager-load-more.action": "Llwytho Mwy",
|
111
153
|
"components.pager-load-more.action-with-page-size": "Lwytho {count} Arall",
|
112
|
-
"components.pageable.info":
|
113
|
-
|
154
|
+
"components.pageable.info":
|
155
|
+
`{count, plural,
|
156
|
+
one {{countFormatted} eitem}
|
157
|
+
other {{countFormatted} o eitemau}
|
158
|
+
}`,
|
159
|
+
"components.pageable.info-with-total":
|
160
|
+
`{totalCount, plural,
|
161
|
+
one {{countFormatted} o {totalCountFormatted} eitem}
|
162
|
+
other {{countFormatted} o {totalCountFormatted} eitemau}
|
163
|
+
}`,
|
114
164
|
"components.pager-load-more.status-loading": "Llwytho rhagor o eitemau",
|
115
|
-
"components.selection.action-max-hint":
|
165
|
+
"components.selection.action-max-hint":
|
166
|
+
`{count, plural,
|
167
|
+
one {Wedi’i analluogi pan fydd mwy nag {countFormatted} eitem yn cael ei ddewis}
|
168
|
+
other {Wedi’i analluogi pan fydd mwy na {countFormatted} eitem yn cael eu dewis}
|
169
|
+
}`,
|
116
170
|
"components.selection.action-required-hint": "Rhaid i chi ddewis eitem i gyflawni’r weithred hon",
|
117
171
|
"components.selection.select-all": "Dewis y Cyfan",
|
118
172
|
"components.selection.select-all-items": "Dewis Pob {count} Eitem",
|
@@ -125,7 +179,26 @@ export default {
|
|
125
179
|
"components.switch.conditions": "Rhaid bodloni’r amodau",
|
126
180
|
"components.table-col-sort-button.addSortOrder": "Dewiswch i ychwanegu trefn ddidoli",
|
127
181
|
"components.table-col-sort-button.changeSortOrder": "Dewiswch i newid trefn ddidoli",
|
128
|
-
"components.table-col-sort-button.title":
|
182
|
+
"components.table-col-sort-button.title":
|
183
|
+
`{sourceType, select,
|
184
|
+
dates {{direction, select,
|
185
|
+
desc {Wedi didoli newydd i hen}
|
186
|
+
other {Wedi didoli hen i newydd}
|
187
|
+
}}
|
188
|
+
numbers {{direction, select,
|
189
|
+
desc {Wedi didoli uchel i isel}
|
190
|
+
other {Wedi didoli isel i uchel}
|
191
|
+
}}
|
192
|
+
words {{direction, select,
|
193
|
+
desc {Wedi didoli Z i A}
|
194
|
+
other {Wedi didoli A i Z}
|
195
|
+
}}
|
196
|
+
value {Wedi didoli {selectedMenuItemText}}
|
197
|
+
other {{direction, select,
|
198
|
+
desc {Wedi didoli’n ddisgynnol}
|
199
|
+
other {Wedi didoli’n esgynnol}
|
200
|
+
}}
|
201
|
+
}`,
|
129
202
|
"components.table-controls.label": "Camau gweithredu ar gyfer y tabl",
|
130
203
|
"components.tabs.next": "Sgrolio Ymlaen",
|
131
204
|
"components.tabs.previous": "Sgrolio Yn Ôl",
|
package/lang/da.js
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
export default {
|
2
|
+
"__test__": "This will be removed in a follow-up PR (before translation)",
|
2
3
|
"components.alert.close": "Luk besked",
|
3
4
|
"components.breadcrumbs.breadcrumb": "Brødkrumme",
|
4
5
|
"components.button-add.addItem": "Tilføj element",
|
@@ -22,14 +23,33 @@ export default {
|
|
22
23
|
"components.filter.clearAnnounce": "Rydder filtre for:{filterName}",
|
23
24
|
"components.filter.clearDescription": "Ryd filtre for: {filterName}",
|
24
25
|
"components.filter.loading": "Indlæser filtre",
|
25
|
-
"components.filter.filterCountDescription":
|
26
|
+
"components.filter.filterCountDescription":
|
27
|
+
`{number, plural,
|
28
|
+
=0 {Ingen filtre anvendt.}
|
29
|
+
one {{number} filter anvendt.}
|
30
|
+
other {{number} filtre anvendt.}
|
31
|
+
}`,
|
26
32
|
"components.filter.filters": "Filtre",
|
27
33
|
"components.filter.noFilters": "Ingen tilgængelige filtre",
|
28
|
-
"components.filter.searchResults":
|
34
|
+
"components.filter.searchResults":
|
35
|
+
`{number, plural,
|
36
|
+
=0 {Ingen søgeresultater}
|
37
|
+
one {{number} søgeresultat}
|
38
|
+
other {{number} søgeresultater}
|
39
|
+
}`,
|
29
40
|
"components.filter.selectedFirstListLabel": "{headerText}. Valgte filtre vises først.",
|
30
41
|
"components.filter.singleDimensionDescription": "Filtrer efter: {filterName}",
|
31
|
-
"components.filter-dimension-set-date-text-value.textHours":
|
32
|
-
|
42
|
+
"components.filter-dimension-set-date-text-value.textHours":
|
43
|
+
`{num, plural,
|
44
|
+
=1 {Sidste time}
|
45
|
+
other {Sidste {num} timer}
|
46
|
+
}`,
|
47
|
+
"components.filter-dimension-set-date-text-value.textDays":
|
48
|
+
`{num, plural,
|
49
|
+
=0 {I dag}
|
50
|
+
one {Sidste {num} dag}
|
51
|
+
other {Sidste {num} dage}
|
52
|
+
}`,
|
33
53
|
"components.filter-dimension-set-date-text-value.textMonths": "Sidste {num} måneder",
|
34
54
|
"components.filter-dimension-set-date-time-range-value.label": "{text}, udvid for at vælge datoer",
|
35
55
|
"components.filter-dimension-set-date-time-range-value.valueTextRange": "{startValue} til {endValue}",
|
@@ -39,13 +59,35 @@ export default {
|
|
39
59
|
"components.form-element.defaultError": "{label} er ugyldigt",
|
40
60
|
"components.form-element.defaultFieldLabel": "Felt",
|
41
61
|
"components.form-element.input.email.typeMismatch": "E-mail er ikke gyldig",
|
42
|
-
"components.form-element.input.number.rangeError":
|
43
|
-
|
44
|
-
|
62
|
+
"components.form-element.input.number.rangeError":
|
63
|
+
`{minExclusive, select,
|
64
|
+
true {{maxExclusive, select,
|
65
|
+
true {Tallet skal være større end {min} og mindre end {max}.}
|
66
|
+
other {Tallet skal være større end {min} og mindre eller lig med {max}.}
|
67
|
+
}}
|
68
|
+
other {{maxExclusive, select,
|
69
|
+
true {Tallet skal være større end eller lig med {min} og mindre end {max}.}
|
70
|
+
other {Tallet skal være større end eller lig med {min} og mindre end eller lig med {max}.}
|
71
|
+
}}
|
72
|
+
}`,
|
73
|
+
"components.form-element.input.number.rangeOverflow":
|
74
|
+
`{maxExclusive, select,
|
75
|
+
true {Tallet skal være mindre end {max}.}
|
76
|
+
other {Tallet skal være mindre end eller lig med {max}.}
|
77
|
+
}`,
|
78
|
+
"components.form-element.input.number.rangeUnderflow":
|
79
|
+
`{minExclusive, select,
|
80
|
+
true {Tallet skal være større end {min}.}
|
81
|
+
other {Tallet skal være større end eller lig med {min}.}
|
82
|
+
}`,
|
45
83
|
"components.form-element.input.text.tooShort": "{label} skal være på mindst {minlength} tegn",
|
46
84
|
"components.form-element.input.url.typeMismatch": "URL-adresse er ikke gyldig",
|
47
85
|
"components.form-element.valueMissing": "{label} er påkrævet",
|
48
|
-
"components.form-error-summary.errorSummary":
|
86
|
+
"components.form-error-summary.errorSummary":
|
87
|
+
`{count, plural,
|
88
|
+
one {Der blev fundet {count} fejl i de oplysninger, du indsendte}
|
89
|
+
other {Der blev fundet {count} fejl i de oplysninger, du indsendte}
|
90
|
+
}`,
|
49
91
|
"components.form-error-summary.text": "Slå fejloplysninger til/fra",
|
50
92
|
"components.input-color.backgroundColor": "Baggrundsfarve",
|
51
93
|
"components.input-color.foregroundColor": "Forgrundsfarve",
|
@@ -109,10 +151,22 @@ export default {
|
|
109
151
|
"components.overflow-group.moreActions": "Flere handlinger",
|
110
152
|
"components.pager-load-more.action": "Indlæs flere",
|
111
153
|
"components.pager-load-more.action-with-page-size": "Indlæs {count} mere",
|
112
|
-
"components.pageable.info":
|
113
|
-
|
154
|
+
"components.pageable.info":
|
155
|
+
`{count, plural,
|
156
|
+
one {{countFormatted} element}
|
157
|
+
other {{countFormatted} elementer}
|
158
|
+
}`,
|
159
|
+
"components.pageable.info-with-total":
|
160
|
+
`{totalCount, plural,
|
161
|
+
one {{countFormatted} af {totalCountFormatted} element}
|
162
|
+
other {{countFormatted} af {totalCountFormatted} elementer}
|
163
|
+
}`,
|
114
164
|
"components.pager-load-more.status-loading": "Indlæser flere elementer",
|
115
|
-
"components.selection.action-max-hint":
|
165
|
+
"components.selection.action-max-hint":
|
166
|
+
`{count, plural,
|
167
|
+
one {Deaktiveret, når mere end {countFormatted} element er valgt}
|
168
|
+
other {Deaktiveret, når mere end {countFormatted} elementer er valgt}
|
169
|
+
}`,
|
116
170
|
"components.selection.action-required-hint": "Vælg et element for at udføre denne handling",
|
117
171
|
"components.selection.select-all": "Vælg alle",
|
118
172
|
"components.selection.select-all-items": "Vælg alle {count} elementer",
|
@@ -125,7 +179,26 @@ export default {
|
|
125
179
|
"components.switch.conditions": "Betingelserne skal være opfyldt",
|
126
180
|
"components.table-col-sort-button.addSortOrder": "Vælg for at tilføje sorteringsrækkefølge",
|
127
181
|
"components.table-col-sort-button.changeSortOrder": "Vælg for at ændre sorteringsrækkefølge",
|
128
|
-
"components.table-col-sort-button.title":
|
182
|
+
"components.table-col-sort-button.title":
|
183
|
+
`{sourceType, select,
|
184
|
+
dates {{direction, select,
|
185
|
+
desc {Sorteret ny til gammel}
|
186
|
+
other {Sorteret gammel til ny}
|
187
|
+
}}
|
188
|
+
numbers {{direction, select,
|
189
|
+
desc {Sorteret høj til lav}
|
190
|
+
other {Sorteret lav til høj}
|
191
|
+
}}
|
192
|
+
words {{direction, select,
|
193
|
+
desc {Sorteret Z til A}
|
194
|
+
other {Sorteret A til Z}
|
195
|
+
}}
|
196
|
+
value {Sorteret {selectedMenuItemText}}
|
197
|
+
other {{direction, select,
|
198
|
+
desc {Sorteret faldende}
|
199
|
+
other {Sorteret stigende}
|
200
|
+
}}
|
201
|
+
}`,
|
129
202
|
"components.table-controls.label": "Handlinger for tabel",
|
130
203
|
"components.tabs.next": "Rul frem",
|
131
204
|
"components.tabs.previous": "Rul tilbage",
|
package/lang/de.js
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
export default {
|
2
|
+
"__test__": "This will be removed in a follow-up PR (before translation)",
|
2
3
|
"components.alert.close": "Benachrichtigung schließen",
|
3
4
|
"components.breadcrumbs.breadcrumb": "Brotkrümelnavigation",
|
4
5
|
"components.button-add.addItem": "Element hinzufügen",
|
@@ -22,14 +23,33 @@ export default {
|
|
22
23
|
"components.filter.clearAnnounce": "Filter für {filterName} werden gelöscht",
|
23
24
|
"components.filter.clearDescription": "Filter für {filterName} löschen",
|
24
25
|
"components.filter.loading": "Filter werden geladen",
|
25
|
-
"components.filter.filterCountDescription":
|
26
|
+
"components.filter.filterCountDescription":
|
27
|
+
`{number, plural,
|
28
|
+
=0 {Keine Filter angewendet.}
|
29
|
+
one {{number} Filter angewendet.}
|
30
|
+
other {{number} Filter angewendet.}
|
31
|
+
}`,
|
26
32
|
"components.filter.filters": "Filter",
|
27
33
|
"components.filter.noFilters": "Keine verfügbaren Filter",
|
28
|
-
"components.filter.searchResults":
|
34
|
+
"components.filter.searchResults":
|
35
|
+
`{number, plural,
|
36
|
+
=0 {Kein Suchergebnis}
|
37
|
+
one {{number} Suchergebnis}
|
38
|
+
other {{number} Suchergebnisse}
|
39
|
+
}`,
|
29
40
|
"components.filter.selectedFirstListLabel": "{headerText}. Ausgewählte Filter werden zuerst angezeigt.",
|
30
41
|
"components.filter.singleDimensionDescription": "Filtern nach: {filterName}",
|
31
|
-
"components.filter-dimension-set-date-text-value.textHours":
|
32
|
-
|
42
|
+
"components.filter-dimension-set-date-text-value.textHours":
|
43
|
+
`{num, plural,
|
44
|
+
=1 {Letzte Stunde}
|
45
|
+
other {Letzte {num} Stunden}
|
46
|
+
}`,
|
47
|
+
"components.filter-dimension-set-date-text-value.textDays":
|
48
|
+
`{num, plural,
|
49
|
+
=0 {Heute}
|
50
|
+
one {Letzter Tag}
|
51
|
+
other {Letzte {num} Tage}
|
52
|
+
}`,
|
33
53
|
"components.filter-dimension-set-date-text-value.textMonths": "Letzte {num} Monate",
|
34
54
|
"components.filter-dimension-set-date-time-range-value.label": "{text} – erweitern, um Daten auszuwählen",
|
35
55
|
"components.filter-dimension-set-date-time-range-value.valueTextRange": "{startValue} nach {endValue}",
|
@@ -39,13 +59,35 @@ export default {
|
|
39
59
|
"components.form-element.defaultError": "{label} ist ungültig",
|
40
60
|
"components.form-element.defaultFieldLabel": "Feld",
|
41
61
|
"components.form-element.input.email.typeMismatch": "Die E-Mail-Adresse ist ungültig",
|
42
|
-
"components.form-element.input.number.rangeError":
|
43
|
-
|
44
|
-
|
62
|
+
"components.form-element.input.number.rangeError":
|
63
|
+
`{minExclusive, select,
|
64
|
+
true {{maxExclusive, select,
|
65
|
+
true {Zahl muss größer als {min} und kleiner als {max} sein.}
|
66
|
+
other {Zahl muss größer als {min} und kleiner als oder gleich {max} sein.}
|
67
|
+
}}
|
68
|
+
other {{maxExclusive, select,
|
69
|
+
true {Zahl muss größer als oder gleich {min} und kleiner als {max} sein.}
|
70
|
+
other {Zahl muss größer als oder gleich {min} und kleiner als oder gleich {max} sein.}
|
71
|
+
}}
|
72
|
+
}`,
|
73
|
+
"components.form-element.input.number.rangeOverflow":
|
74
|
+
`{maxExclusive, select,
|
75
|
+
true {Zahl muss kleiner als {max} sein.}
|
76
|
+
other {Zahl muss kleiner als oder gleich {max} sein.}
|
77
|
+
}`,
|
78
|
+
"components.form-element.input.number.rangeUnderflow":
|
79
|
+
`{minExclusive, select,
|
80
|
+
true {Zahl muss größer als {min} sein.}
|
81
|
+
other {Zahl muss größer als oder gleich {min} sein.}
|
82
|
+
}`,
|
45
83
|
"components.form-element.input.text.tooShort": "{label} muss mindestens {minlength} Zeichen enthalten",
|
46
84
|
"components.form-element.input.url.typeMismatch": "URL ist ungültig",
|
47
85
|
"components.form-element.valueMissing": "{label} ist erforderlich",
|
48
|
-
"components.form-error-summary.errorSummary":
|
86
|
+
"components.form-error-summary.errorSummary":
|
87
|
+
`{count, plural,
|
88
|
+
one {Die von Ihnen übermittelten Informationen enthalten {count} Fehler}
|
89
|
+
other {Die von Ihnen übermittelten Informationen enthalten {count} Fehler}
|
90
|
+
}`,
|
49
91
|
"components.form-error-summary.text": "Fehlerdetails ein-/ausschalten",
|
50
92
|
"components.input-color.backgroundColor": "Hintergrundfarbe",
|
51
93
|
"components.input-color.foregroundColor": "Vordergrundfarbe",
|
@@ -109,10 +151,22 @@ export default {
|
|
109
151
|
"components.overflow-group.moreActions": "Weitere Aktionen",
|
110
152
|
"components.pager-load-more.action": "Mehr laden",
|
111
153
|
"components.pager-load-more.action-with-page-size": "{count} weitere laden",
|
112
|
-
"components.pageable.info":
|
113
|
-
|
154
|
+
"components.pageable.info":
|
155
|
+
`{count, plural,
|
156
|
+
one {{countFormatted} Element}
|
157
|
+
other {{countFormatted} Elemente}
|
158
|
+
}`,
|
159
|
+
"components.pageable.info-with-total":
|
160
|
+
`{totalCount, plural,
|
161
|
+
one {{countFormatted} von {totalCountFormatted} Element}
|
162
|
+
other {{countFormatted} von {totalCountFormatted} Elemente}
|
163
|
+
}`,
|
114
164
|
"components.pager-load-more.status-loading": "Weitere Elemente werden geladen",
|
115
|
-
"components.selection.action-max-hint":
|
165
|
+
"components.selection.action-max-hint":
|
166
|
+
`{count, plural,
|
167
|
+
one {Deaktiviert, wenn mehr als {countFormatted} Element ausgewählt ist}
|
168
|
+
other {Deaktiviert, wenn mehr als {countFormatted} Elemente ausgewählt sind}
|
169
|
+
}`,
|
116
170
|
"components.selection.action-required-hint": "Wählen Sie ein Element aus, um diese Aktion auszuführen",
|
117
171
|
"components.selection.select-all": "Alle auswählen",
|
118
172
|
"components.selection.select-all-items": "Alle {count} Elemente auswählen",
|
@@ -125,7 +179,26 @@ export default {
|
|
125
179
|
"components.switch.conditions": "Bedingungen müssen erfüllt sein",
|
126
180
|
"components.table-col-sort-button.addSortOrder": "Wählen Sie diese Option, um eine Sortierreihenfolge hinzuzufügen",
|
127
181
|
"components.table-col-sort-button.changeSortOrder": "Wählen Sie diese Option, um die Sortierreihenfolge zu ändern",
|
128
|
-
"components.table-col-sort-button.title":
|
182
|
+
"components.table-col-sort-button.title":
|
183
|
+
`{sourceType, select,
|
184
|
+
dates {{direction, select,
|
185
|
+
desc {Von neu nach alt sortiert}
|
186
|
+
other {Von alt nach neu sortiert}
|
187
|
+
}}
|
188
|
+
numbers {{direction, select,
|
189
|
+
desc {Von hoch nach niedrig sortiert}
|
190
|
+
other {Von niedrig nach hoch sortiert}
|
191
|
+
}}
|
192
|
+
words {{direction, select,
|
193
|
+
desc {Von Z nach A sortiert}
|
194
|
+
other {Von A nach Z sortiert}
|
195
|
+
}}
|
196
|
+
value {Sortiert {selectedMenuItemText}}
|
197
|
+
other {{direction, select,
|
198
|
+
desc {Absteigend sortiert}
|
199
|
+
other {Aufsteigend sortiert}
|
200
|
+
}}
|
201
|
+
}`,
|
129
202
|
"components.table-controls.label": "Aktionen für Tabelle",
|
130
203
|
"components.tabs.next": "Weiterblättern",
|
131
204
|
"components.tabs.previous": "Zurückblättern",
|