@sanity/locale-cs-cz 1.1.1 → 1.1.3

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.
Files changed (37) hide show
  1. package/dist/_chunks/{comments-8F-kBGbK.cjs → comments.cjs} +1 -1
  2. package/dist/_chunks/comments.cjs.map +1 -0
  3. package/dist/_chunks/{comments-H3rDO5WC.js → comments.js} +1 -1
  4. package/dist/_chunks/comments.js.map +1 -0
  5. package/dist/_chunks/{structure-HHgf8mju.cjs → structure.cjs} +5 -3
  6. package/dist/_chunks/structure.cjs.map +1 -0
  7. package/dist/_chunks/{structure-_PKog6mP.js → structure.js} +5 -3
  8. package/dist/_chunks/structure.js.map +1 -0
  9. package/dist/_chunks/{studio-bOzSqkhb.cjs → studio.cjs} +8 -2
  10. package/dist/_chunks/studio.cjs.map +1 -0
  11. package/dist/_chunks/{studio-9MOLUYbh.js → studio.js} +8 -2
  12. package/dist/_chunks/studio.js.map +1 -0
  13. package/dist/_chunks/{validation-6kO_5A8N.cjs → validation.cjs} +1 -1
  14. package/dist/_chunks/validation.cjs.map +1 -0
  15. package/dist/_chunks/{validation-zK65wBYP.js → validation.js} +1 -1
  16. package/dist/_chunks/validation.js.map +1 -0
  17. package/dist/_chunks/{vision-Mlim6RCR.cjs → vision.cjs} +1 -1
  18. package/dist/_chunks/vision.cjs.map +1 -0
  19. package/dist/_chunks/{vision-q1n4jxCx.js → vision.js} +1 -1
  20. package/dist/_chunks/vision.js.map +1 -0
  21. package/dist/index.cjs +5 -5
  22. package/dist/index.cjs.map +1 -1
  23. package/dist/index.js +5 -5
  24. package/dist/index.js.map +1 -1
  25. package/package.json +2 -1
  26. package/src/structure.ts +5 -2
  27. package/src/studio.ts +9 -1
  28. package/dist/_chunks/comments-8F-kBGbK.cjs.map +0 -1
  29. package/dist/_chunks/comments-H3rDO5WC.js.map +0 -1
  30. package/dist/_chunks/structure-HHgf8mju.cjs.map +0 -1
  31. package/dist/_chunks/structure-_PKog6mP.js.map +0 -1
  32. package/dist/_chunks/studio-9MOLUYbh.js.map +0 -1
  33. package/dist/_chunks/studio-bOzSqkhb.cjs.map +0 -1
  34. package/dist/_chunks/validation-6kO_5A8N.cjs.map +0 -1
  35. package/dist/_chunks/validation-zK65wBYP.js.map +0 -1
  36. package/dist/_chunks/vision-Mlim6RCR.cjs.map +0 -1
  37. package/dist/_chunks/vision-q1n4jxCx.js.map +0 -1
@@ -172,4 +172,4 @@ var comments = sanity.removeUndefinedLocaleResources({
172
172
  });
173
173
 
174
174
  exports.default = comments;
