@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.
@@ -0,0 +1,5 @@
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# A count renders as 1,234 and not in Devanagari numerals. That is Hindi\'s own\n# CLDR numbering system, and it is also what DoenetML pins for every locale\n# (`src/intl.ts`), so Marathi and Nepali — which share the script but not the\n# numbering system — will count the same way.\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-BZ6ix_Hi-BZ6ix_Hi-BZ6ix_Hi.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chrome-BZ6ix_Hi-BZ6ix_Hi-BZ6ix_Hi.js","sources":["../../doenetml-worker-javascript/dist/chrome-BZ6ix_Hi-BZ6ix_Hi.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# A count renders as 1,234 and not in Devanagari numerals. That is Hindi\\'s own\\n# CLDR numbering system, and it is also what DoenetML pins for every locale\\n# (`src/intl.ts`), so Marathi and Nepali — which share the script but not the\\n# numbering system — will count the same way.\\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-BZ6ix_Hi-BZ6ix_Hi.js.map\n"],"names":[],"mappings":"AAAK,MAAC,SAAS;"}
@@ -0,0 +1,5 @@
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# Numbers render as 1,234.5 and not in Devanagari numerals. That is Hindi\'s own\n# CLDR numbering system, and it is also what DoenetML pins for every locale\n# (`src/intl.ts`), so Marathi and Nepali — which share the script but not the\n# numbering system — will count the same way.\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-BA7Rk2sB-BA7Rk2sB-BA7Rk2sB.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"content-BA7Rk2sB-BA7Rk2sB-BA7Rk2sB.js","sources":["../../doenetml-worker-javascript/dist/content-BA7Rk2sB-BA7Rk2sB.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# Numbers render as 1,234.5 and not in Devanagari numerals. That is Hindi\\'s own\\n# CLDR numbering system, and it is also what DoenetML pins for every locale\\n# (`src/intl.ts`), so Marathi and Nepali — which share the script but not the\\n# numbering system — will count the same way.\\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-BA7Rk2sB-BA7Rk2sB.js.map\n"],"names":[],"mappings":"AAAK,MAAC,UAAU;"}
@@ -38422,12 +38422,17 @@ function englishResources(namespaces) {
38422
38422
  }
38423
38423
  function intlLocale(locale) {
38424
38424
  try {
38425
- Intl.getCanonicalLocales(locale);
38426
- return locale;
38425
+ return pinNumberingSystem(locale);
38427
38426
  } catch {
38428
- return DEFAULT_LOCALE;
38427
+ return pinNumberingSystem(DEFAULT_LOCALE);
38429
38428
  }
38430
38429
  }
38430
+ function pinNumberingSystem(locale) {
38431
+ return new Intl.Locale(locale, {
38432
+ numberingSystem: LATIN_DIGITS
38433
+ }).toString();
38434
+ }
38435
+ const LATIN_DIGITS = "latn";
38431
38436
  const DECIMAL_LITERAL = /^(-?\d+)(?:\.(\d+))?$/;
