@brightspace-ui/core 3.68.0 → 3.68.1

Sign up to get free protection for your applications and to get access to all the features.
package/lang/fr.js CHANGED
@@ -117,7 +117,7 @@ export default {
117
117
  "components.selection-controls.label": "Actions à sélectionner",
118
118
  "components.switch.visible": "Visible",
119
119
  "components.switch.visibleWithPeriod": "Visible.",
120
- "components.switch.hidden": "Masqué(e)",
120
+ "components.switch.hidden": "Masqué",
121
121
  "components.switch.conditions": "Les conditions doivent être remplies",
122
122
  "components.table-col-sort-button.addSortOrder": "Sélectionner pour ajouter un ordre de tri",
123
123
  "components.table-col-sort-button.changeSortOrder": "Sélectionner pour modifier l'ordre de tri",
package/lang/hi.js CHANGED
@@ -43,7 +43,7 @@ export default {
43
43
  "components.form-element.input.number.rangeUnderflow": "{minExclusive, select, true {संख्या {min} से ज़्यादा होनी चाहिए.} other {संख्या {min} से ज़्यादा या उसके बराबर होनी चाहिए.}}",
44
44
  "components.form-element.input.text.tooShort": "{label} कम से कम {minlength} वर्णों का होना चाहिए",
45
45
  "components.form-element.input.url.typeMismatch": "URL मान्य नहीं है",
46
- "components.form-element.valueMissing": "{label} आवश्यक है",
46
+ "components.form-element.valueMissing": "{label} ज़रूरी है",
47
47
  "components.form-error-summary.errorSummary": "{count, plural, one {आपके द्वारा सबमिट की गई जानकारी में {count} त्रुटियाँ पाई गईं} other {आपके द्वारा सबमिट की गई जानकारी में {count} त्रुटियाँ पाई गईं}}",
48
48
  "components.form-error-summary.text": "त्रुटि विवरण टॉगल करें",
49
49
  "components.input-color.backgroundColor": "पृष्ठभूमि का रंग",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.68.0",
3
+ "version": "3.68.1",
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",