175
- //# sourceMappingURL=comments-8F-kBGbK.cjs.map
175
+ //# sourceMappingURL=comments.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"comments.cjs","sources":["../../src/comments.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** The close comments button text */\n 'close-pane-button-text': 'Zavřít komentáře',\n\n /** The aria label for the close comments button */\n 'close-pane-button-text-aria-label': 'Zavřít komentáře',\n\n /** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments */\n 'compose.add-comment-input-placeholder': 'Přidat komentář k <strong>{{field}}</strong>',\n /** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments and the mode is upsell */\n 'compose.add-comment-input-placeholder-upsell': 'Vylepšete pro přidání komentáře',\n /** When composing a comment, the placeholder text shown when the input is empty */\n 'compose.create-comment-placeholder': 'Vytvořit nový komentář',\n /** When composing a comment, the aria label for the button to mention a user */\n 'compose.mention-user-aria-label': 'Zmínit uživatele',\n /** When composing a comment, the tooltip text for the button to mention a user */\n 'compose.mention-user-tooltip': 'Zmínit uživatele',\n /** When composing a reply, the placeholder text shown when the input is empty */\n 'compose.reply-placeholder': 'Odpovědět',\n /** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */\n 'compose.reply-placeholder-upsell': 'Vylepšete pro odpověď',\n /** When composing a comment, the aria label for the button to send a comment */\n 'compose.send-comment-aria-label': 'Odeslat komentář',\n /** When composing a comment, the tooltip text for the button to send a comment */\n 'compose.send-comment-tooltip': 'Odeslat komentář',\n\n /** The inspector text when error copying link */\n 'copy-link-error-message': 'Nelze zkopírovat odkaz do schránky',\n\n /** The inspector successfully copied link text */\n 'copy-link-success-message': 'Odkaz zkopírován do schránky',\n\n /** The delete dialog body for a comment */\n 'delete-comment.body': 'Po smazání nelze komentář obnovit.',\n /** The delete dialog confirm button text for a comment */\n 'delete-comment.confirm': 'Smazat komentář',\n /** The delete dialog title for a comment */\n 'delete-comment.title': 'Smazat tento komentář?',\n\n /** The delete dialog error */\n 'delete-dialog.error': 'Při mazání komentáře došlo k chybě. Zkuste to prosím znovu.',\n\n /** The delete dialog body for a thread */\n 'delete-thread.body': 'Tento komentář a jeho odpovědi budou smazány a po smazání nelze obnovit.',\n /** The delete dialog conform button text for a thread */\n 'delete-thread.confirm': 'Smazat vlákno',\n /** The delete dialog title for a thread */\n 'delete-thread.title': 'Smazat toto vlákno komentářů?',\n\n /** The button text for confirming discard */\n 'discard.button-confirm': 'Zahodit',\n /** The header for discard comment dialog */\n 'discard.header': 'Zahodit komentář?',\n /** The text for discard comment dialog */\n 'discard.text': 'Chcete zahodit komentář?',\n\n /** Sharing feedback on the comments feature: The link title */\n 'feature-feedback.link': 'Sdílejte svůj názor',\n /** Sharing feedback on the comments feature: The form title */\n 'feature-feedback.title': 'Pomozte zlepšit ',\n\n /** The name of the comments feature, for use in header. Capitalized, eg \"Comments\". */\n 'feature-name': 'Comments',\n\n /** Aria label for button above fields to add a comment, when the field currently do not have any comments */\n 'field-button.aria-label-add': 'Přidat komentář',\n /** Aria label for button above fields that opens the comments for this field, when there are existing comments */\n 'field-button.aria-label-open': 'Otevřít komentáře',\n /** Text shown in popover when hovering the button above fields that opens the comments panel, when there is a single comment present */\n 'field-button.content_one': 'Zobrazit komentář',\n /** Text shown in popover when hovering the button above fields that opens the comments panel, when there are more than one comment present */\n 'field-button.content_other': 'Zobrazit komentáře',\n /** Text shown in popover when hovering the button above fields to add a comment, when the field currently do not have any comments */\n 'field-button.title': 'Přidat komentář',\n\n /** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */\n 'list-item.breadcrumb-button-go-to-field-aria-label': 'Přejít na pole {{field}}',\n /** The button tooltip content for the add reaction button */\n 'list-item.context-menu-add-reaction': 'Přidat reakci',\n /** The button tooltip aria label for adding a reaction */\n 'list-item.context-menu-add-reaction-aria-label': 'Přidat reakci',\n /** The button tooltip content for the add reaction button and mode is upsell */\n 'list-item.context-menu-add-reaction-upsell': 'Upgradujte pro přidání reakce',\n /** The action menu item for copying a comment link */\n 'list-item.copy-link': 'Kopírovat odkaz na komentář',\n /** The action menu item for deleting a comment */\n 'list-item.delete-comment': 'Smazat komentář',\n /** The action menu item for editing a comment */\n 'list-item.edit-comment': 'Upravit komentář',\n /** The action menu item for editing a comment and the mode is upsell */\n 'list-item.edit-comment-upsell': 'Upgradujte pro úpravu komentáře',\n /** Aria label for the button that takes you to the field, which wraps a thread/comment */\n 'list-item.go-to-field-button.aria-label': 'Přejít na pole',\n /**\n * The text shown below the author and timestamp of a comment including a link back to the context in which the comment was made.\n * Consists of a document title wrapped in a link, and a word or phrase to indicate that the link refers to a location:\n * eg \"on Home\", \"on Coffee Machine | Products\", \"on Pricing – Sanity\"\n */\n 'list-item.layout-context': 'na <IntentLink>{{title}}</IntentLink>',\n /** The marker to indicate that a comment has been edited in brackets */\n 'list-item.layout-edited': 'upraveno',\n /** The error text when sending a comment has failed */\n 'list-item.layout-failed-sent': 'Nepodařilo se odeslat.',\n /** The loading message when posting a comment is in progress */\n 'list-item.layout-posting': 'Odesílání...',\n /** The text for retrying posting a comment */\n 'list-item.layout-retry': 'Zkusit znovu',\n /** The aria label for the comments menu button to open the actions menu */\n 'list-item.open-menu-aria-label': 'Otevřít menu akcí komentáře',\n /** The button text to re-open a resolved comment */\n 'list-item.re-open-resolved': 'Znovu otevřít',\n /** The button aria label to re-open a comment that is resolved */\n 'list-item.re-open-resolved-aria-label': 'Znovu otevřít',\n /** The button aria label to mark a comment as resolved */\n 'list-item.resolved-tooltip-aria-label': 'Označit komentář jako vyřešený',\n /** The button text to mark a comment as resolved */\n 'list-item.resolved-tooltip-content': 'Označit jako vyřešené',\n\n /** The empty state text for open comments */\n 'list-status.empty-state-open-text': 'Zde budou zobrazeny otevřené komentáře k tomuto dokumentu.',\n /** The empty state title for open comments */\n 'list-status.empty-state-open-title': 'Zatím žádné otevřené komentáře',\n /** The empty state text for resolved comments */\n 'list-status.empty-state-resolved-text': 'Vyřešené komentáře k tomuto dokumentu se zobrazí zde.',\n /** The empty state title for resolved comments */\n 'list-status.empty-state-resolved-title': 'Zatím žádné vyřešené komentáře',\n /** The list status message for error */\n 'list-status.error': 'Něco se pokazilo',\n /** The list status message for loading status */\n 'list-status.loading': 'Načítání komentářů',\n\n /** Text shown when no users can be found to mention */\n 'mentions.no-users-found': 'Nenalezeni žádní uživatelé',\n /** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */\n 'mentions.unauthorized-user': 'Neautorizovaný',\n /** Aria label for the command list for users to mention */\n 'mentions.user-list-aria-label': 'Seznam uživatelů k zobrazení',\n\n /** The comments onboarding popover text */\n 'onboarding.body':\n 'K jakémukoli poli v dokumentu můžete přidat komentáře. Zobrazí se zde, seskupené podle pole.',\n /** The comments onboarding dismiss text */\n 'onboarding.dismiss': 'Rozumím',\n /** The comments onboarding popover header text */\n 'onboarding.header': 'Pole dokumentů nyní mají komentáře',\n\n /** Tooltip for the button to add a reaction to a comment */\n 'reactions.add-reaction-tooltip': 'Přidat reakci',\n /** Aria label for the individual reactions you can choose from when reacting to a comment */\n 'reactions.react-with-aria-label': 'Reagovat s {{reactionName}}',\n /** When a users' name cannot be resolved, fall back to this name */\n 'reactions.user-list.unknown-user-fallback-name': 'Neznámý uživatel',\n /**\n * When showing list of users who have reacted, replaces your own name with \"you\", eg\n * \"Donna, you, James, and Tyler reacted with 👍\". A different key (`_leading` suffix)\n * is used when you are the first to react, eg \"You, Donna and Tyler reacted with 👍\".\n * Use `{{name}}` if you want to instead use the current users' actual name.\n */\n 'reactions.user-list.you': 'vy',\n /**\n * When showing list of users who have reacted, replaces your own name with \"You\", eg\n * \"You, Donna, James, and Tyler reacted with 👍\". A different key (`_leading` suffix)\n * is used when you are not the first to react, eg \"Donna, you, James and Tyler reacted with 👍\".\n * Use `{{name}}` if you want to instead use the current users' actual name.\n */\n 'reactions.user-list.you_leading': 'Vy',\n /**\n * The text shown for the tooltip that appears when hovering over the reaction count, eg\n * \"Donna, James, and Tyler Reacted with 👍\". Three components are available for use:\n * - `<UserList/>` - the list of names of users who have reacted, using the locales list format\n * - `<Text>` - should be wrapped around the text describing the action (\"reacted with\")\n * - `<ReactionName/>` - the name of the reaction emoji, eg \":heavy_plus_sign:\"\n */\n 'reactions.users-reacted-with-reaction': '<UserList/> <Text>reagovali s</Text> <ReactionName/>',\n\n /** Status filter: The short title describing filtering on open (non-resolved) comments */\n 'status-filter.status-open': 'Otevřené',\n /** Status filter: The full text for describing filtering on open (non-resolved) comments */\n 'status-filter.status-open-full': 'Otevřené komentáře',\n /** Status filter: The short title describing filtering on resolved comments */\n 'status-filter.status-resolved': 'Vyřešené',\n /** Status filter: The full text for describing filtering on resolved comments */\n 'status-filter.status-resolved-full': 'Vyřešené komentáře',\n /** Status filter: The full text for describing filtering on resolved comments and is upsell mode */\n 'status-filter.status-resolved-full-upsell': 'Upgradujte pro zobrazení vyřešených komentářů',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}
@@ -170,4 +170,4 @@ var comments = removeUndefinedLocaleResources({
170
170
  });
