@sanity/locale-cs-cz 1.1.30 → 1.1.32
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/feedback.cjs +47 -0
- package/dist/_chunks-cjs/feedback.cjs.map +1 -0
- package/dist/_chunks-cjs/presentation.cjs +131 -0
- package/dist/_chunks-cjs/presentation.cjs.map +1 -0
- package/dist/_chunks-cjs/releases.cjs +460 -0
- package/dist/_chunks-cjs/releases.cjs.map +1 -0
- package/dist/_chunks-cjs/singleDocRelease.cjs +23 -0
- package/dist/_chunks-cjs/singleDocRelease.cjs.map +1 -0
- package/dist/_chunks-cjs/structure.cjs +8 -0
- package/dist/_chunks-cjs/structure.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +2 -8
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-cjs/vision.cjs +22 -0
- package/dist/_chunks-cjs/vision.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/feedback.js +49 -0
- package/dist/_chunks-es/feedback.js.map +1 -0
- package/dist/_chunks-es/presentation.js +133 -0
- package/dist/_chunks-es/presentation.js.map +1 -0
- package/dist/_chunks-es/releases.js +462 -0
- package/dist/_chunks-es/releases.js.map +1 -0
- package/dist/_chunks-es/singleDocRelease.js +25 -0
- package/dist/_chunks-es/singleDocRelease.js.map +1 -0
- package/dist/_chunks-es/structure.js +8 -0
- package/dist/_chunks-es/structure.js.map +1 -1
- package/dist/_chunks-es/studio.js +2 -8
- package/dist/_chunks-es/studio.js.map +1 -1
- package/dist/_chunks-es/vision.js +22 -0
- package/dist/_chunks-es/vision.js.map +1 -1
- package/dist/index.cjs +20 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +14 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/copy-paste.ts +3 -0
- package/src/feedback.ts +47 -0
- package/src/index.ts +17 -2
- package/src/presentation.ts +149 -0
- package/src/releases.ts +553 -0
- package/src/singleDocRelease.ts +26 -0
- package/src/structure.ts +9 -0
- package/src/studio.ts +3 -9
- package/src/vision.ts +23 -0
- package/dist/_chunks-cjs/create.cjs +0 -35
- package/dist/_chunks-cjs/create.cjs.map +0 -1
- package/dist/_chunks-es/create.js +0 -37
- package/dist/_chunks-es/create.js.map +0 -1
|
@@ -0,0 +1,460 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var sanity = require("sanity"), releases = sanity.removeUndefinedLocaleResources({
|
|
3
|
+
/** Action text for adding a document to release */
|
|
4
|
+
"action.add-document": "P\u0159idat dokument",
|
|
5
|
+
/** Action text for archiving a release */
|
|
6
|
+
"action.archive": "Archivovat release",
|
|
7
|
+
/** Tooltip for when the archive release action is disabled due to release being scheduled */
|
|
8
|
+
"action.archive.tooltip": "Zru\u0161te pl\xE1nov\xE1n\xED tohoto release, abyste ho mohli archivovat",
|
|
9
|
+
/** Action text for showing the archived releases */
|
|
10
|
+
"action.archived": "Archivovan\xE9",
|
|
11
|
+
/** Menu item label for copying release ID */
|
|
12
|
+
"action.copy-release-id.label": "Kop\xEDrovat ID release",
|
|
13
|
+
/** Menu item label for copying release URL */
|
|
14
|
+
"action.copy-release-link.label": "Kop\xEDrovat URL release",
|
|
15
|
+
/** Menu item label for copying release title */
|
|
16
|
+
"action.copy-release-title.label": "Kop\xEDrovat n\xE1zev release",
|
|
17
|
+
/** Tooltip for copy release actions button */
|
|
18
|
+
"action.copy-release.label": "Kop\xEDrovat",
|
|
19
|
+
/** Action text for staging a new revert release */
|
|
20
|
+
"action.create-revert-release": "Vytvo\u0159it nov\xFD release",
|
|
21
|
+
/** Action text for deleting a release */
|
|
22
|
+
"action.delete-release": "Smazat release",
|
|
23
|
+
/** Menu item label for showing scheduled drafts */
|
|
24
|
+
"action.drafts": "Napl\xE1novan\xE9 koncepty",
|
|
25
|
+
/** Action text for duplicating a release */
|
|
26
|
+
"action.duplicate-release": "Duplikovat release",
|
|
27
|
+
/** Action text for editing a release */
|
|
28
|
+
"action.edit": "Upravit release",
|
|
29
|
+
/** Action text for reverting a release immediately without staging changes */
|
|
30
|
+
"action.immediate-revert-release": "Vr\xE1tit nyn\xED",
|
|
31
|
+
/** Action text for opening a release */
|
|
32
|
+
"action.open": "Aktivn\xED",
|
|
33
|
+
/** Action text for showing the paused scheduled drafts */
|
|
34
|
+
"action.paused": "Pozastaven\xE9",
|
|
35
|
+
/** Action text for publishing all documents in a release (and the release itself) */
|
|
36
|
+
"action.publish-all-documents": "Spustit release",
|
|
37
|
+
/** Menu item label for showing releases (multi-document releases) */
|
|
38
|
+
"action.releases": "Releases",
|
|
39
|
+
/** Action text for reverting a release */
|
|
40
|
+
"action.revert": "Vr\xE1tit release",
|
|
41
|
+
/** Action message for when document is scheduled for unpublishing a document and you want to no longer unpublish it */
|
|
42
|
+
"action.revert-unpublish-actions": "Vr\xE1tit zru\u0161en\xED publikov\xE1n\xED p\u0159i vyd\xE1n\xED",
|
|
43
|
+
/** Text for the review changes button in release tool */
|
|
44
|
+
"action.review": "Zkontrolovat zm\u011Bny",
|
|
45
|
+
/** Action text for scheduling a release */
|
|
46
|
+
"action.schedule": "Napl\xE1novat release...",
|
|
47
|
+
/** Action text for scheduling unpublish of a draft document */
|
|
48
|
+
"action.schedule-unpublish": "Napl\xE1novat zru\u0161en\xED publikov\xE1n\xED",
|
|
49
|
+
/** Tooltip text for when schedule unpublish is disabled because document is not published */
|
|
50
|
+
"action.schedule-unpublish.disabled.not-published": "Dokument mus\xED b\xFDt publikov\xE1n, aby bylo mo\u017En\xE9 napl\xE1novat jeho zru\u0161en\xED publikov\xE1n\xED",
|
|
51
|
+
/** Label for unarchiving a release */
|
|
52
|
+
"action.unarchive": "Obnovit release z archivu",
|
|
53
|
+
/** Action text for unpublishing a document in a release in the context menu */
|
|
54
|
+
"action.unpublish": "Zru\u0161it publikov\xE1n\xED",
|
|
55
|
+
/** Action message for scheduling an unpublished of a document */
|
|
56
|
+
"action.unpublish-doc-actions": "Zru\u0161it publikov\xE1n\xED p\u0159i vyd\xE1n\xED",
|
|
57
|
+
/** Action text for unscheduling a release */
|
|
58
|
+
"action.unschedule": "Zru\u0161it pl\xE1nov\xE1n\xED vyd\xE1n\xED",
|
|
59
|
+
/** Text for the summary button in release tool */
|
|
60
|
+
"actions.summary": "Souhrn",
|
|
61
|
+
/* The text for the activity event when a document is added to a release */
|
|
62
|
+
"activity.event.add-document": "P\u0159id\xE1na verze dokumentu",
|
|
63
|
+
/* The text for the activity event when the release is archived */
|
|
64
|
+
"activity.event.archive": "Vyd\xE1n\xED <strong>{{releaseTitle}}</strong> bylo archivov\xE1no",
|
|
65
|
+
/* The text for the activity event when the release is created */
|
|
66
|
+
"activity.event.create": "Vyd\xE1n\xED <strong>{{releaseTitle}}</strong> bylo vytvo\u0159eno <ScheduleTarget>s c\xEDlem </ScheduleTarget>",
|
|
67
|
+
/* The text for the activity event when a document is removed from a release */
|
|
68
|
+
"activity.event.discard-document": "Verze dokumentu byla zahozena",
|
|
69
|
+
"activity.event.edit": "\u010Cas vyd\xE1n\xED nastaven na <ScheduleTarget></ScheduleTarget>",
|
|
70
|
+
/**The text to display in the changes when the release type changes to asap */
|
|
71
|
+
"activity.event.edit-time-asap": "Co nejd\u0159\xEDve",
|
|
72
|
+
/**The text to display in the changes when the release type changes to undecided */
|
|
73
|
+
"activity.event.edit-time-undecided": "Nerozhodnuto",
|
|
74
|
+
/* The text for the activity event when the release is published */
|
|
75
|
+
"activity.event.publish": "Vyd\xE1n\xED <strong>{{releaseTitle}}</strong> bylo publikov\xE1no",
|
|
76
|
+
/* The text for the activity event when the release is scheduled */
|
|
77
|
+
"activity.event.schedule": "Ozna\u010Deno jako napl\xE1novan\xE9",
|
|
78
|
+
/** The text for the activity event when the release is unarchived */
|
|
79
|
+
"activity.event.unarchive": "Vyd\xE1n\xED <strong>{{releaseTitle}}</strong> bylo obnoveno z archivu",
|
|
80
|
+
/** The text for the activity event when the release is unscheduled */
|
|
81
|
+
"activity.event.unschedule": "Ozna\u010Deno jako nenapl\xE1novan\xE9",
|
|
82
|
+
/** The loading text for when releases are loading */
|
|
83
|
+
"activity.panel.error": "P\u0159i na\u010D\xEDt\xE1n\xED aktivity vyd\xE1n\xED do\u0161lo k chyb\u011B",
|
|
84
|
+
/** The loading text for when releases are loading */
|
|
85
|
+
"activity.panel.loading": "Na\u010D\xEDt\xE1n\xED aktivity vyd\xE1n\xED",
|
|
86
|
+
/** The title for the activity panel shown in the releases detail screen */
|
|
87
|
+
"activity.panel.title": "Aktivita",
|
|
88
|
+
/** Label for the button to proceed with archiving a release */
|
|
89
|
+
"archive-dialog.confirm-archive-button": "Ano, archivovat vyd\xE1n\xED",
|
|
90
|
+
/** Description for the dialog confirming the archive of a release with one document */
|
|
91
|
+
"archive-dialog.confirm-archive-description_one": "Tato akce archivuje 1 verzi dokumentu.",
|
|
92
|
+
/** Description for the dialog confirming the archive of a release with more than one document */
|
|
93
|
+
"archive-dialog.confirm-archive-description_other": "Tato akce archivuje {{count}} verz\xED dokument\u016F.",
|
|
94
|
+
/** Header for the dialog confirming the archive of a release */
|
|
95
|
+
"archive-dialog.confirm-archive-header": "Opravdu chcete toto vyd\xE1n\xED archivovat?",
|
|
96
|
+
/** Title for the dialog confirming the archive of a release */
|
|
97
|
+
"archive-dialog.confirm-archive-title": "Opravdu chcete archivovat vyd\xE1n\xED <strong>'{{title}}'</strong>?",
|
|
98
|
+
/** Description for information card on a published or archived release to description retention effects */
|
|
99
|
+
"archive-info.description": "Bude dostupn\xE9 po dobu {{retentionDays}} dn\xED a pot\xE9 automaticky odstran\u011Bno dne {{removalDate}}. <Link>Zjist\u011Bte v\xEDce o uchov\xE1v\xE1n\xED dat</Link>.",
|
|
100
|
+
/** Title for information card on a archived release */
|
|
101
|
+
"archive-info.title": "Toto vyd\xE1n\xED je archivov\xE1no",
|
|
102
|
+
/** Banner text showing count of active scheduled drafts requiring confirmation with one draft */
|
|
103
|
+
"banner.confirm-active-scheduled-drafts_one": "Je {{count}} Scheduled Draft, kter\xFD vy\u017Eaduje potvrzen\xED pl\xE1nov\xE1n\xED",
|
|
104
|
+
/** Banner text showing count of active scheduled drafts requiring confirmation with multiple drafts */
|
|
105
|
+
"banner.confirm-active-scheduled-drafts_other": "Je {{count}} Scheduled Drafts, kter\xE9 vy\u017Eaduj\xED potvrzen\xED pl\xE1nov\xE1n\xED",
|
|
106
|
+
/** Button text for confirming scheduling of active drafts */
|
|
107
|
+
"banner.confirm-active-scheduled-drafts.button": "Obnovit pl\xE1nov\xE1n\xED",
|
|
108
|
+
/** Button text when confirming schedules from paused mode */
|
|
109
|
+
"banner.confirm-active-scheduled-drafts.button-paused": "Obnovit v\u0161echna pl\xE1nov\xE1n\xED",
|
|
110
|
+
/** Banner text shown when drafts mode is disabled but there are still scheduled drafts */
|
|
111
|
+
"banner.drafts-mode-disabled": "Re\u017Eim koncept\u016F byl deaktivov\xE1n, ale st\xE1le existuj\xED napl\xE1novan\xE9 koncepty k publikov\xE1n\xED.",
|
|
112
|
+
/** Banner text shown when navigating to a release that does not exist */
|
|
113
|
+
"banner.release-not-found": "Toto vyd\xE1n\xED nebylo nalezeno",
|
|
114
|
+
/** Tooltip for the dismiss button in the release not found banner */
|
|
115
|
+
"banner.release-not-found.dismiss": "Zav\u0159\xEDt",
|
|
116
|
+
/** Banner text shown when scheduled drafts feature is disabled but there are still scheduled drafts */
|
|
117
|
+
"banner.scheduled-drafts-disabled": "Scheduled drafts byly deaktivov\xE1ny, ale st\xE1le existuj\xED napl\xE1novan\xE9 koncepty k publikov\xE1n\xED.",
|
|
118
|
+
/** Title for changes to published documents */
|
|
119
|
+
"changes-published-docs.title": "Zm\u011Bny publikovan\xFDch dokument\u016F",
|
|
120
|
+
/** Dialog confirm button text for confirming all scheduled drafts */
|
|
121
|
+
"confirm-active-scheduled-drafts-dialog.confirm-button": "Potvrdit pl\xE1nov\xE1n\xED",
|
|
122
|
+
/** Dialog description for confirming active scheduled drafts */
|
|
123
|
+
"confirm-active-scheduled-drafts-dialog.description": "Napl\xE1nujte v\u0161echny pozastaven\xE9 Scheduled Drafts na jejich zam\xFD\u0161len\xE1 data publikov\xE1n\xED",
|
|
124
|
+
/** Dialog warning when some scheduled drafts have past dates */
|
|
125
|
+
"confirm-active-scheduled-drafts-dialog.past-dates-warning": "N\u011Bkter\xE9 z t\u011Bchto Scheduled Drafts jsou napl\xE1nov\xE1ny na minul\xE1 data. Potvrzen\xEDm pl\xE1nov\xE1n\xED dojde k okam\u017Eit\xE9mu publikov\xE1n\xED t\u011Bchto verz\xED dokument\u016F.",
|
|
126
|
+
/** Dialog title for confirming active scheduled drafts */
|
|
127
|
+
"confirm-active-scheduled-drafts-dialog.title": "Obnovit Scheduled Drafts",
|
|
128
|
+
/** Suffix for when a release is a copy of another release */
|
|
129
|
+
"copy-suffix": "Kopie",
|
|
130
|
+
/** Confirm button text for overriding existing draft */
|
|
131
|
+
"copy-to-draft-dialog.confirm-button": "Ano, p\u0159epsat koncept",
|
|
132
|
+
/** Description for dialog when copying version to draft that already exists */
|
|
133
|
+
"copy-to-draft-dialog.description": "Koncept tohoto dokumentu ji\u017E existuje. Zkop\xEDrujte aktu\xE1ln\xED verzi do konceptu a p\u0159epi\u0161te st\xE1vaj\xEDc\xED verzi konceptu.",
|
|
134
|
+
/** Title for dialog when copying version to draft that already exists */
|
|
135
|
+
"copy-to-draft-dialog.title": "Verze konceptu ji\u017E existuje",
|
|
136
|
+
/** Text for when a release / document was created */
|
|
137
|
+
created: "Vytvo\u0159eno <RelativeTime/>",
|
|
138
|
+
/** Activity inspector button text */
|
|
139
|
+
"dashboard.details.activity": "Aktivita",
|
|
140
|
+
/** Text for the releases detail screen in the pin release button. */
|
|
141
|
+
"dashboard.details.pin-release": "P\u0159ipnout vyd\xE1n\xED do studia",
|
|
142
|
+
/** Text for the releases detail screen when a release was published ASAP */
|
|
143
|
+
"dashboard.details.published-asap": "Publikov\xE1no",
|
|
144
|
+
/** Text for the releases detail screen when a release was published from scheduling */
|
|
145
|
+
"dashboard.details.published-on": "Publikov\xE1no dne {{date}}",
|
|
146
|
+
/** Text for the releases detail screen in the unpin release button. */
|
|
147
|
+
"dashboard.details.unpin-release": "Odepnout vyd\xE1n\xED ze studia",
|
|
148
|
+
/** Label for the button to proceed deleting a release */
|
|
149
|
+
"delete-dialog.confirm-delete-button": "Ano, smazat vyd\xE1n\xED",
|
|
150
|
+
/** Description for the dialog confirming the deleting of a release with one document */
|
|
151
|
+
"delete-dialog.confirm-delete-description_one": "T\xEDmto sma\u017Eete 1 verzi dokumentu.",
|
|
152
|
+
/** Description for the dialog confirming the deleting of a release with more than one document */
|
|
153
|
+
"delete-dialog.confirm-delete-description_other": "T\xEDmto se odstran\xED {{count}} verz\xED dokument\u016F.",
|
|
154
|
+
/** Header for deleting a release dialog */
|
|
155
|
+
"delete-dialog.confirm-delete.header": "Opravdu chcete smazat toto vyd\xE1n\xED?",
|
|
156
|
+
/** Label when a release has been deleted by a different user */
|
|
157
|
+
"deleted-release": "Vyd\xE1n\xED '<strong>{{title}}</strong>' bylo smaz\xE1no",
|
|
158
|
+
/** Text for when there's no changes in a release diff */
|
|
159
|
+
"diff.list-empty": "Seznam zm\u011Bn je pr\xE1zdn\xFD, viz dokument",
|
|
160
|
+
/** Text for when there's no changes in a release diff */
|
|
161
|
+
"diff.no-changes": "\u017D\xE1dn\xE9 zm\u011Bny",
|
|
162
|
+
/** Description for discarding a draft of a document dialog */
|
|
163
|
+
"discard-version-dialog.description-draft": "T\xEDmto se trvale odstran\xED v\u0161echny zm\u011Bny proveden\xE9 v tomto dokumentu. Tuto akci nelze vr\xE1tit zp\u011Bt.",
|
|
164
|
+
/** Description for discarding a version of a document dialog */
|
|
165
|
+
"discard-version-dialog.description-release": "T\xEDmto se trvale odstran\xED v\u0161echny zm\u011Bny proveden\xE9 v tomto dokumentu v r\xE1mci vyd\xE1n\xED '<strong>{{releaseTitle}}</strong>'. Tuto akci nelze vr\xE1tit zp\u011Bt.",
|
|
166
|
+
/** Title for dialog for discarding a draft of a document */
|
|
167
|
+
"discard-version-dialog.header-draft": "Zahodit koncept?",
|
|
168
|
+
/** Header for discarding a version from a release of a document dialog */
|
|
169
|
+
"discard-version-dialog.header-release": "Odebrat dokument z vyd\xE1n\xED '<strong>{{releaseTitle}}</strong>'?",
|
|
170
|
+
/** Title for dialog for discarding a draft of a document */
|
|
171
|
+
"discard-version-dialog.title-draft": "Zahodit koncept",
|
|
172
|
+
/** Title for dialog for discarding a version of a document */
|
|
173
|
+
"discard-version-dialog.title-release": "Odebrat z vyd\xE1n\xED",
|
|
174
|
+
/** Label for when a document in a release has a single validation warning */
|
|
175
|
+
"document-validation.error_one": "{{count}} chyba ov\u011B\u0159en\xED",
|
|
176
|
+
/** Label for when a document in a release has multiple validation warnings */
|
|
177
|
+
"document-validation.error_other": "{{count}} chyb ov\u011B\u0159en\xED",
|
|
178
|
+
/** Label for the button to proceed with duplicating a release */
|
|
179
|
+
"duplicate-dialog.confirm-duplicate-button": "Ano, duplikovat vyd\xE1n\xED",
|
|
180
|
+
/** Description for the dialog confirming the duplicate of a release with one document */
|
|
181
|
+
"duplicate-dialog.confirm-duplicate-description_one": "T\xEDmto se duplikuje vyd\xE1n\xED a 1 verze dokumentu.",
|
|
182
|
+
/** Description for the dialog confirming the duplicate of a release with more than one document */
|
|
183
|
+
"duplicate-dialog.confirm-duplicate-description_other": "T\xEDmto se duplikuje vyd\xE1n\xED a {{count}} verz\xED dokument\u016F.",
|
|
184
|
+
/** Header for the dialog confirming the duplicate of a release */
|
|
185
|
+
"duplicate-dialog.confirm-duplicate-header": "Opravdu chcete duplikovat toto vyd\xE1n\xED?",
|
|
186
|
+
/** Title text displayed for technical error details */
|
|
187
|
+
"error-details-title": "Podrobnosti chyby",
|
|
188
|
+
/** Title text when error during release update */
|
|
189
|
+
"failed-edit-title": "Ulo\u017Een\xED zm\u011Bn se nezda\u0159ilo",
|
|
190
|
+
/** Title text displayed for releases that failed to publish */
|
|
191
|
+
"failed-publish-title": "Publikov\xE1n\xED se nezda\u0159ilo",
|
|
192
|
+
/** Title text displayed for releases that failed to schedule */
|
|
193
|
+
"failed-schedule-title": "Pl\xE1nov\xE1n\xED se nezda\u0159ilo",
|
|
194
|
+
/** Filter tab label for all documents */
|
|
195
|
+
"filter-tab.all": "V\u0161e",
|
|
196
|
+
/** Filter tab label for documents with validation errors */
|
|
197
|
+
"filter-tab.errors": "Chyby",
|
|
198
|
+
/**The text that will be shown in the footer to indicate the time the release was archived */
|
|
199
|
+
"footer.status.archived": "Archivov\xE1no",
|
|
200
|
+
/**The text that will be shown in the footer to indicate the time the release was created */
|
|
201
|
+
"footer.status.created": "Vytvo\u0159eno",
|
|
202
|
+
/**The text that will be shown in the footer to indicate the time the release was created */
|
|
203
|
+
"footer.status.edited": "Upraveno",
|
|
204
|
+
/**The text that will be shown in the footer to indicate the time the release was published */
|
|
205
|
+
"footer.status.published": "Publikov\xE1no",
|
|
206
|
+
/**The text that will be shown in the footer to indicate the time the release was unarchived */
|
|
207
|
+
"footer.status.unarchived": "Odarchivov\xE1no",
|
|
208
|
+
/** Label text for the loading state whilst release is being loaded */
|
|
209
|
+
"loading-release": "Na\u010D\xEDt\xE1n\xED vyd\xE1n\xED",
|
|
210
|
+
/** Text for when documents of a release are loading */
|
|
211
|
+
"loading-release-documents": "Na\u010D\xEDt\xE1n\xED dokument\u016F",
|
|
212
|
+
/** Description text for when loading documents on a release failed */
|
|
213
|
+
"loading-release-documents.error.description": "Nepoda\u0159ilo se na\u010D\xEDst dokumenty pro toto vyd\xE1n\xED. Zkuste to pros\xEDm znovu pozd\u011Bji.",
|
|
214
|
+
/** Title text for when loading documents on a release failed */
|
|
215
|
+
"loading-release-documents.error.title": "N\u011Bco se pokazilo",
|
|
216
|
+
/** Label for title of actions for "when releasing" */
|
|
217
|
+
"menu.group.when-releasing": "P\u0159i vyd\xE1v\xE1n\xED",
|
|
218
|
+
/** Label for the release menu */
|
|
219
|
+
"menu.label": "Nab\xEDdka vyd\xE1n\xED",
|
|
220
|
+
/** Tooltip for the release menu */
|
|
221
|
+
"menu.tooltip": "Akce",
|
|
222
|
+
/** Text for when no archived releases are found */
|
|
223
|
+
"no-archived-release": "\u017D\xE1dn\xE1 archivovan\xE1 vyd\xE1n\xED",
|
|
224
|
+
/** Tooltip text when there are no paused scheduled drafts */
|
|
225
|
+
"no-paused-release": "\u017D\xE1dn\xE9 pozastaven\xE9 napl\xE1novan\xE9 koncepty",
|
|
226
|
+
/** Text for when no releases are found */
|
|
227
|
+
"no-releases": "\u017D\xE1dn\xE1 vyd\xE1n\xED",
|
|
228
|
+
/** Text for when no scheduled drafts are found */
|
|
229
|
+
"no-scheduled-drafts": "\u017D\xE1dn\xE9 napl\xE1novan\xE9 koncepty",
|
|
230
|
+
/** Text for the button name for the release tool */
|
|
231
|
+
"overview.action.documentation": "Dokumentace",
|
|
232
|
+
/** Tooltip for the calendar button in the release overview */
|
|
233
|
+
"overview.calendar.tooltip": "Zobrazit kalend\xE1\u0159",
|
|
234
|
+
/** Description for the release tool */
|
|
235
|
+
"overview.description": "Vyd\xE1n\xED jsou kolekce zm\u011Bn dokument\u016F, kter\xE9 lze spole\u010Dn\u011B spravovat, pl\xE1novat a vracet zp\u011Bt.",
|
|
236
|
+
/** Text for the placeholder in the search release input */
|
|
237
|
+
"overview.search-releases-placeholder": "Hledat vyd\xE1n\xED",
|
|
238
|
+
/** Title for the release tool */
|
|
239
|
+
"overview.title": "Vyd\xE1n\xED",
|
|
240
|
+
/** Tooltip text for releases that have passed their intended publish date */
|
|
241
|
+
"passed-intended-publish-date": "Toto vyd\xE1n\xED p\u0159ekro\u010Dilo zam\xFD\u0161len\xE9 datum publikov\xE1n\xED",
|
|
242
|
+
/** Tooltip text for scheduled drafts that have passed their intended publish date */
|
|
243
|
+
"passed-intended-publish-date-draft": "Tento koncept p\u0159ekro\u010Dil zam\xFD\u0161len\xE9 datum publikov\xE1n\xED",
|
|
244
|
+
/** Description for when a user doesn't have publish or schedule releases */
|
|
245
|
+
"permission-missing-description": "Va\u0161e role aktu\xE1ln\u011B omezuje, co m\u016F\u017Eete v tomto vyd\xE1n\xED vid\u011Bt. Toto vyd\xE1n\xED nelze publikovat ani napl\xE1novat.",
|
|
246
|
+
/** Text for when a user doesn't have publish or schedule releases */
|
|
247
|
+
"permission-missing-title": "Omezen\xFD p\u0159\xEDstup",
|
|
248
|
+
/** Tooltip label when the user doesn't have permission to archive release */
|
|
249
|
+
"permissions.error.archive": "Nem\xE1te opr\xE1vn\u011Bn\xED k archivaci tohoto vyd\xE1n\xED",
|
|
250
|
+
/** Tooltip label when the user doesn't have permission to delete release */
|
|
251
|
+
"permissions.error.delete": "Nem\xE1te opr\xE1vn\u011Bn\xED k odstran\u011Bn\xED tohoto vyd\xE1n\xED",
|
|
252
|
+
/** Tooltip label when the user doesn't have permission for discarding a version */
|
|
253
|
+
"permissions.error.discard-version": "Nem\xE1te opr\xE1vn\u011Bn\xED k zahozen\xED t\xE9to verze",
|
|
254
|
+
/** Tooltip label when the user doesn't have permission to duplicate release */
|
|
255
|
+
"permissions.error.duplicate": "Nem\xE1te opr\xE1vn\u011Bn\xED k duplikov\xE1n\xED tohoto release",
|
|
256
|
+
/** Tooltip label when the user doesn't have permission to unarchive release */
|
|
257
|
+
"permissions.error.unarchive": "Nem\xE1te opr\xE1vn\u011Bn\xED k obnoven\xED tohoto release z archivu",
|
|
258
|
+
/** Tooltip label when the user doesn't have permission for unpublishing a document */
|
|
259
|
+
"permissions.error.unpublish": "Nem\xE1te opr\xE1vn\u011Bn\xED k zru\u0161en\xED publikov\xE1n\xED tohoto dokumentu",
|
|
260
|
+
/** Tooltip text for when one user is editing a document in a release */
|
|
261
|
+
"presence.tooltip.one": '{{displayName}} pr\xE1v\u011B upravuje tento dokument v release \u201E{{releaseTitle}}"',
|
|
262
|
+
/** Tooltip text for publish release action when there are no documents */
|
|
263
|
+
"publish-action.validation.no-documents": "Nejsou \u017E\xE1dn\xE9 dokumenty k publikov\xE1n\xED",
|
|
264
|
+
/** Description for the dialog confirming the publish of a release with one document */
|
|
265
|
+
"publish-dialog.confirm-publish-description_one": "Release '<strong>{{title}}</strong>' a jeho dokument budou publikov\xE1ny.",
|
|
266
|
+
/** Description for the dialog confirming the publish of a release with multiple documents */
|
|
267
|
+
"publish-dialog.confirm-publish-description_other": "Release '<strong>{{title}}</strong>' a jeho {{releaseDocumentsLength}} dokument\u016F bude publikov\xE1no.",
|
|
268
|
+
/** Title for the dialog confirming the publish of a release */
|
|
269
|
+
"publish-dialog.confirm-publish.title": "Opravdu chcete publikovat release a v\u0161echny verze dokument\u016F?",
|
|
270
|
+
/** Label for when documents in release have validation errors */
|
|
271
|
+
"publish-dialog.validation.error": "N\u011Bkter\xE9 dokumenty obsahuj\xED chyby ov\u011B\u0159en\xED",
|
|
272
|
+
/** Label for when documents are being validated */
|
|
273
|
+
"publish-dialog.validation.loading": "Ov\u011B\u0159ov\xE1n\xED dokument\u016F...",
|
|
274
|
+
/** Label for the button when the user doesn't have permissions to publish a release */
|
|
275
|
+
"publish-dialog.validation.no-permission": "Nem\xE1te opr\xE1vn\u011Bn\xED k publikov\xE1n\xED",
|
|
276
|
+
/** Title for information card on a published release */
|
|
277
|
+
"publish-info.title": "Tento release byl \xFAsp\u011B\u0161n\u011B publikov\xE1n.",
|
|
278
|
+
/** Placeholder title for a release with no title */
|
|
279
|
+
"release-placeholder.title": "Bez n\xE1zvu",
|
|
280
|
+
/** Description for the dialog confirming the revert of a release with multiple documents */
|
|
281
|
+
"revert-dialog.confirm-revert-description_one": "Tato akce vr\xE1t\xED {{releaseDocumentsLength}} verzi dokumentu.",
|
|
282
|
+
/** Description for the dialog confirming the revert of a release with multiple documents */
|
|
283
|
+
"revert-dialog.confirm-revert-description_other": "Tato akce vr\xE1t\xED {{releaseDocumentsLength}} verz\xED dokument\u016F.",
|
|
284
|
+
/** Checkbox label to confirm whether to create a staged release for revert or immediately revert */
|
|
285
|
+
"revert-dialog.confirm-revert.stage-revert-checkbox-label": "Okam\u017Eit\u011B vr\xE1tit release",
|
|
286
|
+
/** Title for the dialog confirming the revert of a release */
|
|
287
|
+
"revert-dialog.confirm-revert.title": 'Opravdu chcete vr\xE1tit release \u201E{{title}}"?',
|
|
288
|
+
/** Warning card text for when immediately revert a release with history */
|
|
289
|
+
"revert-dialog.confirm-revert.warning-card": "Po publikov\xE1n\xED byly v dokumentech tohoto release provedeny zm\u011Bny. Vr\xE1cen\xEDm tyto zm\u011Bny p\u0159ep\xED\u0161ete.",
|
|
290
|
+
/** Description of a reverted release */
|
|
291
|
+
"revert-release.description": 'Vr\xE1tit zm\u011Bny verz\xED dokument\u016F v \u201E{{title}}".',
|
|
292
|
+
/** Title of a reverted release */
|
|
293
|
+
"revert-release.title": 'Vracen\xED \u201E{{title}}"',
|
|
294
|
+
/** Description for the review changes button in release tool */
|
|
295
|
+
"review.description": "P\u0159idejte dokumenty do tohoto release pro kontrolu zm\u011Bn",
|
|
296
|
+
/** Text for when a document is edited */
|
|
297
|
+
"review.edited": "Upraveno <RelativeTime/>",
|
|
298
|
+
/** Schedule release button tooltip when there are no documents to schedule */
|
|
299
|
+
"schedule-action.validation.no-documents": "Nejsou \u017E\xE1dn\xE9 dokumenty k napl\xE1nov\xE1n\xED",
|
|
300
|
+
/** Schedule release button tooltip when the release is already scheduled */
|
|
301
|
+
"schedule-button-tooltip.already-scheduled": "Tento release je ji\u017E napl\xE1nov\xE1n",
|
|
302
|
+
/** Schedule release button tooltip when there are validation errors */
|
|
303
|
+
"schedule-button-tooltip.validation.error": "N\u011Bkter\xE9 dokumenty maj\xED chyby ov\u011B\u0159en\xED",
|
|
304
|
+
/** Schedule release button tooltip when validation is loading */
|
|
305
|
+
"schedule-button-tooltip.validation.loading": "Ov\u011B\u0159ov\xE1n\xED dokument\u016F...",
|
|
306
|
+
/** Schedule release button tooltip when user has no permissions to schedule */
|
|
307
|
+
"schedule-button-tooltip.validation.no-permission": "Nem\xE1te opr\xE1vn\u011Bn\xED k napl\xE1nov\xE1n\xED",
|
|
308
|
+
/** Title of unschedule release dialog */
|
|
309
|
+
"schedule-button.tooltip": "Opravdu chcete zru\u0161it napl\xE1nov\xE1n\xED vyd\xE1n\xED?",
|
|
310
|
+
/** Description for the confirm button for scheduling a release */
|
|
311
|
+
"schedule-dialog.confirm-button": "Ano, napl\xE1novat",
|
|
312
|
+
/** Description shown in unschedule relaease dialog */
|
|
313
|
+
"schedule-dialog.confirm-description_one": "Vyd\xE1n\xED '<strong>{{title}}</strong>' a jeho dokument budou zve\u0159ejn\u011Bny ve vybran\xFD datum.",
|
|
314
|
+
/** Description for the dialog confirming the publish of a release with multiple documents */
|
|
315
|
+
"schedule-dialog.confirm-description_other": "Vyd\xE1n\xED <strong>{{title}}</strong> a jeho {{count}} verz\xED dokument\u016F bude napl\xE1nov\xE1no.",
|
|
316
|
+
/** Title for unschedule release dialog */
|
|
317
|
+
"schedule-dialog.confirm-title": "Napl\xE1novat vyd\xE1n\xED",
|
|
318
|
+
/** Description for warning that the published schedule time is in the past */
|
|
319
|
+
"schedule-dialog.publish-date-in-past-warning": "Napl\xE1nujte na budouc\xED \u010Das a datum.",
|
|
320
|
+
/** Label for date picker when scheduling a release */
|
|
321
|
+
"schedule-dialog.select-publish-date-label": "Napl\xE1novat na",
|
|
322
|
+
/** Confirm button text for the schedule unpublish dialog */
|
|
323
|
+
"schedule-unpublish-dialog.confirm": "Napl\xE1novat zru\u0161en\xED publikace",
|
|
324
|
+
/** Description for the schedule unpublish dialog */
|
|
325
|
+
"schedule-unpublish-dialog.description": "Vyberte, kdy m\xE1 b\xFDt tento dokument zru\u0161en z publikace.",
|
|
326
|
+
/** Header for the schedule unpublish dialog */
|
|
327
|
+
"schedule-unpublish-dialog.header": "Napl\xE1novat koncept pro zru\u0161en\xED publikace",
|
|
328
|
+
/** Placeholder for search of documents in a release */
|
|
329
|
+
"search-documents-placeholder": "Hledat dokumenty",
|
|
330
|
+
/** Text for when the release has no errors found */
|
|
331
|
+
"summary.all-documents-errors-found": "V\u0161echny dokumenty ov\u011B\u0159eny, nalezeny probl\xE9my",
|
|
332
|
+
/** Text for when the release has validated all documents */
|
|
333
|
+
"summary.all-documents-validated": "V\u0161echny dokumenty ov\u011B\u0159eny, \u017E\xE1dn\xE9 probl\xE9my nenalezeny",
|
|
334
|
+
/** Text for when the release was created */
|
|
335
|
+
"summary.created": "Vytvo\u0159eno <RelativeTime/>",
|
|
336
|
+
/** Text for when the release is composed of one document */
|
|
337
|
+
"summary.document-count_one": "{{count}} dokument",
|
|
338
|
+
/** Text for when the release is composed of multiple documents */
|
|
339
|
+
"summary.document-count_other": "{{count}} dokument\u016F",
|
|
340
|
+
/** Text for when the release has some errors found */
|
|
341
|
+
"summary.errors-found": "Chcete-li publikovat nebo napl\xE1novat vyd\xE1n\xED, vy\u0159e\u0161te pros\xEDm probl\xE9my nalezen\xE9 v dokumentech",
|
|
342
|
+
/** Text for when the release has no documents */
|
|
343
|
+
"summary.no-documents": "\u017D\xE1dn\xE9 dokumenty",
|
|
344
|
+
/** Description for the empty state when a cardinality-one release has no documents */
|
|
345
|
+
"summary.no-documents-cardinality-one.description": "Tento napl\xE1novan\xFD koncept neobsahuje \u017E\xE1dn\xFD dokument. Mohl b\xFDt odstran\u011Bn.",
|
|
346
|
+
/** Title for the empty state when a cardinality-one release has no documents */
|
|
347
|
+
"summary.no-documents-cardinality-one.title": "V tomto vyd\xE1n\xED nen\xED \u017E\xE1dn\xFD dokument",
|
|
348
|
+
/** Text for when the release has not published */
|
|
349
|
+
"summary.not-published": "Nepublikov\xE1no",
|
|
350
|
+
/** Text for when the release was published */
|
|
351
|
+
"summary.published": "Publikov\xE1no <RelativeTime/>",
|
|
352
|
+
/** Text for when the release has validated documents */
|
|
353
|
+
"summary.validated-documents": "{{validatedCount}} z {{totalCount}} dokument\u016F ov\u011B\u0159eno",
|
|
354
|
+
/** Text for validation loading indicator */
|
|
355
|
+
"summary.validating-documents": "Ov\u011B\u0159ov\xE1n\xED dokument\u016F: {{validatedCount}} z {{totalCount}}",
|
|
356
|
+
/** add action type that will be shown in the table*/
|
|
357
|
+
"table-body.action.add": "P\u0159idat",
|
|
358
|
+
/** Change action type that will be shown in the table*/
|
|
359
|
+
"table-body.action.change": "Zm\u011Bnit",
|
|
360
|
+
/** Change action type that will be shown in the table*/
|
|
361
|
+
"table-body.action.unpublish": "Zru\u0161it publikov\xE1n\xED",
|
|
362
|
+
/** Header for the document table in the release tool - action */
|
|
363
|
+
"table-header.action": "Akce",
|
|
364
|
+
/** Header for the document table in the release tool - Archived */
|
|
365
|
+
"table-header.archivedAt": "Archivov\xE1no",
|
|
366
|
+
/** Header for the document table in the release tool - contributors */
|
|
367
|
+
"table-header.contributors": "P\u0159isp\u011Bvatel\xE9",
|
|
368
|
+
/** Header for the document table in the release tool - created by */
|
|
369
|
+
"table-header.created-by": "Vytvo\u0159il",
|
|
370
|
+
/** Header for the document table in the release tool - document preview */
|
|
371
|
+
"table-header.document": "Dokument",
|
|
372
|
+
/** Header for the document table in the release tool - title */
|
|
373
|
+
"table-header.documents": "Dokumenty",
|
|
374
|
+
/** Header for the document table in the release tool - edited */
|
|
375
|
+
"table-header.edited": "Upraveno",
|
|
376
|
+
/** Header for the paused scheduled drafts table - intended for */
|
|
377
|
+
"table-header.intended-for": "Ur\u010Deno pro",
|
|
378
|
+
/** Header for the document table in the release tool - Published */
|
|
379
|
+
"table-header.published-at": "Publikov\xE1no",
|
|
380
|
+
/** Header for the document table in the release tool - Published */
|
|
381
|
+
"table-header.publishedAt": "Publikov\xE1no",
|
|
382
|
+
/** Header for the scheduled drafts document table in the release tool - published at */
|
|
383
|
+
"table-header.scheduled-draft.published-at": "Publikov\xE1no dne",
|
|
384
|
+
/** Header for the scheduled drafts document table in the release tool - scheduled for */
|
|
385
|
+
"table-header.scheduled-for": "Napl\xE1nov\xE1no na",
|
|
386
|
+
/** Header for the document table in the release tool - time */
|
|
387
|
+
"table-header.time": "\u010Cas",
|
|
388
|
+
/** Header for the document table in the release tool - release title */
|
|
389
|
+
"table-header.title": "Release",
|
|
390
|
+
/** Header for the document table in the release tool - type */
|
|
391
|
+
"table-header.type": "Typ",
|
|
392
|
+
/** Header for the document table in the release tool - when */
|
|
393
|
+
"table-header.when": "Kdy",
|
|
394
|
+
/** Text for the release time label for scheduled releases which has not been scheduled yet*/
|
|
395
|
+
"time.estimated": "Odhadov\xE1no",
|
|
396
|
+
/** Text for the release time label for scheduled releases which has been scheduled*/
|
|
397
|
+
"time.scheduled": "Napl\xE1nov\xE1no",
|
|
398
|
+
/** Text for toast when release failed to archive */
|
|
399
|
+
"toast.archive.error": "Archivov\xE1n\xED '<strong>{{title}}</strong>' se nezda\u0159ilo: {{error}}",
|
|
400
|
+
/** Toast error message when bulk scheduling of active drafts fails */
|
|
401
|
+
"toast.confirm-active-scheduled-drafts.error": "Napl\xE1nov\xE1n\xED koncept\u016F se nezda\u0159ilo: {{error}}",
|
|
402
|
+
/** Toast message after copying release ID */
|
|
403
|
+
"toast.copy-release-id.success": "ID vyd\xE1n\xED bylo zkop\xEDrov\xE1no do schr\xE1nky",
|
|
404
|
+
/** Toast message after copying release link */
|
|
405
|
+
"toast.copy-release-link.success": "Odkaz na vyd\xE1n\xED byl zkop\xEDrov\xE1n do schr\xE1nky",
|
|
406
|
+
/** Toast message after copying release title */
|
|
407
|
+
"toast.copy-release-title.success": "N\xE1zev vyd\xE1n\xED byl zkop\xEDrov\xE1n do schr\xE1nky",
|
|
408
|
+
/** Description for toast when creating new version of document in release failed */
|
|
409
|
+
"toast.create-version.error": "Nepoda\u0159ilo se p\u0159idat dokument do vyd\xE1n\xED: {{error}}",
|
|
410
|
+
/** Description for toast when release deletion failed */
|
|
411
|
+
"toast.delete.error": "Nepoda\u0159ilo se smazat '<strong>{{title}}</strong>': {{error}}",
|
|
412
|
+
/** Description for toast when release is successfully deleted */
|
|
413
|
+
"toast.delete.success": "Vyd\xE1n\xED '<strong>{{title}}</strong>' bylo \xFAsp\u011B\u0161n\u011B smaz\xE1no",
|
|
414
|
+
/** Description for toast when release duplication failed */
|
|
415
|
+
"toast.duplicate.error": "Nepoda\u0159ilo se duplikovat '<strong>{{title}}</strong>': {{error}}",
|
|
416
|
+
/** Description for toast when release is successfully duplicated */
|
|
417
|
+
"toast.duplicate.success": "Vyd\xE1n\xED '<strong>{{title}}</strong>' bylo duplikov\xE1no. <Link/>",
|
|
418
|
+
/** Link text for toast link to the duplicated release */
|
|
419
|
+
"toast.duplicate.success-link": "Zobrazit duplikovan\xE9 vyd\xE1n\xED",
|
|
420
|
+
/** Text for toast when release has been reverted immediately */
|
|
421
|
+
"toast.immediate-revert.success": "Vyd\xE1n\xED '{{title}}' bylo \xFAsp\u011B\u0161n\u011B vr\xE1ceno",
|
|
422
|
+
/** Text for toast when release failed to publish */
|
|
423
|
+
"toast.publish.error": "Nepoda\u0159ilo se publikovat '<strong>{{title}}</strong>': {{error}}",
|
|
424
|
+
/** Text for toast when release has reverted release successfully staged */
|
|
425
|
+
"toast.revert-stage.success": "Vyd\xE1n\xED pro vr\xE1cen\xED '{{title}}' bylo \xFAsp\u011B\u0161n\u011B vytvo\u0159eno. <Link/>",
|
|
426
|
+
/** Link text for toast link to the generated revert release */
|
|
427
|
+
"toast.revert-stage.success-link": "Zobrazit vyd\xE1n\xED pro vr\xE1cen\xED",
|
|
428
|
+
/** Text for toast when release failed to revert */
|
|
429
|
+
"toast.revert.error": "Nepoda\u0159ilo se vr\xE1tit vyd\xE1n\xED: {{error}}",
|
|
430
|
+
/** Text for toast when release failed to schedule */
|
|
431
|
+
"toast.schedule.error": "Nepoda\u0159ilo se napl\xE1novat '<strong>{{title}}</strong>': {{error}}",
|
|
432
|
+
/** Text for toast when release has been scheduled */
|
|
433
|
+
"toast.schedule.success": "Vyd\xE1n\xED '<strong>{{title}}</strong>' bylo napl\xE1nov\xE1no.",
|
|
434
|
+
/** Text for toast when release failed to unarchive */
|
|
435
|
+
"toast.unarchive.error": "Nepoda\u0159ilo se obnovit z archivu '<strong>{{title}}</strong>': {{error}}",
|
|
436
|
+
/** Text for toast when release failed to unschedule */
|
|
437
|
+
"toast.unschedule.error": "Nepoda\u0159ilo se zru\u0161it pl\xE1nov\xE1n\xED '<strong>{{title}}</strong>': {{error}}",
|
|
438
|
+
/** Text for tooltip when a release has been scheduled */
|
|
439
|
+
"type-picker.tooltip.scheduled": "Vyd\xE1n\xED je napl\xE1nov\xE1no, zru\u0161te pl\xE1nov\xE1n\xED pro zm\u011Bnu typu",
|
|
440
|
+
/** Text action in unpublish dialog to cancel */
|
|
441
|
+
"unpublish-dialog.action.cancel": "Zru\u0161it",
|
|
442
|
+
/** Text action in unpublish dialog to unpublish */
|
|
443
|
+
"unpublish-dialog.action.unpublish": "Ano, zru\u0161it publikov\xE1n\xED p\u0159i vyd\xE1n\xED",
|
|
444
|
+
/** Description for unpublish dialog, explaining that all changes made to this document will be lost */
|
|
445
|
+
"unpublish-dialog.description.lost-changes": "Ve\u0161ker\xE9 zm\u011Bny proveden\xE9 v t\xE9to verzi dokumentu budou ztraceny.",
|
|
446
|
+
/** Description for the unpublish dialog, explaining that it will create a draft if no draft exists at time of release */
|
|
447
|
+
"unpublish-dialog.description.to-draft": "Toto zru\u0161\xED publikov\xE1n\xED dokumentu jako sou\u010D\xE1st vyd\xE1n\xED <Label>{{title}}</Label> a vytvo\u0159\xED koncept, pokud v dob\u011B vyd\xE1n\xED \u017E\xE1dn\xFD neexistuje.",
|
|
448
|
+
/** Title for the dialog confirming the unpublish of a release */
|
|
449
|
+
"unpublish-dialog.header": "Opravdu chcete zru\u0161it publikov\xE1n\xED tohoto dokumentu p\u0159i vyd\xE1n\xED?",
|
|
450
|
+
/** Text for when a document is unpublished */
|
|
451
|
+
"unpublish.already-unpublished": "Tento dokument je ji\u017E nepublikovan\xFD.",
|
|
452
|
+
/** Tooltip label for when a document is unpublished */
|
|
453
|
+
"unpublish.no-published-version": "Neexistuje \u017E\xE1dn\xE1 publikovan\xE1 verze tohoto dokumentu.",
|
|
454
|
+
/** Description shown in unschedule relaease dialog */
|
|
455
|
+
"unschedule-dialog.confirm-description": "Vyd\xE1n\xED ji\u017E nebude publikov\xE1no v napl\xE1novan\xE9m term\xEDnu.",
|
|
456
|
+
/** Title for unschedule release dialog */
|
|
457
|
+
"unschedule-dialog.confirm-title": "Opravdu chcete zru\u0161it pl\xE1nov\xE1n\xED vyd\xE1n\xED?"
|
|
458
|
+
});
|
|
459
|
+
exports.default = releases;
|
|
460
|
+
//# sourceMappingURL=releases.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"releases.cjs","sources":["../../src/releases.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Action text for adding a document to release */\n 'action.add-document': 'Přidat dokument',\n /** Action text for archiving a release */\n 'action.archive': 'Archivovat release',\n /** Tooltip for when the archive release action is disabled due to release being scheduled */\n 'action.archive.tooltip': 'Zrušte plánování tohoto release, abyste ho mohli archivovat',\n /** Action text for showing the archived releases */\n 'action.archived': 'Archivované',\n /** Menu item label for copying release ID */\n 'action.copy-release-id.label': 'Kopírovat ID release',\n /** Menu item label for copying release URL */\n 'action.copy-release-link.label': 'Kopírovat URL release',\n /** Menu item label for copying release title */\n 'action.copy-release-title.label': 'Kopírovat název release',\n /** Tooltip for copy release actions button */\n 'action.copy-release.label': 'Kopírovat',\n /** Action text for staging a new revert release */\n 'action.create-revert-release': 'Vytvořit nový release',\n /** Action text for deleting a release */\n 'action.delete-release': 'Smazat release',\n /** Menu item label for showing scheduled drafts */\n 'action.drafts': 'Naplánované koncepty',\n /** Action text for duplicating a release */\n 'action.duplicate-release': 'Duplikovat release',\n /** Action text for editing a release */\n 'action.edit': 'Upravit release',\n /** Action text for reverting a release immediately without staging changes */\n 'action.immediate-revert-release': 'Vrátit nyní',\n /** Action text for opening a release */\n 'action.open': 'Aktivní',\n /** Action text for showing the paused scheduled drafts */\n 'action.paused': 'Pozastavené',\n /** Action text for publishing all documents in a release (and the release itself) */\n 'action.publish-all-documents': 'Spustit release',\n /** Menu item label for showing releases (multi-document releases) */\n 'action.releases': 'Releases',\n /** Action text for reverting a release */\n 'action.revert': 'Vrátit release',\n /** Action message for when document is scheduled for unpublishing a document and you want to no longer unpublish it */\n 'action.revert-unpublish-actions': 'Vrátit zrušení publikování při vydání',\n /** Text for the review changes button in release tool */\n 'action.review': 'Zkontrolovat změny',\n /** Action text for scheduling a release */\n 'action.schedule': 'Naplánovat release...',\n /** Action text for scheduling unpublish of a draft document */\n 'action.schedule-unpublish': 'Naplánovat zrušení publikování',\n /** Tooltip text for when schedule unpublish is disabled because document is not published */\n 'action.schedule-unpublish.disabled.not-published':\n 'Dokument musí být publikován, aby bylo možné naplánovat jeho zrušení publikování',\n /** Label for unarchiving a release */\n 'action.unarchive': 'Obnovit release z archivu',\n /** Action text for unpublishing a document in a release in the context menu */\n 'action.unpublish': 'Zrušit publikování',\n /** Action message for scheduling an unpublished of a document */\n 'action.unpublish-doc-actions': 'Zrušit publikování při vydání',\n /** Action text for unscheduling a release */\n 'action.unschedule': 'Zrušit plánování vydání',\n\n /** Text for the summary button in release tool */\n 'actions.summary': 'Souhrn',\n\n /* The text for the activity event when a document is added to a release */\n 'activity.event.add-document': 'Přidána verze dokumentu',\n /* The text for the activity event when the release is archived */\n 'activity.event.archive': 'Vydání <strong>{{releaseTitle}}</strong> bylo archivováno',\n /* The text for the activity event when the release is created */\n 'activity.event.create':\n 'Vydání <strong>{{releaseTitle}}</strong> bylo vytvořeno <ScheduleTarget>s cílem </ScheduleTarget>',\n /* The text for the activity event when a document is removed from a release */\n 'activity.event.discard-document': 'Verze dokumentu byla zahozena',\n 'activity.event.edit': 'Čas vydání nastaven na <ScheduleTarget></ScheduleTarget>',\n /**The text to display in the changes when the release type changes to asap */\n 'activity.event.edit-time-asap': 'Co nejdříve',\n /**The text to display in the changes when the release type changes to undecided */\n 'activity.event.edit-time-undecided': 'Nerozhodnuto',\n /* The text for the activity event when the release is published */\n 'activity.event.publish': 'Vydání <strong>{{releaseTitle}}</strong> bylo publikováno',\n /* The text for the activity event when the release is scheduled */\n 'activity.event.schedule': 'Označeno jako naplánované',\n /** The text for the activity event when the release is unarchived */\n 'activity.event.unarchive': 'Vydání <strong>{{releaseTitle}}</strong> bylo obnoveno z archivu',\n /** The text for the activity event when the release is unscheduled */\n 'activity.event.unschedule': 'Označeno jako nenaplánované',\n /** The loading text for when releases are loading */\n 'activity.panel.error': 'Při načítání aktivity vydání došlo k chybě',\n /** The loading text for when releases are loading */\n 'activity.panel.loading': 'Načítání aktivity vydání',\n /** The title for the activity panel shown in the releases detail screen */\n 'activity.panel.title': 'Aktivita',\n\n /** Label for the button to proceed with archiving a release */\n 'archive-dialog.confirm-archive-button': 'Ano, archivovat vydání',\n /** Description for the dialog confirming the archive of a release with one document */\n 'archive-dialog.confirm-archive-description_one': 'Tato akce archivuje 1 verzi dokumentu.',\n /** Description for the dialog confirming the archive of a release with more than one document */\n 'archive-dialog.confirm-archive-description_other':\n 'Tato akce archivuje {{count}} verzí dokumentů.',\n /** Header for the dialog confirming the archive of a release */\n 'archive-dialog.confirm-archive-header': 'Opravdu chcete toto vydání archivovat?',\n /** Title for the dialog confirming the archive of a release */\n 'archive-dialog.confirm-archive-title':\n \"Opravdu chcete archivovat vydání <strong>'{{title}}'</strong>?\",\n\n /** Description for information card on a published or archived release to description retention effects */\n 'archive-info.description':\n 'Bude dostupné po dobu {{retentionDays}} dní a poté automaticky odstraněno dne {{removalDate}}. <Link>Zjistěte více o uchovávání dat</Link>.',\n /** Title for information card on a archived release */\n 'archive-info.title': 'Toto vydání je archivováno',\n\n /** Banner text showing count of active scheduled drafts requiring confirmation with one draft */\n 'banner.confirm-active-scheduled-drafts_one':\n 'Je {{count}} Scheduled Draft, který vyžaduje potvrzení plánování',\n /** Banner text showing count of active scheduled drafts requiring confirmation with multiple drafts */\n 'banner.confirm-active-scheduled-drafts_other':\n 'Je {{count}} Scheduled Drafts, které vyžadují potvrzení plánování',\n /** Button text for confirming scheduling of active drafts */\n 'banner.confirm-active-scheduled-drafts.button': 'Obnovit plánování',\n /** Button text when confirming schedules from paused mode */\n 'banner.confirm-active-scheduled-drafts.button-paused': 'Obnovit všechna plánování',\n /** Banner text shown when drafts mode is disabled but there are still scheduled drafts */\n 'banner.drafts-mode-disabled':\n 'Režim konceptů byl deaktivován, ale stále existují naplánované koncepty k publikování.',\n /** Banner text shown when navigating to a release that does not exist */\n 'banner.release-not-found': 'Toto vydání nebylo nalezeno',\n /** Tooltip for the dismiss button in the release not found banner */\n 'banner.release-not-found.dismiss': 'Zavřít',\n /** Banner text shown when scheduled drafts feature is disabled but there are still scheduled drafts */\n 'banner.scheduled-drafts-disabled':\n 'Scheduled drafts byly deaktivovány, ale stále existují naplánované koncepty k publikování.',\n\n /** Title for changes to published documents */\n 'changes-published-docs.title': 'Změny publikovaných dokumentů',\n\n /** Dialog confirm button text for confirming all scheduled drafts */\n 'confirm-active-scheduled-drafts-dialog.confirm-button': 'Potvrdit plánování',\n /** Dialog description for confirming active scheduled drafts */\n 'confirm-active-scheduled-drafts-dialog.description':\n 'Naplánujte všechny pozastavené Scheduled Drafts na jejich zamýšlená data publikování',\n /** Dialog warning when some scheduled drafts have past dates */\n 'confirm-active-scheduled-drafts-dialog.past-dates-warning':\n 'Některé z těchto Scheduled Drafts jsou naplánovány na minulá data. Potvrzením plánování dojde k okamžitému publikování těchto verzí dokumentů.',\n /** Dialog title for confirming active scheduled drafts */\n 'confirm-active-scheduled-drafts-dialog.title': 'Obnovit Scheduled Drafts',\n\n /** Suffix for when a release is a copy of another release */\n 'copy-suffix': 'Kopie',\n\n /** Confirm button text for overriding existing draft */\n 'copy-to-draft-dialog.confirm-button': 'Ano, přepsat koncept',\n /** Description for dialog when copying version to draft that already exists */\n 'copy-to-draft-dialog.description':\n 'Koncept tohoto dokumentu již existuje. Zkopírujte aktuální verzi do konceptu a přepište stávající verzi konceptu.',\n /** Title for dialog when copying version to draft that already exists */\n 'copy-to-draft-dialog.title': 'Verze konceptu již existuje',\n\n /** Text for when a release / document was created */\n created: 'Vytvořeno <RelativeTime/>',\n\n /** Activity inspector button text */\n 'dashboard.details.activity': 'Aktivita',\n /** Text for the releases detail screen in the pin release button. */\n 'dashboard.details.pin-release': 'Připnout vydání do studia',\n /** Text for the releases detail screen when a release was published ASAP */\n 'dashboard.details.published-asap': 'Publikováno',\n /** Text for the releases detail screen when a release was published from scheduling */\n 'dashboard.details.published-on': 'Publikováno dne {{date}}',\n /** Text for the releases detail screen in the unpin release button. */\n 'dashboard.details.unpin-release': 'Odepnout vydání ze studia',\n\n /** Label for the button to proceed deleting a release */\n 'delete-dialog.confirm-delete-button': 'Ano, smazat vydání',\n /** Description for the dialog confirming the deleting of a release with one document */\n 'delete-dialog.confirm-delete-description_one': 'Tímto smažete 1 verzi dokumentu.',\n /** Description for the dialog confirming the deleting of a release with more than one document */\n 'delete-dialog.confirm-delete-description_other': 'Tímto se odstraní {{count}} verzí dokumentů.',\n /** Header for deleting a release dialog */\n 'delete-dialog.confirm-delete.header': 'Opravdu chcete smazat toto vydání?',\n\n /** Label when a release has been deleted by a different user */\n 'deleted-release': \"Vydání '<strong>{{title}}</strong>' bylo smazáno\",\n\n /** Text for when there's no changes in a release diff */\n 'diff.list-empty': 'Seznam změn je prázdný, viz dokument',\n /** Text for when there's no changes in a release diff */\n 'diff.no-changes': 'Žádné změny',\n\n /** Description for discarding a draft of a document dialog */\n 'discard-version-dialog.description-draft':\n 'Tímto se trvale odstraní všechny změny provedené v tomto dokumentu. Tuto akci nelze vrátit zpět.',\n /** Description for discarding a version of a document dialog */\n 'discard-version-dialog.description-release':\n \"Tímto se trvale odstraní všechny změny provedené v tomto dokumentu v rámci vydání '<strong>{{releaseTitle}}</strong>'. Tuto akci nelze vrátit zpět.\",\n /** Title for dialog for discarding a draft of a document */\n 'discard-version-dialog.header-draft': 'Zahodit koncept?',\n /** Header for discarding a version from a release of a document dialog */\n 'discard-version-dialog.header-release':\n \"Odebrat dokument z vydání '<strong>{{releaseTitle}}</strong>'?\",\n /** Title for dialog for discarding a draft of a document */\n 'discard-version-dialog.title-draft': 'Zahodit koncept',\n /** Title for dialog for discarding a version of a document */\n 'discard-version-dialog.title-release': 'Odebrat z vydání',\n\n /** Label for when a document in a release has a single validation warning */\n 'document-validation.error_one': '{{count}} chyba ověření',\n /** Label for when a document in a release has multiple validation warnings */\n 'document-validation.error_other': '{{count}} chyb ověření',\n\n /** Label for the button to proceed with duplicating a release */\n 'duplicate-dialog.confirm-duplicate-button': 'Ano, duplikovat vydání',\n /** Description for the dialog confirming the duplicate of a release with one document */\n 'duplicate-dialog.confirm-duplicate-description_one':\n 'Tímto se duplikuje vydání a 1 verze dokumentu.',\n /** Description for the dialog confirming the duplicate of a release with more than one document */\n 'duplicate-dialog.confirm-duplicate-description_other':\n 'Tímto se duplikuje vydání a {{count}} verzí dokumentů.',\n /** Header for the dialog confirming the duplicate of a release */\n 'duplicate-dialog.confirm-duplicate-header': 'Opravdu chcete duplikovat toto vydání?',\n\n /** Title text displayed for technical error details */\n 'error-details-title': 'Podrobnosti chyby',\n\n /** Title text when error during release update */\n 'failed-edit-title': 'Uložení změn se nezdařilo',\n\n /** Title text displayed for releases that failed to publish */\n 'failed-publish-title': 'Publikování se nezdařilo',\n\n /** Title text displayed for releases that failed to schedule */\n 'failed-schedule-title': 'Plánování se nezdařilo',\n\n /** Filter tab label for all documents */\n 'filter-tab.all': 'Vše',\n /** Filter tab label for documents with validation errors */\n 'filter-tab.errors': 'Chyby',\n\n /**The text that will be shown in the footer to indicate the time the release was archived */\n 'footer.status.archived': 'Archivováno',\n /**The text that will be shown in the footer to indicate the time the release was created */\n 'footer.status.created': 'Vytvořeno',\n /**The text that will be shown in the footer to indicate the time the release was created */\n 'footer.status.edited': 'Upraveno',\n /**The text that will be shown in the footer to indicate the time the release was published */\n 'footer.status.published': 'Publikováno',\n /**The text that will be shown in the footer to indicate the time the release was unarchived */\n 'footer.status.unarchived': 'Odarchivováno',\n\n /** Label text for the loading state whilst release is being loaded */\n 'loading-release': 'Načítání vydání',\n\n /** Text for when documents of a release are loading */\n 'loading-release-documents': 'Načítání dokumentů',\n /** Description text for when loading documents on a release failed */\n 'loading-release-documents.error.description':\n 'Nepodařilo se načíst dokumenty pro toto vydání. Zkuste to prosím znovu později.',\n /** Title text for when loading documents on a release failed */\n 'loading-release-documents.error.title': 'Něco se pokazilo',\n\n /** Label for title of actions for \"when releasing\" */\n 'menu.group.when-releasing': 'Při vydávání',\n /** Label for the release menu */\n 'menu.label': 'Nabídka vydání',\n /** Tooltip for the release menu */\n 'menu.tooltip': 'Akce',\n\n /** Text for when no archived releases are found */\n 'no-archived-release': 'Žádná archivovaná vydání',\n\n /** Tooltip text when there are no paused scheduled drafts */\n 'no-paused-release': 'Žádné pozastavené naplánované koncepty',\n\n /** Text for when no releases are found */\n 'no-releases': 'Žádná vydání',\n\n /** Text for when no scheduled drafts are found */\n 'no-scheduled-drafts': 'Žádné naplánované koncepty',\n\n /** Text for the button name for the release tool */\n 'overview.action.documentation': 'Dokumentace',\n /** Tooltip for the calendar button in the release overview */\n 'overview.calendar.tooltip': 'Zobrazit kalendář',\n /** Description for the release tool */\n 'overview.description':\n 'Vydání jsou kolekce změn dokumentů, které lze společně spravovat, plánovat a vracet zpět.',\n /** Text for the placeholder in the search release input */\n 'overview.search-releases-placeholder': 'Hledat vydání',\n /** Title for the release tool */\n 'overview.title': 'Vydání',\n\n /** Tooltip text for releases that have passed their intended publish date */\n 'passed-intended-publish-date': 'Toto vydání překročilo zamýšlené datum publikování',\n\n /** Tooltip text for scheduled drafts that have passed their intended publish date */\n 'passed-intended-publish-date-draft': 'Tento koncept překročil zamýšlené datum publikování',\n\n /** Description for when a user doesn't have publish or schedule releases */\n 'permission-missing-description':\n 'Vaše role aktuálně omezuje, co můžete v tomto vydání vidět. Toto vydání nelze publikovat ani naplánovat.',\n\n /** Text for when a user doesn't have publish or schedule releases */\n 'permission-missing-title': 'Omezený přístup',\n\n /** Tooltip label when the user doesn't have permission to archive release */\n 'permissions.error.archive': 'Nemáte oprávnění k archivaci tohoto vydání',\n /** Tooltip label when the user doesn't have permission to delete release */\n 'permissions.error.delete': 'Nemáte oprávnění k odstranění tohoto vydání',\n /** Tooltip label when the user doesn't have permission for discarding a version */\n 'permissions.error.discard-version': 'Nemáte oprávnění k zahození této verze',\n /** Tooltip label when the user doesn't have permission to duplicate release */\n 'permissions.error.duplicate': 'Nemáte oprávnění k duplikování tohoto release',\n /** Tooltip label when the user doesn't have permission to unarchive release */\n 'permissions.error.unarchive': 'Nemáte oprávnění k obnovení tohoto release z archivu',\n /** Tooltip label when the user doesn't have permission for unpublishing a document */\n 'permissions.error.unpublish': 'Nemáte oprávnění k zrušení publikování tohoto dokumentu',\n\n /** Tooltip text for when one user is editing a document in a release */\n 'presence.tooltip.one':\n '{{displayName}} právě upravuje tento dokument v release „{{releaseTitle}}\"',\n\n /** Tooltip text for publish release action when there are no documents */\n 'publish-action.validation.no-documents': 'Nejsou žádné dokumenty k publikování',\n\n /** Description for the dialog confirming the publish of a release with one document */\n 'publish-dialog.confirm-publish-description_one':\n \"Release '<strong>{{title}}</strong>' a jeho dokument budou publikovány.\",\n /** Description for the dialog confirming the publish of a release with multiple documents */\n 'publish-dialog.confirm-publish-description_other':\n \"Release '<strong>{{title}}</strong>' a jeho {{releaseDocumentsLength}} dokumentů bude publikováno.\",\n /** Title for the dialog confirming the publish of a release */\n 'publish-dialog.confirm-publish.title':\n 'Opravdu chcete publikovat release a všechny verze dokumentů?',\n /** Label for when documents in release have validation errors */\n 'publish-dialog.validation.error': 'Některé dokumenty obsahují chyby ověření',\n /** Label for when documents are being validated */\n 'publish-dialog.validation.loading': 'Ověřování dokumentů...',\n /** Label for the button when the user doesn't have permissions to publish a release */\n 'publish-dialog.validation.no-permission': 'Nemáte oprávnění k publikování',\n\n /** Title for information card on a published release */\n 'publish-info.title': 'Tento release byl úspěšně publikován.',\n\n /** Placeholder title for a release with no title */\n 'release-placeholder.title': 'Bez názvu',\n\n /** Description for the dialog confirming the revert of a release with multiple documents */\n 'revert-dialog.confirm-revert-description_one':\n 'Tato akce vrátí {{releaseDocumentsLength}} verzi dokumentu.',\n /** Description for the dialog confirming the revert of a release with multiple documents */\n 'revert-dialog.confirm-revert-description_other':\n 'Tato akce vrátí {{releaseDocumentsLength}} verzí dokumentů.',\n /** Checkbox label to confirm whether to create a staged release for revert or immediately revert */\n 'revert-dialog.confirm-revert.stage-revert-checkbox-label': 'Okamžitě vrátit release',\n /** Title for the dialog confirming the revert of a release */\n 'revert-dialog.confirm-revert.title': 'Opravdu chcete vrátit release „{{title}}\"?',\n /** Warning card text for when immediately revert a release with history */\n 'revert-dialog.confirm-revert.warning-card':\n 'Po publikování byly v dokumentech tohoto release provedeny změny. Vrácením tyto změny přepíšete.',\n\n /** Description of a reverted release */\n 'revert-release.description': 'Vrátit změny verzí dokumentů v „{{title}}\".',\n /** Title of a reverted release */\n 'revert-release.title': 'Vracení „{{title}}\"',\n\n /** Description for the review changes button in release tool */\n 'review.description': 'Přidejte dokumenty do tohoto release pro kontrolu změn',\n /** Text for when a document is edited */\n 'review.edited': 'Upraveno <RelativeTime/>',\n\n /** Schedule release button tooltip when there are no documents to schedule */\n 'schedule-action.validation.no-documents': 'Nejsou žádné dokumenty k naplánování',\n\n /** Schedule release button tooltip when the release is already scheduled */\n 'schedule-button-tooltip.already-scheduled': 'Tento release je již naplánován',\n /** Schedule release button tooltip when there are validation errors */\n 'schedule-button-tooltip.validation.error': 'Některé dokumenty mají chyby ověření',\n /** Schedule release button tooltip when validation is loading */\n 'schedule-button-tooltip.validation.loading': 'Ověřování dokumentů...',\n /** Schedule release button tooltip when user has no permissions to schedule */\n 'schedule-button-tooltip.validation.no-permission': 'Nemáte oprávnění k naplánování',\n\n /** Title of unschedule release dialog */\n 'schedule-button.tooltip': 'Opravdu chcete zrušit naplánování vydání?',\n\n /** Description for the confirm button for scheduling a release */\n 'schedule-dialog.confirm-button': 'Ano, naplánovat',\n /** Description shown in unschedule relaease dialog */\n 'schedule-dialog.confirm-description_one':\n \"Vydání '<strong>{{title}}</strong>' a jeho dokument budou zveřejněny ve vybraný datum.\",\n /** Description for the dialog confirming the publish of a release with multiple documents */\n 'schedule-dialog.confirm-description_other':\n 'Vydání <strong>{{title}}</strong> a jeho {{count}} verzí dokumentů bude naplánováno.',\n /** Title for unschedule release dialog */\n 'schedule-dialog.confirm-title': 'Naplánovat vydání',\n /** Description for warning that the published schedule time is in the past */\n 'schedule-dialog.publish-date-in-past-warning': 'Naplánujte na budoucí čas a datum.',\n /** Label for date picker when scheduling a release */\n 'schedule-dialog.select-publish-date-label': 'Naplánovat na',\n\n /** Confirm button text for the schedule unpublish dialog */\n 'schedule-unpublish-dialog.confirm': 'Naplánovat zrušení publikace',\n /** Description for the schedule unpublish dialog */\n 'schedule-unpublish-dialog.description': 'Vyberte, kdy má být tento dokument zrušen z publikace.',\n /** Header for the schedule unpublish dialog */\n 'schedule-unpublish-dialog.header': 'Naplánovat koncept pro zrušení publikace',\n\n /** Placeholder for search of documents in a release */\n 'search-documents-placeholder': 'Hledat dokumenty',\n\n /** Text for when the release has no errors found */\n 'summary.all-documents-errors-found': 'Všechny dokumenty ověřeny, nalezeny problémy',\n /** Text for when the release has validated all documents */\n 'summary.all-documents-validated': 'Všechny dokumenty ověřeny, žádné problémy nenalezeny',\n /** Text for when the release was created */\n 'summary.created': 'Vytvořeno <RelativeTime/>',\n /** Text for when the release is composed of one document */\n 'summary.document-count_one': '{{count}} dokument',\n /** Text for when the release is composed of multiple documents */\n 'summary.document-count_other': '{{count}} dokumentů',\n /** Text for when the release has some errors found */\n 'summary.errors-found':\n 'Chcete-li publikovat nebo naplánovat vydání, vyřešte prosím problémy nalezené v dokumentech',\n /** Text for when the release has no documents */\n 'summary.no-documents': 'Žádné dokumenty',\n /** Description for the empty state when a cardinality-one release has no documents */\n 'summary.no-documents-cardinality-one.description':\n 'Tento naplánovaný koncept neobsahuje žádný dokument. Mohl být odstraněn.',\n /** Title for the empty state when a cardinality-one release has no documents */\n 'summary.no-documents-cardinality-one.title': 'V tomto vydání není žádný dokument',\n /** Text for when the release has not published */\n 'summary.not-published': 'Nepublikováno',\n /** Text for when the release was published */\n 'summary.published': 'Publikováno <RelativeTime/>',\n /** Text for when the release has validated documents */\n 'summary.validated-documents': '{{validatedCount}} z {{totalCount}} dokumentů ověřeno',\n /** Text for validation loading indicator */\n 'summary.validating-documents': 'Ověřování dokumentů: {{validatedCount}} z {{totalCount}}',\n\n /** add action type that will be shown in the table*/\n 'table-body.action.add': 'Přidat',\n /** Change action type that will be shown in the table*/\n 'table-body.action.change': 'Změnit',\n /** Change action type that will be shown in the table*/\n 'table-body.action.unpublish': 'Zrušit publikování',\n\n /** Header for the document table in the release tool - action */\n 'table-header.action': 'Akce',\n /** Header for the document table in the release tool - Archived */\n 'table-header.archivedAt': 'Archivováno',\n /** Header for the document table in the release tool - contributors */\n 'table-header.contributors': 'Přispěvatelé',\n /** Header for the document table in the release tool - created by */\n 'table-header.created-by': 'Vytvořil',\n /** Header for the document table in the release tool - document preview */\n 'table-header.document': 'Dokument',\n /** Header for the document table in the release tool - title */\n 'table-header.documents': 'Dokumenty',\n /** Header for the document table in the release tool - edited */\n 'table-header.edited': 'Upraveno',\n /** Header for the paused scheduled drafts table - intended for */\n 'table-header.intended-for': 'Určeno pro',\n /** Header for the document table in the release tool - Published */\n 'table-header.published-at': 'Publikováno',\n /** Header for the document table in the release tool - Published */\n 'table-header.publishedAt': 'Publikováno',\n /** Header for the scheduled drafts document table in the release tool - published at */\n 'table-header.scheduled-draft.published-at': 'Publikováno dne',\n /** Header for the scheduled drafts document table in the release tool - scheduled for */\n 'table-header.scheduled-for': 'Naplánováno na',\n /** Header for the document table in the release tool - time */\n 'table-header.time': 'Čas',\n /** Header for the document table in the release tool - release title */\n 'table-header.title': 'Release',\n /** Header for the document table in the release tool - type */\n 'table-header.type': 'Typ',\n /** Header for the document table in the release tool - when */\n 'table-header.when': 'Kdy',\n\n /** Text for the release time label for scheduled releases which has not been scheduled yet*/\n 'time.estimated': 'Odhadováno',\n /** Text for the release time label for scheduled releases which has been scheduled*/\n 'time.scheduled': 'Naplánováno',\n\n /** Text for toast when release failed to archive */\n 'toast.archive.error': \"Archivování '<strong>{{title}}</strong>' se nezdařilo: {{error}}\",\n /** Toast error message when bulk scheduling of active drafts fails */\n 'toast.confirm-active-scheduled-drafts.error': 'Naplánování konceptů se nezdařilo: {{error}}',\n /** Toast message after copying release ID */\n 'toast.copy-release-id.success': 'ID vydání bylo zkopírováno do schránky',\n /** Toast message after copying release link */\n 'toast.copy-release-link.success': 'Odkaz na vydání byl zkopírován do schránky',\n /** Toast message after copying release title */\n 'toast.copy-release-title.success': 'Název vydání byl zkopírován do schránky',\n /** Description for toast when creating new version of document in release failed */\n 'toast.create-version.error': 'Nepodařilo se přidat dokument do vydání: {{error}}',\n /** Description for toast when release deletion failed */\n 'toast.delete.error': \"Nepodařilo se smazat '<strong>{{title}}</strong>': {{error}}\",\n /** Description for toast when release is successfully deleted */\n 'toast.delete.success': \"Vydání '<strong>{{title}}</strong>' bylo úspěšně smazáno\",\n /** Description for toast when release duplication failed */\n 'toast.duplicate.error': \"Nepodařilo se duplikovat '<strong>{{title}}</strong>': {{error}}\",\n /** Description for toast when release is successfully duplicated */\n 'toast.duplicate.success': \"Vydání '<strong>{{title}}</strong>' bylo duplikováno. <Link/>\",\n /** Link text for toast link to the duplicated release */\n 'toast.duplicate.success-link': 'Zobrazit duplikované vydání',\n /** Text for toast when release has been reverted immediately */\n 'toast.immediate-revert.success': \"Vydání '{{title}}' bylo úspěšně vráceno\",\n /** Text for toast when release failed to publish */\n 'toast.publish.error': \"Nepodařilo se publikovat '<strong>{{title}}</strong>': {{error}}\",\n /** Text for toast when release has reverted release successfully staged */\n 'toast.revert-stage.success': \"Vydání pro vrácení '{{title}}' bylo úspěšně vytvořeno. <Link/>\",\n /** Link text for toast link to the generated revert release */\n 'toast.revert-stage.success-link': 'Zobrazit vydání pro vrácení',\n /** Text for toast when release failed to revert */\n 'toast.revert.error': 'Nepodařilo se vrátit vydání: {{error}}',\n /** Text for toast when release failed to schedule */\n 'toast.schedule.error': \"Nepodařilo se naplánovat '<strong>{{title}}</strong>': {{error}}\",\n /** Text for toast when release has been scheduled */\n 'toast.schedule.success': \"Vydání '<strong>{{title}}</strong>' bylo naplánováno.\",\n /** Text for toast when release failed to unarchive */\n 'toast.unarchive.error':\n \"Nepodařilo se obnovit z archivu '<strong>{{title}}</strong>': {{error}}\",\n /** Text for toast when release failed to unschedule */\n 'toast.unschedule.error':\n \"Nepodařilo se zrušit plánování '<strong>{{title}}</strong>': {{error}}\",\n\n /** Text for tooltip when a release has been scheduled */\n 'type-picker.tooltip.scheduled': 'Vydání je naplánováno, zrušte plánování pro změnu typu',\n\n /** Text action in unpublish dialog to cancel */\n 'unpublish-dialog.action.cancel': 'Zrušit',\n /** Text action in unpublish dialog to unpublish */\n 'unpublish-dialog.action.unpublish': 'Ano, zrušit publikování při vydání',\n /** Description for unpublish dialog, explaining that all changes made to this document will be lost */\n 'unpublish-dialog.description.lost-changes':\n 'Veškeré změny provedené v této verzi dokumentu budou ztraceny.',\n /** Description for the unpublish dialog, explaining that it will create a draft if no draft exists at time of release */\n 'unpublish-dialog.description.to-draft':\n 'Toto zruší publikování dokumentu jako součást vydání <Label>{{title}}</Label> a vytvoří koncept, pokud v době vydání žádný neexistuje.',\n /** Title for the dialog confirming the unpublish of a release */\n 'unpublish-dialog.header': 'Opravdu chcete zrušit publikování tohoto dokumentu při vydání?',\n\n /** Text for when a document is unpublished */\n 'unpublish.already-unpublished': 'Tento dokument je již nepublikovaný.',\n /** Tooltip label for when a document is unpublished */\n 'unpublish.no-published-version': 'Neexistuje žádná publikovaná verze tohoto dokumentu.',\n\n /** Description shown in unschedule relaease dialog */\n 'unschedule-dialog.confirm-description': 'Vydání již nebude publikováno v naplánovaném termínu.',\n /** Title for unschedule release dialog */\n 'unschedule-dialog.confirm-title': 'Opravdu chcete zrušit plánování vydání?',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var sanity = require("sanity"), singleDocRelease = sanity.removeUndefinedLocaleResources({
|
|
3
|
+
/** Action text for scheduling publish of a draft document */
|
|
4
|
+
"action.schedule-publish": "Napl\xE1novat publikov\xE1n\xED",
|
|
5
|
+
/** Tooltip text for when schedule publish fails */
|
|
6
|
+
"action.schedule-publish-error": "Napl\xE1nov\xE1n\xED publikov\xE1n\xED se nezda\u0159ilo",
|
|
7
|
+
/** Tooltip text for when a document is scheduled for publishing */
|
|
8
|
+
"action.schedule-publish-success": "Dokument napl\xE1nov\xE1n k publikov\xE1n\xED",
|
|
9
|
+
/** Tooltip description for when a document is scheduled for publishing */
|
|
10
|
+
"action.schedule-publish-success-description": "Publikov\xE1n\xED napl\xE1nov\xE1no na {{publishAt}}",
|
|
11
|
+
/** Tooltip text for when schedule publish is disabled due to cardinality one releases */
|
|
12
|
+
"action.schedule-publish.disabled.cardinality-one": "Pro tento dokument ji\u017E existuje napl\xE1novan\xFD koncept.",
|
|
13
|
+
/** Tooltip text for when schedule publish is disabled due to validation errors */
|
|
14
|
+
"action.schedule-publish.disabled.validation-issues": "Nelze napl\xE1novat koncept kv\u016Fli chyb\xE1m ov\u011B\u0159en\xED v aktu\xE1ln\xEDm konceptu.",
|
|
15
|
+
/** Empty state action documentation for scheduled drafts */
|
|
16
|
+
"empty-state.action.documentation": "Zjistit v\xEDce o pl\xE1nov\xE1n\xED",
|
|
17
|
+
/** Empty state description for scheduled drafts */
|
|
18
|
+
"empty-state.description": "Napl\xE1nujte a uzamkn\u011Bte koncepty dokument\u016F pro publikov\xE1n\xED k budouc\xEDmu datu a \u010Dasu.",
|
|
19
|
+
/** Empty state title for scheduled drafts */
|
|
20
|
+
"empty-state.title": "Napl\xE1novan\xE9 koncepty"
|
|
21
|
+
});
|
|
22
|
+
exports.default = singleDocRelease;
|
|
23
|
+
//# sourceMappingURL=singleDocRelease.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"singleDocRelease.cjs","sources":["../../src/singleDocRelease.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Action text for scheduling publish of a draft document */\n 'action.schedule-publish': 'Naplánovat publikování',\n /** Tooltip text for when schedule publish fails */\n 'action.schedule-publish-error': 'Naplánování publikování se nezdařilo',\n /** Tooltip text for when a document is scheduled for publishing */\n 'action.schedule-publish-success': 'Dokument naplánován k publikování',\n /** Tooltip description for when a document is scheduled for publishing */\n 'action.schedule-publish-success-description': 'Publikování naplánováno na {{publishAt}}',\n /** Tooltip text for when schedule publish is disabled due to cardinality one releases */\n 'action.schedule-publish.disabled.cardinality-one':\n 'Pro tento dokument již existuje naplánovaný koncept.',\n /** Tooltip text for when schedule publish is disabled due to validation errors */\n 'action.schedule-publish.disabled.validation-issues':\n 'Nelze naplánovat koncept kvůli chybám ověření v aktuálním konceptu.',\n\n /** Empty state action documentation for scheduled drafts */\n 'empty-state.action.documentation': 'Zjistit více o plánování',\n /** Empty state description for scheduled drafts */\n 'empty-state.description':\n 'Naplánujte a uzamkněte koncepty dokumentů pro publikování k budoucímu datu a času.',\n /** Empty state title for scheduled drafts */\n 'empty-state.title': 'Naplánované koncepty',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,mBAAeA,sCAA+B;AAAA;AAAA,EAE5C,2BAA2B;AAAA;AAAA,EAE3B,iCAAiC;AAAA;AAAA,EAEjC,mCAAmC;AAAA;AAAA,EAEnC,+CAA+C;AAAA;AAAA,EAE/C,oDACE;AAAA;AAAA,EAEF,sDACE;AAAA;AAAA,EAGF,oCAAoC;AAAA;AAAA,EAEpC,2BACE;AAAA;AAAA,EAEF,qBAAqB;AACvB,CAAC;;"}
|