@brightspace-ui/core 2.32.3 → 2.33.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/lang/cy.js CHANGED
@@ -28,7 +28,7 @@ export default {
28
28
  "components.form-element.defaultError": "Mae {label} yn annilys.",
29
29
  "components.form-element.defaultFieldLabel": "Maes",
30
30
  "components.form-element.input.email.typeMismatch": "Nid yw'r e-bost yn ddilys",
31
- "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}.}}}}",
31
+ "components.form-element.input.number.rangeError": "{minExclusive, select, true {{maxExclusive, select, true {Rhaid i'r nifer fod yn fwy na {min} a llai na {max}.} other {Rhaid i'r nifer fod yn fwy na {min} a llai na neu'n hafal i {max}.}}} other {{maxExclusive, select, true {Rhaid i'r nifer fod yn fwy na neu'n hafal i {min} a llai na {max}.} other {Rhaid i'r nifer fod yn fwy na neu'n hafal i {min} a llai na neu'n hafal i {max}.}}}}",
32
32
  "components.form-element.input.number.rangeOverflow": "{maxExclusive, select, true {Rhaid i'r nifer fod yn llai na {max}.} other {Rhaid i'r nifer fod yn llai na neu’n hafal i {max}.}}",
33
33
  "components.form-element.input.number.rangeUnderflow": "{minExclusive, select, true {Rhaid i'r nifer fod yn fwy na {min}.} other {Rhaid i'r nifer fod yn fwy na neu'n hafal i {min}.}}",
34
34
  "components.form-element.input.text.tooShort": "Rhaid i {label} fod o leiaf {minlength} nod",
package/lang/de.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  export default {
4
4
  "components.alert.close": "Benachrichtigung schließen",
5
- "components.breadcrumbs.breadcrumb": "Breadcrumb",
5
+ "components.breadcrumbs.breadcrumb": "Brotkrümelnavigation",
6
6
  "components.calendar.notSelected": "Nicht ausgewählt.",
7
7
  "components.calendar.selected": "Ausgewählt.",
8
8
  "components.calendar.show": "{month} anzeigen",
package/lang/hi.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  export default {
4
4
  "components.alert.close": "अलर्ट बंद करें",
5
- "components.breadcrumbs.breadcrumb": "Breadcrumb",
5
+ "components.breadcrumbs.breadcrumb": "ब्रेडक्रंब",
6
6
  "components.calendar.notSelected": "चयनित नहीं।",
7
7
  "components.calendar.selected": "चयनित।",
8
8
  "components.calendar.show": "{month} दिखाएँ",
package/lang/nl.js CHANGED
@@ -108,7 +108,7 @@ export default {
108
108
  "components.tag-list.show-more-description": "Selecteer deze optie om verborgen items op labellijsten weer te geven",
109
109
  "components.tag-list-item.tooltip-arrow-keys": "Pijltoetsen",
110
110
  "components.tag-list-item.tooltip-arrow-keys-desc": "Schakelen tussen tags",
111
- "components.tag-list-item.tooltip-delete-key": "Backspace/Delete",
111
+ "components.tag-list-item.tooltip-delete-key": "Backspace/Verwijderen",
112
112
  "components.tag-list-item.tooltip-delete-key-desc": "Verwijder de gerichte tag",
113
113
  "components.tag-list-item.tooltip-title": "Bedieningselementen op het toetsenbord",
114
114
  "templates.primary-secondary.adjustableSplitView": "Instelbare gesplitste weergave",
package/lang/pt.js CHANGED
@@ -108,7 +108,7 @@ export default {
108
108
  "components.tag-list.show-more-description": "Selecione para mostrar itens ocultos da lista de marcas",
109
109
  "components.tag-list-item.tooltip-arrow-keys": "Teclas de seta",
110
110
  "components.tag-list-item.tooltip-arrow-keys-desc": "Mover entre marcas",
111
- "components.tag-list-item.tooltip-delete-key": "Backspace/Delete",
111
+ "components.tag-list-item.tooltip-delete-key": "Retroceder/Excluir",
112
112
  "components.tag-list-item.tooltip-delete-key-desc": "Excluir a marca de foco",
113
113
  "components.tag-list-item.tooltip-title": "Controles do teclado",
114
114
  "templates.primary-secondary.adjustableSplitView": "Exibição dividida ajustável",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.32.3",
3
+ "version": "2.33.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",