@sanity/locale-cs-cz 1.1.19 → 1.1.21
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/copy-paste.cjs +2 -0
- package/dist/_chunks-cjs/copy-paste.cjs.map +1 -1
- package/dist/_chunks-cjs/structure.cjs +18 -0
- package/dist/_chunks-cjs/structure.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +32 -7
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-cjs/validation.cjs +6 -0
- package/dist/_chunks-cjs/validation.cjs.map +1 -1
- package/dist/_chunks-es/copy-paste.js +2 -0
- package/dist/_chunks-es/copy-paste.js.map +1 -1
- package/dist/_chunks-es/structure.js +18 -0
- package/dist/_chunks-es/structure.js.map +1 -1
- package/dist/_chunks-es/studio.js +32 -7
- package/dist/_chunks-es/studio.js.map +1 -1
- package/dist/_chunks-es/validation.js +6 -0
- package/dist/_chunks-es/validation.js.map +1 -1
- package/package.json +2 -2
- package/src/copy-paste.ts +3 -0
- package/src/structure.ts +23 -0
- package/src/studio.ts +45 -8
- package/src/validation.ts +7 -0
|
@@ -46,6 +46,10 @@ var validation = removeUndefinedLocaleResources({
|
|
|
46
46
|
"object.asset-required_file": "Soubor je po\u017Eadov\xE1n",
|
|
47
47
|
/** Object is missing a reference to an image asset document in its `asset` field */
|
|
48
48
|
"object.asset-required_image": "Obr\xE1zek je po\u017Eadov\xE1n",
|
|
49
|
+
/** Media can't be found in the Media Library */
|
|
50
|
+
"object.media-not-found": "Asset nebyl nalezen v knihovn\u011B m\xE9di\xED",
|
|
51
|
+
/** Media object is missing a reference to a document in its `_ref` field */
|
|
52
|
+
"object.not-media-library-asset": "Mus\xED b\xFDt odkaz na asset knihovny m\xE9di\xED",
|
|
49
53
|
/** Object is not a reference to a document (eg `{_ref: 'documentId'}`) */
|
|
50
54
|
"object.not-reference": "Mus\xED b\xFDt odkaz na dokument",
|
|
51
55
|
/** Object references a document which is not published */
|
|
@@ -56,6 +60,8 @@ var validation = removeUndefinedLocaleResources({
|
|
|
56
60
|
"panel.no-errors-message": "\u017D\xE1dn\xE9 chyby validace",
|
|
57
61
|
/** Title for the actual "Validation" panel/feature */
|
|
58
62
|
"panel.title": "Validace",
|
|
63
|
+
/** Message shown when the validation panel is opened but the document is going to unpublish */
|
|
64
|
+
"panel.unpublish-message": "Dokument bude sta\u017Een z publikov\xE1n\xED, nezobrazuj\xED se \u017E\xE1dn\xE9 chyby validace",
|
|
59
65
|
/** Slug is an object, but is missing a `current` string property */
|
|
60
66
|
"slug.missing-current": "Slug mus\xED m\xEDt hodnotu",
|
|
61
67
|
/** Slug is not an object (eg `{current: 'some-slug'}`) */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validation.js","sources":["../../src/validation.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Array must have exactly \"$wantedLength\" items, but has more/less */\n 'array.exact-length': 'Musí mít přesně {{wantedLength}} položek',\n /** Portable Text array must have exactly \"$wantedLength\" blocks, but has more/less */\n 'array.exact-length_blocks': 'Musí mít přesně {{wantedLength}} bloků',\n /** Array item is a duplicate, but array wants only unique items */\n 'array.item-duplicate': 'Nesmí být duplicitní',\n /** Array has more than the maximum of \"$maxLength\" items */\n 'array.maximum-length': 'Musí mít nejvýše {{maxLength}} položek',\n /** Portable Text array has more than the maximum of \"$maxLength\" items */\n 'array.maximum-length_blocks': 'Musí mít nejvýše {{maxLength}} bloků',\n /** Array has less than the minimum of \"$minLength\" items */\n 'array.minimum-length': 'Musí mít alespoň {{minLength}} položek',\n /** Portable Text array has less than the minimum of \"$minLength\" blocks */\n 'array.minimum-length_blocks': 'Musí mít alespoň {{minLength}} bloků',\n\n /** Date is not valid or not in the correct format (ISO-8601) */\n 'date.invalid-format': 'Musí být platný řetězec formátovaný podle ISO-8601',\n /** Date is later than the given maximum date \"$maxDate\" */\n 'date.maximum': 'Musí být nejpozději {{maxDate}}',\n /** Date is earlier than the given minimum date \"$minDate\" */\n 'date.minimum': 'Musí být nejdříve {{minDate}}',\n\n /** A value of incorrect type is found, eg found `number` instead of `string` */\n 'generic.incorrect-type': 'Očekávaný typ \"{{expectedType}}\", nalezen \"{{actualType}}\"',\n /** Value is not one of the values specifically allowed */\n 'generic.not-allowed': 'Hodnota neodpovídá žádné povolené hodnotě',\n /** Value \"$givenValue\" is not one of the values specifically allowed */\n 'generic.not-allowed_hint': 'Hodnota \"{{hint}}\" neodpovídá žádné povolené hodnotě',\n /** A value is expected, but none is provided */\n 'generic.required': 'Požadováno',\n\n /** Number is less than the given minimum threshold value \"$threshold\" */\n 'number.greater-than': 'Musí být větší než {{threshold}}',\n /** Number is greater than the given maximum threshold value \"$threshold\" */\n 'number.less-than': 'Musí být menší než {{threshold}}',\n /** Number is higher than the given maximum value \"$maxNumber\" */\n 'number.maximum': 'Musí být nižší nebo rovno {{maxNumber}}',\n /** Number has more precision (decimals) than the allowed \"$limit\" */\n 'number.maximum-precision': 'Maximální přesnost je {{limit}}',\n /** Number is lower than the given minimum value \"$minNumber\" */\n 'number.minimum': 'Musí být větší nebo rovno {{minNumber}}',\n /** Number is not an integer (\"whole number\") */\n 'number.non-integer': 'Musí být celé číslo',\n\n /** Object is missing a reference to an asset document in its `asset` field */\n 'object.asset-required': 'Asset je požadován',\n /** Object is missing a reference to a file asset document in its `asset` field */\n 'object.asset-required_file': 'Soubor je požadován',\n /** Object is missing a reference to an image asset document in its `asset` field */\n 'object.asset-required_image': 'Obrázek je požadován',\n /** Object is not a reference to a document (eg `{_ref: 'documentId'}`) */\n 'object.not-reference': 'Musí být odkaz na dokument',\n /** Object references a document which is not published */\n 'object.reference-not-published': 'Odkazovaný dokument musí být publikován',\n\n /** Accessibility label for closing the validation panel */\n 'panel.close-button-aria-label': 'Zavřít validaci',\n /** Message shown when the validation panel is opened but there are no errors/warnings */\n 'panel.no-errors-message': 'Žádné chyby validace',\n /** Title for the actual \"Validation\" panel/feature */\n 'panel.title': 'Validace',\n\n /** Slug is an object, but is missing a `current` string property */\n 'slug.missing-current': 'Slug musí mít hodnotu',\n /** Slug is not an object (eg `{current: 'some-slug'}`) */\n 'slug.not-object': 'Slug musí být objekt',\n /** Slug is already in use somewhere else, but needs to be unique */\n 'slug.not-unique': 'Slug je již používán',\n\n /** String is not a valid email address */\n 'string.email': 'Musí být platná e-mailová adresa',\n /** String has a different character length than the exact number \"$wantedLength\" */\n 'string.exact-length': 'Musí být přesně {{wantedLength}} znaků dlouhý',\n /** String contains characters that are not in lowercase */\n 'string.lowercase': 'Musí být všechny znaky malá písmena',\n /** String is longer than the limit of \"$maxLength\" characters */\n 'string.maximum-length': 'Musí být nejvýše {{maxLength}} znaků dlouhý',\n /** String is shorter than the limit of \"$minLength\" characters */\n 'string.minimum-length': 'Musí být alespoň {{minLength}} znaků dlouhý',\n /** String does not match the given regular expression, but should */\n 'string.regex-does-not-match': 'Neodpovídá vzoru \"{{name}}\"',\n /** String matches the given regular expression, but should not */\n 'string.regex-match': 'Nesmí odpovídat vzoru \"{{name}}\"',\n /** String contains characters that are not in uppercase */\n 'string.uppercase': 'Musí být všechny znaky velká písmena',\n /** String contains a protocol/scheme that is not allowed, eg (`ftp`, `mailto`…) */\n 'string.url.disallowed-scheme': 'Neodpovídá povoleným protokolům/schématům',\n /** String contains a URL with a username or password specified before the host */\n 'string.url.includes-credentials': 'Uživatelské jméno/heslo není povoleno',\n /** String is not a valid URL */\n 'string.url.invalid': 'Neplatná URL',\n /** String is not an absolute URL (eg it is missing a protocol/host) */\n 'string.url.not-absolute': 'Relativní URL nejsou povoleny',\n /** String is not a relative URL (eg it contains a protocol/host) */\n 'string.url.not-relative': 'Povoleny jsou pouze relativní URL',\n})\n"],"names":[],"mappings":";AAEA,IAAA,aAAe,+BAA+B;AAAA;AAAA,EAE5C,sBAAsB;AAAA;AAAA,EAEtB,6BAA6B;AAAA;AAAA,EAE7B,wBAAwB;AAAA;AAAA,EAExB,wBAAwB;AAAA;AAAA,EAExB,+BAA+B;AAAA;AAAA,EAE/B,wBAAwB;AAAA;AAAA,EAExB,+BAA+B;AAAA;AAAA,EAG/B,uBAAuB;AAAA;AAAA,EAEvB,gBAAgB;AAAA;AAAA,EAEhB,gBAAgB;AAAA;AAAA,EAGhB,0BAA0B;AAAA;AAAA,EAE1B,uBAAuB;AAAA;AAAA,EAEvB,4BAA4B;AAAA;AAAA,EAE5B,oBAAoB;AAAA;AAAA,EAGpB,uBAAuB;AAAA;AAAA,EAEvB,oBAAoB;AAAA;AAAA,EAEpB,kBAAkB;AAAA;AAAA,EAElB,4BAA4B;AAAA;AAAA,EAE5B,kBAAkB;AAAA;AAAA,EAElB,sBAAsB;AAAA;AAAA,EAGtB,yBAAyB;AAAA;AAAA,EAEzB,8BAA8B;AAAA;AAAA,EAE9B,+BAA+B;AAAA;AAAA,EAE/B,wBAAwB;AAAA;AAAA,EAExB,kCAAkC;AAAA;AAAA,EAGlC,iCAAiC;AAAA;AAAA,EAEjC,2BAA2B;AAAA;AAAA,EAE3B,eAAe;AAAA;AAAA,
|
|
1
|
+
{"version":3,"file":"validation.js","sources":["../../src/validation.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Array must have exactly \"$wantedLength\" items, but has more/less */\n 'array.exact-length': 'Musí mít přesně {{wantedLength}} položek',\n /** Portable Text array must have exactly \"$wantedLength\" blocks, but has more/less */\n 'array.exact-length_blocks': 'Musí mít přesně {{wantedLength}} bloků',\n /** Array item is a duplicate, but array wants only unique items */\n 'array.item-duplicate': 'Nesmí být duplicitní',\n /** Array has more than the maximum of \"$maxLength\" items */\n 'array.maximum-length': 'Musí mít nejvýše {{maxLength}} položek',\n /** Portable Text array has more than the maximum of \"$maxLength\" items */\n 'array.maximum-length_blocks': 'Musí mít nejvýše {{maxLength}} bloků',\n /** Array has less than the minimum of \"$minLength\" items */\n 'array.minimum-length': 'Musí mít alespoň {{minLength}} položek',\n /** Portable Text array has less than the minimum of \"$minLength\" blocks */\n 'array.minimum-length_blocks': 'Musí mít alespoň {{minLength}} bloků',\n\n /** Date is not valid or not in the correct format (ISO-8601) */\n 'date.invalid-format': 'Musí být platný řetězec formátovaný podle ISO-8601',\n /** Date is later than the given maximum date \"$maxDate\" */\n 'date.maximum': 'Musí být nejpozději {{maxDate}}',\n /** Date is earlier than the given minimum date \"$minDate\" */\n 'date.minimum': 'Musí být nejdříve {{minDate}}',\n\n /** A value of incorrect type is found, eg found `number` instead of `string` */\n 'generic.incorrect-type': 'Očekávaný typ \"{{expectedType}}\", nalezen \"{{actualType}}\"',\n /** Value is not one of the values specifically allowed */\n 'generic.not-allowed': 'Hodnota neodpovídá žádné povolené hodnotě',\n /** Value \"$givenValue\" is not one of the values specifically allowed */\n 'generic.not-allowed_hint': 'Hodnota \"{{hint}}\" neodpovídá žádné povolené hodnotě',\n /** A value is expected, but none is provided */\n 'generic.required': 'Požadováno',\n\n /** Number is less than the given minimum threshold value \"$threshold\" */\n 'number.greater-than': 'Musí být větší než {{threshold}}',\n /** Number is greater than the given maximum threshold value \"$threshold\" */\n 'number.less-than': 'Musí být menší než {{threshold}}',\n /** Number is higher than the given maximum value \"$maxNumber\" */\n 'number.maximum': 'Musí být nižší nebo rovno {{maxNumber}}',\n /** Number has more precision (decimals) than the allowed \"$limit\" */\n 'number.maximum-precision': 'Maximální přesnost je {{limit}}',\n /** Number is lower than the given minimum value \"$minNumber\" */\n 'number.minimum': 'Musí být větší nebo rovno {{minNumber}}',\n /** Number is not an integer (\"whole number\") */\n 'number.non-integer': 'Musí být celé číslo',\n\n /** Object is missing a reference to an asset document in its `asset` field */\n 'object.asset-required': 'Asset je požadován',\n /** Object is missing a reference to a file asset document in its `asset` field */\n 'object.asset-required_file': 'Soubor je požadován',\n /** Object is missing a reference to an image asset document in its `asset` field */\n 'object.asset-required_image': 'Obrázek je požadován',\n /** Media can't be found in the Media Library */\n 'object.media-not-found': 'Asset nebyl nalezen v knihovně médií',\n /** Media object is missing a reference to a document in its `_ref` field */\n 'object.not-media-library-asset': 'Musí být odkaz na asset knihovny médií',\n /** Object is not a reference to a document (eg `{_ref: 'documentId'}`) */\n 'object.not-reference': 'Musí být odkaz na dokument',\n /** Object references a document which is not published */\n 'object.reference-not-published': 'Odkazovaný dokument musí být publikován',\n\n /** Accessibility label for closing the validation panel */\n 'panel.close-button-aria-label': 'Zavřít validaci',\n /** Message shown when the validation panel is opened but there are no errors/warnings */\n 'panel.no-errors-message': 'Žádné chyby validace',\n /** Title for the actual \"Validation\" panel/feature */\n 'panel.title': 'Validace',\n /** Message shown when the validation panel is opened but the document is going to unpublish */\n 'panel.unpublish-message':\n 'Dokument bude stažen z publikování, nezobrazují se žádné chyby validace',\n\n /** Slug is an object, but is missing a `current` string property */\n 'slug.missing-current': 'Slug musí mít hodnotu',\n /** Slug is not an object (eg `{current: 'some-slug'}`) */\n 'slug.not-object': 'Slug musí být objekt',\n /** Slug is already in use somewhere else, but needs to be unique */\n 'slug.not-unique': 'Slug je již používán',\n\n /** String is not a valid email address */\n 'string.email': 'Musí být platná e-mailová adresa',\n /** String has a different character length than the exact number \"$wantedLength\" */\n 'string.exact-length': 'Musí být přesně {{wantedLength}} znaků dlouhý',\n /** String contains characters that are not in lowercase */\n 'string.lowercase': 'Musí být všechny znaky malá písmena',\n /** String is longer than the limit of \"$maxLength\" characters */\n 'string.maximum-length': 'Musí být nejvýše {{maxLength}} znaků dlouhý',\n /** String is shorter than the limit of \"$minLength\" characters */\n 'string.minimum-length': 'Musí být alespoň {{minLength}} znaků dlouhý',\n /** String does not match the given regular expression, but should */\n 'string.regex-does-not-match': 'Neodpovídá vzoru \"{{name}}\"',\n /** String matches the given regular expression, but should not */\n 'string.regex-match': 'Nesmí odpovídat vzoru \"{{name}}\"',\n /** String contains characters that are not in uppercase */\n 'string.uppercase': 'Musí být všechny znaky velká písmena',\n /** String contains a protocol/scheme that is not allowed, eg (`ftp`, `mailto`…) */\n 'string.url.disallowed-scheme': 'Neodpovídá povoleným protokolům/schématům',\n /** String contains a URL with a username or password specified before the host */\n 'string.url.includes-credentials': 'Uživatelské jméno/heslo není povoleno',\n /** String is not a valid URL */\n 'string.url.invalid': 'Neplatná URL',\n /** String is not an absolute URL (eg it is missing a protocol/host) */\n 'string.url.not-absolute': 'Relativní URL nejsou povoleny',\n /** String is not a relative URL (eg it contains a protocol/host) */\n 'string.url.not-relative': 'Povoleny jsou pouze relativní URL',\n})\n"],"names":[],"mappings":";AAEA,IAAA,aAAe,+BAA+B;AAAA;AAAA,EAE5C,sBAAsB;AAAA;AAAA,EAEtB,6BAA6B;AAAA;AAAA,EAE7B,wBAAwB;AAAA;AAAA,EAExB,wBAAwB;AAAA;AAAA,EAExB,+BAA+B;AAAA;AAAA,EAE/B,wBAAwB;AAAA;AAAA,EAExB,+BAA+B;AAAA;AAAA,EAG/B,uBAAuB;AAAA;AAAA,EAEvB,gBAAgB;AAAA;AAAA,EAEhB,gBAAgB;AAAA;AAAA,EAGhB,0BAA0B;AAAA;AAAA,EAE1B,uBAAuB;AAAA;AAAA,EAEvB,4BAA4B;AAAA;AAAA,EAE5B,oBAAoB;AAAA;AAAA,EAGpB,uBAAuB;AAAA;AAAA,EAEvB,oBAAoB;AAAA;AAAA,EAEpB,kBAAkB;AAAA;AAAA,EAElB,4BAA4B;AAAA;AAAA,EAE5B,kBAAkB;AAAA;AAAA,EAElB,sBAAsB;AAAA;AAAA,EAGtB,yBAAyB;AAAA;AAAA,EAEzB,8BAA8B;AAAA;AAAA,EAE9B,+BAA+B;AAAA;AAAA,EAE/B,0BAA0B;AAAA;AAAA,EAE1B,kCAAkC;AAAA;AAAA,EAElC,wBAAwB;AAAA;AAAA,EAExB,kCAAkC;AAAA;AAAA,EAGlC,iCAAiC;AAAA;AAAA,EAEjC,2BAA2B;AAAA;AAAA,EAE3B,eAAe;AAAA;AAAA,EAEf,2BACE;AAAA;AAAA,EAGF,wBAAwB;AAAA;AAAA,EAExB,mBAAmB;AAAA;AAAA,EAEnB,mBAAmB;AAAA;AAAA,EAGnB,gBAAgB;AAAA;AAAA,EAEhB,uBAAuB;AAAA;AAAA,EAEvB,oBAAoB;AAAA;AAAA,EAEpB,yBAAyB;AAAA;AAAA,EAEzB,yBAAyB;AAAA;AAAA,EAEzB,+BAA+B;AAAA;AAAA,EAE/B,sBAAsB;AAAA;AAAA,EAEtB,oBAAoB;AAAA;AAAA,EAEpB,gCAAgC;AAAA;AAAA,EAEhC,mCAAmC;AAAA;AAAA,EAEnC,sBAAsB;AAAA;AAAA,EAEtB,2BAA2B;AAAA;AAAA,EAE3B,2BAA2B;AAC7B,CAAC;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/locale-cs-cz",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.21",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Czech / Čeština locale/translation for Sanity Studio",
|
|
6
6
|
"keywords": [
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
],
|
|
42
42
|
"browserslist": "extends @sanity/browserslist-config",
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"sanity": "^3.22.0"
|
|
44
|
+
"sanity": "^3.22.0 || ^4.0.0-0"
|
|
45
45
|
},
|
|
46
46
|
"publishConfig": {
|
|
47
47
|
"access": "public"
|
package/src/copy-paste.ts
CHANGED
|
@@ -10,6 +10,9 @@ export default removeUndefinedLocaleResources({
|
|
|
10
10
|
/** Text on the field action button to paste a field */
|
|
11
11
|
'copy-paste.field-action-paste-button.field.title': 'Vložit pole',
|
|
12
12
|
/** The error message that is shown when the clipboard is not supported */
|
|
13
|
+
'copy-paste.on-copy.validation.clipboard-not-supported.description':
|
|
14
|
+
'Pro kopírování tohoto obsahu je vyžadován přístup ke schránce. Povolte ve vašem prohlížeči oprávnění ke schránce a zkuste kopírování znovu.',
|
|
15
|
+
/** The error message that is shown when the clipboard is not supported */
|
|
13
16
|
'copy-paste.on-copy.validation.clipboard-not-supported.title':
|
|
14
17
|
'Váš prohlížeč nepodporuje tuto akci',
|
|
15
18
|
/** The error message that is shown when there is no value to copy */
|
package/src/structure.ts
CHANGED
|
@@ -84,6 +84,17 @@ 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
|
+
/** The explanation displayed when a user attempts to create a new draft document, but the draft model is not switched on */
|
|
88
|
+
'banners.choose-new-document-destination.cannot-create-draft-document':
|
|
89
|
+
'Nelze vytvořit koncept dokumentu.',
|
|
90
|
+
/** The explanation displayed when a user attempts to create a new published document, but the schema type doesn't support live-editing */
|
|
91
|
+
'banners.choose-new-document-destination.cannot-create-published-document':
|
|
92
|
+
'Nelze vytvořit publikovaný dokument.',
|
|
93
|
+
/** The prompt displayed when a user must select a different perspective in order to create a document */
|
|
94
|
+
'banners.choose-new-document-destination.choose-destination': 'Vyberte cíl pro tento dokument:',
|
|
95
|
+
/** The explanation displayed when a user attempts to create a new document in a release, but the selected release is inactive */
|
|
96
|
+
'banners.choose-new-document-destination.release-inactive':
|
|
97
|
+
'<VersionBadge>{{title}}</VersionBadge> verze není aktivní.',
|
|
87
98
|
/** The text for the restore button on the deleted document banner */
|
|
88
99
|
'banners.deleted-document-banner.restore-button.text': 'Obnovit nejnovější verzi',
|
|
89
100
|
/** The text content for the deleted document banner */
|
|
@@ -97,6 +108,15 @@ export default removeUndefinedLocaleResources({
|
|
|
97
108
|
/** The text content for the live edit document when it's a draft */
|
|
98
109
|
'banners.live-edit-draft-banner.text':
|
|
99
110
|
'Typ <strong>{{schemaType}}</strong> má povoleno <code>liveEdit</code>, ale existuje koncept tohoto dokumentu. Pro pokračování v živém úpravách jej publikujte nebo zahoďte.',
|
|
111
|
+
/** The label for the "compare draft" action */
|
|
112
|
+
'banners.obsolete-draft.actions.compare-draft.text': 'Porovnat koncept',
|
|
113
|
+
/** The label for the "discard draft" action */
|
|
114
|
+
'banners.obsolete-draft.actions.discard-draft.text': 'Zahodit koncept',
|
|
115
|
+
/** The label for the "publish draft" action */
|
|
116
|
+
'banners.obsolete-draft.actions.publish-draft.text': 'Publikovat koncept',
|
|
117
|
+
/** The warning displayed when editing a document that has an obsolete draft because the draft model is not switched on */
|
|
118
|
+
'banners.obsolete-draft.draft-model-inactive.text':
|
|
119
|
+
'Pracovní prostor nemá povolené koncepty, ale existuje konceptová verze tohoto dokumentu.',
|
|
100
120
|
/** The text for the permission check banner if the user only has one role, and it does not allow publishing this document */
|
|
101
121
|
'banners.permission-check-banner.missing-permission_create_one':
|
|
102
122
|
'Vaše role <Roles/> nemá oprávnění vytvořit tento dokument.',
|
|
@@ -163,6 +183,9 @@ export default removeUndefinedLocaleResources({
|
|
|
163
183
|
/** The text content for the unpublished document banner when is part of a release */
|
|
164
184
|
'banners.unpublished-release-banner.text':
|
|
165
185
|
'Tento dokument bude nepublikován jako součást vydání <VersionBadge>{{title}}</VersionBadge>',
|
|
186
|
+
/** The text content for the unpublished document banner letting the user know that the current published version is being shown */
|
|
187
|
+
'banners.unpublished-release-banner.text-with-published':
|
|
188
|
+
'Zobrazuje se aktuální <strong>publikovaná</strong> verze:',
|
|
166
189
|
|
|
167
190
|
/** Browser/tab title when creating a new document of a given type */
|
|
168
191
|
'browser-document-title.new-document': 'Nový {{schemaType}}',
|
package/src/studio.ts
CHANGED
|
@@ -163,12 +163,12 @@ export default removeUndefinedLocaleResources({
|
|
|
163
163
|
/** Error messages for the Media Library Asset Source */
|
|
164
164
|
'asset-sources.media-library.error.library-could-not-be-resolved':
|
|
165
165
|
'Něco se pokazilo při pokusu o vyřešení Media Library pro tento projekt.',
|
|
166
|
+
/** Error message shown when no media library has been provisioned for the current organization */
|
|
167
|
+
'asset-sources.media-library.error.no-media-library-provisioned':
|
|
168
|
+
'Pro tuto organizaci nebyla připravena žádná mediální knihovna.',
|
|
166
169
|
/** Menu Items for Media Library Asset Source */
|
|
167
170
|
'asset-sources.media-library.file.title': 'Mediální knihovna',
|
|
168
171
|
'asset-sources.media-library.image.title': 'Mediální knihovna',
|
|
169
|
-
/** Info messages for the Media Library Asset Source */
|
|
170
|
-
'asset-sources.media-library.info.provisioning':
|
|
171
|
-
'Vyčkejte prosím, zatímco připravujeme vaši Media Library',
|
|
172
172
|
|
|
173
173
|
/** Label when a release has been deleted by a different user */
|
|
174
174
|
'banners.deleted-bundle-banner.text': "Vydání '<strong>{{title}}</strong>' bylo smazáno.",
|
|
@@ -1186,10 +1186,6 @@ export default removeUndefinedLocaleResources({
|
|
|
1186
1186
|
* when there are templates/types available for creation
|
|
1187
1187
|
*/
|
|
1188
1188
|
'new-document.create-new-document-label': 'Nový dokument…',
|
|
1189
|
-
/** Tooltip message for add document button when the selected perspective is published */
|
|
1190
|
-
'new-document.disabled-published.tooltip': 'Nemůžete vytvářet nové publikované dokumenty',
|
|
1191
|
-
/** Tooltip message for add document button when the selected perspective is for inactive release */
|
|
1192
|
-
'new-document.disabled-release.tooltip': 'Nemůžete přidávat dokumenty do tohoto vydání',
|
|
1193
1189
|
/** Placeholder for the "filter" input within the new document menu */
|
|
1194
1190
|
'new-document.filter-placeholder': 'Filtr',
|
|
1195
1191
|
/** Loading indicator text within the new document menu */
|
|
@@ -1255,8 +1251,22 @@ export default removeUndefinedLocaleResources({
|
|
|
1255
1251
|
'release.action.discard-version.failure': 'Nepodařilo se zahodit verzi',
|
|
1256
1252
|
/** Action message for when a new release is created off an existing version, draft or published document */
|
|
1257
1253
|
'release.action.new-release': 'Nové vydání',
|
|
1254
|
+
'release.action.new-release.limit-reached_other':
|
|
1255
|
+
'Tento pracovní prostor je omezen na {{count}} vydání',
|
|
1258
1256
|
/** Tooltip message for not having permissions for creating new releases */
|
|
1259
1257
|
'release.action.permission.error': 'Nemáte oprávnění k provedení této akce',
|
|
1258
|
+
/** Error message description for when a version is reverted from being unpublished */
|
|
1259
|
+
'release.action.revert-unpublish-version.failure.description':
|
|
1260
|
+
'Zkuste to prosím znovu nebo zkontrolujte své připojení. Dokument bude stále nepublikován po vydání.',
|
|
1261
|
+
/** Error message title for when a version is reverted from being unpublished */
|
|
1262
|
+
'release.action.revert-unpublish-version.failure.title':
|
|
1263
|
+
'Nepodařilo se vrátit z nastavení na nepublikování při vydání.',
|
|
1264
|
+
/** Action message description for when a version is reverted from being unpublished */
|
|
1265
|
+
'release.action.revert-unpublish-version.success.description':
|
|
1266
|
+
'Nyní můžete tuto verzi upravovat.',
|
|
1267
|
+
/** Action message title for when a version is reverted from being unpublished */
|
|
1268
|
+
'release.action.revert-unpublish-version.success.title':
|
|
1269
|
+
'Úspěšně vráceno z nastavení na nepublikování při vydání.',
|
|
1260
1270
|
/** Error message for when a version is set to be unpublished */
|
|
1261
1271
|
'release.action.unpublish-version.failure':
|
|
1262
1272
|
'Nepodařilo se nastavit verzi jako nepublikovanou ve vydání',
|
|
@@ -1796,6 +1806,33 @@ export default removeUndefinedLocaleResources({
|
|
|
1796
1806
|
/** Accessibility label for the navbar status button */
|
|
1797
1807
|
'status-button.aria-label': 'Stav konfigurace',
|
|
1798
1808
|
|
|
1809
|
+
/* Time zone handling */
|
|
1810
|
+
'time-zone.action.search-for-timezone-placeholder': 'Hledejte město nebo časové pásmo',
|
|
1811
|
+
/* Label for the local time zone button */
|
|
1812
|
+
'time-zone.action.select-local-time-zone': 'Vyberte místní časové pásmo',
|
|
1813
|
+
/* Dialog info for the time zone dialog */
|
|
1814
|
+
'time-zone.dialog-info.content-releases':
|
|
1815
|
+
'Vybrané časové pásmo změní způsob, jakým jsou data reprezentována v obsahových vydáních.',
|
|
1816
|
+
/* Dialog info for the time zone dialog */
|
|
1817
|
+
'time-zone.dialog-info.input':
|
|
1818
|
+
'Vybrané časové pásmo změní způsob, jakým jsou data reprezentována pouze pro tento vstup v tomto dokumentu.',
|
|
1819
|
+
/* Dialog info for the time zone dialog */
|
|
1820
|
+
'time-zone.dialog-info.scheduled-publishing':
|
|
1821
|
+
'Vybrané časové pásmo změní způsob, jakým jsou data reprezentována v plánech.',
|
|
1822
|
+
/* Label for the local time zone button */
|
|
1823
|
+
'time-zone.local-time': 'místní čas',
|
|
1824
|
+
/* Label for the time zone button */
|
|
1825
|
+
'time-zone.time-zone': 'Časové pásmo',
|
|
1826
|
+
/* Tooltip content for the time zone dialog */
|
|
1827
|
+
'time-zone.time-zone-tooltip-content-releases':
|
|
1828
|
+
'Zobrazování vydání v {{alternativeName}} GMT{{offset}}',
|
|
1829
|
+
/* Tooltip content for the time zone dialog */
|
|
1830
|
+
'time-zone.time-zone-tooltip-input':
|
|
1831
|
+
'Zobrazování <em>{{title}}</em> v {{alternativeName}} GMT{{offset}}',
|
|
1832
|
+
/* Tooltip content for the time zone dialog */
|
|
1833
|
+
'time-zone.time-zone-tooltip-scheduled-publishing':
|
|
1834
|
+
'Zobrazování plánů v {{alternativeName}} GMT{{offset}}',
|
|
1835
|
+
|
|
1799
1836
|
/** Title for the changes tooltip in the history inspector*/
|
|
1800
1837
|
'timeline.changes.title': 'Změny od',
|
|
1801
1838
|
/** Description for error when the timeline for the given document can't be loaded */
|
|
@@ -1859,7 +1896,7 @@ export default removeUndefinedLocaleResources({
|
|
|
1859
1896
|
'timeline.operation.edited-live': 'Editováno živě',
|
|
1860
1897
|
/** Label shown in review changes timeline when a document has been edited live, with a timestamp */
|
|
1861
1898
|
'timeline.operation.edited-live_timestamp': 'Editováno živě: {{timestamp, datetime}}',
|
|
1862
|
-
/** Label shown in review changes timeline when
|
|
1899
|
+
/** Label shown in review changes timeline event when transactions have been deleted by retention policy */
|
|
1863
1900
|
'timeline.operation.history-cleared': 'Smazáno zásadami uchovávání',
|
|
1864
1901
|
/** Label shown in review changes timeline when a document was published */
|
|
1865
1902
|
'timeline.operation.published': 'Publikováno',
|
package/src/validation.ts
CHANGED
|
@@ -51,6 +51,10 @@ export default removeUndefinedLocaleResources({
|
|
|
51
51
|
'object.asset-required_file': 'Soubor je požadován',
|
|
52
52
|
/** Object is missing a reference to an image asset document in its `asset` field */
|
|
53
53
|
'object.asset-required_image': 'Obrázek je požadován',
|
|
54
|
+
/** Media can't be found in the Media Library */
|
|
55
|
+
'object.media-not-found': 'Asset nebyl nalezen v knihovně médií',
|
|
56
|
+
/** Media object is missing a reference to a document in its `_ref` field */
|
|
57
|
+
'object.not-media-library-asset': 'Musí být odkaz na asset knihovny médií',
|
|
54
58
|
/** Object is not a reference to a document (eg `{_ref: 'documentId'}`) */
|
|
55
59
|
'object.not-reference': 'Musí být odkaz na dokument',
|
|
56
60
|
/** Object references a document which is not published */
|
|
@@ -62,6 +66,9 @@ export default removeUndefinedLocaleResources({
|
|
|
62
66
|
'panel.no-errors-message': 'Žádné chyby validace',
|
|
63
67
|
/** Title for the actual "Validation" panel/feature */
|
|
64
68
|
'panel.title': 'Validace',
|
|
69
|
+
/** Message shown when the validation panel is opened but the document is going to unpublish */
|
|
70
|
+
'panel.unpublish-message':
|
|
71
|
+
'Dokument bude stažen z publikování, nezobrazují se žádné chyby validace',
|
|
65
72
|
|
|
66
73
|
/** Slug is an object, but is missing a `current` string property */
|
|
67
74
|
'slug.missing-current': 'Slug musí mít hodnotu',
|