@sanity/locale-cs-cz 1.1.21 → 1.1.23

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.
@@ -74,6 +74,8 @@ var sanity = require("sanity"), structure = sanity.removeUndefinedLocaleResource
74
74
  "action.unpublish.live-edit.disabled": "Tento dokument m\xE1 povoleno \u017Eiv\xE9 \xFApravy a nem\u016F\u017Ee b\xFDt zru\u0161ena jeho publikace",
75
75
  /** Description for the archived release banner, rendered when viewing the history of a version document from the publihed view */
76
76
  "banners.archived-release.description": "Prohl\xED\u017E\xEDte dokument pouze pro \u010Dten\xED, kter\xFD byl archivov\xE1n jako sou\u010D\xE1st <VersionBadge>{{title}}</VersionBadge>. Nelze ho upravit",
77
+ /** Description for the archived scheduled draft banner, rendered when viewing the history of a cardinality one release document */
78
+ "banners.archived-scheduled-draft.description": "Tento napl\xE1novan\xFD koncept je archivov\xE1n",
77
79
  /** The explanation displayed when a user attempts to create a new draft document, but the draft model is not switched on */
78
80
  "banners.choose-new-document-destination.cannot-create-draft-document": "Nelze vytvo\u0159it koncept dokumentu.",
79
81
  /** The explanation displayed when a user attempts to create a new published document, but the schema type doesn't support live-editing */
@@ -152,6 +154,8 @@ var sanity = require("sanity"), structure = sanity.removeUndefinedLocaleResource
152
154
  "banners.release.waiting.title": "P\u0159id\xE1v\xE1n\xED dokumentu do release\u2026",
153
155
  /** The text for the revision not found banner */
154
156
  "banners.revision-not-found.description": "Nemohli jsme naj\xEDt vybranou revizi dokumentu, pros\xEDm vyberte jin\xFD z\xE1znam ze seznamu historie.",
157
+ /** The text content for the scheduled draft override banner */
158
+ "banners.scheduled-draft-override-banner.text": "Pro tento dokument existuje napl\xE1novan\xFD koncept. Pokud nyn\xED publikujete zm\u011Bny, budou p\u0159eps\xE1ny, kdy\u017E se napl\xE1nov\xE1n\xED spust\xED.",
155
159
  /** The text content for the unpublished document banner when is part of a release */
156
160
  "banners.unpublished-release-banner.text": "Tento dokument bude nepublikov\xE1n jako sou\u010D\xE1st vyd\xE1n\xED <VersionBadge>{{title}}</VersionBadge>",
157
161
  /** The text content for the unpublished document banner letting the user know that the current published version is being shown */
@@ -525,7 +529,9 @@ var sanity = require("sanity"), structure = sanity.removeUndefinedLocaleResource
525
529
  /** The text for the expand action in the timeline item menu */
526
530
  "timeline-item.menu.action-expand": "Rozbalit",
527
531
  /** The text for the published event menu tooltip when the release is not found */
528
- "timeline-item.not-found-release.tooltip": 'Vyd\xE1n\xED s ID "{{releaseId}}" nebylo nalezeno'
532
+ "timeline-item.not-found-release.tooltip": 'Vyd\xE1n\xED s ID "{{releaseId}}" nebylo nalezeno',
533
+ /** The text for the "Inline changes" action, which is used to toggle the visibility of content diffs inside inputs */
534
+ "toggle-inline-changes.menu-item.title": "Zm\u011Bny v \u0159\xE1dku"
529
535
  });
530
536
  exports.default = structure;