171
171
 
172
172
  export { comments as default };
173
- //# sourceMappingURL=comments-H3rDO5WC.js.map
173
+ //# sourceMappingURL=comments.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"comments.js","sources":["../../src/comments.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** The close comments button text */\n 'close-pane-button-text': 'Zavřít komentáře',\n\n /** The aria label for the close comments button */\n 'close-pane-button-text-aria-label': 'Zavřít komentáře',\n\n /** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments */\n 'compose.add-comment-input-placeholder': 'Přidat komentář k <strong>{{field}}</strong>',\n /** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments and the mode is upsell */\n 'compose.add-comment-input-placeholder-upsell': 'Vylepšete pro přidání komentáře',\n /** When composing a comment, the placeholder text shown when the input is empty */\n 'compose.create-comment-placeholder': 'Vytvořit nový komentář',\n /** When composing a comment, the aria label for the button to mention a user */\n 'compose.mention-user-aria-label': 'Zmínit uživatele',\n /** When composing a comment, the tooltip text for the button to mention a user */\n 'compose.mention-user-tooltip': 'Zmínit uživatele',\n /** When composing a reply, the placeholder text shown when the input is empty */\n 'compose.reply-placeholder': 'Odpovědět',\n /** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */\n 'compose.reply-placeholder-upsell': 'Vylepšete pro odpověď',\n /** When composing a comment, the aria label for the button to send a comment */\n 'compose.send-comment-aria-label': 'Odeslat komentář',\n /** When composing a comment, the tooltip text for the button to send a comment */\n 'compose.send-comment-tooltip': 'Odeslat komentář',\n\n /** The inspector text when error copying link */\n 'copy-link-error-message': 'Nelze zkopírovat odkaz do schránky',\n\n /** The inspector successfully copied link text */\n 'copy-link-success-message': 'Odkaz zkopírován do schránky',\n\n /** The delete dialog body for a comment */\n 'delete-comment.body': 'Po smazání nelze komentář obnovit.',\n /** The delete dialog confirm button text for a comment */\n 'delete-comment.confirm': 'Smazat komentář',\n /** The delete dialog title for a comment */\n 'delete-comment.title': 'Smazat tento komentář?',\n\n /** The delete dialog error */\n 'delete-dialog.error': 'Při mazání komentáře došlo k chybě. Zkuste to prosím znovu.',\n\n /** The delete dialog body for a thread */\n 'delete-thread.body': 'Tento komentář a jeho odpovědi budou smazány a po smazání nelze obnovit.',\n /** The delete dialog conform button text for a thread */\n 'delete-thread.confirm': 'Smazat vlákno',\n /** The delete dialog title for a thread */\n 'delete-thread.title': 'Smazat toto vlákno komentářů?',\n\n /** The button text for confirming discard */\n 'discard.button-confirm': 'Zahodit',\n /** The header for discard comment dialog */\n 'discard.header': 'Zahodit komentář?',\n /** The text for discard comment dialog */\n 'discard.text': 'Chcete zahodit komentář?',\n\n /** Sharing feedback on the comments feature: The link title */\n 'feature-feedback.link': 'Sdílejte svůj názor',\n /** Sharing feedback on the comments feature: The form title */\n 'feature-feedback.title': 'Pomozte zlepšit ',\n\n /** The name of the comments feature, for use in header. Capitalized, eg \"Comments\". */\n 'feature-name': 'Comments',\n\n /** Aria label for button above fields to add a comment, when the field currently do not have any comments */\n 'field-button.aria-label-add': 'Přidat komentář',\n /** Aria label for button above fields that opens the comments for this field, when there are existing comments */\n 'field-button.aria-label-open': 'Otevřít komentáře',\n /** Text shown in popover when hovering the button above fields that opens the comments panel, when there is a single comment present */\n 'field-button.content_one': 'Zobrazit komentář',\n /** Text shown in popover when hovering the button above fields that opens the comments panel, when there are more than one comment present */\n 'field-button.content_other': 'Zobrazit komentáře',\n /** Text shown in popover when hovering the button above fields to add a comment, when the field currently do not have any comments */\n 'field-button.title': 'Přidat komentář',\n\n /** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */\n 'list-item.breadcrumb-button-go-to-field-aria-label': 'Přejít na pole {{field}}',\n /** The button tooltip content for the add reaction button */\n 'list-item.context-menu-add-reaction': 'Přidat reakci',\n /** The button tooltip aria label for adding a reaction */\n 'list-item.context-menu-add-reaction-aria-label': 'Přidat reakci',\n /** The button tooltip content for the add reaction button and mode is upsell */\n 'list-item.context-menu-add-reaction-upsell': 'Upgradujte pro přidání reakce',\n /** The action menu item for copying a comment link */\n 'list-item.copy-link': 'Kopírovat odkaz na komentář',\n /** The action menu item for deleting a comment */\n 'list-item.delete-comment': 'Smazat komentář',\n /** The action menu item for editing a comment */\n 'list-item.edit-comment': 'Upravit komentář',\n /** The action menu item for editing a comment and the mode is upsell */\n 'list-item.edit-comment-upsell': 'Upgradujte pro úpravu komentáře',\n /** Aria label for the button that takes you to the field, which wraps a thread/comment */\n 'list-item.go-to-field-button.aria-label': 'Přejít na pole',\n /**\n * The text shown below the author and timestamp of a comment including a link back to the context in which the comment was made.\n * Consists of a document title wrapped in a link, and a word or phrase to indicate that the link refers to a location:\n * eg \"on Home\", \"on Coffee Machine | Products\", \"on Pricing – Sanity\"\n */\n 'list-item.layout-context': 'na <IntentLink>{{title}}</IntentLink>',\n /** The marker to indicate that a comment has been edited in brackets */\n 'list-item.layout-edited': 'upraveno',\n /** The error text when sending a comment has failed */\n 'list-item.layout-failed-sent': 'Nepodařilo se odeslat.',\n /** The loading message when posting a comment is in progress */\n 'list-item.layout-posting': 'Odesílání...',\n /** The text for retrying posting a comment */\n 'list-item.layout-retry': 'Zkusit znovu',\n /** The aria label for the comments menu button to open the actions menu */\n 'list-item.open-menu-aria-label': 'Otevřít menu akcí komentáře',\n /** The button text to re-open a resolved comment */\n 'list-item.re-open-resolved': 'Znovu otevřít',\n /** The button aria label to re-open a comment that is resolved */\n 'list-item.re-open-resolved-aria-label': 'Znovu otevřít',\n /** The button aria label to mark a comment as resolved */\n 'list-item.resolved-tooltip-aria-label': 'Označit komentář jako vyřešený',\n /** The button text to mark a comment as resolved */\n 'list-item.resolved-tooltip-content': 'Označit jako vyřešené',\n\n /** The empty state text for open comments */\n 'list-status.empty-state-open-text': 'Zde budou zobrazeny otevřené komentáře k tomuto dokumentu.',\n /** The empty state title for open comments */\n 'list-status.empty-state-open-title': 'Zatím žádné otevřené komentáře',\n /** The empty state text for resolved comments */\n 'list-status.empty-state-resolved-text': 'Vyřešené komentáře k tomuto dokumentu se zobrazí zde.',\n /** The empty state title for resolved comments */\n 'list-status.empty-state-resolved-title': 'Zatím žádné vyřešené komentáře',\n /** The list status message for error */\n 'list-status.error': 'Něco se pokazilo',\n /** The list status message for loading status */\n 'list-status.loading': 'Načítání komentářů',\n\n /** Text shown when no users can be found to mention */\n 'mentions.no-users-found': 'Nenalezeni žádní uživatelé',\n /** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */\n 'mentions.unauthorized-user': 'Neautorizovaný',\n /** Aria label for the command list for users to mention */\n 'mentions.user-list-aria-label': 'Seznam uživatelů k zobrazení',\n\n /** The comments onboarding popover text */\n 'onboarding.body':\n 'K jakémukoli poli v dokumentu můžete přidat komentáře. Zobrazí se zde, seskupené podle pole.',\n /** The comments onboarding dismiss text */\n 'onboarding.dismiss': 'Rozumím',\n /** The comments onboarding popover header text */\n 'onboarding.header': 'Pole dokumentů nyní mají komentáře',\n\n /** Tooltip for the button to add a reaction to a comment */\n 'reactions.add-reaction-tooltip': 'Přidat reakci',\n /** Aria label for the individual reactions you can choose from when reacting to a comment */\n 'reactions.react-with-aria-label': 'Reagovat s {{reactionName}}',\n /** When a users' name cannot be resolved, fall back to this name */\n 'reactions.user-list.unknown-user-fallback-name': 'Neznámý uživatel',\n /**\n * When showing list of users who have reacted, replaces your own name with \"you\", eg\n * \"Donna, you, James, and Tyler reacted with 👍\". A different key (`_leading` suffix)\n * is used when you are the first to react, eg \"You, Donna and Tyler reacted with 👍\".\n * Use `{{name}}` if you want to instead use the current users' actual name.\n */\n 'reactions.user-list.you': 'vy',\n /**\n * When showing list of users who have reacted, replaces your own name with \"You\", eg\n * \"You, Donna, James, and Tyler reacted with 👍\". A different key (`_leading` suffix)\n * is used when you are not the first to react, eg \"Donna, you, James and Tyler reacted with 👍\".\n * Use `{{name}}` if you want to instead use the current users' actual name.\n */\n 'reactions.user-list.you_leading': 'Vy',\n /**\n * The text shown for the tooltip that appears when hovering over the reaction count, eg\n * \"Donna, James, and Tyler Reacted with 👍\". Three components are available for use:\n * - `<UserList/>` - the list of names of users who have reacted, using the locales list format\n * - `<Text>` - should be wrapped around the text describing the action (\"reacted with\")\n * - `<ReactionName/>` - the name of the reaction emoji, eg \":heavy_plus_sign:\"\n */\n 'reactions.users-reacted-with-reaction': '<UserList/> <Text>reagovali s</Text> <ReactionName/>',\n\n /** Status filter: The short title describing filtering on open (non-resolved) comments */\n 'status-filter.status-open': 'Otevřené',\n /** Status filter: The full text for describing filtering on open (non-resolved) comments */\n 'status-filter.status-open-full': 'Otevřené komentáře',\n /** Status filter: The short title describing filtering on resolved comments */\n 'status-filter.status-resolved': 'Vyřešené',\n /** Status filter: The full text for describing filtering on resolved comments */\n 'status-filter.status-resolved-full': 'Vyřešené komentáře',\n /** Status filter: The full text for describing filtering on resolved comments and is upsell mode */\n 'status-filter.status-resolved-full-upsell': 'Upgradujte pro zobrazení vyřešených komentářů',\n})\n"],"names":[],"mappings":"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"}
@@ -294,14 +294,16 @@ var structure = sanity.removeUndefinedLocaleResources({
294
294
  "panes.document-operation-results.operation-error_delete": "P\u0159i pokusu o smaz\xE1n\xED tohoto dokumentu do\u0161lo k chyb\u011B. To obvykle znamen\xE1, \u017Ee na n\u011Bj odkazuj\xED jin\xE9 dokumenty.",
295
295
  /** The text when an unpublish operation failed */
296
296
  "panes.document-operation-results.operation-error_unpublish": "P\u0159i pokusu o zru\u0161en\xED publikace tohoto dokumentu do\u0161lo k chyb\u011B. To obvykle znamen\xE1, \u017Ee na n\u011Bj odkazuj\xED jin\xE9 dokumenty.",
297
- /** The text when a generic operation succeded (fallback, generally not shown) */
297
+ /** The text when a generic operation succeeded (fallback, generally not shown) */
298
298
  "panes.document-operation-results.operation-success": "\xDAsp\u011B\u0161n\u011B provedeno {{context}} na dokumentu",
299
- /** The text when a delete operation succeded */
299
+ /** The text when a delete operation succeeded */
300
300
  "panes.document-operation-results.operation-success_delete": "Dokument byl \xFAsp\u011B\u0161n\u011B smaz\xE1n",
301
301
  /** The text when a discard changes operation succeeded */
302
302
  "panes.document-operation-results.operation-success_discardChanges": "V\u0161echny zm\u011Bny od posledn\xED publikace byly nyn\xED zru\u0161eny. Zahozen\xFD koncept lze st\xE1le obnovit z historie",
303
303
  /** The text when a publish operation succeeded */
304
304
  "panes.document-operation-results.operation-success_publish": "Dokument byl publikov\xE1n",
305
+ /** The text when a restore operation succeeded */
306
+ "panes.document-operation-results.operation-success_restore": "<Strong>{{title}}</Strong> byl obnoven",
305
307
  /** The text when an unpublish operation succeeded */
306
308
  "panes.document-operation-results.operation-success_unpublish": "Publikace dokumentu byla zru\u0161ena. Z posledn\xED publikovan\xE9 verze byl vytvo\u0159en koncept.",
307
309
  /** The document title shown when document title is "undefined" in operation message */
@@ -367,4 +369,4 @@ var structure = sanity.removeUndefinedLocaleResources({
367
369
  });
368
370
 
369
371
  exports.default = structure;
370
- //# sourceMappingURL=structure-HHgf8mju.cjs.map
372
+ //# sourceMappingURL=structure.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"structure.cjs","sources":["../../src/structure.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\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 /** 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 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 version*/\n 'action.restore.confirm.message': 'Jste si jisti, že chcete obnovit tento dokument?',\n /** Fallback tooltip for when user is looking at the initial version */\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 /** 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 the permission check banner if the user only has one role, and it does not allow updating 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 updating 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 updating 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 updating 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 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\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 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 */\n 'confirm-delete-dialog.cdr-table.id-copied-toast.title': 'ID dokumentu zkopírováno do schránky!',\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 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 text for the retry button on the document list pane */\n 'panes.document-list-pane.error.retry-button.text': 'Zkusit znovu',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text': 'Chyba: <Code>{{error}}</Code>',\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 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 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 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 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 title of the reconnecting toast */\n 'panes.document-pane-provider.reconnecting.title':\n 'Spojení bylo přerušeno. Opětovné připojování…',\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 /** 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"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}
@@ -292,14 +292,16 @@ var structure = removeUndefinedLocaleResources({
292
292
  "panes.document-operation-results.operation-error_delete": "P\u0159i pokusu o smaz\xE1n\xED tohoto dokumentu do\u0161lo k chyb\u011B. To obvykle znamen\xE1, \u017Ee na n\u011Bj odkazuj\xED jin\xE9 dokumenty.",
293
293
  /** The text when an unpublish operation failed */
294
294
  "panes.document-operation-results.operation-error_unpublish": "P\u0159i pokusu o zru\u0161en\xED publikace tohoto dokumentu do\u0161lo k chyb\u011B. To obvykle znamen\xE1, \u017Ee na n\u011Bj odkazuj\xED jin\xE9 dokumenty.",
295
- /** The text when a generic operation succeded (fallback, generally not shown) */
295
+ /** The text when a generic operation succeeded (fallback, generally not shown) */
296
296
  "panes.document-operation-results.operation-success": "\xDAsp\u011B\u0161n\u011B provedeno {{context}} na dokumentu",
297
- /** The text when a delete operation succeded */
297
+ /** The text when a delete operation succeeded */
298
298
  "panes.document-operation-results.operation-success_delete": "Dokument byl \xFAsp\u011B\u0161n\u011B smaz\xE1n",
299
299
  /** The text when a discard changes operation succeeded */
300
300
  "panes.document-operation-results.operation-success_discardChanges": "V\u0161echny zm\u011Bny od posledn\xED publikace byly nyn\xED zru\u0161eny. Zahozen\xFD koncept lze st\xE1le obnovit z historie",
301
301
  /** The text when a publish operation succeeded */
302
302
  "panes.document-operation-results.operation-success_publish": "Dokument byl publikov\xE1n",
303
+ /** The text when a restore operation succeeded */
304
+ "panes.document-operation-results.operation-success_restore": "<Strong>{{title}}</Strong> byl obnoven",
303
305
  /** The text when an unpublish operation succeeded */
304
306
  "panes.document-operation-results.operation-success_unpublish": "Publikace dokumentu byla zru\u0161ena. Z posledn\xED publikovan\xE9 verze byl vytvo\u0159en koncept.",
305
307
  /** The document title shown when document title is "undefined" in operation message */
@@ -365,4 +367,4 @@ var structure = removeUndefinedLocaleResources({
365
367
  });
366
368
 
367
369
  export { structure as default };
368
- //# sourceMappingURL=structure-_PKog6mP.js.map
370
+ //# sourceMappingURL=structure.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"structure.js","sources":["../../src/structure.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\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 /** 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 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 version*/\n 'action.restore.confirm.message': 'Jste si jisti, že chcete obnovit tento dokument?',\n /** Fallback tooltip for when user is looking at the initial version */\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 /** 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 the permission check banner if the user only has one role, and it does not allow updating 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 updating 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 updating 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 updating 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 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\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 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 */\n 'confirm-delete-dialog.cdr-table.id-copied-toast.title': 'ID dokumentu zkopírováno do schránky!',\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 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 text for the retry button on the document list pane */\n 'panes.document-list-pane.error.retry-button.text': 'Zkusit znovu',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text': 'Chyba: <Code>{{error}}</Code>',\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 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 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 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 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 title of the reconnecting toast */\n 'panes.document-pane-provider.reconnecting.title':\n 'Spojení bylo přerušeno. Opětovné připojování…',\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 /** 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"],"names":[],"mappings":"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"}
@@ -922,7 +922,7 @@ var studio = sanity.removeUndefinedLocaleResources({
922
922
  "new-document.title": "Vytvo\u0159it nov\xFD dokument",
923
923
  /** Label for action to manage members of the current studio project */
924
924
  "presence.action.manage-members": "Spravovat \u010Dleny",
925
- /** Accessibility label for Avatar Stack */
925
+ /** Accessibility label for presence menu button */
926
926
  "presence.aria-label": "Kdo je zde",
927
927
  /** Message description for when no one else is currently present */
928
928
  "presence.no-one-else-description": "Pozv\u011Bte lidi do projektu, abyste vid\u011Bli jejich online status.",
@@ -930,6 +930,8 @@ var studio = sanity.removeUndefinedLocaleResources({
930
930
  "presence.no-one-else-title": "Nikdo dal\u0161\xED zde nen\xED",
931
931
  /** Message for when a user is not in a document (displayed in the global presence menu) */
932
932
  "presence.not-in-a-document": "Nen\xED v dokumentu",
933
+ /** Tooltip content text for presence menu button */
934
+ "presence.tooltip-content": "Kdo je zde",
933
935
  /** Fallback title shown when a preview does not provide a title */
934
936
  "preview.default.title-fallback": "Bez n\xE1zvu",
935
937
  /** Fallback preview value for types that have "no value" (eg null, undefined) */
@@ -1310,6 +1312,8 @@ var studio = sanity.removeUndefinedLocaleResources({
1310
1312
  "search.recent-searches-label": "Ned\xE1vn\xE9 vyhled\xE1v\xE1n\xED",
1311
1313
  /** Accessibility label for the search results section, shown when the user has typed valid terms */
1312
1314
  "search.search-results-aria-label": "V\xFDsledky vyhled\xE1v\xE1n\xED",
1315
+ /** Accessibility label for the navbar status button */
1316
+ "status-button.aria-label": "Stav konfigurace",
1313
1317
  /** Description for error when the timeline for the given document can't be loaded */
1314
1318
  "timeline.error.load-document-changes-description": "Transakce historie dokumentu nebyly ovlivn\u011Bny.",
1315
1319
  /** Title for error when the timeline for the given document can't be loaded */
@@ -1367,6 +1371,8 @@ var studio = sanity.removeUndefinedLocaleResources({
1367
1371
  "timeline.since": "Od: {{timestamp, datetime}}",
1368
1372
  /** Label for missing change version for timeline menu dropdown are showing */
1369
1373
  "timeline.since-version-missing": "Od: nezn\xE1m\xE1 verze",
1374
+ /**Aria label for the action buttons in the PTE toolbar */
1375
+ "toolbar.portable-text.action-button-aria-label": "{{action}}",
1370
1376
  /** Label for button showing the free trial days left */
1371
1377
  "user-menu.action.free-trial_one": "{{count}} den zb\xFDv\xE1 do konce zku\u0161ebn\xED doby",
1372
1378
  "user-menu.action.free-trial_other": "{{count}} dn\xED zb\xFDv\xE1 do konce zku\u0161ebn\xED doby",
@@ -1433,4 +1439,4 @@ var studio = sanity.removeUndefinedLocaleResources({
1433
1439
  });
1434
1440
 
1435
1441
  exports.default = studio;
1436
- //# sourceMappingURL=studio-bOzSqkhb.cjs.map
1442
+ //# sourceMappingURL=studio.cjs.map