@sanity/locale-cs-cz 1.1.30 → 1.1.32
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/dist/_chunks-cjs/copy-paste.cjs +2 -0
- package/dist/_chunks-cjs/copy-paste.cjs.map +1 -1
- package/dist/_chunks-cjs/feedback.cjs +47 -0
- package/dist/_chunks-cjs/feedback.cjs.map +1 -0
- package/dist/_chunks-cjs/presentation.cjs +131 -0
- package/dist/_chunks-cjs/presentation.cjs.map +1 -0
- package/dist/_chunks-cjs/releases.cjs +460 -0
- package/dist/_chunks-cjs/releases.cjs.map +1 -0
- package/dist/_chunks-cjs/singleDocRelease.cjs +23 -0
- package/dist/_chunks-cjs/singleDocRelease.cjs.map +1 -0
- package/dist/_chunks-cjs/structure.cjs +8 -0
- package/dist/_chunks-cjs/structure.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +2 -8
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-cjs/vision.cjs +22 -0
- package/dist/_chunks-cjs/vision.cjs.map +1 -1
- package/dist/_chunks-es/copy-paste.js +2 -0
- package/dist/_chunks-es/copy-paste.js.map +1 -1
- package/dist/_chunks-es/feedback.js +49 -0
- package/dist/_chunks-es/feedback.js.map +1 -0
- package/dist/_chunks-es/presentation.js +133 -0
- package/dist/_chunks-es/presentation.js.map +1 -0
- package/dist/_chunks-es/releases.js +462 -0
- package/dist/_chunks-es/releases.js.map +1 -0
- package/dist/_chunks-es/singleDocRelease.js +25 -0
- package/dist/_chunks-es/singleDocRelease.js.map +1 -0
- package/dist/_chunks-es/structure.js +8 -0
- package/dist/_chunks-es/structure.js.map +1 -1
- package/dist/_chunks-es/studio.js +2 -8
- package/dist/_chunks-es/studio.js.map +1 -1
- package/dist/_chunks-es/vision.js +22 -0
- package/dist/_chunks-es/vision.js.map +1 -1
- package/dist/index.cjs +20 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +14 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/copy-paste.ts +3 -0
- package/src/feedback.ts +47 -0
- package/src/index.ts +17 -2
- package/src/presentation.ts +149 -0
- package/src/releases.ts +553 -0
- package/src/singleDocRelease.ts +26 -0
- package/src/structure.ts +9 -0
- package/src/studio.ts +3 -9
- package/src/vision.ts +23 -0
- package/dist/_chunks-cjs/create.cjs +0 -35
- package/dist/_chunks-cjs/create.cjs.map +0 -1
- package/dist/_chunks-es/create.js +0 -37
- package/dist/_chunks-es/create.js.map +0 -1
|
@@ -35,6 +35,8 @@ var sanity = require("sanity"), copyPaste = sanity.removeUndefinedLocaleResource
|
|
|
35
35
|
"copy-paste.on-paste.validation.partial-warning.title": "Nepoda\u0159ilo se vlo\u017Eit v\u0161echny hodnoty",
|
|
36
36
|
/** The validation message that is shown when primitive types are incompatible */
|
|
37
37
|
"copy-paste.on-paste.validation.primitive-type-incompatible.description": 'Hodnota typu "{{type}}" nen\xED povolena v tomto poli',
|
|
38
|
+
/** The validation message that is shown when read-only fields are skipped during document paste */
|
|
39
|
+
"copy-paste.on-paste.validation.read-only-fields-skipped.description": "P\u0159esko\u010Den\xE1 pole pouze pro \u010Dten\xED: {{fieldNames}}",
|
|
38
40
|
/** --- On paste --- */
|
|
39
41
|
/** The validation message that is shown when pasting a value into a read-only target */
|
|
40
42
|
"copy-paste.on-paste.validation.read-only-target.description": "C\xEDl je pouze pro \u010Dten\xED",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"copy-paste.cjs","sources":["../../src/copy-paste.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Text on the field action button to copy a document */\n 'copy-paste.field-action-copy-button.document.title': 'Kopírovat dokument',\n /** Text on the field action button to copy a field */\n 'copy-paste.field-action-copy-button.field.title': 'Kopírovat pole',\n /** Text on the field action button to paste a document */\n 'copy-paste.field-action-paste-button.document.title': 'Vložit dokument',\n /** Text on the field action button to paste a field */\n 'copy-paste.field-action-paste-button.field.title': 'Vložit pole',\n /** The error message that is shown when the clipboard is not supported */\n 'copy-paste.on-copy.validation.clipboard-not-supported.description':\n 'Pro kopírování tohoto obsahu je vyžadován přístup ke schránce. Povolte ve vašem prohlížeči oprávnění ke schránce a zkuste kopírování znovu.',\n /** The error message that is shown when the clipboard is not supported */\n 'copy-paste.on-copy.validation.clipboard-not-supported.title':\n 'Váš prohlížeč nepodporuje tuto akci',\n /** The error message that is shown when there is no value to copy */\n 'copy-paste.on-copy.validation.no-value.title': 'Prázdná hodnota, nic ke kopírování',\n /** --- On copy --- */\n /** The error message that is shown when schema types are incompatible */\n 'copy-paste.on-copy.validation.schema-type-incompatible.title':\n 'Nelze rozpoznat typ schématu pro cestu: {{path}}',\n /** The validation message that is shown when array types are incompatible */\n 'copy-paste.on-paste.validation.array-type-incompatible.description':\n 'Hodnota typu \"{{type}}\" není povolena v tomto poli pole',\n /** The validation message that is shown when array values are incompatible */\n 'copy-paste.on-paste.validation.array-value-incompatible.description':\n 'Hodnota typu \"{{type}}\" není povolena v tomto poli pole',\n /** The validation message that is shown when the clipboard is empty */\n 'copy-paste.on-paste.validation.clipboard-empty.title': 'Není co vložit',\n /** The validation message that is shown when the clipboard item is invalid */\n 'copy-paste.on-paste.validation.clipboard-invalid.title': 'Neplatná položka schránky',\n /** The validation message that is shown when image files are incompatible */\n 'copy-paste.on-paste.validation.image-file-incompatible.description':\n '\"{{sourceSchemaType}}\" není povoleno v \"{{targetSchemaType}}\"',\n /** The error message that is shown when the MIME type is not accepted */\n 'copy-paste.on-paste.validation.mime-type-incompatible.description':\n 'MIME typ \"{{mimeType}}\" není pro toto pole přijatelný',\n /** The error message that is shown when the MIME type validation fails */\n 'copy-paste.on-paste.validation.mime-type-validation-failed.description':\n 'Ověření MIME typu selhalo',\n /** The warning message that is shown when not all values can be pasted */\n 'copy-paste.on-paste.validation.partial-warning.title': 'Nepodařilo se vložit všechny hodnoty',\n /** The validation message that is shown when primitive types are incompatible */\n 'copy-paste.on-paste.validation.primitive-type-incompatible.description':\n 'Hodnota typu \"{{type}}\" není povolena v tomto poli',\n /** --- On paste --- */\n /** The validation message that is shown when pasting a value into a read-only target */\n 'copy-paste.on-paste.validation.read-only-target.description': 'Cíl je pouze pro čtení',\n /** The validation message that is shown when reference is incompatible with filter */\n 'copy-paste.on-paste.validation.reference-filter-incompatible.description':\n 'Reference není povolena v referenčním poli podle filtru',\n /** The validation message that is shown when reference types are incompatible */\n 'copy-paste.on-paste.validation.reference-type-incompatible.description':\n 'Reference typu \"{{sourceReferenceType}}\" nejsou povoleny v referenčním poli, které akceptuje typy \"{{targetReferenceTypes}}\"',\n /** The validation message that is shown when reference does not exist */\n 'copy-paste.on-paste.validation.reference-validation-failed.description':\n 'Odkazovaný dokument \"{{ref}}\" neexistuje',\n /** The validation message that is shown when the source and target schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.description':\n 'Zdrojové a cílové typy schémat nejsou kompatibilní',\n /** The validation message that is shown when schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.title':\n 'Nelze rozpoznat typ schématu pro cestu: {{path}}',\n /** The validation message that is shown when string values are incompatible */\n 'copy-paste.on-paste.validation.string-value-incompatible.description':\n 'Hodnota \"{{value}}\" není povolena v \"{{allowedStrings}}\"',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,YAAeA,sCAA+B;AAAA;AAAA,EAE5C,sDAAsD;AAAA;AAAA,EAEtD,mDAAmD;AAAA;AAAA,EAEnD,uDAAuD;AAAA;AAAA,EAEvD,oDAAoD;AAAA;AAAA,EAEpD,qEACE;AAAA;AAAA,EAEF,+DACE;AAAA;AAAA,EAEF,gDAAgD;AAAA;AAAA;AAAA,EAGhD,gEACE;AAAA;AAAA,EAEF,sEACE;AAAA;AAAA,EAEF,uEACE;AAAA;AAAA,EAEF,wDAAwD;AAAA;AAAA,EAExD,0DAA0D;AAAA;AAAA,EAE1D,sEACE;AAAA;AAAA,EAEF,qEACE;AAAA;AAAA,EAEF,0EACE;AAAA;AAAA,EAEF,wDAAwD;AAAA;AAAA,EAExD,0EACE;AAAA;AAAA;AAAA,EAGF,+DAA+D;AAAA;AAAA,EAE/D,4EACE;AAAA;AAAA,EAEF,0EACE;AAAA;AAAA,EAEF,0EACE;AAAA;AAAA,EAEF,uEACE;AAAA;AAAA,EAEF,iEACE;AAAA;AAAA,EAEF,wEACE;AACJ,CAAC;;"}
|
|
1
|
+
{"version":3,"file":"copy-paste.cjs","sources":["../../src/copy-paste.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Text on the field action button to copy a document */\n 'copy-paste.field-action-copy-button.document.title': 'Kopírovat dokument',\n /** Text on the field action button to copy a field */\n 'copy-paste.field-action-copy-button.field.title': 'Kopírovat pole',\n /** Text on the field action button to paste a document */\n 'copy-paste.field-action-paste-button.document.title': 'Vložit dokument',\n /** Text on the field action button to paste a field */\n 'copy-paste.field-action-paste-button.field.title': 'Vložit pole',\n /** The error message that is shown when the clipboard is not supported */\n 'copy-paste.on-copy.validation.clipboard-not-supported.description':\n 'Pro kopírování tohoto obsahu je vyžadován přístup ke schránce. Povolte ve vašem prohlížeči oprávnění ke schránce a zkuste kopírování znovu.',\n /** The error message that is shown when the clipboard is not supported */\n 'copy-paste.on-copy.validation.clipboard-not-supported.title':\n 'Váš prohlížeč nepodporuje tuto akci',\n /** The error message that is shown when there is no value to copy */\n 'copy-paste.on-copy.validation.no-value.title': 'Prázdná hodnota, nic ke kopírování',\n /** --- On copy --- */\n /** The error message that is shown when schema types are incompatible */\n 'copy-paste.on-copy.validation.schema-type-incompatible.title':\n 'Nelze rozpoznat typ schématu pro cestu: {{path}}',\n /** The validation message that is shown when array types are incompatible */\n 'copy-paste.on-paste.validation.array-type-incompatible.description':\n 'Hodnota typu \"{{type}}\" není povolena v tomto poli pole',\n /** The validation message that is shown when array values are incompatible */\n 'copy-paste.on-paste.validation.array-value-incompatible.description':\n 'Hodnota typu \"{{type}}\" není povolena v tomto poli pole',\n /** The validation message that is shown when the clipboard is empty */\n 'copy-paste.on-paste.validation.clipboard-empty.title': 'Není co vložit',\n /** The validation message that is shown when the clipboard item is invalid */\n 'copy-paste.on-paste.validation.clipboard-invalid.title': 'Neplatná položka schránky',\n /** The validation message that is shown when image files are incompatible */\n 'copy-paste.on-paste.validation.image-file-incompatible.description':\n '\"{{sourceSchemaType}}\" není povoleno v \"{{targetSchemaType}}\"',\n /** The error message that is shown when the MIME type is not accepted */\n 'copy-paste.on-paste.validation.mime-type-incompatible.description':\n 'MIME typ \"{{mimeType}}\" není pro toto pole přijatelný',\n /** The error message that is shown when the MIME type validation fails */\n 'copy-paste.on-paste.validation.mime-type-validation-failed.description':\n 'Ověření MIME typu selhalo',\n /** The warning message that is shown when not all values can be pasted */\n 'copy-paste.on-paste.validation.partial-warning.title': 'Nepodařilo se vložit všechny hodnoty',\n /** The validation message that is shown when primitive types are incompatible */\n 'copy-paste.on-paste.validation.primitive-type-incompatible.description':\n 'Hodnota typu \"{{type}}\" není povolena v tomto poli',\n /** The validation message that is shown when read-only fields are skipped during document paste */\n 'copy-paste.on-paste.validation.read-only-fields-skipped.description':\n 'Přeskočená pole pouze pro čtení: {{fieldNames}}',\n /** --- On paste --- */\n /** The validation message that is shown when pasting a value into a read-only target */\n 'copy-paste.on-paste.validation.read-only-target.description': 'Cíl je pouze pro čtení',\n /** The validation message that is shown when reference is incompatible with filter */\n 'copy-paste.on-paste.validation.reference-filter-incompatible.description':\n 'Reference není povolena v referenčním poli podle filtru',\n /** The validation message that is shown when reference types are incompatible */\n 'copy-paste.on-paste.validation.reference-type-incompatible.description':\n 'Reference typu \"{{sourceReferenceType}}\" nejsou povoleny v referenčním poli, které akceptuje typy \"{{targetReferenceTypes}}\"',\n /** The validation message that is shown when reference does not exist */\n 'copy-paste.on-paste.validation.reference-validation-failed.description':\n 'Odkazovaný dokument \"{{ref}}\" neexistuje',\n /** The validation message that is shown when the source and target schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.description':\n 'Zdrojové a cílové typy schémat nejsou kompatibilní',\n /** The validation message that is shown when schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.title':\n 'Nelze rozpoznat typ schématu pro cestu: {{path}}',\n /** The validation message that is shown when string values are incompatible */\n 'copy-paste.on-paste.validation.string-value-incompatible.description':\n 'Hodnota \"{{value}}\" není povolena v \"{{allowedStrings}}\"',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,YAAeA,sCAA+B;AAAA;AAAA,EAE5C,sDAAsD;AAAA;AAAA,EAEtD,mDAAmD;AAAA;AAAA,EAEnD,uDAAuD;AAAA;AAAA,EAEvD,oDAAoD;AAAA;AAAA,EAEpD,qEACE;AAAA;AAAA,EAEF,+DACE;AAAA;AAAA,EAEF,gDAAgD;AAAA;AAAA;AAAA,EAGhD,gEACE;AAAA;AAAA,EAEF,sEACE;AAAA;AAAA,EAEF,uEACE;AAAA;AAAA,EAEF,wDAAwD;AAAA;AAAA,EAExD,0DAA0D;AAAA;AAAA,EAE1D,sEACE;AAAA;AAAA,EAEF,qEACE;AAAA;AAAA,EAEF,0EACE;AAAA;AAAA,EAEF,wDAAwD;AAAA;AAAA,EAExD,0EACE;AAAA;AAAA,EAEF,uEACE;AAAA;AAAA;AAAA,EAGF,+DAA+D;AAAA;AAAA,EAE/D,4EACE;AAAA;AAAA,EAEF,0EACE;AAAA;AAAA,EAEF,0EACE;AAAA;AAAA,EAEF,uEACE;AAAA;AAAA,EAEF,iEACE;AAAA;AAAA,EAEF,wEACE;AACJ,CAAC;;"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var sanity = require("sanity"), feedback = sanity.removeUndefinedLocaleResources({
|
|
3
|
+
/** Browse button text */
|
|
4
|
+
"feedback.attachment.browse": "Proch\xE1zet",
|
|
5
|
+
/** Drop zone text for image attachment */
|
|
6
|
+
"feedback.attachment.drop-zone": "P\u0159et\xE1hn\u011Bte nebo vlo\u017Ete soubor sem",
|
|
7
|
+
/** Error shown when attached image exceeds size limit */
|
|
8
|
+
"feedback.attachment.error.size": "Obr\xE1zek mus\xED b\xFDt men\u0161\xED ne\u017E 20 MB",
|
|
9
|
+
/** Label for the image attachment section */
|
|
10
|
+
"feedback.attachment.label": "P\u0159ipojit obr\xE1zek",
|
|
11
|
+
/** Remove attached image button text */
|
|
12
|
+
"feedback.attachment.remove": "Odebrat",
|
|
13
|
+
/** Cancel button text */
|
|
14
|
+
"feedback.cancel": "Zru\u0161it",
|
|
15
|
+
/** Consent disclaimer shown when the user agrees to follow up */
|
|
16
|
+
"feedback.consent.disclaimer": 'R\xE1di bychom se dozv\u011Bd\u011Bli v\xEDce. V\xFDb\u011Brem mo\u017Enosti \u201EAno" sd\xEDl\xEDte sv\xE9 jm\xE9no a e-mail s t\xFDmem Sanity.',
|
|
17
|
+
/** Label for the contact consent toggle */
|
|
18
|
+
"feedback.consent.label": "M\u016F\u017Eeme v\xE1s kontaktovat ohledn\u011B t\xE9to zp\u011Btn\xE9 vazby?",
|
|
19
|
+
/** Consent toggle: no */
|
|
20
|
+
"feedback.consent.no": "Ne",
|
|
21
|
+
/** Consent toggle: yes */
|
|
22
|
+
"feedback.consent.yes": "Ano",
|
|
23
|
+
/** Title of the feedback dialog */
|
|
24
|
+
"feedback.dialog.title": "Sd\xEDlet zp\u011Btnou vazbu se Sanity",
|
|
25
|
+
/** Toast message after failed submission */
|
|
26
|
+
"feedback.error": "Odesl\xE1n\xED zp\u011Btn\xE9 vazby se nezda\u0159ilo s chybou",
|
|
27
|
+
/** Label for "send feedback" in the help resources menu */
|
|
28
|
+
"feedback.menu-item": "Odeslat zp\u011Btnou vazbu",
|
|
29
|
+
/** Label for the message field */
|
|
30
|
+
"feedback.message.label": "Co funguje? Co by mohlo b\xFDt lep\u0161\xED?",
|
|
31
|
+
/** Placeholder for the message field */
|
|
32
|
+
"feedback.message.placeholder": "Popi\u0161te sv\u016Fj probl\xE9m nebo po\u017Eadavek...",
|
|
33
|
+
/** Sentiment option: happy */
|
|
34
|
+
"feedback.sentiment.happy": "Snadn\xE9",
|
|
35
|
+
/** Label for the sentiment question */
|
|
36
|
+
"feedback.sentiment.label": "Jak snadn\xE9 nebo obt\xED\u017En\xE9 je pou\u017E\xEDv\xE1n\xED Sanity?",
|
|
37
|
+
/** Sentiment option: neutral */
|
|
38
|
+
"feedback.sentiment.neutral": "Nejsem si jist\xFD/\xE1",
|
|
39
|
+
/** Sentiment option: unhappy */
|
|
40
|
+
"feedback.sentiment.unhappy": "Obt\xED\u017En\xE9",
|
|
41
|
+
/** Submit button text */
|
|
42
|
+
"feedback.submit": "Odeslat zp\u011Btnou vazbu",
|
|
43
|
+
/** Toast message after successful submission */
|
|
44
|
+
"feedback.success": "Zp\u011Btn\xE1 vazba odesl\xE1na, d\u011Bkujeme!"
|
|
45
|
+
});
|
|
46
|
+
exports.default = feedback;
|
|
47
|
+
//# sourceMappingURL=feedback.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"feedback.cjs","sources":["../../src/feedback.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Browse button text */\n 'feedback.attachment.browse': 'Procházet',\n /** Drop zone text for image attachment */\n 'feedback.attachment.drop-zone': 'Přetáhněte nebo vložte soubor sem',\n /** Error shown when attached image exceeds size limit */\n 'feedback.attachment.error.size': 'Obrázek musí být menší než 20 MB',\n /** Label for the image attachment section */\n 'feedback.attachment.label': 'Připojit obrázek',\n /** Remove attached image button text */\n 'feedback.attachment.remove': 'Odebrat',\n /** Cancel button text */\n 'feedback.cancel': 'Zrušit',\n /** Consent disclaimer shown when the user agrees to follow up */\n 'feedback.consent.disclaimer':\n 'Rádi bychom se dozvěděli více. Výběrem možnosti „Ano\" sdílíte své jméno a e-mail s týmem Sanity.',\n /** Label for the contact consent toggle */\n 'feedback.consent.label': 'Můžeme vás kontaktovat ohledně této zpětné vazby?',\n /** Consent toggle: no */\n 'feedback.consent.no': 'Ne',\n /** Consent toggle: yes */\n 'feedback.consent.yes': 'Ano',\n /** Title of the feedback dialog */\n 'feedback.dialog.title': 'Sdílet zpětnou vazbu se Sanity',\n /** Toast message after failed submission */\n 'feedback.error': 'Odeslání zpětné vazby se nezdařilo s chybou',\n /** Label for \"send feedback\" in the help resources menu */\n 'feedback.menu-item': 'Odeslat zpětnou vazbu',\n /** Label for the message field */\n 'feedback.message.label': 'Co funguje? Co by mohlo být lepší?',\n /** Placeholder for the message field */\n 'feedback.message.placeholder': 'Popište svůj problém nebo požadavek...',\n /** Sentiment option: happy */\n 'feedback.sentiment.happy': 'Snadné',\n /** Label for the sentiment question */\n 'feedback.sentiment.label': 'Jak snadné nebo obtížné je používání Sanity?',\n /** Sentiment option: neutral */\n 'feedback.sentiment.neutral': 'Nejsem si jistý/á',\n /** Sentiment option: unhappy */\n 'feedback.sentiment.unhappy': 'Obtížné',\n /** Submit button text */\n 'feedback.submit': 'Odeslat zpětnou vazbu',\n /** Toast message after successful submission */\n 'feedback.success': 'Zpětná vazba odeslána, děkujeme!',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,WAAeA,sCAA+B;AAAA;AAAA,EAE5C,8BAA8B;AAAA;AAAA,EAE9B,iCAAiC;AAAA;AAAA,EAEjC,kCAAkC;AAAA;AAAA,EAElC,6BAA6B;AAAA;AAAA,EAE7B,8BAA8B;AAAA;AAAA,EAE9B,mBAAmB;AAAA;AAAA,EAEnB,+BACE;AAAA;AAAA,EAEF,0BAA0B;AAAA;AAAA,EAE1B,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA,EAExB,yBAAyB;AAAA;AAAA,EAEzB,kBAAkB;AAAA;AAAA,EAElB,sBAAsB;AAAA;AAAA,EAEtB,0BAA0B;AAAA;AAAA,EAE1B,gCAAgC;AAAA;AAAA,EAEhC,4BAA4B;AAAA;AAAA,EAE5B,4BAA4B;AAAA;AAAA,EAE5B,8BAA8B;AAAA;AAAA,EAE9B,8BAA8B;AAAA;AAAA,EAE9B,mBAAmB;AAAA;AAAA,EAEnB,oBAAoB;AACtB,CAAC;;"}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var sanity = require("sanity"), presentation = sanity.removeUndefinedLocaleResources({
|
|
3
|
+
/** The status of the channel connection */
|
|
4
|
+
"channel.status_connected": "P\u0159ipojeno",
|
|
5
|
+
/** The status of the channel connection */
|
|
6
|
+
"channel.status_connecting": "P\u0159ipojov\xE1n\xED",
|
|
7
|
+
/** The status of the channel connection */
|
|
8
|
+
"channel.status_disconnected": "Odpojeno",
|
|
9
|
+
/** The status of the channel connection */
|
|
10
|
+
"channel.status_reconnecting": "Op\u011Btovn\xE9 p\u0159ipojov\xE1n\xED",
|
|
11
|
+
/** The title shown above the document list */
|
|
12
|
+
"document-list-pane.document-list.title": "Dokumenty na t\xE9to str\xE1nce",
|
|
13
|
+
/** The text shown if the document list is unable to render */
|
|
14
|
+
"document-list-pane.error.text": "Seznam dokument\u016F nelze zobrazit",
|
|
15
|
+
/** The text shown if the document editor is unable to render */
|
|
16
|
+
"document-pane.error.text": "Editor dokument\u016F nelze zobrazit",
|
|
17
|
+
/** The text shown on the button for bypassing after a connection has failed */
|
|
18
|
+
"error-card.continue-button.text": "P\u0159esto pokra\u010Dovat",
|
|
19
|
+
/** The text shown on the button for retrying after a connection has failed */
|
|
20
|
+
"error-card.retry-button.text": "Zkusit znovu",
|
|
21
|
+
/** The title on the card shown after a connection has failed */
|
|
22
|
+
"error-card.title": "Do\u0161lo k chyb\u011B",
|
|
23
|
+
/** The text shown when the document is used in a single location */
|
|
24
|
+
"locations-banner.locations-count_one": "Pou\u017Eito na jedn\xE9 str\xE1nce",
|
|
25
|
+
/** The text shown when the document is used in multiple locations */
|
|
26
|
+
"locations-banner.locations-count_other": "Pou\u017Eito na {{count}} str\xE1nk\xE1ch",
|
|
27
|
+
/** The text shown when a resolver exists but the document is not used in any locations */
|
|
28
|
+
"locations-banner.locations-count_zero": "Nepou\u017Eito na \u017E\xE1dn\xE9 str\xE1nce",
|
|
29
|
+
/** The text shown whilst the locations resolver is executing */
|
|
30
|
+
"locations-banner.resolving.text": "Zji\u0161\u0165ov\xE1n\xED um\xEDst\u011Bn\xED...",
|
|
31
|
+
/** The label shown on a main document in the list pane */
|
|
32
|
+
"main-document.label": "Hlavn\xED dokument",
|
|
33
|
+
/** The warning message text shown when a defined resolver fails to return a main document */
|
|
34
|
+
"main-document.missing.text": "Chyb\xED hlavn\xED dokument pro <Code>{{path}}</Code>",
|
|
35
|
+
/** The label for the tab that shows the document editor at narrow viewports */
|
|
36
|
+
"narrow-tabs.content-tab.label": "Struktura",
|
|
37
|
+
/** The label for the tab that shows the navigator at narrow viewports */
|
|
38
|
+
"narrow-tabs.navigator-tab.label": "Navig\xE1tor",
|
|
39
|
+
/** The label for the tab that shows the preview at narrow viewports */
|
|
40
|
+
"narrow-tabs.preview-tab.label": "Prezentace",
|
|
41
|
+
/** The label for a generic error message */
|
|
42
|
+
"presentation-error.label": "Chybov\xE1 zpr\xE1va",
|
|
43
|
+
/** The toast description for the error message explaining that the iframe is blocked from loading due to a security mismatch. */
|
|
44
|
+
"preview-frame.configuration.error.description": "N\xE1hledov\xFD iframe je nakonfigurov\xE1n pro na\u010D\xEDt\xE1n\xED <Code>{{targetOrigin}}</Code>, ale hl\xE1\u0161en\xFD p\u016Fvod je <Code>{{reportedOrigin}}</Code>. Presentation Tool se z bezpe\u010Dnostn\xEDch d\u016Fvod\u016F nem\u016F\u017Ee p\u0159ipojit k nezn\xE1m\xFDm p\u016Fvod\u016Fm. Aktualizujte konfiguraci <Code>presentationTool.allowOrigins</Code>, aby bylo povoleno p\u0159ipojen\xED k Visual Editing a Loaders.",
|
|
45
|
+
/** The title of the error toast that shows when the preview iframe times out while waiting for a connection over comlink to establish, and the root cause is discovered to be that the iframe is loading on an URL origin that's not in the allow list. */
|
|
46
|
+
"preview-frame.configuration.error.title": "Neshoda p\u016Fvodu URL n\xE1hledu",
|
|
47
|
+
/** The text shown when the preview frame cannot connect to Presentation */
|
|
48
|
+
"preview-frame.connection.error.text": "Nelze se p\u0159ipojit k n\xE1hledu",
|
|
49
|
+
/** The text shown on the button for dismissing the error overlay after a timeout */
|
|
50
|
+
"preview-frame.continue-button.text": "P\u0159esto pokra\u010Dovat",
|
|
51
|
+
/** The label for the loader's connection status */
|
|
52
|
+
"preview-frame.loader.connection-status.label": "Stav p\u0159ipojen\xED loaderu",
|
|
53
|
+
/** The `aria-label` for the navigator toggle button */
|
|
54
|
+
"preview-frame.navigator.toggle-button.aria-label": "P\u0159epnout navig\xE1tor",
|
|
55
|
+
/** The tooltip text for the navigator toggle button */
|
|
56
|
+
"preview-frame.navigator.toggle-button.tooltip": "P\u0159epnout navig\xE1tor",
|
|
57
|
+
/** The label for the overlay's connection status */
|
|
58
|
+
"preview-frame.overlay.connection-status.label": "Stav p\u0159ipojen\xED p\u0159ekryt\xED",
|
|
59
|
+
/** The text shown on the overlay toggle button */
|
|
60
|
+
"preview-frame.overlay.toggle-button.text": "Upravit",
|
|
61
|
+
/** The text shown on the overlay toggle tooltip when overlays are enabled */
|
|
62
|
+
"preview-frame.overlay.toggle-button.tooltip_disable": "Zak\xE1zat p\u0159ekryt\xED pro \xFApravy",
|
|
63
|
+
/** The text shown on the overlay toggle tooltip when overlays are disabled */
|
|
64
|
+
"preview-frame.overlay.toggle-button.tooltip_enable": "Povolit p\u0159ekryt\xED pro \xFApravy",
|
|
65
|
+
/** The text description for the published perspective switcher menu item */
|
|
66
|
+
"preview-frame.perspective.published.text": "Zobrazit tuto str\xE1nku s publikovan\xFDm obsahem",
|
|
67
|
+
/** The `aria-label` for the refresh button */
|
|
68
|
+
"preview-frame.refresh-button.aria-label": "Obnovit n\xE1hled",
|
|
69
|
+
/** The tooltip text for the refresh button */
|
|
70
|
+
"preview-frame.refresh-button.tooltip": "Obnovit n\xE1hled",
|
|
71
|
+
/** The `aria-label` for the button that opens the share menu */
|
|
72
|
+
"preview-frame.share-button.aria-label": "Sd\xEDlet tento n\xE1hled",
|
|
73
|
+
/** Text describing the current status of the preview frame */
|
|
74
|
+
"preview-frame.status_connecting": "P\u0159ipojov\xE1n\xED.",
|
|
75
|
+
/** Text describing the current status of the preview frame */
|
|
76
|
+
"preview-frame.status_loading": "Na\u010D\xEDt\xE1n\xED.",
|
|
77
|
+
/** Text describing the current status of the preview frame */
|
|
78
|
+
"preview-frame.status_refreshing": "Obnovov\xE1n\xED.",
|
|
79
|
+
/** Text describing the current status of the preview frame */
|
|
80
|
+
"preview-frame.status_reloading": "Obnovov\xE1n\xED.",
|
|
81
|
+
/** Text describing the current status of the preview frame */
|
|
82
|
+
"preview-frame.status_timeout": "Nelze se p\u0159ipojit, zkontrolujte konzoli prohl\xED\u017Ee\u010De pro v\xEDce informac\xED.",
|
|
83
|
+
/** The `aria-label` for the button that switches viewport size */
|
|
84
|
+
"preview-frame.viewport-button.aria-label": "P\u0159epnout velikost zobrazen\xED",
|
|
85
|
+
/** The viewport size button tooltip text when switching to a full width viewport */
|
|
86
|
+
"preview-frame.viewport-button.tooltip_full": "P\u0159epnout na cel\xE9 zobrazen\xED",
|
|
87
|
+
/** The viewport size button tooltip text when switching to a narrow viewport */
|
|
88
|
+
"preview-frame.viewport-button.tooltip_narrow": "P\u0159epnout na \xFAzk\xE9 zobrazen\xED",
|
|
89
|
+
/** The validation error message shown when the preview location input is missing an origin */
|
|
90
|
+
"preview-location-input.error_missing-origin": "URL mus\xED za\u010D\xEDnat {{origin}}",
|
|
91
|
+
/** The validation error message shown when the preview location input's base path matches that of the studio */
|
|
92
|
+
"preview-location-input.error_same-base-path": "URL nem\u016F\u017Ee m\xEDt stejnou z\xE1kladn\xED cestu jako Studio {{basePath}}",
|
|
93
|
+
/** The toast description for the error message explaining that the iframe won't navigate to the new preview URL due to an URL origin security mismatch. */
|
|
94
|
+
"preview-search-param.configuration.error.description": "Router chce p\u0159ej\xEDt na <Code>{{previewSearchParam}}</Code>, ale origin <Code>{{blockedOrigin}}</Code> nen\xED povolen. Aktualizujte konfiguraci <Code>presentationTool.allowOrigins</Code>, aby byl povolen.",
|
|
95
|
+
/** The title of the error toast that shows when attempting to navigate to a preview URL origin that's not in the allow list. */
|
|
96
|
+
"preview-search-param.configuration.error.title": "Zablokovan\xE1 URL n\xE1hledu",
|
|
97
|
+
/** Error toast that notifies that URL Preview Secrets can't be generated as the user lacks ACL grants */
|
|
98
|
+
"preview-url-secret.missing-grants": "Nem\xE1te opr\xE1vn\u011Bn\xED k vytv\xE1\u0159en\xED URL Preview Secrets. To pravd\u011Bpodobn\u011B zp\u016Fsob\xED selh\xE1n\xED na\u010D\xEDt\xE1n\xED n\xE1hledu.",
|
|
99
|
+
/** Menu item in the share preview menu that allows copying the current preview URL, if sharing is enabled */
|
|
100
|
+
"share-preview-menu.copy-url.text": "Kop\xEDrovat odkaz na n\xE1hled",
|
|
101
|
+
/** Fallback message shown when the current user is not permitted to share previews */
|
|
102
|
+
"share-preview-menu.error_missing-grants": "Nem\xE1te opr\xE1vn\u011Bn\xED ke sd\xEDlen\xED n\xE1hled\u016F.",
|
|
103
|
+
/** Error message toast that shows the current user does not have permission to toggle sharing of the current preview */
|
|
104
|
+
"share-preview-menu.error_toggle-sharing": "Nem\xE1te opr\xE1vn\u011Bn\xED p\u0159ep\xEDnat sd\xEDlen\xED tohoto n\xE1hledu",
|
|
105
|
+
/** The text show below the QR Code SVG, with instructions on how to use it */
|
|
106
|
+
"share-preview-menu.qr-code.instructions": "Naskenujte QR k\xF3d a otev\u0159ete n\xE1hled na sv\xE9m telefonu.",
|
|
107
|
+
/** Placeholder message for the QR Code SVG when sharing is yet to be enabled */
|
|
108
|
+
"share-preview-menu.qr-code.placeholder": "QR k\xF3d se zobraz\xED zde",
|
|
109
|
+
/** The <title> for the QR Code SVG that shows a link to the current preview */
|
|
110
|
+
"share-preview-menu.qr-code.title": "QR k\xF3d zak\xF3duj\xEDc\xED URL adresu: {{url}}",
|
|
111
|
+
/** The first line of the label that renders next to the sharing toggle, it renders on two rows */
|
|
112
|
+
"share-preview-menu.toggle-button.label_first-line": "Sd\xEDlet tento n\xE1hled",
|
|
113
|
+
/** The second line of the label that renders next to the sharing toggle, it renders on two rows */
|
|
114
|
+
"share-preview-menu.toggle-button.label_second-line": "s k\xFDmkoli, kdo m\xE1 odkaz",
|
|
115
|
+
/** The text shown on the sharing toggle tooltip when sharing is enabled */
|
|
116
|
+
"share-preview-menu.toggle-button.tooltip_disable": "Zak\xE1zat sd\xEDlen\xED",
|
|
117
|
+
/** The text shown on the sharing toggle tooltip when sharing is disabled */
|
|
118
|
+
"share-preview-menu.toggle-button.tooltip_enable": "Povolit sd\xEDlen\xED",
|
|
119
|
+
/** The status of the clipboard operation when copying a URL */
|
|
120
|
+
"share-url.clipboard.status_copying": "Kop\xEDrov\xE1n\xED URL adresy do schr\xE1nky\u2026",
|
|
121
|
+
/** The status of the clipboard operation when copying a URL */
|
|
122
|
+
"share-url.clipboard.status_failed": "Kop\xEDrov\xE1n\xED se nezda\u0159ilo",
|
|
123
|
+
/** The status of the clipboard operation when copying a URL */
|
|
124
|
+
"share-url.clipboard.status_success": "URL adresa byla zkop\xEDrov\xE1na do schr\xE1nky",
|
|
125
|
+
/** The status of the clipboard operation when copying a URL */
|
|
126
|
+
"share-url.clipboard.status_unsupported": "Schr\xE1nka nen\xED podporov\xE1na",
|
|
127
|
+
/** The share URL menu item text for opening a preview window */
|
|
128
|
+
"share-url.menu-item.open.text": "Otev\u0159\xEDt n\xE1hled"
|
|
129
|
+
});
|
|
130
|
+
exports.default = presentation;
|
|
131
|
+
//# sourceMappingURL=presentation.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"presentation.cjs","sources":["../../src/presentation.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** The status of the channel connection */\n 'channel.status_connected': 'Připojeno',\n /** The status of the channel connection */\n 'channel.status_connecting': 'Připojování',\n /** The status of the channel connection */\n 'channel.status_disconnected': 'Odpojeno',\n /** The status of the channel connection */\n 'channel.status_reconnecting': 'Opětovné připojování',\n\n /** The title shown above the document list */\n 'document-list-pane.document-list.title': 'Dokumenty na této stránce',\n /** The text shown if the document list is unable to render */\n 'document-list-pane.error.text': 'Seznam dokumentů nelze zobrazit',\n\n /** The text shown if the document editor is unable to render */\n 'document-pane.error.text': 'Editor dokumentů nelze zobrazit',\n\n /** The text shown on the button for bypassing after a connection has failed */\n 'error-card.continue-button.text': 'Přesto pokračovat',\n /** The text shown on the button for retrying after a connection has failed */\n 'error-card.retry-button.text': 'Zkusit znovu',\n /** The title on the card shown after a connection has failed */\n 'error-card.title': 'Došlo k chybě',\n\n /** The text shown when the document is used in a single location */\n 'locations-banner.locations-count_one': 'Použito na jedné stránce',\n /** The text shown when the document is used in multiple locations */\n 'locations-banner.locations-count_other': 'Použito na {{count}} stránkách',\n /** The text shown when a resolver exists but the document is not used in any locations */\n 'locations-banner.locations-count_zero': 'Nepoužito na žádné stránce',\n /** The text shown whilst the locations resolver is executing */\n 'locations-banner.resolving.text': 'Zjišťování umístění...',\n\n /** The label shown on a main document in the list pane */\n 'main-document.label': 'Hlavní dokument',\n /** The warning message text shown when a defined resolver fails to return a main document */\n 'main-document.missing.text': 'Chybí hlavní dokument pro <Code>{{path}}</Code>',\n\n /** The label for the tab that shows the document editor at narrow viewports */\n 'narrow-tabs.content-tab.label': 'Struktura',\n /** The label for the tab that shows the navigator at narrow viewports */\n 'narrow-tabs.navigator-tab.label': 'Navigátor',\n /** The label for the tab that shows the preview at narrow viewports */\n 'narrow-tabs.preview-tab.label': 'Prezentace',\n\n /** The label for a generic error message */\n 'presentation-error.label': 'Chybová zpráva',\n\n /** The toast description for the error message explaining that the iframe is blocked from loading due to a security mismatch. */\n 'preview-frame.configuration.error.description':\n 'Náhledový iframe je nakonfigurován pro načítání <Code>{{targetOrigin}}</Code>, ale hlášený původ je <Code>{{reportedOrigin}}</Code>. Presentation Tool se z bezpečnostních důvodů nemůže připojit k neznámým původům. Aktualizujte konfiguraci <Code>presentationTool.allowOrigins</Code>, aby bylo povoleno připojení k Visual Editing a Loaders.',\n /** The title of the error toast that shows when the preview iframe times out while waiting for a connection over comlink to establish, and the root cause is discovered to be that the iframe is loading on an URL origin that's not in the allow list. */\n 'preview-frame.configuration.error.title': 'Neshoda původu URL náhledu',\n /** The text shown when the preview frame cannot connect to Presentation */\n 'preview-frame.connection.error.text': 'Nelze se připojit k náhledu',\n /** The text shown on the button for dismissing the error overlay after a timeout */\n 'preview-frame.continue-button.text': 'Přesto pokračovat',\n /** The label for the loader's connection status */\n 'preview-frame.loader.connection-status.label': 'Stav připojení loaderu',\n /** The `aria-label` for the navigator toggle button */\n 'preview-frame.navigator.toggle-button.aria-label': 'Přepnout navigátor',\n /** The tooltip text for the navigator toggle button */\n 'preview-frame.navigator.toggle-button.tooltip': 'Přepnout navigátor',\n /** The label for the overlay's connection status */\n 'preview-frame.overlay.connection-status.label': 'Stav připojení překrytí',\n /** The text shown on the overlay toggle button */\n 'preview-frame.overlay.toggle-button.text': 'Upravit',\n /** The text shown on the overlay toggle tooltip when overlays are enabled */\n 'preview-frame.overlay.toggle-button.tooltip_disable': 'Zakázat překrytí pro úpravy',\n /** The text shown on the overlay toggle tooltip when overlays are disabled */\n 'preview-frame.overlay.toggle-button.tooltip_enable': 'Povolit překrytí pro úpravy',\n /** The text description for the published perspective switcher menu item */\n 'preview-frame.perspective.published.text': 'Zobrazit tuto stránku s publikovaným obsahem',\n /** The `aria-label` for the refresh button */\n 'preview-frame.refresh-button.aria-label': 'Obnovit náhled',\n /** The tooltip text for the refresh button */\n 'preview-frame.refresh-button.tooltip': 'Obnovit náhled',\n /** The `aria-label` for the button that opens the share menu */\n 'preview-frame.share-button.aria-label': 'Sdílet tento náhled',\n /** Text describing the current status of the preview frame */\n 'preview-frame.status_connecting': 'Připojování.',\n /** Text describing the current status of the preview frame */\n 'preview-frame.status_loading': 'Načítání.',\n /** Text describing the current status of the preview frame */\n 'preview-frame.status_refreshing': 'Obnovování.',\n /** Text describing the current status of the preview frame */\n 'preview-frame.status_reloading': 'Obnovování.',\n /** Text describing the current status of the preview frame */\n 'preview-frame.status_timeout':\n 'Nelze se připojit, zkontrolujte konzoli prohlížeče pro více informací.',\n /** The `aria-label` for the button that switches viewport size */\n 'preview-frame.viewport-button.aria-label': 'Přepnout velikost zobrazení',\n /** The viewport size button tooltip text when switching to a full width viewport */\n 'preview-frame.viewport-button.tooltip_full': 'Přepnout na celé zobrazení',\n /** The viewport size button tooltip text when switching to a narrow viewport */\n 'preview-frame.viewport-button.tooltip_narrow': 'Přepnout na úzké zobrazení',\n\n /** The validation error message shown when the preview location input is missing an origin */\n 'preview-location-input.error_missing-origin': 'URL musí začínat {{origin}}',\n /** The validation error message shown when the preview location input's base path matches that of the studio */\n 'preview-location-input.error_same-base-path':\n 'URL nemůže mít stejnou základní cestu jako Studio {{basePath}}',\n\n /** The toast description for the error message explaining that the iframe won't navigate to the new preview URL due to an URL origin security mismatch. */\n 'preview-search-param.configuration.error.description':\n 'Router chce přejít na <Code>{{previewSearchParam}}</Code>, ale origin <Code>{{blockedOrigin}}</Code> není povolen. Aktualizujte konfiguraci <Code>presentationTool.allowOrigins</Code>, aby byl povolen.',\n /** The title of the error toast that shows when attempting to navigate to a preview URL origin that's not in the allow list. */\n 'preview-search-param.configuration.error.title': 'Zablokovaná URL náhledu',\n\n /** Error toast that notifies that URL Preview Secrets can't be generated as the user lacks ACL grants */\n 'preview-url-secret.missing-grants':\n 'Nemáte oprávnění k vytváření URL Preview Secrets. To pravděpodobně způsobí selhání načítání náhledu.',\n\n /** Menu item in the share preview menu that allows copying the current preview URL, if sharing is enabled */\n 'share-preview-menu.copy-url.text': 'Kopírovat odkaz na náhled',\n /** Fallback message shown when the current user is not permitted to share previews */\n 'share-preview-menu.error_missing-grants': 'Nemáte oprávnění ke sdílení náhledů.',\n /** Error message toast that shows the current user does not have permission to toggle sharing of the current preview */\n 'share-preview-menu.error_toggle-sharing': 'Nemáte oprávnění přepínat sdílení tohoto náhledu',\n /** The text show below the QR Code SVG, with instructions on how to use it */\n 'share-preview-menu.qr-code.instructions':\n 'Naskenujte QR kód a otevřete náhled na svém telefonu.',\n /** Placeholder message for the QR Code SVG when sharing is yet to be enabled */\n 'share-preview-menu.qr-code.placeholder': 'QR kód se zobrazí zde',\n /** The <title> for the QR Code SVG that shows a link to the current preview */\n 'share-preview-menu.qr-code.title': 'QR kód zakódující URL adresu: {{url}}',\n /** The first line of the label that renders next to the sharing toggle, it renders on two rows */\n 'share-preview-menu.toggle-button.label_first-line': 'Sdílet tento náhled',\n /** The second line of the label that renders next to the sharing toggle, it renders on two rows */\n 'share-preview-menu.toggle-button.label_second-line': 's kýmkoli, kdo má odkaz',\n /** The text shown on the sharing toggle tooltip when sharing is enabled */\n 'share-preview-menu.toggle-button.tooltip_disable': 'Zakázat sdílení',\n /** The text shown on the sharing toggle tooltip when sharing is disabled */\n 'share-preview-menu.toggle-button.tooltip_enable': 'Povolit sdílení',\n\n /** The status of the clipboard operation when copying a URL */\n 'share-url.clipboard.status_copying': 'Kopírování URL adresy do schránky…',\n /** The status of the clipboard operation when copying a URL */\n 'share-url.clipboard.status_failed': 'Kopírování se nezdařilo',\n /** The status of the clipboard operation when copying a URL */\n 'share-url.clipboard.status_success': 'URL adresa byla zkopírována do schránky',\n /** The status of the clipboard operation when copying a URL */\n 'share-url.clipboard.status_unsupported': 'Schránka není podporována',\n /** The share URL menu item text for opening a preview window */\n 'share-url.menu-item.open.text': 'Otevřít náhled',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,eAAeA,sCAA+B;AAAA;AAAA,EAE5C,4BAA4B;AAAA;AAAA,EAE5B,6BAA6B;AAAA;AAAA,EAE7B,+BAA+B;AAAA;AAAA,EAE/B,+BAA+B;AAAA;AAAA,EAG/B,0CAA0C;AAAA;AAAA,EAE1C,iCAAiC;AAAA;AAAA,EAGjC,4BAA4B;AAAA;AAAA,EAG5B,mCAAmC;AAAA;AAAA,EAEnC,gCAAgC;AAAA;AAAA,EAEhC,oBAAoB;AAAA;AAAA,EAGpB,wCAAwC;AAAA;AAAA,EAExC,0CAA0C;AAAA;AAAA,EAE1C,yCAAyC;AAAA;AAAA,EAEzC,mCAAmC;AAAA;AAAA,EAGnC,uBAAuB;AAAA;AAAA,EAEvB,8BAA8B;AAAA;AAAA,EAG9B,iCAAiC;AAAA;AAAA,EAEjC,mCAAmC;AAAA;AAAA,EAEnC,iCAAiC;AAAA;AAAA,EAGjC,4BAA4B;AAAA;AAAA,EAG5B,iDACE;AAAA;AAAA,EAEF,2CAA2C;AAAA;AAAA,EAE3C,uCAAuC;AAAA;AAAA,EAEvC,sCAAsC;AAAA;AAAA,EAEtC,gDAAgD;AAAA;AAAA,EAEhD,oDAAoD;AAAA;AAAA,EAEpD,iDAAiD;AAAA;AAAA,EAEjD,iDAAiD;AAAA;AAAA,EAEjD,4CAA4C;AAAA;AAAA,EAE5C,uDAAuD;AAAA;AAAA,EAEvD,sDAAsD;AAAA;AAAA,EAEtD,4CAA4C;AAAA;AAAA,EAE5C,2CAA2C;AAAA;AAAA,EAE3C,wCAAwC;AAAA;AAAA,EAExC,yCAAyC;AAAA;AAAA,EAEzC,mCAAmC;AAAA;AAAA,EAEnC,gCAAgC;AAAA;AAAA,EAEhC,mCAAmC;AAAA;AAAA,EAEnC,kCAAkC;AAAA;AAAA,EAElC,gCACE;AAAA;AAAA,EAEF,4CAA4C;AAAA;AAAA,EAE5C,8CAA8C;AAAA;AAAA,EAE9C,gDAAgD;AAAA;AAAA,EAGhD,+CAA+C;AAAA;AAAA,EAE/C,+CACE;AAAA;AAAA,EAGF,wDACE;AAAA;AAAA,EAEF,kDAAkD;AAAA;AAAA,EAGlD,qCACE;AAAA;AAAA,EAGF,oCAAoC;AAAA;AAAA,EAEpC,2CAA2C;AAAA;AAAA,EAE3C,2CAA2C;AAAA;AAAA,EAE3C,2CACE;AAAA;AAAA,EAEF,0CAA0C;AAAA;AAAA,EAE1C,oCAAoC;AAAA;AAAA,EAEpC,qDAAqD;AAAA;AAAA,EAErD,sDAAsD;AAAA;AAAA,EAEtD,oDAAoD;AAAA;AAAA,EAEpD,mDAAmD;AAAA;AAAA,EAGnD,sCAAsC;AAAA;AAAA,EAEtC,qCAAqC;AAAA;AAAA,EAErC,sCAAsC;AAAA;AAAA,EAEtC,0CAA0C;AAAA;AAAA,EAE1C,iCAAiC;AACnC,CAAC;;"}
|