@doenet/v06-to-v07 0.7.21-dev.412 → 0.7.21-dev.413

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/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { u, a } from "./index-BaZRz4fx.js";
1
+ import { u, a } from "./index-C8O64a3w.js";
2
2
  export {
3
3
  u as updateSyntaxFromV06toV07,
4
4
  a as updateSyntaxFromV06toV07_root
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@doenet/v06-to-v07",
3
3
  "type": "module",
4
4
  "description": "Convert DoenetML v0.6 syntax to v0.7 syntax",
5
- "version": "0.7.21-dev.412",
5
+ "version": "0.7.21-dev.413",
6
6
  "license": "AGPL-3.0-or-later",
7
7
  "homepage": "https://github.com/Doenet/DoenetML#readme",
8
8
  "repository": {
@@ -1,4 +1,4 @@
1
- import { g as getDefaultExportFromCjs$1 } from "./index-BaZRz4fx.js";
1
+ import { g as getDefaultExportFromCjs$1 } from "./index-C8O64a3w.js";
2
2
  function _mergeNamespaces$1(n, m) {
3
3
  for (var i = 0; i < m.length; i++) {
4
4
  const e = m[i];
@@ -225,4 +225,4 @@ const sha256$1 = /* @__PURE__ */ _mergeNamespaces$1({
225
225
  export {
226
226
  sha256$1 as s
227
227
  };
228
- //# sourceMappingURL=sha256-Bzrm4-tO-Cm2fiWK8-DmeHEjvl.js.map
228
+ //# sourceMappingURL=sha256-Bzrm4-tO-CZvJUwRW-Dv0bLmLO.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"sha256-Bzrm4-tO-Cm2fiWK8-DmeHEjvl.js","sources":["../../doenetml-worker-javascript/dist/sha256-Bzrm4-tO-Cm2fiWK8.js"],"sourcesContent":["import { g as getDefaultExportFromCjs } from \"./index-C6paKqco.js\";\nfunction _mergeNamespaces$1(n, m) {\n for (var i = 0; i < m.length; i++) {\n const e = m[i];\n if (typeof e !== \"string\" && !Array.isArray(e)) {\n for (const k in e) {\n if (k !== \"default\" && !(k in n)) {\n const d = Object.getOwnPropertyDescriptor(e, k);\n if (d) {\n Object.defineProperty(n, k, d.get ? d : {\n enumerable: true,\n get: () => e[k]\n });\n }\n }\n }\n }\n }\n return Object.freeze(Object.defineProperty(n, Symbol.toStringTag, { value: \"Module\" }));\n}\nvar sha256$3 = { exports: {} };\nvar convertHex$1 = { exports: {} };\nvar convertHex = convertHex$1.exports;\nvar hasRequiredConvertHex;\nfunction requireConvertHex() {\n if (hasRequiredConvertHex) return convertHex$1.exports;\n hasRequiredConvertHex = 1;\n (function(module) {\n !(function(globals) {\n var convertHex2 = {\n bytesToHex: function(bytes) {\n return arrBytesToHex(bytes);\n },\n hexToBytes: function(hex) {\n if (hex.length % 2 === 1) throw new Error(\"hexToBytes can't have a string with an odd number of characters.\");\n if (hex.indexOf(\"0x\") === 0) hex = hex.slice(2);\n return hex.match(/../g).map(function(x) {\n return parseInt(x, 16);\n });\n }\n };\n function arrBytesToHex(bytes) {\n return bytes.map(function(x) {\n return padLeft(x.toString(16), 2);\n }).join(\"\");\n }\n function padLeft(orig, len) {\n if (orig.length > len) return orig;\n return Array(len - orig.length + 1).join(\"0\") + orig;\n }\n if (module.exports) {\n module.exports = convertHex2;\n } else {\n globals.convertHex = convertHex2;\n }\n })(convertHex);\n })(convertHex$1);\n return convertHex$1.exports;\n}\nvar convertString$1 = { exports: {} };\nvar convertString = convertString$1.exports;\nvar hasRequiredConvertString;\nfunction requireConvertString() {\n if (hasRequiredConvertString) return convertString$1.exports;\n hasRequiredConvertString = 1;\n (function(module) {\n !(function(globals) {\n var convertString2 = {\n bytesToString: function(bytes) {\n return bytes.map(function(x) {\n return String.fromCharCode(x);\n }).join(\"\");\n },\n stringToBytes: function(str) {\n return str.split(\"\").map(function(x) {\n return x.charCodeAt(0);\n });\n }\n };\n convertString2.UTF8 = {\n bytesToString: function(bytes) {\n return decodeURIComponent(escape(convertString2.bytesToString(bytes)));\n },\n stringToBytes: function(str) {\n return convertString2.stringToBytes(unescape(encodeURIComponent(str)));\n }\n };\n if (module.exports) {\n module.exports = convertString2;\n } else {\n globals.convertString = convertString2;\n }\n })(convertString);\n })(convertString$1);\n return convertString$1.exports;\n}\nvar sha256$2 = sha256$3.exports;\nvar hasRequiredSha256;\nfunction requireSha256() {\n if (hasRequiredSha256) return sha256$3.exports;\n hasRequiredSha256 = 1;\n (function(module) {\n !(function(globals) {\n var _imports = {};\n if (module.exports) {\n _imports.bytesToHex = requireConvertHex().bytesToHex;\n _imports.convertString = requireConvertString();\n module.exports = sha2562;\n } else {\n _imports.bytesToHex = globals.convertHex.bytesToHex;\n _imports.convertString = globals.convertString;\n globals.sha256 = sha2562;\n }\n var K = [];\n !(function() {\n function isPrime(n2) {\n var sqrtN = Math.sqrt(n2);\n for (var factor = 2; factor <= sqrtN; factor++) {\n if (!(n2 % factor)) return false;\n }\n return true;\n }\n function getFractionalBits(n2) {\n return (n2 - (n2 | 0)) * 4294967296 | 0;\n }\n var n = 2;\n var nPrime = 0;\n while (nPrime < 64) {\n if (isPrime(n)) {\n K[nPrime] = getFractionalBits(Math.pow(n, 1 / 3));\n nPrime++;\n }\n n++;\n }\n })();\n var bytesToWords = function(bytes) {\n var words = [];\n for (var i = 0, b = 0; i < bytes.length; i++, b += 8) {\n words[b >>> 5] |= bytes[i] << 24 - b % 32;\n }\n return words;\n };\n var wordsToBytes = function(words) {\n var bytes = [];\n for (var b = 0; b < words.length * 32; b += 8) {\n bytes.push(words[b >>> 5] >>> 24 - b % 32 & 255);\n }\n return bytes;\n };\n var W = [];\n var processBlock = function(H, M, offset) {\n var a = H[0], b = H[1], c = H[2], d = H[3];\n var e = H[4], f = H[5], g = H[6], h = H[7];\n for (var i = 0; i < 64; i++) {\n if (i < 16) {\n W[i] = M[offset + i] | 0;\n } else {\n var gamma0x = W[i - 15];\n var gamma0 = (gamma0x << 25 | gamma0x >>> 7) ^ (gamma0x << 14 | gamma0x >>> 18) ^ gamma0x >>> 3;\n var gamma1x = W[i - 2];\n var gamma1 = (gamma1x << 15 | gamma1x >>> 17) ^ (gamma1x << 13 | gamma1x >>> 19) ^ gamma1x >>> 10;\n W[i] = gamma0 + W[i - 7] + gamma1 + W[i - 16];\n }\n var ch = e & f ^ ~e & g;\n var maj = a & b ^ a & c ^ b & c;\n var sigma0 = (a << 30 | a >>> 2) ^ (a << 19 | a >>> 13) ^ (a << 10 | a >>> 22);\n var sigma1 = (e << 26 | e >>> 6) ^ (e << 21 | e >>> 11) ^ (e << 7 | e >>> 25);\n var t1 = h + sigma1 + ch + K[i] + W[i];\n var t2 = sigma0 + maj;\n h = g;\n g = f;\n f = e;\n e = d + t1 | 0;\n d = c;\n c = b;\n b = a;\n a = t1 + t2 | 0;\n }\n H[0] = H[0] + a | 0;\n H[1] = H[1] + b | 0;\n H[2] = H[2] + c | 0;\n H[3] = H[3] + d | 0;\n H[4] = H[4] + e | 0;\n H[5] = H[5] + f | 0;\n H[6] = H[6] + g | 0;\n H[7] = H[7] + h | 0;\n };\n function sha2562(message, options) {\n if (message.constructor === String) {\n message = _imports.convertString.UTF8.stringToBytes(message);\n }\n var H = [\n 1779033703,\n 3144134277,\n 1013904242,\n 2773480762,\n 1359893119,\n 2600822924,\n 528734635,\n 1541459225\n ];\n var m = bytesToWords(message);\n var l = message.length * 8;\n m[l >> 5] |= 128 << 24 - l % 32;\n m[(l + 64 >> 9 << 4) + 15] = l;\n for (var i = 0; i < m.length; i += 16) {\n processBlock(H, m, i);\n }\n var digestbytes = wordsToBytes(H);\n return options && options.asBytes ? digestbytes : options && options.asString ? _imports.convertString.bytesToString(digestbytes) : _imports.bytesToHex(digestbytes);\n }\n sha2562.x2 = function(message, options) {\n return sha2562(sha2562(message, { asBytes: true }), options);\n };\n })(sha256$2);\n })(sha256$3);\n return sha256$3.exports;\n}\nvar sha256Exports = requireSha256();\nconst sha256 = /* @__PURE__ */ getDefaultExportFromCjs(sha256Exports);\nconst sha256$1 = /* @__PURE__ */ _mergeNamespaces$1({\n __proto__: null,\n default: sha256\n}, [sha256Exports]);\nexport {\n sha256$1 as s\n};\n//# sourceMappingURL=sha256-Bzrm4-tO-Cm2fiWK8.js.map\n"],"names":["getDefaultExportFromCjs"],"mappings":"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"}
1
+ {"version":3,"file":"sha256-Bzrm4-tO-CZvJUwRW-Dv0bLmLO.js","sources":["../../doenetml-worker-javascript/dist/sha256-Bzrm4-tO-CZvJUwRW.js"],"sourcesContent":["import { g as getDefaultExportFromCjs } from \"./index-Dtytl0vU.js\";\nfunction _mergeNamespaces$1(n, m) {\n for (var i = 0; i < m.length; i++) {\n const e = m[i];\n if (typeof e !== \"string\" && !Array.isArray(e)) {\n for (const k in e) {\n if (k !== \"default\" && !(k in n)) {\n const d = Object.getOwnPropertyDescriptor(e, k);\n if (d) {\n Object.defineProperty(n, k, d.get ? d : {\n enumerable: true,\n get: () => e[k]\n });\n }\n }\n }\n }\n }\n return Object.freeze(Object.defineProperty(n, Symbol.toStringTag, { value: \"Module\" }));\n}\nvar sha256$3 = { exports: {} };\nvar convertHex$1 = { exports: {} };\nvar convertHex = convertHex$1.exports;\nvar hasRequiredConvertHex;\nfunction requireConvertHex() {\n if (hasRequiredConvertHex) return convertHex$1.exports;\n hasRequiredConvertHex = 1;\n (function(module) {\n !(function(globals) {\n var convertHex2 = {\n bytesToHex: function(bytes) {\n return arrBytesToHex(bytes);\n },\n hexToBytes: function(hex) {\n if (hex.length % 2 === 1) throw new Error(\"hexToBytes can't have a string with an odd number of characters.\");\n if (hex.indexOf(\"0x\") === 0) hex = hex.slice(2);\n return hex.match(/../g).map(function(x) {\n return parseInt(x, 16);\n });\n }\n };\n function arrBytesToHex(bytes) {\n return bytes.map(function(x) {\n return padLeft(x.toString(16), 2);\n }).join(\"\");\n }\n function padLeft(orig, len) {\n if (orig.length > len) return orig;\n return Array(len - orig.length + 1).join(\"0\") + orig;\n }\n if (module.exports) {\n module.exports = convertHex2;\n } else {\n globals.convertHex = convertHex2;\n }\n })(convertHex);\n })(convertHex$1);\n return convertHex$1.exports;\n}\nvar convertString$1 = { exports: {} };\nvar convertString = convertString$1.exports;\nvar hasRequiredConvertString;\nfunction requireConvertString() {\n if (hasRequiredConvertString) return convertString$1.exports;\n hasRequiredConvertString = 1;\n (function(module) {\n !(function(globals) {\n var convertString2 = {\n bytesToString: function(bytes) {\n return bytes.map(function(x) {\n return String.fromCharCode(x);\n }).join(\"\");\n },\n stringToBytes: function(str) {\n return str.split(\"\").map(function(x) {\n return x.charCodeAt(0);\n });\n }\n };\n convertString2.UTF8 = {\n bytesToString: function(bytes) {\n return decodeURIComponent(escape(convertString2.bytesToString(bytes)));\n },\n stringToBytes: function(str) {\n return convertString2.stringToBytes(unescape(encodeURIComponent(str)));\n }\n };\n if (module.exports) {\n module.exports = convertString2;\n } else {\n globals.convertString = convertString2;\n }\n })(convertString);\n })(convertString$1);\n return convertString$1.exports;\n}\nvar sha256$2 = sha256$3.exports;\nvar hasRequiredSha256;\nfunction requireSha256() {\n if (hasRequiredSha256) return sha256$3.exports;\n hasRequiredSha256 = 1;\n (function(module) {\n !(function(globals) {\n var _imports = {};\n if (module.exports) {\n _imports.bytesToHex = requireConvertHex().bytesToHex;\n _imports.convertString = requireConvertString();\n module.exports = sha2562;\n } else {\n _imports.bytesToHex = globals.convertHex.bytesToHex;\n _imports.convertString = globals.convertString;\n globals.sha256 = sha2562;\n }\n var K = [];\n !(function() {\n function isPrime(n2) {\n var sqrtN = Math.sqrt(n2);\n for (var factor = 2; factor <= sqrtN; factor++) {\n if (!(n2 % factor)) return false;\n }\n return true;\n }\n function getFractionalBits(n2) {\n return (n2 - (n2 | 0)) * 4294967296 | 0;\n }\n var n = 2;\n var nPrime = 0;\n while (nPrime < 64) {\n if (isPrime(n)) {\n K[nPrime] = getFractionalBits(Math.pow(n, 1 / 3));\n nPrime++;\n }\n n++;\n }\n })();\n var bytesToWords = function(bytes) {\n var words = [];\n for (var i = 0, b = 0; i < bytes.length; i++, b += 8) {\n words[b >>> 5] |= bytes[i] << 24 - b % 32;\n }\n return words;\n };\n var wordsToBytes = function(words) {\n var bytes = [];\n for (var b = 0; b < words.length * 32; b += 8) {\n bytes.push(words[b >>> 5] >>> 24 - b % 32 & 255);\n }\n return bytes;\n };\n var W = [];\n var processBlock = function(H, M, offset) {\n var a = H[0], b = H[1], c = H[2], d = H[3];\n var e = H[4], f = H[5], g = H[6], h = H[7];\n for (var i = 0; i < 64; i++) {\n if (i < 16) {\n W[i] = M[offset + i] | 0;\n } else {\n var gamma0x = W[i - 15];\n var gamma0 = (gamma0x << 25 | gamma0x >>> 7) ^ (gamma0x << 14 | gamma0x >>> 18) ^ gamma0x >>> 3;\n var gamma1x = W[i - 2];\n var gamma1 = (gamma1x << 15 | gamma1x >>> 17) ^ (gamma1x << 13 | gamma1x >>> 19) ^ gamma1x >>> 10;\n W[i] = gamma0 + W[i - 7] + gamma1 + W[i - 16];\n }\n var ch = e & f ^ ~e & g;\n var maj = a & b ^ a & c ^ b & c;\n var sigma0 = (a << 30 | a >>> 2) ^ (a << 19 | a >>> 13) ^ (a << 10 | a >>> 22);\n var sigma1 = (e << 26 | e >>> 6) ^ (e << 21 | e >>> 11) ^ (e << 7 | e >>> 25);\n var t1 = h + sigma1 + ch + K[i] + W[i];\n var t2 = sigma0 + maj;\n h = g;\n g = f;\n f = e;\n e = d + t1 | 0;\n d = c;\n c = b;\n b = a;\n a = t1 + t2 | 0;\n }\n H[0] = H[0] + a | 0;\n H[1] = H[1] + b | 0;\n H[2] = H[2] + c | 0;\n H[3] = H[3] + d | 0;\n H[4] = H[4] + e | 0;\n H[5] = H[5] + f | 0;\n H[6] = H[6] + g | 0;\n H[7] = H[7] + h | 0;\n };\n function sha2562(message, options) {\n if (message.constructor === String) {\n message = _imports.convertString.UTF8.stringToBytes(message);\n }\n var H = [\n 1779033703,\n 3144134277,\n 1013904242,\n 2773480762,\n 1359893119,\n 2600822924,\n 528734635,\n 1541459225\n ];\n var m = bytesToWords(message);\n var l = message.length * 8;\n m[l >> 5] |= 128 << 24 - l % 32;\n m[(l + 64 >> 9 << 4) + 15] = l;\n for (var i = 0; i < m.length; i += 16) {\n processBlock(H, m, i);\n }\n var digestbytes = wordsToBytes(H);\n return options && options.asBytes ? digestbytes : options && options.asString ? _imports.convertString.bytesToString(digestbytes) : _imports.bytesToHex(digestbytes);\n }\n sha2562.x2 = function(message, options) {\n return sha2562(sha2562(message, { asBytes: true }), options);\n };\n })(sha256$2);\n })(sha256$3);\n return sha256$3.exports;\n}\nvar sha256Exports = requireSha256();\nconst sha256 = /* @__PURE__ */ getDefaultExportFromCjs(sha256Exports);\nconst sha256$1 = /* @__PURE__ */ _mergeNamespaces$1({\n __proto__: null,\n default: sha256\n}, [sha256Exports]);\nexport {\n sha256$1 as s\n};\n//# sourceMappingURL=sha256-Bzrm4-tO-CZvJUwRW.js.map\n"],"names":["getDefaultExportFromCjs"],"mappings":"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"}
@@ -1,5 +0,0 @@
1
- const chrome = '# Hindi viewer chrome. Translated from `locales/en/chrome.ftl`, which is the\n# source of truth: `lint:i18n` rejects a key that does not exist there, and\n# reports a key that exists there but not here as missing coverage.\n#\n# Message ids are never translated — only the text to the right of `=`.\n#\n# UNREVIEWED SEED. Machine-generated, pending review by a speaker (#1521).\n# Correct anything here freely; nothing in it was written by a translator.\n#\n# Hindi uses Latin digits (`latn` in CLDR), so a count renders as 1,234 and not\n# in Devanagari numerals — unlike Marathi and Nepali, which share the script\n# but not the numbering system.\n#\n# Controls take the bare imperative Hindi puts on a button — `कीबोर्ड खोलें` —\n# which is the आप form without the honorific auxiliary.\n\n\n## Answer submission\n\nanswer-checking = जाँचा जा रहा है...\nanswer-submitting = भेजा जा रहा है...\n\nanswer-checking-status = उत्तर जाँचा जा रहा है\nanswer-submitting-status = उत्तर भेजा जा रहा है\n\nanswer-correct = सही\nanswer-incorrect = ग़लत\n\nanswer-response-saved = उत्तर सहेजा गया\n\nanswer-percent-credit = { $percent }% अंक\nanswer-percent-correct = { $percent }% सही\nanswer-percent-short = { $percent }%\n\nmax-credit-available = अधिकतम संभव अंक: { $percent }%\n\nattempts-remaining =\n { $count ->\n [0] कोई प्रयास शेष नहीं\n [one] { $count } प्रयास शेष\n *[other] { $count } प्रयास शेष\n }\n\nvalidation-correct = (सही)\nvalidation-incorrect = (ग़लत)\nvalidation-partially-correct = (आंशिक रूप से सही)\n\nanswer-show-responses =\n { $count ->\n [one] { $answerId } का { $count } उत्तर दिखाएँ\n *[other] { $answerId } के { $count } उत्तर दिखाएँ\n }\n\n\n## Disclosure panels\n\nfeedback-heading = प्रतिक्रिया\n\ncollapsible-click-to-open = (खोलने के लिए क्लिक करें)\ncollapsible-click-to-close = (बंद करने के लिए क्लिक करें)\n\ncollapsible-initializing = आरंभ किया जा रहा है...\n\nfootnote-show = पादटिप्पणी दिखाएँ\nfootnote-hide = पादटिप्पणी छिपाएँ\n\ndescription-more-information = अधिक जानकारी\n\n\n## Controls\n\nslider-previous = पिछला\nslider-next = अगला\n\nkeyboard-open = कीबोर्ड खोलें\nkeyboard-close = कीबोर्ड बंद करें\n\nmatrix-remove-row = पंक्ति हटाएँ\nmatrix-add-row = पंक्ति जोड़ें\nmatrix-remove-column = स्तंभ हटाएँ\nmatrix-add-column = स्तंभ जोड़ें\n\nsubset-add-remove-points = बिंदु जोड़ें/हटाएँ\nsubset-toggle-points-intervals = बिंदुओं और अंतरालों के बीच बदलें\nsubset-move-points = बिंदु खिसकाएँ\nsubset-clear = साफ़ करें\n\n# A `box` here is one orbital, drawn as a square: खाँचा. Not खाना, whose first\n# reading is "food".\norbital-add-row = पंक्ति जोड़ें\norbital-remove-row = पंक्ति हटाएँ\norbital-add-box = खाँचा जोड़ें\norbital-remove-box = खाँचा हटाएँ\norbital-add-up-arrow = ऊपर का तीर जोड़ें\norbital-add-down-arrow = नीचे का तीर जोड़ें\norbital-remove-arrow = तीर हटाएँ\n\norbital-row-label = पंक्ति { $row } का लेबल\n\npretzel-answer = उत्तर\n\nsummary-statistics-caption = { $column } के वर्णनात्मक सांख्यिकी\n\n\n## Math input\n\nmath-input-preview-region = गणितीय व्यंजक का पूर्वावलोकन\nmath-input-preview = पूर्वावलोकन\nmath-input-invalid-expression = अमान्य व्यंजक:\n\n\n## Document status\n\nviewer-initializing = आरंभ किया जा रहा है...\n\n\n## Errors\n\nerror-heading = त्रुटि\n\nerror-found-at =\n { $span ->\n [line] पंक्ति { $startLine } में मिली।\n *[lines] पंक्तियों { $startLine }–{ $endLine } में मिली।\n }\n\ndocument-contains-errors = इस दस्तावेज़ में त्रुटियाँ हैं!\n\ndiagnostic-heading-error = त्रुटि\ndiagnostic-heading-warning = चेतावनी\ndiagnostic-heading-information = जानकारी\ndiagnostic-heading-hint = संकेत\n\naccessibility-heading-level-1 = WCAG AA सुगम्यता उल्लंघन\naccessibility-heading-level-2 = सुगम्यता चेतावनी\n\nsomething-went-wrong = कुछ ग़लत हो गया।\n\nrenderer-load-failed = एक रेंडरर लोड नहीं हो सका। कृपया पृष्ठ फिर से लोड करें।\n\ncore-start-failed = दस्तावेज़ दर्शक शुरू नहीं किया जा सका। कृपया पृष्ठ फिर से लोड करें।\n';
2
- export {
3
- chrome as default
4
- };
5
- //# sourceMappingURL=chrome-BnfGE1zX-BnfGE1zX-BnfGE1zX.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"chrome-BnfGE1zX-BnfGE1zX-BnfGE1zX.js","sources":["../../doenetml-worker-javascript/dist/chrome-BnfGE1zX-BnfGE1zX.js"],"sourcesContent":["const chrome = '# Hindi viewer chrome. Translated from `locales/en/chrome.ftl`, which is the\\n# source of truth: `lint:i18n` rejects a key that does not exist there, and\\n# reports a key that exists there but not here as missing coverage.\\n#\\n# Message ids are never translated — only the text to the right of `=`.\\n#\\n# UNREVIEWED SEED. Machine-generated, pending review by a speaker (#1521).\\n# Correct anything here freely; nothing in it was written by a translator.\\n#\\n# Hindi uses Latin digits (`latn` in CLDR), so a count renders as 1,234 and not\\n# in Devanagari numerals — unlike Marathi and Nepali, which share the script\\n# but not the numbering system.\\n#\\n# Controls take the bare imperative Hindi puts on a button — `कीबोर्ड खोलें` —\\n# which is the आप form without the honorific auxiliary.\\n\\n\\n## Answer submission\\n\\nanswer-checking = जाँचा जा रहा है...\\nanswer-submitting = भेजा जा रहा है...\\n\\nanswer-checking-status = उत्तर जाँचा जा रहा है\\nanswer-submitting-status = उत्तर भेजा जा रहा है\\n\\nanswer-correct = सही\\nanswer-incorrect = ग़लत\\n\\nanswer-response-saved = उत्तर सहेजा गया\\n\\nanswer-percent-credit = { $percent }% अंक\\nanswer-percent-correct = { $percent }% सही\\nanswer-percent-short = { $percent }%\\n\\nmax-credit-available = अधिकतम संभव अंक: { $percent }%\\n\\nattempts-remaining =\\n { $count ->\\n [0] कोई प्रयास शेष नहीं\\n [one] { $count } प्रयास शेष\\n *[other] { $count } प्रयास शेष\\n }\\n\\nvalidation-correct = (सही)\\nvalidation-incorrect = (ग़लत)\\nvalidation-partially-correct = (आंशिक रूप से सही)\\n\\nanswer-show-responses =\\n { $count ->\\n [one] { $answerId } का { $count } उत्तर दिखाएँ\\n *[other] { $answerId } के { $count } उत्तर दिखाएँ\\n }\\n\\n\\n## Disclosure panels\\n\\nfeedback-heading = प्रतिक्रिया\\n\\ncollapsible-click-to-open = (खोलने के लिए क्लिक करें)\\ncollapsible-click-to-close = (बंद करने के लिए क्लिक करें)\\n\\ncollapsible-initializing = आरंभ किया जा रहा है...\\n\\nfootnote-show = पादटिप्पणी दिखाएँ\\nfootnote-hide = पादटिप्पणी छिपाएँ\\n\\ndescription-more-information = अधिक जानकारी\\n\\n\\n## Controls\\n\\nslider-previous = पिछला\\nslider-next = अगला\\n\\nkeyboard-open = कीबोर्ड खोलें\\nkeyboard-close = कीबोर्ड बंद करें\\n\\nmatrix-remove-row = पंक्ति हटाएँ\\nmatrix-add-row = पंक्ति जोड़ें\\nmatrix-remove-column = स्तंभ हटाएँ\\nmatrix-add-column = स्तंभ जोड़ें\\n\\nsubset-add-remove-points = बिंदु जोड़ें/हटाएँ\\nsubset-toggle-points-intervals = बिंदुओं और अंतरालों के बीच बदलें\\nsubset-move-points = बिंदु खिसकाएँ\\nsubset-clear = साफ़ करें\\n\\n# A `box` here is one orbital, drawn as a square: खाँचा. Not खाना, whose first\\n# reading is \"food\".\\norbital-add-row = पंक्ति जोड़ें\\norbital-remove-row = पंक्ति हटाएँ\\norbital-add-box = खाँचा जोड़ें\\norbital-remove-box = खाँचा हटाएँ\\norbital-add-up-arrow = ऊपर का तीर जोड़ें\\norbital-add-down-arrow = नीचे का तीर जोड़ें\\norbital-remove-arrow = तीर हटाएँ\\n\\norbital-row-label = पंक्ति { $row } का लेबल\\n\\npretzel-answer = उत्तर\\n\\nsummary-statistics-caption = { $column } के वर्णनात्मक सांख्यिकी\\n\\n\\n## Math input\\n\\nmath-input-preview-region = गणितीय व्यंजक का पूर्वावलोकन\\nmath-input-preview = पूर्वावलोकन\\nmath-input-invalid-expression = अमान्य व्यंजक:\\n\\n\\n## Document status\\n\\nviewer-initializing = आरंभ किया जा रहा है...\\n\\n\\n## Errors\\n\\nerror-heading = त्रुटि\\n\\nerror-found-at =\\n { $span ->\\n [line] पंक्ति { $startLine } में मिली।\\n *[lines] पंक्तियों { $startLine }–{ $endLine } में मिली।\\n }\\n\\ndocument-contains-errors = इस दस्तावेज़ में त्रुटियाँ हैं!\\n\\ndiagnostic-heading-error = त्रुटि\\ndiagnostic-heading-warning = चेतावनी\\ndiagnostic-heading-information = जानकारी\\ndiagnostic-heading-hint = संकेत\\n\\naccessibility-heading-level-1 = WCAG AA सुगम्यता उल्लंघन\\naccessibility-heading-level-2 = सुगम्यता चेतावनी\\n\\nsomething-went-wrong = कुछ ग़लत हो गया।\\n\\nrenderer-load-failed = एक रेंडरर लोड नहीं हो सका। कृपया पृष्ठ फिर से लोड करें।\\n\\ncore-start-failed = दस्तावेज़ दर्शक शुरू नहीं किया जा सका। कृपया पृष्ठ फिर से लोड करें।\\n';\nexport {\n chrome as default\n};\n//# sourceMappingURL=chrome-BnfGE1zX-BnfGE1zX.js.map\n"],"names":[],"mappings":"AAAK,MAAC,SAAS;"}
@@ -1,5 +0,0 @@
1
- const content = '# Hindi content catalog: the prose the core computes into the document.\n# Selected by `documentLocale` — the language the activity was written in.\n#\n# UNREVIEWED SEED. Machine-generated, pending review by a speaker (#1521).\n# Correct anything here freely; nothing in it was written by a translator.\n#\n# Hindi adjectives fall into two classes. *Marked* ones end in -ा and inflect —\n# काला / काली / काले — while *unmarked* ones never change: लाल, सफ़ेद, नारंगी,\n# गुलाबी, बैंगनी, स्लेटी, फ़िरोज़ी. Only the marked ones select below; the rest\n# answer the same in every branch.\n#\n# A marked adjective takes the oblique -े before a noun governed by a\n# postposition, so `$role` matters here as it does in Polish, though for a\n# different reason — this is case in the direct/oblique sense rather than a\n# seven-way paradigm:\n#\n# standalone direct, agreeing with the noun described\n# border-clause oblique, before «किनारे के साथ» — किनारा is masculine\n# background-clause feminine, agreeing with पृष्ठभूमि, which a marked\n# adjective spells the same in direct and oblique\n# text-clause direct masculine, agreeing with पाठ\n#\n# Hindi uses Latin digits (`latn` in CLDR), so numbers render as 1,234.5 and\n# not in Devanagari numerals — unlike Marathi and Nepali, which share the\n# script but not the numbering system.\n\n\n## Style vocabulary\n\ncolor =\n .black =\n { $role ->\n [border-clause] काले\n [background-clause] काली\n [text-clause] काला\n *[standalone]\n { $gender ->\n [f] काली\n *[m] काला\n }\n }\n .white = सफ़ेद\n .gray = स्लेटी\n .red = लाल\n .orange = नारंगी\n .yellow =\n { $role ->\n [border-clause] पीले\n [background-clause] पीली\n [text-clause] पीला\n *[standalone]\n { $gender ->\n [f] पीली\n *[m] पीला\n }\n }\n .green =\n { $role ->\n [border-clause] हरे\n [background-clause] हरी\n [text-clause] हरा\n *[standalone]\n { $gender ->\n [f] हरी\n *[m] हरा\n }\n }\n .cyan = फ़िरोज़ी\n .blue =\n { $role ->\n [border-clause] नीले\n [background-clause] नीली\n [text-clause] नीला\n *[standalone]\n { $gender ->\n [f] नीली\n *[m] नीला\n }\n }\n .purple = बैंगनी\n .pink = गुलाबी\n .brown =\n { $role ->\n [border-clause] भूरे\n [background-clause] भूरी\n [text-clause] भूरा\n *[standalone]\n { $gender ->\n [f] भूरी\n *[m] भूरा\n }\n }\n\nline-width =\n .thick =\n { $role ->\n [border-clause] मोटे\n [background-clause] मोटी\n [text-clause] मोटा\n *[standalone]\n { $gender ->\n [f] मोटी\n *[m] मोटा\n }\n }\n .thin =\n { $role ->\n [border-clause] पतले\n [background-clause] पतली\n [text-clause] पतला\n *[standalone]\n { $gender ->\n [f] पतली\n *[m] पतला\n }\n }\n\n# Both are unmarked, so neither inflects.\nline-style =\n .dashed = खंडित\n .dotted = बिंदुदार\n\n# Noun phrases in the oblique plural, because their other use is in front of\n# «वाला» — a postposition, which puts what precedes it in the oblique. They\n# agree with nothing. `style-fill` therefore has to give them something to hang\n# off rather than print them bare, the way German and Russian do.\nfill-style =\n .horizontal = क्षैतिज रेखाओं\n .vertical = ऊर्ध्वाधर रेखाओं\n .diagonal = विकर्ण रेखाओं\n .backdiagonal = विपरीत विकर्ण रेखाओं\n .dots = बिंदुओं\n .diamonds = समचतुर्भुजों\n\nnoun =\n .line = रेखा\n .line-segment = रेखाखंड\n .ray = किरण\n .vector = सदिश\n .curve = वक्र\n .function = फलन\n .parabola = परवलय\n .polyline = बहुरेखा\n .polygon = बहुभुज\n .triangle = त्रिभुज\n .rectangle = आयत\n .circle = वृत्त\n .region = क्षेत्र\n .point = बिंदु\n .square = वर्ग\n .diamond = समचतुर्भुज\n .cross = क्रॉस\n .plus = धन चिह्न\n\n# Hindi keeps the side count in front of the noun, so the whole thing is one\n# head and there is no tail.\nnoun-regular-polygon =\n { $part ->\n [tail] { "" }\n *[head] { $numSides } भुजाओं वाला सम बहुभुज\n }\n\n# Besides the nouns above, `$noun` can be `regular-polygon` (बहुभुज, m) or the\n# head of a phrase the description never names: `border` (किनारा, m), `fill`\n# (भराव, m), `text` (पाठ, m), `background` (पृष्ठभूमि, f).\nnoun-gender =\n { $noun ->\n [line] f\n [ray] f\n [polyline] f\n [background] f\n *[other] m\n }\n\n\n## Style composition\n\nstyle-stroke =\n { $parts ->\n [width-style-color] { $width } { $lineStyle } { $color }\n [width-color] { $width } { $color }\n [style-color] { $lineStyle } { $color }\n [width-style] { $width } { $lineStyle }\n [width] { $width }\n [style] { $lineStyle }\n *[color] { $color }\n }\n\n# Adjectives precede the noun, as in English.\nstyle-with-noun =\n { $parts ->\n [noun-tail] { $description } { $noun } { $nounTail }\n *[noun] { $description } { $noun }\n }\n\n# Only ever said of the shape itself, so it is standalone in every\n# description and takes no `$role` branch.\nstyle-filled-word =\n { $gender ->\n [f] भरी हुई\n *[m] भरा हुआ\n }\n\nstyle-filled =\n { $parts ->\n [pattern] { $pattern } वाला { $color } { $filled }\n *[plain] { $color } { $filled }\n }\n\nstyle-filled-with-noun =\n { $parts ->\n [pattern] { $pattern } वाला { $color } { $filled } { $noun }\n [plain-tail] { $color } { $filled } { $noun } { $nounTail }\n [pattern-tail] { $pattern } वाला { $color } { $filled } { $noun } { $nounTail }\n *[plain] { $color } { $filled } { $noun }\n }\n\n# «के साथ» is a postposition, so «किनारा» takes the oblique «किनारे» and so do\n# its adjectives — which is what the `border-clause` branch supplies. Hindi has\n# no article, so the `-article` branches read the same as the ones without.\nstyle-border-clause =\n { $parts ->\n [with-article] { $border } किनारे के साथ\n [and] और { $border } किनारे के साथ\n [and-article] और { $border } किनारे के साथ\n *[with] { $border } किनारे के साथ\n }\n\n# The fill-pattern words are oblique plurals, because their other use is the\n# «{ $pattern } वाला» clause in `style-filled`. So this message supplies a noun\n# for them to hang off — «भराव», masculine, which is the gender `noun-gender`\n# already answers for `fill`, so the colour agrees with it in both variants.\nstyle-fill =\n { $parts ->\n [pattern] { $pattern } वाला { $color } भराव\n *[plain] { $color } भराव\n }\n\nstyle-unfilled = बिना भराव\n\n# «पर» is a postposition too, but «पृष्ठभूमि» is feminine, and a marked\n# adjective spells its feminine the same in the direct and the oblique — so the\n# `background-clause` branch coincides with the standalone feminine.\nstyle-text =\n { $parts ->\n [background] { $background } पृष्ठभूमि पर { $color }\n *[plain] { $color }\n }\n\nstyle-background-none = कोई नहीं\n\n\n## Boolean words\n\nboolean-true = सत्य\nboolean-false = असत्य\n\n\n## Answer buttons\n\nanswer-submit-label = जाँचें\nanswer-submit-label-no-correctness = उत्तर भेजें\n\n\n## Sectional blocks\n\nsection-name =\n .activity = गतिविधि\n .aside = पार्श्व टिप्पणी\n .cascade = क्रमिका\n .definition = परिभाषा\n .example = उदाहरण\n .exercise = अभ्यास\n .exercises = अभ्यास\n .given-answer = उत्तर\n .note = टिप्पणी\n .objectives = उद्देश्य\n .paragraphs = अनुच्छेद\n .part = भाग\n .problem = प्रश्न\n .problems = प्रश्न\n .proof = प्रमाण\n .question = सवाल\n .section = अनुभाग\n .solution = हल\n .task = कार्य\n .theorem = प्रमेय\n\nsection-title-prefix =\n { $parts ->\n [name] { $sectionName }\n [number] { $sectionNumber }\n [name-title] { $sectionName }{ ": " }\n [number-title] { $sectionNumber }{ ". " }\n [name-number-title] { $sectionName } { $sectionNumber }{ ": " }\n *[name-number] { $sectionName } { $sectionNumber }\n }\n\nhint-title = संकेत\n\n\n## Tables and figures\n\ntable-name =\n { $parts ->\n [numbered] सारणी { $enumeration }\n [numbered-title] सारणी { $enumeration }{ ": " }\n [unnumbered-title] सारणी{ ": " }\n *[unnumbered] सारणी\n }\n\nfigure-name =\n { $parts ->\n [numbered] चित्र { $enumeration }\n [numbered-caption] चित्र { $enumeration }{ ": " }\n [unnumbered-caption] चित्र{ ": " }\n *[unnumbered] चित्र\n }\n\n\n## Paginator controls\n\npaginator-previous = पिछला\npaginator-next = अगला\npaginator-page = पृष्ठ\n\npaginator-page-status = { $numPages } में से { $pageLabel } { $currentPage }\n\n\n## Piecewise functions\n\npiecewise-condition-or = या\npiecewise-condition-if = यदि\npiecewise-condition-otherwise = अन्यथा\n\n\n## Chemistry\n\nelement-name =\n .h = हाइड्रोजन\n .he = हीलियम\n .li = लिथियम\n .be = बेरिलियम\n .b = बोरॉन\n .c = कार्बन\n .n = नाइट्रोजन\n .o = ऑक्सीजन\n .f = फ्लोरीन\n .ne = नियॉन\n .na = सोडियम\n .mg = मैग्नीशियम\n .al = ऐलुमिनियम\n .si = सिलिकॉन\n .p = फॉस्फोरस\n .s = सल्फर\n .cl = क्लोरीन\n .ar = आर्गन\n .k = पोटैशियम\n .ca = कैल्शियम\n .sc = स्कैंडियम\n .ti = टाइटेनियम\n .v = वैनेडियम\n .cr = क्रोमियम\n .mn = मैंगनीज़\n .fe = लोहा\n .co = कोबाल्ट\n .ni = निकल\n .cu = ताँबा\n .zn = जस्ता\n .ga = गैलियम\n .ge = जर्मेनियम\n .as = आर्सेनिक\n .se = सेलेनियम\n .br = ब्रोमीन\n .kr = क्रिप्टॉन\n .rb = रुबिडियम\n .sr = स्ट्रॉन्शियम\n .y = इट्रियम\n .zr = ज़िरकोनियम\n .nb = नाइओबियम\n .mo = मॉलिब्डेनम\n .tc = टेक्नीशियम\n .ru = रुथेनियम\n .rh = रोडियम\n .pd = पैलेडियम\n .ag = चाँदी\n .cd = कैडमियम\n .in = इंडियम\n .sn = टिन\n .sb = ऐंटिमनी\n .te = टेल्यूरियम\n .i = आयोडीन\n .xe = ज़ेनॉन\n .cs = सीज़ियम\n .ba = बेरियम\n .la = लैंथेनम\n .ce = सीरियम\n .pr = प्रेज़ियोडाइमियम\n .nd = नियोडाइमियम\n .pm = प्रोमीथियम\n .sm = समेरियम\n .eu = यूरोपियम\n .gd = गैडोलिनियम\n .tb = टर्बियम\n .dy = डिस्प्रोसियम\n .ho = होल्मियम\n .er = अर्बियम\n .tm = थुलियम\n .yb = इटर्बियम\n .lu = ल्यूटीशियम\n .hf = हैफ़नियम\n .ta = टैंटलम\n .w = टंगस्टन\n .re = रीनियम\n .os = ऑस्मियम\n .ir = इरिडियम\n .pt = प्लैटिनम\n .au = सोना\n .hg = पारा\n .tl = थैलियम\n .pb = सीसा\n .bi = बिस्मथ\n .po = पोलोनियम\n .at = ऐस्टैटीन\n .rn = रेडॉन\n .fr = फ्रैंशियम\n .ra = रेडियम\n .ac = ऐक्टिनियम\n .th = थोरियम\n .pa = प्रोटैक्टिनियम\n .u = यूरेनियम\n .np = नेप्ट्यूनियम\n .pu = प्लूटोनियम\n .am = अमेरिशियम\n .cm = क्यूरियम\n .bk = बर्केलियम\n .cf = कैलिफ़ोर्नियम\n .es = आइंस्टीनियम\n .fm = फ़र्मियम\n .md = मेंडेलीवियम\n .no = नोबेलियम\n .lr = लॉरेंशियम\n .rf = रदरफ़ोर्डियम\n .db = डब्नियम\n .sg = सीबोर्गियम\n .bh = बोहरियम\n .hs = हैसियम\n .mt = माइट्नेरियम\n .ds = डार्मस्टेटियम\n .rg = रोएंटजेनियम\n .cn = कोपरनिसियम\n .nh = निहोनियम\n .fl = फ्लेरोवियम\n .mc = मॉस्कोवियम\n .lv = लिवरमोरियम\n .ts = टेनेसीन\n .og = ओगेनेसन\n\nelement-anion-name =\n .h = हाइड्राइड\n .c = कार्बाइड\n .n = नाइट्राइड\n .o = ऑक्साइड\n .f = फ्लोराइड\n .p = फॉस्फाइड\n .s = सल्फ़ाइड\n .cl = क्लोराइड\n .br = ब्रोमाइड\n .i = आयोडाइड\n .at = ऐस्टैटाइड\n .ts = टेनेसाइड\n\nion-name-oxidation-state = { $name } ({ $numeral })\n\nchemistry-invalid-symbol = अमान्य रासायनिक संकेत\nchemistry-invalid-ionic-compound = अमान्य आयनिक यौगिक\n';
2
- export {
3
- content as default
4
- };
5
- //# sourceMappingURL=content-BoGe-Nmb-BoGe-Nmb-BoGe-Nmb.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"content-BoGe-Nmb-BoGe-Nmb-BoGe-Nmb.js","sources":["../../doenetml-worker-javascript/dist/content-BoGe-Nmb-BoGe-Nmb.js"],"sourcesContent":["const content = '# Hindi content catalog: the prose the core computes into the document.\\n# Selected by `documentLocale` — the language the activity was written in.\\n#\\n# UNREVIEWED SEED. Machine-generated, pending review by a speaker (#1521).\\n# Correct anything here freely; nothing in it was written by a translator.\\n#\\n# Hindi adjectives fall into two classes. *Marked* ones end in -ा and inflect —\\n# काला / काली / काले — while *unmarked* ones never change: लाल, सफ़ेद, नारंगी,\\n# गुलाबी, बैंगनी, स्लेटी, फ़िरोज़ी. Only the marked ones select below; the rest\\n# answer the same in every branch.\\n#\\n# A marked adjective takes the oblique -े before a noun governed by a\\n# postposition, so `$role` matters here as it does in Polish, though for a\\n# different reason — this is case in the direct/oblique sense rather than a\\n# seven-way paradigm:\\n#\\n# standalone direct, agreeing with the noun described\\n# border-clause oblique, before «किनारे के साथ» — किनारा is masculine\\n# background-clause feminine, agreeing with पृष्ठभूमि, which a marked\\n# adjective spells the same in direct and oblique\\n# text-clause direct masculine, agreeing with पाठ\\n#\\n# Hindi uses Latin digits (`latn` in CLDR), so numbers render as 1,234.5 and\\n# not in Devanagari numerals — unlike Marathi and Nepali, which share the\\n# script but not the numbering system.\\n\\n\\n## Style vocabulary\\n\\ncolor =\\n .black =\\n { $role ->\\n [border-clause] काले\\n [background-clause] काली\\n [text-clause] काला\\n *[standalone]\\n { $gender ->\\n [f] काली\\n *[m] काला\\n }\\n }\\n .white = सफ़ेद\\n .gray = स्लेटी\\n .red = लाल\\n .orange = नारंगी\\n .yellow =\\n { $role ->\\n [border-clause] पीले\\n [background-clause] पीली\\n [text-clause] पीला\\n *[standalone]\\n { $gender ->\\n [f] पीली\\n *[m] पीला\\n }\\n }\\n .green =\\n { $role ->\\n [border-clause] हरे\\n [background-clause] हरी\\n [text-clause] हरा\\n *[standalone]\\n { $gender ->\\n [f] हरी\\n *[m] हरा\\n }\\n }\\n .cyan = फ़िरोज़ी\\n .blue =\\n { $role ->\\n [border-clause] नीले\\n [background-clause] नीली\\n [text-clause] नीला\\n *[standalone]\\n { $gender ->\\n [f] नीली\\n *[m] नीला\\n }\\n }\\n .purple = बैंगनी\\n .pink = गुलाबी\\n .brown =\\n { $role ->\\n [border-clause] भूरे\\n [background-clause] भूरी\\n [text-clause] भूरा\\n *[standalone]\\n { $gender ->\\n [f] भूरी\\n *[m] भूरा\\n }\\n }\\n\\nline-width =\\n .thick =\\n { $role ->\\n [border-clause] मोटे\\n [background-clause] मोटी\\n [text-clause] मोटा\\n *[standalone]\\n { $gender ->\\n [f] मोटी\\n *[m] मोटा\\n }\\n }\\n .thin =\\n { $role ->\\n [border-clause] पतले\\n [background-clause] पतली\\n [text-clause] पतला\\n *[standalone]\\n { $gender ->\\n [f] पतली\\n *[m] पतला\\n }\\n }\\n\\n# Both are unmarked, so neither inflects.\\nline-style =\\n .dashed = खंडित\\n .dotted = बिंदुदार\\n\\n# Noun phrases in the oblique plural, because their other use is in front of\\n# «वाला» — a postposition, which puts what precedes it in the oblique. They\\n# agree with nothing. `style-fill` therefore has to give them something to hang\\n# off rather than print them bare, the way German and Russian do.\\nfill-style =\\n .horizontal = क्षैतिज रेखाओं\\n .vertical = ऊर्ध्वाधर रेखाओं\\n .diagonal = विकर्ण रेखाओं\\n .backdiagonal = विपरीत विकर्ण रेखाओं\\n .dots = बिंदुओं\\n .diamonds = समचतुर्भुजों\\n\\nnoun =\\n .line = रेखा\\n .line-segment = रेखाखंड\\n .ray = किरण\\n .vector = सदिश\\n .curve = वक्र\\n .function = फलन\\n .parabola = परवलय\\n .polyline = बहुरेखा\\n .polygon = बहुभुज\\n .triangle = त्रिभुज\\n .rectangle = आयत\\n .circle = वृत्त\\n .region = क्षेत्र\\n .point = बिंदु\\n .square = वर्ग\\n .diamond = समचतुर्भुज\\n .cross = क्रॉस\\n .plus = धन चिह्न\\n\\n# Hindi keeps the side count in front of the noun, so the whole thing is one\\n# head and there is no tail.\\nnoun-regular-polygon =\\n { $part ->\\n [tail] { \"\" }\\n *[head] { $numSides } भुजाओं वाला सम बहुभुज\\n }\\n\\n# Besides the nouns above, `$noun` can be `regular-polygon` (बहुभुज, m) or the\\n# head of a phrase the description never names: `border` (किनारा, m), `fill`\\n# (भराव, m), `text` (पाठ, m), `background` (पृष्ठभूमि, f).\\nnoun-gender =\\n { $noun ->\\n [line] f\\n [ray] f\\n [polyline] f\\n [background] f\\n *[other] m\\n }\\n\\n\\n## Style composition\\n\\nstyle-stroke =\\n { $parts ->\\n [width-style-color] { $width } { $lineStyle } { $color }\\n [width-color] { $width } { $color }\\n [style-color] { $lineStyle } { $color }\\n [width-style] { $width } { $lineStyle }\\n [width] { $width }\\n [style] { $lineStyle }\\n *[color] { $color }\\n }\\n\\n# Adjectives precede the noun, as in English.\\nstyle-with-noun =\\n { $parts ->\\n [noun-tail] { $description } { $noun } { $nounTail }\\n *[noun] { $description } { $noun }\\n }\\n\\n# Only ever said of the shape itself, so it is standalone in every\\n# description and takes no `$role` branch.\\nstyle-filled-word =\\n { $gender ->\\n [f] भरी हुई\\n *[m] भरा हुआ\\n }\\n\\nstyle-filled =\\n { $parts ->\\n [pattern] { $pattern } वाला { $color } { $filled }\\n *[plain] { $color } { $filled }\\n }\\n\\nstyle-filled-with-noun =\\n { $parts ->\\n [pattern] { $pattern } वाला { $color } { $filled } { $noun }\\n [plain-tail] { $color } { $filled } { $noun } { $nounTail }\\n [pattern-tail] { $pattern } वाला { $color } { $filled } { $noun } { $nounTail }\\n *[plain] { $color } { $filled } { $noun }\\n }\\n\\n# «के साथ» is a postposition, so «किनारा» takes the oblique «किनारे» and so do\\n# its adjectives — which is what the `border-clause` branch supplies. Hindi has\\n# no article, so the `-article` branches read the same as the ones without.\\nstyle-border-clause =\\n { $parts ->\\n [with-article] { $border } किनारे के साथ\\n [and] और { $border } किनारे के साथ\\n [and-article] और { $border } किनारे के साथ\\n *[with] { $border } किनारे के साथ\\n }\\n\\n# The fill-pattern words are oblique plurals, because their other use is the\\n# «{ $pattern } वाला» clause in `style-filled`. So this message supplies a noun\\n# for them to hang off — «भराव», masculine, which is the gender `noun-gender`\\n# already answers for `fill`, so the colour agrees with it in both variants.\\nstyle-fill =\\n { $parts ->\\n [pattern] { $pattern } वाला { $color } भराव\\n *[plain] { $color } भराव\\n }\\n\\nstyle-unfilled = बिना भराव\\n\\n# «पर» is a postposition too, but «पृष्ठभूमि» is feminine, and a marked\\n# adjective spells its feminine the same in the direct and the oblique — so the\\n# `background-clause` branch coincides with the standalone feminine.\\nstyle-text =\\n { $parts ->\\n [background] { $background } पृष्ठभूमि पर { $color }\\n *[plain] { $color }\\n }\\n\\nstyle-background-none = कोई नहीं\\n\\n\\n## Boolean words\\n\\nboolean-true = सत्य\\nboolean-false = असत्य\\n\\n\\n## Answer buttons\\n\\nanswer-submit-label = जाँचें\\nanswer-submit-label-no-correctness = उत्तर भेजें\\n\\n\\n## Sectional blocks\\n\\nsection-name =\\n .activity = गतिविधि\\n .aside = पार्श्व टिप्पणी\\n .cascade = क्रमिका\\n .definition = परिभाषा\\n .example = उदाहरण\\n .exercise = अभ्यास\\n .exercises = अभ्यास\\n .given-answer = उत्तर\\n .note = टिप्पणी\\n .objectives = उद्देश्य\\n .paragraphs = अनुच्छेद\\n .part = भाग\\n .problem = प्रश्न\\n .problems = प्रश्न\\n .proof = प्रमाण\\n .question = सवाल\\n .section = अनुभाग\\n .solution = हल\\n .task = कार्य\\n .theorem = प्रमेय\\n\\nsection-title-prefix =\\n { $parts ->\\n [name] { $sectionName }\\n [number] { $sectionNumber }\\n [name-title] { $sectionName }{ \": \" }\\n [number-title] { $sectionNumber }{ \". \" }\\n [name-number-title] { $sectionName } { $sectionNumber }{ \": \" }\\n *[name-number] { $sectionName } { $sectionNumber }\\n }\\n\\nhint-title = संकेत\\n\\n\\n## Tables and figures\\n\\ntable-name =\\n { $parts ->\\n [numbered] सारणी { $enumeration }\\n [numbered-title] सारणी { $enumeration }{ \": \" }\\n [unnumbered-title] सारणी{ \": \" }\\n *[unnumbered] सारणी\\n }\\n\\nfigure-name =\\n { $parts ->\\n [numbered] चित्र { $enumeration }\\n [numbered-caption] चित्र { $enumeration }{ \": \" }\\n [unnumbered-caption] चित्र{ \": \" }\\n *[unnumbered] चित्र\\n }\\n\\n\\n## Paginator controls\\n\\npaginator-previous = पिछला\\npaginator-next = अगला\\npaginator-page = पृष्ठ\\n\\npaginator-page-status = { $numPages } में से { $pageLabel } { $currentPage }\\n\\n\\n## Piecewise functions\\n\\npiecewise-condition-or = या\\npiecewise-condition-if = यदि\\npiecewise-condition-otherwise = अन्यथा\\n\\n\\n## Chemistry\\n\\nelement-name =\\n .h = हाइड्रोजन\\n .he = हीलियम\\n .li = लिथियम\\n .be = बेरिलियम\\n .b = बोरॉन\\n .c = कार्बन\\n .n = नाइट्रोजन\\n .o = ऑक्सीजन\\n .f = फ्लोरीन\\n .ne = नियॉन\\n .na = सोडियम\\n .mg = मैग्नीशियम\\n .al = ऐलुमिनियम\\n .si = सिलिकॉन\\n .p = फॉस्फोरस\\n .s = सल्फर\\n .cl = क्लोरीन\\n .ar = आर्गन\\n .k = पोटैशियम\\n .ca = कैल्शियम\\n .sc = स्कैंडियम\\n .ti = टाइटेनियम\\n .v = वैनेडियम\\n .cr = क्रोमियम\\n .mn = मैंगनीज़\\n .fe = लोहा\\n .co = कोबाल्ट\\n .ni = निकल\\n .cu = ताँबा\\n .zn = जस्ता\\n .ga = गैलियम\\n .ge = जर्मेनियम\\n .as = आर्सेनिक\\n .se = सेलेनियम\\n .br = ब्रोमीन\\n .kr = क्रिप्टॉन\\n .rb = रुबिडियम\\n .sr = स्ट्रॉन्शियम\\n .y = इट्रियम\\n .zr = ज़िरकोनियम\\n .nb = नाइओबियम\\n .mo = मॉलिब्डेनम\\n .tc = टेक्नीशियम\\n .ru = रुथेनियम\\n .rh = रोडियम\\n .pd = पैलेडियम\\n .ag = चाँदी\\n .cd = कैडमियम\\n .in = इंडियम\\n .sn = टिन\\n .sb = ऐंटिमनी\\n .te = टेल्यूरियम\\n .i = आयोडीन\\n .xe = ज़ेनॉन\\n .cs = सीज़ियम\\n .ba = बेरियम\\n .la = लैंथेनम\\n .ce = सीरियम\\n .pr = प्रेज़ियोडाइमियम\\n .nd = नियोडाइमियम\\n .pm = प्रोमीथियम\\n .sm = समेरियम\\n .eu = यूरोपियम\\n .gd = गैडोलिनियम\\n .tb = टर्बियम\\n .dy = डिस्प्रोसियम\\n .ho = होल्मियम\\n .er = अर्बियम\\n .tm = थुलियम\\n .yb = इटर्बियम\\n .lu = ल्यूटीशियम\\n .hf = हैफ़नियम\\n .ta = टैंटलम\\n .w = टंगस्टन\\n .re = रीनियम\\n .os = ऑस्मियम\\n .ir = इरिडियम\\n .pt = प्लैटिनम\\n .au = सोना\\n .hg = पारा\\n .tl = थैलियम\\n .pb = सीसा\\n .bi = बिस्मथ\\n .po = पोलोनियम\\n .at = ऐस्टैटीन\\n .rn = रेडॉन\\n .fr = फ्रैंशियम\\n .ra = रेडियम\\n .ac = ऐक्टिनियम\\n .th = थोरियम\\n .pa = प्रोटैक्टिनियम\\n .u = यूरेनियम\\n .np = नेप्ट्यूनियम\\n .pu = प्लूटोनियम\\n .am = अमेरिशियम\\n .cm = क्यूरियम\\n .bk = बर्केलियम\\n .cf = कैलिफ़ोर्नियम\\n .es = आइंस्टीनियम\\n .fm = फ़र्मियम\\n .md = मेंडेलीवियम\\n .no = नोबेलियम\\n .lr = लॉरेंशियम\\n .rf = रदरफ़ोर्डियम\\n .db = डब्नियम\\n .sg = सीबोर्गियम\\n .bh = बोहरियम\\n .hs = हैसियम\\n .mt = माइट्नेरियम\\n .ds = डार्मस्टेटियम\\n .rg = रोएंटजेनियम\\n .cn = कोपरनिसियम\\n .nh = निहोनियम\\n .fl = फ्लेरोवियम\\n .mc = मॉस्कोवियम\\n .lv = लिवरमोरियम\\n .ts = टेनेसीन\\n .og = ओगेनेसन\\n\\nelement-anion-name =\\n .h = हाइड्राइड\\n .c = कार्बाइड\\n .n = नाइट्राइड\\n .o = ऑक्साइड\\n .f = फ्लोराइड\\n .p = फॉस्फाइड\\n .s = सल्फ़ाइड\\n .cl = क्लोराइड\\n .br = ब्रोमाइड\\n .i = आयोडाइड\\n .at = ऐस्टैटाइड\\n .ts = टेनेसाइड\\n\\nion-name-oxidation-state = { $name } ({ $numeral })\\n\\nchemistry-invalid-symbol = अमान्य रासायनिक संकेत\\nchemistry-invalid-ionic-compound = अमान्य आयनिक यौगिक\\n';\nexport {\n content as default\n};\n//# sourceMappingURL=content-BoGe-Nmb-BoGe-Nmb.js.map\n"],"names":[],"mappings":"AAAK,MAAC,UAAU;"}