38432
38437
  function formatDecimalString(locale, value) {
38433
38438
  const match2 = DECIMAL_LITERAL.exec(value);
@@ -38440,7 +38445,7 @@ function formatDecimalString(locale, value) {
38440
38445
  if (fractionPart === void 0) {
38441
38446
  return grouped;
38442
38447
  }
38443
- return `${grouped}${decimalSeparator(tag2)}${localizeDigits(tag2, fractionPart)}`;
38448
+ return `${grouped}${decimalSeparator(tag2)}${fractionPart}`;
38444
38449
  }
38445
38450
  function groupIntegerPart(tag2, integerPart) {
38446
38451
  const negative = integerPart.startsWith("-");
@@ -38448,18 +38453,16 @@ function groupIntegerPart(tag2, integerPart) {
38448
38453
  tag2,
38449
38454
  negative
38450
38455
  );
38451
- const digits2 = Array.from(
38452
- localizeDigits(tag2, integerPart.slice(negative ? 1 : 0))
38453
- );
38456
+ const digits2 = integerPart.slice(negative ? 1 : 0);
38454
38457
  const groups = [];
38455
38458
  let size2 = primary;
38456
38459
  let end = digits2.length;
38457
38460
  while (end > size2) {
38458
- groups.unshift(digits2.slice(end - size2, end).join(""));
38461
+ groups.unshift(digits2.slice(end - size2, end));
38459
38462
  end -= size2;
38460
38463
  size2 = secondary;
38461
38464
  }
38462
- groups.unshift(digits2.slice(0, end).join(""));
38465
+ groups.unshift(digits2.slice(0, end));
38463
38466
  return prefix + groups.join(separator) + suffix;
38464
38467
  }
38465
38468
  const GROUPING_PROBE = "1111111111111111";
@@ -38489,7 +38492,7 @@ function numberPattern(tag2, negative) {
38489
38492
  let separator = "";
38490
38493
  for (const part of parts) {
38491
38494
  if (part.type === "integer") {
38492
- groups.push(Array.from(part.value).length);
38495
+ groups.push(part.value.length);
38493
38496
  suffix = "";
38494
38497
  } else if (part.type === "group") {
38495
38498
  separator = part.value;
@@ -38511,17 +38514,6 @@ function numberPattern(tag2, negative) {
38511
38514
  function decimalSeparator(tag2) {
38512
38515
  return new Intl.NumberFormat(tag2).formatToParts(1.1).find((part) => part.type === "decimal")?.value ?? ".";
38513
38516
  }
38514
- function localizeDigits(tag2, digits2) {
38515
- const format2 = new Intl.NumberFormat(tag2, { useGrouping: false });
38516
- if (format2.format(0) === "0") {
38517
- return digits2;
38518
- }
38519
- const localDigits = Array.from(
38520
- { length: 10 },
38521
- (_2, digit) => format2.format(digit)
38522
- );
38523
- return Array.from(digits2, (digit) => localDigits[Number(digit)]).join("");
38524
- }
38525
38517
  const LIST_TYPES = ["conjunction", "disjunction", "unit"];
38526
38518
  function listFormatFor(locale, type) {
38527
38519
  return new Intl.ListFormat(intlLocale(locale), {
@@ -38992,8 +38984,8 @@ const LAZY_CATALOG_MODULES = CODE_SPLIT_CATALOGS ? /* @__PURE__ */ Object.assign
38992
38984
  "../locales/fr/content.ftl": () => import("./content-BvUWw9KK-BvUWw9KK-BvUWw9KK.js").then((m2) => m2["default"]),
38993
38985
  "../locales/fr/diagnostics.ftl": () => import("./diagnostics-Dv3tKIJO-Dv3tKIJO-Dv3tKIJO.js").then((m2) => m2["default"]),
38994
38986
  "../locales/fr/editor.ftl": () => import("./editor-CapWY6t5-CapWY6t5-CapWY6t5.js").then((m2) => m2["default"]),
38995
- "../locales/hi/chrome.ftl": () => import("./chrome-BnfGE1zX-BnfGE1zX-BnfGE1zX.js").then((m2) => m2["default"]),
38996
- "../locales/hi/content.ftl": () => import("./content-BoGe-Nmb-BoGe-Nmb-BoGe-Nmb.js").then((m2) => m2["default"]),
38987
+ "../locales/hi/chrome.ftl": () => import("./chrome-BZ6ix_Hi-BZ6ix_Hi-BZ6ix_Hi.js").then((m2) => m2["default"]),
38988
+ "../locales/hi/content.ftl": () => import("./content-BA7Rk2sB-BA7Rk2sB-BA7Rk2sB.js").then((m2) => m2["default"]),
38997
38989
  "../locales/hi/diagnostics.ftl": () => import("./diagnostics-oiIE67p4-oiIE67p4-oiIE67p4.js").then((m2) => m2["default"]),
38998
38990
  "../locales/hi/editor.ftl": () => import("./editor-FDoQ3Ymt-FDoQ3Ymt-FDoQ3Ymt.js").then((m2) => m2["default"]),
38999
38991
  "../locales/hnj/chrome.ftl": () => import("./chrome-CLuS0YrU-CLuS0YrU-CLuS0YrU.js").then((m2) => m2["default"]),
@@ -43648,7 +43640,7 @@ async function cidFromArrayBuffer(data) {
43648
43640
  await crypto.subtle.digest("SHA-256", new Uint8Array());
43649
43641
  digest = (data2) => crypto.subtle.digest("SHA-256", data2);
43650
43642
  } catch (e22) {
43651
- const sha256 = (await import("./sha256-Bzrm4-tO-Cm2fiWK8-DmeHEjvl.js").then((n2) => n2.s)).default;
43643
+ const sha256 = (await import("./sha256-Bzrm4-tO-CZvJUwRW-Dv0bLmLO.js").then((n2) => n2.s)).default;
43652
43644
  digest = (data2) => sha256(data2, {
43653
43645
  asBytes: true
43654
43646
  });
@@ -234626,4 +234618,4 @@ export {
234626
234618
  getDefaultExportFromCjs$1 as g,
234627
234619
  updateSyntaxFromV06toV07 as u
234628
234620
  };
234629
- //# sourceMappingURL=index-BaZRz4fx.js.map
234621
+ //# sourceMappingURL=index-C8O64a3w.js.map