@sanity/locale-cs-cz 1.1.21 → 1.1.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_chunks-cjs/structure.cjs +7 -1
- package/dist/_chunks-cjs/structure.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +119 -13
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-cjs/vision.cjs +2 -0
- package/dist/_chunks-cjs/vision.cjs.map +1 -1
- package/dist/_chunks-es/structure.js +7 -1
- package/dist/_chunks-es/structure.js.map +1 -1
- package/dist/_chunks-es/studio.js +119 -13
- package/dist/_chunks-es/studio.js.map +1 -1
- package/dist/_chunks-es/vision.js +2 -0
- package/dist/_chunks-es/vision.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
- package/src/structure.ts +8 -0
- package/src/studio.ts +134 -13
- package/src/vision.ts +2 -0
|
@@ -103,6 +103,8 @@ var vision = removeUndefinedLocaleResources({
|
|
|
103
103
|
"settings.perspectives.new-default.description": 'V\xFDchoz\xED perspektiva se zm\u011Bn\xED z "<code>raw</code>" na "<code>published</code>" v nadch\xE1zej\xEDc\xED verzi API. Pro v\xEDce informac\xED se pros\xEDm pora\u010Fte s dokumentac\xED.',
|
|
104
104
|
/** Label for the pinned release perspective */
|
|
105
105
|
"settings.perspectives.pinned-release-label": "P\u0159ipnut\xE9 vyd\xE1n\xED",
|
|
106
|
+
/** Label for the scheduled drafts perspective */
|
|
107
|
+
"settings.perspectives.scheduled-drafts": "Napl\xE1novan\xE9 koncepty",
|
|
106
108
|
/** Title for popover that explains what "Perspectives" are */
|
|
107
109
|
"settings.perspectives.title": "Perspektivy"
|
|
108
110
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vision.js","sources":["../../src/vision.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for action \"Copy to clipboard\", tied to the \"Query URL\" field. Also used for accessibility purposes on button */\n 'action.copy-url-to-clipboard': 'Kopírovat do schránky',\n /** Label for deleting a query */\n 'action.delete': 'Smazat',\n /** Label for editing a query's title */\n 'action.edit-title': 'Upravit název',\n /** Label for stopping an ongoing listen operation */\n 'action.listen-cancel': 'Zastavit',\n /** Label for setting up a listener */\n 'action.listen-execute': 'Poslouchat',\n /** Label for query loading table */\n 'action.load-queries': 'Načíst dotazy',\n /** Label for loading a query */\n 'action.load-query': 'Načíst dotaz',\n /** Label for cancelling an ongoing query */\n 'action.query-cancel': 'Zrušit',\n /** Label for executing the query, eg doing a fetch */\n 'action.query-execute': 'Načíst',\n /** Label for saving a query */\n 'action.save-query': 'Uložit dotaz',\n /** Label for updating a query */\n 'action.update': 'Aktualizovat',\n\n /** Label for actions user can take */\n 'label.actions': 'Akce',\n /** Label for saved queries that have been edited */\n 'label.edited': 'Upraveno',\n /**\n * Some features has a \"New\" label indicating that the feature was recently introduced.\n * This defines what the text of that label is. Keep it short and sweet.\n */\n 'label.new': 'Nové',\n /** Label for query type \"personal\" */\n 'label.personal': 'Osobní',\n /** Label for savedAt date */\n 'label.saved-at': 'Uloženo v',\n /** Saved queries */\n 'label.saved-queries': 'Uložené dotazy',\n /** Search queries */\n 'label.search-queries': 'Hledat dotazy',\n /** Share query */\n 'label.share': 'Sdílet',\n /** Label for saved query type \"team\" */\n 'label.team': 'Tým',\n\n /** Error message for when the \"Params\" input are not a valid json */\n 'params.error.params-invalid-json': 'Parametry nejsou platný JSON',\n /** Label for \"Params\" (parameters) editor/input */\n 'params.label': 'Parametry',\n\n /** Label for 'Column' indicator when there is an error within the query */\n 'query.error.column': 'Sloupec',\n /** Label for 'Line' indicator when there is an error within the query */\n 'query.error.line': 'Řádek',\n /** Label for \"Query\" editor/input */\n 'query.label': 'Dotaz',\n /** Label for the \"Query URL\" field, shown after executing a query, and allows for copying */\n 'query.url': 'URL dotazu',\n\n /** Label for \"End to End time\" information of the fetched query */\n 'result.end-to-end-time-label': 'Celkový čas',\n /** Label for \"Execution time\" information of the fetched query */\n 'result.execution-time-label': 'Doba vykonání',\n /** Label for \"Result\" explorer/view */\n 'result.label': 'Výsledek',\n /** Tooltip text shown when the query result is not encodable as CSV */\n 'result.save-result-as-csv.not-csv-encodable': 'Výsledek nelze zakódovat jako CSV',\n /** Label for \"Save result as\" result action */\n 'result.save-result-as-format': 'Uložit výsledek jako <SaveResultButtons/>',\n /**\n * \"Not applicable\" message for when there is no Execution time or End to End time information\n * available for the query (eg when the query has not been executed, or errored)\n */\n 'result.timing-not-applicable': 'nepoužitelné',\n\n /** Query already saved error label */\n 'save-query.already-saved': 'Dotaz již byl uložen',\n /** Save error label */\n 'save-query.error': 'Chyba při ukládání dotazu',\n /** Save success label */\n 'save-query.success': 'Dotaz uložen',\n\n /** Label for the \"API version\" dropdown in settings */\n 'settings.api-version-label': 'Verze API',\n /** Label for the \"Custom API version\" input in settings, shown when \"other\" is chosen as API version */\n 'settings.custom-api-version-label': 'Vlastní verze API',\n /** Label for the \"Dataset\" dropdown in vision settings */\n 'settings.dataset-label': 'Dataset',\n /** Error label for when the API version in 'Custom API version' input is invalid */\n 'settings.error.invalid-api-version': 'Neplatná verze API',\n /** Label for the \"other\" versions within the \"API version\" dropdown */\n 'settings.other-api-version-label': 'Jiné',\n /**\n * Label for the \"Perspective\" dropdown in vision settings\n * @see {@link https://www.sanity.io/docs/perspectives}\n */\n 'settings.perspective-label': 'Perspektiva',\n /** Notification about previewDrafts to drafts rename */\n 'settings.perspective.preview-drafts-renamed-to-drafts.description':\n 'Perspektiva \"<code>previewDrafts</code>\" byla přejmenována na \"<code>drafts</code>\" a nyní je zastaralá. Tato změna je účinná pro všechny verze s podporou perspektivy (>= v2021-03-25).',\n /** Call to action to read the docs related to \"Perspectives\" */\n 'settings.perspectives.action.docs-link': 'Číst dokumentaci',\n /** Option for selecting default perspective */\n 'settings.perspectives.default': 'Žádná perspektiva (výchozí API)',\n /** Description for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.description':\n 'Perspektivy umožňují spouštět váš dotaz proti různým \"pohledům\" na obsah ve vašem datasetu',\n /** Description for upcoming default perspective change */\n 'settings.perspectives.new-default.description':\n 'Výchozí perspektiva se změní z \"<code>raw</code>\" na \"<code>published</code>\" v nadcházející verzi API. Pro více informací se prosím poraďte s dokumentací.',\n /** Label for the pinned release perspective */\n 'settings.perspectives.pinned-release-label': 'Připnuté vydání',\n /** Title for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.title': 'Perspektivy',\n})\n"],"names":[],"mappings":";AAEA,IAAA,SAAe,+BAA+B;AAAA;AAAA,EAE5C,gCAAgC;AAAA;AAAA,EAEhC,iBAAiB;AAAA;AAAA,EAEjB,qBAAqB;AAAA;AAAA,EAErB,wBAAwB;AAAA;AAAA,EAExB,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA,EAEvB,qBAAqB;AAAA;AAAA,EAErB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA,EAExB,qBAAqB;AAAA;AAAA,EAErB,iBAAiB;AAAA;AAAA,EAGjB,iBAAiB;AAAA;AAAA,EAEjB,gBAAgB;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhB,aAAa;AAAA;AAAA,EAEb,kBAAkB;AAAA;AAAA,EAElB,kBAAkB;AAAA;AAAA,EAElB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA,EAExB,eAAe;AAAA;AAAA,EAEf,cAAc;AAAA;AAAA,EAGd,oCAAoC;AAAA;AAAA,EAEpC,gBAAgB;AAAA;AAAA,EAGhB,sBAAsB;AAAA;AAAA,EAEtB,oBAAoB;AAAA;AAAA,EAEpB,eAAe;AAAA;AAAA,EAEf,aAAa;AAAA;AAAA,EAGb,gCAAgC;AAAA;AAAA,EAEhC,+BAA+B;AAAA;AAAA,EAE/B,gBAAgB;AAAA;AAAA,EAEhB,+CAA+C;AAAA;AAAA,EAE/C,gCAAgC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhC,gCAAgC;AAAA;AAAA,EAGhC,4BAA4B;AAAA;AAAA,EAE5B,oBAAoB;AAAA;AAAA,EAEpB,sBAAsB;AAAA;AAAA,EAGtB,8BAA8B;AAAA;AAAA,EAE9B,qCAAqC;AAAA;AAAA,EAErC,0BAA0B;AAAA;AAAA,EAE1B,sCAAsC;AAAA;AAAA,EAEtC,oCAAoC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKpC,8BAA8B;AAAA;AAAA,EAE9B,qEACE;AAAA;AAAA,EAEF,0CAA0C;AAAA;AAAA,EAE1C,iCAAiC;AAAA;AAAA,EAEjC,qCACE;AAAA;AAAA,EAEF,iDACE;AAAA;AAAA,EAEF,8CAA8C;AAAA;AAAA,EAE9C,+BAA+B;AACjC,CAAC;"}
|
|
1
|
+
{"version":3,"file":"vision.js","sources":["../../src/vision.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for action \"Copy to clipboard\", tied to the \"Query URL\" field. Also used for accessibility purposes on button */\n 'action.copy-url-to-clipboard': 'Kopírovat do schránky',\n /** Label for deleting a query */\n 'action.delete': 'Smazat',\n /** Label for editing a query's title */\n 'action.edit-title': 'Upravit název',\n /** Label for stopping an ongoing listen operation */\n 'action.listen-cancel': 'Zastavit',\n /** Label for setting up a listener */\n 'action.listen-execute': 'Poslouchat',\n /** Label for query loading table */\n 'action.load-queries': 'Načíst dotazy',\n /** Label for loading a query */\n 'action.load-query': 'Načíst dotaz',\n /** Label for cancelling an ongoing query */\n 'action.query-cancel': 'Zrušit',\n /** Label for executing the query, eg doing a fetch */\n 'action.query-execute': 'Načíst',\n /** Label for saving a query */\n 'action.save-query': 'Uložit dotaz',\n /** Label for updating a query */\n 'action.update': 'Aktualizovat',\n\n /** Label for actions user can take */\n 'label.actions': 'Akce',\n /** Label for saved queries that have been edited */\n 'label.edited': 'Upraveno',\n /**\n * Some features has a \"New\" label indicating that the feature was recently introduced.\n * This defines what the text of that label is. Keep it short and sweet.\n */\n 'label.new': 'Nové',\n /** Label for query type \"personal\" */\n 'label.personal': 'Osobní',\n /** Label for savedAt date */\n 'label.saved-at': 'Uloženo v',\n /** Saved queries */\n 'label.saved-queries': 'Uložené dotazy',\n /** Search queries */\n 'label.search-queries': 'Hledat dotazy',\n /** Share query */\n 'label.share': 'Sdílet',\n /** Label for saved query type \"team\" */\n 'label.team': 'Tým',\n\n /** Error message for when the \"Params\" input are not a valid json */\n 'params.error.params-invalid-json': 'Parametry nejsou platný JSON',\n /** Label for \"Params\" (parameters) editor/input */\n 'params.label': 'Parametry',\n\n /** Label for 'Column' indicator when there is an error within the query */\n 'query.error.column': 'Sloupec',\n /** Label for 'Line' indicator when there is an error within the query */\n 'query.error.line': 'Řádek',\n /** Label for \"Query\" editor/input */\n 'query.label': 'Dotaz',\n /** Label for the \"Query URL\" field, shown after executing a query, and allows for copying */\n 'query.url': 'URL dotazu',\n\n /** Label for \"End to End time\" information of the fetched query */\n 'result.end-to-end-time-label': 'Celkový čas',\n /** Label for \"Execution time\" information of the fetched query */\n 'result.execution-time-label': 'Doba vykonání',\n /** Label for \"Result\" explorer/view */\n 'result.label': 'Výsledek',\n /** Tooltip text shown when the query result is not encodable as CSV */\n 'result.save-result-as-csv.not-csv-encodable': 'Výsledek nelze zakódovat jako CSV',\n /** Label for \"Save result as\" result action */\n 'result.save-result-as-format': 'Uložit výsledek jako <SaveResultButtons/>',\n /**\n * \"Not applicable\" message for when there is no Execution time or End to End time information\n * available for the query (eg when the query has not been executed, or errored)\n */\n 'result.timing-not-applicable': 'nepoužitelné',\n\n /** Query already saved error label */\n 'save-query.already-saved': 'Dotaz již byl uložen',\n /** Save error label */\n 'save-query.error': 'Chyba při ukládání dotazu',\n /** Save success label */\n 'save-query.success': 'Dotaz uložen',\n\n /** Label for the \"API version\" dropdown in settings */\n 'settings.api-version-label': 'Verze API',\n /** Label for the \"Custom API version\" input in settings, shown when \"other\" is chosen as API version */\n 'settings.custom-api-version-label': 'Vlastní verze API',\n /** Label for the \"Dataset\" dropdown in vision settings */\n 'settings.dataset-label': 'Dataset',\n /** Error label for when the API version in 'Custom API version' input is invalid */\n 'settings.error.invalid-api-version': 'Neplatná verze API',\n /** Label for the \"other\" versions within the \"API version\" dropdown */\n 'settings.other-api-version-label': 'Jiné',\n /**\n * Label for the \"Perspective\" dropdown in vision settings\n * @see {@link https://www.sanity.io/docs/perspectives}\n */\n 'settings.perspective-label': 'Perspektiva',\n /** Notification about previewDrafts to drafts rename */\n 'settings.perspective.preview-drafts-renamed-to-drafts.description':\n 'Perspektiva \"<code>previewDrafts</code>\" byla přejmenována na \"<code>drafts</code>\" a nyní je zastaralá. Tato změna je účinná pro všechny verze s podporou perspektivy (>= v2021-03-25).',\n /** Call to action to read the docs related to \"Perspectives\" */\n 'settings.perspectives.action.docs-link': 'Číst dokumentaci',\n /** Option for selecting default perspective */\n 'settings.perspectives.default': 'Žádná perspektiva (výchozí API)',\n /** Description for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.description':\n 'Perspektivy umožňují spouštět váš dotaz proti různým \"pohledům\" na obsah ve vašem datasetu',\n /** Description for upcoming default perspective change */\n 'settings.perspectives.new-default.description':\n 'Výchozí perspektiva se změní z \"<code>raw</code>\" na \"<code>published</code>\" v nadcházející verzi API. Pro více informací se prosím poraďte s dokumentací.',\n /** Label for the pinned release perspective */\n 'settings.perspectives.pinned-release-label': 'Připnuté vydání',\n /** Label for the scheduled drafts perspective */\n 'settings.perspectives.scheduled-drafts': 'Naplánované koncepty',\n /** Title for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.title': 'Perspektivy',\n})\n"],"names":[],"mappings":";AAEA,IAAA,SAAe,+BAA+B;AAAA;AAAA,EAE5C,gCAAgC;AAAA;AAAA,EAEhC,iBAAiB;AAAA;AAAA,EAEjB,qBAAqB;AAAA;AAAA,EAErB,wBAAwB;AAAA;AAAA,EAExB,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA,EAEvB,qBAAqB;AAAA;AAAA,EAErB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA,EAExB,qBAAqB;AAAA;AAAA,EAErB,iBAAiB;AAAA;AAAA,EAGjB,iBAAiB;AAAA;AAAA,EAEjB,gBAAgB;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhB,aAAa;AAAA;AAAA,EAEb,kBAAkB;AAAA;AAAA,EAElB,kBAAkB;AAAA;AAAA,EAElB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA,EAExB,eAAe;AAAA;AAAA,EAEf,cAAc;AAAA;AAAA,EAGd,oCAAoC;AAAA;AAAA,EAEpC,gBAAgB;AAAA;AAAA,EAGhB,sBAAsB;AAAA;AAAA,EAEtB,oBAAoB;AAAA;AAAA,EAEpB,eAAe;AAAA;AAAA,EAEf,aAAa;AAAA;AAAA,EAGb,gCAAgC;AAAA;AAAA,EAEhC,+BAA+B;AAAA;AAAA,EAE/B,gBAAgB;AAAA;AAAA,EAEhB,+CAA+C;AAAA;AAAA,EAE/C,gCAAgC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhC,gCAAgC;AAAA;AAAA,EAGhC,4BAA4B;AAAA;AAAA,EAE5B,oBAAoB;AAAA;AAAA,EAEpB,sBAAsB;AAAA;AAAA,EAGtB,8BAA8B;AAAA;AAAA,EAE9B,qCAAqC;AAAA;AAAA,EAErC,0BAA0B;AAAA;AAAA,EAE1B,sCAAsC;AAAA;AAAA,EAEtC,oCAAoC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKpC,8BAA8B;AAAA;AAAA,EAE9B,qEACE;AAAA;AAAA,EAEF,0CAA0C;AAAA;AAAA,EAE1C,iCAAiC;AAAA;AAAA,EAEjC,qCACE;AAAA;AAAA,EAEF,iDACE;AAAA;AAAA,EAEF,8CAA8C;AAAA;AAAA,EAE9C,0CAA0C;AAAA;AAAA,EAE1C,+BAA+B;AACjC,CAAC;"}
|
package/dist/index.cjs
CHANGED
package/dist/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sources":["../src/index.ts"],"sourcesContent":["import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'\n\nconst locale = defineLocale({\n id: 'cs-CZ',\n title: 'Čeština',\n bundles: [\n {\n namespace: 'canvas',\n resources: () => import('./canvas'),\n },\n\n {\n namespace: 'comments',\n resources: () => import('./comments'),\n },\n\n {\n namespace: 'copy-paste',\n resources: () => import('./copy-paste'),\n },\n\n {\n namespace: 'create',\n resources: () => import('./create'),\n },\n\n {\n namespace: 'structure',\n resources: () => import('./structure'),\n },\n\n {\n namespace: 'studio',\n resources: () => import('./studio'),\n },\n\n {\n namespace: 'tasks',\n resources: () => import('./tasks'),\n },\n\n {\n namespace: 'validation',\n resources: () => import('./validation'),\n },\n\n {\n namespace: 'vision',\n resources: () => import('./vision'),\n },\n ],\n weekInfo: {\n firstDay: 1,\n minimalDays:
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":["../src/index.ts"],"sourcesContent":["import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'\n\nconst locale = defineLocale({\n id: 'cs-CZ',\n title: 'Čeština',\n bundles: [\n {\n namespace: 'canvas',\n resources: () => import('./canvas'),\n },\n\n {\n namespace: 'comments',\n resources: () => import('./comments'),\n },\n\n {\n namespace: 'copy-paste',\n resources: () => import('./copy-paste'),\n },\n\n {\n namespace: 'create',\n resources: () => import('./create'),\n },\n\n {\n namespace: 'structure',\n resources: () => import('./structure'),\n },\n\n {\n namespace: 'studio',\n resources: () => import('./studio'),\n },\n\n {\n namespace: 'tasks',\n resources: () => import('./tasks'),\n },\n\n {\n namespace: 'validation',\n resources: () => import('./validation'),\n },\n\n {\n namespace: 'vision',\n resources: () => import('./vision'),\n },\n ],\n weekInfo: {\n firstDay: 1,\n minimalDays: 1,\n weekend: [6, 7],\n },\n})\n\n/**\n * Čeština / Czech locale/translation plugin for Sanity Studio\n *\n * @public\n */\nexport const csCZLocale = definePlugin<{\n title?: string\n weekInfo?: LocaleDefinition['weekInfo']\n} | void>((config) => ({\n name: '@sanity/locale-cs-cz',\n i18n: {\n locales: [config ? {...locale, ...config} : locale],\n },\n}))\n"],"names":["defineLocale","definePlugin"],"mappings":";;;AAEA,MAAM,SAASA,OAAAA,aAAa;AAAA,EAC1B,IAAI;AAAA,EACJ,OAAO;AAAA,EACP,SAAS;AAAA,IACP;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGpC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,4BAAY;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGtC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,8BAAc;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGxC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGpC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,6BAAa;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGvC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGpC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,yBAAS;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGnC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,8BAAc;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGxC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,EACpC;AAAA,EAEF,UAAU;AAAA,IACR,UAAU;AAAA,IACV,aAAa;AAAA,IACb,SAAS,CAAC,GAAG,CAAC;AAAA,EAAA;AAElB,CAAC,GAOY,aAAaC,OAAAA,aAGhB,CAAC,YAAY;AAAA,EACrB,MAAM;AAAA,EACN,MAAM;AAAA,IACJ,SAAS,CAAC,SAAS,EAAC,GAAG,QAAQ,GAAG,OAAA,IAAU,MAAM;AAAA,EAAA;AAEtD,EAAE;;"}
|
package/dist/index.js
CHANGED
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'\n\nconst locale = defineLocale({\n id: 'cs-CZ',\n title: 'Čeština',\n bundles: [\n {\n namespace: 'canvas',\n resources: () => import('./canvas'),\n },\n\n {\n namespace: 'comments',\n resources: () => import('./comments'),\n },\n\n {\n namespace: 'copy-paste',\n resources: () => import('./copy-paste'),\n },\n\n {\n namespace: 'create',\n resources: () => import('./create'),\n },\n\n {\n namespace: 'structure',\n resources: () => import('./structure'),\n },\n\n {\n namespace: 'studio',\n resources: () => import('./studio'),\n },\n\n {\n namespace: 'tasks',\n resources: () => import('./tasks'),\n },\n\n {\n namespace: 'validation',\n resources: () => import('./validation'),\n },\n\n {\n namespace: 'vision',\n resources: () => import('./vision'),\n },\n ],\n weekInfo: {\n firstDay: 1,\n minimalDays:
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'\n\nconst locale = defineLocale({\n id: 'cs-CZ',\n title: 'Čeština',\n bundles: [\n {\n namespace: 'canvas',\n resources: () => import('./canvas'),\n },\n\n {\n namespace: 'comments',\n resources: () => import('./comments'),\n },\n\n {\n namespace: 'copy-paste',\n resources: () => import('./copy-paste'),\n },\n\n {\n namespace: 'create',\n resources: () => import('./create'),\n },\n\n {\n namespace: 'structure',\n resources: () => import('./structure'),\n },\n\n {\n namespace: 'studio',\n resources: () => import('./studio'),\n },\n\n {\n namespace: 'tasks',\n resources: () => import('./tasks'),\n },\n\n {\n namespace: 'validation',\n resources: () => import('./validation'),\n },\n\n {\n namespace: 'vision',\n resources: () => import('./vision'),\n },\n ],\n weekInfo: {\n firstDay: 1,\n minimalDays: 1,\n weekend: [6, 7],\n },\n})\n\n/**\n * Čeština / Czech locale/translation plugin for Sanity Studio\n *\n * @public\n */\nexport const csCZLocale = definePlugin<{\n title?: string\n weekInfo?: LocaleDefinition['weekInfo']\n} | void>((config) => ({\n name: '@sanity/locale-cs-cz',\n i18n: {\n locales: [config ? {...locale, ...config} : locale],\n },\n}))\n"],"names":[],"mappings":";AAEA,MAAM,SAAS,aAAa;AAAA,EAC1B,IAAI;AAAA,EACJ,OAAO;AAAA,EACP,SAAS;AAAA,IACP;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IAAA;AAAA,IAGpC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,0BAAY;AAAA,IAAA;AAAA,IAGtC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,4BAAc;AAAA,IAAA;AAAA,IAGxC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IAAA;AAAA,IAGpC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,2BAAa;AAAA,IAAA;AAAA,IAGvC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IAAA;AAAA,IAGpC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,uBAAS;AAAA,IAAA;AAAA,IAGnC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,4BAAc;AAAA,IAAA;AAAA,IAGxC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IAAA;AAAA,EACpC;AAAA,EAEF,UAAU;AAAA,IACR,UAAU;AAAA,IACV,aAAa;AAAA,IACb,SAAS,CAAC,GAAG,CAAC;AAAA,EAAA;AAElB,CAAC,GAOY,aAAa,aAGhB,CAAC,YAAY;AAAA,EACrB,MAAM;AAAA,EACN,MAAM;AAAA,IACJ,SAAS,CAAC,SAAS,EAAC,GAAG,QAAQ,GAAG,OAAA,IAAU,MAAM;AAAA,EAAA;AAEtD,EAAE;"}
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
package/src/structure.ts
CHANGED
|
@@ -84,6 +84,8 @@ export default removeUndefinedLocaleResources({
|
|
|
84
84
|
/** Description for the archived release banner, rendered when viewing the history of a version document from the publihed view */
|
|
85
85
|
'banners.archived-release.description':
|
|
86
86
|
'Prohlížíte dokument pouze pro čtení, který byl archivován jako součást <VersionBadge>{{title}}</VersionBadge>. Nelze ho upravit',
|
|
87
|
+
/** Description for the archived scheduled draft banner, rendered when viewing the history of a cardinality one release document */
|
|
88
|
+
'banners.archived-scheduled-draft.description': 'Tento naplánovaný koncept je archivován',
|
|
87
89
|
/** The explanation displayed when a user attempts to create a new draft document, but the draft model is not switched on */
|
|
88
90
|
'banners.choose-new-document-destination.cannot-create-draft-document':
|
|
89
91
|
'Nelze vytvořit koncept dokumentu.',
|
|
@@ -180,6 +182,9 @@ export default removeUndefinedLocaleResources({
|
|
|
180
182
|
/** The text for the revision not found banner */
|
|
181
183
|
'banners.revision-not-found.description':
|
|
182
184
|
'Nemohli jsme najít vybranou revizi dokumentu, prosím vyberte jiný záznam ze seznamu historie.',
|
|
185
|
+
/** The text content for the scheduled draft override banner */
|
|
186
|
+
'banners.scheduled-draft-override-banner.text':
|
|
187
|
+
'Pro tento dokument existuje naplánovaný koncept. Pokud nyní publikujete změny, budou přepsány, když se naplánování spustí.',
|
|
183
188
|
/** The text content for the unpublished document banner when is part of a release */
|
|
184
189
|
'banners.unpublished-release-banner.text':
|
|
185
190
|
'Tento dokument bude nepublikován jako součást vydání <VersionBadge>{{title}}</VersionBadge>',
|
|
@@ -624,4 +629,7 @@ export default removeUndefinedLocaleResources({
|
|
|
624
629
|
'timeline-item.menu.action-expand': 'Rozbalit',
|
|
625
630
|
/** The text for the published event menu tooltip when the release is not found */
|
|
626
631
|
'timeline-item.not-found-release.tooltip': 'Vydání s ID "{{releaseId}}" nebylo nalezeno',
|
|
632
|
+
|
|
633
|
+
/** The text for the "Inline changes" action, which is used to toggle the visibility of content diffs inside inputs */
|
|
634
|
+
'toggle-inline-changes.menu-item.title': 'Změny v řádku',
|
|
627
635
|
})
|
package/src/studio.ts
CHANGED
|
@@ -1,31 +1,61 @@
|
|
|
1
1
|
import {removeUndefinedLocaleResources} from 'sanity'
|
|
2
2
|
|
|
3
3
|
export default removeUndefinedLocaleResources({
|
|
4
|
+
/** "Configuration issue" header */
|
|
5
|
+
'about-dialog.configuration-issue.header': 'Zjištěn problém s konfigurací',
|
|
6
|
+
/** Message shown if sanity.cli.ts is missing deployment.appId */
|
|
7
|
+
'about-dialog.configuration-issue.missing-appid':
|
|
8
|
+
'Automatické aktualizace jsou povoleny, ale v <code>sanity.cli.ts</code> není nakonfigurováno <code>deployment.appId</code>. Toto Studio se aktualizuje proti kanálu <strong>latest</strong>.',
|
|
9
|
+
/** "View documentation" link for auto-updating studios */
|
|
10
|
+
'about-dialog.configuration-issue.missing-appid.view-documentation': 'Zobrazit dokumentaci',
|
|
4
11
|
/** "Disabled" status for auto-updates in About-dialog */
|
|
5
12
|
'about-dialog.version-info.auto-updates.disabled': 'Zakázáno',
|
|
6
13
|
/** "Enabled" status for auto-updates in About-dialog */
|
|
7
14
|
'about-dialog.version-info.auto-updates.enabled': 'Povoleno',
|
|
8
|
-
/** "Auto Updates" status header in About-dialog */
|
|
15
|
+
/** @deprecated "Auto Updates" status header in About-dialog */
|
|
9
16
|
'about-dialog.version-info.auto-updates.header': 'Automatické aktualizace',
|
|
10
|
-
/** "How to enable" next to Disabled state for Auto updates in
|
|
17
|
+
/** "How to enable" next to Disabled state for Auto updates in version info dialog */
|
|
11
18
|
'about-dialog.version-info.auto-updates.how-to-enable': 'Jak povolit',
|
|
19
|
+
/** "Manage version" link text */
|
|
20
|
+
'about-dialog.version-info.auto-updates.manage-version': 'Spravovat verzi',
|
|
12
21
|
/** Text displayed on the "Copy to clipboard"-button after clicked */
|
|
13
22
|
'about-dialog.version-info.copy-to-clipboard-button.copied-text':
|
|
14
23
|
'Zkopírováno do schránky. Veselé vkládání!',
|
|
15
24
|
/** "Copy to Clipboard" button text for copying version details from About-dialog */
|
|
16
25
|
'about-dialog.version-info.copy-to-clipboard-button.text': 'Kopírovat do schránky',
|
|
17
|
-
/** "Current version" header in
|
|
26
|
+
/** "Current version" header in version info dialog */
|
|
18
27
|
'about-dialog.version-info.current-version.header': 'Současná verze',
|
|
19
|
-
/** "How to upgrade" link text */
|
|
28
|
+
/** @deprecated "How to upgrade" link text */
|
|
20
29
|
'about-dialog.version-info.how-to-upgrade': 'Jak aktualizovat',
|
|
21
|
-
/** "Latest version" header in
|
|
30
|
+
/** "Latest version" header in version info dialog */
|
|
22
31
|
'about-dialog.version-info.latest-version.header': 'Nejnovější verze',
|
|
23
|
-
/**
|
|
24
|
-
'about-dialog.version-info.
|
|
25
|
-
/** "
|
|
32
|
+
/** Info text when auto updates is enabled and a new version is available */
|
|
33
|
+
'about-dialog.version-info.new-auto-update-version-available': 'Dostupná nová verze',
|
|
34
|
+
/** "New version" header in version info dialog - Note that this is not necessary a *higher* version compared to current:
|
|
35
|
+
* It's a new version configured for auto updates which in some cases could even be a version below current */
|
|
36
|
+
'about-dialog.version-info.new-version.text': 'Nová verze',
|
|
37
|
+
/** "Reload"-button when auto updates is enabled and a new version is available */
|
|
38
|
+
'about-dialog.version-info.reload': 'Znovu načíst',
|
|
39
|
+
/** "Reload to update"-tooltip when auto updates is enabled and a new version is available */
|
|
40
|
+
'about-dialog.version-info.reload-to-update': 'Znovu načíst Studio pro aktualizaci',
|
|
41
|
+
/** "Development" tooltip in About-dialog */
|
|
42
|
+
'about-dialog.version-info.tooltip.development': 'Vývoj',
|
|
43
|
+
/** "New version available" tooltip in About-dialog */
|
|
44
|
+
'about-dialog.version-info.tooltip.new-version-available': 'Dostupná nová verze',
|
|
45
|
+
/** "Prerelease" tooltip in About-dialog */
|
|
46
|
+
'about-dialog.version-info.tooltip.prerelease': 'Předběžné vydání',
|
|
47
|
+
/** "Up to date" tooltip in About-dialog */
|
|
48
|
+
'about-dialog.version-info.tooltip.up-to-date': 'Aktuální',
|
|
49
|
+
/** @deprecated "Up to date" status in About-dialog */
|
|
26
50
|
'about-dialog.version-info.up-to-date': 'Aktuální',
|
|
51
|
+
/** "Upgrade"-button text */
|
|
52
|
+
'about-dialog.version-info.update-button.text': 'Aktualizovat',
|
|
53
|
+
/** "Upgrade"-button tooltip text */
|
|
54
|
+
'about-dialog.version-info.update-button.tooltip': 'Zjistěte, jak aktualizovat Sanity Studio',
|
|
27
55
|
/** "User agent" header in About-dialog */
|
|
28
56
|
'about-dialog.version-info.user-agent.header': 'Uživatelský agent',
|
|
57
|
+
/** "View on GitHub" link from version info dialog */
|
|
58
|
+
'about-dialog.version-info.view-on-github': 'Zobrazit na GitHubu',
|
|
29
59
|
|
|
30
60
|
/** The text used in the tooltip shown in the dialog close button */
|
|
31
61
|
'announcement.dialog.close': 'Zavřít',
|
|
@@ -96,14 +126,20 @@ export default removeUndefinedLocaleResources({
|
|
|
96
126
|
'asset-source.dialog.default-title_file': 'Vybrat soubor',
|
|
97
127
|
/** Select asset dialog title for images */
|
|
98
128
|
'asset-source.dialog.default-title_image': 'Vybrat obrázek',
|
|
129
|
+
/** Select asset dialog title for videos */
|
|
130
|
+
'asset-source.dialog.default-title_video': 'Vyberte video',
|
|
99
131
|
/** Insert asset error */
|
|
100
132
|
'asset-source.dialog.insert-asset-error':
|
|
101
133
|
'Chyba při vkládání assetu. Více informací naleznete v konzoli.',
|
|
102
134
|
/** Select asset dialog load more items */
|
|
103
135
|
'asset-source.dialog.load-more': 'Načíst více',
|
|
104
|
-
/** Text shown when selecting a file but there's no files to select from
|
|
136
|
+
/** Text shown when selecting a file but there's no files to select from
|
|
137
|
+
* @deprecated no longer in use
|
|
138
|
+
*/
|
|
105
139
|
'asset-source.dialog.no-assets_file': 'Žádné soubory',
|
|
106
|
-
/** Text shown when selecting an image but there's no images to select from
|
|
140
|
+
/** Text shown when selecting an image but there's no images to select from
|
|
141
|
+
* @deprecated no longer in use
|
|
142
|
+
*/
|
|
107
143
|
'asset-source.dialog.no-assets_image': 'Žádné obrázky',
|
|
108
144
|
'asset-source.file.asset-list.action.delete.disabled-cannot-delete-current-file':
|
|
109
145
|
'Nelze smazat aktuálně vybraný soubor',
|
|
@@ -169,6 +205,15 @@ export default removeUndefinedLocaleResources({
|
|
|
169
205
|
/** Menu Items for Media Library Asset Source */
|
|
170
206
|
'asset-sources.media-library.file.title': 'Mediální knihovna',
|
|
171
207
|
'asset-sources.media-library.image.title': 'Mediální knihovna',
|
|
208
|
+
/** Info messages for the Media Library Asset Source */
|
|
209
|
+
'asset-sources.media-library.select-dialog.title_file': 'Výběr souboru pro {{targetTitle}}',
|
|
210
|
+
'asset-sources.media-library.select-dialog.title_image': 'Výběr obrázku pro {{targetTitle}}',
|
|
211
|
+
'asset-sources.media-library.select-dialog.title_video': 'Výběr videa pro {{targetTitle}}',
|
|
212
|
+
/** Warning message shown when uploading already existing files to the Media Library Asset Source */
|
|
213
|
+
'asset-sources.media-library.warning.file-already-exist.description':
|
|
214
|
+
'Používá se existující soubor nalezený v knihovně.',
|
|
215
|
+
'asset-sources.media-library.warning.file-already-exist.title':
|
|
216
|
+
"Soubor: '{{filename}}' již existuje",
|
|
172
217
|
|
|
173
218
|
/** Label when a release has been deleted by a different user */
|
|
174
219
|
'banners.deleted-bundle-banner.text': "Vydání '<strong>{{title}}</strong>' bylo smazáno.",
|
|
@@ -429,6 +474,9 @@ export default removeUndefinedLocaleResources({
|
|
|
429
474
|
/** Label to indicate that a document type was not found */
|
|
430
475
|
'document.type.not-found': 'Typ dokumentu "{{type}}" nebyl nalezen',
|
|
431
476
|
|
|
477
|
+
/** Error message shown when an action cannot be performed */
|
|
478
|
+
'errors.unable-to-perform-action': 'Nelze provést tuto akci',
|
|
479
|
+
|
|
432
480
|
/** The value of the <code>_key</code> property must be a unique string. */
|
|
433
481
|
'form.error.duplicate-keys-alert.details.additional-description':
|
|
434
482
|
'Hodnota vlastnosti <code>_key</code> musí být jedinečný řetězec.',
|
|
@@ -528,6 +576,8 @@ export default removeUndefinedLocaleResources({
|
|
|
528
576
|
'help-resources.action.join-our-community': 'Připojte se k naší komunitě',
|
|
529
577
|
/** Information for what the latest sanity version is */
|
|
530
578
|
'help-resources.latest-sanity-version': 'Nejnovější verze je {{latestVersion}}',
|
|
579
|
+
/** Menu item for reloading Studio to update */
|
|
580
|
+
'help-resources.studio-auto-update-now': 'Znovu načíst pro aktualizaci na verzi v{{newVersion}}',
|
|
531
581
|
/** Information for what studio version the current studio is running */
|
|
532
582
|
'help-resources.studio-version': 'Verze Sanity Studio {{studioVersion}}',
|
|
533
583
|
/** Title for help and resources menus */
|
|
@@ -1206,9 +1256,9 @@ export default removeUndefinedLocaleResources({
|
|
|
1206
1256
|
/** Title for "Create new document" dialog */
|
|
1207
1257
|
'new-document.title': 'Vytvořit nový dokument',
|
|
1208
1258
|
|
|
1209
|
-
/** Label for button that will make the browser reload when users' studio version is out-of-date */
|
|
1259
|
+
/** @deprecated Label for button that will make the browser reload when users' studio version is out-of-date */
|
|
1210
1260
|
'package-version.new-package-available.reload-button': 'Klikněte pro obnovení',
|
|
1211
|
-
/** Title of the alert for studio users when packages in their studio are out-of-date */
|
|
1261
|
+
/** @deprecated Title of the alert for studio users when packages in their studio are out-of-date */
|
|
1212
1262
|
'package-version.new-package-available.title': 'Sanity Studio je připraveno k aktualizaci!',
|
|
1213
1263
|
|
|
1214
1264
|
/** Label for action to invite members to the current studio project */
|
|
@@ -1239,22 +1289,32 @@ export default removeUndefinedLocaleResources({
|
|
|
1239
1289
|
'release.action.add-to-new-release': 'Přidat do vydání',
|
|
1240
1290
|
/** Action message to add document to release */
|
|
1241
1291
|
'release.action.add-to-release': 'Přidat do {{title}}',
|
|
1292
|
+
/** Tooltip message for document that is already added to release */
|
|
1293
|
+
'release.action.already-exists-in-release': 'Dokument již existuje ve vydání',
|
|
1242
1294
|
/** Action message for when document is already in release */
|
|
1243
1295
|
'release.action.already-in-release': 'Již ve vydání {{title}}',
|
|
1244
1296
|
/** Action message for when you click to view all versions you can copy the current document to */
|
|
1245
1297
|
'release.action.copy-to': 'Kopírovat verzi do',
|
|
1246
1298
|
/** Action message for creating new releases */
|
|
1247
1299
|
'release.action.create-new': 'Nové vydání',
|
|
1300
|
+
/** Description for toast when version creation failed */
|
|
1301
|
+
'release.action.create-version.failure': 'Nepodařilo se vytvořit verzi',
|
|
1302
|
+
/** Action message for deleting a scheduled publish */
|
|
1303
|
+
'release.action.delete-schedule': 'Smazat plán',
|
|
1248
1304
|
/** Action message for when document is already in release */
|
|
1249
1305
|
'release.action.discard-version': 'Zahodit verzi',
|
|
1250
1306
|
/** Description for toast when version discarding failed */
|
|
1251
1307
|
'release.action.discard-version.failure': 'Nepodařilo se zahodit verzi',
|
|
1308
|
+
/** Action message for editing the schedule of a scheduled publish */
|
|
1309
|
+
'release.action.edit-schedule': 'Upravit plán',
|
|
1252
1310
|
/** Action message for when a new release is created off an existing version, draft or published document */
|
|
1253
1311
|
'release.action.new-release': 'Nové vydání',
|
|
1254
1312
|
'release.action.new-release.limit-reached_other':
|
|
1255
1313
|
'Tento pracovní prostor je omezen na {{count}} vydání',
|
|
1256
1314
|
/** Tooltip message for not having permissions for creating new releases */
|
|
1257
1315
|
'release.action.permission.error': 'Nemáte oprávnění k provedení této akce',
|
|
1316
|
+
/** Action message for running a scheduled draft immediately */
|
|
1317
|
+
'release.action.publish-now': 'Publikovat nyní',
|
|
1258
1318
|
/** Error message description for when a version is reverted from being unpublished */
|
|
1259
1319
|
'release.action.revert-unpublish-version.failure.description':
|
|
1260
1320
|
'Zkuste to prosím znovu nebo zkontrolujte své připojení. Dokument bude stále nepublikován po vydání.',
|
|
@@ -1275,6 +1335,8 @@ export default removeUndefinedLocaleResources({
|
|
|
1275
1335
|
'Úspěšně nastaveno <strong>{{title}}</strong> jako nepublikované ve vydání',
|
|
1276
1336
|
/** Action message for when the view release is pressed */
|
|
1277
1337
|
'release.action.view-release': 'Zobrazit vydání',
|
|
1338
|
+
/** Action message for when the view scheduled drafts is pressed */
|
|
1339
|
+
'release.action.view-scheduled-drafts': 'Zobrazit naplánované koncepty',
|
|
1278
1340
|
/** Label for banner when release is scheduled */
|
|
1279
1341
|
'release.banner.scheduled-for-publishing-on': 'Naplánováno k publikování dne {{date}}',
|
|
1280
1342
|
/** Label for Draft chip in document header */
|
|
@@ -1312,6 +1374,26 @@ export default removeUndefinedLocaleResources({
|
|
|
1312
1374
|
'release.dialog.create.confirm': 'Vytvořit vydání',
|
|
1313
1375
|
/** Title for creating releases dialog */
|
|
1314
1376
|
'release.dialog.create.title': 'Nové vydání',
|
|
1377
|
+
/** Body text for the dialog confirming deletion of a scheduled draft */
|
|
1378
|
+
'release.dialog.delete-schedule-draft.body':
|
|
1379
|
+
'Jste si jisti, že chcete smazat tento naplánovaný koncept? Tuto akci nelze vzít zpět.',
|
|
1380
|
+
/** Confirm button text for deleting a scheduled draft */
|
|
1381
|
+
'release.dialog.delete-schedule-draft.confirm': 'Ano, smazat plán',
|
|
1382
|
+
/** Header for the dialog confirming deletion of a scheduled draft */
|
|
1383
|
+
'release.dialog.delete-schedule-draft.header': 'Smazat naplánovaný koncept',
|
|
1384
|
+
/** Body text for change schedule dialog */
|
|
1385
|
+
'release.dialog.edit-schedule.body': 'Vyberte nové datum a čas pro naplánované publikování.',
|
|
1386
|
+
/** Confirm button text for change schedule dialog */
|
|
1387
|
+
'release.dialog.edit-schedule.confirm': 'Aktualizovat plán',
|
|
1388
|
+
/** Header for change schedule dialog */
|
|
1389
|
+
'release.dialog.edit-schedule.header': 'Změnit plán',
|
|
1390
|
+
/** Body text for the dialog confirming running a scheduled draft immediately */
|
|
1391
|
+
'release.dialog.publish-scheduled-draft.body':
|
|
1392
|
+
'Jste si jisti, že chcete okamžitě publikovat tento naplánovaný koncept?',
|
|
1393
|
+
/** Confirm button text for running a scheduled draft immediately */
|
|
1394
|
+
'release.dialog.publish-scheduled-draft.confirm': 'Ano, spustit nyní',
|
|
1395
|
+
/** Header for the dialog confirming running a scheduled draft immediately */
|
|
1396
|
+
'release.dialog.publish-scheduled-draft.header': 'Publikovat koncept nyní',
|
|
1315
1397
|
/** Label for description in tooltip to explain release types */
|
|
1316
1398
|
'release.dialog.tooltip.description':
|
|
1317
1399
|
'Předpokládaný čas vydání se používá k vytvoření lepších náhledů a nápověd, zda dokumenty konfliktní.',
|
|
@@ -1323,6 +1405,10 @@ export default removeUndefinedLocaleResources({
|
|
|
1323
1405
|
'release.form.placeholder-describe-release': 'Popište vydání…',
|
|
1324
1406
|
/** Tooltip for button to hide release visibility */
|
|
1325
1407
|
'release.layer.hide': 'Skrýt vydání',
|
|
1408
|
+
/** Label for the release menu */
|
|
1409
|
+
'release.menu.label': 'Menu vydání',
|
|
1410
|
+
/** Tooltip for the release menu */
|
|
1411
|
+
'release.menu.tooltip': 'Akce',
|
|
1326
1412
|
/** Label for draft perspective in navbar */
|
|
1327
1413
|
'release.navbar.drafts': 'Koncepty',
|
|
1328
1414
|
/** Label for published releases in navbar */
|
|
@@ -1331,18 +1417,41 @@ export default removeUndefinedLocaleResources({
|
|
|
1331
1417
|
'release.navbar.tooltip': 'Vydání',
|
|
1332
1418
|
/** The placeholder text when the release doesn't have a title */
|
|
1333
1419
|
'release.placeholder-untitled-release': 'Nepojmenované vydání',
|
|
1420
|
+
/** Description for warning that the published schedule time is in the past */
|
|
1421
|
+
'release.schedule-dialog.publish-date-in-past-warning':
|
|
1422
|
+
'Naplánujte toto vydání na budoucí čas a datum.',
|
|
1423
|
+
/** Label for date picker when scheduling a release */
|
|
1424
|
+
'release.schedule-dialog.select-publish-date-label': 'Naplánovat na',
|
|
1334
1425
|
/** The toast description that will be shown when the user has a release perspective which is now archived */
|
|
1335
1426
|
'release.toast.archived-release.description': 'Toto vydání bylo odšpendleno',
|
|
1336
1427
|
/** The toast title that will be shown when the user has a release perspective which is now archived */
|
|
1337
1428
|
'release.toast.archived-release.title': "Vydání '{{title}}' bylo archivováno",
|
|
1338
1429
|
/** The toast title that will be shown the creating a release fails */
|
|
1339
1430
|
'release.toast.create-release-error.title': 'Nepodařilo se vytvořit vydání',
|
|
1340
|
-
/**
|
|
1431
|
+
/** Error toast for deleting a scheduled draft */
|
|
1432
|
+
'release.toast.delete-schedule-draft.error':
|
|
1433
|
+
'Nepodařilo se smazat dokument naplánovaného konceptu <strong>{{title}}</strong>: {{error}}',
|
|
1434
|
+
/** Success toast for deleting a scheduled draft */
|
|
1435
|
+
'release.toast.delete-schedule-draft.success':
|
|
1436
|
+
'Dokument naplánovaného konceptu <strong>{{title}}</strong> byl smazán.',
|
|
1437
|
+
/** The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1341
1438
|
'release.toast.not-found-release.title': "Vydání '{{title}}' nebylo nalezeno",
|
|
1439
|
+
/** Error toast for running a scheduled publish immediately */
|
|
1440
|
+
'release.toast.publish-scheduled-draft.error':
|
|
1441
|
+
'Nepodařilo se publikovat naplánovaný koncept dokumentu <strong>{{title}}</strong>: {{error}}',
|
|
1442
|
+
/** Success toast for running a scheduled publish immediately */
|
|
1443
|
+
'release.toast.publish-scheduled-draft.success':
|
|
1444
|
+
'Naplánovaný koncept dokumentu <strong>{{title}}</strong> byl publikován.',
|
|
1342
1445
|
/** The toast description that will be shown when the user has a release perspective which is now published */
|
|
1343
1446
|
'release.toast.published-release.description': 'Toto vydání bylo odšpendleno',
|
|
1344
1447
|
/** The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1345
1448
|
'release.toast.published-release.title': "Vydání '{{title}}' bylo publikováno",
|
|
1449
|
+
/** Error toast for rescheduling a draft */
|
|
1450
|
+
'release.toast.reschedule-scheduled-draft.error':
|
|
1451
|
+
'Nepodařilo se přeplánovat naplánovaný koncept dokumentu <strong>{{title}}</strong>: {{error}}',
|
|
1452
|
+
/** Success toast for rescheduling a draft */
|
|
1453
|
+
'release.toast.reschedule-scheduled-draft.success':
|
|
1454
|
+
'Naplánovaný koncept dokumentu <strong>{{title}}</strong> byl přeplánován.',
|
|
1346
1455
|
/** Label for when a version of a document has already been added to the release */
|
|
1347
1456
|
'release.tooltip.already-added': 'Verze tohoto dokumentu již byla přidána',
|
|
1348
1457
|
/** Label for when a release is scheduled / scheduling and a user can't add a document version to it */
|
|
@@ -1357,6 +1466,16 @@ export default removeUndefinedLocaleResources({
|
|
|
1357
1466
|
/** Tooltip for the dropdown to show all versions of document */
|
|
1358
1467
|
'release.version-list.tooltip': 'Zobrazit všechny verze dokumentu',
|
|
1359
1468
|
|
|
1469
|
+
/** Confirm button text for the schedule publish dialog */
|
|
1470
|
+
'schedule-publish-dialog.confirm': 'Naplánovat',
|
|
1471
|
+
/** Description for the schedule publish dialog */
|
|
1472
|
+
'schedule-publish-dialog.description': 'Vyberte, kdy má být tento dokument publikován.',
|
|
1473
|
+
/** Header for the schedule publish dialog */
|
|
1474
|
+
'schedule-publish-dialog.header': 'Naplánovat koncept k publikaci',
|
|
1475
|
+
|
|
1476
|
+
/** Title for a scheduled draft release */
|
|
1477
|
+
'scheduled-drafts.release.title': 'Naplánovaná publikace',
|
|
1478
|
+
|
|
1360
1479
|
/** Accessibility label to open search action when the search would go fullscreen (eg on narrower screens) */
|
|
1361
1480
|
'search.action-open-aria-label': 'Otevřít vyhledávání',
|
|
1362
1481
|
/** Action label for adding a search filter */
|
|
@@ -2000,6 +2119,8 @@ export default removeUndefinedLocaleResources({
|
|
|
2000
2119
|
* workspace to authenticate in.
|
|
2001
2120
|
*/
|
|
2002
2121
|
'workspaces.action.choose-another-workspace': 'Vybrat jiný pracovní prostor',
|
|
2122
|
+
/** Label for title to switch workspace before workspaces are listed */
|
|
2123
|
+
'workspaces.action.switch-workspace': 'Přepnout pracovní prostor',
|
|
2003
2124
|
/** Label for heading that indicates that you can choose your workspace */
|
|
2004
2125
|
'workspaces.choose-your-workspace-label': 'Vyberte svůj pracovní prostor',
|
|
2005
2126
|
/** Label for the workspace menu */
|
package/src/vision.ts
CHANGED
|
@@ -113,6 +113,8 @@ export default removeUndefinedLocaleResources({
|
|
|
113
113
|
'Výchozí perspektiva se změní z "<code>raw</code>" na "<code>published</code>" v nadcházející verzi API. Pro více informací se prosím poraďte s dokumentací.',
|
|
114
114
|
/** Label for the pinned release perspective */
|
|
115
115
|
'settings.perspectives.pinned-release-label': 'Připnuté vydání',
|
|
116
|
+
/** Label for the scheduled drafts perspective */
|
|
117
|
+
'settings.perspectives.scheduled-drafts': 'Naplánované koncepty',
|
|
116
118
|
/** Title for popover that explains what "Perspectives" are */
|
|
117
119
|
'settings.perspectives.title': 'Perspektivy',
|
|
118
120
|
})
|