@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
|
@@ -1,29 +1,58 @@
|
|
|
1
1
|
import { removeUndefinedLocaleResources } from "sanity";
|
|
2
2
|
var studio = removeUndefinedLocaleResources({
|
|
3
|
+
/** "Configuration issue" header */
|
|
4
|
+
"about-dialog.configuration-issue.header": "Zji\u0161t\u011Bn probl\xE9m s konfigurac\xED",
|
|
5
|
+
/** Message shown if sanity.cli.ts is missing deployment.appId */
|
|
6
|
+
"about-dialog.configuration-issue.missing-appid": "Automatick\xE9 aktualizace jsou povoleny, ale v <code>sanity.cli.ts</code> nen\xED nakonfigurov\xE1no <code>deployment.appId</code>. Toto Studio se aktualizuje proti kan\xE1lu <strong>latest</strong>.",
|
|
7
|
+
/** "View documentation" link for auto-updating studios */
|
|
8
|
+
"about-dialog.configuration-issue.missing-appid.view-documentation": "Zobrazit dokumentaci",
|
|
3
9
|
/** "Disabled" status for auto-updates in About-dialog */
|
|
4
10
|
"about-dialog.version-info.auto-updates.disabled": "Zak\xE1z\xE1no",
|
|
5
11
|
/** "Enabled" status for auto-updates in About-dialog */
|
|
6
12
|
"about-dialog.version-info.auto-updates.enabled": "Povoleno",
|
|
7
|
-
/** "Auto Updates" status header in About-dialog */
|
|
13
|
+
/** @deprecated "Auto Updates" status header in About-dialog */
|
|
8
14
|
"about-dialog.version-info.auto-updates.header": "Automatick\xE9 aktualizace",
|
|
9
|
-
/** "How to enable" next to Disabled state for Auto updates in
|
|
15
|
+
/** "How to enable" next to Disabled state for Auto updates in version info dialog */
|
|
10
16
|
"about-dialog.version-info.auto-updates.how-to-enable": "Jak povolit",
|
|
17
|
+
/** "Manage version" link text */
|
|
18
|
+
"about-dialog.version-info.auto-updates.manage-version": "Spravovat verzi",
|
|
11
19
|
/** Text displayed on the "Copy to clipboard"-button after clicked */
|
|
12
20
|
"about-dialog.version-info.copy-to-clipboard-button.copied-text": "Zkop\xEDrov\xE1no do schr\xE1nky. Vesel\xE9 vkl\xE1d\xE1n\xED!",
|
|
13
21
|
/** "Copy to Clipboard" button text for copying version details from About-dialog */
|
|
14
22
|
"about-dialog.version-info.copy-to-clipboard-button.text": "Kop\xEDrovat do schr\xE1nky",
|
|
15
|
-
/** "Current version" header in
|
|
23
|
+
/** "Current version" header in version info dialog */
|
|
16
24
|
"about-dialog.version-info.current-version.header": "Sou\u010Dasn\xE1 verze",
|
|
17
|
-
/** "How to upgrade" link text */
|
|
25
|
+
/** @deprecated "How to upgrade" link text */
|
|
18
26
|
"about-dialog.version-info.how-to-upgrade": "Jak aktualizovat",
|
|
19
|
-
/** "Latest version" header in
|
|
27
|
+
/** "Latest version" header in version info dialog */
|
|
20
28
|
"about-dialog.version-info.latest-version.header": "Nejnov\u011Bj\u0161\xED verze",
|
|
21
|
-
/**
|
|
22
|
-
"about-dialog.version-info.
|
|
23
|
-
/** "
|
|
29
|
+
/** Info text when auto updates is enabled and a new version is available */
|
|
30
|
+
"about-dialog.version-info.new-auto-update-version-available": "Dostupn\xE1 nov\xE1 verze",
|
|
31
|
+
/** "New version" header in version info dialog - Note that this is not necessary a *higher* version compared to current:
|
|
32
|
+
* It's a new version configured for auto updates which in some cases could even be a version below current */
|
|
33
|
+
"about-dialog.version-info.new-version.text": "Nov\xE1 verze",
|
|
34
|
+
/** "Reload"-button when auto updates is enabled and a new version is available */
|
|
35
|
+
"about-dialog.version-info.reload": "Znovu na\u010D\xEDst",
|
|
36
|
+
/** "Reload to update"-tooltip when auto updates is enabled and a new version is available */
|
|
37
|
+
"about-dialog.version-info.reload-to-update": "Znovu na\u010D\xEDst Studio pro aktualizaci",
|
|
38
|
+
/** "Development" tooltip in About-dialog */
|
|
39
|
+
"about-dialog.version-info.tooltip.development": "V\xFDvoj",
|
|
40
|
+
/** "New version available" tooltip in About-dialog */
|
|
41
|
+
"about-dialog.version-info.tooltip.new-version-available": "Dostupn\xE1 nov\xE1 verze",
|
|
42
|
+
/** "Prerelease" tooltip in About-dialog */
|
|
43
|
+
"about-dialog.version-info.tooltip.prerelease": "P\u0159edb\u011B\u017En\xE9 vyd\xE1n\xED",
|
|
44
|
+
/** "Up to date" tooltip in About-dialog */
|
|
45
|
+
"about-dialog.version-info.tooltip.up-to-date": "Aktu\xE1ln\xED",
|
|
46
|
+
/** @deprecated "Up to date" status in About-dialog */
|
|
24
47
|
"about-dialog.version-info.up-to-date": "Aktu\xE1ln\xED",
|
|
48
|
+
/** "Upgrade"-button text */
|
|
49
|
+
"about-dialog.version-info.update-button.text": "Aktualizovat",
|
|
50
|
+
/** "Upgrade"-button tooltip text */
|
|
51
|
+
"about-dialog.version-info.update-button.tooltip": "Zjist\u011Bte, jak aktualizovat Sanity Studio",
|
|
25
52
|
/** "User agent" header in About-dialog */
|
|
26
53
|
"about-dialog.version-info.user-agent.header": "U\u017Eivatelsk\xFD agent",
|
|
54
|
+
/** "View on GitHub" link from version info dialog */
|
|
55
|
+
"about-dialog.version-info.view-on-github": "Zobrazit na GitHubu",
|
|
27
56
|
/** The text used in the tooltip shown in the dialog close button */
|
|
28
57
|
"announcement.dialog.close": "Zav\u0159\xEDt",
|
|
29
58
|
/** Aria label to be used in the dialog close button */
|
|
@@ -83,13 +112,19 @@ var studio = removeUndefinedLocaleResources({
|
|
|
83
112
|
"asset-source.dialog.default-title_file": "Vybrat soubor",
|
|
84
113
|
/** Select asset dialog title for images */
|
|
85
114
|
"asset-source.dialog.default-title_image": "Vybrat obr\xE1zek",
|
|
115
|
+
/** Select asset dialog title for videos */
|
|
116
|
+
"asset-source.dialog.default-title_video": "Vyberte video",
|
|
86
117
|
/** Insert asset error */
|
|
87
118
|
"asset-source.dialog.insert-asset-error": "Chyba p\u0159i vkl\xE1d\xE1n\xED assetu. V\xEDce informac\xED naleznete v konzoli.",
|
|
88
119
|
/** Select asset dialog load more items */
|
|
89
120
|
"asset-source.dialog.load-more": "Na\u010D\xEDst v\xEDce",
|
|
90
|
-
/** Text shown when selecting a file but there's no files to select from
|
|
121
|
+
/** Text shown when selecting a file but there's no files to select from
|
|
122
|
+
* @deprecated no longer in use
|
|
123
|
+
*/
|
|
91
124
|
"asset-source.dialog.no-assets_file": "\u017D\xE1dn\xE9 soubory",
|
|
92
|
-
/** Text shown when selecting an image but there's no images to select from
|
|
125
|
+
/** Text shown when selecting an image but there's no images to select from
|
|
126
|
+
* @deprecated no longer in use
|
|
127
|
+
*/
|
|
93
128
|
"asset-source.dialog.no-assets_image": "\u017D\xE1dn\xE9 obr\xE1zky",
|
|
94
129
|
"asset-source.file.asset-list.action.delete.disabled-cannot-delete-current-file": "Nelze smazat aktu\xE1ln\u011B vybran\xFD soubor",
|
|
95
130
|
"asset-source.file.asset-list.action.delete.text": "Smazat",
|
|
@@ -140,6 +175,13 @@ var studio = removeUndefinedLocaleResources({
|
|
|
140
175
|
/** Menu Items for Media Library Asset Source */
|
|
141
176
|
"asset-sources.media-library.file.title": "Medi\xE1ln\xED knihovna",
|
|
142
177
|
"asset-sources.media-library.image.title": "Medi\xE1ln\xED knihovna",
|
|
178
|
+
/** Info messages for the Media Library Asset Source */
|
|
179
|
+
"asset-sources.media-library.select-dialog.title_file": "V\xFDb\u011Br souboru pro {{targetTitle}}",
|
|
180
|
+
"asset-sources.media-library.select-dialog.title_image": "V\xFDb\u011Br obr\xE1zku pro {{targetTitle}}",
|
|
181
|
+
"asset-sources.media-library.select-dialog.title_video": "V\xFDb\u011Br videa pro {{targetTitle}}",
|
|
182
|
+
/** Warning message shown when uploading already existing files to the Media Library Asset Source */
|
|
183
|
+
"asset-sources.media-library.warning.file-already-exist.description": "Pou\u017E\xEDv\xE1 se existuj\xEDc\xED soubor nalezen\xFD v knihovn\u011B.",
|
|
184
|
+
"asset-sources.media-library.warning.file-already-exist.title": "Soubor: '{{filename}}' ji\u017E existuje",
|
|
143
185
|
/** Label when a release has been deleted by a different user */
|
|
144
186
|
"banners.deleted-bundle-banner.text": "Vyd\xE1n\xED '<strong>{{title}}</strong>' bylo smaz\xE1no.",
|
|
145
187
|
/** Action message for navigating to next month */
|
|
@@ -385,6 +427,8 @@ var studio = removeUndefinedLocaleResources({
|
|
|
385
427
|
"document-status.revision-not-found": "Revize nenalezena",
|
|
386
428
|
/** Label to indicate that a document type was not found */
|
|
387
429
|
"document.type.not-found": 'Typ dokumentu "{{type}}" nebyl nalezen',
|
|
430
|
+
/** Error message shown when an action cannot be performed */
|
|
431
|
+
"errors.unable-to-perform-action": "Nelze prov\xE9st tuto akci",
|
|
388
432
|
/** The value of the <code>_key</code> property must be a unique string. */
|
|
389
433
|
"form.error.duplicate-keys-alert.details.additional-description": "Hodnota vlastnosti <code>_key</code> mus\xED b\xFDt jedine\u010Dn\xFD \u0159et\u011Bzec.",
|
|
390
434
|
/** This usually happens when items are created using an API client, and the <code>_key</code> property of each elements has been generated non-uniquely. */
|
|
@@ -471,6 +515,8 @@ var studio = removeUndefinedLocaleResources({
|
|
|
471
515
|
"help-resources.action.join-our-community": "P\u0159ipojte se k na\u0161\xED komunit\u011B",
|
|
472
516
|
/** Information for what the latest sanity version is */
|
|
473
517
|
"help-resources.latest-sanity-version": "Nejnov\u011Bj\u0161\xED verze je {{latestVersion}}",
|
|
518
|
+
/** Menu item for reloading Studio to update */
|
|
519
|
+
"help-resources.studio-auto-update-now": "Znovu na\u010D\xEDst pro aktualizaci na verzi v{{newVersion}}",
|
|
474
520
|
/** Information for what studio version the current studio is running */
|
|
475
521
|
"help-resources.studio-version": "Verze Sanity Studio {{studioVersion}}",
|
|
476
522
|
/** Title for help and resources menus */
|
|
@@ -1055,9 +1101,9 @@ var studio = removeUndefinedLocaleResources({
|
|
|
1055
1101
|
"new-document.open-dialog-aria-label": "Vytvo\u0159it nov\xFD dokument",
|
|
1056
1102
|
/** Title for "Create new document" dialog */
|
|
1057
1103
|
"new-document.title": "Vytvo\u0159it nov\xFD dokument",
|
|
1058
|
-
/** Label for button that will make the browser reload when users' studio version is out-of-date */
|
|
1104
|
+
/** @deprecated Label for button that will make the browser reload when users' studio version is out-of-date */
|
|
1059
1105
|
"package-version.new-package-available.reload-button": "Klikn\u011Bte pro obnoven\xED",
|
|
1060
|
-
/** Title of the alert for studio users when packages in their studio are out-of-date */
|
|
1106
|
+
/** @deprecated Title of the alert for studio users when packages in their studio are out-of-date */
|
|
1061
1107
|
"package-version.new-package-available.title": "Sanity Studio je p\u0159ipraveno k aktualizaci!",
|
|
1062
1108
|
/** Label for action to invite members to the current studio project */
|
|
1063
1109
|
"presence.action.manage-members": "Spravovat \u010Dleny",
|
|
@@ -1083,21 +1129,31 @@ var studio = removeUndefinedLocaleResources({
|
|
|
1083
1129
|
"release.action.add-to-new-release": "P\u0159idat do vyd\xE1n\xED",
|
|
1084
1130
|
/** Action message to add document to release */
|
|
1085
1131
|
"release.action.add-to-release": "P\u0159idat do {{title}}",
|
|
1132
|
+
/** Tooltip message for document that is already added to release */
|
|
1133
|
+
"release.action.already-exists-in-release": "Dokument ji\u017E existuje ve vyd\xE1n\xED",
|
|
1086
1134
|
/** Action message for when document is already in release */
|
|
1087
1135
|
"release.action.already-in-release": "Ji\u017E ve vyd\xE1n\xED {{title}}",
|
|
1088
1136
|
/** Action message for when you click to view all versions you can copy the current document to */
|
|
1089
1137
|
"release.action.copy-to": "Kop\xEDrovat verzi do",
|
|
1090
1138
|
/** Action message for creating new releases */
|
|
1091
1139
|
"release.action.create-new": "Nov\xE9 vyd\xE1n\xED",
|
|
1140
|
+
/** Description for toast when version creation failed */
|
|
1141
|
+
"release.action.create-version.failure": "Nepoda\u0159ilo se vytvo\u0159it verzi",
|
|
1142
|
+
/** Action message for deleting a scheduled publish */
|
|
1143
|
+
"release.action.delete-schedule": "Smazat pl\xE1n",
|
|
1092
1144
|
/** Action message for when document is already in release */
|
|
1093
1145
|
"release.action.discard-version": "Zahodit verzi",
|
|
1094
1146
|
/** Description for toast when version discarding failed */
|
|
1095
1147
|
"release.action.discard-version.failure": "Nepoda\u0159ilo se zahodit verzi",
|
|
1148
|
+
/** Action message for editing the schedule of a scheduled publish */
|
|
1149
|
+
"release.action.edit-schedule": "Upravit pl\xE1n",
|
|
1096
1150
|
/** Action message for when a new release is created off an existing version, draft or published document */
|
|
1097
1151
|
"release.action.new-release": "Nov\xE9 vyd\xE1n\xED",
|
|
1098
1152
|
"release.action.new-release.limit-reached_other": "Tento pracovn\xED prostor je omezen na {{count}} vyd\xE1n\xED",
|
|
1099
1153
|
/** Tooltip message for not having permissions for creating new releases */
|
|
1100
1154
|
"release.action.permission.error": "Nem\xE1te opr\xE1vn\u011Bn\xED k proveden\xED t\xE9to akce",
|
|
1155
|
+
/** Action message for running a scheduled draft immediately */
|
|
1156
|
+
"release.action.publish-now": "Publikovat nyn\xED",
|
|
1101
1157
|
/** Error message description for when a version is reverted from being unpublished */
|
|
1102
1158
|
"release.action.revert-unpublish-version.failure.description": "Zkuste to pros\xEDm znovu nebo zkontrolujte sv\xE9 p\u0159ipojen\xED. Dokument bude st\xE1le nepublikov\xE1n po vyd\xE1n\xED.",
|
|
1103
1159
|
/** Error message title for when a version is reverted from being unpublished */
|
|
@@ -1112,6 +1168,8 @@ var studio = removeUndefinedLocaleResources({
|
|
|
1112
1168
|
"release.action.unpublish-version.success": "\xDAsp\u011B\u0161n\u011B nastaveno <strong>{{title}}</strong> jako nepublikovan\xE9 ve vyd\xE1n\xED",
|
|
1113
1169
|
/** Action message for when the view release is pressed */
|
|
1114
1170
|
"release.action.view-release": "Zobrazit vyd\xE1n\xED",
|
|
1171
|
+
/** Action message for when the view scheduled drafts is pressed */
|
|
1172
|
+
"release.action.view-scheduled-drafts": "Zobrazit napl\xE1novan\xE9 koncepty",
|
|
1115
1173
|
/** Label for banner when release is scheduled */
|
|
1116
1174
|
"release.banner.scheduled-for-publishing-on": "Napl\xE1nov\xE1no k publikov\xE1n\xED dne {{date}}",
|
|
1117
1175
|
/** Label for Draft chip in document header */
|
|
@@ -1148,6 +1206,24 @@ var studio = removeUndefinedLocaleResources({
|
|
|
1148
1206
|
"release.dialog.create.confirm": "Vytvo\u0159it vyd\xE1n\xED",
|
|
1149
1207
|
/** Title for creating releases dialog */
|
|
1150
1208
|
"release.dialog.create.title": "Nov\xE9 vyd\xE1n\xED",
|
|
1209
|
+
/** Body text for the dialog confirming deletion of a scheduled draft */
|
|
1210
|
+
"release.dialog.delete-schedule-draft.body": "Jste si jisti, \u017Ee chcete smazat tento napl\xE1novan\xFD koncept? Tuto akci nelze vz\xEDt zp\u011Bt.",
|
|
1211
|
+
/** Confirm button text for deleting a scheduled draft */
|
|
1212
|
+
"release.dialog.delete-schedule-draft.confirm": "Ano, smazat pl\xE1n",
|
|
1213
|
+
/** Header for the dialog confirming deletion of a scheduled draft */
|
|
1214
|
+
"release.dialog.delete-schedule-draft.header": "Smazat napl\xE1novan\xFD koncept",
|
|
1215
|
+
/** Body text for change schedule dialog */
|
|
1216
|
+
"release.dialog.edit-schedule.body": "Vyberte nov\xE9 datum a \u010Das pro napl\xE1novan\xE9 publikov\xE1n\xED.",
|
|
1217
|
+
/** Confirm button text for change schedule dialog */
|
|
1218
|
+
"release.dialog.edit-schedule.confirm": "Aktualizovat pl\xE1n",
|
|
1219
|
+
/** Header for change schedule dialog */
|
|
1220
|
+
"release.dialog.edit-schedule.header": "Zm\u011Bnit pl\xE1n",
|
|
1221
|
+
/** Body text for the dialog confirming running a scheduled draft immediately */
|
|
1222
|
+
"release.dialog.publish-scheduled-draft.body": "Jste si jisti, \u017Ee chcete okam\u017Eit\u011B publikovat tento napl\xE1novan\xFD koncept?",
|
|
1223
|
+
/** Confirm button text for running a scheduled draft immediately */
|
|
1224
|
+
"release.dialog.publish-scheduled-draft.confirm": "Ano, spustit nyn\xED",
|
|
1225
|
+
/** Header for the dialog confirming running a scheduled draft immediately */
|
|
1226
|
+
"release.dialog.publish-scheduled-draft.header": "Publikovat koncept nyn\xED",
|
|
1151
1227
|
/** Label for description in tooltip to explain release types */
|
|
1152
1228
|
"release.dialog.tooltip.description": "P\u0159edpokl\xE1dan\xFD \u010Das vyd\xE1n\xED se pou\u017E\xEDv\xE1 k vytvo\u0159en\xED lep\u0161\xEDch n\xE1hled\u016F a n\xE1pov\u011Bd, zda dokumenty konfliktn\xED.",
|
|
1153
1229
|
/** Label for noting that a release time is not final */
|
|
@@ -1158,6 +1234,10 @@ var studio = removeUndefinedLocaleResources({
|
|
|
1158
1234
|
"release.form.placeholder-describe-release": "Popi\u0161te vyd\xE1n\xED\u2026",
|
|
1159
1235
|
/** Tooltip for button to hide release visibility */
|
|
1160
1236
|
"release.layer.hide": "Skr\xFDt vyd\xE1n\xED",
|
|
1237
|
+
/** Label for the release menu */
|
|
1238
|
+
"release.menu.label": "Menu vyd\xE1n\xED",
|
|
1239
|
+
/** Tooltip for the release menu */
|
|
1240
|
+
"release.menu.tooltip": "Akce",
|
|
1161
1241
|
/** Label for draft perspective in navbar */
|
|
1162
1242
|
"release.navbar.drafts": "Koncepty",
|
|
1163
1243
|
/** Label for published releases in navbar */
|
|
@@ -1166,18 +1246,34 @@ var studio = removeUndefinedLocaleResources({
|
|
|
1166
1246
|
"release.navbar.tooltip": "Vyd\xE1n\xED",
|
|
1167
1247
|
/** The placeholder text when the release doesn't have a title */
|
|
1168
1248
|
"release.placeholder-untitled-release": "Nepojmenovan\xE9 vyd\xE1n\xED",
|
|
1249
|
+
/** Description for warning that the published schedule time is in the past */
|
|
1250
|
+
"release.schedule-dialog.publish-date-in-past-warning": "Napl\xE1nujte toto vyd\xE1n\xED na budouc\xED \u010Das a datum.",
|
|
1251
|
+
/** Label for date picker when scheduling a release */
|
|
1252
|
+
"release.schedule-dialog.select-publish-date-label": "Napl\xE1novat na",
|
|
1169
1253
|
/** The toast description that will be shown when the user has a release perspective which is now archived */
|
|
1170
1254
|
"release.toast.archived-release.description": "Toto vyd\xE1n\xED bylo od\u0161pendleno",
|
|
1171
1255
|
/** The toast title that will be shown when the user has a release perspective which is now archived */
|
|
1172
1256
|
"release.toast.archived-release.title": "Vyd\xE1n\xED '{{title}}' bylo archivov\xE1no",
|
|
1173
1257
|
/** The toast title that will be shown the creating a release fails */
|
|
1174
1258
|
"release.toast.create-release-error.title": "Nepoda\u0159ilo se vytvo\u0159it vyd\xE1n\xED",
|
|
1175
|
-
/**
|
|
1259
|
+
/** Error toast for deleting a scheduled draft */
|
|
1260
|
+
"release.toast.delete-schedule-draft.error": "Nepoda\u0159ilo se smazat dokument napl\xE1novan\xE9ho konceptu <strong>{{title}}</strong>: {{error}}",
|
|
1261
|
+
/** Success toast for deleting a scheduled draft */
|
|
1262
|
+
"release.toast.delete-schedule-draft.success": "Dokument napl\xE1novan\xE9ho konceptu <strong>{{title}}</strong> byl smaz\xE1n.",
|
|
1263
|
+
/** The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1176
1264
|
"release.toast.not-found-release.title": "Vyd\xE1n\xED '{{title}}' nebylo nalezeno",
|
|
1265
|
+
/** Error toast for running a scheduled publish immediately */
|
|
1266
|
+
"release.toast.publish-scheduled-draft.error": "Nepoda\u0159ilo se publikovat napl\xE1novan\xFD koncept dokumentu <strong>{{title}}</strong>: {{error}}",
|
|
1267
|
+
/** Success toast for running a scheduled publish immediately */
|
|
1268
|
+
"release.toast.publish-scheduled-draft.success": "Napl\xE1novan\xFD koncept dokumentu <strong>{{title}}</strong> byl publikov\xE1n.",
|
|
1177
1269
|
/** The toast description that will be shown when the user has a release perspective which is now published */
|
|
1178
1270
|
"release.toast.published-release.description": "Toto vyd\xE1n\xED bylo od\u0161pendleno",
|
|
1179
1271
|
/** The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1180
1272
|
"release.toast.published-release.title": "Vyd\xE1n\xED '{{title}}' bylo publikov\xE1no",
|
|
1273
|
+
/** Error toast for rescheduling a draft */
|
|
1274
|
+
"release.toast.reschedule-scheduled-draft.error": "Nepoda\u0159ilo se p\u0159epl\xE1novat napl\xE1novan\xFD koncept dokumentu <strong>{{title}}</strong>: {{error}}",
|
|
1275
|
+
/** Success toast for rescheduling a draft */
|
|
1276
|
+
"release.toast.reschedule-scheduled-draft.success": "Napl\xE1novan\xFD koncept dokumentu <strong>{{title}}</strong> byl p\u0159epl\xE1nov\xE1n.",
|
|
1181
1277
|
/** Label for when a version of a document has already been added to the release */
|
|
1182
1278
|
"release.tooltip.already-added": "Verze tohoto dokumentu ji\u017E byla p\u0159id\xE1na",
|
|
1183
1279
|
/** Label for when a release is scheduled / scheduling and a user can't add a document version to it */
|
|
@@ -1190,6 +1286,14 @@ var studio = removeUndefinedLocaleResources({
|
|
|
1190
1286
|
"release.type.undecided": "Nerozhodnuto",
|
|
1191
1287
|
/** Tooltip for the dropdown to show all versions of document */
|
|
1192
1288
|
"release.version-list.tooltip": "Zobrazit v\u0161echny verze dokumentu",
|
|
1289
|
+
/** Confirm button text for the schedule publish dialog */
|
|
1290
|
+
"schedule-publish-dialog.confirm": "Napl\xE1novat",
|
|
1291
|
+
/** Description for the schedule publish dialog */
|
|
1292
|
+
"schedule-publish-dialog.description": "Vyberte, kdy m\xE1 b\xFDt tento dokument publikov\xE1n.",
|
|
1293
|
+
/** Header for the schedule publish dialog */
|
|
1294
|
+
"schedule-publish-dialog.header": "Napl\xE1novat koncept k publikaci",
|
|
1295
|
+
/** Title for a scheduled draft release */
|
|
1296
|
+
"scheduled-drafts.release.title": "Napl\xE1novan\xE1 publikace",
|
|
1193
1297
|
/** Accessibility label to open search action when the search would go fullscreen (eg on narrower screens) */
|
|
1194
1298
|
"search.action-open-aria-label": "Otev\u0159\xEDt vyhled\xE1v\xE1n\xED",
|
|
1195
1299
|
/** Action label for adding a search filter */
|
|
@@ -1749,6 +1853,8 @@ var studio = removeUndefinedLocaleResources({
|
|
|
1749
1853
|
* workspace to authenticate in.
|
|
1750
1854
|
*/
|
|
1751
1855
|
"workspaces.action.choose-another-workspace": "Vybrat jin\xFD pracovn\xED prostor",
|
|
1856
|
+
/** Label for title to switch workspace before workspaces are listed */
|
|
1857
|
+
"workspaces.action.switch-workspace": "P\u0159epnout pracovn\xED prostor",
|
|
1752
1858
|
/** Label for heading that indicates that you can choose your workspace */
|
|
1753
1859
|
"workspaces.choose-your-workspace-label": "Vyberte sv\u016Fj pracovn\xED prostor",
|
|
1754
1860
|
/** Label for the workspace menu */
|