@brightspace-ui/core 2.21.6 → 2.21.7
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/en.js +3 -3
- package/package.json +1 -1
package/lang/en.js
CHANGED
|
@@ -18,10 +18,10 @@ export default {
|
|
|
18
18
|
"components.filter.clearAnnounce": "Clearing filters for: {filterName}",
|
|
19
19
|
"components.filter.clearDescription": "Clear filters for: {filterName}",
|
|
20
20
|
"components.filter.loading": "Loading filters",
|
|
21
|
-
"components.filter.filterCountDescription": "{number, plural, =0 {No filters applied.} one {
|
|
21
|
+
"components.filter.filterCountDescription": "{number, plural, =0 {No filters applied.} one {{number} filter applied.} other {{number} filters applied.}}",
|
|
22
22
|
"components.filter.filters": "Filters",
|
|
23
23
|
"components.filter.noFilters": "No available filters",
|
|
24
|
-
"components.filter.searchResults": "{number, plural, =0 {No search results} one {
|
|
24
|
+
"components.filter.searchResults": "{number, plural, =0 {No search results} one {{number} search result} other {{number} search results}}",
|
|
25
25
|
"components.filter.singleDimensionDescription": "Filter by: {filterName}",
|
|
26
26
|
"components.form-element.defaultError": "{label} is invalid.",
|
|
27
27
|
"components.form-element.defaultFieldLabel": "Field",
|
|
@@ -32,7 +32,7 @@ export default {
|
|
|
32
32
|
"components.form-element.input.text.tooShort": "{label} must be at least {minlength} characters",
|
|
33
33
|
"components.form-element.input.url.typeMismatch": "URL is not valid",
|
|
34
34
|
"components.form-element.valueMissing": "{label} is required.",
|
|
35
|
-
"components.form-error-summary.errorSummary": "{count, plural, one {There was
|
|
35
|
+
"components.form-error-summary.errorSummary": "{count, plural, one {There was {count} error found in the information you submitted} other {There were {count} errors found in the information you submitted}}",
|
|
36
36
|
"components.input-date-range.endDate": "End Date",
|
|
37
37
|
"components.input-date-range.errorBadInput": "{startLabel} must be before {endLabel}",
|
|
38
38
|
"components.input-date-range.startDate": "Start Date",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "2.21.
|
|
3
|
+
"version": "2.21.7",
|
|
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",
|