@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
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2023 Sanity.io
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# @sanity/locale-cs-cz
|
|
2
|
+
|
|
3
|
+
Czech / Čeština language support for [Sanity Studio](https://www.sanity.io/).
|
|
4
|
+
|
|
5
|
+
## Description
|
|
6
|
+
|
|
7
|
+
This is an unofficial language pack. Initial translations were done by AI and may have errors. Contributions are [more than welcome](#contributing)!
|
|
8
|
+
|
|
9
|
+
## Installation
|
|
10
|
+
|
|
11
|
+
```sh
|
|
12
|
+
npm install @sanity/locale-cs-cz
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Usage
|
|
16
|
+
|
|
17
|
+
```ts
|
|
18
|
+
// sanity.config.ts / sanity.config.js:
|
|
19
|
+
import {defineConfig} from 'sanity'
|
|
20
|
+
import {csCZLocale} from '@sanity/locale-cs-cz'
|
|
21
|
+
|
|
22
|
+
export default defineConfig({
|
|
23
|
+
// ...
|
|
24
|
+
plugins: [
|
|
25
|
+
// ... other plugins here ...
|
|
26
|
+
csCZLocale(),
|
|
27
|
+
],
|
|
28
|
+
})
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
The language should now show up in the Studio's user menu.
|
|
32
|
+
|
|
33
|
+
## Maintainers
|
|
34
|
+
|
|
35
|
+
We are looking for maintainers for this plugin!
|
|
36
|
+
If you are interested, please [send a PR](/CONTRIBUTING.md#maintaining-a-locale) adding yourself as a maintainer.
|
|
37
|
+
|
|
38
|
+
## Contributing
|
|
39
|
+
|
|
40
|
+
Feel free to contribute improvements/changes! The strings are located in the `src` folder, where the file name represents the "namespace". Send a pull request, and feel free to add yourself to the `contributors` array in `locales/registry.ts`. If you want to help review new translations, add yourself to the `maintainers` array instead. After doing your changes, run `pnpm run reconcile` and add the changes to version control.
|
|
41
|
+
|
|
42
|
+
## License
|
|
43
|
+
|
|
44
|
+
MIT-licensed. See LICENSE.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e=require("sanity").removeUndefinedLocaleResources({"action.delete.disabled.not-ready":"Operace není připravena","action.delete.disabled.nothing-to-delete":"Tento dokument ještě neexistuje nebo je již smazán","action.delete.label":"Smazat","action.delete.running.label":"Maže se…","action.discard-changes.confirm-dialog.confirm-discard-changes":"Jste si jisti, že chcete zahodit všechny změny od posledního zveřejnění?","action.discard-changes.disabled.no-change":"Tento dokument nemá žádné nezveřejněné změny","action.discard-changes.disabled.not-published":"Tento dokument není zveřejněn","action.discard-changes.disabled.not-ready":"Operace není připravena","action.discard-changes.label":"Zahodit změny","action.duplicate.disabled.not-ready":"Operace není připravena","action.duplicate.disabled.nothing-to-duplicate":"Tento dokument ještě neexistuje, takže není co duplikovat","action.duplicate.label":"Duplikovat","action.duplicate.running.label":"Duplikuje se…","action.publish.already-published.no-time-ago.tooltip":"Již zveřejněno","action.publish.already-published.tooltip":"Zveřejněno před {{timeSincePublished}}","action.publish.disabled.not-ready":"Operace není připravena","action.publish.draft.label":"Zveřejnit","action.publish.live-edit.label":"Zveřejnit","action.publish.live-edit.publish-disabled":"Nelze zveřejnit, protože pro tento typ dokumentu je povolena funkce Live Edit","action.publish.live-edit.tooltip":"Pro tento typ obsahu je povolena funkce Live Edit a zveřejnění probíhá automaticky, jakmile provádíte změny","action.publish.no-changes.tooltip":"Žádné nezveřejněné změny","action.publish.published.label":"Zveřejněno","action.publish.running.label":"Zveřejňuje se…","action.publish.validation-issues.tooltip":"Existují validační chyby, které je třeba opravit, než bude možné tento dokument zveřejnit","action.publish.waiting":"Čeká se na dokončení úloh před zveřejněním","action.restore.confirm-dialog.confirm-discard-changes":"Jste si jisti, že chcete obnovit tento dokument?","action.restore.disabled.cannot-restore-initial":"Nemůžete obnovit počáteční verzi","action.restore.label":"Obnovit","action.restore.tooltip":"Obnovit na tuto verzi","action.unpublish.disabled.not-published":"Tento dokument není publikován","action.unpublish.disabled.not-ready":"Operace není připravena","action.unpublish.label":"Zrušit publikaci","action.unpublish.live-edit.disabled":"Tento dokument má povoleno živé úpravy a nemůže být zrušena jeho publikace","banners.deleted-document-banner.restore-button.text":"Obnovit nejnovější verzi","banners.deleted-document-banner.text":"Tento dokument byl smazán.","banners.permission-check-banner.missing-permission_create_one":"Vaše role <Roles/> nemá oprávnění vytvořit tento dokument.","banners.permission-check-banner.missing-permission_create_other":"Vaše role <Roles/> nemají oprávnění vytvořit tento dokument.","banners.permission-check-banner.missing-permission_update_one":"Vaše role <Roles/> nemá oprávnění aktualizovat tento dokument.","banners.permission-check-banner.missing-permission_update_other":"Vaše role <Roles/> nemají oprávnění aktualizovat tento dokument.","banners.reference-changed-banner.reason-changed.reload-button.text":"Znovu načíst referenci","banners.reference-changed-banner.reason-changed.text":"Tato reference byla změněna od doby, co jste ji otevřeli.","banners.reference-changed-banner.reason-removed.close-button.text":"Zavřít referenci","banners.reference-changed-banner.reason-removed.text":"Tato reference byla odstraněna od doby, co jste ji otevřeli.","buttons.action-menu-button.aria-label":"Otevřít akce dokumentu","buttons.split-pane-button.aria-label":"Rozdělit panel vpravo","buttons.split-pane-button.tooltip":"Rozdělit panel vpravo","buttons.split-pane-close-button.title":"Zavřít rozdělený panel","buttons.split-pane-close-group-button.title":"Zavřít skupinu panelů","confirm-delete-dialog.cancel-button.text":"Zrušit","confirm-delete-dialog.cdr-summary.document-count_one":"1 dokument","confirm-delete-dialog.cdr-summary.document-count_other":"{{count}} dokumentů","confirm-delete-dialog.cdr-summary.subtitle_one":"Dataset: {{datasets}}","confirm-delete-dialog.cdr-summary.subtitle_other":"Datasety: {{datasets}}","confirm-delete-dialog.cdr-summary.subtitle_unavailable_one":"Nedostupný dataset","confirm-delete-dialog.cdr-summary.subtitle_unavailable_other":"Nedostupné datasety","confirm-delete-dialog.cdr-summary.title_one":"{{documentCount}} v jiném datasetu","confirm-delete-dialog.cdr-summary.title_other":"{{documentCount}} v {{count}} datasety","confirm-delete-dialog.cdr-table.copy-id-button.tooltip":"Zkopírovat ID do schránky","confirm-delete-dialog.cdr-table.dataset.label":"Dataset","confirm-delete-dialog.cdr-table.document-id.label":"ID dokumentu","confirm-delete-dialog.cdr-table.id-copied-toast.title":"ID dokumentu zkopírováno do schránky!","confirm-delete-dialog.cdr-table.project-id.label":"ID projektu","confirm-delete-dialog.confirm-anyway-button.text_delete":"Smazat přesto","confirm-delete-dialog.confirm-anyway-button.text_unpublish":"Zrušit publikaci přesto","confirm-delete-dialog.confirm-button.text_delete":"Smazat nyní","confirm-delete-dialog.confirm-button.text_unpublish":"Zrušit publikaci nyní","confirm-delete-dialog.confirmation.text_delete":"Jste si jisti, že chcete smazat „<DocumentTitle/>“?","confirm-delete-dialog.confirmation.text_unpublish":"Jste si jisti, že chcete zrušit publikaci „<DocumentTitle/>“?","confirm-delete-dialog.error.message.text":"Při načítání odkazujících dokumentů došlo k chybě.","confirm-delete-dialog.error.retry-button.text":"Zkusit znovu","confirm-delete-dialog.error.title.text":"Chyba","confirm-delete-dialog.header.text_delete":"Smazat dokument?","confirm-delete-dialog.header.text_unpublish":"Zrušit publikaci dokumentu?","confirm-delete-dialog.loading.text":"Hledání odkazujících dokumentů…","confirm-delete-dialog.other-reference-count.title_one":"1 další odkaz není zobrazen","confirm-delete-dialog.other-reference-count.title_other":"{{count}} dalších referencí není zobrazeno","confirm-delete-dialog.other-reference-count.tooltip":"Nemůžeme zobrazit metadata pro tyto reference kvůli chybějícímu přístupovému tokenu pro související datasety.","confirm-delete-dialog.preview-item.preview-unavailable.subtitle":"ID: {{documentId}}","confirm-delete-dialog.preview-item.preview-unavailable.title":"Náhled není k dispozici","confirm-delete-dialog.referential-integrity-disclaimer.text_delete":"Pokud smažete tento dokument, dokumenty, které na něj odkazují, již nebudou moci získat přístup.","confirm-delete-dialog.referential-integrity-disclaimer.text_unpublish":"Pokud zrušíte publikaci tohoto dokumentu, dokumenty, které na něj odkazují, již nebudou moci získat přístup.","confirm-delete-dialog.referring-document-count.text_one":"1 dokument odkazuje na „<DocumentTitle/>“","confirm-delete-dialog.referring-document-count.text_other":"{{count}} dokumentů odkazuje na „<DocumentTitle/>“","confirm-delete-dialog.referring-documents-descriptor.text_delete":"Možná nebudete moci smazat „<DocumentTitle/>“, protože na něj odkazují následující dokumenty:","confirm-delete-dialog.referring-documents-descriptor.text_unpublish":"Možná nebudete moci zrušit publikaci „<DocumentTitle/>“, protože na něj odkazují následující dokumenty:","confirm-dialog.cancel-button.fallback-text":"Zrušit","confirm-dialog.confirm-button.fallback-text":"Potvrdit","doc-title.error.text":"Chyba: {{errorMessage}}","doc-title.fallback.text":"Bez názvu","doc-title.unknown-schema-type.text":"Neznámý typ schématu: {{schemaType}}","document-inspector.dialog.title":"Inspekce <DocumentTitle/>","document-inspector.dialog.title-no-value":"Bez hodnoty","document-inspector.menu-item.title":"Inspekce","document-inspector.search.placeholder":"Hledat","document-inspector.view-mode.parsed":"Zpracované","document-inspector.view-mode.raw-json":"Surový JSON","document-view.form-view.form-hidden":"Tento formulář je skrytý","document-view.form-view.loading":"Načítání dokumentu…","document-view.form-view.sync-lock-toast.description":"Vyčkejte, prosím, dokud se dokument synchronizuje. To se obvykle děje ihned po publikaci dokumentu a nemělo by to trvat déle než několik sekund","document-view.form-view.sync-lock-toast.title":"Synchronizace dokumentu…","insufficient-permissions-message-tooltip.loading-text":"Načítání…","menu-items.layout.compact-view":"Kompaktní zobrazení","menu-items.layout.detailed-view":"Detailní zobrazení","menu-items.sort-by.created":"Seřadit podle data vytvoření","menu-items.sort-by.last-edited":"Seřadit podle poslední úpravy","no-document-types-screen.link-text":"Zjistěte, jak přidat typ dokumentu →","no-document-types-screen.subtitle":"Prosím, definujte alespoň jeden typ dokumentu ve vašem schématu.","no-document-types-screen.title":"Žádné typy dokumentů","pane-header.context-menu-button.tooltip":"Zobrazit menu","pane-header.create-menu.label":"Vytvořit","pane-header.disabled-created-button.aria-label":"Nedostatečná oprávnění","pane-item.draft-status.has-draft.tooltip":"Editováno <RelativeTime/>","pane-item.draft-status.no-draft.tooltip":"Žádné nezveřejněné úpravy","pane-item.missing-schema-type.subtitle":"Dokument: <Code>{{documentId}}</Code>","pane-item.missing-schema-type.title":"Pro typ <Code>{{documentType}}</Code> nebylo nalezeno schéma","pane-item.published-status.has-published.tooltip":"Publikováno <RelativeTime/>","pane-item.published-status.no-published.tooltip":"Žádné nezveřejněné úpravy","panes.document-header-title.error.text":"Chyba: {{error}}","panes.document-header-title.new.text":"Nový {{schemaType}}","panes.document-header-title.untitled.text":"Bez názvu","panes.document-list-pane.error.retry-button.text":"Zkusit znovu","panes.document-list-pane.error.text":"Chyba: <Code>{{error}}</Code>","panes.document-list-pane.error.title":"Nepodařilo se načíst položky seznamu","panes.document-list-pane.max-items.text":"Zobrazuje se maximálně {{limit}} dokumentů","panes.document-list-pane.no-documents-of-type.text":"Žádné dokumenty tohoto typu","panes.document-list-pane.no-documents.text":"Nebyly nalezeny žádné výsledky","panes.document-list-pane.no-matching-documents.text":"Nebyly nalezeny žádné odpovídající dokumenty","panes.document-list-pane.search-input.aria-label":"Prohledat seznam","panes.document-list-pane.search-input.placeholder":"Prohledat seznam","panes.document-operation-results.error.summary.title":"Podrobnosti","panes.document-operation-results.operation-error":"Během {{context}} došlo k chybě","panes.document-operation-results.operation-error_delete":"Při pokusu o smazání tohoto dokumentu došlo k chybě. To obvykle znamená, že na něj odkazují jiné dokumenty.","panes.document-operation-results.operation-error_unpublish":"Při pokusu o zrušení publikace tohoto dokumentu došlo k chybě. To obvykle znamená, že na něj odkazují jiné dokumenty.","panes.document-operation-results.operation-success":"Úspěšně provedeno {{context}} na dokumentu","panes.document-operation-results.operation-success_delete":"Dokument byl úspěšně smazán","panes.document-operation-results.operation-success_discardChanges":"Všechny změny od poslední publikace byly nyní zrušeny. Zahozený koncept lze stále obnovit z historie","panes.document-operation-results.operation-success_publish":"Dokument byl publikován","panes.document-operation-results.operation-success_unpublish":"Publikace dokumentu byla zrušena. Z poslední publikované verze byl vytvořen koncept.","panes.document-pane-provider.reconnecting.title":"Spojení bylo přerušeno. Opětovné připojování…","panes.document-pane.document-not-found.loading":"Načítání dokumentu…","panes.document-pane.document-not-found.text":"Typ dokumentu není definován a dokument s identifikátorem <Code>{{id}}</Code> nebyl nalezen.","panes.document-pane.document-not-found.title":"Dokument nebyl nalezen","panes.document-pane.document-unknown-type.text":"Tento dokument má schéma typu <Code>{{documentType}}</Code>, které není definováno jako typ v lokálním schématu obsahu studia.","panes.document-pane.document-unknown-type.title":"Neznámý typ dokumentu: <Code>{{documentType}}</Code>","panes.document-pane.document-unknown-type.without-schema.text":"Tento dokument neexistuje a nebyl pro něj určen žádný typ schématu.","panes.unknown-pane-type.missing-type.text":"Strukturní položka postrádá požadovanou vlastnost <Code>type</Code>.","panes.unknown-pane-type.title":"Neznámý typ panelu","panes.unknown-pane-type.unknown-type.text":"Strukturní položka typu <Code>{{type}}</Code> není známou entitou.","production-preview.menu-item.title":"Otevřít náhled","status-bar.publish-status-button.last-published-time.aria-label":"Naposledy publikováno {{relativeTime}}","status-bar.publish-status-button.last-published-time.tooltip":"Naposledy publikováno <RelativeTime/>","status-bar.publish-status-button.last-updated-time.aria-label":"Naposledy aktualizováno {{relativeTime}}","status-bar.publish-status-button.last-updated-time.tooltip":"Naposledy aktualizováno <RelativeTime/>","status-bar.review-changes-button.aria-label":"Zkontrolovat změny","status-bar.review-changes-button.status.saved.text":"Uloženo!","status-bar.review-changes-button.status.syncing.text":"Ukládání...","status-bar.review-changes-button.tooltip.changes-saved":"Změny uloženy","status-bar.review-changes-button.tooltip.text":"Zkontrolovat změny","structure-error.docs-link.text":"Zobrazit dokumentaci","structure-error.error.label":"Chyba","structure-error.header.text":"Při čtení struktury došlo k chybě","structure-error.reload-button.text":"Znovu načíst","structure-error.structure-path.label":"Cesta struktury"});exports.default=e;//# sourceMappingURL=structure-D_um9AMk.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"structure-D_um9AMk.cjs","sources":["../../src/structure.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.delete.disabled.not-ready': 'Operace není připravena',\n /** Tooltip when action button is disabled because the document does not exist */\n 'action.delete.disabled.nothing-to-delete': 'Tento dokument ještě neexistuje nebo je již smazán',\n /** Label for the \"Delete\" document action button */\n 'action.delete.label': 'Smazat',\n /** Label for the \"Delete\" document action while the document is being deleted */\n 'action.delete.running.label': 'Maže se…',\n /** Message prompting the user to confirm discarding changes */\n 'action.discard-changes.confirm-dialog.confirm-discard-changes':\n 'Jste si jisti, že chcete zahodit všechny změny od posledního zveřejnění?',\n /** Tooltip when action is disabled because the document has no unpublished changes */\n 'action.discard-changes.disabled.no-change': 'Tento dokument nemá žádné nezveřejněné změny',\n /** Tooltip when action is disabled because the document is not published */\n 'action.discard-changes.disabled.not-published': 'Tento dokument není zveřejněn',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.discard-changes.disabled.not-ready': 'Operace není připravena',\n /** Label for the \"Discard changes\" document action */\n 'action.discard-changes.label': 'Zahodit změny',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.duplicate.disabled.not-ready': 'Operace není připravena',\n /** Tooltip when action is disabled because the document doesn't exist */\n 'action.duplicate.disabled.nothing-to-duplicate':\n 'Tento dokument ještě neexistuje, takže není co duplikovat',\n /** Label for the \"Duplicate\" document action */\n 'action.duplicate.label': 'Duplikovat',\n /** Label for the \"Duplicate\" document action while the document is being duplicated */\n 'action.duplicate.running.label': 'Duplikuje se…',\n /** Tooltip when publish button is disabled because the document is already published, and published time is unavailable.*/\n 'action.publish.already-published.no-time-ago.tooltip': 'Již zveřejněno',\n /** Tooltip when publish button is disabled because the document is already published.*/\n 'action.publish.already-published.tooltip': 'Zveřejněno před {{timeSincePublished}}',\n /** Tooltip when action is disabled because the studio is not ready.*/\n 'action.publish.disabled.not-ready': 'Operace není připravena',\n /** Label for action when there are pending changes.*/\n 'action.publish.draft.label': 'Zveřejnit',\n /** Label for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.label': 'Zveřejnit',\n /** Fallback tooltip for the \"Publish\" document action when publish is invoked for a document with live edit enabled.*/\n 'action.publish.live-edit.publish-disabled':\n 'Nelze zveřejnit, protože pro tento typ dokumentu je povolena funkce Live Edit',\n /** Tooltip for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.tooltip':\n 'Pro tento typ obsahu je povolena funkce Live Edit a zveřejnění probíhá automaticky, jakmile provádíte změny',\n /** Tooltip when publish button is disabled because there are no changes.*/\n 'action.publish.no-changes.tooltip': 'Žádné nezveřejněné změny',\n /** Label for the \"Publish\" document action when there are no changes.*/\n 'action.publish.published.label': 'Zveřejněno',\n /** Label for the \"Publish\" document action while publish is being executed.*/\n 'action.publish.running.label': 'Zveřejňuje se…',\n /** Tooltip when the \"Publish\" document action is disabled due to validation issues */\n 'action.publish.validation-issues.tooltip':\n 'Existují validační chyby, které je třeba opravit, než bude možné tento dokument zveřejnit',\n /** Tooltip when publish button is waiting for validation and async tasks to complete.*/\n 'action.publish.waiting': 'Čeká se na dokončení úloh před zveřejněním',\n /** Message prompting the user to confirm that they want to restore to an earlier version*/\n 'action.restore.confirm-dialog.confirm-discard-changes':\n 'Jste si jisti, že chcete obnovit tento dokument?',\n /** Fallback tooltip for when user is looking at the initial version */\n 'action.restore.disabled.cannot-restore-initial': 'Nemůžete obnovit počáteční verzi',\n /** Label for the \"Restore\" document action */\n 'action.restore.label': 'Obnovit',\n /** Default tooltip for the action */\n 'action.restore.tooltip': 'Obnovit na tuto verzi',\n /** Tooltip when action is disabled because the document is not already published */\n 'action.unpublish.disabled.not-published': 'Tento dokument není publikován',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.unpublish.disabled.not-ready': 'Operace není připravena',\n /** Label for the \"Unpublish\" document action */\n 'action.unpublish.label': 'Zrušit publikaci',\n /** Fallback tooltip for the Unpublish document action when publish is invoked for a document with live edit enabled.*/\n 'action.unpublish.live-edit.disabled':\n 'Tento dokument má povoleno živé úpravy a nemůže být zrušena jeho publikace',\n\n /** The text for the restore button on the deleted document banner */\n 'banners.deleted-document-banner.restore-button.text': 'Obnovit nejnovější verzi',\n /** The text content for the deleted document banner */\n 'banners.deleted-document-banner.text': 'Tento dokument byl smazán.',\n /** The text for the permission check banner if the user only has one role, and it does not allow updating this document */\n 'banners.permission-check-banner.missing-permission_create_one':\n 'Vaše role <Roles/> nemá oprávnění vytvořit tento dokument.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow updating this document */\n 'banners.permission-check-banner.missing-permission_create_other':\n 'Vaše role <Roles/> nemají oprávnění vytvořit tento dokument.',\n /** The text for the permission check banner if the user only has one role, and it does not allow updating this document */\n 'banners.permission-check-banner.missing-permission_update_one':\n 'Vaše role <Roles/> nemá oprávnění aktualizovat tento dokument.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow updating this document */\n 'banners.permission-check-banner.missing-permission_update_other':\n 'Vaše role <Roles/> nemají oprávnění aktualizovat tento dokument.',\n /** The text for the reload button */\n 'banners.reference-changed-banner.reason-changed.reload-button.text': 'Znovu načíst referenci',\n /** The text for the reference change banner if the reason is that the reference has been changed */\n 'banners.reference-changed-banner.reason-changed.text':\n 'Tato reference byla změněna od doby, co jste ji otevřeli.',\n /** The text for the close button */\n 'banners.reference-changed-banner.reason-removed.close-button.text': 'Zavřít referenci',\n /** The text for the reference change banner if the reason is that the reference has been deleted */\n 'banners.reference-changed-banner.reason-removed.text':\n 'Tato reference byla odstraněna od doby, co jste ji otevřeli.',\n\n /** The action menu button aria-label */\n 'buttons.action-menu-button.aria-label': 'Otevřít akce dokumentu',\n /** The aria-label for the split pane button on the document panel header */\n 'buttons.split-pane-button.aria-label': 'Rozdělit panel vpravo',\n /** The tool tip for the split pane button on the document panel header */\n 'buttons.split-pane-button.tooltip': 'Rozdělit panel vpravo',\n /** The title for the close button on the split pane on the document panel header */\n 'buttons.split-pane-close-button.title': 'Zavřít rozdělený panel',\n /** The title for the close group button on the split pane on the document panel header */\n 'buttons.split-pane-close-group-button.title': 'Zavřít skupinu panelů',\n\n /** The text in the \"Cancel\" button in the confirm delete dialog that cancels the action and closes the dialog */\n 'confirm-delete-dialog.cancel-button.text': 'Zrušit',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_one': '1 dokument',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_other': '{{count}} dokumentů',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_one': 'Dataset: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_other': 'Datasety: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_one': 'Nedostupný dataset',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_other': 'Nedostupné datasety',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (singular) */\n 'confirm-delete-dialog.cdr-summary.title_one': '{{documentCount}} v jiném datasetu',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (plural) */\n 'confirm-delete-dialog.cdr-summary.title_other': '{{documentCount}} v {{count}} datasety',\n /** Appears when hovering over the copy button to copy */\n 'confirm-delete-dialog.cdr-table.copy-id-button.tooltip': 'Zkopírovat ID do schránky',\n /** The header for the dataset column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.dataset.label': 'Dataset',\n /** The header for the document ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.document-id.label': 'ID dokumentu',\n /** The toast title when the copy button has been clicked */\n 'confirm-delete-dialog.cdr-table.id-copied-toast.title': 'ID dokumentu zkopírováno do schránky!',\n /** The header for the project ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.project-id.label': 'ID projektu',\n /** The text in the \"Delete anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_delete': 'Smazat přesto',\n /** The text in the \"Unpublish anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_unpublish': 'Zrušit publikaci přesto',\n /** The text in the \"Delete now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_delete': 'Smazat nyní',\n /** The text in the \"Unpublish now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_unpublish': 'Zrušit publikaci nyní',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_delete':\n 'Jste si jisti, že chcete smazat „<DocumentTitle/>“?',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_unpublish':\n 'Jste si jisti, že chcete zrušit publikaci „<DocumentTitle/>“?',\n /** The text body of the error dialog. */\n 'confirm-delete-dialog.error.message.text': 'Při načítání odkazujících dokumentů došlo k chybě.',\n /** The text in the retry button of the confirm delete dialog if an error occurred. */\n 'confirm-delete-dialog.error.retry-button.text': 'Zkusit znovu',\n /** The header of the confirm delete dialog if an error occurred while the confirm delete dialog was open. */\n 'confirm-delete-dialog.error.title.text': 'Chyba',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_delete': 'Smazat dokument?',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_unpublish': 'Zrušit publikaci dokumentu?',\n /** The text that appears while the referring documents are queried */\n 'confirm-delete-dialog.loading.text': 'Hledání odkazujících dokumentů…',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_one': '1 další odkaz není zobrazen',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_other':\n '{{count}} dalších referencí není zobrazeno',\n /** Text in the tooltip of this component if hovering over the info icon */\n 'confirm-delete-dialog.other-reference-count.tooltip':\n 'Nemůžeme zobrazit metadata pro tyto reference kvůli chybějícímu přístupovému tokenu pro související datasety.',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.subtitle': 'ID: {{documentId}}',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.title': 'Náhled není k dispozici',\n /** Warns the user of affects to other documents if the action is confirmed (delete) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_delete':\n 'Pokud smažete tento dokument, dokumenty, které na něj odkazují, již nebudou moci získat přístup.',\n /** Warns the user of affects to other documents if the action is confirmed (unpublish) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_unpublish':\n 'Pokud zrušíte publikaci tohoto dokumentu, dokumenty, které na něj odkazují, již nebudou moci získat přístup.',\n /** Tells the user the count of how many other referring documents there are before listing them. (singular) */\n 'confirm-delete-dialog.referring-document-count.text_one':\n '1 dokument odkazuje na „<DocumentTitle/>“',\n /** Tells the user the count of how many other referring documents there are before listing them. (plural) */\n 'confirm-delete-dialog.referring-document-count.text_other':\n '{{count}} dokumentů odkazuje na „<DocumentTitle/>“',\n /** Describes the list of documents that refer to the one trying to be deleted (delete) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_delete':\n 'Možná nebudete moci smazat „<DocumentTitle/>“, protože na něj odkazují následující dokumenty:',\n /** Describes the list of documents that refer to the one trying to be deleted (unpublish) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_unpublish':\n 'Možná nebudete moci zrušit publikaci „<DocumentTitle/>“, protože na něj odkazují následující dokumenty:',\n\n /** The text for the cancel button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.cancel-button.fallback-text': 'Zrušit',\n /** The text for the confirm button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.confirm-button.fallback-text': 'Potvrdit',\n\n /** The text shown if there was an error while getting the document's title via a preview value */\n 'doc-title.error.text': 'Chyba: {{errorMessage}}',\n /** The text shown if the preview value for a document is non-existent or empty */\n 'doc-title.fallback.text': 'Bez názvu',\n /** The text shown if a document's title via a preview value cannot be determined due to an unknown schema type */\n 'doc-title.unknown-schema-type.text': 'Neznámý typ schématu: {{schemaType}}',\n\n /** The title shown in the dialog header, when inspecting a valid document */\n 'document-inspector.dialog.title': 'Inspekce <DocumentTitle/>',\n /** The title shown in the dialog header, when the document being inspected is not created yet/has no value */\n 'document-inspector.dialog.title-no-value': 'Bez hodnoty',\n /** Title shown for menu item that opens the \"Inspect\" dialog */\n 'document-inspector.menu-item.title': 'Inspekce',\n /** the placeholder text for the search input on the inspect dialog */\n 'document-inspector.search.placeholder': 'Hledat',\n /** The \"parsed\" view mode, meaning the JSON is searchable, collapsible etc */\n 'document-inspector.view-mode.parsed': 'Zpracované',\n /** The \"raw\" view mode, meaning the JSON is presented syntax-highlighted, but with no other features - optimal for copying */\n 'document-inspector.view-mode.raw-json': 'Surový JSON',\n\n /** The text for when a form is hidden */\n 'document-view.form-view.form-hidden': 'Tento formulář je skrytý',\n /** The text for when the form view is loading a document */\n 'document-view.form-view.loading': 'Načítání dokumentu…',\n /** The description of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.description':\n 'Vyčkejte, prosím, dokud se dokument synchronizuje. To se obvykle děje ihned po publikaci dokumentu a nemělo by to trvat déle než několik sekund',\n /** The title of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.title': 'Synchronizace dokumentu…',\n\n /** The loading messaging for when the tooltip is still loading permission info */\n 'insufficient-permissions-message-tooltip.loading-text': 'Načítání…',\n\n /** --- Menu items --- */\n /** The menu item title to use the compact view */\n 'menu-items.layout.compact-view': 'Kompaktní zobrazení',\n /** The menu item title to use the detailed view */\n 'menu-items.layout.detailed-view': 'Detailní zobrazení',\n /** The menu item title to Sort by Created */\n 'menu-items.sort-by.created': 'Seřadit podle data vytvoření',\n /** The menu item title to Sort by Last Edited */\n 'menu-items.sort-by.last-edited': 'Seřadit podle poslední úpravy',\n\n /** The link text of the no document type screen that appears directly below the subtitle */\n 'no-document-types-screen.link-text': 'Zjistěte, jak přidat typ dokumentu →',\n /** The subtitle of the no document type screen that appears directly below the title */\n 'no-document-types-screen.subtitle':\n 'Prosím, definujte alespoň jeden typ dokumentu ve vašem schématu.',\n /** The title of the no document type screen */\n 'no-document-types-screen.title': 'Žádné typy dokumentů',\n\n /** tooltip text (via `title` attribute) for the menu button */\n 'pane-header.context-menu-button.tooltip': 'Zobrazit menu',\n /** Appears in a document list pane header if there are more than one option for create. This is the label for that menu */\n 'pane-header.create-menu.label': 'Vytvořit',\n /** The `aria-label` for the disabled button in the pane header if create permissions are granted */\n 'pane-header.disabled-created-button.aria-label': 'Nedostatečná oprávnění',\n\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.draft-status.has-draft.tooltip': 'Editováno <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.draft-status.no-draft.tooltip': 'Žádné nezveřejněné úpravy',\n /** The subtitle tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.subtitle': 'Dokument: <Code>{{documentId}}</Code>',\n /** The title tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.title':\n 'Pro typ <Code>{{documentType}}</Code> nebylo nalezeno schéma',\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.published-status.has-published.tooltip': 'Publikováno <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.published-status.no-published.tooltip': 'Žádné nezveřejněné úpravy',\n\n /** The text used in the document header title if there is an error */\n 'panes.document-header-title.error.text': 'Chyba: {{error}}',\n /** The text used in the document header title if creating a new item */\n 'panes.document-header-title.new.text': 'Nový {{schemaType}}',\n /** The text used in the document header title if no other title can be determined */\n 'panes.document-header-title.untitled.text': 'Bez názvu',\n /** The text for the retry button on the document list pane */\n 'panes.document-list-pane.error.retry-button.text': 'Zkusit znovu',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text': 'Chyba: <Code>{{error}}</Code>',\n /** The error title on the document list pane */\n 'panes.document-list-pane.error.title': 'Nepodařilo se načíst položky seznamu',\n /** The text of the document list pane if more than a maximum number of documents are returned */\n 'panes.document-list-pane.max-items.text': 'Zobrazuje se maximálně {{limit}} dokumentů',\n /** The text of the document list pane if no documents are found for a specified type */\n 'panes.document-list-pane.no-documents-of-type.text': 'Žádné dokumenty tohoto typu',\n /** The text of the document list pane if no documents are found */\n 'panes.document-list-pane.no-documents.text': 'Nebyly nalezeny žádné výsledky',\n /** The text of the document list pane if no documents are found matching specified criteria */\n 'panes.document-list-pane.no-matching-documents.text':\n 'Nebyly nalezeny žádné odpovídající dokumenty',\n /** The aria-label for the search input on the document list pane */\n 'panes.document-list-pane.search-input.aria-label': 'Prohledat seznam',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.search-input.placeholder': 'Prohledat seznam',\n /** The summary title when displaying an error for a document operation result */\n 'panes.document-operation-results.error.summary.title': 'Podrobnosti',\n /** The text when a generic operation failed (fallback, generally not shown) */\n 'panes.document-operation-results.operation-error': 'Během {{context}} došlo k chybě',\n /** The text when a delete operation failed */\n 'panes.document-operation-results.operation-error_delete':\n 'Při pokusu o smazání tohoto dokumentu došlo k chybě. To obvykle znamená, že na něj odkazují jiné dokumenty.',\n /** The text when an unpublish operation failed */\n 'panes.document-operation-results.operation-error_unpublish':\n 'Při pokusu o zrušení publikace tohoto dokumentu došlo k chybě. To obvykle znamená, že na něj odkazují jiné dokumenty.',\n /** The text when a generic operation succeded (fallback, generally not shown) */\n 'panes.document-operation-results.operation-success':\n 'Úspěšně provedeno {{context}} na dokumentu',\n /** The text when a delete operation succeded */\n 'panes.document-operation-results.operation-success_delete': 'Dokument byl úspěšně smazán',\n /** The text when a discard changes operation succeeded */\n 'panes.document-operation-results.operation-success_discardChanges':\n 'Všechny změny od poslední publikace byly nyní zrušeny. Zahozený koncept lze stále obnovit z historie',\n /** The text when a publish operation succeeded */\n 'panes.document-operation-results.operation-success_publish': 'Dokument byl publikován',\n /** The text when an unpublish operation succeeded */\n 'panes.document-operation-results.operation-success_unpublish':\n 'Publikace dokumentu byla zrušena. Z poslední publikované verze byl vytvořen koncept.',\n /** The title of the reconnecting toast */\n 'panes.document-pane-provider.reconnecting.title':\n 'Spojení bylo přerušeno. Opětovné připojování…',\n /** The loading message for the document not found pane */\n 'panes.document-pane.document-not-found.loading': 'Načítání dokumentu…',\n /** The text of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.text':\n 'Typ dokumentu není definován a dokument s identifikátorem <Code>{{id}}</Code> nebyl nalezen.',\n /** The title of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.title': 'Dokument nebyl nalezen',\n /** The text of the document not found pane if the schema is not found */\n 'panes.document-pane.document-unknown-type.text':\n 'Tento dokument má schéma typu <Code>{{documentType}}</Code>, které není definováno jako typ v lokálním schématu obsahu studia.',\n /** The title of the document not found pane if the schema is not found or unknown */\n 'panes.document-pane.document-unknown-type.title':\n 'Neznámý typ dokumentu: <Code>{{documentType}}</Code>',\n /** The title of the document not found pane if the schema is unknown */\n 'panes.document-pane.document-unknown-type.without-schema.text':\n 'Tento dokument neexistuje a nebyl pro něj určen žádný typ schématu.',\n /** The text to display when type is missing */\n 'panes.unknown-pane-type.missing-type.text':\n 'Strukturní položka postrádá požadovanou vlastnost <Code>type</Code>.',\n /** The title of the unknown pane */\n 'panes.unknown-pane-type.title': 'Neznámý typ panelu',\n /** The text to display when type is unknown */\n 'panes.unknown-pane-type.unknown-type.text':\n 'Strukturní položka typu <Code>{{type}}</Code> není známou entitou.',\n\n /** The text for the \"Open preview\" action for a document */\n 'production-preview.menu-item.title': 'Otevřít náhled',\n\n /** Accessibility label indicating when the document was last published, in relative time, eg \"3 weeks ago\" */\n 'status-bar.publish-status-button.last-published-time.aria-label':\n 'Naposledy publikováno {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last published <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-published-time.tooltip':\n 'Naposledy publikováno <RelativeTime/>',\n /** Accessibility label indicating when the document was last updated, in relative time, eg \"2 hours ago\" */\n 'status-bar.publish-status-button.last-updated-time.aria-label':\n 'Naposledy aktualizováno {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last updated <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-updated-time.tooltip':\n 'Naposledy aktualizováno <RelativeTime/>',\n /** Aria label for the button */\n 'status-bar.review-changes-button.aria-label': 'Zkontrolovat změny',\n /** Label for button when status is saved */\n 'status-bar.review-changes-button.status.saved.text': 'Uloženo!',\n /** Label for button when status is syncing */\n 'status-bar.review-changes-button.status.syncing.text': 'Ukládání...',\n /** Text for the secondary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.changes-saved': 'Změny uloženy',\n /** Primary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.text': 'Zkontrolovat změny',\n\n /** The text that appears in side the documentation link */\n 'structure-error.docs-link.text': 'Zobrazit dokumentaci',\n /** Labels the error message or error stack of the structure error screen */\n 'structure-error.error.label': 'Chyba',\n /** The header that appears at the top of the error screen */\n 'structure-error.header.text': 'Při čtení struktury došlo k chybě',\n /** The text in the reload button to retry rendering the structure */\n 'structure-error.reload-button.text': 'Znovu načíst',\n /** Labels the structure path of the structure error screen */\n 'structure-error.structure-path.label': 'Cesta struktury',\n})\n"],"names":["structure","require","exports","default"],"mappings":"AAEA,aAAA,IAAAA,EAAAC,QAAA,yCAA8C,CAE5C,mCAAoC,0BAEpC,2CAA4C,qDAE5C,sBAAuB,SAEvB,8BAA+B,WAE/B,gEACE,2EAEF,4CAA6C,+CAE7C,gDAAiD,gCAEjD,4CAA6C,0BAE7C,+BAAgC,gBAEhC,sCAAuC,0BAEvC,iDACE,4DAEF,yBAA0B,aAE1B,iCAAkC,gBAElC,uDAAwD,iBAExD,2CAA4C,yCAE5C,oCAAqC,0BAErC,6BAA8B,YAE9B,iCAAkC,YAElC,4CACE,gFAEF,mCACE,8GAEF,oCAAqC,2BAErC,iCAAkC,aAElC,+BAAgC,iBAEhC,2CACE,4FAEF,yBAA0B,6CAE1B,wDACE,mDAEF,iDAAkD,mCAElD,uBAAwB,UAExB,yBAA0B,wBAE1B,0CAA2C,iCAE3C,sCAAuC,0BAEvC,yBAA0B,mBAE1B,sCACE,6EAGF,sDAAuD,2BAEvD,uCAAwC,6BAExC,gEACE,6DAEF,kEACE,+DAEF,gEACE,iEAEF,kEACE,mEAEF,qEAAsE,yBAEtE,uDACE,4DAEF,oEAAqE,mBAErE,uDACE,+DAGF,wCAAyC,yBAEzC,uCAAwC,wBAExC,oCAAqC,wBAErC,wCAAyC,yBAEzC,8CAA+C,wBAG/C,2CAA4C,SAE5C,uDAAwD,aAExD,yDAA0D,sBAE1D,iDAAkD,wBAElD,mDAAoD,yBAEpD,6DAA8D,qBAE9D,+DAAgE,sBAEhE,8CAA+C,qCAE/C,gDAAiD,yCAEjD,yDAA0D,4BAE1D,gDAAiD,UAEjD,oDAAqD,eAErD,wDAAyD,wCAEzD,mDAAoD,cAEpD,0DAA2D,gBAE3D,6DAA8D,0BAE9D,mDAAoD,cAEpD,sDAAuD,wBAEvD,iDACE,sDAEF,oDACE,gEAEF,2CAA4C,qDAE5C,gDAAiD,eAEjD,yCAA0C,QAE1C,2CAA4C,mBAE5C,8CAA+C,8BAE/C,qCAAsC,kCAEtC,wDAAyD,8BAEzD,0DACE,6CAEF,sDACE,gHAEF,kEAAmE,qBAEnE,+DAAgE,0BAEhE,qEACE,mGAEF,wEACE,+GAEF,0DACE,4CAEF,4DACE,qDAEF,mEACE,gGAEF,sEACE,0GAGF,6CAA8C,SAE9C,8CAA+C,WAG/C,uBAAwB,0BAExB,0BAA2B,YAE3B,qCAAsC,uCAGtC,kCAAmC,4BAEnC,2CAA4C,cAE5C,qCAAsC,WAEtC,wCAAyC,SAEzC,sCAAuC,aAEvC,wCAAyC,cAGzC,sCAAuC,2BAEvC,kCAAmC,sBAEnC,sDACE,kJAEF,gDAAiD,2BAGjD,wDAAyD,YAIzD,iCAAkC,sBAElC,kCAAmC,qBAEnC,6BAA8B,+BAE9B,iCAAkC,gCAGlC,qCAAsC,uCAEtC,oCACE,mEAEF,iCAAkC,uBAGlC,0CAA2C,gBAE3C,gCAAiC,WAEjC,iDAAkD,yBAGlD,2CAA4C,4BAE5C,0CAA2C,4BAE3C,yCAA0C,wCAE1C,sCACE,+DAEF,mDAAoD,8BAEpD,kDAAmD,4BAGnD,yCAA0C,mBAE1C,uCAAwC,sBAExC,4CAA6C,YAE7C,mDAAoD,eAEpD,sCAAuC,gCAEvC,uCAAwC,uCAExC,0CAA2C,6CAE3C,qDAAsD,8BAEtD,6CAA8C,iCAE9C,sDACE,+CAEF,mDAAoD,mBAEpD,oDAAqD,mBAErD,uDAAwD,cAExD,mDAAoD,kCAEpD,0DACE,8GAEF,6DACE,wHAEF,qDACE,6CAEF,4DAA6D,8BAE7D,oEACE,uGAEF,6DAA8D,0BAE9D,+DACE,uFAEF,kDACE,gDAEF,iDAAkD,sBAElD,8CACE,+FAEF,+CAAgD,yBAEhD,iDACE,iIAEF,kDACE,uDAEF,gEACE,sEAEF,4CACE,uEAEF,gCAAiC,qBAEjC,4CACE,qEAGF,qCAAsC,iBAGtC,kEACE,yCAEF,+DACE,wCAEF,gEACE,2CAEF,6DACE,0CAEF,8CAA+C,qBAE/C,qDAAsD,WAEtD,uDAAwD,cAExD,yDAA0D,gBAE1D,gDAAiD,qBAGjD,iCAAkC,uBAElC,8BAA+B,QAE/B,8BAA+B,oCAE/B,qCAAsC,eAEtC,uCAAwC,oBACzCC,QAAAC,QAAAH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{removeUndefinedLocaleResources as e}from"sanity";var t=e({"action.delete.disabled.not-ready":"Operace není připravena","action.delete.disabled.nothing-to-delete":"Tento dokument ještě neexistuje nebo je již smazán","action.delete.label":"Smazat","action.delete.running.label":"Maže se…","action.discard-changes.confirm-dialog.confirm-discard-changes":"Jste si jisti, že chcete zahodit všechny změny od posledního zveřejnění?","action.discard-changes.disabled.no-change":"Tento dokument nemá žádné nezveřejněné změny","action.discard-changes.disabled.not-published":"Tento dokument není zveřejněn","action.discard-changes.disabled.not-ready":"Operace není připravena","action.discard-changes.label":"Zahodit změny","action.duplicate.disabled.not-ready":"Operace není připravena","action.duplicate.disabled.nothing-to-duplicate":"Tento dokument ještě neexistuje, takže není co duplikovat","action.duplicate.label":"Duplikovat","action.duplicate.running.label":"Duplikuje se…","action.publish.already-published.no-time-ago.tooltip":"Již zveřejněno","action.publish.already-published.tooltip":"Zveřejněno před {{timeSincePublished}}","action.publish.disabled.not-ready":"Operace není připravena","action.publish.draft.label":"Zveřejnit","action.publish.live-edit.label":"Zveřejnit","action.publish.live-edit.publish-disabled":"Nelze zveřejnit, protože pro tento typ dokumentu je povolena funkce Live Edit","action.publish.live-edit.tooltip":"Pro tento typ obsahu je povolena funkce Live Edit a zveřejnění probíhá automaticky, jakmile provádíte změny","action.publish.no-changes.tooltip":"Žádné nezveřejněné změny","action.publish.published.label":"Zveřejněno","action.publish.running.label":"Zveřejňuje se…","action.publish.validation-issues.tooltip":"Existují validační chyby, které je třeba opravit, než bude možné tento dokument zveřejnit","action.publish.waiting":"Čeká se na dokončení úloh před zveřejněním","action.restore.confirm-dialog.confirm-discard-changes":"Jste si jisti, že chcete obnovit tento dokument?","action.restore.disabled.cannot-restore-initial":"Nemůžete obnovit počáteční verzi","action.restore.label":"Obnovit","action.restore.tooltip":"Obnovit na tuto verzi","action.unpublish.disabled.not-published":"Tento dokument není publikován","action.unpublish.disabled.not-ready":"Operace není připravena","action.unpublish.label":"Zrušit publikaci","action.unpublish.live-edit.disabled":"Tento dokument má povoleno živé úpravy a nemůže být zrušena jeho publikace","banners.deleted-document-banner.restore-button.text":"Obnovit nejnovější verzi","banners.deleted-document-banner.text":"Tento dokument byl smazán.","banners.permission-check-banner.missing-permission_create_one":"Vaše role <Roles/> nemá oprávnění vytvořit tento dokument.","banners.permission-check-banner.missing-permission_create_other":"Vaše role <Roles/> nemají oprávnění vytvořit tento dokument.","banners.permission-check-banner.missing-permission_update_one":"Vaše role <Roles/> nemá oprávnění aktualizovat tento dokument.","banners.permission-check-banner.missing-permission_update_other":"Vaše role <Roles/> nemají oprávnění aktualizovat tento dokument.","banners.reference-changed-banner.reason-changed.reload-button.text":"Znovu načíst referenci","banners.reference-changed-banner.reason-changed.text":"Tato reference byla změněna od doby, co jste ji otevřeli.","banners.reference-changed-banner.reason-removed.close-button.text":"Zavřít referenci","banners.reference-changed-banner.reason-removed.text":"Tato reference byla odstraněna od doby, co jste ji otevřeli.","buttons.action-menu-button.aria-label":"Otevřít akce dokumentu","buttons.split-pane-button.aria-label":"Rozdělit panel vpravo","buttons.split-pane-button.tooltip":"Rozdělit panel vpravo","buttons.split-pane-close-button.title":"Zavřít rozdělený panel","buttons.split-pane-close-group-button.title":"Zavřít skupinu panelů","confirm-delete-dialog.cancel-button.text":"Zrušit","confirm-delete-dialog.cdr-summary.document-count_one":"1 dokument","confirm-delete-dialog.cdr-summary.document-count_other":"{{count}} dokumentů","confirm-delete-dialog.cdr-summary.subtitle_one":"Dataset: {{datasets}}","confirm-delete-dialog.cdr-summary.subtitle_other":"Datasety: {{datasets}}","confirm-delete-dialog.cdr-summary.subtitle_unavailable_one":"Nedostupný dataset","confirm-delete-dialog.cdr-summary.subtitle_unavailable_other":"Nedostupné datasety","confirm-delete-dialog.cdr-summary.title_one":"{{documentCount}} v jiném datasetu","confirm-delete-dialog.cdr-summary.title_other":"{{documentCount}} v {{count}} datasety","confirm-delete-dialog.cdr-table.copy-id-button.tooltip":"Zkopírovat ID do schránky","confirm-delete-dialog.cdr-table.dataset.label":"Dataset","confirm-delete-dialog.cdr-table.document-id.label":"ID dokumentu","confirm-delete-dialog.cdr-table.id-copied-toast.title":"ID dokumentu zkopírováno do schránky!","confirm-delete-dialog.cdr-table.project-id.label":"ID projektu","confirm-delete-dialog.confirm-anyway-button.text_delete":"Smazat přesto","confirm-delete-dialog.confirm-anyway-button.text_unpublish":"Zrušit publikaci přesto","confirm-delete-dialog.confirm-button.text_delete":"Smazat nyní","confirm-delete-dialog.confirm-button.text_unpublish":"Zrušit publikaci nyní","confirm-delete-dialog.confirmation.text_delete":"Jste si jisti, že chcete smazat „<DocumentTitle/>“?","confirm-delete-dialog.confirmation.text_unpublish":"Jste si jisti, že chcete zrušit publikaci „<DocumentTitle/>“?","confirm-delete-dialog.error.message.text":"Při načítání odkazujících dokumentů došlo k chybě.","confirm-delete-dialog.error.retry-button.text":"Zkusit znovu","confirm-delete-dialog.error.title.text":"Chyba","confirm-delete-dialog.header.text_delete":"Smazat dokument?","confirm-delete-dialog.header.text_unpublish":"Zrušit publikaci dokumentu?","confirm-delete-dialog.loading.text":"Hledání odkazujících dokumentů…","confirm-delete-dialog.other-reference-count.title_one":"1 další odkaz není zobrazen","confirm-delete-dialog.other-reference-count.title_other":"{{count}} dalších referencí není zobrazeno","confirm-delete-dialog.other-reference-count.tooltip":"Nemůžeme zobrazit metadata pro tyto reference kvůli chybějícímu přístupovému tokenu pro související datasety.","confirm-delete-dialog.preview-item.preview-unavailable.subtitle":"ID: {{documentId}}","confirm-delete-dialog.preview-item.preview-unavailable.title":"Náhled není k dispozici","confirm-delete-dialog.referential-integrity-disclaimer.text_delete":"Pokud smažete tento dokument, dokumenty, které na něj odkazují, již nebudou moci získat přístup.","confirm-delete-dialog.referential-integrity-disclaimer.text_unpublish":"Pokud zrušíte publikaci tohoto dokumentu, dokumenty, které na něj odkazují, již nebudou moci získat přístup.","confirm-delete-dialog.referring-document-count.text_one":"1 dokument odkazuje na „<DocumentTitle/>“","confirm-delete-dialog.referring-document-count.text_other":"{{count}} dokumentů odkazuje na „<DocumentTitle/>“","confirm-delete-dialog.referring-documents-descriptor.text_delete":"Možná nebudete moci smazat „<DocumentTitle/>“, protože na něj odkazují následující dokumenty:","confirm-delete-dialog.referring-documents-descriptor.text_unpublish":"Možná nebudete moci zrušit publikaci „<DocumentTitle/>“, protože na něj odkazují následující dokumenty:","confirm-dialog.cancel-button.fallback-text":"Zrušit","confirm-dialog.confirm-button.fallback-text":"Potvrdit","doc-title.error.text":"Chyba: {{errorMessage}}","doc-title.fallback.text":"Bez názvu","doc-title.unknown-schema-type.text":"Neznámý typ schématu: {{schemaType}}","document-inspector.dialog.title":"Inspekce <DocumentTitle/>","document-inspector.dialog.title-no-value":"Bez hodnoty","document-inspector.menu-item.title":"Inspekce","document-inspector.search.placeholder":"Hledat","document-inspector.view-mode.parsed":"Zpracované","document-inspector.view-mode.raw-json":"Surový JSON","document-view.form-view.form-hidden":"Tento formulář je skrytý","document-view.form-view.loading":"Načítání dokumentu…","document-view.form-view.sync-lock-toast.description":"Vyčkejte, prosím, dokud se dokument synchronizuje. To se obvykle děje ihned po publikaci dokumentu a nemělo by to trvat déle než několik sekund","document-view.form-view.sync-lock-toast.title":"Synchronizace dokumentu…","insufficient-permissions-message-tooltip.loading-text":"Načítání…","menu-items.layout.compact-view":"Kompaktní zobrazení","menu-items.layout.detailed-view":"Detailní zobrazení","menu-items.sort-by.created":"Seřadit podle data vytvoření","menu-items.sort-by.last-edited":"Seřadit podle poslední úpravy","no-document-types-screen.link-text":"Zjistěte, jak přidat typ dokumentu →","no-document-types-screen.subtitle":"Prosím, definujte alespoň jeden typ dokumentu ve vašem schématu.","no-document-types-screen.title":"Žádné typy dokumentů","pane-header.context-menu-button.tooltip":"Zobrazit menu","pane-header.create-menu.label":"Vytvořit","pane-header.disabled-created-button.aria-label":"Nedostatečná oprávnění","pane-item.draft-status.has-draft.tooltip":"Editováno <RelativeTime/>","pane-item.draft-status.no-draft.tooltip":"Žádné nezveřejněné úpravy","pane-item.missing-schema-type.subtitle":"Dokument: <Code>{{documentId}}</Code>","pane-item.missing-schema-type.title":"Pro typ <Code>{{documentType}}</Code> nebylo nalezeno schéma","pane-item.published-status.has-published.tooltip":"Publikováno <RelativeTime/>","pane-item.published-status.no-published.tooltip":"Žádné nezveřejněné úpravy","panes.document-header-title.error.text":"Chyba: {{error}}","panes.document-header-title.new.text":"Nový {{schemaType}}","panes.document-header-title.untitled.text":"Bez názvu","panes.document-list-pane.error.retry-button.text":"Zkusit znovu","panes.document-list-pane.error.text":"Chyba: <Code>{{error}}</Code>","panes.document-list-pane.error.title":"Nepodařilo se načíst položky seznamu","panes.document-list-pane.max-items.text":"Zobrazuje se maximálně {{limit}} dokumentů","panes.document-list-pane.no-documents-of-type.text":"Žádné dokumenty tohoto typu","panes.document-list-pane.no-documents.text":"Nebyly nalezeny žádné výsledky","panes.document-list-pane.no-matching-documents.text":"Nebyly nalezeny žádné odpovídající dokumenty","panes.document-list-pane.search-input.aria-label":"Prohledat seznam","panes.document-list-pane.search-input.placeholder":"Prohledat seznam","panes.document-operation-results.error.summary.title":"Podrobnosti","panes.document-operation-results.operation-error":"Během {{context}} došlo k chybě","panes.document-operation-results.operation-error_delete":"Při pokusu o smazání tohoto dokumentu došlo k chybě. To obvykle znamená, že na něj odkazují jiné dokumenty.","panes.document-operation-results.operation-error_unpublish":"Při pokusu o zrušení publikace tohoto dokumentu došlo k chybě. To obvykle znamená, že na něj odkazují jiné dokumenty.","panes.document-operation-results.operation-success":"Úspěšně provedeno {{context}} na dokumentu","panes.document-operation-results.operation-success_delete":"Dokument byl úspěšně smazán","panes.document-operation-results.operation-success_discardChanges":"Všechny změny od poslední publikace byly nyní zrušeny. Zahozený koncept lze stále obnovit z historie","panes.document-operation-results.operation-success_publish":"Dokument byl publikován","panes.document-operation-results.operation-success_unpublish":"Publikace dokumentu byla zrušena. Z poslední publikované verze byl vytvořen koncept.","panes.document-pane-provider.reconnecting.title":"Spojení bylo přerušeno. Opětovné připojování…","panes.document-pane.document-not-found.loading":"Načítání dokumentu…","panes.document-pane.document-not-found.text":"Typ dokumentu není definován a dokument s identifikátorem <Code>{{id}}</Code> nebyl nalezen.","panes.document-pane.document-not-found.title":"Dokument nebyl nalezen","panes.document-pane.document-unknown-type.text":"Tento dokument má schéma typu <Code>{{documentType}}</Code>, které není definováno jako typ v lokálním schématu obsahu studia.","panes.document-pane.document-unknown-type.title":"Neznámý typ dokumentu: <Code>{{documentType}}</Code>","panes.document-pane.document-unknown-type.without-schema.text":"Tento dokument neexistuje a nebyl pro něj určen žádný typ schématu.","panes.unknown-pane-type.missing-type.text":"Strukturní položka postrádá požadovanou vlastnost <Code>type</Code>.","panes.unknown-pane-type.title":"Neznámý typ panelu","panes.unknown-pane-type.unknown-type.text":"Strukturní položka typu <Code>{{type}}</Code> není známou entitou.","production-preview.menu-item.title":"Otevřít náhled","status-bar.publish-status-button.last-published-time.aria-label":"Naposledy publikováno {{relativeTime}}","status-bar.publish-status-button.last-published-time.tooltip":"Naposledy publikováno <RelativeTime/>","status-bar.publish-status-button.last-updated-time.aria-label":"Naposledy aktualizováno {{relativeTime}}","status-bar.publish-status-button.last-updated-time.tooltip":"Naposledy aktualizováno <RelativeTime/>","status-bar.review-changes-button.aria-label":"Zkontrolovat změny","status-bar.review-changes-button.status.saved.text":"Uloženo!","status-bar.review-changes-button.status.syncing.text":"Ukládání...","status-bar.review-changes-button.tooltip.changes-saved":"Změny uloženy","status-bar.review-changes-button.tooltip.text":"Zkontrolovat změny","structure-error.docs-link.text":"Zobrazit dokumentaci","structure-error.error.label":"Chyba","structure-error.header.text":"Při čtení struktury došlo k chybě","structure-error.reload-button.text":"Znovu načíst","structure-error.structure-path.label":"Cesta struktury"});export{t as default};//# sourceMappingURL=structure-ydsY1uzN.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"structure-ydsY1uzN.js","sources":["../../src/structure.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.delete.disabled.not-ready': 'Operace není připravena',\n /** Tooltip when action button is disabled because the document does not exist */\n 'action.delete.disabled.nothing-to-delete': 'Tento dokument ještě neexistuje nebo je již smazán',\n /** Label for the \"Delete\" document action button */\n 'action.delete.label': 'Smazat',\n /** Label for the \"Delete\" document action while the document is being deleted */\n 'action.delete.running.label': 'Maže se…',\n /** Message prompting the user to confirm discarding changes */\n 'action.discard-changes.confirm-dialog.confirm-discard-changes':\n 'Jste si jisti, že chcete zahodit všechny změny od posledního zveřejnění?',\n /** Tooltip when action is disabled because the document has no unpublished changes */\n 'action.discard-changes.disabled.no-change': 'Tento dokument nemá žádné nezveřejněné změny',\n /** Tooltip when action is disabled because the document is not published */\n 'action.discard-changes.disabled.not-published': 'Tento dokument není zveřejněn',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.discard-changes.disabled.not-ready': 'Operace není připravena',\n /** Label for the \"Discard changes\" document action */\n 'action.discard-changes.label': 'Zahodit změny',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.duplicate.disabled.not-ready': 'Operace není připravena',\n /** Tooltip when action is disabled because the document doesn't exist */\n 'action.duplicate.disabled.nothing-to-duplicate':\n 'Tento dokument ještě neexistuje, takže není co duplikovat',\n /** Label for the \"Duplicate\" document action */\n 'action.duplicate.label': 'Duplikovat',\n /** Label for the \"Duplicate\" document action while the document is being duplicated */\n 'action.duplicate.running.label': 'Duplikuje se…',\n /** Tooltip when publish button is disabled because the document is already published, and published time is unavailable.*/\n 'action.publish.already-published.no-time-ago.tooltip': 'Již zveřejněno',\n /** Tooltip when publish button is disabled because the document is already published.*/\n 'action.publish.already-published.tooltip': 'Zveřejněno před {{timeSincePublished}}',\n /** Tooltip when action is disabled because the studio is not ready.*/\n 'action.publish.disabled.not-ready': 'Operace není připravena',\n /** Label for action when there are pending changes.*/\n 'action.publish.draft.label': 'Zveřejnit',\n /** Label for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.label': 'Zveřejnit',\n /** Fallback tooltip for the \"Publish\" document action when publish is invoked for a document with live edit enabled.*/\n 'action.publish.live-edit.publish-disabled':\n 'Nelze zveřejnit, protože pro tento typ dokumentu je povolena funkce Live Edit',\n /** Tooltip for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.tooltip':\n 'Pro tento typ obsahu je povolena funkce Live Edit a zveřejnění probíhá automaticky, jakmile provádíte změny',\n /** Tooltip when publish button is disabled because there are no changes.*/\n 'action.publish.no-changes.tooltip': 'Žádné nezveřejněné změny',\n /** Label for the \"Publish\" document action when there are no changes.*/\n 'action.publish.published.label': 'Zveřejněno',\n /** Label for the \"Publish\" document action while publish is being executed.*/\n 'action.publish.running.label': 'Zveřejňuje se…',\n /** Tooltip when the \"Publish\" document action is disabled due to validation issues */\n 'action.publish.validation-issues.tooltip':\n 'Existují validační chyby, které je třeba opravit, než bude možné tento dokument zveřejnit',\n /** Tooltip when publish button is waiting for validation and async tasks to complete.*/\n 'action.publish.waiting': 'Čeká se na dokončení úloh před zveřejněním',\n /** Message prompting the user to confirm that they want to restore to an earlier version*/\n 'action.restore.confirm-dialog.confirm-discard-changes':\n 'Jste si jisti, že chcete obnovit tento dokument?',\n /** Fallback tooltip for when user is looking at the initial version */\n 'action.restore.disabled.cannot-restore-initial': 'Nemůžete obnovit počáteční verzi',\n /** Label for the \"Restore\" document action */\n 'action.restore.label': 'Obnovit',\n /** Default tooltip for the action */\n 'action.restore.tooltip': 'Obnovit na tuto verzi',\n /** Tooltip when action is disabled because the document is not already published */\n 'action.unpublish.disabled.not-published': 'Tento dokument není publikován',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.unpublish.disabled.not-ready': 'Operace není připravena',\n /** Label for the \"Unpublish\" document action */\n 'action.unpublish.label': 'Zrušit publikaci',\n /** Fallback tooltip for the Unpublish document action when publish is invoked for a document with live edit enabled.*/\n 'action.unpublish.live-edit.disabled':\n 'Tento dokument má povoleno živé úpravy a nemůže být zrušena jeho publikace',\n\n /** The text for the restore button on the deleted document banner */\n 'banners.deleted-document-banner.restore-button.text': 'Obnovit nejnovější verzi',\n /** The text content for the deleted document banner */\n 'banners.deleted-document-banner.text': 'Tento dokument byl smazán.',\n /** The text for the permission check banner if the user only has one role, and it does not allow updating this document */\n 'banners.permission-check-banner.missing-permission_create_one':\n 'Vaše role <Roles/> nemá oprávnění vytvořit tento dokument.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow updating this document */\n 'banners.permission-check-banner.missing-permission_create_other':\n 'Vaše role <Roles/> nemají oprávnění vytvořit tento dokument.',\n /** The text for the permission check banner if the user only has one role, and it does not allow updating this document */\n 'banners.permission-check-banner.missing-permission_update_one':\n 'Vaše role <Roles/> nemá oprávnění aktualizovat tento dokument.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow updating this document */\n 'banners.permission-check-banner.missing-permission_update_other':\n 'Vaše role <Roles/> nemají oprávnění aktualizovat tento dokument.',\n /** The text for the reload button */\n 'banners.reference-changed-banner.reason-changed.reload-button.text': 'Znovu načíst referenci',\n /** The text for the reference change banner if the reason is that the reference has been changed */\n 'banners.reference-changed-banner.reason-changed.text':\n 'Tato reference byla změněna od doby, co jste ji otevřeli.',\n /** The text for the close button */\n 'banners.reference-changed-banner.reason-removed.close-button.text': 'Zavřít referenci',\n /** The text for the reference change banner if the reason is that the reference has been deleted */\n 'banners.reference-changed-banner.reason-removed.text':\n 'Tato reference byla odstraněna od doby, co jste ji otevřeli.',\n\n /** The action menu button aria-label */\n 'buttons.action-menu-button.aria-label': 'Otevřít akce dokumentu',\n /** The aria-label for the split pane button on the document panel header */\n 'buttons.split-pane-button.aria-label': 'Rozdělit panel vpravo',\n /** The tool tip for the split pane button on the document panel header */\n 'buttons.split-pane-button.tooltip': 'Rozdělit panel vpravo',\n /** The title for the close button on the split pane on the document panel header */\n 'buttons.split-pane-close-button.title': 'Zavřít rozdělený panel',\n /** The title for the close group button on the split pane on the document panel header */\n 'buttons.split-pane-close-group-button.title': 'Zavřít skupinu panelů',\n\n /** The text in the \"Cancel\" button in the confirm delete dialog that cancels the action and closes the dialog */\n 'confirm-delete-dialog.cancel-button.text': 'Zrušit',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_one': '1 dokument',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_other': '{{count}} dokumentů',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_one': 'Dataset: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_other': 'Datasety: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_one': 'Nedostupný dataset',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_other': 'Nedostupné datasety',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (singular) */\n 'confirm-delete-dialog.cdr-summary.title_one': '{{documentCount}} v jiném datasetu',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (plural) */\n 'confirm-delete-dialog.cdr-summary.title_other': '{{documentCount}} v {{count}} datasety',\n /** Appears when hovering over the copy button to copy */\n 'confirm-delete-dialog.cdr-table.copy-id-button.tooltip': 'Zkopírovat ID do schránky',\n /** The header for the dataset column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.dataset.label': 'Dataset',\n /** The header for the document ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.document-id.label': 'ID dokumentu',\n /** The toast title when the copy button has been clicked */\n 'confirm-delete-dialog.cdr-table.id-copied-toast.title': 'ID dokumentu zkopírováno do schránky!',\n /** The header for the project ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.project-id.label': 'ID projektu',\n /** The text in the \"Delete anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_delete': 'Smazat přesto',\n /** The text in the \"Unpublish anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_unpublish': 'Zrušit publikaci přesto',\n /** The text in the \"Delete now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_delete': 'Smazat nyní',\n /** The text in the \"Unpublish now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_unpublish': 'Zrušit publikaci nyní',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_delete':\n 'Jste si jisti, že chcete smazat „<DocumentTitle/>“?',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_unpublish':\n 'Jste si jisti, že chcete zrušit publikaci „<DocumentTitle/>“?',\n /** The text body of the error dialog. */\n 'confirm-delete-dialog.error.message.text': 'Při načítání odkazujících dokumentů došlo k chybě.',\n /** The text in the retry button of the confirm delete dialog if an error occurred. */\n 'confirm-delete-dialog.error.retry-button.text': 'Zkusit znovu',\n /** The header of the confirm delete dialog if an error occurred while the confirm delete dialog was open. */\n 'confirm-delete-dialog.error.title.text': 'Chyba',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_delete': 'Smazat dokument?',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_unpublish': 'Zrušit publikaci dokumentu?',\n /** The text that appears while the referring documents are queried */\n 'confirm-delete-dialog.loading.text': 'Hledání odkazujících dokumentů…',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_one': '1 další odkaz není zobrazen',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_other':\n '{{count}} dalších referencí není zobrazeno',\n /** Text in the tooltip of this component if hovering over the info icon */\n 'confirm-delete-dialog.other-reference-count.tooltip':\n 'Nemůžeme zobrazit metadata pro tyto reference kvůli chybějícímu přístupovému tokenu pro související datasety.',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.subtitle': 'ID: {{documentId}}',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.title': 'Náhled není k dispozici',\n /** Warns the user of affects to other documents if the action is confirmed (delete) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_delete':\n 'Pokud smažete tento dokument, dokumenty, které na něj odkazují, již nebudou moci získat přístup.',\n /** Warns the user of affects to other documents if the action is confirmed (unpublish) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_unpublish':\n 'Pokud zrušíte publikaci tohoto dokumentu, dokumenty, které na něj odkazují, již nebudou moci získat přístup.',\n /** Tells the user the count of how many other referring documents there are before listing them. (singular) */\n 'confirm-delete-dialog.referring-document-count.text_one':\n '1 dokument odkazuje na „<DocumentTitle/>“',\n /** Tells the user the count of how many other referring documents there are before listing them. (plural) */\n 'confirm-delete-dialog.referring-document-count.text_other':\n '{{count}} dokumentů odkazuje na „<DocumentTitle/>“',\n /** Describes the list of documents that refer to the one trying to be deleted (delete) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_delete':\n 'Možná nebudete moci smazat „<DocumentTitle/>“, protože na něj odkazují následující dokumenty:',\n /** Describes the list of documents that refer to the one trying to be deleted (unpublish) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_unpublish':\n 'Možná nebudete moci zrušit publikaci „<DocumentTitle/>“, protože na něj odkazují následující dokumenty:',\n\n /** The text for the cancel button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.cancel-button.fallback-text': 'Zrušit',\n /** The text for the confirm button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.confirm-button.fallback-text': 'Potvrdit',\n\n /** The text shown if there was an error while getting the document's title via a preview value */\n 'doc-title.error.text': 'Chyba: {{errorMessage}}',\n /** The text shown if the preview value for a document is non-existent or empty */\n 'doc-title.fallback.text': 'Bez názvu',\n /** The text shown if a document's title via a preview value cannot be determined due to an unknown schema type */\n 'doc-title.unknown-schema-type.text': 'Neznámý typ schématu: {{schemaType}}',\n\n /** The title shown in the dialog header, when inspecting a valid document */\n 'document-inspector.dialog.title': 'Inspekce <DocumentTitle/>',\n /** The title shown in the dialog header, when the document being inspected is not created yet/has no value */\n 'document-inspector.dialog.title-no-value': 'Bez hodnoty',\n /** Title shown for menu item that opens the \"Inspect\" dialog */\n 'document-inspector.menu-item.title': 'Inspekce',\n /** the placeholder text for the search input on the inspect dialog */\n 'document-inspector.search.placeholder': 'Hledat',\n /** The \"parsed\" view mode, meaning the JSON is searchable, collapsible etc */\n 'document-inspector.view-mode.parsed': 'Zpracované',\n /** The \"raw\" view mode, meaning the JSON is presented syntax-highlighted, but with no other features - optimal for copying */\n 'document-inspector.view-mode.raw-json': 'Surový JSON',\n\n /** The text for when a form is hidden */\n 'document-view.form-view.form-hidden': 'Tento formulář je skrytý',\n /** The text for when the form view is loading a document */\n 'document-view.form-view.loading': 'Načítání dokumentu…',\n /** The description of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.description':\n 'Vyčkejte, prosím, dokud se dokument synchronizuje. To se obvykle děje ihned po publikaci dokumentu a nemělo by to trvat déle než několik sekund',\n /** The title of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.title': 'Synchronizace dokumentu…',\n\n /** The loading messaging for when the tooltip is still loading permission info */\n 'insufficient-permissions-message-tooltip.loading-text': 'Načítání…',\n\n /** --- Menu items --- */\n /** The menu item title to use the compact view */\n 'menu-items.layout.compact-view': 'Kompaktní zobrazení',\n /** The menu item title to use the detailed view */\n 'menu-items.layout.detailed-view': 'Detailní zobrazení',\n /** The menu item title to Sort by Created */\n 'menu-items.sort-by.created': 'Seřadit podle data vytvoření',\n /** The menu item title to Sort by Last Edited */\n 'menu-items.sort-by.last-edited': 'Seřadit podle poslední úpravy',\n\n /** The link text of the no document type screen that appears directly below the subtitle */\n 'no-document-types-screen.link-text': 'Zjistěte, jak přidat typ dokumentu →',\n /** The subtitle of the no document type screen that appears directly below the title */\n 'no-document-types-screen.subtitle':\n 'Prosím, definujte alespoň jeden typ dokumentu ve vašem schématu.',\n /** The title of the no document type screen */\n 'no-document-types-screen.title': 'Žádné typy dokumentů',\n\n /** tooltip text (via `title` attribute) for the menu button */\n 'pane-header.context-menu-button.tooltip': 'Zobrazit menu',\n /** Appears in a document list pane header if there are more than one option for create. This is the label for that menu */\n 'pane-header.create-menu.label': 'Vytvořit',\n /** The `aria-label` for the disabled button in the pane header if create permissions are granted */\n 'pane-header.disabled-created-button.aria-label': 'Nedostatečná oprávnění',\n\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.draft-status.has-draft.tooltip': 'Editováno <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.draft-status.no-draft.tooltip': 'Žádné nezveřejněné úpravy',\n /** The subtitle tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.subtitle': 'Dokument: <Code>{{documentId}}</Code>',\n /** The title tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.title':\n 'Pro typ <Code>{{documentType}}</Code> nebylo nalezeno schéma',\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.published-status.has-published.tooltip': 'Publikováno <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.published-status.no-published.tooltip': 'Žádné nezveřejněné úpravy',\n\n /** The text used in the document header title if there is an error */\n 'panes.document-header-title.error.text': 'Chyba: {{error}}',\n /** The text used in the document header title if creating a new item */\n 'panes.document-header-title.new.text': 'Nový {{schemaType}}',\n /** The text used in the document header title if no other title can be determined */\n 'panes.document-header-title.untitled.text': 'Bez názvu',\n /** The text for the retry button on the document list pane */\n 'panes.document-list-pane.error.retry-button.text': 'Zkusit znovu',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text': 'Chyba: <Code>{{error}}</Code>',\n /** The error title on the document list pane */\n 'panes.document-list-pane.error.title': 'Nepodařilo se načíst položky seznamu',\n /** The text of the document list pane if more than a maximum number of documents are returned */\n 'panes.document-list-pane.max-items.text': 'Zobrazuje se maximálně {{limit}} dokumentů',\n /** The text of the document list pane if no documents are found for a specified type */\n 'panes.document-list-pane.no-documents-of-type.text': 'Žádné dokumenty tohoto typu',\n /** The text of the document list pane if no documents are found */\n 'panes.document-list-pane.no-documents.text': 'Nebyly nalezeny žádné výsledky',\n /** The text of the document list pane if no documents are found matching specified criteria */\n 'panes.document-list-pane.no-matching-documents.text':\n 'Nebyly nalezeny žádné odpovídající dokumenty',\n /** The aria-label for the search input on the document list pane */\n 'panes.document-list-pane.search-input.aria-label': 'Prohledat seznam',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.search-input.placeholder': 'Prohledat seznam',\n /** The summary title when displaying an error for a document operation result */\n 'panes.document-operation-results.error.summary.title': 'Podrobnosti',\n /** The text when a generic operation failed (fallback, generally not shown) */\n 'panes.document-operation-results.operation-error': 'Během {{context}} došlo k chybě',\n /** The text when a delete operation failed */\n 'panes.document-operation-results.operation-error_delete':\n 'Při pokusu o smazání tohoto dokumentu došlo k chybě. To obvykle znamená, že na něj odkazují jiné dokumenty.',\n /** The text when an unpublish operation failed */\n 'panes.document-operation-results.operation-error_unpublish':\n 'Při pokusu o zrušení publikace tohoto dokumentu došlo k chybě. To obvykle znamená, že na něj odkazují jiné dokumenty.',\n /** The text when a generic operation succeded (fallback, generally not shown) */\n 'panes.document-operation-results.operation-success':\n 'Úspěšně provedeno {{context}} na dokumentu',\n /** The text when a delete operation succeded */\n 'panes.document-operation-results.operation-success_delete': 'Dokument byl úspěšně smazán',\n /** The text when a discard changes operation succeeded */\n 'panes.document-operation-results.operation-success_discardChanges':\n 'Všechny změny od poslední publikace byly nyní zrušeny. Zahozený koncept lze stále obnovit z historie',\n /** The text when a publish operation succeeded */\n 'panes.document-operation-results.operation-success_publish': 'Dokument byl publikován',\n /** The text when an unpublish operation succeeded */\n 'panes.document-operation-results.operation-success_unpublish':\n 'Publikace dokumentu byla zrušena. Z poslední publikované verze byl vytvořen koncept.',\n /** The title of the reconnecting toast */\n 'panes.document-pane-provider.reconnecting.title':\n 'Spojení bylo přerušeno. Opětovné připojování…',\n /** The loading message for the document not found pane */\n 'panes.document-pane.document-not-found.loading': 'Načítání dokumentu…',\n /** The text of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.text':\n 'Typ dokumentu není definován a dokument s identifikátorem <Code>{{id}}</Code> nebyl nalezen.',\n /** The title of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.title': 'Dokument nebyl nalezen',\n /** The text of the document not found pane if the schema is not found */\n 'panes.document-pane.document-unknown-type.text':\n 'Tento dokument má schéma typu <Code>{{documentType}}</Code>, které není definováno jako typ v lokálním schématu obsahu studia.',\n /** The title of the document not found pane if the schema is not found or unknown */\n 'panes.document-pane.document-unknown-type.title':\n 'Neznámý typ dokumentu: <Code>{{documentType}}</Code>',\n /** The title of the document not found pane if the schema is unknown */\n 'panes.document-pane.document-unknown-type.without-schema.text':\n 'Tento dokument neexistuje a nebyl pro něj určen žádný typ schématu.',\n /** The text to display when type is missing */\n 'panes.unknown-pane-type.missing-type.text':\n 'Strukturní položka postrádá požadovanou vlastnost <Code>type</Code>.',\n /** The title of the unknown pane */\n 'panes.unknown-pane-type.title': 'Neznámý typ panelu',\n /** The text to display when type is unknown */\n 'panes.unknown-pane-type.unknown-type.text':\n 'Strukturní položka typu <Code>{{type}}</Code> není známou entitou.',\n\n /** The text for the \"Open preview\" action for a document */\n 'production-preview.menu-item.title': 'Otevřít náhled',\n\n /** Accessibility label indicating when the document was last published, in relative time, eg \"3 weeks ago\" */\n 'status-bar.publish-status-button.last-published-time.aria-label':\n 'Naposledy publikováno {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last published <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-published-time.tooltip':\n 'Naposledy publikováno <RelativeTime/>',\n /** Accessibility label indicating when the document was last updated, in relative time, eg \"2 hours ago\" */\n 'status-bar.publish-status-button.last-updated-time.aria-label':\n 'Naposledy aktualizováno {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last updated <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-updated-time.tooltip':\n 'Naposledy aktualizováno <RelativeTime/>',\n /** Aria label for the button */\n 'status-bar.review-changes-button.aria-label': 'Zkontrolovat změny',\n /** Label for button when status is saved */\n 'status-bar.review-changes-button.status.saved.text': 'Uloženo!',\n /** Label for button when status is syncing */\n 'status-bar.review-changes-button.status.syncing.text': 'Ukládání...',\n /** Text for the secondary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.changes-saved': 'Změny uloženy',\n /** Primary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.text': 'Zkontrolovat změny',\n\n /** The text that appears in side the documentation link */\n 'structure-error.docs-link.text': 'Zobrazit dokumentaci',\n /** Labels the error message or error stack of the structure error screen */\n 'structure-error.error.label': 'Chyba',\n /** The header that appears at the top of the error screen */\n 'structure-error.header.text': 'Při čtení struktury došlo k chybě',\n /** The text in the reload button to retry rendering the structure */\n 'structure-error.reload-button.text': 'Znovu načíst',\n /** Labels the structure path of the structure error screen */\n 'structure-error.structure-path.label': 'Cesta struktury',\n})\n"],"names":["removeUndefinedLocaleResources","structure"],"mappings":"yCAEAA,MAAA,SAAA,IAAAC,EAAeD,EAA+B,CAE5C,mCAAoC,0BAEpC,2CAA4C,qDAE5C,sBAAuB,SAEvB,8BAA+B,WAE/B,gEACE,2EAEF,4CAA6C,+CAE7C,gDAAiD,gCAEjD,4CAA6C,0BAE7C,+BAAgC,gBAEhC,sCAAuC,0BAEvC,iDACE,4DAEF,yBAA0B,aAE1B,iCAAkC,gBAElC,uDAAwD,iBAExD,2CAA4C,yCAE5C,oCAAqC,0BAErC,6BAA8B,YAE9B,iCAAkC,YAElC,4CACE,gFAEF,mCACE,8GAEF,oCAAqC,2BAErC,iCAAkC,aAElC,+BAAgC,iBAEhC,2CACE,4FAEF,yBAA0B,6CAE1B,wDACE,mDAEF,iDAAkD,mCAElD,uBAAwB,UAExB,yBAA0B,wBAE1B,0CAA2C,iCAE3C,sCAAuC,0BAEvC,yBAA0B,mBAE1B,sCACE,6EAGF,sDAAuD,2BAEvD,uCAAwC,6BAExC,gEACE,6DAEF,kEACE,+DAEF,gEACE,iEAEF,kEACE,mEAEF,qEAAsE,yBAEtE,uDACE,4DAEF,oEAAqE,mBAErE,uDACE,+DAGF,wCAAyC,yBAEzC,uCAAwC,wBAExC,oCAAqC,wBAErC,wCAAyC,yBAEzC,8CAA+C,wBAG/C,2CAA4C,SAE5C,uDAAwD,aAExD,yDAA0D,sBAE1D,iDAAkD,wBAElD,mDAAoD,yBAEpD,6DAA8D,qBAE9D,+DAAgE,sBAEhE,8CAA+C,qCAE/C,gDAAiD,yCAEjD,yDAA0D,4BAE1D,gDAAiD,UAEjD,oDAAqD,eAErD,wDAAyD,wCAEzD,mDAAoD,cAEpD,0DAA2D,gBAE3D,6DAA8D,0BAE9D,mDAAoD,cAEpD,sDAAuD,wBAEvD,iDACE,sDAEF,oDACE,gEAEF,2CAA4C,qDAE5C,gDAAiD,eAEjD,yCAA0C,QAE1C,2CAA4C,mBAE5C,8CAA+C,8BAE/C,qCAAsC,kCAEtC,wDAAyD,8BAEzD,0DACE,6CAEF,sDACE,gHAEF,kEAAmE,qBAEnE,+DAAgE,0BAEhE,qEACE,mGAEF,wEACE,+GAEF,0DACE,4CAEF,4DACE,qDAEF,mEACE,gGAEF,sEACE,0GAGF,6CAA8C,SAE9C,8CAA+C,WAG/C,uBAAwB,0BAExB,0BAA2B,YAE3B,qCAAsC,uCAGtC,kCAAmC,4BAEnC,2CAA4C,cAE5C,qCAAsC,WAEtC,wCAAyC,SAEzC,sCAAuC,aAEvC,wCAAyC,cAGzC,sCAAuC,2BAEvC,kCAAmC,sBAEnC,sDACE,kJAEF,gDAAiD,2BAGjD,wDAAyD,YAIzD,iCAAkC,sBAElC,kCAAmC,qBAEnC,6BAA8B,+BAE9B,iCAAkC,gCAGlC,qCAAsC,uCAEtC,oCACE,mEAEF,iCAAkC,uBAGlC,0CAA2C,gBAE3C,gCAAiC,WAEjC,iDAAkD,yBAGlD,2CAA4C,4BAE5C,0CAA2C,4BAE3C,yCAA0C,wCAE1C,sCACE,+DAEF,mDAAoD,8BAEpD,kDAAmD,4BAGnD,yCAA0C,mBAE1C,uCAAwC,sBAExC,4CAA6C,YAE7C,mDAAoD,eAEpD,sCAAuC,gCAEvC,uCAAwC,uCAExC,0CAA2C,6CAE3C,qDAAsD,8BAEtD,6CAA8C,iCAE9C,sDACE,+CAEF,mDAAoD,mBAEpD,oDAAqD,mBAErD,uDAAwD,cAExD,mDAAoD,kCAEpD,0DACE,8GAEF,6DACE,wHAEF,qDACE,6CAEF,4DAA6D,8BAE7D,oEACE,uGAEF,6DAA8D,0BAE9D,+DACE,uFAEF,kDACE,gDAEF,iDAAkD,sBAElD,8CACE,+FAEF,+CAAgD,yBAEhD,iDACE,iIAEF,kDACE,uDAEF,gEACE,sEAEF,4CACE,uEAEF,gCAAiC,qBAEjC,4CACE,qEAGF,qCAAsC,iBAGtC,kEACE,yCAEF,+DACE,wCAEF,gEACE,2CAEF,6DACE,0CAEF,8CAA+C,qBAE/C,qDAAsD,WAEtD,uDAAwD,cAExD,yDAA0D,gBAE1D,gDAAiD,qBAGjD,iCAAkC,uBAElC,8BAA+B,QAE/B,8BAA+B,oCAE/B,qCAAsC,eAEtC,uCAAwC,2BACzCC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{removeUndefinedLocaleResources as e}from"sanity";var t=e({"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"});export{t as default};//# sourceMappingURL=studio-QfOlr8oU.js.map
|