@sanity/locale-cs-cz 0.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +44 -0
- package/dist/_chunks/structure-D_um9AMk.cjs +1 -0
- package/dist/_chunks/structure-D_um9AMk.cjs.map +1 -0
- package/dist/_chunks/structure-ydsY1uzN.js +1 -0
- package/dist/_chunks/structure-ydsY1uzN.js.map +1 -0
- package/dist/_chunks/studio-QfOlr8oU.js +1 -0
- package/dist/_chunks/studio-QfOlr8oU.js.map +1 -0
- package/dist/_chunks/studio-wgHx_OFb.cjs +1 -0
- package/dist/_chunks/studio-wgHx_OFb.cjs.map +1 -0
- package/dist/_chunks/validation-sVK60oQ7.js +1 -0
- package/dist/_chunks/validation-sVK60oQ7.js.map +1 -0
- package/dist/_chunks/validation-xVZ-jdA1.cjs +1 -0
- package/dist/_chunks/validation-xVZ-jdA1.cjs.map +1 -0
- package/dist/_chunks/vision-QaatFQuP.js +1 -0
- package/dist/_chunks/vision-QaatFQuP.js.map +1 -0
- package/dist/_chunks/vision-hNPj4Cti.cjs +1 -0
- package/dist/_chunks/vision-hNPj4Cti.cjs.map +1 -0
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -0
- package/package.json +55 -0
- package/src/index.ts +44 -0
- package/src/structure.ts +390 -0
- package/src/studio.ts +1567 -0
- package/src/validation.ts +99 -0
- package/src/vision.ts +69 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"studio-QfOlr8oU.js","sources":["../../src/studio.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Menu item for deleting the asset */\n 'asset-source.asset-list.menu.delete': 'Smazat',\n /** Menu item for showing where a particular asset is used */\n 'asset-source.asset-list.menu.show-usage': 'Zobrazit použití',\n /** Header in usage dialog for file assets */\n 'asset-source.asset-usage-dialog.header_file': 'Dokumenty používající soubor',\n /** Header in usage dialog for image assets */\n 'asset-source.asset-usage-dialog.header_image': 'Dokumenty používající obrázek',\n /** Text shown in usage dialog when loading documents using the selected asset */\n 'asset-source.asset-usage-dialog.loading': 'Načítání…',\n /** Text for cancel action in delete-asset dialog */\n 'asset-source.delete-dialog.action.cancel': 'Zrušit',\n /** Text for \"confirm delete\" action in delete-asset dialog */\n 'asset-source.delete-dialog.action.delete': 'Smazat',\n /** Dialog header for delete-asset dialog when deleting a file */\n 'asset-source.delete-dialog.header_file': 'Smazat soubor',\n /** Dialog header for delete-asset dialog when deleting an image */\n 'asset-source.delete-dialog.header_image': 'Smazat obrázek',\n /** Text shown in delete dialog when loading documents using the selected asset */\n 'asset-source.delete-dialog.loading': 'Načítání…',\n /** Message confirming to delete *named* file */\n 'asset-source.delete-dialog.usage-list.confirm-delete-file_named':\n 'Chystáte se smazat soubor <strong>{{filename}}}</strong> a jeho metadata. Jste si jisti?',\n /** Message confirming to delete *unnamed* file */\n 'asset-source.delete-dialog.usage-list.confirm-delete-file_unnamed':\n 'Chystáte se smazat soubor a jeho metadata. Jste si jisti?',\n /** Message confirming to delete *named* image */\n 'asset-source.delete-dialog.usage-list.confirm-delete-image_named':\n 'Chystáte se smazat obrázek <strong>{{filename}}</strong> a jeho metadata. Jste si jisti?',\n /** Message confirming to delete *unnamed* image */\n 'asset-source.delete-dialog.usage-list.confirm-delete-image_unnamed':\n 'Chystáte se smazat obrázek a jeho metadata. Jste si jisti?',\n /** Alt text showing on image preview in delete asset dialog */\n 'asset-source.delete-dialog.usage-list.image-preview-alt': 'Náhled obrázku',\n /** Warning message showing when *named* file can't be deleted because it is in use */\n 'asset-source.delete-dialog.usage-list.warning-file-is-in-use_named':\n '{{filename}} nelze smazat, protože se používá. Aby bylo možné tento soubor smazat, musíte nejprve odstranit všechna jeho použití.',\n /** Warning message showing when *unnamed* file can't be deleted because it is in use */\n 'asset-source.delete-dialog.usage-list.warning-file-is-in-use_unnamed':\n 'Tento soubor nelze smazat, protože se používá. Aby bylo možné ho smazat, musíte nejprve odstranit všechna jeho použití.',\n /** Warning message showing when *named* image can't be deleted because it is in use */\n 'asset-source.delete-dialog.usage-list.warning-image-is-in-use_named':\n '{{filename}} nelze smazat, protože se používá. Aby bylo možné tento obrázek smazat, musíte nejprve odstranit všechna jeho použití.',\n /** Warning message showing when *unnamed* image can't be deleted because it is in use */\n 'asset-source.delete-dialog.usage-list.warning-image-is-in-use_unnamed':\n 'Tento obrázek nelze smazat, protože se používá. Aby bylo možné ho smazat, musíte nejprve odstranit všechna jeho použití.',\n /** Text shown when the list of assets only include a specific set of types */\n 'asset-source.dialog.accept-message':\n 'Zobrazují se pouze assety přijatých typů: <strong>{{acceptTypes}}</strong>',\n /** Keys shared between both image asset source and file asset source */\n /** Select asset dialog title for files */\n 'asset-source.dialog.default-title_file': 'Vybrat soubor',\n /** Select asset dialog title for images */\n 'asset-source.dialog.default-title_image': 'Vybrat obrázek',\n /** Select asset dialog load more items */\n 'asset-source.dialog.load-more': 'Načíst více',\n /** Text shown when selecting a file but there's no files to select from */\n 'asset-source.dialog.no-assets_file': 'Žádné soubory',\n /** Text shown when selecting an image but there's no images to select from */\n 'asset-source.dialog.no-assets_image': 'Žádné obrázky',\n 'asset-source.file.asset-list.action.delete.disabled-cannot-delete-current-file':\n 'Nelze smazat aktuálně vybraný soubor',\n 'asset-source.file.asset-list.action.delete.text': 'Smazat',\n 'asset-source.file.asset-list.action.delete.title': 'Smazat soubor',\n 'asset-source.file.asset-list.action.select-file.title': 'Vybrat soubor {{filename}}',\n 'asset-source.file.asset-list.action.show-usage.title': 'Zobrazit použití',\n 'asset-source.file.asset-list.delete-failed': 'Soubor se nepodařilo smazat',\n 'asset-source.file.asset-list.delete-successful': 'Soubor byl smazán',\n 'asset-source.file.asset-list.header.date-added': 'Datum přidání',\n /** File asset source */\n 'asset-source.file.asset-list.header.filename': 'Název souboru',\n 'asset-source.file.asset-list.header.size': 'Velikost',\n 'asset-source.file.asset-list.header.type': 'Typ',\n /** Text displayed on button or menu invoking the file asset source */\n 'asset-source.file.title': 'Nahrané soubory',\n 'asset-source.image.asset-list.delete-failed': 'Obrázek se nepodařilo smazat',\n /** Image asset source */\n 'asset-source.image.asset-list.delete-successful': 'Obrázek byl smazán',\n /** Text displayed on button or menu invoking the image asset source */\n 'asset-source.image.title': 'Nahrané obrázky',\n 'asset-source.usage-list.documents-using-file_named_one':\n 'Jeden dokument používá soubor <code>{{filename}}</code>',\n 'asset-source.usage-list.documents-using-file_named_other':\n '{{count}} dokumentů používá soubor <code>{{filename}}</code>',\n /** Text shown in usage dialog for a file asset when there are zero, one or more documents using the *named* file **/\n 'asset-source.usage-list.documents-using-file_named_zero':\n 'Žádný dokument nepoužívá soubor <code>{{filename}}</code>',\n 'asset-source.usage-list.documents-using-file_unnamed_one': 'Jeden dokument používá tento soubor',\n 'asset-source.usage-list.documents-using-file_unnamed_other':\n '{{count}} dokumentů používá tento soubor',\n /** Text shown in usage dialog for a file asset when there are zero, one or more documents using the *unnamed* file **/\n 'asset-source.usage-list.documents-using-file_unnamed_zero':\n 'Žádný dokument nepoužívá tento soubor',\n 'asset-source.usage-list.documents-using-image_named_one':\n 'Jeden dokument používá obrázek <code>{{filename}}</code>',\n 'asset-source.usage-list.documents-using-image_named_other':\n '{{count}} dokumentů používá obrázek <code>{{filename}}</code>',\n /** Text shown in usage dialog for an image asset when there are zero, one or more documents using the *named* image **/\n 'asset-source.usage-list.documents-using-image_named_zero':\n 'Žádný dokument nepoužívá obrázek <code>{{filename}}</code>',\n 'asset-source.usage-list.documents-using-image_unnamed_one':\n 'Jeden dokument používá tento obrázek',\n 'asset-source.usage-list.documents-using-image_unnamed_other':\n '{{count}} dokumentů používá tento obrázek',\n /** Text shown in usage dialog for an image asset when there are zero, one or more documents using the *unnamed* image **/\n 'asset-source.usage-list.documents-using-image_unnamed_zero':\n 'Žádné dokumenty nepoužívají tento obrázek',\n\n /** Action message for navigating to next month */\n 'calendar.action.go-to-next-month': 'Přejít na příští měsíc',\n /** Action message for navigating to next year */\n 'calendar.action.go-to-next-year': 'Přejít na příští rok',\n /** Action message for navigating to previous month */\n 'calendar.action.go-to-previous-month': 'Přejít na předchozí měsíc',\n /** Action message for navigating to previous year */\n 'calendar.action.go-to-previous-year': 'Přejít na předchozí rok',\n /* Label for navigating the calendar to \"today\", without _selecting_ today. Short form, eg `Today`, not `Go to today` */\n 'calendar.action.go-to-today': 'Dnes',\n /* Accessibility label for navigating the calendar to \"today\", without _selecting_ today */\n 'calendar.action.go-to-today-aria-label': 'Přejít na dnešek',\n /* Label for navigating the calendar to \"tomorrow\", without _selecting_ tomorrow. Short form, eg `Tomorrow`, not `Go to tomorrow` */\n 'calendar.action.go-to-tomorrow': 'Zítra',\n /* Label for navigating the calendar to \"yesterday\", without _selecting_ yesterday. Short form, eg `Yesterday`, not `Go to yesterday` */\n 'calendar.action.go-to-yesterday': 'Včera',\n /** Label for switch that controls whether or not to include time in given timestamp */\n 'calendar.action.include-time-label': 'Zahrnout čas',\n /** Action message for selecting the hour */\n 'calendar.action.select-hour': 'Vybrat hodinu',\n /** Action message for selecting the minute */\n 'calendar.action.select-minute': 'Vybrat minutu',\n /** Action message for setting to the current time */\n 'calendar.action.set-to-current-time': 'Nastavit na aktuální čas',\n /** Label for selecting an hour preset. Receives a `time` param as a string on hh:mm format and a `date` param as a Date instance denoting the preset date */\n 'calendar.action.set-to-time-preset': '{{time}} dne {{date, datetime}}',\n /** Error message displayed in calendar when entered date is not the correct format */\n 'calendar.error.must-be-in-format': 'Musí být ve formátu <Emphasis>{{exampleDate}}</Emphasis>',\n /** Month name for April */\n 'calendar.month-names.april': 'Duben',\n /** Month name for August */\n 'calendar.month-names.august': 'Srpen',\n /** Month name for December */\n 'calendar.month-names.december': 'Prosinec',\n /** Month name for February */\n 'calendar.month-names.february': 'Únor',\n /** Month name for January */\n 'calendar.month-names.january': 'Leden',\n /** Month name for July */\n 'calendar.month-names.july': 'Červenec',\n /** Month name for June */\n 'calendar.month-names.june': 'Červen',\n /** Month name for March */\n 'calendar.month-names.march': 'Březen',\n /** Month name for May */\n 'calendar.month-names.may': 'Květen',\n /** Month name for November */\n 'calendar.month-names.november': 'Listopad',\n /** Month name for October */\n 'calendar.month-names.october': 'Říjen',\n /** Month name for September */\n 'calendar.month-names.september': 'Září',\n /** Short weekday name for Friday */\n 'calendar.weekday-names.short.friday': 'Pá',\n /** Short weekday name for Monday */\n 'calendar.weekday-names.short.monday': 'Po',\n /** Short weekday name for Saturdayday */\n 'calendar.weekday-names.short.saturday': 'So',\n /** Short weekday name for Sunday */\n 'calendar.weekday-names.short.sunday': 'Ne',\n /** Short weekday name for Thursday */\n 'calendar.weekday-names.short.thursday': 'Čt',\n /** Short weekday name for Tuesday */\n 'calendar.weekday-names.short.tuesday': 'Út',\n /** Short weekday name for Wednesday */\n 'calendar.weekday-names.short.wednesday': 'St',\n\n /** Label for the close button label in Review Changes pane */\n 'changes.action.close-label': 'Zavřít kontrolu změn',\n /** Cancel label for revert button prompt action */\n 'changes.action.revert-all-cancel': 'Zrušit',\n /** Revert all confirm label for revert button action - used on prompt button + review changes pane */\n 'changes.action.revert-all-confirm': 'Vrátit vše',\n /** Prompt for confirming revert change (singular) label for field change action */\n 'changes.action.revert-changes-confirm-change_one': 'Vrátit změnu',\n /** Revert for confirming revert (plural) label for field change action */\n 'changes.action.revert-changes-confirm-change_other': 'Vrátit změny',\n /** Prompt for reverting changes for a field change */\n 'changes.action.revert-changes-description': 'Jste si jisti, že chcete vrátit změny?',\n /** Prompt for reverting changes for a group change, eg multiple changes */\n 'changes.action.revert-changes-description_one': 'Jste si jisti, že chcete vrátit změnu?',\n /** Label for when the action of the change was to set something that was previously empty, eg a field was given a value, an array item was added, an asset was selected or similar */\n 'changes.added-label': 'Přidáno',\n /** Array diff: An item was added in a given position (`{{position}}`) */\n 'changes.array.item-added-in-position': 'Přidáno na pozici {{position}}',\n 'changes.array.item-moved_down_one': 'Posunuto o {{count}} pozici dolů',\n 'changes.array.item-moved_down_other': 'Posunuto o {{count}} pozic dolů',\n /**\n * Array diff: An item was moved within the array.\n * Receives `{{count}}` representing number of positions it moved.\n * Context is the direction of the move, either `up` or `down`.\n */\n 'changes.array.item-moved_up_one': 'Posunuto o {{count}} pozici nahoru',\n 'changes.array.item-moved_up_other': 'Posunuto o {{count}} pozic nahoru',\n /** Array diff: An item was removed from a given position (`{{position}}`) */\n 'changes.array.item-removed-from-position': 'Odebráno z pozice {{position}}',\n /** Accessibility label for the \"change bar\" shown when there are edits on a field-level */\n 'changes.change-bar.aria-label': 'Kontrola změn',\n /** Label for when the action of the change was _not_ an add/remove, eg a text field changed value, an image was changed from one asset to another or similar */\n 'changes.changed-label': 'Změněno',\n /** Label and text for tooltip that indicates the authors of the changes */\n 'changes.changes-by-author': 'Změny od',\n /** Additional text shown in development mode when a diff component crashes during rendering */\n 'changes.error-boundary.developer-info': 'Pro více informací zkontrolujte konzoli pro vývojáře',\n /** Text shown when a diff component crashes during rendering, triggering the error boundary */\n 'changes.error-boundary.title': 'Zobrazení změn tohoto pole způsobilo chybu',\n /** Error message shown when the value of a field is not the expected one */\n 'changes.error.incorrect-type-message':\n 'Chyba hodnoty: Hodnota je typu \"<code>{{actualType}}</code>\", očekáván typ \"<code>{{expectedType}}</code>\"',\n /** File diff: Fallback title for the meta info section when there is no original filename to use */\n 'changes.file.meta-info-fallback-title': 'Bez názvu',\n /** Image diff: Text shown in tooltip when hovering hotspot that has changed in diff view */\n 'changes.image.crop-changed': 'Změněný ořez',\n /** Image diff: Text shown if the previous image asset was deleted (shouldn't theoretically happen) */\n 'changes.image.deleted': 'Obrázek smazán',\n /** Image diff: Text shown if the image failed to be loaded when previewing it */\n 'changes.image.error-loading-image': 'Chyba při načítání obrázku',\n /** Image diff: Text shown in tooltip when hovering hotspot that has changed in diff view */\n 'changes.image.hotspot-changed': 'Změněný hotspot',\n /** Image diff: Fallback title for the meta info section when there is no original filename to use */\n 'changes.image.meta-info-fallback-title': 'Bez názvu',\n /** Image diff: Text shown if no asset has been set for the field (but has metadata changes) */\n 'changes.image.no-asset-set': 'Obrázek nenastaven',\n /** Image diff: Text shown when the from/to state has/had no image */\n 'changes.image.no-image-placeholder': '(žádný obrázek)',\n /** Label for the \"from\" value in the change inspector */\n 'changes.inspector.from-label': 'Od',\n /** Label for the \"meta\" (field path, action etc) information in the change inspector */\n 'changes.inspector.meta-label': 'Meta',\n /** Label for the \"to\" value in the change inspector */\n 'changes.inspector.to-label': 'Do',\n /** Loading author of change in the differences tooltip in the review changes pane */\n 'changes.loading-author': 'Načítání…',\n /** Loading changes in Review Changes Pane */\n 'changes.loading-changes': 'Načítání změn…',\n /** No Changes description in the Review Changes pane */\n 'changes.no-changes-description':\n 'Upravte dokument nebo vyberte starší verzi v časové ose, aby se v tomto panelu zobrazil seznam změn.',\n /** No Changes title in the Review Changes pane */\n 'changes.no-changes-title': 'Nejsou žádné změny',\n /** Portable Text diff: An annotation was added */\n 'changes.portable-text.annotation_added': 'Přidána anotace',\n /** Portable Text diff: An annotation was changed */\n 'changes.portable-text.annotation_changed': 'Změněná anotace',\n /** Portable Text diff: An annotation was removed */\n 'changes.portable-text.annotation_removed': 'Odebraná anotace',\n /** Portable Text diff: An annotation was left unchanged */\n 'changes.portable-text.annotation_unchanged': 'Neměnná anotace',\n /** Portable Text diff: A block changed from one style to another (eg `normal` to `h1` or similar) */\n 'changes.portable-text.block-style-changed':\n 'Změněn styl bloku z \"{{fromStyle}}\" na \"{{toStyle}}\"',\n /** Portable Text diff: Change formatting of text (setting/unsetting marks, eg bold/italic etc) */\n 'changes.portable-text.changed-formatting': 'Změněné formátování',\n /** Portable Text diff: An empty inline object is part of a change */\n 'changes.portable-text.empty-inline-object': 'Prázdný {{inlineObjectType}}',\n /** Portable Text diff: An empty object is the result of adding/removing an annotation */\n 'changes.portable-text.empty-object-annotation': 'Prázdný {{annotationType}}',\n /** Portable Text diff: Added a block containing no text (eg empty block) */\n 'changes.portable-text.empty-text_added': 'Přidán prázdný text',\n /** Portable Text diff: Changed a block that contained no text (eg empty block) */\n 'changes.portable-text.empty-text_changed': 'Změněn prázdný text',\n /** Portable Text diff: Removed a block containing no text (eg empty block) */\n 'changes.portable-text.empty-text_removed': 'Odebrán prázdný text',\n /** Portable Text diff: An inline object was added */\n 'changes.portable-text.inline-object_added': 'Přidán inline objekt',\n /** Portable Text diff: An inline object was changed */\n 'changes.portable-text.inline-object_changed': 'Změněn inline objekt',\n /** Portable Text diff: An inline object was removed */\n 'changes.portable-text.inline-object_removed': 'Odebrán inline objekt',\n /** Portable Text diff: An inline object was left unchanged */\n 'changes.portable-text.inline-object_unchanged': 'Nezměněný inline objekt',\n /** Portable Text diff: Added a chunk of text */\n 'changes.portable-text.text_added': 'Přidán text',\n /** Portable Text diff: Removed a chunk of text */\n 'changes.portable-text.text_removed': 'Odebrán text',\n /** Portable Text diff: Annotation has an unknown schema type */\n 'changes.portable-text.unknown-annotation-schema-type': 'Neznámý typ schématu',\n /** Portable Text diff: Inline object has an unknown schema type */\n 'changes.portable-text.unknown-inline-object-schema-type': 'Neznámý typ schématu',\n /** Label for when the action of the change was a removal, eg a field was cleared, an array item was removed, an asset was deselected or similar */\n 'changes.removed-label': 'Odebráno',\n /** Title for the Review Changes pane */\n 'changes.title': 'Přehled změn',\n\n /** Title for the default ordering/SortOrder if no orderings are provided and the caption field is found */\n 'default-orderings.caption': 'Seřadit podle Popisku',\n /** Title for the default ordering/SortOrder if no orderings are provided and the description field is found */\n 'default-orderings.description': 'Seřadit podle Popisu',\n /** Title for the default ordering/SortOrder if no orderings are provided and the header field is found */\n 'default-orderings.header': 'Seřadit podle Záhlaví',\n /** Title for the default ordering/SortOrder if no orderings are provided and the heading field is found */\n 'default-orderings.heading': 'Seřadit podle Nadpisu',\n /** Title for the default ordering/SortOrder if no orderings are provided and the label field is found */\n 'default-orderings.label': 'Seřadit podle Štítku',\n /** Title for the default ordering/SortOrder if no orderings are provided and the name field is found */\n 'default-orderings.name': 'Seřadit podle Jména',\n /** Title for the default ordering/SortOrder if no orderings are provided and the title field is found */\n 'default-orderings.title': 'Seřadit podle Titulku',\n\n /** The value of the <code>_key</code> property must be a unique string. */\n 'form.error.duplicate-keys-alert.details.additional-description':\n 'Hodnota vlastnosti <code>_key</code> musí být jedinečný řetězec.',\n /** This usually happens when items are created using an API client, and the <code>_key</code> property of each elements has been generated non-uniquely. */\n 'form.error.duplicate-keys-alert.details.description':\n 'To se obvykle stává, když jsou položky vytvořeny pomocí API klienta a vlastnost <code>_key</code> každého prvku byla generována nejedinečně.',\n /** Developer info */\n 'form.error.duplicate-keys-alert.details.title': 'Informace pro vývojáře',\n /** Generate unique keys */\n 'form.error.duplicate-keys-alert.generate-button.text': 'Generovat jedinečné klíče',\n /** Several items in this list share the same identifier (key). Every item must have an unique identifier. */\n 'form.error.duplicate-keys-alert.summary':\n 'Několik položek v tomto seznamu sdílí stejný identifikátor (klíč). Každá položka musí mít jedinečný identifikátor.',\n /** Non-unique keys */\n 'form.error.duplicate-keys-alert.title': 'Nejedinečné klíče',\n /** Error text shown when a field with a given name cannot be found in the schema or is conditionally hidden but explicitly told to render */\n 'form.error.field-not-found':\n 'Pole \"{{fieldName}}\" nebylo nalezeno mezi členy – ověřte, že je definováno ve schématu a že nebylo podmíněně skryto.',\n /** Add missing keys */\n 'form.error.missing-keys-alert.add-button.text': 'Přidat chybějící klíče',\n /** The value of the <code>_key</code> property must be a unique string. */\n 'form.error.missing-keys-alert.details.additional-description':\n 'Hodnota vlastnosti <code>_key</code> musí být jedinečný řetězec.',\n /** This usually happens when items are created using an API client, and the <code>_key</code> property has not been included. */\n 'form.error.missing-keys-alert.details.description':\n 'To se obvykle stává, když jsou položky vytvořeny pomocí API klienta a nebyla zahrnuta vlastnost <code>_key</code>.',\n /** Developer info */\n 'form.error.missing-keys-alert.details.title': 'Informace pro vývojáře',\n /** Some items in the list are missing their keys. This must be fixed in order to edit the list. */\n 'form.error.missing-keys-alert.summary':\n 'Některým položkám v seznamu chybí jejich klíče. To musí být opraveno, aby bylo možné seznam upravovat.',\n /** Missing keys */\n 'form.error.missing-keys-alert.title': 'Chybějící klíče',\n /** This usually happens when items are created using an API client, or when a custom input component has added invalid data to the list. */\n 'form.error.mixed-array-alert.details.description':\n 'To se obvykle stává, když jsou položky vytvořeny pomocí API klienta, nebo když vlastní vstupní komponenta přidala do seznamu neplatná data.',\n /** Developer info */\n 'form.error.mixed-array-alert.details.title': 'Informace pro vývojáře',\n /** Remove non-object values */\n 'form.error.mixed-array-alert.remove-button.text': 'Odstranit hodnoty, které nejsou objekty',\n /** Some items in this list are not objects. This must be fixed in order to edit the list. */\n 'form.error.mixed-array-alert.summary':\n 'Některé položky v tomto seznamu nejsou objekty. To musí být opraveno, aby bylo možné seznam upravovat.',\n /** Invalid list values */\n 'form.error.mixed-array-alert.title': 'Neplatné hodnoty seznamu',\n /** Error text shown when form is unable to find an array item at a given indexed path */\n 'form.error.no-array-item-at-index':\n 'Na cestě <code>{{path}}</code> nebyla nalezena žádná položka pole na indexu <code>{{index}}</code>',\n /** Error text shown when form is unable to find an array item at a given keyed path */\n 'form.error.no-array-item-at-key':\n 'Na cestě <code>{{path}}</code> nebyla nalezena žádná položka pole s `_key` <code>\"{{key}}\"</code>',\n /** Fallback title shown above field if it has no defined title */\n 'form.field.untitled-field-label': 'Nepojmenované',\n /** Fallback title shown above fieldset if it has no defined title */\n 'form.field.untitled-fieldset-label': 'Nepojmenované',\n /** Accessibility label for the icon that indicates the field has a validation error */\n 'form.validation.has-error-aria-label': 'Obsahuje chybu',\n /** Accessibility label for the icon that indicates the field has validation information */\n 'form.validation.has-info-aria-label': 'Obsahuje informace',\n /** Accessibility label for the icon that indicates the field has a validation warning */\n 'form.validation.has-warning-aria-label': 'Obsahuje varování',\n /** Text shown when summarizing validation information, when the field has one or more errors */\n 'form.validation.summary.errors-count_one': '{{count}} chyba',\n 'form.validation.summary.errors-count_other': '{{count}} chyb',\n /** Text shown when summarizing validation information, when the field has one or more warnings */\n 'form.validation.summary.warnings-count_one': '{{count}} varování',\n 'form.validation.summary.warnings-count_other': '{{count}} varování',\n\n /**\n * Label for \"contact sales\" call to action\n * These are titles for fallback links in the event the help & resources endpoint isn't able to be fetched\n */\n 'help-resources.action.contact-sales': 'Kontaktovat obchodní oddělení',\n /**\n * Label for \"help and support\" call to action\n * These are titles for fallback links in the event the help & resources endpoint isn't able to be fetched\n */\n 'help-resources.action.help-and-support': 'Pomoc a podpora',\n /**\n * Label for \"join our community\" call to action\n * These are titles for fallback links in the event the help & resources endpoint isn't able to be fetched\n */\n 'help-resources.action.join-our-community': 'Připojte se k naší komunitě',\n /** Information for what the latest sanity version is */\n 'help-resources.latest-sanity-version': 'Nejnovější verze je {{latestVersion}}',\n /** Information for what studio version the current studio is running */\n 'help-resources.studio-version': 'Verze Sanity Studio {{studioVersion}}',\n /** Title for help and resources menus */\n 'help-resources.title': 'Nápověda a zdroje',\n\n /** Text for file input button in upload placeholder */\n 'input.files.common.upload-placeholder.file-input-button.text': 'Nahrát',\n /** Uploading <FileName/> */\n 'input.files.common.upload-progress': 'Nahrávání <FileName/>',\n /** The referenced document cannot be opened, because the URL failed to be resolved */\n 'input.reference.document-cannot-be-opened.failed-to-resolve-url':\n 'Tento dokument nelze otevřít (nelze vyřešit URL na Studio)',\n\n /** Label for adding item after a specific array item */\n 'inputs.array.action.add-after': 'Přidat položku za',\n /** Label for adding item before a specific array item */\n 'inputs.array.action.add-before': 'Přidat položku před',\n /** Label for adding array item action when the schema allows for only one schema type */\n 'inputs.array.action.add-item': 'Přidat položku',\n /**\n * Label for adding one array item action when the schema allows for multiple schema types,\n * eg. will prompt the user to select a type once triggered\n */\n 'inputs.array.action.add-item-select-type': 'Přidat položku...',\n /** Label for duplicating an array item */\n 'inputs.array.action.duplicate': 'Duplikovat',\n /** Label for editing the item of a specific type, eg \"Edit Person\" */\n 'inputs.array.action.edit': 'Upravit {{itemTypeTitle}}',\n /** Label for removing an array item action */\n 'inputs.array.action.remove': 'Odstranit',\n /** Label for removing action when an array item has an error */\n 'inputs.array.action.remove-invalid-item': 'Odstranit',\n /** Label for viewing the item of a specific type, eg \"View Person\" */\n 'inputs.array.action.view': 'Zobrazit {{itemTypeTitle}}',\n /** Error description for the array item tooltip that explains that the current item can still be moved or deleted but not edited since the schema definition is not found */\n 'inputs.array.error.can-delete-but-no-edit-description':\n 'Tuto položku můžete stále přesunout nebo odstranit, ale nelze ji upravit, protože definice schématu pro její typ nebyla nalezena.',\n /** Error label for toast when array could not resolve the initial value */\n 'inputs.array.error.cannot-resolve-initial-value-title':\n 'Nelze vyřešit počáteční hodnotu pro typ: {{schemaTypeTitle}}: {{errorMessage}}.',\n /** Error label for toast when trying to upload one array item of a type that cannot be converted to array */\n 'inputs.array.error.cannot-upload-unable-to-convert_one':\n 'Následující položku nelze nahrát, protože neexistuje známá konverze z typu obsahu na položku pole:',\n /** Error label for toast when trying to upload multiple array items of a type that cannot be converted to array */\n 'inputs.array.error.cannot-upload-unable-to-convert_other':\n 'Následující položky nelze nahrát, protože neexistuje známá konverze z typů obsahu na položku pole:',\n /** Error description for the array item tooltip that explains that the current type item is not valid for the list */\n 'inputs.array.error.current-schema-not-declare-description':\n 'Aktuální schéma neuvádí položky typu <code>{{typeName}}</code> jako platné pro tento seznam. To může znamenat, že byl typ odstraněn jako platný typ položky, nebo že někdo jiný ho přidal do svého vlastního lokálního schématu, které ještě není nasazeno.',\n /** Error description to show how the item is being represented in the json format */\n 'inputs.array.error.json-representation-description': 'JSON reprezentace této položky:',\n /** Error description for the array item tooltip that explains what the error means with more context */\n 'inputs.array.error.type-is-incompatible-prompt':\n 'Položka typu <code>{{typeName}}</code> není platná pro tento seznam',\n /** Error title for when an item type within an array input is incompatible, used in the tooltip */\n 'inputs.array.error.type-is-incompatible-title': 'Proč se to děje?',\n /** Error label for unexpected errors in the Array Input */\n 'inputs.array.error.unexpected-error': 'Neočekávaná chyba: {{error}}',\n /** Label for when the array input doesn't have any items */\n 'inputs.array.no-items-label': 'Žádné položky',\n /** Label for read only array fields */\n 'inputs.array.read-only-label': 'Toto pole je pouze pro čtení',\n /** Label for when the array input is resolving the initial value for the item */\n 'inputs.array.resolving-initial-value': 'Řešení počáteční hodnoty…',\n /** Placeholder value for datetime input */\n 'inputs.datetime.placeholder': 'např. {{example}}',\n /** Acessibility label for button to open file options menu */\n 'inputs.file.actions-menu.file-options.aria-label': 'Otevřít menu možností souboru',\n /** Browse */\n 'inputs.file.browse-button.text': 'Procházet',\n /** Select file */\n 'inputs.file.dialog.title': 'Vybrat soubor',\n /** Unknown member kind: `{{kind}}` */\n 'inputs.file.error.unknown-member-kind': 'Neznámý typ člena: {{kind}}',\n /** The value of this field is not a valid file. Resetting this field will let you choose a new file. */\n 'inputs.file.invalid-file-warning.description':\n 'Hodnota tohoto pole není platný soubor. Resetováním tohoto pole můžete vybrat nový soubor.',\n /** Reset value */\n 'inputs.file.invalid-file-warning.reset-button.text': 'Resetovat hodnotu',\n /** Invalid file value */\n 'inputs.file.invalid-file-warning.title': 'Neplatná hodnota souboru',\n /** Select */\n 'inputs.file.multi-browse-button.text': 'Vybrat',\n /** The upload could not be completed at this time. */\n 'inputs.file.upload-failed.description': 'Nahrávání se v tuto chvíli nepodařilo dokončit.',\n /** Upload failed */\n 'inputs.file.upload-failed.title': 'Nahrávání selhalo',\n /** Clear field */\n 'inputs.files.common.actions-menu.clear-field.label': 'Vyčistit pole',\n /** Copy URL */\n 'inputs.files.common.actions-menu.copy-url.label': 'Kopírovat URL',\n /** Download */\n 'inputs.files.common.actions-menu.download.label': 'Stáhnout',\n /** The URL is copied to the clipboard */\n 'inputs.files.common.actions-menu.notification.url-copied': 'URL byla zkopírována do schránky',\n /** Replace */\n 'inputs.files.common.actions-menu.replace.label': 'Nahradit',\n /** Upload */\n 'inputs.files.common.actions-menu.upload.label': 'Nahrát',\n /** Drop to upload */\n 'inputs.files.common.drop-message.drop-to-upload': 'Přetáhněte pro nahrání',\n /** Drop to upload `{{count}}` file */\n 'inputs.files.common.drop-message.drop-to-upload-multi_one':\n 'Přetáhněte pro nahrání {{count}} souboru',\n /** Drop to upload `{{count}}` files */\n 'inputs.files.common.drop-message.drop-to-upload-multi_other':\n 'Přetáhněte pro nahrání {{count}} souborů',\n /** Can't upload this file here */\n 'inputs.files.common.drop-message.drop-to-upload.no-accepted-file-message_one':\n 'Tento soubor zde nelze nahrát',\n /** Can't upload any of these files here */\n 'inputs.files.common.drop-message.drop-to-upload.no-accepted-file-message_other':\n 'Žádný z těchto souborů zde nelze nahrát',\n /** `{{count}}` file can't be uploaded here */\n 'inputs.files.common.drop-message.drop-to-upload.rejected-file-message_one':\n '{{count}} soubor nelze zde nahrát',\n /** `{{count}}` files can't be uploaded here */\n 'inputs.files.common.drop-message.drop-to-upload.rejected-file-message_other':\n '{{count}} souborů nelze zde nahrát',\n /** Cannot upload `{{count}}` files */\n 'inputs.files.common.placeholder.cannot-upload-some-files_one': 'Nelze nahrát soubor',\n 'inputs.files.common.placeholder.cannot-upload-some-files_other':\n 'Nelze nahrát {{count}} souborů',\n /** Drag or paste type here */\n 'inputs.files.common.placeholder.drag-or-paste-to-upload_file':\n 'Přetáhněte nebo vložte soubor sem',\n /** Drag or paste image here */\n 'inputs.files.common.placeholder.drag-or-paste-to-upload_image':\n 'Přetáhněte nebo vložte obrázek sem',\n /** Drop to upload file */\n 'inputs.files.common.placeholder.drop-to-upload_file': 'Pusťte pro nahrání souboru',\n /** Drop to upload image */\n 'inputs.files.common.placeholder.drop-to-upload_image': 'Pusťte pro nahrání obrázku',\n /** Read only */\n 'inputs.files.common.placeholder.read-only': 'Pouze pro čtení',\n /** Can't upload files here */\n 'inputs.files.common.placeholder.upload-not-supported': 'Nelze zde nahrávat soubory',\n /** Clear upload */\n 'inputs.files.common.stale-upload-warning.clear': 'Vymazat nahrávání',\n /** An upload has made no progress for at least `{{staleThresholdMinutes}}` minutes and likely got interrupted. You can safely clear the incomplete upload and try uploading again. */\n 'inputs.files.common.stale-upload-warning.description':\n 'Nahrávání nepokročilo po dobu alespoň {{staleThresholdMinutes}} minut a pravděpodobně bylo přerušeno. Bezpečně můžete vymazat nedokončené nahrávání a pokusit se o nahrání znovu.',\n /** Incomplete upload */\n 'inputs.files.common.stale-upload-warning.title': 'Nedokončené nahrávání',\n /** Tooltip text for action to crop image */\n 'inputs.image.actions-menu.crop-image-tooltip': 'Oříznout obrázek',\n /** Accessibility label for button to open image edit dialog */\n 'inputs.image.actions-menu.edit-details.aria-label': 'Otevřít dialog úpravy obrázku',\n /** Accessibility label for button to open image options menu */\n 'inputs.image.actions-menu.options.aria-label': 'Otevřít menu možností obrázku',\n /** Select */\n 'inputs.image.browse-menu.text': 'Vybrat',\n /** Cannot upload this file here */\n 'inputs.image.drag-overlay.cannot-upload-here': 'Zde nelze nahrát tento soubor',\n /** Drop image to upload */\n 'inputs.image.drag-overlay.drop-to-upload-image': 'Pusťte obrázek pro nahrání',\n /** This field is read only */\n 'inputs.image.drag-overlay.this-field-is-read-only': 'Toto pole je pouze pro čtení',\n /** Unknown member kind: `{{kind}}` */\n 'inputs.image.error.unknown-member-kind': 'Neznámý typ člena: {{kind}}',\n /** Edit hotspot and crop */\n 'inputs.image.hotspot-dialog.title': 'Upravit hotspot a oříznout',\n /** The value of this field is not a valid image. Resetting this field will let you choose a new image. */\n 'inputs.image.invalid-image-warning.description':\n 'Hodnota tohoto pole není platný obrázek. Resetováním tohoto pole můžete vybrat nový obrázek.',\n /** Reset value */\n 'inputs.image.invalid-image-warning.reset-button.text': 'Resetovat hodnotu',\n /** Invalid image value */\n 'inputs.image.invalid-image-warning.title': 'Neplatná hodnota obrázku',\n /** Preview of uploaded image */\n 'inputs.image.preview-uploaded-image': 'Náhled nahraného obrázku',\n /** The upload could not be completed at this time. */\n 'inputs.image.upload-error.description': 'Nahrávání se v tuto chvíli nemohlo dokončit.',\n /** Upload failed */\n 'inputs.image.upload-error.title': 'Nahrávání selhalo',\n /** Adjust the rectangle to crop image. Adjust the circle to specify the area that should always be visible. */\n 'inputs.imagetool.description':\n 'Upravte obdélník pro oříznutí obrázku. Upravte kruh pro určení oblasti, která by měla být vždy viditelná.',\n /** Error: `{{errorMessage}}` */\n 'inputs.imagetool.load-error': 'Chyba: {{errorMessage}}',\n /** Loading image… */\n 'inputs.imagetool.loading': 'Načítání obrázku…',\n /** Hotspot & Crop */\n 'inputs.imagetool.title': 'Hotspot & Crop',\n /** Convert to <code>`{{targetType}}`</code> */\n 'inputs.invalid-value.convert-button.text': 'Převést na <code>{{targetType}}</code>',\n /** The current value (<code>`{{actualType}}`</code>) */\n 'inputs.invalid-value.current-type': 'Současná hodnota (<code>{{actualType}}</code>)',\n /** The property value is stored as a value type that does not match the expected type. */\n 'inputs.invalid-value.description':\n 'Hodnota vlastnosti je uložena jako typ hodnoty, který neodpovídá očekávanému typu.',\n /** The value of this property must be of type <code>`{{validType}}`</code> according to the schema. */\n 'inputs.invalid-value.details.description':\n 'Hodnota této vlastnosti musí být typu <code>{{validType}}</code> podle schématu.',\n /** Only the following types are valid here according to schema: */\n 'inputs.invalid-value.details.multi-type-description':\n 'Podle schématu jsou zde platné pouze následující typy:',\n /** Mismatching value types typically occur when the schema has recently been changed. */\n 'inputs.invalid-value.details.possible-reason':\n 'Nesoulad typů hodnot obvykle nastává, když bylo schéma nedávno změněno.',\n /** Developer info */\n 'inputs.invalid-value.details.title': 'Informace pro vývojáře',\n /** -- Invalid Value Input -- */\n /** Reset value */\n 'inputs.invalid-value.reset-button.text': 'Resetovat hodnotu',\n /** Invalid property value */\n 'inputs.invalid-value.title': 'Neplatná hodnota vlastnosti',\n /** Field groups */\n 'inputs.object.field-group-tabs.aria-label': 'Skupiny polí',\n /** Read-only field description */\n 'inputs.object.unknown-fields.read-only.description':\n 'Toto pole je podle schématu dokumentu <strong>pouze pro čtení</strong> a nelze jej zrušit. Pokud chcete, aby bylo možné toto v Studio zrušit, ujistěte se, že jste odstranili pole <code>readOnly</code> z obklopujícího typu ve schématu.',\n /** Remove field */\n 'inputs.object.unknown-fields.remove-field-button.text': 'Odstranit pole',\n /** Encountered `{{count}}` fields that are not defined in the schema. */\n 'inputs.object.unknown-fields.warning.description_one':\n 'Bylo nalezeno pole, které není definováno v schématu.',\n 'inputs.object.unknown-fields.warning.description_other':\n 'Bylo nalezeno {{count}} polí, které nejsou definovány v schématu.',\n /** Detailed description of unknown field warning */\n 'inputs.object.unknown-fields.warning.details.description_one':\n 'Toto pole není definováno ve schématu, což by mohlo znamenat, že byla definice pole odstraněna nebo že ji někdo přidal do svého vlastního lokálního projektu a dosud neimplementoval své změny.',\n 'inputs.object.unknown-fields.warning.details.description_other':\n 'Tato pole nejsou definována ve schématu dokumentu, což by mohlo znamenat, že byly definice polí odstraněny nebo že je někdo přidal do svého vlastního lokálního projektu a dosud neimplementoval své změny.',\n /** Developer info */\n 'inputs.object.unknown-fields.warning.details.title': 'Informace pro vývojáře',\n /** Unknown field found */\n 'inputs.object.unknown-fields.warning.title_one': 'Nalezeno neznámé pole',\n 'inputs.object.unknown-fields.warning.title_other': 'Nalezena neznámá pole',\n /** Collapse the editor to save screen space */\n 'inputs.portable-text.action.collapse-editor': 'Sbalit editor',\n /** Label for action to edit an existing annotation */\n 'inputs.portable-text.action.edit-annotation': 'Upravit poznámku',\n /** Expand the editor to give more editing space */\n 'inputs.portable-text.action.expand-editor': 'Rozbalit editor',\n /** Label label for action to insert a block of a given type (`{{typeName}}`) */\n 'inputs.portable-text.action.insert-block': 'Vložit {{typeName}}',\n /** Accessibility label for action to insert a block of a given type (`{{typeName}}`) */\n 'inputs.portable-text.action.insert-block-aria-label': 'Vložit {{typeName}} (blok)',\n /** Label for action to insert an inline object of a given type (`{{typeName}}`) */\n 'inputs.portable-text.action.insert-inline-object': 'Vložit {{typeName}}',\n /** Accessibility label for action to insert an inline object of a given type (`{{typeName}}`) */\n 'inputs.portable-text.action.insert-inline-object-aria-label': 'Vložit {{typeName}} (inline)',\n /** Label for action to remove an annotation */\n 'inputs.portable-text.action.remove-annotation': 'Odstranit poznámku',\n /** Label for activate on focus with context of click and not focused */\n 'inputs.portable-text.activate-on-focus-message_click': 'Klikněte pro aktivaci',\n /** Label for activate on focus with context of click and focused */\n 'inputs.portable-text.activate-on-focus-message_click-focused':\n 'Klikněte nebo stiskněte mezerník pro aktivaci',\n /** Label for activate on focus with context of tap and not focused */\n 'inputs.portable-text.activate-on-focus-message_tap': 'Klepněte pro aktivaci',\n /** Title for dialog that allows editing an annotation */\n 'inputs.portable-text.annotation-editor.title': 'Upravit {{schemaType}}',\n /** Title of the default \"link\" annotation */\n 'inputs.portable-text.annotation.link': 'Odkaz',\n /** Label for action to edit a block item, in the case where it is editable */\n 'inputs.portable-text.block.edit': 'Upravit',\n /** Accessibility label for the button that opens the actions menu on blocks */\n 'inputs.portable-text.block.open-menu-aria-label': 'Otevřít menu',\n /** Label for action to open a reference, in the case of block-level reference types */\n 'inputs.portable-text.block.open-reference': 'Otevřít referenci',\n /** Label for action to remove a block item */\n 'inputs.portable-text.block.remove': 'Odstranit',\n /** Label for action to view a block item, in the case where it is read-only and thus cannot be edited */\n 'inputs.portable-text.block.view': 'Zobrazit',\n /** Title of the \"code\" decorator */\n 'inputs.portable-text.decorator.code': 'Kód',\n /** Title of the \"em\" (emphasis) decorator */\n 'inputs.portable-text.decorator.emphasis': 'Kurzíva',\n /** Title of the \"strike-through\" decorator */\n 'inputs.portable-text.decorator.strike-through': 'Přeškrtnutí',\n /** Title of the \"strong\" decorator */\n 'inputs.portable-text.decorator.strong': 'Tučné',\n /** Title of the \"underline\" decorator */\n 'inputs.portable-text.decorator.underline': 'Podtržení',\n /** Placeholder text for when the editor is empty */\n 'inputs.portable-text.empty-placeholder': 'Prázdné',\n /** Label for action to edit an inline object item */\n 'inputs.portable-text.inline-object.edit': 'Upravit objekt',\n /** Label for action to remove an inline object item */\n 'inputs.portable-text.inline-object.remove': 'Odstranit objekt',\n /** Disclaimer text shown on invalid Portable Text value, when an action is available to unblock the user, but it is not guaranteed to be safe */\n 'inputs.portable-text.invalid-value.action-disclaimer':\n 'POZNÁMKA: Akce výše je obvykle bezpečná, ale pokud máte pochybnosti, obraťte se na osoby odpovědné za konfiguraci vašeho studia.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` of type `{{childType}}` which is not allowed by the schema definition */\n 'inputs.portable-text.invalid-value.disallowed-child-type.action': 'Odstraňte objekt',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` of type `{{childType}}` which is not allowed by the schema definition */\n 'inputs.portable-text.invalid-value.disallowed-child-type.description':\n 'Dítě s klíčem {{childKey}} bloku s klíčem <code>{{key}}</code> je typu <code>{{childType}}</code>, který není povolen definicí schématu.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a type (`{{typeName}}`) that is not an allowed block type for this field */\n 'inputs.portable-text.invalid-value.disallowed-type.action': 'Odstraňte blok',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a type (`{{typeName}}`) that is not an allowed block type for this field */\n 'inputs.portable-text.invalid-value.disallowed-type.description':\n 'Blok s klíčem <code>{{key}}</code> je typu <code>{{typeName}}</code>, který není povolen definicí schématu.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` contains no children */\n 'inputs.portable-text.invalid-value.empty-children.action': 'Vložte prázdný textový úsek',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` contains no children */\n 'inputs.portable-text.invalid-value.empty-children.description':\n 'Textový blok s klíčem <code>{{key}}</code> nemá žádné textové úseky.',\n /** Label for the button to ignore invalid values in the Portable Text editor */\n 'inputs.portable-text.invalid-value.ignore-button.text': 'Ignorovat',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a `_type` property that is set to `block`, but the block type defined in schema has a different name (`{{expectedTypeName}}`) */\n 'inputs.portable-text.invalid-value.incorrect-block-type.action':\n 'Použijte typ <code>{{expectedTypeName}}</code>',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a `_type` property that is set to `block`, but the block type defined in schema has a different name (`{{expectedTypeName}}`) */\n 'inputs.portable-text.invalid-value.incorrect-block-type.description':\n 'Blok s klíčem <code>{{key}}</code> má neplatný název typu. Podle schématu by to mělo být <code>{{expectedTypeName}}</code>.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a span with key `{{childKey}}` that has a missing or invalid `text` property */\n 'inputs.portable-text.invalid-value.invalid-span-text.action':\n 'Nastavte prázdnou textovou hodnotu',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a span with key `{{childKey}}` that has a missing or invalid `text` property */\n 'inputs.portable-text.invalid-value.invalid-span-text.description':\n 'Úsek s klíčem {{childKey}} bloku s klíčem <code>{{key}}</code> má chybějící nebo neplatnou vlastnost <code>text</code>.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property, but seems to be a block of type `{{expectedTypeName}}` */\n 'inputs.portable-text.invalid-value.missing-block-type.action':\n 'Použijte typ <code>{{expectedTypeName}}</code>',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property, but seems to be a block of type `{{expectedTypeName}}` */\n 'inputs.portable-text.invalid-value.missing-block-type.description':\n 'Blok s klíčem <code>{{key}}</code> postrádá název typu. Podle schématu by to mělo být <code>{{expectedTypeName}}</code>.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a child at `{{index}}` which is missing `_key` property */\n 'inputs.portable-text.invalid-value.missing-child-key.action': 'Přiřaďte náhodný klíč',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a child at `{{index}}` which is missing `_key` property */\n 'inputs.portable-text.invalid-value.missing-child-key.description':\n 'Dítě na indexu <code>{{index}}</code> bloku s klíčem <code>{{key}}</code> postrádá vlastnost <code>_key</code>.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` which is missing a `_type` property */\n 'inputs.portable-text.invalid-value.missing-child-type.action': 'Odstraňte objekt',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` which is missing a `_type` property */\n 'inputs.portable-text.invalid-value.missing-child-type.description':\n 'Dítě s klíčem {{childKey}} bloku s klíčem <code>{{key}}</code> postrádá vlastnost <code>_type</code>.',\n /** Action presented when the Portable Text field value is invalid, when child at `{{index}}` is missing the required `_key` property */\n 'inputs.portable-text.invalid-value.missing-key.action': 'Přiřaďte náhodný klíč',\n /** Text explaining that the Portable Text field value is invalid, when child at `{{index}}` is missing the required `_key` property */\n 'inputs.portable-text.invalid-value.missing-key.description':\n 'Blok na indexu <code>{{index}}</code> postrádá požadovanou vlastnost <code>_key</code>.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `children` property */\n 'inputs.portable-text.invalid-value.missing-or-invalid-children.action': 'Odstraňte blok',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `children` property */\n 'inputs.portable-text.invalid-value.missing-or-invalid-children.description':\n 'Textový blok s klíčem <code>{{key}}</code> má neplatnou nebo chybějící vlastnost `children`.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `markDefs` property */\n 'inputs.portable-text.invalid-value.missing-or-invalid-markdefs.action': 'Přidejte vlastnost',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `markDefs` property */\n 'inputs.portable-text.invalid-value.missing-or-invalid-markdefs.description':\n 'Textový blok s klíčem <code>{{key}}</code> má neplatnou nebo chybějící vlastnost `markDefs`.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property */\n 'inputs.portable-text.invalid-value.missing-type.action': 'Odstraňte blok',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property */\n 'inputs.portable-text.invalid-value.missing-type.description':\n 'Blok s klíčem <code>{{key}}</code> postrádá název typu.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` contains a non-object child at index `{{index}}` */\n 'inputs.portable-text.invalid-value.non-object-child.action': 'Odstranit položku',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` contains a non-object child at index `{{index}}` */\n 'inputs.portable-text.invalid-value.non-object-child.description':\n 'Dítě na indexu <code>{{index}}</code> bloku s klíčem <code>{{key}}</code> není objekt.',\n /** Action presented when the Portable Text field value is invalid, when the Portable Text field is not an array, or the array is empty */\n 'inputs.portable-text.invalid-value.not-an-array.action': 'Zrušit hodnotu',\n /** Text explaining that the Portable Text field value is invalid, when the Portable Text field is not an array, or the array is empty */\n 'inputs.portable-text.invalid-value.not-an-array.description':\n 'Hodnota musí být pole bloků Portable Text nebo nedefinovaná.',\n /** Action presented when the Portable Text field value is invalid, when child at `{{index}}` is not an object */\n 'inputs.portable-text.invalid-value.not-an-object.action': 'Odstranit položku',\n /** Text explaining that the Portable Text field value is invalid, when child at `{{index}}` is not an object */\n 'inputs.portable-text.invalid-value.not-an-object.description':\n 'Položka na <code>{{index}}</code> není objekt.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` contains marks (`{{orphanedMarks}}`) that are not supported by the current schema */\n 'inputs.portable-text.invalid-value.orphaned-marks.action': 'Odstranit nepovolené značky',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` contains marks (`{{orphanedMarks}}`) that are not supported by the current schema */\n 'inputs.portable-text.invalid-value.orphaned-marks.description':\n 'Textový blok s klíčem <code>{{key}}</code> obsahuje značky <code>({{orphanedMarks, list}})</code>, které nejsou povoleny schématem.',\n /** Title for the alert indicating that the Portable Text field has an invalid value */\n 'inputs.portable-text.invalid-value.title': 'Neplatná hodnota Portable Text',\n /** Title of \"bulleted\" list type */\n 'inputs.portable-text.list-type.bullet': 'Odrážkový seznam',\n /** Title of numbered list type */\n 'inputs.portable-text.list-type.number': 'Číslovaný seznam',\n /** Title of the \"h1\" block style */\n 'inputs.portable-text.style.h1': 'Nadpis 1',\n /** Title of the \"h2\" block style */\n 'inputs.portable-text.style.h2': 'Nadpis 2',\n /** Title of the \"h3\" block style */\n 'inputs.portable-text.style.h3': 'Nadpis 3',\n /** Title of the \"h4\" block style */\n 'inputs.portable-text.style.h4': 'Nadpis 4',\n /** Title of the \"h5\" block style */\n 'inputs.portable-text.style.h5': 'Nadpis 5',\n /** Title of the \"h6\" block style */\n 'inputs.portable-text.style.h6': 'Nadpis 6',\n /** Title shown when multiple blocks of varying styles is selected */\n 'inputs.portable-text.style.multiple': 'Více možností',\n /** Title of fallback when no style is given for a block */\n 'inputs.portable-text.style.none': 'Bez stylu',\n /** Title of the \"normal\" block style */\n 'inputs.portable-text.style.normal': 'Normální',\n /** Title of the \"quote\" block style */\n 'inputs.portable-text.style.quote': 'Citace',\n /** Label for action to create a new document from the reference input, when there are multiple templates or document types to choose from */\n 'inputs.reference.action-create-new-document-select': 'Vytvořit nový…',\n /** Label for action to clear the current value of the reference field */\n 'inputs.reference.action.clear': 'Vymazat',\n /** Label for action to create a new document from the reference input */\n 'inputs.reference.action.create-new-document': 'Vytvořit nový',\n /** Label for action to duplicate the current item to a new item (used within arrays) */\n 'inputs.reference.action.duplicate': 'Duplikovat',\n /** Label for action that opens the referenced document in a new tab */\n 'inputs.reference.action.open-in-new-tab': 'Otevřít v novém tabu',\n /** Label for action to remove the reference from an array */\n 'inputs.reference.action.remove': 'Odstranit',\n /** Label for action to replace the current value of the field */\n 'inputs.reference.action.replace': 'Nahradit',\n /** Label for action to cancel a previously initiated replace action */\n 'inputs.reference.action.replace-cancel': 'Zrušit nahrazení',\n /** The cross-dataset reference field currently has a reference, but the feature has been disabled since it was created. This explains what can/cannot be done in its current state. */\n 'inputs.reference.cross-dataset.feature-disabled-actions':\n 'Stále můžete vymazat stávající odkaz v tomto poli, ale dokud je funkce zakázána, nemůže být změněn na jiný dokument.',\n /** A cross-dataset reference field exists but the feature has been disabled. A <DocumentationLink> component is available. */\n 'inputs.reference.cross-dataset.feature-disabled-description':\n 'Tato funkce byla zakázána. Přečtěte si, jak ji povolit, v <DocumentationLink>dokumentaci</DocumentationLink>.',\n /** Title for a warning telling the user that the current project does not have the \"cross dataset references\" feature */\n 'inputs.reference.cross-dataset.feature-unavailable-title':\n 'Nedostupná funkce: Odkaz mezi datasetem',\n /** The cross-dataset reference points to a document with an invalid type */\n 'inputs.reference.cross-dataset.invalid-type':\n 'Odkazovaný dokument je neplatného typu ({{typeName}}) <JsonValue/>',\n /** The referenced document will open in a new tab (due to external studio) */\n 'inputs.reference.document-opens-in-new-tab': 'Tento dokument se otevře v novém tabu',\n /** Error title for when the document is unavailable (for any possible reason) */\n 'inputs.reference.error.document-unavailable-title': 'Dokument není dostupný',\n /** Error title for when the referenced document failed to be loaded */\n 'inputs.reference.error.failed-to-load-document-title':\n 'Nepodařilo se načíst odkazovaný dokument',\n /** Error title for when the reference search returned a document that is not an allowed type for the field */\n 'inputs.reference.error.invalid-search-result-type-title':\n 'Vyhledávání vrátilo typ, který není platný pro tento odkaz: \"{{returnedType}}\"',\n /** Error description for when the document referenced is not one of the types declared as allowed target types in schema */\n 'inputs.reference.error.invalid-type-description':\n 'Odkazovaný dokument (<code>{{documentId}}</code>) je typu <code>{{actualType}}</code>. Podle schématu mohou být odkazované dokumenty pouze typu <AllowedTypes />.',\n /** Error title for when the document referenced is not one of the types declared as allowed target types in schema */\n 'inputs.reference.error.invalid-type-title': 'Dokument neplatného typu',\n /** Error description for when the user does not have permissions to read the referenced document */\n 'inputs.reference.error.missing-read-permissions-description':\n 'Odkazovaný dokument nebylo možné přistupovat kvůli nedostatečným oprávněním',\n /** Error title for when the user does not have permissions to read the referenced document */\n 'inputs.reference.error.missing-read-permissions-title': 'Nedostatečná oprávnění',\n /** Error description for when the current reference value points to a document that does not exist (on weak references) */\n 'inputs.reference.error.nonexistent-document-description':\n 'Odkazovaný dokument neexistuje (ID: <code>{{documentId}}</code>). Můžete buď odstranit odkaz, nebo jej nahradit jiným dokumentem.',\n /** Error title for when the current reference value points to a document that does not exist (on weak references) */\n 'inputs.reference.error.nonexistent-document-title': 'Nenalezeno',\n /** Label for button that clears the reference when it points to a document that does not exist (on weak references) */\n 'inputs.reference.error.nonexistent-document.clear-button-label': 'Vymazat',\n /** Error title for when the search for a reference failed. Note that the message sent by the backend may not be localized. */\n 'inputs.reference.error.search-failed-title': 'Vyhledávání odkazu selhalo',\n /** Alternative text for the image shown in cross-dataset reference input */\n 'inputs.reference.image-preview-alt-text': 'Náhled obrázku odkazovaného dokumentu',\n /** Description for alert shown when a reference in a live-edit document is marked as being weak, the referenced document exists, AND the reference is supposed to be have been strengthened on publish */\n 'inputs.reference.incomplete-reference.finalize-action-description':\n '<strong>{{referencedDocument}}</strong> je publikován a tento odkaz by nyní měl být finalizován.',\n /** Title for alert shown when a reference in a live-edit document is marked as being weak, the referenced document exists, AND the reference is supposed to be have been strengthened on publish */\n 'inputs.reference.incomplete-reference.finalize-action-title': 'Finalizovat odkaz',\n /** Description for alert shown when a reference in a live-edit document points to a document that exists and has been published, but the reference is still marked as weak */\n 'inputs.reference.incomplete-reference.strengthen-action-description':\n '<strong>{{referencedDocument}}</strong> je publikován a tento odkaz by nyní měl být převeden na silný odkaz.',\n /** Title for alert shown when a reference in a live-edit document points to a document that exists and has been published, but the reference is still marked as weak */\n 'inputs.reference.incomplete-reference.strengthen-action-title': 'Převést na silný odkaz',\n /** Label for button that triggers the action that strengthen a reference */\n 'inputs.reference.incomplete-reference.strengthen-button-label': 'Převést na silnou referenci',\n /** Label for button that triggers a retry attempt for reference metadata */\n 'inputs.reference.metadata-error.retry-button-label': 'Zkusit znovu',\n /** Title for alert shown when reference metadata fails to be loaded */\n 'inputs.reference.metadata-error.title': 'Nelze načíst metadata reference',\n /** Message shown when no documents were found that matched the given search string */\n 'inputs.reference.no-results-for-query': 'Žádné výsledky pro <strong>“{{searchTerm}}”</strong>',\n /** Text for tooltip showing when a document was edited, using relative time (eg \"how long ago was it edited?\") */\n 'inputs.reference.preview.edited-at-time': 'Editováno <RelativeTime/>',\n /** Accessibility label for icon indicating that document does _not_ have any unpublished changes */\n 'inputs.reference.preview.has-no-unpublished-changes-aria-label': 'Žádné nezveřejněné úpravy',\n /** Accessibility label for icon indicating that document has unpublished changes */\n 'inputs.reference.preview.has-unpublished-changes-aria-label': 'Editováno',\n /** Accessibility label for icon indicating that document does _not_ have a published version */\n 'inputs.reference.preview.is-not-published-aria-label': 'Nezveřejněno',\n /** Accessibility label for icon indicating that document has a published version */\n 'inputs.reference.preview.is-published-aria-label': 'Zveřejněno',\n /** Text for tooltip indicating that a document has no unpublished edits */\n 'inputs.reference.preview.no-unpublished-edits': 'Žádné nezveřejněné úpravy',\n /** Text for tooltip indicating that a document has not yet been published */\n 'inputs.reference.preview.not-published': 'Nezveřejněno',\n /** Text for tooltip showing when a document was published, using relative time (eg \"how long ago was it published?\") */\n 'inputs.reference.preview.published-at-time': 'Zveřejněno <RelativeTime/>',\n /** The referenced document no longer exist and might have been deleted (for weak references) */\n 'inputs.reference.referenced-document-does-not-exist':\n 'Referencovaný dokument již neexistuje a mohl být smazán (ID dokumentu: <code>{{documentId}}</code>).',\n /** The referenced document could not be displayed to the user because of insufficient permissions */\n 'inputs.reference.referenced-document-insufficient-permissions':\n 'K referencovanému dokumentu nelze přistoupit kvůli nedostatečným oprávněním',\n /** Label for when the reference input is resolving the initial value for an item */\n 'inputs.reference.resolving-initial-value': 'Řešení počáteční hodnoty…',\n /** Placeholder shown in a reference input with no current value */\n 'inputs.reference.search-placeholder': 'Začněte psát pro vyhledávání',\n /** Explanation of the consequences of leaving the reference as strong instead of weak */\n 'inputs.reference.strength-mismatch.is-strong-consquences':\n 'Nebude možné smazat referencovaný dokument bez prvního odstranění této reference nebo jejího převedení na slabou.',\n /** Description for alert shown when a reference is supposed to be weak, but the actual value is strong */\n 'inputs.reference.strength-mismatch.is-strong-description':\n 'Tato reference je <em>silná</em>, ale podle aktuálního schématu by měla být <em>slabá</em>.',\n /** Explanation of the consequences of leaving the reference as weak instead of strong */\n 'inputs.reference.strength-mismatch.is-weak-consquences':\n 'To umožňuje smazat referencovaný dokument bez prvního smazání této reference, což zanechá toto pole odkazující na neexistující dokument.',\n /** Description for alert shown when a reference is supposed to be strong, but the actual value is weak */\n 'inputs.reference.strength-mismatch.is-weak-description':\n 'Tato reference je <em>slabá</em>, ale podle aktuálního schématu by měla být <em>silná</em>.',\n /** Label for button that triggers the action that strengthens a reference on strength mismatch */\n 'inputs.reference.strength-mismatch.strengthen-button-label': 'Převést na silnou referenci',\n /** Title for alert shown when a reference is supposed to be weak/strong, but the actual value is the opposite of what it is supposed to be */\n 'inputs.reference.strength-mismatch.title': 'Nesoulad síly reference',\n /** Label for button that triggers the action that weakens a reference on strength mismatch */\n 'inputs.reference.strength-mismatch.weaken-button-label': 'Převést na slabou referenci',\n /** Action message for generating the slug */\n 'inputs.slug.action.generate': 'Vygenerovat',\n /** Loading message for when the input is actively generating a slug */\n 'inputs.slug.action.generating': 'Generování…',\n /** Error message for when the source to generate a slug from is missing */\n 'inputs.slug.error.missing-source':\n 'Zdroj chybí. Zkontrolujte zdroj u typu {{schemaType}} ve schématu',\n /** Convert to <code>`{{targetType}}`</code> */\n 'inputs.untyped-value.convert-button.text': 'Převést na <code>{{targetType}}</code>',\n /** Encountered an object value without a <code>_type</code> property. */\n 'inputs.untyped-value.description':\n 'Narazil jsem na objektovou hodnotu bez vlastnosti <code>_type</code>.',\n /** Either remove the <code>name</code> property of the object declaration, or set <code>_type</code> property on items. */\n 'inputs.untyped-value.details.description':\n 'Buď odstraňte vlastnost <code>name</code> z deklarace objektu, nebo nastavte vlastnost <code>_type</code> na položkách.',\n /** Current value (<code>object</code>): */\n 'inputs.untyped-value.details.json-dump-prefix': 'Aktuální hodnota (<code>object</code>):',\n /** The following types are valid here according to schema: */\n 'inputs.untyped-value.details.multi-type-description':\n 'Podle schématu jsou zde platné následující typy:',\n /** Developer info */\n 'inputs.untyped-value.details.title': 'Informace pro vývojáře',\n /** Property value missing <code>_type</code> */\n 'inputs.untyped-value.title': 'Chybí vlastnost hodnoty <code>_type</code>',\n /** Unset value */\n 'inputs.untyped-value.unset-item-button.text': 'Zrušit hodnotu',\n\n /** The fallback explanation if no context is provided */\n 'insufficient-permissions-message.not-authorized-explanation':\n 'Nemáte oprávnění přistupovat k této funkci.',\n /** The explanation when unable to create any document at all */\n 'insufficient-permissions-message.not-authorized-explanation_create-any-document':\n 'Nemáte oprávnění vytvořit dokument.',\n /** The explanation when unable to create a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_create-document':\n 'Nemáte oprávnění vytvořit tento dokument.',\n /** The explanation when unable to create a particular type of document */\n 'insufficient-permissions-message.not-authorized-explanation_create-document-type':\n 'Nemáte oprávnění vytvořit tento typ dokumentu.',\n /** The explanation when unable to create a new reference in a document */\n 'insufficient-permissions-message.not-authorized-explanation_create-new-reference':\n 'Nemáte oprávnění vytvořit novou referenci.',\n /** The explanation when unable to delete a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_delete-document':\n 'Nemáte oprávnění smazat tento dokument.',\n /** The explanation when unable to discard changes in a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_discard-changes':\n 'Nemáte oprávnění zahodit změny v tomto dokumentu.',\n /** The explanation when unable to duplicate a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_duplicate-document':\n 'Nemáte oprávnění duplikovat tento dokument.',\n /** The explanation when unable to publish a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_publish-document':\n 'Nemáte oprávnění publikovat tento dokument.',\n /** The explanation when unable to unpublish a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_unpublish-document':\n 'Nemáte oprávnění zrušit publikaci tohoto dokumentu.',\n /** Appears after the not-authorized message. Lists the current roles. */\n 'insufficient-permissions-message.roles': 'Vaše role: <Roles/>',\n /** The title for the insufficient permissions message component */\n 'insufficient-permissions-message.title': 'Nedostatečná oprávnění',\n\n /** Unexpected error: `{{error}}` */\n 'member-field-error.unexpected-error': 'Neočekávaná chyba: {{error}}',\n\n /**\n * Tooltip message displayed when hovering/activating the \"Create new document\" action,\n * when there are templates/types available for creation\n */\n 'new-document.create-new-document-label': 'Nový dokument…',\n /** Placeholder for the \"filter\" input within the new document menu */\n 'new-document.filter-placeholder': 'Filtr',\n /** Loading indicator text within the new document menu */\n 'new-document.loading': 'Načítání…',\n /** Accessibility label for the list displaying options in the new document menu */\n 'new-document.new-document-aria-label': 'Nový dokument',\n /** Message for when there are no document type options in the new document menu */\n 'new-document.no-document-types-found': 'Nenalezeny žádné typy dokumentů',\n /**\n * Tooltip message displayed when hovering/activating the \"Create new document\" action,\n * when there are no templates/types to create from\n */\n 'new-document.no-document-types-label': 'Žádné typy dokumentů',\n /** Message for when no results are found for a specific search query in the new document menu */\n 'new-document.no-results': 'Pro <strong>{{searchQuery}}</strong> nebyly nalezeny žádné výsledky',\n /** Aria label for the button that opens the \"Create new document\" popover/dialog */\n 'new-document.open-dialog-aria-label': 'Vytvořit nový dokument',\n /** Title for \"Create new document\" dialog */\n 'new-document.title': 'Vytvořit nový dokument',\n\n /** Label for action to manage members of the current studio project */\n 'presence.action.manage-members': 'Spravovat členy',\n /** Accessibility label for Avatar Stack */\n 'presence.aria-label': 'Kdo je zde',\n /** Message description for when no one else is currently present */\n 'presence.no-one-else-description':\n 'Pozvěte lidi do projektu, abyste viděli jejich online status.',\n /** Message title for when no one else is currently present */\n 'presence.no-one-else-title': 'Nikdo další zde není',\n /** Message for when a user is not in a document (displayed in the global presence menu) */\n 'presence.not-in-a-document': 'Není v dokumentu',\n\n /** Fallback title shown when a preview does not provide a title */\n 'preview.default.title-fallback': 'Bez názvu',\n /** Fallback preview value for types that have \"no value\" (eg null, undefined) */\n 'preview.fallback.no-value': '(žádná hodnota)',\n /** Alternative text for image being shown while image is being uploaded, in previews */\n 'preview.image.file-is-being-uploaded.alt-text': 'Obrázek, který se právě nahrává',\n\n /* Relative time, just now */\n 'relative-time.just-now': 'právě teď',\n\n /** Accessibility label to open search action when the search would go fullscreen (eg on narrower screens) */\n 'search.action-open-aria-label': 'Otevřít vyhledávání',\n /** Action label for adding a search filter */\n 'search.action.add-filter': 'Přidat filtr',\n /** Action label for clearing search filters */\n 'search.action.clear-filters': 'Vymazat filtry',\n /** Label for action to clear recent searches */\n 'search.action.clear-recent-searches': 'Vymazat nedávná vyhledávání',\n /** Accessibility label for action to clear all currently applied document type filters */\n 'search.action.clear-type-filters-aria-label': 'Vymazat zaškrtnuté filtry',\n /** Label for action to clear all currently applied document type filters */\n 'search.action.clear-type-filters-label': 'Vymazat',\n /** Accessibility label for when the search is full screen (on narrow screens) and you want to close the search */\n 'search.action.close-search-aria-label': 'Zavřít vyhledávání',\n /** Accessibility label for filtering by document type */\n 'search.action.filter-by-document-type-aria-label': 'Filtrovat podle typu dokumentu',\n /** Accessibility action label for removing an already applied search filter */\n 'search.action.remove-filter-aria-label': 'Odstranit filtr',\n /**\n * Text displayed when either no document type(s) have been selected, or we need a fallback,\n * eg \"Search for all types\".\n */\n 'search.action.search-all-types': 'Vyhledat všechny dokumenty',\n /**\n * Text displayed when we are able to determine one or more document types that will be used for\n * searching, and can fit within the space assigned by the design.\n */\n 'search.action.search-specific-types': 'Hledat {{types, list}}',\n /** Dialog title for action to select an asset of unknown type */\n 'search.action.select-asset': 'Vybrat prostředek',\n /** Dialog title for action to select a file asset */\n 'search.action.select-asset_file': 'Vybrat soubor',\n /** Dialog title for action to select an image asset */\n 'search.action.select-asset_image': 'Vybrat obrázek',\n /** Accessibility label for when the search is full screen (on narrow screens) and you want to hide filters */\n 'search.action.toggle-filters-aria-label_hide': 'Skrýt filtry',\n /** Accessibility label for when the search is full screen (on narrow screens) and you want to show filters */\n 'search.action.toggle-filters-aria-label_show': 'Zobrazit filtry',\n /**\n * A list of provided types (use `list` formatter preferably).\n */\n 'search.document-type-list': '{{types, list}}',\n /**\n * In the context of a list of document types - no filtering selection has been done,\n * thus the default is \"all types\".\n */\n 'search.document-type-list-all-types': 'Všechny typy',\n /** Accessibility label for list displaying the available document types */\n 'search.document-types-aria-label': 'Typy dokumentů',\n /** Label for when no document types matching the filter are found */\n 'search.document-types-no-matches-found': 'Žádné shody pro {{filter}}',\n /** Description for error when a filter cannot be displayed, describes that you should check the schema */\n 'search.error.display-filter-description':\n 'To může naznačovat neplatné možnosti definované ve vašem schématu.',\n /** Title for error when a filter cannot be displayed (mainly a developer-oriented error) */\n 'search.error.display-filter-title': 'Při zobrazování tohoto filtru došlo k chybě.',\n /** Description for error when no valid asset source is found, describes that you should check the the current studio config */\n 'search.error.no-valid-asset-source-check-config-description':\n 'Ujistěte se, že je povoleno ve vašem konfiguračním souboru studia.',\n /** Description for error when no valid asset source is found, describes that only the default asset is supported */\n 'search.error.no-valid-asset-source-only-default-description':\n 'V současné době je podporován pouze výchozí zdroj prostředků.',\n /** Title for error when no valid asset sources found */\n 'search.error.no-valid-asset-source-title': 'Nenalezeny žádné platné zdroje prostředků.',\n /** Helpful description for when search returned an error that we are not able to describe in detail */\n 'search.error.unspecified-error-help-description':\n 'Zkuste to prosím znovu nebo zkontrolujte své připojení',\n /** Title label for when search returned an error that we are not able to describe in detail */\n 'search.error.unspecified-error-title': 'Při hledání se něco pokazilo',\n /**\n * Label for \"All fields\", a label that appears above the list of available fields when filtering.\n * If one or more document type has been chosen as filter, this label is replaced with a group of\n * fields per selected document type\n */\n 'search.filter-all-fields-header': 'Všechna pole',\n /** Label for the action of changing from one file to a different file in asset search filter */\n 'search.filter-asset-change_file': 'Změnit soubor',\n /** Label for the action of changing from one image to a different image in asset search filter */\n 'search.filter-asset-change_image': 'Změnit obrázek',\n /** Label for the action of clearing the currently selected asset in an image/file filter */\n 'search.filter-asset-clear': 'Vymazat',\n /** Label for the action of selecting a file in asset search filter */\n 'search.filter-asset-select_file': 'Vybrat soubor',\n /** Label for the action of selecting an image in asset search filter */\n 'search.filter-asset-select_image': 'Vybrat obrázek',\n /** Label for boolean filter - false */\n 'search.filter-boolean-false': 'Nepravda',\n /** Label for boolean filter - true */\n 'search.filter-boolean-true': 'Pravda',\n /** Accessibility label for list that lets you filter fields by title, when adding a new filter in search */\n 'search.filter-by-title-aria-label': 'Filtrovat podle názvu',\n /** Accessibility label for date filter input */\n 'search.filter-date-aria-label': 'Datum',\n /** Accessibility label for selecting end date on the date range search filter */\n 'search.filter-date-range-end-date-aria-label': 'Datum konce',\n /** Accessibility label for selecting start date on the date range search filter */\n 'search.filter-date-range-start-date-aria-label': 'Datum začátku',\n /**\n * Label for \"Days\"/\"Months\"/\"Years\" when selecting it as unit in \"X days ago\" search filter.\n * Capitalized, as it would be listed in a dropdown.\n */\n 'search.filter-date-unit_days': 'Dny',\n 'search.filter-date-unit_months': 'Měsíce',\n 'search.filter-date-unit_years': 'Roky',\n /** Accessibility label for selecting the unit (day/month/year) when adding \"X days ago\" search filter */\n 'search.filter-date-unit-aria-label': 'Vyberte jednotku',\n /** Accessibility label for the input value (days/months/years) when adding \"X days ago\" search filter */\n 'search.filter-date-value-aria-label': 'Hodnota jednotky',\n /** Label for \"field description\" shown in tooltip when navigating list of possible fields to filter */\n 'search.filter-field-tooltip-description': 'Popis pole',\n /** Label for \"field name\" shown in tooltip when navigating list of possible fields to filter */\n 'search.filter-field-tooltip-name': 'Název pole',\n /** Label for \"Used in document types\", a list of the document types a field appears in. Shown in tooltip when navigating list of possible fields to filter */\n 'search.filter-field-tooltip-used-in-document-types': 'Použito v typech dokumentů',\n /** Label for when no fields/filters are found for the given term */\n 'search.filter-no-matches-found': 'Pro {{filter}} nebyly nalezeny žádné shody',\n /** Placeholder value for maximum numeric value filter */\n 'search.filter-number-max-value-placeholder': 'Maximální hodnota',\n /** Placeholder value for minimum numeric value filter */\n 'search.filter-number-min-value-placeholder': 'Minimální hodnota',\n /** Placeholder value for the number filter */\n 'search.filter-number-value-placeholder': 'Hodnota',\n /** Placeholder for the \"Filter\" input, when narrowing possible fields/filters */\n 'search.filter-placeholder': 'Filtr',\n /** Label for the action of clearing the currently selected document in a reference filter */\n 'search.filter-reference-clear': 'Vymazat',\n /**\n * Label for \"shared fields\", a label that appears above a list of fields that all filtered types\n * have in common, when adding a new filter. For instance, if \"book\" and \"employee\" both have a\n * \"title\" field, this field would be listed under \"shared fields\".\n * */\n 'search.filter-shared-fields-header': 'Sdílená pole',\n /** Placeholder value for the string filter */\n 'search.filter-string-value-placeholder': 'Hodnota',\n /** Label/placeholder prompting user to select one of the predefined, allowed values for a string field */\n 'search.filter-string-value-select-predefined-value': 'Vyberte…',\n /** Accessibility label for the \"Filters\" list, that is shown when using \"Add filter\" in search (singular) */\n 'search.filters-aria-label_one': 'Filtr',\n /** Accessibility label for the \"Filters\" list, that is shown when using \"Add filter\" in search (plural) */\n 'search.filters-aria-label_other': 'Filtry',\n /** Label for instructions on how to use the search - displayed when no recent searches are available */\n 'search.instructions': 'Použijte <ControlsIcon/> pro upřesnění vašeho hledání',\n /** Helpful description for when no search results are found */\n 'search.no-results-help-description': 'Zkuste jiné klíčové slovo nebo upravte vaše filtry',\n /** Title label for when no search results are found */\n 'search.no-results-title': 'Nebyly nalezeny žádné výsledky',\n /**\n * Individual search operators.\n *\n * The `name` variant is the form we use when the user is building a query, and selecting from a\n * list of available operators for a field. Keep in mind that since the user knows what the field\n * represents, we do not need to contextualize too much, and that the user may not be a developer\n * eg prefer \"quantity is\" over \"array has length\". Additionally, (if applicable in language) use\n * lowercased names.\n *\n * The `description` variant is the form shown once the filter has enough information to apply,\n * and is shown in the list of applied filters. It is passed components that _should_ be used to\n * compose the filter string, and to format them correctly:\n *\n * `<Field/>` - eg \"Bird species\", \"Category\", \"Date of birth\"\n * `<Operator>operator text</Operator>` - eg \"has ≤\", \"includes\", \"is\"\n * `<Value>{{value}}</Value>` - eg \"Hawk\", \"Sparrow\", \"Eagle\"\n *\n * Where applicable, a `count` is passed, allowing you to pluralize where needed, by using\n * suffixes such as `_zero`, `_one`, `_other` etc.\n *\n * Prefer (reasonable) brevity since many filters may be applied. For instance:\n * `<Field/> has ≤ <Value/>` may be better than\n * `<Field/> has less than or equal to <Value/>`\n **/\n /* Array should have a count the given filter value */\n 'search.operator.array-count-equal.description_one':\n '<Field/> <Operator>má</Operator> <Value>{{count}} položku</Value>',\n 'search.operator.array-count-equal.description_other':\n '<Field/> <Operator>má</Operator> <Value>{{count}} položek</Value>',\n 'search.operator.array-count-equal.name': 'množství je',\n /* Array should have a count greater than given filter value */\n 'search.operator.array-count-gt.description_one':\n '<Field/> <Operator>má ></Operator> <Value>{{count}} položku</Value>',\n 'search.operator.array-count-gt.description_other':\n '<Field/> <Operator>má ></Operator> <Value>{{count}} položek</Value>',\n 'search.operator.array-count-gt.name': 'množství větší než',\n /* Array should have a count greater than or equal to the given filter value */\n 'search.operator.array-count-gte.description_one':\n '<Field/> <Operator>má ≥</Operator> <Value>{{count}} položku</Value>',\n 'search.operator.array-count-gte.description_other':\n '<Field/> <Operator>má ≥</Operator> <Value>{{count}} položek</Value>',\n 'search.operator.array-count-gte.name': 'množství větší než nebo rovno',\n /* Array should have a count less than given filter value */\n 'search.operator.array-count-lt.description_one':\n '<Field/> <Operator>má <</Operator> <Value>{{count}} položku</Value>',\n 'search.operator.array-count-lt.description_other':\n '<Field/> <Operator>má <</Operator> <Value>{{count}} položek</Value>',\n 'search.operator.array-count-lt.name': 'množství menší než',\n /* Array should have a count less than or equal to the given filter value */\n 'search.operator.array-count-lte.description_one':\n '<Field/> <Operator>má ≤</Operator> <Value>{{count}} položku</Value>',\n 'search.operator.array-count-lte.description_other':\n '<Field/> <Operator>má ≤</Operator> <Value>{{count}} položek</Value>',\n 'search.operator.array-count-lte.name': 'množství menší než nebo rovno',\n /* Array should have a count that is not equal to the given filter value */\n 'search.operator.array-count-not-equal.description_one':\n '<Field/> <Operator>nemá</Operator> <Value>{{count}} položku</Value>',\n 'search.operator.array-count-not-equal.description_other':\n '<Field/> <Operator>nemá</Operator> <Value>{{count}} položek</Value>',\n 'search.operator.array-count-not-equal.name': 'množství není',\n /**\n * Array should have a count within the range of given filter values.\n * Gets passed `{{from}}` and `{{to}}` values.\n **/\n 'search.operator.array-count-range.description':\n '<Field/> <Operator>má mezi</Operator> <Value>{{from}} → {{to}} položkami</Value>',\n 'search.operator.array-count-range.name': 'množství je mezi',\n /* Array should include the given value */\n 'search.operator.array-list-includes.description':\n '<Field/> <Operator>obsahuje</Operator> <Value>{{value}}</Value>',\n 'search.operator.array-list-includes.name': 'obsahuje',\n /* Array should not include the given value */\n 'search.operator.array-list-not-includes.description':\n '<Field/> <Operator>neobsahuje</Operator> <Value>{{value}}</Value>',\n 'search.operator.array-list-not-includes.name': 'neobsahuje',\n /* Array should include the given reference */\n 'search.operator.array-reference-includes.description':\n '<Field/> <Operator>obsahuje</Operator> <Value>{{value}}</Value>',\n 'search.operator.array-reference-includes.name': 'obsahuje',\n /* Array should not include the given reference */\n 'search.operator.array-reference-not-includes.description':\n '<Field/> <Operator>neobsahuje</Operator> <Value>{{value}}</Value>',\n 'search.operator.array-reference-not-includes.name': 'neobsahuje',\n /* Asset (file) should be the selected asset */\n 'search.operator.asset-file-equal.description':\n '<Field/> <Operator>je</Operator> <Value>{{value}}</Value>',\n 'search.operator.asset-file-equal.name': 'je',\n /* Asset (file) should not be the selected asset */\n 'search.operator.asset-file-not-equal.description':\n '<Field/> <Operator>není</Operator> <Value>{{value}}</Value>',\n 'search.operator.asset-file-not-equal.name': 'není',\n /* Asset (image) should be the selected asset */\n 'search.operator.asset-image-equal.description':\n '<Field/> <Operator>je</Operator> <Value>{{value}}</Value>',\n 'search.operator.asset-image-equal.name': 'je',\n /* Asset (image) should not be the selected asset */\n 'search.operator.asset-image-not-equal.description':\n '<Field/> <Operator>není</Operator> <Value>{{value}}</Value>',\n 'search.operator.asset-image-not-equal.name': 'není',\n /**\n * Boolean value should be the given filter value (true/false).\n * Context passed is `true` and `false`, allowing for more specific translations:\n * - `search.operator.boolean-equal.description_true`\n * - `search.operator.boolean-equal.description_false`\n */\n 'search.operator.boolean-equal.description':\n '<Field/> <Operator>je</Operator> <Value>{{value}}</Value>',\n 'search.operator.boolean-equal.name': 'je',\n /* Date should be after (later than) given filter value */\n 'search.operator.date-after.description':\n '<Field/> <Operator>je po</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-after.name': 'po',\n /* Date should be before (earlier than) given filter value */\n 'search.operator.date-before.description':\n '<Field/> <Operator>je před</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-before.name': 'před',\n /* Date should be the given filter value */\n 'search.operator.date-equal.description':\n '<Field/> <Operator>je</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-equal.name': 'je',\n /* Date should be within the given filter value range (eg \"within the last X days\") */\n 'search.operator.date-last.description':\n '<Field/> <Operator>je v posledních</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-last.name': 'poslední',\n /* Date should not be the given filter value */\n 'search.operator.date-not-equal.description':\n '<Field/> <Operator>není</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-not-equal.name': 'není',\n /* Date should be within the range of given filter values */\n 'search.operator.date-range.description': '<Field/> <Operator>je mezi</Operator> <Value/>',\n 'search.operator.date-range.name': 'je mezi',\n /* Date and time should be after (later than) given filter value */\n 'search.operator.date-time-after.description':\n '<Field/> <Operator>je po</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-after.name': 'po',\n /* Date and time should be before (earlier than) given filter value */\n 'search.operator.date-time-before.description':\n '<Field/> <Operator>je před</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-before.name': 'před',\n /* Date and time should be the given filter value */\n 'search.operator.date-time-equal.description':\n '<Field/> <Operator>je</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-equal.name': 'je',\n /* Date and time should be within the given filter value range (eg \"within the last X days\") */\n 'search.operator.date-time-last.description':\n '<Field/> <Operator>je v posledních</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-last.name': 'poslední',\n /* Date and time should not be the given filter value */\n 'search.operator.date-time-not-equal.description':\n '<Field/> <Operator>není</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-not-equal.name': 'není',\n /* Date and time should be within the range of given filter values */\n 'search.operator.date-time-range.description': '<Field/> <Operator>je mezi</Operator> <Value/>',\n 'search.operator.date-time-range.name': 'je mezi',\n /* Value should be defined */\n 'search.operator.defined.description':\n '<Field/> <Operator>je</Operator> <Value>neprázdný</Value>',\n 'search.operator.defined.name': 'neprázdný',\n /* Value should not be defined */\n 'search.operator.not-defined.description':\n '<Field/> <Operator>je</Operator> <Value>prázdný</Value>',\n 'search.operator.not-defined.name': 'prázdný',\n /* Number should be the given filter value */\n 'search.operator.number-equal.description':\n '<Field/> <Operator>je</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-equal.name': 'je',\n /* Number should be greater than given filter value */\n 'search.operator.number-gt.description':\n '<Field/> <Operator>></Operator> <Value>{{value}}</Value>',\n 'search.operator.number-gt.name': 'větší než',\n /* Number should be greater than or the given filter value */\n 'search.operator.number-gte.description':\n '<Field/> <Operator>≥</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-gte.name': 'větší nebo rovno',\n /* Number should be less than given filter value */\n 'search.operator.number-lt.description':\n '<Field/> <Operator><</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-lt.name': 'menší než',\n /* Number should be less than or the given filter value */\n 'search.operator.number-lte.description':\n '<Field/> <Operator>≤</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-lte.name': 'menší nebo rovno',\n /* Number should not be the given filter value */\n 'search.operator.number-not-equal.description':\n '<Field/> <Operator>není</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-not-equal.name': 'není',\n /* Number should be within the range of given filter values */\n 'search.operator.number-range.description':\n '<Field/> <Operator>je mezi</Operator> <Value>{{from}} → {{to}}</Value>',\n 'search.operator.number-range.name': 'je mezi',\n /* Portable Text should contain the given filter value */\n 'search.operator.portable-text-contains.description':\n '<Field/> <Operator>obsahuje</Operator> <Value>{{value}}</Value>',\n 'search.operator.portable-text-contains.name': 'obsahuje',\n /* Portable Text should be the given filter value */\n 'search.operator.portable-text-equal.description':\n '<Field/> <Operator>je</Operator> <Value>{{value}}</Value>',\n 'search.operator.portable-text-equal.name': 'je',\n /* Portable Text should not contain the given filter value */\n 'search.operator.portable-text-not-contains.description':\n '<Field/> <Operator>neobsahuje</Operator> <Value>{{value}}</Value>',\n 'search.operator.portable-text-not-contains.name': 'neobsahuje',\n /* Portable Text should not be the given filter value */\n 'search.operator.portable-text-not-equal.description':\n '<Field/> <Operator>není</Operator> <Value>{{value}}</Value>',\n 'search.operator.portable-text-not-equal.name': 'není',\n /* References the given asset (file) */\n 'search.operator.reference-asset-file.description':\n '<Field/> <Operator>→</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-asset-file.name': 'soubor',\n /* References the given asset (image) */\n 'search.operator.reference-asset-image.description':\n '<Field/> <Operator>→</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-asset-image.name': 'obrázek',\n /* References the given document */\n 'search.operator.reference-document.description':\n '<Field/> <Operator>→</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-document.name': 'dokument',\n /* Reference should be the given document */\n 'search.operator.reference-equal.description':\n '<Field/> <Operator>je</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-equal.name': 'je',\n /* Reference should not be the given document */\n 'search.operator.reference-not-equal.description':\n '<Field/> <Operator>není</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-not-equal.name': 'není',\n /* Slug contains the given value */\n 'search.operator.slug-contains.description':\n '<Field/> <Operator>obsahuje</Operator> <Value>{{value}}</Value>',\n 'search.operator.slug-contains.name': 'obsahuje',\n /* Slug equals the given filter value */\n 'search.operator.slug-equal.description':\n '<Field/> <Operator>je</Operator> <Value>{{value}}</Value>',\n 'search.operator.slug-equal.name': 'je',\n /* Slug does not contain the given value */\n 'search.operator.slug-not-contains.description':\n '<Field/> <Operator>neobsahuje</Operator> <Value>{{value}}</Value>',\n 'search.operator.slug-not-contains.name': 'neobsahuje',\n /* Slug does not equal the given filter value */\n 'search.operator.slug-not-equal.description':\n '<Field/> <Operator>není</Operator> <Value>{{value}}</Value>',\n 'search.operator.slug-not-equal.name': 'není',\n /* String contains the given filter value */\n 'search.operator.string-contains.description':\n '<Field/> <Operator>obsahuje</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-contains.name': 'obsahuje',\n /* String equals the given filter value */\n 'search.operator.string-equal.description':\n '<Field/> <Operator>je</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-equal.name': 'je',\n /* String equals one of the predefined allowed values */\n 'search.operator.string-list-equal.description':\n '<Field/> <Operator>je</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-list-equal.name': 'je',\n /* String does not equal one of the predefined allowed values */\n 'search.operator.string-list-not-equal.description':\n '<Field/> <Operator>není</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-list-not-equal.name': 'není',\n /* String does not contain the given filter value */\n 'search.operator.string-not-contains.description':\n '<Field/> <Operator>neobsahuje</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-not-contains.name': 'neobsahuje',\n /* String does not equal the given filter value */\n 'search.operator.string-not-equal.description':\n '<Field/> <Operator>není</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-not-equal.name': 'není',\n /** Label for the \"Best match\" search ordering type */\n 'search.ordering.best-match-label': 'Nejlepší shoda',\n /** Label for the \"Created: Oldest first\" search ordering type */\n 'search.ordering.created-ascending-label': 'Vytvořeno: Nejstarší první',\n /** Label for the \"Created: Newest first\" search ordering type */\n 'search.ordering.created-descending-label': 'Vytvořeno: Nejnovější první',\n /** Label for the \"Updated: Oldest first\" search ordering type */\n 'search.ordering.updated-ascending-label': 'Aktualizováno: Nejstarší první',\n /** Label for the \"Updated: Newest first\" search ordering type */\n 'search.ordering.updated-descending-label': 'Aktualizováno: Nejnovější první',\n /** Placeholder text for the global search input field */\n 'search.placeholder': 'Hledat',\n /** Accessibility label for the recent searches section, shown when no valid search terms has been given */\n 'search.recent-searches-aria-label': 'Nedávné vyhledávání',\n /** Label/heading shown for the recent searches section */\n 'search.recent-searches-label': 'Nedávné vyhledávání',\n /** Accessibility label for the search results section, shown when the user has typed valid terms */\n 'search.search-results-aria-label': 'Výsledky vyhledávání',\n\n /** Description for error when the timeline for the given document can't be loaded */\n 'timeline.error.load-document-changes-description':\n 'Transakce historie dokumentu nebyly ovlivněny.',\n /** Title for error when the timeline for the given document can't be loaded */\n 'timeline.error.load-document-changes-title': 'Při načítání změn dokumentu došlo k chybě.',\n /** Error description for when the document doesn't have history */\n 'timeline.error.no-document-history-description':\n 'Po změně obsahu dokumentu se zde objeví verze dokumentu.',\n /** Error title for when the document doesn't have history */\n 'timeline.error.no-document-history-title': 'Žádná historie dokumentu',\n /** Error prompt when revision cannot be loaded */\n 'timeline.error.unable-to-load-revision': 'Nelze načíst revizi',\n /** Label for when the timeline item is the latest in the history */\n 'timeline.latest': 'Nejnovější',\n /** Label for latest version for timeline menu dropdown */\n 'timeline.latest-version': 'Nejnovější verze',\n /** The aria-label for the list of revisions in the timeline */\n 'timeline.list.aria-label': 'Revize dokumentu',\n /** Label for loading history */\n 'timeline.loading-history': 'Načítání historie…',\n /** Label shown in review changes timeline when a document has been created */\n 'timeline.operation.created': 'Vytvořeno',\n /** Label shown in review changes timeline when a document has been created, with a timestamp */\n 'timeline.operation.created_timestamp': 'Vytvořeno: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document was initially created */\n 'timeline.operation.created-initial': 'Vytvořeno',\n /** Label shown in review changes timeline when a document was initially created, with a timestamp */\n 'timeline.operation.created-initial_timestamp': 'Vytvořeno: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document has been deleted */\n 'timeline.operation.deleted': 'Smazáno',\n /** Label shown in review changes timeline when a document has been deleted, with a timestamp */\n 'timeline.operation.deleted_timestamp': 'Smazáno: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a draft has been discarded */\n 'timeline.operation.draft-discarded': 'Zahozený koncept',\n /** Label shown in review changes timeline when a draft has been discarded, with a timestamp */\n 'timeline.operation.draft-discarded_timestamp': 'Zahozený koncept: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a draft has been edited */\n 'timeline.operation.edited-draft': 'Editováno',\n /** Label shown in review changes timeline when a draft has been edited, with a timestamp */\n 'timeline.operation.edited-draft_timestamp': 'Editováno: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document has been edited live */\n 'timeline.operation.edited-live': 'Editováno živě',\n /** Label shown in review changes timeline when a document has been edited live, with a timestamp */\n 'timeline.operation.edited-live_timestamp': 'Editováno živě: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document was published */\n 'timeline.operation.published': 'Publikováno',\n /** Label shown in review changes timeline when a document was published, with a timestamp */\n 'timeline.operation.published_timestamp': 'Publikováno: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document was unpublished */\n 'timeline.operation.unpublished': 'Nepublikováno',\n /** Label shown in review changes timeline when a document was unpublished, with a timestamp */\n 'timeline.operation.unpublished_timestamp': 'Nepublikováno: {{timestamp, datetime}}',\n /**\n * Label for determining since which version the changes for timeline menu dropdown are showing.\n * Receives the time label as a parameter (`timestamp`).\n */\n 'timeline.since': 'Od: {{timestamp, datetime}}',\n /** Label for missing change version for timeline menu dropdown are showing */\n 'timeline.since-version-missing': 'Od: neznámá verze',\n\n /** Label for action to invite members to the current sanity project */\n 'user-menu.action.invite-members': 'Pozvat členy',\n /** Accessibility label for action to invite members to the current sanity project */\n 'user-menu.action.invite-members-aria-label': 'Pozvat členy',\n /** Label for action to manage the current sanity project */\n 'user-menu.action.manage-project': 'Spravovat projekt',\n /** Accessibility label for the action to manage the current project */\n 'user-menu.action.manage-project-aria-label': 'Spravovat projekt',\n /** Label for action to sign out of the current sanity project */\n 'user-menu.action.sign-out': 'Odhlásit se',\n /** Title for appearance section for the current studio (dark / light / system scheme) */\n 'user-menu.appearance-title': 'Vzhled',\n /** Label for close menu button for user menu */\n 'user-menu.close-menu': 'Zavřít menu',\n /** Description for using the \"dark theme\" in the appearance user menu */\n 'user-menu.color-scheme.dark-description': 'Použít tmavý vzhled',\n /** Title for using the \"dark theme\" in the appearance user menu */\n 'user-menu.color-scheme.dark-title': 'Tmavý',\n /** Description for using the \"light theme\" in the appearance user menu */\n 'user-menu.color-scheme.light-description': 'Použít světlý vzhled',\n /** Title for using the \"light theme\" in the appearance user menu */\n 'user-menu.color-scheme.light-title': 'Světlý',\n /** Description for using \"system apparence\" in the appearance user menu */\n 'user-menu.color-scheme.system-description': 'Použít systémový vzhled',\n /** Title for using system apparence in the appearance user menu */\n 'user-menu.color-scheme.system-title': 'Systém',\n /** Title for locale section for the current studio */\n 'user-menu.locale-title': 'Jazyk',\n /** Label for tooltip to show which provider the currently logged in user is using */\n 'user-menu.login-provider': 'Přihlášen s {{providerTitle}}',\n\n /**\n * Label for action to add a workspace (currently a developer-oriented action, as this will\n * lead to the documentation on workspace configuration)\n */\n 'workspaces.action.add-workspace': 'Přidat pracovní prostor',\n /**\n * Label for action to choose a different workspace, in the case where you are not logged in,\n * have selected a workspace, and are faced with the authentication options for the selected\n * workspace. In other words, label for the action shown when you have reconsidered which\n * workspace to authenticate in.\n */\n 'workspaces.action.choose-another-workspace': 'Vybrat jiný pracovní prostor',\n /** Label for heading that indicates that you can choose your workspace */\n 'workspaces.choose-your-workspace-label': 'Vyberte svůj pracovní prostor',\n /** Label for the workspace menu */\n 'workspaces.select-workspace-aria-label': 'Vybrat pracovní prostor',\n /** Button label for opening the workspace switcher */\n 'workspaces.select-workspace-label': 'Vybrat pracovní prostor',\n /** Title for Workplaces dropdown menu */\n 'workspaces.title': 'Pracovní prostory',\n})\n"],"names":["removeUndefinedLocaleResources","studio"],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e=require("sanity").removeUndefinedLocaleResources({"asset-source.asset-list.menu.delete":"Smazat","asset-source.asset-list.menu.show-usage":"Zobrazit použití","asset-source.asset-usage-dialog.header_file":"Dokumenty používající soubor","asset-source.asset-usage-dialog.header_image":"Dokumenty používající obrázek","asset-source.asset-usage-dialog.loading":"Načítání…","asset-source.delete-dialog.action.cancel":"Zrušit","asset-source.delete-dialog.action.delete":"Smazat","asset-source.delete-dialog.header_file":"Smazat soubor","asset-source.delete-dialog.header_image":"Smazat obrázek","asset-source.delete-dialog.loading":"Načítání…","asset-source.delete-dialog.usage-list.confirm-delete-file_named":"Chystáte se smazat soubor <strong>{{filename}}}</strong> a jeho metadata. Jste si jisti?","asset-source.delete-dialog.usage-list.confirm-delete-file_unnamed":"Chystáte se smazat soubor a jeho metadata. Jste si jisti?","asset-source.delete-dialog.usage-list.confirm-delete-image_named":"Chystáte se smazat obrázek <strong>{{filename}}</strong> a jeho metadata. Jste si jisti?","asset-source.delete-dialog.usage-list.confirm-delete-image_unnamed":"Chystáte se smazat obrázek a jeho metadata. Jste si jisti?","asset-source.delete-dialog.usage-list.image-preview-alt":"Náhled obrázku","asset-source.delete-dialog.usage-list.warning-file-is-in-use_named":"{{filename}} nelze smazat, protože se používá. Aby bylo možné tento soubor smazat, musíte nejprve odstranit všechna jeho použití.","asset-source.delete-dialog.usage-list.warning-file-is-in-use_unnamed":"Tento soubor nelze smazat, protože se používá. Aby bylo možné ho smazat, musíte nejprve odstranit všechna jeho použití.","asset-source.delete-dialog.usage-list.warning-image-is-in-use_named":"{{filename}} nelze smazat, protože se používá. Aby bylo možné tento obrázek smazat, musíte nejprve odstranit všechna jeho použití.","asset-source.delete-dialog.usage-list.warning-image-is-in-use_unnamed":"Tento obrázek nelze smazat, protože se používá. Aby bylo možné ho smazat, musíte nejprve odstranit všechna jeho použití.","asset-source.dialog.accept-message":"Zobrazují se pouze assety přijatých typů: <strong>{{acceptTypes}}</strong>","asset-source.dialog.default-title_file":"Vybrat soubor","asset-source.dialog.default-title_image":"Vybrat obrázek","asset-source.dialog.load-more":"Načíst více","asset-source.dialog.no-assets_file":"Žádné soubory","asset-source.dialog.no-assets_image":"Žádné obrázky","asset-source.file.asset-list.action.delete.disabled-cannot-delete-current-file":"Nelze smazat aktuálně vybraný soubor","asset-source.file.asset-list.action.delete.text":"Smazat","asset-source.file.asset-list.action.delete.title":"Smazat soubor","asset-source.file.asset-list.action.select-file.title":"Vybrat soubor {{filename}}","asset-source.file.asset-list.action.show-usage.title":"Zobrazit použití","asset-source.file.asset-list.delete-failed":"Soubor se nepodařilo smazat","asset-source.file.asset-list.delete-successful":"Soubor byl smazán","asset-source.file.asset-list.header.date-added":"Datum přidání","asset-source.file.asset-list.header.filename":"Název souboru","asset-source.file.asset-list.header.size":"Velikost","asset-source.file.asset-list.header.type":"Typ","asset-source.file.title":"Nahrané soubory","asset-source.image.asset-list.delete-failed":"Obrázek se nepodařilo smazat","asset-source.image.asset-list.delete-successful":"Obrázek byl smazán","asset-source.image.title":"Nahrané obrázky","asset-source.usage-list.documents-using-file_named_one":"Jeden dokument používá soubor <code>{{filename}}</code>","asset-source.usage-list.documents-using-file_named_other":"{{count}} dokumentů používá soubor <code>{{filename}}</code>","asset-source.usage-list.documents-using-file_named_zero":"Žádný dokument nepoužívá soubor <code>{{filename}}</code>","asset-source.usage-list.documents-using-file_unnamed_one":"Jeden dokument používá tento soubor","asset-source.usage-list.documents-using-file_unnamed_other":"{{count}} dokumentů používá tento soubor","asset-source.usage-list.documents-using-file_unnamed_zero":"Žádný dokument nepoužívá tento soubor","asset-source.usage-list.documents-using-image_named_one":"Jeden dokument používá obrázek <code>{{filename}}</code>","asset-source.usage-list.documents-using-image_named_other":"{{count}} dokumentů používá obrázek <code>{{filename}}</code>","asset-source.usage-list.documents-using-image_named_zero":"Žádný dokument nepoužívá obrázek <code>{{filename}}</code>","asset-source.usage-list.documents-using-image_unnamed_one":"Jeden dokument používá tento obrázek","asset-source.usage-list.documents-using-image_unnamed_other":"{{count}} dokumentů používá tento obrázek","asset-source.usage-list.documents-using-image_unnamed_zero":"Žádné dokumenty nepoužívají tento obrázek","calendar.action.go-to-next-month":"Přejít na příští měsíc","calendar.action.go-to-next-year":"Přejít na příští rok","calendar.action.go-to-previous-month":"Přejít na předchozí měsíc","calendar.action.go-to-previous-year":"Přejít na předchozí rok","calendar.action.go-to-today":"Dnes","calendar.action.go-to-today-aria-label":"Přejít na dnešek","calendar.action.go-to-tomorrow":"Zítra","calendar.action.go-to-yesterday":"Včera","calendar.action.include-time-label":"Zahrnout čas","calendar.action.select-hour":"Vybrat hodinu","calendar.action.select-minute":"Vybrat minutu","calendar.action.set-to-current-time":"Nastavit na aktuální čas","calendar.action.set-to-time-preset":"{{time}} dne {{date, datetime}}","calendar.error.must-be-in-format":"Musí být ve formátu <Emphasis>{{exampleDate}}</Emphasis>","calendar.month-names.april":"Duben","calendar.month-names.august":"Srpen","calendar.month-names.december":"Prosinec","calendar.month-names.february":"Únor","calendar.month-names.january":"Leden","calendar.month-names.july":"Červenec","calendar.month-names.june":"Červen","calendar.month-names.march":"Březen","calendar.month-names.may":"Květen","calendar.month-names.november":"Listopad","calendar.month-names.october":"Říjen","calendar.month-names.september":"Září","calendar.weekday-names.short.friday":"Pá","calendar.weekday-names.short.monday":"Po","calendar.weekday-names.short.saturday":"So","calendar.weekday-names.short.sunday":"Ne","calendar.weekday-names.short.thursday":"Čt","calendar.weekday-names.short.tuesday":"Út","calendar.weekday-names.short.wednesday":"St","changes.action.close-label":"Zavřít kontrolu změn","changes.action.revert-all-cancel":"Zrušit","changes.action.revert-all-confirm":"Vrátit vše","changes.action.revert-changes-confirm-change_one":"Vrátit změnu","changes.action.revert-changes-confirm-change_other":"Vrátit změny","changes.action.revert-changes-description":"Jste si jisti, že chcete vrátit změny?","changes.action.revert-changes-description_one":"Jste si jisti, že chcete vrátit změnu?","changes.added-label":"Přidáno","changes.array.item-added-in-position":"Přidáno na pozici {{position}}","changes.array.item-moved_down_one":"Posunuto o {{count}} pozici dolů","changes.array.item-moved_down_other":"Posunuto o {{count}} pozic dolů","changes.array.item-moved_up_one":"Posunuto o {{count}} pozici nahoru","changes.array.item-moved_up_other":"Posunuto o {{count}} pozic nahoru","changes.array.item-removed-from-position":"Odebráno z pozice {{position}}","changes.change-bar.aria-label":"Kontrola změn","changes.changed-label":"Změněno","changes.changes-by-author":"Změny od","changes.error-boundary.developer-info":"Pro více informací zkontrolujte konzoli pro vývojáře","changes.error-boundary.title":"Zobrazení změn tohoto pole způsobilo chybu","changes.error.incorrect-type-message":'Chyba hodnoty: Hodnota je typu "<code>{{actualType}}</code>", očekáván typ "<code>{{expectedType}}</code>"',"changes.file.meta-info-fallback-title":"Bez názvu","changes.image.crop-changed":"Změněný ořez","changes.image.deleted":"Obrázek smazán","changes.image.error-loading-image":"Chyba při načítání obrázku","changes.image.hotspot-changed":"Změněný hotspot","changes.image.meta-info-fallback-title":"Bez názvu","changes.image.no-asset-set":"Obrázek nenastaven","changes.image.no-image-placeholder":"(žádný obrázek)","changes.inspector.from-label":"Od","changes.inspector.meta-label":"Meta","changes.inspector.to-label":"Do","changes.loading-author":"Načítání…","changes.loading-changes":"Načítání změn…","changes.no-changes-description":"Upravte dokument nebo vyberte starší verzi v časové ose, aby se v tomto panelu zobrazil seznam změn.","changes.no-changes-title":"Nejsou žádné změny","changes.portable-text.annotation_added":"Přidána anotace","changes.portable-text.annotation_changed":"Změněná anotace","changes.portable-text.annotation_removed":"Odebraná anotace","changes.portable-text.annotation_unchanged":"Neměnná anotace","changes.portable-text.block-style-changed":'Změněn styl bloku z "{{fromStyle}}" na "{{toStyle}}"',"changes.portable-text.changed-formatting":"Změněné formátování","changes.portable-text.empty-inline-object":"Prázdný {{inlineObjectType}}","changes.portable-text.empty-object-annotation":"Prázdný {{annotationType}}","changes.portable-text.empty-text_added":"Přidán prázdný text","changes.portable-text.empty-text_changed":"Změněn prázdný text","changes.portable-text.empty-text_removed":"Odebrán prázdný text","changes.portable-text.inline-object_added":"Přidán inline objekt","changes.portable-text.inline-object_changed":"Změněn inline objekt","changes.portable-text.inline-object_removed":"Odebrán inline objekt","changes.portable-text.inline-object_unchanged":"Nezměněný inline objekt","changes.portable-text.text_added":"Přidán text","changes.portable-text.text_removed":"Odebrán text","changes.portable-text.unknown-annotation-schema-type":"Neznámý typ schématu","changes.portable-text.unknown-inline-object-schema-type":"Neznámý typ schématu","changes.removed-label":"Odebráno","changes.title":"Přehled změn","default-orderings.caption":"Seřadit podle Popisku","default-orderings.description":"Seřadit podle Popisu","default-orderings.header":"Seřadit podle Záhlaví","default-orderings.heading":"Seřadit podle Nadpisu","default-orderings.label":"Seřadit podle Štítku","default-orderings.name":"Seřadit podle Jména","default-orderings.title":"Seřadit podle Titulku","form.error.duplicate-keys-alert.details.additional-description":"Hodnota vlastnosti <code>_key</code> musí být jedinečný řetězec.","form.error.duplicate-keys-alert.details.description":"To se obvykle stává, když jsou položky vytvořeny pomocí API klienta a vlastnost <code>_key</code> každého prvku byla generována nejedinečně.","form.error.duplicate-keys-alert.details.title":"Informace pro vývojáře","form.error.duplicate-keys-alert.generate-button.text":"Generovat jedinečné klíče","form.error.duplicate-keys-alert.summary":"Několik položek v tomto seznamu sdílí stejný identifikátor (klíč). Každá položka musí mít jedinečný identifikátor.","form.error.duplicate-keys-alert.title":"Nejedinečné klíče","form.error.field-not-found":'Pole "{{fieldName}}" nebylo nalezeno mezi členy – ověřte, že je definováno ve schématu a že nebylo podmíněně skryto.',"form.error.missing-keys-alert.add-button.text":"Přidat chybějící klíče","form.error.missing-keys-alert.details.additional-description":"Hodnota vlastnosti <code>_key</code> musí být jedinečný řetězec.","form.error.missing-keys-alert.details.description":"To se obvykle stává, když jsou položky vytvořeny pomocí API klienta a nebyla zahrnuta vlastnost <code>_key</code>.","form.error.missing-keys-alert.details.title":"Informace pro vývojáře","form.error.missing-keys-alert.summary":"Některým položkám v seznamu chybí jejich klíče. To musí být opraveno, aby bylo možné seznam upravovat.","form.error.missing-keys-alert.title":"Chybějící klíče","form.error.mixed-array-alert.details.description":"To se obvykle stává, když jsou položky vytvořeny pomocí API klienta, nebo když vlastní vstupní komponenta přidala do seznamu neplatná data.","form.error.mixed-array-alert.details.title":"Informace pro vývojáře","form.error.mixed-array-alert.remove-button.text":"Odstranit hodnoty, které nejsou objekty","form.error.mixed-array-alert.summary":"Některé položky v tomto seznamu nejsou objekty. To musí být opraveno, aby bylo možné seznam upravovat.","form.error.mixed-array-alert.title":"Neplatné hodnoty seznamu","form.error.no-array-item-at-index":"Na cestě <code>{{path}}</code> nebyla nalezena žádná položka pole na indexu <code>{{index}}</code>","form.error.no-array-item-at-key":'Na cestě <code>{{path}}</code> nebyla nalezena žádná položka pole s `_key` <code>"{{key}}"</code>',"form.field.untitled-field-label":"Nepojmenované","form.field.untitled-fieldset-label":"Nepojmenované","form.validation.has-error-aria-label":"Obsahuje chybu","form.validation.has-info-aria-label":"Obsahuje informace","form.validation.has-warning-aria-label":"Obsahuje varování","form.validation.summary.errors-count_one":"{{count}} chyba","form.validation.summary.errors-count_other":"{{count}} chyb","form.validation.summary.warnings-count_one":"{{count}} varování","form.validation.summary.warnings-count_other":"{{count}} varování","help-resources.action.contact-sales":"Kontaktovat obchodní oddělení","help-resources.action.help-and-support":"Pomoc a podpora","help-resources.action.join-our-community":"Připojte se k naší komunitě","help-resources.latest-sanity-version":"Nejnovější verze je {{latestVersion}}","help-resources.studio-version":"Verze Sanity Studio {{studioVersion}}","help-resources.title":"Nápověda a zdroje","input.files.common.upload-placeholder.file-input-button.text":"Nahrát","input.files.common.upload-progress":"Nahrávání <FileName/>","input.reference.document-cannot-be-opened.failed-to-resolve-url":"Tento dokument nelze otevřít (nelze vyřešit URL na Studio)","inputs.array.action.add-after":"Přidat položku za","inputs.array.action.add-before":"Přidat položku před","inputs.array.action.add-item":"Přidat položku","inputs.array.action.add-item-select-type":"Přidat položku...","inputs.array.action.duplicate":"Duplikovat","inputs.array.action.edit":"Upravit {{itemTypeTitle}}","inputs.array.action.remove":"Odstranit","inputs.array.action.remove-invalid-item":"Odstranit","inputs.array.action.view":"Zobrazit {{itemTypeTitle}}","inputs.array.error.can-delete-but-no-edit-description":"Tuto položku můžete stále přesunout nebo odstranit, ale nelze ji upravit, protože definice schématu pro její typ nebyla nalezena.","inputs.array.error.cannot-resolve-initial-value-title":"Nelze vyřešit počáteční hodnotu pro typ: {{schemaTypeTitle}}: {{errorMessage}}.","inputs.array.error.cannot-upload-unable-to-convert_one":"Následující položku nelze nahrát, protože neexistuje známá konverze z typu obsahu na položku pole:","inputs.array.error.cannot-upload-unable-to-convert_other":"Následující položky nelze nahrát, protože neexistuje známá konverze z typů obsahu na položku pole:","inputs.array.error.current-schema-not-declare-description":"Aktuální schéma neuvádí položky typu <code>{{typeName}}</code> jako platné pro tento seznam. To může znamenat, že byl typ odstraněn jako platný typ položky, nebo že někdo jiný ho přidal do svého vlastního lokálního schématu, které ještě není nasazeno.","inputs.array.error.json-representation-description":"JSON reprezentace této položky:","inputs.array.error.type-is-incompatible-prompt":"Položka typu <code>{{typeName}}</code> není platná pro tento seznam","inputs.array.error.type-is-incompatible-title":"Proč se to děje?","inputs.array.error.unexpected-error":"Neočekávaná chyba: {{error}}","inputs.array.no-items-label":"Žádné položky","inputs.array.read-only-label":"Toto pole je pouze pro čtení","inputs.array.resolving-initial-value":"Řešení počáteční hodnoty…","inputs.datetime.placeholder":"např. {{example}}","inputs.file.actions-menu.file-options.aria-label":"Otevřít menu možností souboru","inputs.file.browse-button.text":"Procházet","inputs.file.dialog.title":"Vybrat soubor","inputs.file.error.unknown-member-kind":"Neznámý typ člena: {{kind}}","inputs.file.invalid-file-warning.description":"Hodnota tohoto pole není platný soubor. Resetováním tohoto pole můžete vybrat nový soubor.","inputs.file.invalid-file-warning.reset-button.text":"Resetovat hodnotu","inputs.file.invalid-file-warning.title":"Neplatná hodnota souboru","inputs.file.multi-browse-button.text":"Vybrat","inputs.file.upload-failed.description":"Nahrávání se v tuto chvíli nepodařilo dokončit.","inputs.file.upload-failed.title":"Nahrávání selhalo","inputs.files.common.actions-menu.clear-field.label":"Vyčistit pole","inputs.files.common.actions-menu.copy-url.label":"Kopírovat URL","inputs.files.common.actions-menu.download.label":"Stáhnout","inputs.files.common.actions-menu.notification.url-copied":"URL byla zkopírována do schránky","inputs.files.common.actions-menu.replace.label":"Nahradit","inputs.files.common.actions-menu.upload.label":"Nahrát","inputs.files.common.drop-message.drop-to-upload":"Přetáhněte pro nahrání","inputs.files.common.drop-message.drop-to-upload-multi_one":"Přetáhněte pro nahrání {{count}} souboru","inputs.files.common.drop-message.drop-to-upload-multi_other":"Přetáhněte pro nahrání {{count}} souborů","inputs.files.common.drop-message.drop-to-upload.no-accepted-file-message_one":"Tento soubor zde nelze nahrát","inputs.files.common.drop-message.drop-to-upload.no-accepted-file-message_other":"Žádný z těchto souborů zde nelze nahrát","inputs.files.common.drop-message.drop-to-upload.rejected-file-message_one":"{{count}} soubor nelze zde nahrát","inputs.files.common.drop-message.drop-to-upload.rejected-file-message_other":"{{count}} souborů nelze zde nahrát","inputs.files.common.placeholder.cannot-upload-some-files_one":"Nelze nahrát soubor","inputs.files.common.placeholder.cannot-upload-some-files_other":"Nelze nahrát {{count}} souborů","inputs.files.common.placeholder.drag-or-paste-to-upload_file":"Přetáhněte nebo vložte soubor sem","inputs.files.common.placeholder.drag-or-paste-to-upload_image":"Přetáhněte nebo vložte obrázek sem","inputs.files.common.placeholder.drop-to-upload_file":"Pusťte pro nahrání souboru","inputs.files.common.placeholder.drop-to-upload_image":"Pusťte pro nahrání obrázku","inputs.files.common.placeholder.read-only":"Pouze pro čtení","inputs.files.common.placeholder.upload-not-supported":"Nelze zde nahrávat soubory","inputs.files.common.stale-upload-warning.clear":"Vymazat nahrávání","inputs.files.common.stale-upload-warning.description":"Nahrávání nepokročilo po dobu alespoň {{staleThresholdMinutes}} minut a pravděpodobně bylo přerušeno. Bezpečně můžete vymazat nedokončené nahrávání a pokusit se o nahrání znovu.","inputs.files.common.stale-upload-warning.title":"Nedokončené nahrávání","inputs.image.actions-menu.crop-image-tooltip":"Oříznout obrázek","inputs.image.actions-menu.edit-details.aria-label":"Otevřít dialog úpravy obrázku","inputs.image.actions-menu.options.aria-label":"Otevřít menu možností obrázku","inputs.image.browse-menu.text":"Vybrat","inputs.image.drag-overlay.cannot-upload-here":"Zde nelze nahrát tento soubor","inputs.image.drag-overlay.drop-to-upload-image":"Pusťte obrázek pro nahrání","inputs.image.drag-overlay.this-field-is-read-only":"Toto pole je pouze pro čtení","inputs.image.error.unknown-member-kind":"Neznámý typ člena: {{kind}}","inputs.image.hotspot-dialog.title":"Upravit hotspot a oříznout","inputs.image.invalid-image-warning.description":"Hodnota tohoto pole není platný obrázek. Resetováním tohoto pole můžete vybrat nový obrázek.","inputs.image.invalid-image-warning.reset-button.text":"Resetovat hodnotu","inputs.image.invalid-image-warning.title":"Neplatná hodnota obrázku","inputs.image.preview-uploaded-image":"Náhled nahraného obrázku","inputs.image.upload-error.description":"Nahrávání se v tuto chvíli nemohlo dokončit.","inputs.image.upload-error.title":"Nahrávání selhalo","inputs.imagetool.description":"Upravte obdélník pro oříznutí obrázku. Upravte kruh pro určení oblasti, která by měla být vždy viditelná.","inputs.imagetool.load-error":"Chyba: {{errorMessage}}","inputs.imagetool.loading":"Načítání obrázku…","inputs.imagetool.title":"Hotspot & Crop","inputs.invalid-value.convert-button.text":"Převést na <code>{{targetType}}</code>","inputs.invalid-value.current-type":"Současná hodnota (<code>{{actualType}}</code>)","inputs.invalid-value.description":"Hodnota vlastnosti je uložena jako typ hodnoty, který neodpovídá očekávanému typu.","inputs.invalid-value.details.description":"Hodnota této vlastnosti musí být typu <code>{{validType}}</code> podle schématu.","inputs.invalid-value.details.multi-type-description":"Podle schématu jsou zde platné pouze následující typy:","inputs.invalid-value.details.possible-reason":"Nesoulad typů hodnot obvykle nastává, když bylo schéma nedávno změněno.","inputs.invalid-value.details.title":"Informace pro vývojáře","inputs.invalid-value.reset-button.text":"Resetovat hodnotu","inputs.invalid-value.title":"Neplatná hodnota vlastnosti","inputs.object.field-group-tabs.aria-label":"Skupiny polí","inputs.object.unknown-fields.read-only.description":"Toto pole je podle schématu dokumentu <strong>pouze pro čtení</strong> a nelze jej zrušit. Pokud chcete, aby bylo možné toto v Studio zrušit, ujistěte se, že jste odstranili pole <code>readOnly</code> z obklopujícího typu ve schématu.","inputs.object.unknown-fields.remove-field-button.text":"Odstranit pole","inputs.object.unknown-fields.warning.description_one":"Bylo nalezeno pole, které není definováno v schématu.","inputs.object.unknown-fields.warning.description_other":"Bylo nalezeno {{count}} polí, které nejsou definovány v schématu.","inputs.object.unknown-fields.warning.details.description_one":"Toto pole není definováno ve schématu, což by mohlo znamenat, že byla definice pole odstraněna nebo že ji někdo přidal do svého vlastního lokálního projektu a dosud neimplementoval své změny.","inputs.object.unknown-fields.warning.details.description_other":"Tato pole nejsou definována ve schématu dokumentu, což by mohlo znamenat, že byly definice polí odstraněny nebo že je někdo přidal do svého vlastního lokálního projektu a dosud neimplementoval své změny.","inputs.object.unknown-fields.warning.details.title":"Informace pro vývojáře","inputs.object.unknown-fields.warning.title_one":"Nalezeno neznámé pole","inputs.object.unknown-fields.warning.title_other":"Nalezena neznámá pole","inputs.portable-text.action.collapse-editor":"Sbalit editor","inputs.portable-text.action.edit-annotation":"Upravit poznámku","inputs.portable-text.action.expand-editor":"Rozbalit editor","inputs.portable-text.action.insert-block":"Vložit {{typeName}}","inputs.portable-text.action.insert-block-aria-label":"Vložit {{typeName}} (blok)","inputs.portable-text.action.insert-inline-object":"Vložit {{typeName}}","inputs.portable-text.action.insert-inline-object-aria-label":"Vložit {{typeName}} (inline)","inputs.portable-text.action.remove-annotation":"Odstranit poznámku","inputs.portable-text.activate-on-focus-message_click":"Klikněte pro aktivaci","inputs.portable-text.activate-on-focus-message_click-focused":"Klikněte nebo stiskněte mezerník pro aktivaci","inputs.portable-text.activate-on-focus-message_tap":"Klepněte pro aktivaci","inputs.portable-text.annotation-editor.title":"Upravit {{schemaType}}","inputs.portable-text.annotation.link":"Odkaz","inputs.portable-text.block.edit":"Upravit","inputs.portable-text.block.open-menu-aria-label":"Otevřít menu","inputs.portable-text.block.open-reference":"Otevřít referenci","inputs.portable-text.block.remove":"Odstranit","inputs.portable-text.block.view":"Zobrazit","inputs.portable-text.decorator.code":"Kód","inputs.portable-text.decorator.emphasis":"Kurzíva","inputs.portable-text.decorator.strike-through":"Přeškrtnutí","inputs.portable-text.decorator.strong":"Tučné","inputs.portable-text.decorator.underline":"Podtržení","inputs.portable-text.empty-placeholder":"Prázdné","inputs.portable-text.inline-object.edit":"Upravit objekt","inputs.portable-text.inline-object.remove":"Odstranit objekt","inputs.portable-text.invalid-value.action-disclaimer":"POZNÁMKA: Akce výše je obvykle bezpečná, ale pokud máte pochybnosti, obraťte se na osoby odpovědné za konfiguraci vašeho studia.","inputs.portable-text.invalid-value.disallowed-child-type.action":"Odstraňte objekt","inputs.portable-text.invalid-value.disallowed-child-type.description":"Dítě s klíčem {{childKey}} bloku s klíčem <code>{{key}}</code> je typu <code>{{childType}}</code>, který není povolen definicí schématu.","inputs.portable-text.invalid-value.disallowed-type.action":"Odstraňte blok","inputs.portable-text.invalid-value.disallowed-type.description":"Blok s klíčem <code>{{key}}</code> je typu <code>{{typeName}}</code>, který není povolen definicí schématu.","inputs.portable-text.invalid-value.empty-children.action":"Vložte prázdný textový úsek","inputs.portable-text.invalid-value.empty-children.description":"Textový blok s klíčem <code>{{key}}</code> nemá žádné textové úseky.","inputs.portable-text.invalid-value.ignore-button.text":"Ignorovat","inputs.portable-text.invalid-value.incorrect-block-type.action":"Použijte typ <code>{{expectedTypeName}}</code>","inputs.portable-text.invalid-value.incorrect-block-type.description":"Blok s klíčem <code>{{key}}</code> má neplatný název typu. Podle schématu by to mělo být <code>{{expectedTypeName}}</code>.","inputs.portable-text.invalid-value.invalid-span-text.action":"Nastavte prázdnou textovou hodnotu","inputs.portable-text.invalid-value.invalid-span-text.description":"Úsek s klíčem {{childKey}} bloku s klíčem <code>{{key}}</code> má chybějící nebo neplatnou vlastnost <code>text</code>.","inputs.portable-text.invalid-value.missing-block-type.action":"Použijte typ <code>{{expectedTypeName}}</code>","inputs.portable-text.invalid-value.missing-block-type.description":"Blok s klíčem <code>{{key}}</code> postrádá název typu. Podle schématu by to mělo být <code>{{expectedTypeName}}</code>.","inputs.portable-text.invalid-value.missing-child-key.action":"Přiřaďte náhodný klíč","inputs.portable-text.invalid-value.missing-child-key.description":"Dítě na indexu <code>{{index}}</code> bloku s klíčem <code>{{key}}</code> postrádá vlastnost <code>_key</code>.","inputs.portable-text.invalid-value.missing-child-type.action":"Odstraňte objekt","inputs.portable-text.invalid-value.missing-child-type.description":"Dítě s klíčem {{childKey}} bloku s klíčem <code>{{key}}</code> postrádá vlastnost <code>_type</code>.","inputs.portable-text.invalid-value.missing-key.action":"Přiřaďte náhodný klíč","inputs.portable-text.invalid-value.missing-key.description":"Blok na indexu <code>{{index}}</code> postrádá požadovanou vlastnost <code>_key</code>.","inputs.portable-text.invalid-value.missing-or-invalid-children.action":"Odstraňte blok","inputs.portable-text.invalid-value.missing-or-invalid-children.description":"Textový blok s klíčem <code>{{key}}</code> má neplatnou nebo chybějící vlastnost `children`.","inputs.portable-text.invalid-value.missing-or-invalid-markdefs.action":"Přidejte vlastnost","inputs.portable-text.invalid-value.missing-or-invalid-markdefs.description":"Textový blok s klíčem <code>{{key}}</code> má neplatnou nebo chybějící vlastnost `markDefs`.","inputs.portable-text.invalid-value.missing-type.action":"Odstraňte blok","inputs.portable-text.invalid-value.missing-type.description":"Blok s klíčem <code>{{key}}</code> postrádá název typu.","inputs.portable-text.invalid-value.non-object-child.action":"Odstranit položku","inputs.portable-text.invalid-value.non-object-child.description":"Dítě na indexu <code>{{index}}</code> bloku s klíčem <code>{{key}}</code> není objekt.","inputs.portable-text.invalid-value.not-an-array.action":"Zrušit hodnotu","inputs.portable-text.invalid-value.not-an-array.description":"Hodnota musí být pole bloků Portable Text nebo nedefinovaná.","inputs.portable-text.invalid-value.not-an-object.action":"Odstranit položku","inputs.portable-text.invalid-value.not-an-object.description":"Položka na <code>{{index}}</code> není objekt.","inputs.portable-text.invalid-value.orphaned-marks.action":"Odstranit nepovolené značky","inputs.portable-text.invalid-value.orphaned-marks.description":"Textový blok s klíčem <code>{{key}}</code> obsahuje značky <code>({{orphanedMarks, list}})</code>, které nejsou povoleny schématem.","inputs.portable-text.invalid-value.title":"Neplatná hodnota Portable Text","inputs.portable-text.list-type.bullet":"Odrážkový seznam","inputs.portable-text.list-type.number":"Číslovaný seznam","inputs.portable-text.style.h1":"Nadpis 1","inputs.portable-text.style.h2":"Nadpis 2","inputs.portable-text.style.h3":"Nadpis 3","inputs.portable-text.style.h4":"Nadpis 4","inputs.portable-text.style.h5":"Nadpis 5","inputs.portable-text.style.h6":"Nadpis 6","inputs.portable-text.style.multiple":"Více možností","inputs.portable-text.style.none":"Bez stylu","inputs.portable-text.style.normal":"Normální","inputs.portable-text.style.quote":"Citace","inputs.reference.action-create-new-document-select":"Vytvořit nový…","inputs.reference.action.clear":"Vymazat","inputs.reference.action.create-new-document":"Vytvořit nový","inputs.reference.action.duplicate":"Duplikovat","inputs.reference.action.open-in-new-tab":"Otevřít v novém tabu","inputs.reference.action.remove":"Odstranit","inputs.reference.action.replace":"Nahradit","inputs.reference.action.replace-cancel":"Zrušit nahrazení","inputs.reference.cross-dataset.feature-disabled-actions":"Stále můžete vymazat stávající odkaz v tomto poli, ale dokud je funkce zakázána, nemůže být změněn na jiný dokument.","inputs.reference.cross-dataset.feature-disabled-description":"Tato funkce byla zakázána. Přečtěte si, jak ji povolit, v <DocumentationLink>dokumentaci</DocumentationLink>.","inputs.reference.cross-dataset.feature-unavailable-title":"Nedostupná funkce: Odkaz mezi datasetem","inputs.reference.cross-dataset.invalid-type":"Odkazovaný dokument je neplatného typu ({{typeName}}) <JsonValue/>","inputs.reference.document-opens-in-new-tab":"Tento dokument se otevře v novém tabu","inputs.reference.error.document-unavailable-title":"Dokument není dostupný","inputs.reference.error.failed-to-load-document-title":"Nepodařilo se načíst odkazovaný dokument","inputs.reference.error.invalid-search-result-type-title":'Vyhledávání vrátilo typ, který není platný pro tento odkaz: "{{returnedType}}"',"inputs.reference.error.invalid-type-description":"Odkazovaný dokument (<code>{{documentId}}</code>) je typu <code>{{actualType}}</code>. Podle schématu mohou být odkazované dokumenty pouze typu <AllowedTypes />.","inputs.reference.error.invalid-type-title":"Dokument neplatného typu","inputs.reference.error.missing-read-permissions-description":"Odkazovaný dokument nebylo možné přistupovat kvůli nedostatečným oprávněním","inputs.reference.error.missing-read-permissions-title":"Nedostatečná oprávnění","inputs.reference.error.nonexistent-document-description":"Odkazovaný dokument neexistuje (ID: <code>{{documentId}}</code>). Můžete buď odstranit odkaz, nebo jej nahradit jiným dokumentem.","inputs.reference.error.nonexistent-document-title":"Nenalezeno","inputs.reference.error.nonexistent-document.clear-button-label":"Vymazat","inputs.reference.error.search-failed-title":"Vyhledávání odkazu selhalo","inputs.reference.image-preview-alt-text":"Náhled obrázku odkazovaného dokumentu","inputs.reference.incomplete-reference.finalize-action-description":"<strong>{{referencedDocument}}</strong> je publikován a tento odkaz by nyní měl být finalizován.","inputs.reference.incomplete-reference.finalize-action-title":"Finalizovat odkaz","inputs.reference.incomplete-reference.strengthen-action-description":"<strong>{{referencedDocument}}</strong> je publikován a tento odkaz by nyní měl být převeden na silný odkaz.","inputs.reference.incomplete-reference.strengthen-action-title":"Převést na silný odkaz","inputs.reference.incomplete-reference.strengthen-button-label":"Převést na silnou referenci","inputs.reference.metadata-error.retry-button-label":"Zkusit znovu","inputs.reference.metadata-error.title":"Nelze načíst metadata reference","inputs.reference.no-results-for-query":"Žádné výsledky pro <strong>“{{searchTerm}}”</strong>","inputs.reference.preview.edited-at-time":"Editováno <RelativeTime/>","inputs.reference.preview.has-no-unpublished-changes-aria-label":"Žádné nezveřejněné úpravy","inputs.reference.preview.has-unpublished-changes-aria-label":"Editováno","inputs.reference.preview.is-not-published-aria-label":"Nezveřejněno","inputs.reference.preview.is-published-aria-label":"Zveřejněno","inputs.reference.preview.no-unpublished-edits":"Žádné nezveřejněné úpravy","inputs.reference.preview.not-published":"Nezveřejněno","inputs.reference.preview.published-at-time":"Zveřejněno <RelativeTime/>","inputs.reference.referenced-document-does-not-exist":"Referencovaný dokument již neexistuje a mohl být smazán (ID dokumentu: <code>{{documentId}}</code>).","inputs.reference.referenced-document-insufficient-permissions":"K referencovanému dokumentu nelze přistoupit kvůli nedostatečným oprávněním","inputs.reference.resolving-initial-value":"Řešení počáteční hodnoty…","inputs.reference.search-placeholder":"Začněte psát pro vyhledávání","inputs.reference.strength-mismatch.is-strong-consquences":"Nebude možné smazat referencovaný dokument bez prvního odstranění této reference nebo jejího převedení na slabou.","inputs.reference.strength-mismatch.is-strong-description":"Tato reference je <em>silná</em>, ale podle aktuálního schématu by měla být <em>slabá</em>.","inputs.reference.strength-mismatch.is-weak-consquences":"To umožňuje smazat referencovaný dokument bez prvního smazání této reference, což zanechá toto pole odkazující na neexistující dokument.","inputs.reference.strength-mismatch.is-weak-description":"Tato reference je <em>slabá</em>, ale podle aktuálního schématu by měla být <em>silná</em>.","inputs.reference.strength-mismatch.strengthen-button-label":"Převést na silnou referenci","inputs.reference.strength-mismatch.title":"Nesoulad síly reference","inputs.reference.strength-mismatch.weaken-button-label":"Převést na slabou referenci","inputs.slug.action.generate":"Vygenerovat","inputs.slug.action.generating":"Generování…","inputs.slug.error.missing-source":"Zdroj chybí. Zkontrolujte zdroj u typu {{schemaType}} ve schématu","inputs.untyped-value.convert-button.text":"Převést na <code>{{targetType}}</code>","inputs.untyped-value.description":"Narazil jsem na objektovou hodnotu bez vlastnosti <code>_type</code>.","inputs.untyped-value.details.description":"Buď odstraňte vlastnost <code>name</code> z deklarace objektu, nebo nastavte vlastnost <code>_type</code> na položkách.","inputs.untyped-value.details.json-dump-prefix":"Aktuální hodnota (<code>object</code>):","inputs.untyped-value.details.multi-type-description":"Podle schématu jsou zde platné následující typy:","inputs.untyped-value.details.title":"Informace pro vývojáře","inputs.untyped-value.title":"Chybí vlastnost hodnoty <code>_type</code>","inputs.untyped-value.unset-item-button.text":"Zrušit hodnotu","insufficient-permissions-message.not-authorized-explanation":"Nemáte oprávnění přistupovat k této funkci.","insufficient-permissions-message.not-authorized-explanation_create-any-document":"Nemáte oprávnění vytvořit dokument.","insufficient-permissions-message.not-authorized-explanation_create-document":"Nemáte oprávnění vytvořit tento dokument.","insufficient-permissions-message.not-authorized-explanation_create-document-type":"Nemáte oprávnění vytvořit tento typ dokumentu.","insufficient-permissions-message.not-authorized-explanation_create-new-reference":"Nemáte oprávnění vytvořit novou referenci.","insufficient-permissions-message.not-authorized-explanation_delete-document":"Nemáte oprávnění smazat tento dokument.","insufficient-permissions-message.not-authorized-explanation_discard-changes":"Nemáte oprávnění zahodit změny v tomto dokumentu.","insufficient-permissions-message.not-authorized-explanation_duplicate-document":"Nemáte oprávnění duplikovat tento dokument.","insufficient-permissions-message.not-authorized-explanation_publish-document":"Nemáte oprávnění publikovat tento dokument.","insufficient-permissions-message.not-authorized-explanation_unpublish-document":"Nemáte oprávnění zrušit publikaci tohoto dokumentu.","insufficient-permissions-message.roles":"Vaše role: <Roles/>","insufficient-permissions-message.title":"Nedostatečná oprávnění","member-field-error.unexpected-error":"Neočekávaná chyba: {{error}}","new-document.create-new-document-label":"Nový dokument…","new-document.filter-placeholder":"Filtr","new-document.loading":"Načítání…","new-document.new-document-aria-label":"Nový dokument","new-document.no-document-types-found":"Nenalezeny žádné typy dokumentů","new-document.no-document-types-label":"Žádné typy dokumentů","new-document.no-results":"Pro <strong>{{searchQuery}}</strong> nebyly nalezeny žádné výsledky","new-document.open-dialog-aria-label":"Vytvořit nový dokument","new-document.title":"Vytvořit nový dokument","presence.action.manage-members":"Spravovat členy","presence.aria-label":"Kdo je zde","presence.no-one-else-description":"Pozvěte lidi do projektu, abyste viděli jejich online status.","presence.no-one-else-title":"Nikdo další zde není","presence.not-in-a-document":"Není v dokumentu","preview.default.title-fallback":"Bez názvu","preview.fallback.no-value":"(žádná hodnota)","preview.image.file-is-being-uploaded.alt-text":"Obrázek, který se právě nahrává","relative-time.just-now":"právě teď","search.action-open-aria-label":"Otevřít vyhledávání","search.action.add-filter":"Přidat filtr","search.action.clear-filters":"Vymazat filtry","search.action.clear-recent-searches":"Vymazat nedávná vyhledávání","search.action.clear-type-filters-aria-label":"Vymazat zaškrtnuté filtry","search.action.clear-type-filters-label":"Vymazat","search.action.close-search-aria-label":"Zavřít vyhledávání","search.action.filter-by-document-type-aria-label":"Filtrovat podle typu dokumentu","search.action.remove-filter-aria-label":"Odstranit filtr","search.action.search-all-types":"Vyhledat všechny dokumenty","search.action.search-specific-types":"Hledat {{types, list}}","search.action.select-asset":"Vybrat prostředek","search.action.select-asset_file":"Vybrat soubor","search.action.select-asset_image":"Vybrat obrázek","search.action.toggle-filters-aria-label_hide":"Skrýt filtry","search.action.toggle-filters-aria-label_show":"Zobrazit filtry","search.document-type-list":"{{types, list}}","search.document-type-list-all-types":"Všechny typy","search.document-types-aria-label":"Typy dokumentů","search.document-types-no-matches-found":"Žádné shody pro {{filter}}","search.error.display-filter-description":"To může naznačovat neplatné možnosti definované ve vašem schématu.","search.error.display-filter-title":"Při zobrazování tohoto filtru došlo k chybě.","search.error.no-valid-asset-source-check-config-description":"Ujistěte se, že je povoleno ve vašem konfiguračním souboru studia.","search.error.no-valid-asset-source-only-default-description":"V současné době je podporován pouze výchozí zdroj prostředků.","search.error.no-valid-asset-source-title":"Nenalezeny žádné platné zdroje prostředků.","search.error.unspecified-error-help-description":"Zkuste to prosím znovu nebo zkontrolujte své připojení","search.error.unspecified-error-title":"Při hledání se něco pokazilo","search.filter-all-fields-header":"Všechna pole","search.filter-asset-change_file":"Změnit soubor","search.filter-asset-change_image":"Změnit obrázek","search.filter-asset-clear":"Vymazat","search.filter-asset-select_file":"Vybrat soubor","search.filter-asset-select_image":"Vybrat obrázek","search.filter-boolean-false":"Nepravda","search.filter-boolean-true":"Pravda","search.filter-by-title-aria-label":"Filtrovat podle názvu","search.filter-date-aria-label":"Datum","search.filter-date-range-end-date-aria-label":"Datum konce","search.filter-date-range-start-date-aria-label":"Datum začátku","search.filter-date-unit_days":"Dny","search.filter-date-unit_months":"Měsíce","search.filter-date-unit_years":"Roky","search.filter-date-unit-aria-label":"Vyberte jednotku","search.filter-date-value-aria-label":"Hodnota jednotky","search.filter-field-tooltip-description":"Popis pole","search.filter-field-tooltip-name":"Název pole","search.filter-field-tooltip-used-in-document-types":"Použito v typech dokumentů","search.filter-no-matches-found":"Pro {{filter}} nebyly nalezeny žádné shody","search.filter-number-max-value-placeholder":"Maximální hodnota","search.filter-number-min-value-placeholder":"Minimální hodnota","search.filter-number-value-placeholder":"Hodnota","search.filter-placeholder":"Filtr","search.filter-reference-clear":"Vymazat","search.filter-shared-fields-header":"Sdílená pole","search.filter-string-value-placeholder":"Hodnota","search.filter-string-value-select-predefined-value":"Vyberte…","search.filters-aria-label_one":"Filtr","search.filters-aria-label_other":"Filtry","search.instructions":"Použijte <ControlsIcon/> pro upřesnění vašeho hledání","search.no-results-help-description":"Zkuste jiné klíčové slovo nebo upravte vaše filtry","search.no-results-title":"Nebyly nalezeny žádné výsledky","search.operator.array-count-equal.description_one":"<Field/> <Operator>má</Operator> <Value>{{count}} položku</Value>","search.operator.array-count-equal.description_other":"<Field/> <Operator>má</Operator> <Value>{{count}} položek</Value>","search.operator.array-count-equal.name":"množství je","search.operator.array-count-gt.description_one":"<Field/> <Operator>má ></Operator> <Value>{{count}} položku</Value>","search.operator.array-count-gt.description_other":"<Field/> <Operator>má ></Operator> <Value>{{count}} položek</Value>","search.operator.array-count-gt.name":"množství větší než","search.operator.array-count-gte.description_one":"<Field/> <Operator>má ≥</Operator> <Value>{{count}} položku</Value>","search.operator.array-count-gte.description_other":"<Field/> <Operator>má ≥</Operator> <Value>{{count}} položek</Value>","search.operator.array-count-gte.name":"množství větší než nebo rovno","search.operator.array-count-lt.description_one":"<Field/> <Operator>má <</Operator> <Value>{{count}} položku</Value>","search.operator.array-count-lt.description_other":"<Field/> <Operator>má <</Operator> <Value>{{count}} položek</Value>","search.operator.array-count-lt.name":"množství menší než","search.operator.array-count-lte.description_one":"<Field/> <Operator>má ≤</Operator> <Value>{{count}} položku</Value>","search.operator.array-count-lte.description_other":"<Field/> <Operator>má ≤</Operator> <Value>{{count}} položek</Value>","search.operator.array-count-lte.name":"množství menší než nebo rovno","search.operator.array-count-not-equal.description_one":"<Field/> <Operator>nemá</Operator> <Value>{{count}} položku</Value>","search.operator.array-count-not-equal.description_other":"<Field/> <Operator>nemá</Operator> <Value>{{count}} položek</Value>","search.operator.array-count-not-equal.name":"množství není","search.operator.array-count-range.description":"<Field/> <Operator>má mezi</Operator> <Value>{{from}} → {{to}} položkami</Value>","search.operator.array-count-range.name":"množství je mezi","search.operator.array-list-includes.description":"<Field/> <Operator>obsahuje</Operator> <Value>{{value}}</Value>","search.operator.array-list-includes.name":"obsahuje","search.operator.array-list-not-includes.description":"<Field/> <Operator>neobsahuje</Operator> <Value>{{value}}</Value>","search.operator.array-list-not-includes.name":"neobsahuje","search.operator.array-reference-includes.description":"<Field/> <Operator>obsahuje</Operator> <Value>{{value}}</Value>","search.operator.array-reference-includes.name":"obsahuje","search.operator.array-reference-not-includes.description":"<Field/> <Operator>neobsahuje</Operator> <Value>{{value}}</Value>","search.operator.array-reference-not-includes.name":"neobsahuje","search.operator.asset-file-equal.description":"<Field/> <Operator>je</Operator> <Value>{{value}}</Value>","search.operator.asset-file-equal.name":"je","search.operator.asset-file-not-equal.description":"<Field/> <Operator>není</Operator> <Value>{{value}}</Value>","search.operator.asset-file-not-equal.name":"není","search.operator.asset-image-equal.description":"<Field/> <Operator>je</Operator> <Value>{{value}}</Value>","search.operator.asset-image-equal.name":"je","search.operator.asset-image-not-equal.description":"<Field/> <Operator>není</Operator> <Value>{{value}}</Value>","search.operator.asset-image-not-equal.name":"není","search.operator.boolean-equal.description":"<Field/> <Operator>je</Operator> <Value>{{value}}</Value>","search.operator.boolean-equal.name":"je","search.operator.date-after.description":"<Field/> <Operator>je po</Operator> <Value>{{value}}</Value>","search.operator.date-after.name":"po","search.operator.date-before.description":"<Field/> <Operator>je před</Operator> <Value>{{value}}</Value>","search.operator.date-before.name":"před","search.operator.date-equal.description":"<Field/> <Operator>je</Operator> <Value>{{value}}</Value>","search.operator.date-equal.name":"je","search.operator.date-last.description":"<Field/> <Operator>je v posledních</Operator> <Value>{{value}}</Value>","search.operator.date-last.name":"poslední","search.operator.date-not-equal.description":"<Field/> <Operator>není</Operator> <Value>{{value}}</Value>","search.operator.date-not-equal.name":"není","search.operator.date-range.description":"<Field/> <Operator>je mezi</Operator> <Value/>","search.operator.date-range.name":"je mezi","search.operator.date-time-after.description":"<Field/> <Operator>je po</Operator> <Value>{{value}}</Value>","search.operator.date-time-after.name":"po","search.operator.date-time-before.description":"<Field/> <Operator>je před</Operator> <Value>{{value}}</Value>","search.operator.date-time-before.name":"před","search.operator.date-time-equal.description":"<Field/> <Operator>je</Operator> <Value>{{value}}</Value>","search.operator.date-time-equal.name":"je","search.operator.date-time-last.description":"<Field/> <Operator>je v posledních</Operator> <Value>{{value}}</Value>","search.operator.date-time-last.name":"poslední","search.operator.date-time-not-equal.description":"<Field/> <Operator>není</Operator> <Value>{{value}}</Value>","search.operator.date-time-not-equal.name":"není","search.operator.date-time-range.description":"<Field/> <Operator>je mezi</Operator> <Value/>","search.operator.date-time-range.name":"je mezi","search.operator.defined.description":"<Field/> <Operator>je</Operator> <Value>neprázdný</Value>","search.operator.defined.name":"neprázdný","search.operator.not-defined.description":"<Field/> <Operator>je</Operator> <Value>prázdný</Value>","search.operator.not-defined.name":"prázdný","search.operator.number-equal.description":"<Field/> <Operator>je</Operator> <Value>{{value}}</Value>","search.operator.number-equal.name":"je","search.operator.number-gt.description":"<Field/> <Operator>></Operator> <Value>{{value}}</Value>","search.operator.number-gt.name":"větší než","search.operator.number-gte.description":"<Field/> <Operator>≥</Operator> <Value>{{value}}</Value>","search.operator.number-gte.name":"větší nebo rovno","search.operator.number-lt.description":"<Field/> <Operator><</Operator> <Value>{{value}}</Value>","search.operator.number-lt.name":"menší než","search.operator.number-lte.description":"<Field/> <Operator>≤</Operator> <Value>{{value}}</Value>","search.operator.number-lte.name":"menší nebo rovno","search.operator.number-not-equal.description":"<Field/> <Operator>není</Operator> <Value>{{value}}</Value>","search.operator.number-not-equal.name":"není","search.operator.number-range.description":"<Field/> <Operator>je mezi</Operator> <Value>{{from}} → {{to}}</Value>","search.operator.number-range.name":"je mezi","search.operator.portable-text-contains.description":"<Field/> <Operator>obsahuje</Operator> <Value>{{value}}</Value>","search.operator.portable-text-contains.name":"obsahuje","search.operator.portable-text-equal.description":"<Field/> <Operator>je</Operator> <Value>{{value}}</Value>","search.operator.portable-text-equal.name":"je","search.operator.portable-text-not-contains.description":"<Field/> <Operator>neobsahuje</Operator> <Value>{{value}}</Value>","search.operator.portable-text-not-contains.name":"neobsahuje","search.operator.portable-text-not-equal.description":"<Field/> <Operator>není</Operator> <Value>{{value}}</Value>","search.operator.portable-text-not-equal.name":"není","search.operator.reference-asset-file.description":"<Field/> <Operator>→</Operator> <Value>{{value}}</Value>","search.operator.reference-asset-file.name":"soubor","search.operator.reference-asset-image.description":"<Field/> <Operator>→</Operator> <Value>{{value}}</Value>","search.operator.reference-asset-image.name":"obrázek","search.operator.reference-document.description":"<Field/> <Operator>→</Operator> <Value>{{value}}</Value>","search.operator.reference-document.name":"dokument","search.operator.reference-equal.description":"<Field/> <Operator>je</Operator> <Value>{{value}}</Value>","search.operator.reference-equal.name":"je","search.operator.reference-not-equal.description":"<Field/> <Operator>není</Operator> <Value>{{value}}</Value>","search.operator.reference-not-equal.name":"není","search.operator.slug-contains.description":"<Field/> <Operator>obsahuje</Operator> <Value>{{value}}</Value>","search.operator.slug-contains.name":"obsahuje","search.operator.slug-equal.description":"<Field/> <Operator>je</Operator> <Value>{{value}}</Value>","search.operator.slug-equal.name":"je","search.operator.slug-not-contains.description":"<Field/> <Operator>neobsahuje</Operator> <Value>{{value}}</Value>","search.operator.slug-not-contains.name":"neobsahuje","search.operator.slug-not-equal.description":"<Field/> <Operator>není</Operator> <Value>{{value}}</Value>","search.operator.slug-not-equal.name":"není","search.operator.string-contains.description":"<Field/> <Operator>obsahuje</Operator> <Value>{{value}}</Value>","search.operator.string-contains.name":"obsahuje","search.operator.string-equal.description":"<Field/> <Operator>je</Operator> <Value>{{value}}</Value>","search.operator.string-equal.name":"je","search.operator.string-list-equal.description":"<Field/> <Operator>je</Operator> <Value>{{value}}</Value>","search.operator.string-list-equal.name":"je","search.operator.string-list-not-equal.description":"<Field/> <Operator>není</Operator> <Value>{{value}}</Value>","search.operator.string-list-not-equal.name":"není","search.operator.string-not-contains.description":"<Field/> <Operator>neobsahuje</Operator> <Value>{{value}}</Value>","search.operator.string-not-contains.name":"neobsahuje","search.operator.string-not-equal.description":"<Field/> <Operator>není</Operator> <Value>{{value}}</Value>","search.operator.string-not-equal.name":"není","search.ordering.best-match-label":"Nejlepší shoda","search.ordering.created-ascending-label":"Vytvořeno: Nejstarší první","search.ordering.created-descending-label":"Vytvořeno: Nejnovější první","search.ordering.updated-ascending-label":"Aktualizováno: Nejstarší první","search.ordering.updated-descending-label":"Aktualizováno: Nejnovější první","search.placeholder":"Hledat","search.recent-searches-aria-label":"Nedávné vyhledávání","search.recent-searches-label":"Nedávné vyhledávání","search.search-results-aria-label":"Výsledky vyhledávání","timeline.error.load-document-changes-description":"Transakce historie dokumentu nebyly ovlivněny.","timeline.error.load-document-changes-title":"Při načítání změn dokumentu došlo k chybě.","timeline.error.no-document-history-description":"Po změně obsahu dokumentu se zde objeví verze dokumentu.","timeline.error.no-document-history-title":"Žádná historie dokumentu","timeline.error.unable-to-load-revision":"Nelze načíst revizi","timeline.latest":"Nejnovější","timeline.latest-version":"Nejnovější verze","timeline.list.aria-label":"Revize dokumentu","timeline.loading-history":"Načítání historie…","timeline.operation.created":"Vytvořeno","timeline.operation.created_timestamp":"Vytvořeno: {{timestamp, datetime}}","timeline.operation.created-initial":"Vytvořeno","timeline.operation.created-initial_timestamp":"Vytvořeno: {{timestamp, datetime}}","timeline.operation.deleted":"Smazáno","timeline.operation.deleted_timestamp":"Smazáno: {{timestamp, datetime}}","timeline.operation.draft-discarded":"Zahozený koncept","timeline.operation.draft-discarded_timestamp":"Zahozený koncept: {{timestamp, datetime}}","timeline.operation.edited-draft":"Editováno","timeline.operation.edited-draft_timestamp":"Editováno: {{timestamp, datetime}}","timeline.operation.edited-live":"Editováno živě","timeline.operation.edited-live_timestamp":"Editováno živě: {{timestamp, datetime}}","timeline.operation.published":"Publikováno","timeline.operation.published_timestamp":"Publikováno: {{timestamp, datetime}}","timeline.operation.unpublished":"Nepublikováno","timeline.operation.unpublished_timestamp":"Nepublikováno: {{timestamp, datetime}}","timeline.since":"Od: {{timestamp, datetime}}","timeline.since-version-missing":"Od: neznámá verze","user-menu.action.invite-members":"Pozvat členy","user-menu.action.invite-members-aria-label":"Pozvat členy","user-menu.action.manage-project":"Spravovat projekt","user-menu.action.manage-project-aria-label":"Spravovat projekt","user-menu.action.sign-out":"Odhlásit se","user-menu.appearance-title":"Vzhled","user-menu.close-menu":"Zavřít menu","user-menu.color-scheme.dark-description":"Použít tmavý vzhled","user-menu.color-scheme.dark-title":"Tmavý","user-menu.color-scheme.light-description":"Použít světlý vzhled","user-menu.color-scheme.light-title":"Světlý","user-menu.color-scheme.system-description":"Použít systémový vzhled","user-menu.color-scheme.system-title":"Systém","user-menu.locale-title":"Jazyk","user-menu.login-provider":"Přihlášen s {{providerTitle}}","workspaces.action.add-workspace":"Přidat pracovní prostor","workspaces.action.choose-another-workspace":"Vybrat jiný pracovní prostor","workspaces.choose-your-workspace-label":"Vyberte svůj pracovní prostor","workspaces.select-workspace-aria-label":"Vybrat pracovní prostor","workspaces.select-workspace-label":"Vybrat pracovní prostor","workspaces.title":"Pracovní prostory"});exports.default=e;//# sourceMappingURL=studio-wgHx_OFb.cjs.map
|