531
537
  //# sourceMappingURL=structure.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"structure.cjs","sources":["../../src/structure.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for the \"Copy Document URL\" document action */\n 'action.copy-document-url.label': 'Zkopírovat URL dokumentu',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.delete.disabled.not-ready': 'Operace není připravena',\n /** Tooltip when action button is disabled because the document does not exist */\n 'action.delete.disabled.nothing-to-delete': 'Tento dokument ještě neexistuje nebo je již smazán',\n /** Label for the \"Delete\" document action button */\n 'action.delete.label': 'Smazat',\n /** Label for the \"Delete\" document action while the document is being deleted */\n 'action.delete.running.label': 'Maže se…',\n /** Tooltip when action is disabled because the document is linked to Canvas */\n 'action.disabled-by-canvas.tooltip':\n 'Některé akce dokumentu jsou zakázány pro dokumenty propojené s Canvas',\n /** Message prompting the user to confirm discarding changes */\n 'action.discard-changes.confirm-dialog.confirm-discard-changes':\n 'Jste si jisti, že chcete zahodit všechny změny od posledního zveřejnění?',\n /** Tooltip when action is disabled because the document has no unpublished changes */\n 'action.discard-changes.disabled.no-change': 'Tento dokument nemá žádné nezveřejněné změny',\n /** Tooltip when action is disabled because the document is not published */\n 'action.discard-changes.disabled.not-published': 'Tento dokument není zveřejněn',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.discard-changes.disabled.not-ready': 'Operace není připravena',\n /** Label for the \"Discard changes\" document action */\n 'action.discard-changes.label': 'Zahodit změny',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.duplicate.disabled.not-ready': 'Operace není připravena',\n /** Tooltip when action is disabled because the document doesn't exist */\n 'action.duplicate.disabled.nothing-to-duplicate':\n 'Tento dokument ještě neexistuje, takže není co duplikovat',\n /** Label for the \"Duplicate\" document action */\n 'action.duplicate.label': 'Duplikovat',\n /** Label for the \"Duplicate\" document action while the document is being duplicated */\n 'action.duplicate.running.label': 'Duplikuje se…',\n /** Tooltip when publish button is disabled because the document is already published, and published time is unavailable.*/\n 'action.publish.already-published.no-time-ago.tooltip': 'Již zveřejněno',\n /** Tooltip when publish button is disabled because the document is already published.*/\n 'action.publish.already-published.tooltip': 'Zveřejněno před {{timeSincePublished}}',\n /** Tooltip when action is disabled because the studio is not ready.*/\n 'action.publish.disabled.not-ready': 'Operace není připravena',\n /** Label for action when there are pending changes.*/\n 'action.publish.draft.label': 'Zveřejnit',\n /** Label for the \"Publish\" document action */\n 'action.publish.label': 'Publikovat',\n /** Label for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.label': 'Zveřejnit',\n /** Fallback tooltip for the \"Publish\" document action when publish is invoked for a document with live edit enabled.*/\n 'action.publish.live-edit.publish-disabled':\n 'Nelze zveřejnit, protože pro tento typ dokumentu je povolena funkce Live Edit',\n /** Tooltip for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.tooltip':\n 'Pro tento typ obsahu je povolena funkce Live Edit a zveřejnění probíhá automaticky, jakmile provádíte změny',\n /** Tooltip when publish button is disabled because there are no changes.*/\n 'action.publish.no-changes.tooltip': 'Žádné nezveřejněné změny',\n /** Label for the \"Publish\" document action when there are no changes.*/\n 'action.publish.published.label': 'Zveřejněno',\n /** Label for the \"Publish\" document action while publish is being executed.*/\n 'action.publish.running.label': 'Zveřejňuje se…',\n /** Tooltip when the \"Publish\" document action is disabled due to validation issues */\n 'action.publish.validation-issues.tooltip':\n 'Existují validační chyby, které je třeba opravit, než bude možné tento dokument zveřejnit',\n /** Tooltip when publish button is waiting for validation and async tasks to complete.*/\n 'action.publish.waiting': 'Čeká se na dokončení úloh před zveřejněním',\n /** Message prompting the user to confirm that they want to restore to an earlier revision*/\n 'action.restore.confirm.message': 'Jste si jisti, že chcete obnovit tento dokument?',\n /** Fallback tooltip for when user is looking at the initial revision */\n 'action.restore.disabled.cannot-restore-initial': 'Nemůžete obnovit počáteční verzi',\n /** Label for the \"Restore\" document action */\n 'action.restore.label': 'Obnovit',\n /** Default tooltip for the action */\n 'action.restore.tooltip': 'Obnovit na tuto verzi',\n /** Tooltip when action is disabled because the document is not already published */\n 'action.unpublish.disabled.not-published': 'Tento dokument není publikován',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.unpublish.disabled.not-ready': 'Operace není připravena',\n /** Label for the \"Unpublish\" document action */\n 'action.unpublish.label': 'Zrušit publikaci',\n /** Fallback tooltip for the Unpublish document action when publish is invoked for a document with live edit enabled.*/\n 'action.unpublish.live-edit.disabled':\n 'Tento dokument má povoleno živé úpravy a nemůže být zrušena jeho publikace',\n\n /** Description for the archived release banner, rendered when viewing the history of a version document from the publihed view */\n 'banners.archived-release.description':\n 'Prohlížíte dokument pouze pro čtení, který byl archivován jako součást <VersionBadge>{{title}}</VersionBadge>. Nelze ho upravit',\n /** The explanation displayed when a user attempts to create a new draft document, but the draft model is not switched on */\n 'banners.choose-new-document-destination.cannot-create-draft-document':\n 'Nelze vytvořit koncept dokumentu.',\n /** The explanation displayed when a user attempts to create a new published document, but the schema type doesn't support live-editing */\n 'banners.choose-new-document-destination.cannot-create-published-document':\n 'Nelze vytvořit publikovaný dokument.',\n /** The prompt displayed when a user must select a different perspective in order to create a document */\n 'banners.choose-new-document-destination.choose-destination': 'Vyberte cíl pro tento dokument:',\n /** The explanation displayed when a user attempts to create a new document in a release, but the selected release is inactive */\n 'banners.choose-new-document-destination.release-inactive':\n '<VersionBadge>{{title}}</VersionBadge> verze není aktivní.',\n /** The text for the restore button on the deleted document banner */\n 'banners.deleted-document-banner.restore-button.text': 'Obnovit nejnovější verzi',\n /** The text content for the deleted document banner */\n 'banners.deleted-document-banner.text': 'Tento dokument byl smazán.',\n /** The text content for the deprecated document type banner */\n 'banners.deprecated-document-type-banner.text': 'Tento typ dokumentu byl zastaralý.',\n /** The text for publish action for discarding the version */\n 'banners.live-edit-draft-banner.discard.tooltip': 'Zahodit koncept',\n /** The text for publish action for the draft banner */\n 'banners.live-edit-draft-banner.publish.tooltip': 'Publikovat a pokračovat v úpravách',\n /** The text content for the live edit document when it's a draft */\n 'banners.live-edit-draft-banner.text':\n 'Typ <strong>{{schemaType}}</strong> má povoleno <code>liveEdit</code>, ale existuje koncept tohoto dokumentu. Pro pokračování v živém úpravách jej publikujte nebo zahoďte.',\n /** The label for the \"compare draft\" action */\n 'banners.obsolete-draft.actions.compare-draft.text': 'Porovnat koncept',\n /** The label for the \"discard draft\" action */\n 'banners.obsolete-draft.actions.discard-draft.text': 'Zahodit koncept',\n /** The label for the \"publish draft\" action */\n 'banners.obsolete-draft.actions.publish-draft.text': 'Publikovat koncept',\n /** The warning displayed when editing a document that has an obsolete draft because the draft model is not switched on */\n 'banners.obsolete-draft.draft-model-inactive.text':\n 'Pracovní prostor nemá povolené koncepty, ale existuje konceptová verze tohoto dokumentu.',\n /** The text for the permission check banner if the user only has one role, and it does not allow publishing this document */\n 'banners.permission-check-banner.missing-permission_create_one':\n 'Vaše role <Roles/> nemá oprávnění vytvořit tento dokument.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow publishing this document */\n 'banners.permission-check-banner.missing-permission_create_other':\n 'Vaše role <Roles/> nemají oprávnění vytvořit tento dokument.',\n /** The text for the permission check banner if the user only has one role, and it does not allow editing this document */\n 'banners.permission-check-banner.missing-permission_update_one':\n 'Vaše role <Roles/> nemá oprávnění aktualizovat tento dokument.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow editing this document */\n 'banners.permission-check-banner.missing-permission_update_other':\n 'Vaše role <Roles/> nemají oprávnění aktualizovat tento dokument.',\n /** The pending text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.sent': 'Žádost o úpravy odeslána',\n /** The text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.text': 'Požádat o úpravy',\n /** Description for the archived release banner, rendered when viewing the history of a version document from the published view */\n 'banners.published-release.description':\n 'Prohlížíte dokument pouze pro čtení, který byl publikován jako součást <VersionBadge>{{title}}</VersionBadge>. Nelze ho upravit',\n /** The text for the reload button */\n 'banners.reference-changed-banner.reason-changed.reload-button.text': 'Znovu načíst referenci',\n /** The text for the reference change banner if the reason is that the reference has been changed */\n 'banners.reference-changed-banner.reason-changed.text':\n 'Tato reference byla změněna od doby, co jste ji otevřeli.',\n /** The text for the close button */\n 'banners.reference-changed-banner.reason-removed.close-button.text': 'Zavřít referenci',\n /** The text for the reference change banner if the reason is that the reference has been deleted */\n 'banners.reference-changed-banner.reason-removed.text':\n 'Tato reference byla odstraněna od doby, co jste ji otevřeli.',\n /** The text that appears for the action button to add the current document to the global release */\n 'banners.release.action.add-to-release': 'Přidat do vydání',\n /** The text that appears for the action button to add the current document to the global release */\n 'banners.release.action.open-to-edit': 'Otevřít release k úpravě',\n /** Toast description in case an error occurs when adding a document to a release */\n 'banners.release.error.description':\n 'Při přidávání dokumentu do release došlo k chybě: {{message}}',\n /** Toast title in case an error occurs when adding a document to a release */\n 'banners.release.error.title': 'Chyba při přidávání dokumentu do release',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description': 'Dokument existuje pouze ve',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-end_one': 'release',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-end_other': 'release',\n /** The text for the banner that appears when there are multiple versions but no drafts or published, only one extra releases */\n 'banners.release.navigate-to-edit-description-multiple_one':\n 'Tento dokument je součástí <VersionBadge/> release a {{count}} dalšího release.',\n /** The text for the banner that appears when there are multiple versions but no drafts or published, more than one extra releases */\n 'banners.release.navigate-to-edit-description-multiple_other':\n 'Tento dokument je součástí <VersionBadge/> release a {{count}} dalších release',\n /** The text for the banner that appears when a document only has one version but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-single':\n 'Tento dokument je součástí <VersionBadge/> release',\n /** The text for the banner that appears when a document is not in the current global release */\n 'banners.release.not-in-release': 'Není ve vydání <VersionBadge>{{title}}</VersionBadge>.',\n /** Description of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */\n 'banners.release.waiting.description':\n 'Vyčkejte prosím, než bude dokument přidán do release. Nemělo by to trvat déle než několik sekund.',\n /** Title of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */\n 'banners.release.waiting.title': 'Přidávání dokumentu do release…',\n /** The text for the revision not found banner */\n 'banners.revision-not-found.description':\n 'Nemohli jsme najít vybranou revizi dokumentu, prosím vyberte jiný záznam ze seznamu historie.',\n /** The text content for the unpublished document banner when is part of a release */\n 'banners.unpublished-release-banner.text':\n 'Tento dokument bude nepublikován jako součást vydání <VersionBadge>{{title}}</VersionBadge>',\n /** The text content for the unpublished document banner letting the user know that the current published version is being shown */\n 'banners.unpublished-release-banner.text-with-published':\n 'Zobrazuje se aktuální <strong>publikovaná</strong> verze:',\n\n /** Browser/tab title when creating a new document of a given type */\n 'browser-document-title.new-document': 'Nový {{schemaType}}',\n /** Browser/tab title when editing a document where the title cannot be resolved from preview configuration */\n 'browser-document-title.untitled-document': 'Bez názvu',\n\n /** The action menu button aria-label */\n 'buttons.action-menu-button.aria-label': 'Otevřít akce dokumentu',\n /** The action menu button tooltip */\n 'buttons.action-menu-button.tooltip': 'Akce dokumentu',\n /** The aria-label for the split pane button on the document panel header */\n 'buttons.split-pane-button.aria-label': 'Rozdělit panel vpravo',\n /** The tool tip for the split pane button on the document panel header */\n 'buttons.split-pane-button.tooltip': 'Rozdělit panel vpravo',\n /** The title for the close button on the split pane on the document panel header */\n 'buttons.split-pane-close-button.title': 'Zavřít rozdělený panel',\n /** The title for the close group button on the split pane on the document panel header */\n 'buttons.split-pane-close-group-button.title': 'Zavřít skupinu panelů',\n\n /** The text for the canvas linked banner action button */\n 'canvas.banner.edit-in-canvas-action': 'Upravit v Canvas',\n /** The text for the canvas linked banner when the document is a draft */\n 'canvas.banner.linked-text.draft': 'Tento koncept dokumentu je propojen s Canvas',\n /** The text for the canvas linked banner when the document is a live document */\n 'canvas.banner.linked-text.published': 'Tento živý dokument je propojen s Canvas',\n /** The text for the canvas linked banner when the document is a version document */\n 'canvas.banner.linked-text.version': 'Tento verze dokumentu je propojen s Canvas',\n /** The text for the canvas linked banner popover button */\n 'canvas.banner.popover-button-text': 'Zjistit více',\n /** The description for the canvas linked banner popover */\n 'canvas.banner.popover-description':\n 'Canvas vám umožňuje tvořit v editoru s volnou formou, který se automaticky mapuje zpět do Studia jako strukturovaný obsah - jak píšete.',\n /** The heading for the canvas linked banner popover */\n 'canvas.banner.popover-heading': 'Autorství s myšlenkou na prvním místě',\n\n /** The description for the changes banner */\n 'changes.banner.description':\n 'Zobrazuje historii pro verzi <strong>{{perspective}}</strong> tohoto dokumentu.',\n /** The tooltip for the changes banner */\n 'changes.banner.tooltip':\n 'Tento pohled ukazuje změny, které nastaly ve specifické verzi tohoto dokumentu. Vyberte jinou verzi, abyste viděli její změny',\n /** The label used in the changes inspector for the from selector */\n 'changes.from.label': 'Od',\n /* The label for the history tab in the changes inspector*/\n 'changes.tab.history': 'Historie',\n /* The label for the review tab in the changes inspector*/\n 'changes.tab.review-changes': 'Zkontrolovat změny',\n /** The label used in the changes inspector for the to selector */\n 'changes.to.label': 'Do',\n\n /** The error message shown when the specified document comparison mode is not supported */\n 'compare-version.error.invalidModeParam':\n '\"{{input}}\" není podporovaný režim porovnání dokumentů.',\n /** The error message shown when the next document for comparison could not be extracted from the URL */\n 'compare-version.error.invalidNextDocumentParam': 'Parametr pro další dokument je neplatný.',\n /** The error message shown when the document comparison URL could not be parsed */\n 'compare-version.error.invalidParams.title': 'Nelze porovnat dokumenty',\n /** The error message shown when the previous document for comparison could not be extracted from the URL */\n 'compare-version.error.invalidPreviousDocumentParam':\n 'Parametr pro předchozí dokument je neplatný.',\n\n /** The text for the tooltip when the \"Compare versions\" action for a document is disabled */\n 'compare-versions.menu-item.disabled-reason':\n 'Neexistují žádné další verze tohoto dokumentu ke srovnání.',\n /** The text for the \"Compare versions\" action for a document */\n 'compare-versions.menu-item.title': 'Porovnat verze',\n /** The string used to label draft documents */\n 'compare-versions.status.draft': 'Koncept',\n /** The string used to label published documents */\n 'compare-versions.status.published': 'Publikováno',\n /** The title used when comparing versions of a document */\n 'compare-versions.title': 'Porovnání verzí',\n\n /** The text in the \"Cancel\" button in the confirm delete dialog that cancels the action and closes the dialog */\n 'confirm-delete-dialog.cancel-button.text': 'Zrušit',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_one': '1 dokument',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_other': '{{count}} dokumentů',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_one': 'Dataset: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_other': 'Datasety: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_one': 'Nedostupný dataset',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_other': 'Nedostupné datasety',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (singular) */\n 'confirm-delete-dialog.cdr-summary.title_one': '{{documentCount}} v jiném datasetu',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (plural) */\n 'confirm-delete-dialog.cdr-summary.title_other': '{{documentCount}} v {{count}} datasety',\n /** Appears when hovering over the copy button to copy */\n 'confirm-delete-dialog.cdr-table.copy-id-button.tooltip': 'Zkopírovat ID do schránky',\n /** The header for the dataset column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.dataset.label': 'Dataset',\n /** The header for the document ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.document-id.label': 'ID dokumentu',\n /** The toast title when the copy button has been clicked but copying failed */\n 'confirm-delete-dialog.cdr-table.id-copied-toast.title-failed': 'Kopírování ID dokumentu selhalo',\n /** The header for the project ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.project-id.label': 'ID projektu',\n /** The text in the \"Delete anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_delete': 'Smazat přesto',\n /** The text in the \"Unpublish anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_unpublish': 'Zrušit publikaci přesto',\n /** The text in the \"Delete now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_delete': 'Smazat nyní',\n /** The text in the \"Unpublish now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_unpublish': 'Zrušit publikaci nyní',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_delete':\n 'Jste si jisti, že chcete smazat „<DocumentTitle/>“?',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_unpublish':\n 'Jste si jisti, že chcete zrušit publikaci „<DocumentTitle/>“?',\n /** The text body of the error dialog. */\n 'confirm-delete-dialog.error.message.text': 'Při načítání odkazujících dokumentů došlo k chybě.',\n /** The text in the retry button of the confirm delete dialog if an error occurred. */\n 'confirm-delete-dialog.error.retry-button.text': 'Zkusit znovu',\n /** The header of the confirm delete dialog if an error occurred while the confirm delete dialog was open. */\n 'confirm-delete-dialog.error.title.text': 'Chyba',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_delete': 'Smazat dokument?',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_unpublish': 'Zrušit publikaci dokumentu?',\n /** The text that appears while the referring documents are queried */\n 'confirm-delete-dialog.loading.text': 'Hledání odkazujících dokumentů…',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_one': '1 další odkaz není zobrazen',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_other':\n '{{count}} dalších referencí není zobrazeno',\n /** Text in the tooltip of this component if hovering over the info icon */\n 'confirm-delete-dialog.other-reference-count.tooltip':\n 'Nemůžeme zobrazit metadata pro tyto reference kvůli chybějícímu přístupovému tokenu pro související datasety.',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.subtitle': 'ID: {{documentId}}',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.title': 'Náhled není k dispozici',\n /** Warns the user of affects to other documents if the action is confirmed (delete) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_delete':\n 'Pokud smažete tento dokument, dokumenty, které na něj odkazují, již nebudou moci získat přístup.',\n /** Warns the user of affects to other documents if the action is confirmed (unpublish) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_unpublish':\n 'Pokud zrušíte publikaci tohoto dokumentu, dokumenty, které na něj odkazují, již nebudou moci získat přístup.',\n /** Tells the user the count of how many other referring documents there are before listing them. (singular) */\n 'confirm-delete-dialog.referring-document-count.text_one':\n '1 dokument odkazuje na „<DocumentTitle/>“',\n /** Tells the user the count of how many other referring documents there are before listing them. (plural) */\n 'confirm-delete-dialog.referring-document-count.text_other':\n '{{count}} dokumentů odkazuje na „<DocumentTitle/>“',\n /** Describes the list of documents that refer to the one trying to be deleted (delete) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_delete':\n 'Možná nebudete moci smazat „<DocumentTitle/>“, protože na něj odkazují následující dokumenty:',\n /** Describes the list of documents that refer to the one trying to be deleted (unpublish) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_unpublish':\n 'Možná nebudete moci zrušit publikaci „<DocumentTitle/>“, protože na něj odkazují následující dokumenty:',\n\n /** The text for the cancel button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.cancel-button.fallback-text': 'Zrušit',\n /** The text for the confirm button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.confirm-button.fallback-text': 'Potvrdit',\n\n /** For the default structure definition, the title for the \"Content\" pane */\n 'default-definition.content-title': 'Obsah',\n\n /** The text shown if there was an error while getting the document's title via a preview value */\n 'doc-title.error.text': 'Chyba: {{errorMessage}}',\n /** The text shown if the preview value for a document is non-existent or empty */\n 'doc-title.fallback.text': 'Bez názvu',\n /** The text shown if a document's title via a preview value cannot be determined due to an unknown schema type */\n 'doc-title.unknown-schema-type.text': 'Neznámý typ schématu: {{schemaType}}',\n\n /** Tooltip text shown for the close button of the document inspector */\n 'document-inspector.close-button.tooltip': 'Zavřít',\n /** The title shown in the dialog header, when inspecting a valid document */\n 'document-inspector.dialog.title': 'Inspekce <DocumentTitle/>',\n /** The title shown in the dialog header, when the document being inspected is not created yet/has no value */\n 'document-inspector.dialog.title-no-value': 'Bez hodnoty',\n /** Title shown for menu item that opens the \"Inspect\" dialog */\n 'document-inspector.menu-item.title': 'Inspekce',\n /** the placeholder text for the search input on the inspect dialog */\n 'document-inspector.search.placeholder': 'Hledat',\n /** The \"parsed\" view mode, meaning the JSON is searchable, collapsible etc */\n 'document-inspector.view-mode.parsed': 'Zpracované',\n /** The \"raw\" view mode, meaning the JSON is presented syntax-highlighted, but with no other features - optimal for copying */\n 'document-inspector.view-mode.raw-json': 'Surový JSON',\n\n /** The text for when a form is hidden */\n 'document-view.form-view.form-hidden': 'Tento formulář je skrytý',\n /** Fallback title shown when a form title is not provided */\n 'document-view.form-view.form-title-fallback': 'Nepojmenované',\n /** The text for when the form view is loading a document */\n 'document-view.form-view.loading': 'Načítání dokumentu…',\n /** The description of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.description':\n 'Vyčkejte, prosím, dokud se dokument synchronizuje. To se obvykle děje ihned po publikaci dokumentu a nemělo by to trvat déle než několik sekund',\n /** The title of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.title': 'Synchronizace dokumentu…',\n\n /** The description for the document favorite action */\n 'document.favorites.add-to-favorites': 'Přidat do oblíbených',\n /** The description for the document unfavorite action */\n 'document.favorites.remove-from-favorites': 'Odebrat z oblíbených',\n\n /** The description for the events inspector when we can't load the document so we default to compare with published */\n 'events.compare-with-published.description':\n 'Nemůžeme načíst změny pro tento dokument, pravděpodobně kvůli politice uchovávání historie vašeho plánu, toto vám ukazuje, jak se verze <strong>{{version}}</strong> porovnává s verzí <strong>published</strong>.',\n /** The title for the events inspector when we can't load the document so we default to compare with published */\n 'events.compare-with-published.title': 'Porovnání s publikovanou verzí',\n /**The title for the menu items that will be shown when expanding a publish release event to inspect the document */\n 'events.inspect.release': 'Prozkoumat dokument <VersionBadge>{{releaseTitle}}</VersionBadge>',\n /**The title for the menu items that will be shown when expanding a publish draft event to inspect the draft document*/\n 'events.open.draft': 'Otevřít dokument <VersionBadge>draft</VersionBadge>',\n /**The title for the menu items that will be shown when expanding a publish release event to inspect the release*/\n 'events.open.release': 'Otevřít vydání <VersionBadge>{{releaseTitle}}</VersionBadge>',\n\n /** The loading messaging for when the tooltip is still loading permission info */\n 'insufficient-permissions-message-tooltip.loading-text': 'Načítání…',\n\n /** --- Menu items --- */\n /** The menu item group title to use for the Action menu items */\n 'menu-item-groups.actions-group': 'Akce',\n /** The menu item group title to use for the Layout menu items */\n 'menu-item-groups.layout-group': 'Rozložení',\n /** The menu item group title to use for the Sort menu items */\n 'menu-item-groups.sorting-group': 'Řazení',\n\n /** The menu item title to use the compact view */\n 'menu-items.layout.compact-view': 'Kompaktní zobrazení',\n /** The menu item title to use the detailed view */\n 'menu-items.layout.detailed-view': 'Detailní zobrazení',\n /** The menu item title to Sort by Created */\n 'menu-items.sort-by.created': 'Seřadit podle data vytvoření',\n /** The menu item title to Sort by Last Edited */\n 'menu-items.sort-by.last-edited': 'Seřadit podle poslední úpravy',\n\n /** The link text of the no document type screen that appears directly below the subtitle */\n 'no-document-types-screen.link-text': 'Zjistěte, jak přidat typ dokumentu →',\n /** The subtitle of the no document type screen that appears directly below the title */\n 'no-document-types-screen.subtitle':\n 'Prosím, definujte alespoň jeden typ dokumentu ve vašem schématu.',\n /** The title of the no document type screen */\n 'no-document-types-screen.title': 'Žádné typy dokumentů',\n\n /** Text shown on back button visible on smaller breakpoints */\n 'pane-header.back-button.text': 'Zpět',\n /** tooltip text (via `title` attribute) for the menu button */\n 'pane-header.context-menu-button.tooltip': 'Zobrazit menu',\n /** Appears in a document list pane header if there are more than one option for create. This is the label for that menu */\n 'pane-header.create-menu.label': 'Vytvořit',\n /** Tooltip displayed on the create new button in document lists */\n 'pane-header.create-new-button.tooltip': 'Vytvořit nový dokument',\n /** The `aria-label` for the disabled button in the pane header if create permissions are granted */\n 'pane-header.disabled-created-button.aria-label': 'Nedostatečná oprávnění',\n\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.draft-status.has-draft.tooltip': 'Editováno <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.draft-status.no-draft.tooltip': 'Žádné nezveřejněné úpravy',\n /** The subtitle tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.subtitle': 'Dokument: <Code>{{documentId}}</Code>',\n /** The title tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.title':\n 'Pro typ <Code>{{documentType}}</Code> nebylo nalezeno schéma',\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.published-status.has-published.tooltip': 'Publikováno <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.published-status.no-published.tooltip': 'Žádné nezveřejněné úpravy',\n\n /** The text used in the document header title if there is an error */\n 'panes.document-header-title.error.text': 'Chyba: {{error}}',\n /** The text used in the document header title if creating a new item */\n 'panes.document-header-title.new.text': 'Nový {{schemaType}}',\n /** The text used in the document header title if no other title can be determined */\n 'panes.document-header-title.untitled.text': 'Bez názvu',\n /** The help text saying that we'll retry fetching the document list */\n 'panes.document-list-pane.error.retrying': 'Opakujeme pokus…',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text': 'Chyba: <Code>{{error}}</Code>',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text.dev': 'Chyba: <Code>{{error}}</Code>',\n /** The error text on the document list pane if the browser appears to be offlline */\n 'panes.document-list-pane.error.text.offline': 'Zdá se, že internetové připojení je offline.',\n /** The error title on the document list pane */\n 'panes.document-list-pane.error.title': 'Nepodařilo se načíst položky seznamu',\n /** The help text saying that we'll retry fetching the document list */\n 'panes.document-list-pane.error.will-retry-automatically_one': 'Opakujeme pokus…',\n 'panes.document-list-pane.error.will-retry-automatically_other': 'Opakujeme pokus… (#{{count}}).',\n /** The text of the document list pane if more than a maximum number of documents are returned */\n 'panes.document-list-pane.max-items.text': 'Zobrazuje se maximálně {{limit}} dokumentů',\n /** The text of the document list pane if no documents are found for a specified type */\n 'panes.document-list-pane.no-documents-of-type.text': 'Žádné dokumenty tohoto typu',\n /** The text of the document list pane if no documents are found */\n 'panes.document-list-pane.no-documents.text': 'Nebyly nalezeny žádné výsledky',\n /** The text of the document list pane if no documents are found matching specified criteria */\n 'panes.document-list-pane.no-matching-documents.text':\n 'Nebyly nalezeny žádné odpovídající dokumenty',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.reconnecting': 'Pokus o opětovné připojení…',\n /** The aria-label for the search input on the document list pane */\n 'panes.document-list-pane.search-input.aria-label': 'Prohledat seznam',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.search-input.placeholder': 'Prohledat seznam',\n /** The summary title when displaying an error for a document operation result */\n 'panes.document-operation-results.error.summary.title': 'Podrobnosti',\n /** The text when a generic operation failed (fallback, generally not shown) */\n 'panes.document-operation-results.operation-error': 'Během {{context}} došlo k chybě',\n /** The text when a delete operation failed */\n 'panes.document-operation-results.operation-error_delete':\n 'Při pokusu o smazání tohoto dokumentu došlo k chybě. To obvykle znamená, že na něj odkazují jiné dokumenty.',\n /** The text when an unpublish operation failed */\n 'panes.document-operation-results.operation-error_unpublish':\n 'Při pokusu o zrušení publikace tohoto dokumentu došlo k chybě. To obvykle znamená, že na něj odkazují jiné dokumenty.',\n /** The text when a generic operation succeeded (fallback, generally not shown) */\n 'panes.document-operation-results.operation-success':\n 'Úspěšně provedeno {{context}} na dokumentu',\n /** The text when copy URL operation succeeded */\n 'panes.document-operation-results.operation-success_copy-url':\n 'URL dokumentu byla zkopírována do schránky',\n /** */\n 'panes.document-operation-results.operation-success_createVersion':\n '<Strong>{{title}}</Strong> byl přidán do vydání',\n /** The text when a delete operation succeeded */\n 'panes.document-operation-results.operation-success_delete': 'Dokument byl úspěšně smazán',\n /** The text when a discard changes operation succeeded */\n 'panes.document-operation-results.operation-success_discardChanges':\n 'Všechny změny od poslední publikace byly nyní zrušeny. Zahozený koncept lze stále obnovit z historie',\n /** The text when a duplicate operation succeeded */\n 'panes.document-operation-results.operation-success_duplicate': 'Dokument byl úspěšně duplikován',\n /** The text when a publish operation succeeded */\n 'panes.document-operation-results.operation-success_publish': 'Dokument byl publikován',\n /** The text when a restore operation succeeded */\n 'panes.document-operation-results.operation-success_restore':\n '<Strong>{{title}}</Strong> byl obnoven',\n /** The text when an unpublish operation succeeded */\n 'panes.document-operation-results.operation-success_unpublish':\n 'Publikace dokumentu byla zrušena. Z poslední publikované verze byl vytvořen koncept.',\n /** The document title shown when document title is \"undefined\" in operation message */\n 'panes.document-operation-results.operation-undefined-title': 'Bez názvu',\n /** The loading message for the document not found pane */\n 'panes.document-pane.document-not-found.loading': 'Načítání dokumentu…',\n /** The text of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.text':\n 'Typ dokumentu není definován a dokument s identifikátorem <Code>{{id}}</Code> nebyl nalezen.',\n /** The title of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.title': 'Dokument nebyl nalezen',\n /** The text of the document not found pane if the schema is not found */\n 'panes.document-pane.document-unknown-type.text':\n 'Tento dokument má schéma typu <Code>{{documentType}}</Code>, které není definováno jako typ v lokálním schématu obsahu studia.',\n /** The title of the document not found pane if the schema is not found or unknown */\n 'panes.document-pane.document-unknown-type.title':\n 'Neznámý typ dokumentu: <Code>{{documentType}}</Code>',\n /** The title of the document not found pane if the schema is unknown */\n 'panes.document-pane.document-unknown-type.without-schema.text':\n 'Tento dokument neexistuje a nebyl pro něj určen žádný typ schématu.',\n /** Default message shown while resolving the structure definition for an asynchronous node */\n 'panes.resolving.default-message': 'Načítání…',\n /** Message shown while resolving the structure definition for an asynchronous node and it is taking a while (more than 5s) */\n 'panes.resolving.slow-resolve-message': 'Stále se načítá…',\n /** The text to display when type is missing */\n 'panes.unknown-pane-type.missing-type.text':\n 'Strukturní položka postrádá požadovanou vlastnost <Code>type</Code>.',\n /** The title of the unknown pane */\n 'panes.unknown-pane-type.title': 'Neznámý typ panelu',\n /** The text to display when type is unknown */\n 'panes.unknown-pane-type.unknown-type.text':\n 'Strukturní položka typu <Code>{{type}}</Code> není známou entitou.',\n\n /** The text for the \"Open preview\" action for a document */\n 'production-preview.menu-item.title': 'Otevřít náhled',\n\n /** The text for the confirm button in the request permission dialog used in the permissions banner */\n 'request-permission-dialog.confirm-button.text': 'Odeslat žádost',\n /** The description text for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.description.text':\n 'Vaše žádost bude odeslána administrátorům projektu. Pokud chcete, můžete přiložit i poznámku',\n /** The header/title for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.header.text': 'Požádat o přístup k úpravám',\n /** The text describing the note input for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.note-input.description.text': 'Pokud chcete, můžete přidat poznámku',\n /** The placeholder for the note input in the request permission dialog used in the permissions banner */\n 'request-permission-dialog.note-input.placeholder.text': 'Přidat poznámku...',\n /** The error/warning text in the request permission dialog when the user's request has been declined */\n 'request-permission-dialog.warning.denied.text':\n 'Vaše žádost o přístup k tomuto projektu byla zamítnuta.',\n /** The error/warning text in the request permission dialog when the user's request has been denied due to too many outstanding requests */\n 'request-permission-dialog.warning.limit-reached.text':\n 'Dosáhli jste limitu pro žádosti o role ve všech projektech. Před odesláním dalších žádostí počkejte, nebo kontaktujte administrátora pro pomoc.',\n\n /** Label for button when status is saved */\n 'status-bar.document-status-pulse.status.saved.text': 'Uloženo',\n /** Label for button when status is syncing */\n 'status-bar.document-status-pulse.status.syncing.text': 'Ukládání...',\n /** Accessibility label indicating when the document was last published, in relative time, eg \"3 weeks ago\" */\n 'status-bar.publish-status-button.last-published-time.aria-label':\n 'Naposledy publikováno {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last published <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-published-time.tooltip':\n 'Naposledy publikováno <RelativeTime/>',\n /** Accessibility label indicating when the document was last updated, in relative time, eg \"2 hours ago\" */\n 'status-bar.publish-status-button.last-updated-time.aria-label':\n 'Naposledy aktualizováno {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last updated <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-updated-time.tooltip':\n 'Naposledy aktualizováno <RelativeTime/>',\n /** Aria label for the button */\n 'status-bar.review-changes-button.aria-label': 'Zkontrolovat změny',\n /** Label for button when status is saved */\n 'status-bar.review-changes-button.status.saved.text': 'Uloženo!',\n /** Label for button when status is syncing */\n 'status-bar.review-changes-button.status.syncing.text': 'Ukládání...',\n /** Text for the secondary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.changes-saved': 'Změny uloženy',\n /** Primary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.text': 'Zkontrolovat změny',\n\n /** The text that appears in side the documentation link */\n 'structure-error.docs-link.text': 'Zobrazit dokumentaci',\n /** Labels the error message or error stack of the structure error screen */\n 'structure-error.error.label': 'Chyba',\n /** The header that appears at the top of the error screen */\n 'structure-error.header.text': 'Při čtení struktury došlo k chybě',\n /** The text in the reload button to retry rendering the structure */\n 'structure-error.reload-button.text': 'Znovu načíst',\n /** Labels the structure path of the structure error screen */\n 'structure-error.structure-path.label': 'Cesta struktury',\n\n /** The aria label for the menu button in the timeline item */\n 'timeline-item.menu-button.aria-label': 'Otevřít akční menu',\n /** The text for the tooltip in menu button the timeline item */\n 'timeline-item.menu-button.tooltip': 'Akce',\n /** The text for the collapse action in the timeline item menu */\n 'timeline-item.menu.action-collapse': 'Sbalit',\n /** The text for the expand action in the timeline item menu */\n 'timeline-item.menu.action-expand': 'Rozbalit',\n /** The text for the published event menu tooltip when the release is not found */\n 'timeline-item.not-found-release.tooltip': 'Vydání s ID \"{{releaseId}}\" nebylo nalezeno',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,YAAeA,sCAA+B;AAAA;AAAA,EAE5C,kCAAkC;AAAA;AAAA,EAElC,oCAAoC;AAAA;AAAA,EAEpC,4CAA4C;AAAA;AAAA,EAE5C,uBAAuB;AAAA;AAAA,EAEvB,+BAA+B;AAAA;AAAA,EAE/B,qCACE;AAAA;AAAA,EAEF,iEACE;AAAA;AAAA,EAEF,6CAA6C;AAAA;AAAA,EAE7C,iDAAiD;AAAA;AAAA,EAEjD,6CAA6C;AAAA;AAAA,EAE7C,gCAAgC;AAAA;AAAA,EAEhC,uCAAuC;AAAA;AAAA,EAEvC,kDACE;AAAA;AAAA,EAEF,0BAA0B;AAAA;AAAA,EAE1B,kCAAkC;AAAA;AAAA,EAElC,wDAAwD;AAAA;AAAA,EAExD,4CAA4C;AAAA;AAAA,EAE5C,qCAAqC;AAAA;AAAA,EAErC,8BAA8B;AAAA;AAAA,EAE9B,wBAAwB;AAAA;AAAA,EAExB,kCAAkC;AAAA;AAAA,EAElC,6CACE;AAAA;AAAA,EAEF,oCACE;AAAA;AAAA,EAEF,qCAAqC;AAAA;AAAA,EAErC,kCAAkC;AAAA;AAAA,EAElC,gCAAgC;AAAA;AAAA,EAEhC,4CACE;AAAA;AAAA,EAEF,0BAA0B;AAAA;AAAA,EAE1B,kCAAkC;AAAA;AAAA,EAElC,kDAAkD;AAAA;AAAA,EAElD,wBAAwB;AAAA;AAAA,EAExB,0BAA0B;AAAA;AAAA,EAE1B,2CAA2C;AAAA;AAAA,EAE3C,uCAAuC;AAAA;AAAA,EAEvC,0BAA0B;AAAA;AAAA,EAE1B,uCACE;AAAA;AAAA,EAGF,wCACE;AAAA;AAAA,EAEF,wEACE;AAAA;AAAA,EAEF,4EACE;AAAA;AAAA,EAEF,8DAA8D;AAAA;AAAA,EAE9D,4DACE;AAAA;AAAA,EAEF,uDAAuD;AAAA;AAAA,EAEvD,wCAAwC;AAAA;AAAA,EAExC,gDAAgD;AAAA;AAAA,EAEhD,kDAAkD;AAAA;AAAA,EAElD,kDAAkD;AAAA;AAAA,EAElD,uCACE;AAAA;AAAA,EAEF,qDAAqD;AAAA;AAAA,EAErD,qDAAqD;AAAA;AAAA,EAErD,qDAAqD;AAAA;AAAA,EAErD,oDACE;AAAA;AAAA,EAEF,iEACE;AAAA;AAAA,EAEF,mEACE;AAAA;AAAA,EAEF,iEACE;AAAA;AAAA,EAEF,mEACE;AAAA;AAAA,EAEF,kEAAkE;AAAA;AAAA,EAElE,kEAAkE;AAAA;AAAA,EAElE,yCACE;AAAA;AAAA,EAEF,sEAAsE;AAAA;AAAA,EAEtE,wDACE;AAAA;AAAA,EAEF,qEAAqE;AAAA;AAAA,EAErE,wDACE;AAAA;AAAA,EAEF,yCAAyC;AAAA;AAAA,EAEzC,uCAAuC;AAAA;AAAA,EAEvC,qCACE;AAAA;AAAA,EAEF,+BAA+B;AAAA;AAAA,EAE/B,gDAAgD;AAAA;AAAA,EAEhD,wDAAwD;AAAA;AAAA,EAExD,0DAA0D;AAAA;AAAA,EAE1D,6DACE;AAAA;AAAA,EAEF,+DACE;AAAA;AAAA,EAEF,uDACE;AAAA;AAAA,EAEF,kCAAkC;AAAA;AAAA,EAElC,uCACE;AAAA;AAAA,EAEF,iCAAiC;AAAA;AAAA,EAEjC,0CACE;AAAA;AAAA,EAEF,2CACE;AAAA;AAAA,EAEF,0DACE;AAAA;AAAA,EAGF,uCAAuC;AAAA;AAAA,EAEvC,4CAA4C;AAAA;AAAA,EAG5C,yCAAyC;AAAA;AAAA,EAEzC,sCAAsC;AAAA;AAAA,EAEtC,wCAAwC;AAAA;AAAA,EAExC,qCAAqC;AAAA;AAAA,EAErC,yCAAyC;AAAA;AAAA,EAEzC,+CAA+C;AAAA;AAAA,EAG/C,uCAAuC;AAAA;AAAA,EAEvC,mCAAmC;AAAA;AAAA,EAEnC,uCAAuC;AAAA;AAAA,EAEvC,qCAAqC;AAAA;AAAA,EAErC,qCAAqC;AAAA;AAAA,EAErC,qCACE;AAAA;AAAA,EAEF,iCAAiC;AAAA;AAAA,EAGjC,8BACE;AAAA;AAAA,EAEF,0BACE;AAAA;AAAA,EAEF,sBAAsB;AAAA;AAAA,EAEtB,uBAAuB;AAAA;AAAA,EAEvB,8BAA8B;AAAA;AAAA,EAE9B,oBAAoB;AAAA;AAAA,EAGpB,0CACE;AAAA;AAAA,EAEF,kDAAkD;AAAA;AAAA,EAElD,6CAA6C;AAAA;AAAA,EAE7C,sDACE;AAAA;AAAA,EAGF,8CACE;AAAA;AAAA,EAEF,oCAAoC;AAAA;AAAA,EAEpC,iCAAiC;AAAA;AAAA,EAEjC,qCAAqC;AAAA;AAAA,EAErC,0BAA0B;AAAA;AAAA,EAG1B,4CAA4C;AAAA;AAAA,EAE5C,wDAAwD;AAAA;AAAA,EAExD,0DAA0D;AAAA;AAAA,EAE1D,kDAAkD;AAAA;AAAA,EAElD,oDAAoD;AAAA;AAAA,EAEpD,8DAA8D;AAAA;AAAA,EAE9D,gEAAgE;AAAA;AAAA,EAEhE,+CAA+C;AAAA;AAAA,EAE/C,iDAAiD;AAAA;AAAA,EAEjD,0DAA0D;AAAA;AAAA,EAE1D,iDAAiD;AAAA;AAAA,EAEjD,qDAAqD;AAAA;AAAA,EAErD,gEAAgE;AAAA;AAAA,EAEhE,oDAAoD;AAAA;AAAA,EAEpD,2DAA2D;AAAA;AAAA,EAE3D,8DAA8D;AAAA;AAAA,EAE9D,oDAAoD;AAAA;AAAA,EAEpD,uDAAuD;AAAA;AAAA,EAEvD,kDACE;AAAA;AAAA,EAEF,qDACE;AAAA;AAAA,EAEF,4CAA4C;AAAA;AAAA,EAE5C,iDAAiD;AAAA;AAAA,EAEjD,0CAA0C;AAAA;AAAA,EAE1C,4CAA4C;AAAA;AAAA,EAE5C,+CAA+C;AAAA;AAAA,EAE/C,sCAAsC;AAAA;AAAA,EAEtC,yDAAyD;AAAA;AAAA,EAEzD,2DACE;AAAA;AAAA,EAEF,uDACE;AAAA;AAAA,EAEF,mEAAmE;AAAA;AAAA,EAEnE,gEAAgE;AAAA;AAAA,EAEhE,sEACE;AAAA;AAAA,EAEF,yEACE;AAAA;AAAA,EAEF,2DACE;AAAA;AAAA,EAEF,6DACE;AAAA;AAAA,EAEF,oEACE;AAAA;AAAA,EAEF,uEACE;AAAA;AAAA,EAGF,8CAA8C;AAAA;AAAA,EAE9C,+CAA+C;AAAA;AAAA,EAG/C,oCAAoC;AAAA;AAAA,EAGpC,wBAAwB;AAAA;AAAA,EAExB,2BAA2B;AAAA;AAAA,EAE3B,sCAAsC;AAAA;AAAA,EAGtC,2CAA2C;AAAA;AAAA,EAE3C,mCAAmC;AAAA;AAAA,EAEnC,4CAA4C;AAAA;AAAA,EAE5C,sCAAsC;AAAA;AAAA,EAEtC,yCAAyC;AAAA;AAAA,EAEzC,uCAAuC;AAAA;AAAA,EAEvC,yCAAyC;AAAA;AAAA,EAGzC,uCAAuC;AAAA;AAAA,EAEvC,+CAA+C;AAAA;AAAA,EAE/C,mCAAmC;AAAA;AAAA,EAEnC,uDACE;AAAA;AAAA,EAEF,iDAAiD;AAAA;AAAA,EAGjD,uCAAuC;AAAA;AAAA,EAEvC,4CAA4C;AAAA;AAAA,EAG5C,6CACE;AAAA;AAAA,EAEF,uCAAuC;AAAA;AAAA,EAEvC,0BAA0B;AAAA;AAAA,EAE1B,qBAAqB;AAAA;AAAA,EAErB,uBAAuB;AAAA;AAAA,EAGvB,yDAAyD;AAAA;AAAA;AAAA,EAIzD,kCAAkC;AAAA;AAAA,EAElC,iCAAiC;AAAA;AAAA,EAEjC,kCAAkC;AAAA;AAAA,EAGlC,kCAAkC;AAAA;AAAA,EAElC,mCAAmC;AAAA;AAAA,EAEnC,8BAA8B;AAAA;AAAA,EAE9B,kCAAkC;AAAA;AAAA,EAGlC,sCAAsC;AAAA;AAAA,EAEtC,qCACE;AAAA;AAAA,EAEF,kCAAkC;AAAA;AAAA,EAGlC,gCAAgC;AAAA;AAAA,EAEhC,2CAA2C;AAAA;AAAA,EAE3C,iCAAiC;AAAA;AAAA,EAEjC,yCAAyC;AAAA;AAAA,EAEzC,kDAAkD;AAAA;AAAA,EAGlD,4CAA4C;AAAA;AAAA,EAE5C,2CAA2C;AAAA;AAAA,EAE3C,0CAA0C;AAAA;AAAA,EAE1C,uCACE;AAAA;AAAA,EAEF,oDAAoD;AAAA;AAAA,EAEpD,mDAAmD;AAAA;AAAA,EAGnD,0CAA0C;AAAA;AAAA,EAE1C,wCAAwC;AAAA;AAAA,EAExC,6CAA6C;AAAA;AAAA,EAE7C,2CAA2C;AAAA;AAAA,EAE3C,uCAAuC;AAAA;AAAA,EAEvC,2CAA2C;AAAA;AAAA,EAE3C,+CAA+C;AAAA;AAAA,EAE/C,wCAAwC;AAAA;AAAA,EAExC,+DAA+D;AAAA,EAC/D,iEAAiE;AAAA;AAAA,EAEjE,2CAA2C;AAAA;AAAA,EAE3C,sDAAsD;AAAA;AAAA,EAEtD,8CAA8C;AAAA;AAAA,EAE9C,uDACE;AAAA;AAAA,EAEF,yCAAyC;AAAA;AAAA,EAEzC,oDAAoD;AAAA;AAAA,EAEpD,qDAAqD;AAAA;AAAA,EAErD,wDAAwD;AAAA;AAAA,EAExD,oDAAoD;AAAA;AAAA,EAEpD,2DACE;AAAA;AAAA,EAEF,8DACE;AAAA;AAAA,EAEF,sDACE;AAAA;AAAA,EAEF,+DACE;AAAA;AAAA,EAEF,oEACE;AAAA;AAAA,EAEF,6DAA6D;AAAA;AAAA,EAE7D,qEACE;AAAA;AAAA,EAEF,gEAAgE;AAAA;AAAA,EAEhE,8DAA8D;AAAA;AAAA,EAE9D,8DACE;AAAA;AAAA,EAEF,gEACE;AAAA;AAAA,EAEF,8DAA8D;AAAA;AAAA,EAE9D,kDAAkD;AAAA;AAAA,EAElD,+CACE;AAAA;AAAA,EAEF,gDAAgD;AAAA;AAAA,EAEhD,kDACE;AAAA;AAAA,EAEF,mDACE;AAAA;AAAA,EAEF,iEACE;AAAA;AAAA,EAEF,mCAAmC;AAAA;AAAA,EAEnC,wCAAwC;AAAA;AAAA,EAExC,6CACE;AAAA;AAAA,EAEF,iCAAiC;AAAA;AAAA,EAEjC,6CACE;AAAA;AAAA,EAGF,sCAAsC;AAAA;AAAA,EAGtC,iDAAiD;AAAA;AAAA,EAEjD,8CACE;AAAA;AAAA,EAEF,yCAAyC;AAAA;AAAA,EAEzC,yDAAyD;AAAA;AAAA,EAEzD,yDAAyD;AAAA;AAAA,EAEzD,iDACE;AAAA;AAAA,EAEF,wDACE;AAAA;AAAA,EAGF,sDAAsD;AAAA;AAAA,EAEtD,wDAAwD;AAAA;AAAA,EAExD,mEACE;AAAA;AAAA,EAEF,gEACE;AAAA;AAAA,EAEF,iEACE;AAAA;AAAA,EAEF,8DACE;AAAA;AAAA,EAEF,+CAA+C;AAAA;AAAA,EAE/C,sDAAsD;AAAA;AAAA,EAEtD,wDAAwD;AAAA;AAAA,EAExD,0DAA0D;AAAA;AAAA,EAE1D,iDAAiD;AAAA;AAAA,EAGjD,kCAAkC;AAAA;AAAA,EAElC,+BAA+B;AAAA;AAAA,EAE/B,+BAA+B;AAAA;AAAA,EAE/B,sCAAsC;AAAA;AAAA,EAEtC,wCAAwC;AAAA;AAAA,EAGxC,wCAAwC;AAAA;AAAA,EAExC,qCAAqC;AAAA;AAAA,EAErC,sCAAsC;AAAA;AAAA,EAEtC,oCAAoC;AAAA;AAAA,EAEpC,2CAA2C;AAC7C,CAAC;;"}
1
+ {"version":3,"file":"structure.cjs","sources":["../../src/structure.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for the \"Copy Document URL\" document action */\n 'action.copy-document-url.label': 'Zkopírovat URL dokumentu',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.delete.disabled.not-ready': 'Operace není připravena',\n /** Tooltip when action button is disabled because the document does not exist */\n 'action.delete.disabled.nothing-to-delete': 'Tento dokument ještě neexistuje nebo je již smazán',\n /** Label for the \"Delete\" document action button */\n 'action.delete.label': 'Smazat',\n /** Label for the \"Delete\" document action while the document is being deleted */\n 'action.delete.running.label': 'Maže se…',\n /** Tooltip when action is disabled because the document is linked to Canvas */\n 'action.disabled-by-canvas.tooltip':\n 'Některé akce dokumentu jsou zakázány pro dokumenty propojené s Canvas',\n /** Message prompting the user to confirm discarding changes */\n 'action.discard-changes.confirm-dialog.confirm-discard-changes':\n 'Jste si jisti, že chcete zahodit všechny změny od posledního zveřejnění?',\n /** Tooltip when action is disabled because the document has no unpublished changes */\n 'action.discard-changes.disabled.no-change': 'Tento dokument nemá žádné nezveřejněné změny',\n /** Tooltip when action is disabled because the document is not published */\n 'action.discard-changes.disabled.not-published': 'Tento dokument není zveřejněn',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.discard-changes.disabled.not-ready': 'Operace není připravena',\n /** Label for the \"Discard changes\" document action */\n 'action.discard-changes.label': 'Zahodit změny',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.duplicate.disabled.not-ready': 'Operace není připravena',\n /** Tooltip when action is disabled because the document doesn't exist */\n 'action.duplicate.disabled.nothing-to-duplicate':\n 'Tento dokument ještě neexistuje, takže není co duplikovat',\n /** Label for the \"Duplicate\" document action */\n 'action.duplicate.label': 'Duplikovat',\n /** Label for the \"Duplicate\" document action while the document is being duplicated */\n 'action.duplicate.running.label': 'Duplikuje se…',\n /** Tooltip when publish button is disabled because the document is already published, and published time is unavailable.*/\n 'action.publish.already-published.no-time-ago.tooltip': 'Již zveřejněno',\n /** Tooltip when publish button is disabled because the document is already published.*/\n 'action.publish.already-published.tooltip': 'Zveřejněno před {{timeSincePublished}}',\n /** Tooltip when action is disabled because the studio is not ready.*/\n 'action.publish.disabled.not-ready': 'Operace není připravena',\n /** Label for action when there are pending changes.*/\n 'action.publish.draft.label': 'Zveřejnit',\n /** Label for the \"Publish\" document action */\n 'action.publish.label': 'Publikovat',\n /** Label for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.label': 'Zveřejnit',\n /** Fallback tooltip for the \"Publish\" document action when publish is invoked for a document with live edit enabled.*/\n 'action.publish.live-edit.publish-disabled':\n 'Nelze zveřejnit, protože pro tento typ dokumentu je povolena funkce Live Edit',\n /** Tooltip for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.tooltip':\n 'Pro tento typ obsahu je povolena funkce Live Edit a zveřejnění probíhá automaticky, jakmile provádíte změny',\n /** Tooltip when publish button is disabled because there are no changes.*/\n 'action.publish.no-changes.tooltip': 'Žádné nezveřejněné změny',\n /** Label for the \"Publish\" document action when there are no changes.*/\n 'action.publish.published.label': 'Zveřejněno',\n /** Label for the \"Publish\" document action while publish is being executed.*/\n 'action.publish.running.label': 'Zveřejňuje se…',\n /** Tooltip when the \"Publish\" document action is disabled due to validation issues */\n 'action.publish.validation-issues.tooltip':\n 'Existují validační chyby, které je třeba opravit, než bude možné tento dokument zveřejnit',\n /** Tooltip when publish button is waiting for validation and async tasks to complete.*/\n 'action.publish.waiting': 'Čeká se na dokončení úloh před zveřejněním',\n /** Message prompting the user to confirm that they want to restore to an earlier revision*/\n 'action.restore.confirm.message': 'Jste si jisti, že chcete obnovit tento dokument?',\n /** Fallback tooltip for when user is looking at the initial revision */\n 'action.restore.disabled.cannot-restore-initial': 'Nemůžete obnovit počáteční verzi',\n /** Label for the \"Restore\" document action */\n 'action.restore.label': 'Obnovit',\n /** Default tooltip for the action */\n 'action.restore.tooltip': 'Obnovit na tuto verzi',\n /** Tooltip when action is disabled because the document is not already published */\n 'action.unpublish.disabled.not-published': 'Tento dokument není publikován',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.unpublish.disabled.not-ready': 'Operace není připravena',\n /** Label for the \"Unpublish\" document action */\n 'action.unpublish.label': 'Zrušit publikaci',\n /** Fallback tooltip for the Unpublish document action when publish is invoked for a document with live edit enabled.*/\n 'action.unpublish.live-edit.disabled':\n 'Tento dokument má povoleno živé úpravy a nemůže být zrušena jeho publikace',\n\n /** Description for the archived release banner, rendered when viewing the history of a version document from the publihed view */\n 'banners.archived-release.description':\n 'Prohlížíte dokument pouze pro čtení, který byl archivován jako součást <VersionBadge>{{title}}</VersionBadge>. Nelze ho upravit',\n /** Description for the archived scheduled draft banner, rendered when viewing the history of a cardinality one release document */\n 'banners.archived-scheduled-draft.description': 'Tento naplánovaný koncept je archivován',\n /** The explanation displayed when a user attempts to create a new draft document, but the draft model is not switched on */\n 'banners.choose-new-document-destination.cannot-create-draft-document':\n 'Nelze vytvořit koncept dokumentu.',\n /** The explanation displayed when a user attempts to create a new published document, but the schema type doesn't support live-editing */\n 'banners.choose-new-document-destination.cannot-create-published-document':\n 'Nelze vytvořit publikovaný dokument.',\n /** The prompt displayed when a user must select a different perspective in order to create a document */\n 'banners.choose-new-document-destination.choose-destination': 'Vyberte cíl pro tento dokument:',\n /** The explanation displayed when a user attempts to create a new document in a release, but the selected release is inactive */\n 'banners.choose-new-document-destination.release-inactive':\n '<VersionBadge>{{title}}</VersionBadge> verze není aktivní.',\n /** The text for the restore button on the deleted document banner */\n 'banners.deleted-document-banner.restore-button.text': 'Obnovit nejnovější verzi',\n /** The text content for the deleted document banner */\n 'banners.deleted-document-banner.text': 'Tento dokument byl smazán.',\n /** The text content for the deprecated document type banner */\n 'banners.deprecated-document-type-banner.text': 'Tento typ dokumentu byl zastaralý.',\n /** The text for publish action for discarding the version */\n 'banners.live-edit-draft-banner.discard.tooltip': 'Zahodit koncept',\n /** The text for publish action for the draft banner */\n 'banners.live-edit-draft-banner.publish.tooltip': 'Publikovat a pokračovat v úpravách',\n /** The text content for the live edit document when it's a draft */\n 'banners.live-edit-draft-banner.text':\n 'Typ <strong>{{schemaType}}</strong> má povoleno <code>liveEdit</code>, ale existuje koncept tohoto dokumentu. Pro pokračování v živém úpravách jej publikujte nebo zahoďte.',\n /** The label for the \"compare draft\" action */\n 'banners.obsolete-draft.actions.compare-draft.text': 'Porovnat koncept',\n /** The label for the \"discard draft\" action */\n 'banners.obsolete-draft.actions.discard-draft.text': 'Zahodit koncept',\n /** The label for the \"publish draft\" action */\n 'banners.obsolete-draft.actions.publish-draft.text': 'Publikovat koncept',\n /** The warning displayed when editing a document that has an obsolete draft because the draft model is not switched on */\n 'banners.obsolete-draft.draft-model-inactive.text':\n 'Pracovní prostor nemá povolené koncepty, ale existuje konceptová verze tohoto dokumentu.',\n /** The text for the permission check banner if the user only has one role, and it does not allow publishing this document */\n 'banners.permission-check-banner.missing-permission_create_one':\n 'Vaše role <Roles/> nemá oprávnění vytvořit tento dokument.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow publishing this document */\n 'banners.permission-check-banner.missing-permission_create_other':\n 'Vaše role <Roles/> nemají oprávnění vytvořit tento dokument.',\n /** The text for the permission check banner if the user only has one role, and it does not allow editing this document */\n 'banners.permission-check-banner.missing-permission_update_one':\n 'Vaše role <Roles/> nemá oprávnění aktualizovat tento dokument.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow editing this document */\n 'banners.permission-check-banner.missing-permission_update_other':\n 'Vaše role <Roles/> nemají oprávnění aktualizovat tento dokument.',\n /** The pending text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.sent': 'Žádost o úpravy odeslána',\n /** The text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.text': 'Požádat o úpravy',\n /** Description for the archived release banner, rendered when viewing the history of a version document from the published view */\n 'banners.published-release.description':\n 'Prohlížíte dokument pouze pro čtení, který byl publikován jako součást <VersionBadge>{{title}}</VersionBadge>. Nelze ho upravit',\n /** The text for the reload button */\n 'banners.reference-changed-banner.reason-changed.reload-button.text': 'Znovu načíst referenci',\n /** The text for the reference change banner if the reason is that the reference has been changed */\n 'banners.reference-changed-banner.reason-changed.text':\n 'Tato reference byla změněna od doby, co jste ji otevřeli.',\n /** The text for the close button */\n 'banners.reference-changed-banner.reason-removed.close-button.text': 'Zavřít referenci',\n /** The text for the reference change banner if the reason is that the reference has been deleted */\n 'banners.reference-changed-banner.reason-removed.text':\n 'Tato reference byla odstraněna od doby, co jste ji otevřeli.',\n /** The text that appears for the action button to add the current document to the global release */\n 'banners.release.action.add-to-release': 'Přidat do vydání',\n /** The text that appears for the action button to add the current document to the global release */\n 'banners.release.action.open-to-edit': 'Otevřít release k úpravě',\n /** Toast description in case an error occurs when adding a document to a release */\n 'banners.release.error.description':\n 'Při přidávání dokumentu do release došlo k chybě: {{message}}',\n /** Toast title in case an error occurs when adding a document to a release */\n 'banners.release.error.title': 'Chyba při přidávání dokumentu do release',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description': 'Dokument existuje pouze ve',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-end_one': 'release',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-end_other': 'release',\n /** The text for the banner that appears when there are multiple versions but no drafts or published, only one extra releases */\n 'banners.release.navigate-to-edit-description-multiple_one':\n 'Tento dokument je součástí <VersionBadge/> release a {{count}} dalšího release.',\n /** The text for the banner that appears when there are multiple versions but no drafts or published, more than one extra releases */\n 'banners.release.navigate-to-edit-description-multiple_other':\n 'Tento dokument je součástí <VersionBadge/> release a {{count}} dalších release',\n /** The text for the banner that appears when a document only has one version but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-single':\n 'Tento dokument je součástí <VersionBadge/> release',\n /** The text for the banner that appears when a document is not in the current global release */\n 'banners.release.not-in-release': 'Není ve vydání <VersionBadge>{{title}}</VersionBadge>.',\n /** Description of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */\n 'banners.release.waiting.description':\n 'Vyčkejte prosím, než bude dokument přidán do release. Nemělo by to trvat déle než několik sekund.',\n /** Title of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */\n 'banners.release.waiting.title': 'Přidávání dokumentu do release…',\n /** The text for the revision not found banner */\n 'banners.revision-not-found.description':\n 'Nemohli jsme najít vybranou revizi dokumentu, prosím vyberte jiný záznam ze seznamu historie.',\n /** The text content for the scheduled draft override banner */\n 'banners.scheduled-draft-override-banner.text':\n 'Pro tento dokument existuje naplánovaný koncept. Pokud nyní publikujete změny, budou přepsány, když se naplánování spustí.',\n /** The text content for the unpublished document banner when is part of a release */\n 'banners.unpublished-release-banner.text':\n 'Tento dokument bude nepublikován jako součást vydání <VersionBadge>{{title}}</VersionBadge>',\n /** The text content for the unpublished document banner letting the user know that the current published version is being shown */\n 'banners.unpublished-release-banner.text-with-published':\n 'Zobrazuje se aktuální <strong>publikovaná</strong> verze:',\n\n /** Browser/tab title when creating a new document of a given type */\n 'browser-document-title.new-document': 'Nový {{schemaType}}',\n /** Browser/tab title when editing a document where the title cannot be resolved from preview configuration */\n 'browser-document-title.untitled-document': 'Bez názvu',\n\n /** The action menu button aria-label */\n 'buttons.action-menu-button.aria-label': 'Otevřít akce dokumentu',\n /** The action menu button tooltip */\n 'buttons.action-menu-button.tooltip': 'Akce dokumentu',\n /** The aria-label for the split pane button on the document panel header */\n 'buttons.split-pane-button.aria-label': 'Rozdělit panel vpravo',\n /** The tool tip for the split pane button on the document panel header */\n 'buttons.split-pane-button.tooltip': 'Rozdělit panel vpravo',\n /** The title for the close button on the split pane on the document panel header */\n 'buttons.split-pane-close-button.title': 'Zavřít rozdělený panel',\n /** The title for the close group button on the split pane on the document panel header */\n 'buttons.split-pane-close-group-button.title': 'Zavřít skupinu panelů',\n\n /** The text for the canvas linked banner action button */\n 'canvas.banner.edit-in-canvas-action': 'Upravit v Canvas',\n /** The text for the canvas linked banner when the document is a draft */\n 'canvas.banner.linked-text.draft': 'Tento koncept dokumentu je propojen s Canvas',\n /** The text for the canvas linked banner when the document is a live document */\n 'canvas.banner.linked-text.published': 'Tento živý dokument je propojen s Canvas',\n /** The text for the canvas linked banner when the document is a version document */\n 'canvas.banner.linked-text.version': 'Tento verze dokumentu je propojen s Canvas',\n /** The text for the canvas linked banner popover button */\n 'canvas.banner.popover-button-text': 'Zjistit více',\n /** The description for the canvas linked banner popover */\n 'canvas.banner.popover-description':\n 'Canvas vám umožňuje tvořit v editoru s volnou formou, který se automaticky mapuje zpět do Studia jako strukturovaný obsah - jak píšete.',\n /** The heading for the canvas linked banner popover */\n 'canvas.banner.popover-heading': 'Autorství s myšlenkou na prvním místě',\n\n /** The description for the changes banner */\n 'changes.banner.description':\n 'Zobrazuje historii pro verzi <strong>{{perspective}}</strong> tohoto dokumentu.',\n /** The tooltip for the changes banner */\n 'changes.banner.tooltip':\n 'Tento pohled ukazuje změny, které nastaly ve specifické verzi tohoto dokumentu. Vyberte jinou verzi, abyste viděli její změny',\n /** The label used in the changes inspector for the from selector */\n 'changes.from.label': 'Od',\n /* The label for the history tab in the changes inspector*/\n 'changes.tab.history': 'Historie',\n /* The label for the review tab in the changes inspector*/\n 'changes.tab.review-changes': 'Zkontrolovat změny',\n /** The label used in the changes inspector for the to selector */\n 'changes.to.label': 'Do',\n\n /** The error message shown when the specified document comparison mode is not supported */\n 'compare-version.error.invalidModeParam':\n '\"{{input}}\" není podporovaný režim porovnání dokumentů.',\n /** The error message shown when the next document for comparison could not be extracted from the URL */\n 'compare-version.error.invalidNextDocumentParam': 'Parametr pro další dokument je neplatný.',\n /** The error message shown when the document comparison URL could not be parsed */\n 'compare-version.error.invalidParams.title': 'Nelze porovnat dokumenty',\n /** The error message shown when the previous document for comparison could not be extracted from the URL */\n 'compare-version.error.invalidPreviousDocumentParam':\n 'Parametr pro předchozí dokument je neplatný.',\n\n /** The text for the tooltip when the \"Compare versions\" action for a document is disabled */\n 'compare-versions.menu-item.disabled-reason':\n 'Neexistují žádné další verze tohoto dokumentu ke srovnání.',\n /** The text for the \"Compare versions\" action for a document */\n 'compare-versions.menu-item.title': 'Porovnat verze',\n /** The string used to label draft documents */\n 'compare-versions.status.draft': 'Koncept',\n /** The string used to label published documents */\n 'compare-versions.status.published': 'Publikováno',\n /** The title used when comparing versions of a document */\n 'compare-versions.title': 'Porovnání verzí',\n\n /** The text in the \"Cancel\" button in the confirm delete dialog that cancels the action and closes the dialog */\n 'confirm-delete-dialog.cancel-button.text': 'Zrušit',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_one': '1 dokument',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_other': '{{count}} dokumentů',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_one': 'Dataset: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_other': 'Datasety: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_one': 'Nedostupný dataset',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_other': 'Nedostupné datasety',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (singular) */\n 'confirm-delete-dialog.cdr-summary.title_one': '{{documentCount}} v jiném datasetu',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (plural) */\n 'confirm-delete-dialog.cdr-summary.title_other': '{{documentCount}} v {{count}} datasety',\n /** Appears when hovering over the copy button to copy */\n 'confirm-delete-dialog.cdr-table.copy-id-button.tooltip': 'Zkopírovat ID do schránky',\n /** The header for the dataset column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.dataset.label': 'Dataset',\n /** The header for the document ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.document-id.label': 'ID dokumentu',\n /** The toast title when the copy button has been clicked but copying failed */\n 'confirm-delete-dialog.cdr-table.id-copied-toast.title-failed': 'Kopírování ID dokumentu selhalo',\n /** The header for the project ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.project-id.label': 'ID projektu',\n /** The text in the \"Delete anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_delete': 'Smazat přesto',\n /** The text in the \"Unpublish anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_unpublish': 'Zrušit publikaci přesto',\n /** The text in the \"Delete now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_delete': 'Smazat nyní',\n /** The text in the \"Unpublish now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_unpublish': 'Zrušit publikaci nyní',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_delete':\n 'Jste si jisti, že chcete smazat „<DocumentTitle/>“?',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_unpublish':\n 'Jste si jisti, že chcete zrušit publikaci „<DocumentTitle/>“?',\n /** The text body of the error dialog. */\n 'confirm-delete-dialog.error.message.text': 'Při načítání odkazujících dokumentů došlo k chybě.',\n /** The text in the retry button of the confirm delete dialog if an error occurred. */\n 'confirm-delete-dialog.error.retry-button.text': 'Zkusit znovu',\n /** The header of the confirm delete dialog if an error occurred while the confirm delete dialog was open. */\n 'confirm-delete-dialog.error.title.text': 'Chyba',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_delete': 'Smazat dokument?',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_unpublish': 'Zrušit publikaci dokumentu?',\n /** The text that appears while the referring documents are queried */\n 'confirm-delete-dialog.loading.text': 'Hledání odkazujících dokumentů…',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_one': '1 další odkaz není zobrazen',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_other':\n '{{count}} dalších referencí není zobrazeno',\n /** Text in the tooltip of this component if hovering over the info icon */\n 'confirm-delete-dialog.other-reference-count.tooltip':\n 'Nemůžeme zobrazit metadata pro tyto reference kvůli chybějícímu přístupovému tokenu pro související datasety.',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.subtitle': 'ID: {{documentId}}',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.title': 'Náhled není k dispozici',\n /** Warns the user of affects to other documents if the action is confirmed (delete) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_delete':\n 'Pokud smažete tento dokument, dokumenty, které na něj odkazují, již nebudou moci získat přístup.',\n /** Warns the user of affects to other documents if the action is confirmed (unpublish) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_unpublish':\n 'Pokud zrušíte publikaci tohoto dokumentu, dokumenty, které na něj odkazují, již nebudou moci získat přístup.',\n /** Tells the user the count of how many other referring documents there are before listing them. (singular) */\n 'confirm-delete-dialog.referring-document-count.text_one':\n '1 dokument odkazuje na „<DocumentTitle/>“',\n /** Tells the user the count of how many other referring documents there are before listing them. (plural) */\n 'confirm-delete-dialog.referring-document-count.text_other':\n '{{count}} dokumentů odkazuje na „<DocumentTitle/>“',\n /** Describes the list of documents that refer to the one trying to be deleted (delete) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_delete':\n 'Možná nebudete moci smazat „<DocumentTitle/>“, protože na něj odkazují následující dokumenty:',\n /** Describes the list of documents that refer to the one trying to be deleted (unpublish) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_unpublish':\n 'Možná nebudete moci zrušit publikaci „<DocumentTitle/>“, protože na něj odkazují následující dokumenty:',\n\n /** The text for the cancel button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.cancel-button.fallback-text': 'Zrušit',\n /** The text for the confirm button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.confirm-button.fallback-text': 'Potvrdit',\n\n /** For the default structure definition, the title for the \"Content\" pane */\n 'default-definition.content-title': 'Obsah',\n\n /** The text shown if there was an error while getting the document's title via a preview value */\n 'doc-title.error.text': 'Chyba: {{errorMessage}}',\n /** The text shown if the preview value for a document is non-existent or empty */\n 'doc-title.fallback.text': 'Bez názvu',\n /** The text shown if a document's title via a preview value cannot be determined due to an unknown schema type */\n 'doc-title.unknown-schema-type.text': 'Neznámý typ schématu: {{schemaType}}',\n\n /** Tooltip text shown for the close button of the document inspector */\n 'document-inspector.close-button.tooltip': 'Zavřít',\n /** The title shown in the dialog header, when inspecting a valid document */\n 'document-inspector.dialog.title': 'Inspekce <DocumentTitle/>',\n /** The title shown in the dialog header, when the document being inspected is not created yet/has no value */\n 'document-inspector.dialog.title-no-value': 'Bez hodnoty',\n /** Title shown for menu item that opens the \"Inspect\" dialog */\n 'document-inspector.menu-item.title': 'Inspekce',\n /** the placeholder text for the search input on the inspect dialog */\n 'document-inspector.search.placeholder': 'Hledat',\n /** The \"parsed\" view mode, meaning the JSON is searchable, collapsible etc */\n 'document-inspector.view-mode.parsed': 'Zpracované',\n /** The \"raw\" view mode, meaning the JSON is presented syntax-highlighted, but with no other features - optimal for copying */\n 'document-inspector.view-mode.raw-json': 'Surový JSON',\n\n /** The text for when a form is hidden */\n 'document-view.form-view.form-hidden': 'Tento formulář je skrytý',\n /** Fallback title shown when a form title is not provided */\n 'document-view.form-view.form-title-fallback': 'Nepojmenované',\n /** The text for when the form view is loading a document */\n 'document-view.form-view.loading': 'Načítání dokumentu…',\n /** The description of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.description':\n 'Vyčkejte, prosím, dokud se dokument synchronizuje. To se obvykle děje ihned po publikaci dokumentu a nemělo by to trvat déle než několik sekund',\n /** The title of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.title': 'Synchronizace dokumentu…',\n\n /** The description for the document favorite action */\n 'document.favorites.add-to-favorites': 'Přidat do oblíbených',\n /** The description for the document unfavorite action */\n 'document.favorites.remove-from-favorites': 'Odebrat z oblíbených',\n\n /** The description for the events inspector when we can't load the document so we default to compare with published */\n 'events.compare-with-published.description':\n 'Nemůžeme načíst změny pro tento dokument, pravděpodobně kvůli politice uchovávání historie vašeho plánu, toto vám ukazuje, jak se verze <strong>{{version}}</strong> porovnává s verzí <strong>published</strong>.',\n /** The title for the events inspector when we can't load the document so we default to compare with published */\n 'events.compare-with-published.title': 'Porovnání s publikovanou verzí',\n /**The title for the menu items that will be shown when expanding a publish release event to inspect the document */\n 'events.inspect.release': 'Prozkoumat dokument <VersionBadge>{{releaseTitle}}</VersionBadge>',\n /**The title for the menu items that will be shown when expanding a publish draft event to inspect the draft document*/\n 'events.open.draft': 'Otevřít dokument <VersionBadge>draft</VersionBadge>',\n /**The title for the menu items that will be shown when expanding a publish release event to inspect the release*/\n 'events.open.release': 'Otevřít vydání <VersionBadge>{{releaseTitle}}</VersionBadge>',\n\n /** The loading messaging for when the tooltip is still loading permission info */\n 'insufficient-permissions-message-tooltip.loading-text': 'Načítání…',\n\n /** --- Menu items --- */\n /** The menu item group title to use for the Action menu items */\n 'menu-item-groups.actions-group': 'Akce',\n /** The menu item group title to use for the Layout menu items */\n 'menu-item-groups.layout-group': 'Rozložení',\n /** The menu item group title to use for the Sort menu items */\n 'menu-item-groups.sorting-group': 'Řazení',\n\n /** The menu item title to use the compact view */\n 'menu-items.layout.compact-view': 'Kompaktní zobrazení',\n /** The menu item title to use the detailed view */\n 'menu-items.layout.detailed-view': 'Detailní zobrazení',\n /** The menu item title to Sort by Created */\n 'menu-items.sort-by.created': 'Seřadit podle data vytvoření',\n /** The menu item title to Sort by Last Edited */\n 'menu-items.sort-by.last-edited': 'Seřadit podle poslední úpravy',\n\n /** The link text of the no document type screen that appears directly below the subtitle */\n 'no-document-types-screen.link-text': 'Zjistěte, jak přidat typ dokumentu →',\n /** The subtitle of the no document type screen that appears directly below the title */\n 'no-document-types-screen.subtitle':\n 'Prosím, definujte alespoň jeden typ dokumentu ve vašem schématu.',\n /** The title of the no document type screen */\n 'no-document-types-screen.title': 'Žádné typy dokumentů',\n\n /** Text shown on back button visible on smaller breakpoints */\n 'pane-header.back-button.text': 'Zpět',\n /** tooltip text (via `title` attribute) for the menu button */\n 'pane-header.context-menu-button.tooltip': 'Zobrazit menu',\n /** Appears in a document list pane header if there are more than one option for create. This is the label for that menu */\n 'pane-header.create-menu.label': 'Vytvořit',\n /** Tooltip displayed on the create new button in document lists */\n 'pane-header.create-new-button.tooltip': 'Vytvořit nový dokument',\n /** The `aria-label` for the disabled button in the pane header if create permissions are granted */\n 'pane-header.disabled-created-button.aria-label': 'Nedostatečná oprávnění',\n\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.draft-status.has-draft.tooltip': 'Editováno <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.draft-status.no-draft.tooltip': 'Žádné nezveřejněné úpravy',\n /** The subtitle tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.subtitle': 'Dokument: <Code>{{documentId}}</Code>',\n /** The title tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.title':\n 'Pro typ <Code>{{documentType}}</Code> nebylo nalezeno schéma',\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.published-status.has-published.tooltip': 'Publikováno <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.published-status.no-published.tooltip': 'Žádné nezveřejněné úpravy',\n\n /** The text used in the document header title if there is an error */\n 'panes.document-header-title.error.text': 'Chyba: {{error}}',\n /** The text used in the document header title if creating a new item */\n 'panes.document-header-title.new.text': 'Nový {{schemaType}}',\n /** The text used in the document header title if no other title can be determined */\n 'panes.document-header-title.untitled.text': 'Bez názvu',\n /** The help text saying that we'll retry fetching the document list */\n 'panes.document-list-pane.error.retrying': 'Opakujeme pokus…',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text': 'Chyba: <Code>{{error}}</Code>',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text.dev': 'Chyba: <Code>{{error}}</Code>',\n /** The error text on the document list pane if the browser appears to be offlline */\n 'panes.document-list-pane.error.text.offline': 'Zdá se, že internetové připojení je offline.',\n /** The error title on the document list pane */\n 'panes.document-list-pane.error.title': 'Nepodařilo se načíst položky seznamu',\n /** The help text saying that we'll retry fetching the document list */\n 'panes.document-list-pane.error.will-retry-automatically_one': 'Opakujeme pokus…',\n 'panes.document-list-pane.error.will-retry-automatically_other': 'Opakujeme pokus… (#{{count}}).',\n /** The text of the document list pane if more than a maximum number of documents are returned */\n 'panes.document-list-pane.max-items.text': 'Zobrazuje se maximálně {{limit}} dokumentů',\n /** The text of the document list pane if no documents are found for a specified type */\n 'panes.document-list-pane.no-documents-of-type.text': 'Žádné dokumenty tohoto typu',\n /** The text of the document list pane if no documents are found */\n 'panes.document-list-pane.no-documents.text': 'Nebyly nalezeny žádné výsledky',\n /** The text of the document list pane if no documents are found matching specified criteria */\n 'panes.document-list-pane.no-matching-documents.text':\n 'Nebyly nalezeny žádné odpovídající dokumenty',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.reconnecting': 'Pokus o opětovné připojení…',\n /** The aria-label for the search input on the document list pane */\n 'panes.document-list-pane.search-input.aria-label': 'Prohledat seznam',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.search-input.placeholder': 'Prohledat seznam',\n /** The summary title when displaying an error for a document operation result */\n 'panes.document-operation-results.error.summary.title': 'Podrobnosti',\n /** The text when a generic operation failed (fallback, generally not shown) */\n 'panes.document-operation-results.operation-error': 'Během {{context}} došlo k chybě',\n /** The text when a delete operation failed */\n 'panes.document-operation-results.operation-error_delete':\n 'Při pokusu o smazání tohoto dokumentu došlo k chybě. To obvykle znamená, že na něj odkazují jiné dokumenty.',\n /** The text when an unpublish operation failed */\n 'panes.document-operation-results.operation-error_unpublish':\n 'Při pokusu o zrušení publikace tohoto dokumentu došlo k chybě. To obvykle znamená, že na něj odkazují jiné dokumenty.',\n /** The text when a generic operation succeeded (fallback, generally not shown) */\n 'panes.document-operation-results.operation-success':\n 'Úspěšně provedeno {{context}} na dokumentu',\n /** The text when copy URL operation succeeded */\n 'panes.document-operation-results.operation-success_copy-url':\n 'URL dokumentu byla zkopírována do schránky',\n /** */\n 'panes.document-operation-results.operation-success_createVersion':\n '<Strong>{{title}}</Strong> byl přidán do vydání',\n /** The text when a delete operation succeeded */\n 'panes.document-operation-results.operation-success_delete': 'Dokument byl úspěšně smazán',\n /** The text when a discard changes operation succeeded */\n 'panes.document-operation-results.operation-success_discardChanges':\n 'Všechny změny od poslední publikace byly nyní zrušeny. Zahozený koncept lze stále obnovit z historie',\n /** The text when a duplicate operation succeeded */\n 'panes.document-operation-results.operation-success_duplicate': 'Dokument byl úspěšně duplikován',\n /** The text when a publish operation succeeded */\n 'panes.document-operation-results.operation-success_publish': 'Dokument byl publikován',\n /** The text when a restore operation succeeded */\n 'panes.document-operation-results.operation-success_restore':\n '<Strong>{{title}}</Strong> byl obnoven',\n /** The text when an unpublish operation succeeded */\n 'panes.document-operation-results.operation-success_unpublish':\n 'Publikace dokumentu byla zrušena. Z poslední publikované verze byl vytvořen koncept.',\n /** The document title shown when document title is \"undefined\" in operation message */\n 'panes.document-operation-results.operation-undefined-title': 'Bez názvu',\n /** The loading message for the document not found pane */\n 'panes.document-pane.document-not-found.loading': 'Načítání dokumentu…',\n /** The text of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.text':\n 'Typ dokumentu není definován a dokument s identifikátorem <Code>{{id}}</Code> nebyl nalezen.',\n /** The title of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.title': 'Dokument nebyl nalezen',\n /** The text of the document not found pane if the schema is not found */\n 'panes.document-pane.document-unknown-type.text':\n 'Tento dokument má schéma typu <Code>{{documentType}}</Code>, které není definováno jako typ v lokálním schématu obsahu studia.',\n /** The title of the document not found pane if the schema is not found or unknown */\n 'panes.document-pane.document-unknown-type.title':\n 'Neznámý typ dokumentu: <Code>{{documentType}}</Code>',\n /** The title of the document not found pane if the schema is unknown */\n 'panes.document-pane.document-unknown-type.without-schema.text':\n 'Tento dokument neexistuje a nebyl pro něj určen žádný typ schématu.',\n /** Default message shown while resolving the structure definition for an asynchronous node */\n 'panes.resolving.default-message': 'Načítání…',\n /** Message shown while resolving the structure definition for an asynchronous node and it is taking a while (more than 5s) */\n 'panes.resolving.slow-resolve-message': 'Stále se načítá…',\n /** The text to display when type is missing */\n 'panes.unknown-pane-type.missing-type.text':\n 'Strukturní položka postrádá požadovanou vlastnost <Code>type</Code>.',\n /** The title of the unknown pane */\n 'panes.unknown-pane-type.title': 'Neznámý typ panelu',\n /** The text to display when type is unknown */\n 'panes.unknown-pane-type.unknown-type.text':\n 'Strukturní položka typu <Code>{{type}}</Code> není známou entitou.',\n\n /** The text for the \"Open preview\" action for a document */\n 'production-preview.menu-item.title': 'Otevřít náhled',\n\n /** The text for the confirm button in the request permission dialog used in the permissions banner */\n 'request-permission-dialog.confirm-button.text': 'Odeslat žádost',\n /** The description text for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.description.text':\n 'Vaše žádost bude odeslána administrátorům projektu. Pokud chcete, můžete přiložit i poznámku',\n /** The header/title for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.header.text': 'Požádat o přístup k úpravám',\n /** The text describing the note input for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.note-input.description.text': 'Pokud chcete, můžete přidat poznámku',\n /** The placeholder for the note input in the request permission dialog used in the permissions banner */\n 'request-permission-dialog.note-input.placeholder.text': 'Přidat poznámku...',\n /** The error/warning text in the request permission dialog when the user's request has been declined */\n 'request-permission-dialog.warning.denied.text':\n 'Vaše žádost o přístup k tomuto projektu byla zamítnuta.',\n /** The error/warning text in the request permission dialog when the user's request has been denied due to too many outstanding requests */\n 'request-permission-dialog.warning.limit-reached.text':\n 'Dosáhli jste limitu pro žádosti o role ve všech projektech. Před odesláním dalších žádostí počkejte, nebo kontaktujte administrátora pro pomoc.',\n\n /** Label for button when status is saved */\n 'status-bar.document-status-pulse.status.saved.text': 'Uloženo',\n /** Label for button when status is syncing */\n 'status-bar.document-status-pulse.status.syncing.text': 'Ukládání...',\n /** Accessibility label indicating when the document was last published, in relative time, eg \"3 weeks ago\" */\n 'status-bar.publish-status-button.last-published-time.aria-label':\n 'Naposledy publikováno {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last published <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-published-time.tooltip':\n 'Naposledy publikováno <RelativeTime/>',\n /** Accessibility label indicating when the document was last updated, in relative time, eg \"2 hours ago\" */\n 'status-bar.publish-status-button.last-updated-time.aria-label':\n 'Naposledy aktualizováno {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last updated <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-updated-time.tooltip':\n 'Naposledy aktualizováno <RelativeTime/>',\n /** Aria label for the button */\n 'status-bar.review-changes-button.aria-label': 'Zkontrolovat změny',\n /** Label for button when status is saved */\n 'status-bar.review-changes-button.status.saved.text': 'Uloženo!',\n /** Label for button when status is syncing */\n 'status-bar.review-changes-button.status.syncing.text': 'Ukládání...',\n /** Text for the secondary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.changes-saved': 'Změny uloženy',\n /** Primary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.text': 'Zkontrolovat změny',\n\n /** The text that appears in side the documentation link */\n 'structure-error.docs-link.text': 'Zobrazit dokumentaci',\n /** Labels the error message or error stack of the structure error screen */\n 'structure-error.error.label': 'Chyba',\n /** The header that appears at the top of the error screen */\n 'structure-error.header.text': 'Při čtení struktury došlo k chybě',\n /** The text in the reload button to retry rendering the structure */\n 'structure-error.reload-button.text': 'Znovu načíst',\n /** Labels the structure path of the structure error screen */\n 'structure-error.structure-path.label': 'Cesta struktury',\n\n /** The aria label for the menu button in the timeline item */\n 'timeline-item.menu-button.aria-label': 'Otevřít akční menu',\n /** The text for the tooltip in menu button the timeline item */\n 'timeline-item.menu-button.tooltip': 'Akce',\n /** The text for the collapse action in the timeline item menu */\n 'timeline-item.menu.action-collapse': 'Sbalit',\n /** The text for the expand action in the timeline item menu */\n 'timeline-item.menu.action-expand': 'Rozbalit',\n /** The text for the published event menu tooltip when the release is not found */\n 'timeline-item.not-found-release.tooltip': 'Vydání s ID \"{{releaseId}}\" nebylo nalezeno',\n\n /** The text for the \"Inline changes\" action, which is used to toggle the visibility of content diffs inside inputs */\n 'toggle-inline-changes.menu-item.title': 'Změny v řádku',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}
@@ -1,29 +1,58 @@
1
1
  "use strict";
2
2
  var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
3
+ /** "Configuration issue" header */
4
+ "about-dialog.configuration-issue.header": "Zji\u0161t\u011Bn probl\xE9m s konfigurac\xED",
5
+ /** Message shown if sanity.cli.ts is missing deployment.appId */
6
+ "about-dialog.configuration-issue.missing-appid": "Automatick\xE9 aktualizace jsou povoleny, ale v <code>sanity.cli.ts</code> nen\xED nakonfigurov\xE1no <code>deployment.appId</code>. Toto Studio se aktualizuje proti kan\xE1lu <strong>latest</strong>.",
7
+ /** "View documentation" link for auto-updating studios */
8
+ "about-dialog.configuration-issue.missing-appid.view-documentation": "Zobrazit dokumentaci",
3
9
  /** "Disabled" status for auto-updates in About-dialog */
4
10
  "about-dialog.version-info.auto-updates.disabled": "Zak\xE1z\xE1no",
5
11
  /** "Enabled" status for auto-updates in About-dialog */
6
12
  "about-dialog.version-info.auto-updates.enabled": "Povoleno",
7
- /** "Auto Updates" status header in About-dialog */
13
+ /** @deprecated "Auto Updates" status header in About-dialog */
8
14
  "about-dialog.version-info.auto-updates.header": "Automatick\xE9 aktualizace",
9
- /** "How to enable" next to Disabled state for Auto updates in about dialog */
15
+ /** "How to enable" next to Disabled state for Auto updates in version info dialog */
10
16
  "about-dialog.version-info.auto-updates.how-to-enable": "Jak povolit",
17
+ /** "Manage version" link text */
18
+ "about-dialog.version-info.auto-updates.manage-version": "Spravovat verzi",
11
19
  /** Text displayed on the "Copy to clipboard"-button after clicked */
12
20
  "about-dialog.version-info.copy-to-clipboard-button.copied-text": "Zkop\xEDrov\xE1no do schr\xE1nky. Vesel\xE9 vkl\xE1d\xE1n\xED!",
13
21
  /** "Copy to Clipboard" button text for copying version details from About-dialog */
14
22
  "about-dialog.version-info.copy-to-clipboard-button.text": "Kop\xEDrovat do schr\xE1nky",
15
- /** "Current version" header in about dialog */
23
+ /** "Current version" header in version info dialog */
16
24
  "about-dialog.version-info.current-version.header": "Sou\u010Dasn\xE1 verze",
17
- /** "How to upgrade" link text */
25
+ /** @deprecated "How to upgrade" link text */
18
26
  "about-dialog.version-info.how-to-upgrade": "Jak aktualizovat",
19
- /** "Latest version" header in about dialog */
27
+ /** "Latest version" header in version info dialog */
20
28
  "about-dialog.version-info.latest-version.header": "Nejnov\u011Bj\u0161\xED verze",
21
- /** "Latest version" header in about dialog */
22
- "about-dialog.version-info.latest-version.text": "Nejnov\u011Bj\u0161\xED verze je {{latestVersion}}",
23
- /** "Up to date" status in About-dialog */
29
+ /** Info text when auto updates is enabled and a new version is available */
30
+ "about-dialog.version-info.new-auto-update-version-available": "Dostupn\xE1 nov\xE1 verze",
31
+ /** "New version" header in version info dialog - Note that this is not necessary a *higher* version compared to current:
32
+ * It's a new version configured for auto updates which in some cases could even be a version below current */
33
+ "about-dialog.version-info.new-version.text": "Nov\xE1 verze",
34
+ /** "Reload"-button when auto updates is enabled and a new version is available */
35
+ "about-dialog.version-info.reload": "Znovu na\u010D\xEDst",
36
+ /** "Reload to update"-tooltip when auto updates is enabled and a new version is available */
37
+ "about-dialog.version-info.reload-to-update": "Znovu na\u010D\xEDst Studio pro aktualizaci",
38
+ /** "Development" tooltip in About-dialog */
39
+ "about-dialog.version-info.tooltip.development": "V\xFDvoj",
40
+ /** "New version available" tooltip in About-dialog */
41
+ "about-dialog.version-info.tooltip.new-version-available": "Dostupn\xE1 nov\xE1 verze",
42
+ /** "Prerelease" tooltip in About-dialog */
43
+ "about-dialog.version-info.tooltip.prerelease": "P\u0159edb\u011B\u017En\xE9 vyd\xE1n\xED",
44
+ /** "Up to date" tooltip in About-dialog */
45
+ "about-dialog.version-info.tooltip.up-to-date": "Aktu\xE1ln\xED",
46
+ /** @deprecated "Up to date" status in About-dialog */
24
47
  "about-dialog.version-info.up-to-date": "Aktu\xE1ln\xED",
48
+ /** "Upgrade"-button text */
49
+ "about-dialog.version-info.update-button.text": "Aktualizovat",
50
+ /** "Upgrade"-button tooltip text */
51
+ "about-dialog.version-info.update-button.tooltip": "Zjist\u011Bte, jak aktualizovat Sanity Studio",
25
52
  /** "User agent" header in About-dialog */
26
53
  "about-dialog.version-info.user-agent.header": "U\u017Eivatelsk\xFD agent",
54
+ /** "View on GitHub" link from version info dialog */
55
+ "about-dialog.version-info.view-on-github": "Zobrazit na GitHubu",
27
56
  /** The text used in the tooltip shown in the dialog close button */
28
57
  "announcement.dialog.close": "Zav\u0159\xEDt",
29
58
  /** Aria label to be used in the dialog close button */
@@ -83,13 +112,19 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
83
112
  "asset-source.dialog.default-title_file": "Vybrat soubor",
84
113
  /** Select asset dialog title for images */
85
114
  "asset-source.dialog.default-title_image": "Vybrat obr\xE1zek",
115
+ /** Select asset dialog title for videos */
116
+ "asset-source.dialog.default-title_video": "Vyberte video",
86
117
  /** Insert asset error */
87
118
  "asset-source.dialog.insert-asset-error": "Chyba p\u0159i vkl\xE1d\xE1n\xED assetu. V\xEDce informac\xED naleznete v konzoli.",
88
119
  /** Select asset dialog load more items */
89
120
  "asset-source.dialog.load-more": "Na\u010D\xEDst v\xEDce",
90
- /** Text shown when selecting a file but there's no files to select from */
121
+ /** Text shown when selecting a file but there's no files to select from
122
+ * @deprecated no longer in use
123
+ */
91
124
  "asset-source.dialog.no-assets_file": "\u017D\xE1dn\xE9 soubory",
92
- /** Text shown when selecting an image but there's no images to select from */
125
+ /** Text shown when selecting an image but there's no images to select from
126
+ * @deprecated no longer in use
127
+ */
93
128
  "asset-source.dialog.no-assets_image": "\u017D\xE1dn\xE9 obr\xE1zky",
94
129
  "asset-source.file.asset-list.action.delete.disabled-cannot-delete-current-file": "Nelze smazat aktu\xE1ln\u011B vybran\xFD soubor",
95
130
  "asset-source.file.asset-list.action.delete.text": "Smazat",
@@ -140,6 +175,13 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
140
175
  /** Menu Items for Media Library Asset Source */
141
176
  "asset-sources.media-library.file.title": "Medi\xE1ln\xED knihovna",
142
177
  "asset-sources.media-library.image.title": "Medi\xE1ln\xED knihovna",
178
+ /** Info messages for the Media Library Asset Source */
179
+ "asset-sources.media-library.select-dialog.title_file": "V\xFDb\u011Br souboru pro {{targetTitle}}",
180
+ "asset-sources.media-library.select-dialog.title_image": "V\xFDb\u011Br obr\xE1zku pro {{targetTitle}}",
181
+ "asset-sources.media-library.select-dialog.title_video": "V\xFDb\u011Br videa pro {{targetTitle}}",
182
+ /** Warning message shown when uploading already existing files to the Media Library Asset Source */
183
+ "asset-sources.media-library.warning.file-already-exist.description": "Pou\u017E\xEDv\xE1 se existuj\xEDc\xED soubor nalezen\xFD v knihovn\u011B.",
184
+ "asset-sources.media-library.warning.file-already-exist.title": "Soubor: '{{filename}}' ji\u017E existuje",
143
185
  /** Label when a release has been deleted by a different user */
144
186
  "banners.deleted-bundle-banner.text": "Vyd\xE1n\xED '<strong>{{title}}</strong>' bylo smaz\xE1no.",
145
187
  /** Action message for navigating to next month */
@@ -385,6 +427,8 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
385
427
  "document-status.revision-not-found": "Revize nenalezena",
386
428
  /** Label to indicate that a document type was not found */
387
429
  "document.type.not-found": 'Typ dokumentu "{{type}}" nebyl nalezen',
430
+ /** Error message shown when an action cannot be performed */
431
+ "errors.unable-to-perform-action": "Nelze prov\xE9st tuto akci",
388
432
  /** The value of the <code>_key</code> property must be a unique string. */
389
433
  "form.error.duplicate-keys-alert.details.additional-description": "Hodnota vlastnosti <code>_key</code> mus\xED b\xFDt jedine\u010Dn\xFD \u0159et\u011Bzec.",
390
434
  /** This usually happens when items are created using an API client, and the <code>_key</code> property of each elements has been generated non-uniquely. */
@@ -471,6 +515,8 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
471
515
  "help-resources.action.join-our-community": "P\u0159ipojte se k na\u0161\xED komunit\u011B",
472
516
  /** Information for what the latest sanity version is */
473
517
  "help-resources.latest-sanity-version": "Nejnov\u011Bj\u0161\xED verze je {{latestVersion}}",
518
+ /** Menu item for reloading Studio to update */
519
+ "help-resources.studio-auto-update-now": "Znovu na\u010D\xEDst pro aktualizaci na verzi v{{newVersion}}",
474
520
  /** Information for what studio version the current studio is running */
475
521
  "help-resources.studio-version": "Verze Sanity Studio {{studioVersion}}",
476
522
  /** Title for help and resources menus */
@@ -1055,9 +1101,9 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1055
1101
  "new-document.open-dialog-aria-label": "Vytvo\u0159it nov\xFD dokument",
1056
1102
  /** Title for "Create new document" dialog */
1057
1103
  "new-document.title": "Vytvo\u0159it nov\xFD dokument",
1058
- /** Label for button that will make the browser reload when users' studio version is out-of-date */
1104
+ /** @deprecated Label for button that will make the browser reload when users' studio version is out-of-date */
1059
1105
  "package-version.new-package-available.reload-button": "Klikn\u011Bte pro obnoven\xED",
1060
- /** Title of the alert for studio users when packages in their studio are out-of-date */
1106
+ /** @deprecated Title of the alert for studio users when packages in their studio are out-of-date */
1061
1107
  "package-version.new-package-available.title": "Sanity Studio je p\u0159ipraveno k aktualizaci!",
1062
1108
  /** Label for action to invite members to the current studio project */
1063
1109
  "presence.action.manage-members": "Spravovat \u010Dleny",
@@ -1083,21 +1129,31 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1083
1129
  "release.action.add-to-new-release": "P\u0159idat do vyd\xE1n\xED",
1084
1130
  /** Action message to add document to release */
1085
1131
  "release.action.add-to-release": "P\u0159idat do {{title}}",
1132
+ /** Tooltip message for document that is already added to release */
1133
+ "release.action.already-exists-in-release": "Dokument ji\u017E existuje ve vyd\xE1n\xED",
1086
1134
  /** Action message for when document is already in release */
1087
1135
  "release.action.already-in-release": "Ji\u017E ve vyd\xE1n\xED {{title}}",
1088
1136
  /** Action message for when you click to view all versions you can copy the current document to */
1089
1137
  "release.action.copy-to": "Kop\xEDrovat verzi do",
1090
1138
  /** Action message for creating new releases */
1091
1139
  "release.action.create-new": "Nov\xE9 vyd\xE1n\xED",
1140
+ /** Description for toast when version creation failed */
1141
+ "release.action.create-version.failure": "Nepoda\u0159ilo se vytvo\u0159it verzi",
1142
+ /** Action message for deleting a scheduled publish */
1143
+ "release.action.delete-schedule": "Smazat pl\xE1n",
1092
1144
  /** Action message for when document is already in release */
1093
1145
  "release.action.discard-version": "Zahodit verzi",
1094
1146
  /** Description for toast when version discarding failed */
1095
1147
  "release.action.discard-version.failure": "Nepoda\u0159ilo se zahodit verzi",
1148
+ /** Action message for editing the schedule of a scheduled publish */
1149
+ "release.action.edit-schedule": "Upravit pl\xE1n",
1096
1150
  /** Action message for when a new release is created off an existing version, draft or published document */
1097
1151
  "release.action.new-release": "Nov\xE9 vyd\xE1n\xED",
1098
1152
  "release.action.new-release.limit-reached_other": "Tento pracovn\xED prostor je omezen na {{count}} vyd\xE1n\xED",
1099
1153
  /** Tooltip message for not having permissions for creating new releases */
1100
1154
  "release.action.permission.error": "Nem\xE1te opr\xE1vn\u011Bn\xED k proveden\xED t\xE9to akce",
1155
+ /** Action message for running a scheduled draft immediately */
1156
+ "release.action.publish-now": "Publikovat nyn\xED",
1101
1157
  /** Error message description for when a version is reverted from being unpublished */
1102
1158
  "release.action.revert-unpublish-version.failure.description": "Zkuste to pros\xEDm znovu nebo zkontrolujte sv\xE9 p\u0159ipojen\xED. Dokument bude st\xE1le nepublikov\xE1n po vyd\xE1n\xED.",
1103
1159
  /** Error message title for when a version is reverted from being unpublished */
@@ -1112,6 +1168,8 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1112
1168
  "release.action.unpublish-version.success": "\xDAsp\u011B\u0161n\u011B nastaveno <strong>{{title}}</strong> jako nepublikovan\xE9 ve vyd\xE1n\xED",
1113
1169
  /** Action message for when the view release is pressed */
1114
1170
  "release.action.view-release": "Zobrazit vyd\xE1n\xED",
1171
+ /** Action message for when the view scheduled drafts is pressed */
1172
+ "release.action.view-scheduled-drafts": "Zobrazit napl\xE1novan\xE9 koncepty",
1115
1173
  /** Label for banner when release is scheduled */
1116
1174
  "release.banner.scheduled-for-publishing-on": "Napl\xE1nov\xE1no k publikov\xE1n\xED dne {{date}}",
1117
1175
  /** Label for Draft chip in document header */
@@ -1148,6 +1206,24 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1148
1206
  "release.dialog.create.confirm": "Vytvo\u0159it vyd\xE1n\xED",
1149
1207
  /** Title for creating releases dialog */
1150
1208
  "release.dialog.create.title": "Nov\xE9 vyd\xE1n\xED",
1209
+ /** Body text for the dialog confirming deletion of a scheduled draft */
1210
+ "release.dialog.delete-schedule-draft.body": "Jste si jisti, \u017Ee chcete smazat tento napl\xE1novan\xFD koncept? Tuto akci nelze vz\xEDt zp\u011Bt.",
1211
+ /** Confirm button text for deleting a scheduled draft */
1212
+ "release.dialog.delete-schedule-draft.confirm": "Ano, smazat pl\xE1n",
1213
+ /** Header for the dialog confirming deletion of a scheduled draft */
1214
+ "release.dialog.delete-schedule-draft.header": "Smazat napl\xE1novan\xFD koncept",
1215
+ /** Body text for change schedule dialog */
1216
+ "release.dialog.edit-schedule.body": "Vyberte nov\xE9 datum a \u010Das pro napl\xE1novan\xE9 publikov\xE1n\xED.",
1217
+ /** Confirm button text for change schedule dialog */
1218
+ "release.dialog.edit-schedule.confirm": "Aktualizovat pl\xE1n",
1219
+ /** Header for change schedule dialog */
1220
+ "release.dialog.edit-schedule.header": "Zm\u011Bnit pl\xE1n",
1221
+ /** Body text for the dialog confirming running a scheduled draft immediately */
1222
+ "release.dialog.publish-scheduled-draft.body": "Jste si jisti, \u017Ee chcete okam\u017Eit\u011B publikovat tento napl\xE1novan\xFD koncept?",
1223
+ /** Confirm button text for running a scheduled draft immediately */
1224
+ "release.dialog.publish-scheduled-draft.confirm": "Ano, spustit nyn\xED",
1225
+ /** Header for the dialog confirming running a scheduled draft immediately */
1226
+ "release.dialog.publish-scheduled-draft.header": "Publikovat koncept nyn\xED",
1151
1227
  /** Label for description in tooltip to explain release types */
1152
1228
  "release.dialog.tooltip.description": "P\u0159edpokl\xE1dan\xFD \u010Das vyd\xE1n\xED se pou\u017E\xEDv\xE1 k vytvo\u0159en\xED lep\u0161\xEDch n\xE1hled\u016F a n\xE1pov\u011Bd, zda dokumenty konfliktn\xED.",
1153
1229
  /** Label for noting that a release time is not final */
@@ -1158,6 +1234,10 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1158
1234
  "release.form.placeholder-describe-release": "Popi\u0161te vyd\xE1n\xED\u2026",
1159
1235
  /** Tooltip for button to hide release visibility */
1160
1236
  "release.layer.hide": "Skr\xFDt vyd\xE1n\xED",
1237
+ /** Label for the release menu */
1238
+ "release.menu.label": "Menu vyd\xE1n\xED",
1239
+ /** Tooltip for the release menu */
1240
+ "release.menu.tooltip": "Akce",
1161
1241
  /** Label for draft perspective in navbar */
1162
1242
  "release.navbar.drafts": "Koncepty",
1163
1243
  /** Label for published releases in navbar */
@@ -1166,18 +1246,34 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1166
1246
  "release.navbar.tooltip": "Vyd\xE1n\xED",
1167
1247
  /** The placeholder text when the release doesn't have a title */
1168
1248
  "release.placeholder-untitled-release": "Nepojmenovan\xE9 vyd\xE1n\xED",
1249
+ /** Description for warning that the published schedule time is in the past */
1250
+ "release.schedule-dialog.publish-date-in-past-warning": "Napl\xE1nujte toto vyd\xE1n\xED na budouc\xED \u010Das a datum.",
1251
+ /** Label for date picker when scheduling a release */
1252
+ "release.schedule-dialog.select-publish-date-label": "Napl\xE1novat na",
1169
1253
  /** The toast description that will be shown when the user has a release perspective which is now archived */
1170
1254
  "release.toast.archived-release.description": "Toto vyd\xE1n\xED bylo od\u0161pendleno",
1171
1255
  /** The toast title that will be shown when the user has a release perspective which is now archived */
1172
1256
  "release.toast.archived-release.title": "Vyd\xE1n\xED '{{title}}' bylo archivov\xE1no",
1173
1257
  /** The toast title that will be shown the creating a release fails */
1174
1258
  "release.toast.create-release-error.title": "Nepoda\u0159ilo se vytvo\u0159it vyd\xE1n\xED",
1175
- /**The toast title that will be shown when the user has a release perspective which is now deleted */
1259
+ /** Error toast for deleting a scheduled draft */
1260
+ "release.toast.delete-schedule-draft.error": "Nepoda\u0159ilo se smazat dokument napl\xE1novan\xE9ho konceptu <strong>{{title}}</strong>: {{error}}",
1261
+ /** Success toast for deleting a scheduled draft */
1262
+ "release.toast.delete-schedule-draft.success": "Dokument napl\xE1novan\xE9ho konceptu <strong>{{title}}</strong> byl smaz\xE1n.",
1263
+ /** The toast title that will be shown when the user has a release perspective which is now deleted */
1176
1264
  "release.toast.not-found-release.title": "Vyd\xE1n\xED '{{title}}' nebylo nalezeno",
1265
+ /** Error toast for running a scheduled publish immediately */
1266
+ "release.toast.publish-scheduled-draft.error": "Nepoda\u0159ilo se publikovat napl\xE1novan\xFD koncept dokumentu <strong>{{title}}</strong>: {{error}}",
1267
+ /** Success toast for running a scheduled publish immediately */
1268
+ "release.toast.publish-scheduled-draft.success": "Napl\xE1novan\xFD koncept dokumentu <strong>{{title}}</strong> byl publikov\xE1n.",
1177
1269
  /** The toast description that will be shown when the user has a release perspective which is now published */
1178
1270
  "release.toast.published-release.description": "Toto vyd\xE1n\xED bylo od\u0161pendleno",
1179
1271
  /** The toast title that will be shown when the user has a release perspective which is now deleted */
1180
1272
  "release.toast.published-release.title": "Vyd\xE1n\xED '{{title}}' bylo publikov\xE1no",
1273
+ /** Error toast for rescheduling a draft */
1274
+ "release.toast.reschedule-scheduled-draft.error": "Nepoda\u0159ilo se p\u0159epl\xE1novat napl\xE1novan\xFD koncept dokumentu <strong>{{title}}</strong>: {{error}}",
1275
+ /** Success toast for rescheduling a draft */
1276
+ "release.toast.reschedule-scheduled-draft.success": "Napl\xE1novan\xFD koncept dokumentu <strong>{{title}}</strong> byl p\u0159epl\xE1nov\xE1n.",
1181
1277
  /** Label for when a version of a document has already been added to the release */
1182
1278
  "release.tooltip.already-added": "Verze tohoto dokumentu ji\u017E byla p\u0159id\xE1na",
1183
1279
  /** Label for when a release is scheduled / scheduling and a user can't add a document version to it */
@@ -1190,6 +1286,14 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1190
1286
  "release.type.undecided": "Nerozhodnuto",
1191
1287
  /** Tooltip for the dropdown to show all versions of document */
1192
1288
  "release.version-list.tooltip": "Zobrazit v\u0161echny verze dokumentu",
1289
+ /** Confirm button text for the schedule publish dialog */
1290
+ "schedule-publish-dialog.confirm": "Napl\xE1novat",
1291
+ /** Description for the schedule publish dialog */
1292
+ "schedule-publish-dialog.description": "Vyberte, kdy m\xE1 b\xFDt tento dokument publikov\xE1n.",
1293
+ /** Header for the schedule publish dialog */
1294
+ "schedule-publish-dialog.header": "Napl\xE1novat koncept k publikaci",
1295
+ /** Title for a scheduled draft release */
1296
+ "scheduled-drafts.release.title": "Napl\xE1novan\xE1 publikace",
1193
1297
  /** Accessibility label to open search action when the search would go fullscreen (eg on narrower screens) */
1194
1298
  "search.action-open-aria-label": "Otev\u0159\xEDt vyhled\xE1v\xE1n\xED",
1195
1299
  /** Action label for adding a search filter */
@@ -1749,6 +1853,8 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1749
1853
  * workspace to authenticate in.
1750
1854
  */
1751
1855
  "workspaces.action.choose-another-workspace": "Vybrat jin\xFD pracovn\xED prostor",
1856
+ /** Label for title to switch workspace before workspaces are listed */
1857
+ "workspaces.action.switch-workspace": "P\u0159epnout pracovn\xED prostor",
1752
1858
  /** Label for heading that indicates that you can choose your workspace */
1753
1859
  "workspaces.choose-your-workspace-label": "Vyberte sv\u016Fj pracovn\xED prostor",
1754
1860
  /** Label for the workspace menu */