@sanity/locale-hr-hr 1.1.20 → 1.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_chunks-cjs/canvas.cjs +27 -52
- package/dist/_chunks-cjs/canvas.cjs.map +1 -1
- package/dist/_chunks-cjs/structure.cjs +11 -22
- package/dist/_chunks-cjs/structure.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +31 -62
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-es/canvas.js +27 -52
- package/dist/_chunks-es/canvas.js.map +1 -1
- package/dist/_chunks-es/structure.js +11 -22
- package/dist/_chunks-es/structure.js.map +1 -1
- package/dist/_chunks-es/studio.js +31 -62
- package/dist/_chunks-es/studio.js.map +1 -1
- package/package.json +1 -1
- package/src/canvas.ts +34 -26
- package/src/structure.ts +13 -11
- package/src/studio.ts +34 -31
package/package.json
CHANGED
package/src/canvas.ts
CHANGED
|
@@ -2,58 +2,66 @@ import {removeUndefinedLocaleResources} from 'sanity'
|
|
|
2
2
|
|
|
3
3
|
export default removeUndefinedLocaleResources({
|
|
4
4
|
/** The text for the "Edit in Canvas" action. */
|
|
5
|
-
'action.edit-document':
|
|
5
|
+
'action.edit-document': 'Uredi u Canvasu',
|
|
6
6
|
/** The text for the "Link to Canvas" action. */
|
|
7
|
-
'action.link-document':
|
|
7
|
+
'action.link-document': 'Poveži s Canvasom',
|
|
8
8
|
/** The text for the "Link to Canvas" action when the document is not yet resolved. */
|
|
9
|
-
'action.link-document-disabled.initial-value-not-resolved':
|
|
9
|
+
'action.link-document-disabled.initial-value-not-resolved':
|
|
10
|
+
'Pričekajte dok se ne riješe početne vrijednosti dokumenta',
|
|
10
11
|
/** The text for the "Link to Canvas" action when the user doesn't have permissions to link the document to Canvas. */
|
|
11
|
-
'action.link-document-disabled.missing-permissions':
|
|
12
|
+
'action.link-document-disabled.missing-permissions':
|
|
13
|
+
'Nemate dozvolu za povezivanje ovog dokumenta s Canvasom',
|
|
12
14
|
/** The text for the "Link to Canvas" action when the document is not in the dashboard. */
|
|
13
|
-
'action.link-document-disabled.not-in-dashboard':
|
|
15
|
+
'action.link-document-disabled.not-in-dashboard':
|
|
16
|
+
'Otvorite ovaj dokument u Dashboardu da biste ga povezali s Canvasom',
|
|
14
17
|
/** The text for the "Link to Canvas" action when the document is a version document. */
|
|
15
|
-
'action.link-document-disabled.version-document':
|
|
18
|
+
'action.link-document-disabled.version-document': 'Dokumenti verzija još nisu podržani u Canvasu',
|
|
16
19
|
/** The text for the "Unlink from Canvas" action. */
|
|
17
|
-
'action.unlink-document':
|
|
20
|
+
'action.unlink-document': 'Odspoji od Canvasa',
|
|
18
21
|
|
|
19
22
|
/** The text for the action button in the banner when the document is linked to Canvas. */
|
|
20
|
-
'banner.edit-document-in-canvas':
|
|
23
|
+
'banner.edit-document-in-canvas': 'Uredi u Canvasu',
|
|
21
24
|
/** The text for the banner when the document is linked to Canvas. */
|
|
22
|
-
'banner.linked-to-canvas':
|
|
25
|
+
'banner.linked-to-canvas': 'Ovaj dokument je povezan s Canvasom',
|
|
23
26
|
|
|
24
27
|
/** The text for the "Confirm document changes" dialog cancel button. */
|
|
25
|
-
'dialog.confirm-document-changes.cancel':
|
|
28
|
+
'dialog.confirm-document-changes.cancel': 'Odustani',
|
|
26
29
|
/** The text for the "Confirm document changes" dialog confirm button. */
|
|
27
|
-
'dialog.confirm-document-changes.confirm':
|
|
30
|
+
'dialog.confirm-document-changes.confirm': 'Prihvati i nastavi',
|
|
28
31
|
/** The description for the "Confirm document changes" dialog. */
|
|
29
|
-
'dialog.confirm-document-changes.description':
|
|
32
|
+
'dialog.confirm-document-changes.description':
|
|
33
|
+
'Ovaj dokument treba biti ažuriran da bi bio kompatibilan s Canvasom.\n Postojeći sadržaj može biti uređen ili uklonjen kao dio ovog procesa.',
|
|
30
34
|
/** The description for the "Confirm document changes" dialog footer. */
|
|
31
|
-
'dialog.confirm-document-changes.footer-description':
|
|
35
|
+
'dialog.confirm-document-changes.footer-description':
|
|
36
|
+
'U bilo kojem trenutku možete prekinuti vezu s Canvasom',
|
|
32
37
|
/** The title for the "Confirm document changes" dialog. */
|
|
33
|
-
'dialog.confirm-document-changes.title':
|
|
38
|
+
'dialog.confirm-document-changes.title': 'Potvrdi promjene dokumenta',
|
|
34
39
|
/** The text for the Link to Canvas dialog when there is a error. */
|
|
35
|
-
'dialog.link-to-canvas.error':
|
|
40
|
+
'dialog.link-to-canvas.error': 'Povezivanje s Canvasom nije uspjelo',
|
|
36
41
|
/** The text for the "Link to Canvas" dialog when the document is being redirected. */
|
|
37
|
-
'dialog.link-to-canvas.redirecting':
|
|
42
|
+
'dialog.link-to-canvas.redirecting':
|
|
43
|
+
'Preusmjeravamo vas na Canvas kako biste dovršili povezivanje...',
|
|
38
44
|
/** The title for the "Link to Canvas" dialog. */
|
|
39
|
-
'dialog.link-to-canvas.title':
|
|
45
|
+
'dialog.link-to-canvas.title': 'Poveži s Canvasom',
|
|
40
46
|
/** The text for the "Link to Canvas" dialog when the document is being validated. */
|
|
41
|
-
'dialog.link-to-canvas.validating':
|
|
47
|
+
'dialog.link-to-canvas.validating': 'Validacija',
|
|
42
48
|
/** The text for the "Unlink from Canvas" dialog cancel button. */
|
|
43
|
-
'dialog.unlink-from-canvas.cancel':
|
|
49
|
+
'dialog.unlink-from-canvas.cancel': 'Odustani',
|
|
44
50
|
/** The text for the "Unlink from Canvas" dialog description. */
|
|
45
|
-
'dialog.unlink-from-canvas.description':
|
|
51
|
+
'dialog.unlink-from-canvas.description':
|
|
52
|
+
'Jednom kada prekinete vezu, moći ćete ga uređivati ovdje i buduće izmjene u Canvasu više se automatski neće mapirati na ovaj dokument.',
|
|
46
53
|
/** The text for the "Unlink from Canvas" dialog error message. */
|
|
47
|
-
'dialog.unlink-from-canvas.error':
|
|
54
|
+
'dialog.unlink-from-canvas.error': 'Prekid veze s Canvasom nije uspio',
|
|
48
55
|
/** The text for the "Unlink from Canvas" dialog success message. */
|
|
49
|
-
'dialog.unlink-from-canvas.success':
|
|
56
|
+
'dialog.unlink-from-canvas.success': 'Prekinuta veza s Canvasom',
|
|
50
57
|
/** The title for the "Unlink from Canvas" dialog. */
|
|
51
|
-
'dialog.unlink-from-canvas.title':
|
|
58
|
+
'dialog.unlink-from-canvas.title': 'Odspoji od Canvasa',
|
|
52
59
|
/** The text for the "Unlink from Canvas" dialog unlink button. */
|
|
53
|
-
'dialog.unlink-from-canvas.unlink-action':
|
|
60
|
+
'dialog.unlink-from-canvas.unlink-action': 'Odspoji sada',
|
|
54
61
|
/** The text for the "Unlink from Canvas" dialog when the document is being unlinked. */
|
|
55
|
-
'dialog.unlink-from-canvas.unlinking':
|
|
62
|
+
'dialog.unlink-from-canvas.unlinking':
|
|
63
|
+
'Prekidate vezu <strong>“{{documentTitle}}”</strong> s Canvasom.',
|
|
56
64
|
|
|
57
65
|
/** The text for the "Navigate to Canvas" dialog error message. */
|
|
58
|
-
'navigate-to-canvas-doc.error.missing-permissions':
|
|
66
|
+
'navigate-to-canvas-doc.error.missing-permissions': 'Nedostaju dozvole za navigaciju do Canvasa',
|
|
59
67
|
})
|
package/src/structure.ts
CHANGED
|
@@ -12,7 +12,8 @@ export default removeUndefinedLocaleResources({
|
|
|
12
12
|
/** Label for the "Delete" document action while the document is being deleted */
|
|
13
13
|
'action.delete.running.label': 'Brisanje…',
|
|
14
14
|
/** Tooltip when action is disabled because the document is linked to Canvas */
|
|
15
|
-
'action.disabled-by-canvas.tooltip':
|
|
15
|
+
'action.disabled-by-canvas.tooltip':
|
|
16
|
+
'Neke akcije nad dokumentom su onemogućene za dokumente povezane s Canvasom',
|
|
16
17
|
/** Message prompting the user to confirm discarding changes */
|
|
17
18
|
'action.discard-changes.confirm-dialog.confirm-discard-changes':
|
|
18
19
|
'Jeste li sigurni da želite odbaciti sve promjene od posljednjeg objavljivanja?',
|
|
@@ -180,19 +181,20 @@ export default removeUndefinedLocaleResources({
|
|
|
180
181
|
'buttons.split-pane-close-group-button.title': 'Zatvori grupu ploča',
|
|
181
182
|
|
|
182
183
|
/** The text for the canvas linked banner action button */
|
|
183
|
-
'canvas.banner.edit-in-canvas-action':
|
|
184
|
+
'canvas.banner.edit-in-canvas-action': 'Uredi u Canvasu',
|
|
184
185
|
/** The text for the canvas linked banner when the document is a draft */
|
|
185
|
-
'canvas.banner.linked-text.draft':
|
|
186
|
+
'canvas.banner.linked-text.draft': 'Ovaj nacrt dokumenta je povezan s Canvasom',
|
|
186
187
|
/** The text for the canvas linked banner when the document is a live document */
|
|
187
|
-
'canvas.banner.linked-text.published':
|
|
188
|
+
'canvas.banner.linked-text.published': 'Ovaj objavljeni dokument je povezan s Canvasom',
|
|
188
189
|
/** The text for the canvas linked banner when the document is a version document */
|
|
189
|
-
'canvas.banner.linked-text.version':
|
|
190
|
+
'canvas.banner.linked-text.version': 'Ova verzija dokumenta je povezana s Canvasom',
|
|
190
191
|
/** The text for the canvas linked banner popover button */
|
|
191
|
-
'canvas.banner.popover-button-text':
|
|
192
|
+
'canvas.banner.popover-button-text': 'Saznajte više',
|
|
192
193
|
/** The description for the canvas linked banner popover */
|
|
193
|
-
'canvas.banner.popover-description':
|
|
194
|
+
'canvas.banner.popover-description':
|
|
195
|
+
'Canvas vam omogućuje autorstvo u slobodnoj formi uredniku koji se automatski mapira natrag na Studio kao strukturirani sadržaj - dok tipkate.',
|
|
194
196
|
/** The heading for the canvas linked banner popover */
|
|
195
|
-
'canvas.banner.popover-heading':
|
|
197
|
+
'canvas.banner.popover-heading': 'Autorstvo s idejom na prvom mjestu',
|
|
196
198
|
|
|
197
199
|
/** The label used in the changes inspector for the from selector */
|
|
198
200
|
'changes.from.label': 'Od',
|
|
@@ -214,7 +216,7 @@ export default removeUndefinedLocaleResources({
|
|
|
214
216
|
'Parametar prethodnog dokumenta je nevažeći.',
|
|
215
217
|
|
|
216
218
|
/** The text for the tooltip when the "Compare versions" action for a document is disabled */
|
|
217
|
-
'compare-versions.menu-item.disabled-reason':
|
|
219
|
+
'compare-versions.menu-item.disabled-reason': 'Nema drugih verzija ovog dokumenta za usporedbu.',
|
|
218
220
|
/** The text for the "Compare versions" action for a document */
|
|
219
221
|
'compare-versions.menu-item.title': 'Usporedi verzije',
|
|
220
222
|
/** The string used to label draft documents */
|
|
@@ -354,9 +356,9 @@ export default removeUndefinedLocaleResources({
|
|
|
354
356
|
'document-view.form-view.sync-lock-toast.title': 'Sinkronizacija dokumenta…',
|
|
355
357
|
|
|
356
358
|
/** The description for the document favorite action */
|
|
357
|
-
'document.favorites.add-to-favorites':
|
|
359
|
+
'document.favorites.add-to-favorites': 'Dodaj u favorite',
|
|
358
360
|
/** The description for the document unfavorite action */
|
|
359
|
-
'document.favorites.remove-from-favorites':
|
|
361
|
+
'document.favorites.remove-from-favorites': 'Ukloni iz favorita',
|
|
360
362
|
|
|
361
363
|
/**The title for the menu items that will be shown when expanding a publish release event to inspect the document */
|
|
362
364
|
'events.inspect.release': 'Pregledaj <VersionBadge>{{releaseTitle}}</VersionBadge> dokument',
|
package/src/studio.ts
CHANGED
|
@@ -2,29 +2,30 @@ import {removeUndefinedLocaleResources} from 'sanity'
|
|
|
2
2
|
|
|
3
3
|
export default removeUndefinedLocaleResources({
|
|
4
4
|
/** "Disabled" status for auto-updates in About-dialog */
|
|
5
|
-
'about-dialog.version-info.auto-updates.disabled':
|
|
5
|
+
'about-dialog.version-info.auto-updates.disabled': 'Onemogućeno',
|
|
6
6
|
/** "Enabled" status for auto-updates in About-dialog */
|
|
7
|
-
'about-dialog.version-info.auto-updates.enabled':
|
|
7
|
+
'about-dialog.version-info.auto-updates.enabled': 'Omogućeno',
|
|
8
8
|
/** "Auto Updates" status header in About-dialog */
|
|
9
|
-
'about-dialog.version-info.auto-updates.header':
|
|
9
|
+
'about-dialog.version-info.auto-updates.header': 'Automatska ažuriranja',
|
|
10
10
|
/** "How to enable" next to Disabled state for Auto updates in about dialog */
|
|
11
|
-
'about-dialog.version-info.auto-updates.how-to-enable':
|
|
11
|
+
'about-dialog.version-info.auto-updates.how-to-enable': 'Kako omogućiti',
|
|
12
12
|
/** Text displayed on the "Copy to clipboard"-button after clicked */
|
|
13
|
-
'about-dialog.version-info.copy-to-clipboard-button.copied-text':
|
|
13
|
+
'about-dialog.version-info.copy-to-clipboard-button.copied-text':
|
|
14
|
+
'Kopirano u međuspremnik. Sretno lijepljenje!',
|
|
14
15
|
/** "Copy to Clipboard" button text for copying version details from About-dialog */
|
|
15
|
-
'about-dialog.version-info.copy-to-clipboard-button.text':
|
|
16
|
+
'about-dialog.version-info.copy-to-clipboard-button.text': 'Kopiraj u međuspremnik',
|
|
16
17
|
/** "Current version" header in about dialog */
|
|
17
|
-
'about-dialog.version-info.current-version.header':
|
|
18
|
+
'about-dialog.version-info.current-version.header': 'Trenutna verzija',
|
|
18
19
|
/** "How to upgrade" link text */
|
|
19
|
-
'about-dialog.version-info.how-to-upgrade':
|
|
20
|
+
'about-dialog.version-info.how-to-upgrade': 'Kako nadograditi',
|
|
20
21
|
/** "Latest version" header in about dialog */
|
|
21
|
-
'about-dialog.version-info.latest-version.header':
|
|
22
|
+
'about-dialog.version-info.latest-version.header': 'Najnovija verzija',
|
|
22
23
|
/** "Latest version" header in about dialog */
|
|
23
|
-
'about-dialog.version-info.latest-version.text':
|
|
24
|
+
'about-dialog.version-info.latest-version.text': 'Najnovija verzija je {{latestVersion}}',
|
|
24
25
|
/** "Up to date" status in About-dialog */
|
|
25
|
-
'about-dialog.version-info.up-to-date':
|
|
26
|
+
'about-dialog.version-info.up-to-date': 'Ažurno',
|
|
26
27
|
/** "User agent" header in About-dialog */
|
|
27
|
-
'about-dialog.version-info.user-agent.header':
|
|
28
|
+
'about-dialog.version-info.user-agent.header': 'Korisnički agent',
|
|
28
29
|
|
|
29
30
|
/** The text used in the tooltip shown in the dialog close button */
|
|
30
31
|
'announcement.dialog.close': 'Zatvori',
|
|
@@ -87,16 +88,17 @@ export default removeUndefinedLocaleResources({
|
|
|
87
88
|
'asset-source.dialog.accept-message':
|
|
88
89
|
'Prikazuju se samo datoteke prihvaćenih tipova: <strong>{{acceptTypes}}</strong>',
|
|
89
90
|
/** Select asset dialog cancel-button */
|
|
90
|
-
'asset-source.dialog.button.cancel':
|
|
91
|
+
'asset-source.dialog.button.cancel': 'Odustani',
|
|
91
92
|
/** Select asset dialog select-button */
|
|
92
|
-
'asset-source.dialog.button.select':
|
|
93
|
+
'asset-source.dialog.button.select': 'Odaberi',
|
|
93
94
|
/** Keys shared between both image asset source and file asset source */
|
|
94
95
|
/** Select asset dialog title for files */
|
|
95
96
|
'asset-source.dialog.default-title_file': 'Odaberite datoteku',
|
|
96
97
|
/** Select asset dialog title for images */
|
|
97
98
|
'asset-source.dialog.default-title_image': 'Odaberite sliku',
|
|
98
99
|
/** Insert asset error */
|
|
99
|
-
'asset-source.dialog.insert-asset-error':
|
|
100
|
+
'asset-source.dialog.insert-asset-error':
|
|
101
|
+
'Greška pri umetanju resursa. Za više informacija pogledajte konzolu.',
|
|
100
102
|
/** Select asset dialog load more items */
|
|
101
103
|
'asset-source.dialog.load-more': 'Učitaj više',
|
|
102
104
|
/** Text shown when selecting a file but there's no files to select from */
|
|
@@ -152,14 +154,15 @@ export default removeUndefinedLocaleResources({
|
|
|
152
154
|
'Niti jedan dokument ne koristi ovu sliku',
|
|
153
155
|
|
|
154
156
|
/** Common (all) Asset Source texts. Note that all translation keys starting with 'asset-source.' is for the built in asset source. */
|
|
155
|
-
'asset-sources.common.uploader.upload-failed.description':
|
|
156
|
-
|
|
157
|
+
'asset-sources.common.uploader.upload-failed.description':
|
|
158
|
+
'Za više informacija pogledajte konzolu.',
|
|
159
|
+
'asset-sources.common.uploader.upload-failed.title': 'Prijenos nije uspio',
|
|
157
160
|
/** Menu Items for Dataset Asset Source (will be replaced with workspace name by default) */
|
|
158
|
-
'asset-sources.dataset.file.title':
|
|
159
|
-
'asset-sources.dataset.image.title':
|
|
161
|
+
'asset-sources.dataset.file.title': 'Datoteke radnog prostora',
|
|
162
|
+
'asset-sources.dataset.image.title': 'Slike radnog prostora',
|
|
160
163
|
/** Menu Items for Media Library Asset Source */
|
|
161
|
-
'asset-sources.media-library.file.title':
|
|
162
|
-
'asset-sources.media-library.image.title':
|
|
164
|
+
'asset-sources.media-library.file.title': 'Medijska knjižnica',
|
|
165
|
+
'asset-sources.media-library.image.title': 'Medijska knjižnica',
|
|
163
166
|
|
|
164
167
|
/** Label when a release has been deleted by a different user */
|
|
165
168
|
'banners.deleted-bundle-banner.text': "Izdanje '<strong>{{title}}</strong>' je izbrisano.",
|
|
@@ -183,7 +186,7 @@ export default removeUndefinedLocaleResources({
|
|
|
183
186
|
/** Label for switch that controls whether or not to include time in given timestamp */
|
|
184
187
|
'calendar.action.include-time-label': 'Uključi vrijeme',
|
|
185
188
|
/** Action message for selecting the time */
|
|
186
|
-
'calendar.action.select-time':
|
|
189
|
+
'calendar.action.select-time': 'Odaberi vrijeme',
|
|
187
190
|
/** Action message for setting to the current time */
|
|
188
191
|
'calendar.action.set-to-current-time': 'Postavi na trenutno vrijeme',
|
|
189
192
|
/** Label for selecting an hour preset. Receives a `time` param as a string on hh:mm format and a `date` param as a Date instance denoting the preset date */
|
|
@@ -408,7 +411,7 @@ export default removeUndefinedLocaleResources({
|
|
|
408
411
|
'document-status.revision-from': 'Revizija od <em>{{date}}</em>',
|
|
409
412
|
|
|
410
413
|
/** Label to indicate that a document type was not found */
|
|
411
|
-
'document.type.not-found':
|
|
414
|
+
'document.type.not-found': 'Tip dokumenta "{{type}}" nije pronađen',
|
|
412
415
|
|
|
413
416
|
/** The value of the <code>_key</code> property must be a unique string. */
|
|
414
417
|
'form.error.duplicate-keys-alert.details.additional-description':
|
|
@@ -519,7 +522,7 @@ export default removeUndefinedLocaleResources({
|
|
|
519
522
|
/** Text for button to cancel an ongoing upload */
|
|
520
523
|
'input.files.common.cancel-upload': 'Otkaži',
|
|
521
524
|
/** Text for menuitem upload button default asset source */
|
|
522
|
-
'input.files.common.upload-placeholder.file-input-button.default-source.badge':
|
|
525
|
+
'input.files.common.upload-placeholder.file-input-button.default-source.badge': 'Zadano',
|
|
523
526
|
/** Text for file input button in upload placeholder */
|
|
524
527
|
'input.files.common.upload-placeholder.file-input-button.text': 'Prenesi',
|
|
525
528
|
/** Uploading <FileName/> */
|
|
@@ -669,7 +672,7 @@ export default removeUndefinedLocaleResources({
|
|
|
669
672
|
/** Read only */
|
|
670
673
|
'inputs.files.common.placeholder.read-only': 'Samo za čitanje',
|
|
671
674
|
/** Select asset source destination for files to upload */
|
|
672
|
-
'inputs.files.common.placeholder.select-asset-source-upload-destination':
|
|
675
|
+
'inputs.files.common.placeholder.select-asset-source-upload-destination': 'Prenesi datoteke u:',
|
|
673
676
|
/** Can't upload files here */
|
|
674
677
|
'inputs.files.common.placeholder.upload-not-supported': 'Ovdje nije moguće prenijeti datoteke',
|
|
675
678
|
/** Clear upload */
|
|
@@ -1008,7 +1011,7 @@ export default removeUndefinedLocaleResources({
|
|
|
1008
1011
|
/** Error title for when the search for a reference failed. Note that the message sent by the backend may not be localized. */
|
|
1009
1012
|
'inputs.reference.error.search-failed-title': 'Pretraga reference nije uspjela',
|
|
1010
1013
|
/** Label for when the GDR points to an invalid type */
|
|
1011
|
-
'inputs.reference.global.invalid-type':
|
|
1014
|
+
'inputs.reference.global.invalid-type': 'Referencirani dokument je nevažećeg tipa ({{typeName}})',
|
|
1012
1015
|
/** Alternative text for the image shown in cross-dataset reference input */
|
|
1013
1016
|
'inputs.reference.image-preview-alt-text': 'Pregled slike referentnog dokumenta',
|
|
1014
1017
|
/** Description for alert shown when a reference in a live-edit document is marked as being weak, the referenced document exists, AND the reference is supposed to be have been strengthened on publish */
|
|
@@ -1246,7 +1249,7 @@ export default removeUndefinedLocaleResources({
|
|
|
1246
1249
|
/** Label for Published chip in document header */
|
|
1247
1250
|
'release.chip.published': 'Objavljeno',
|
|
1248
1251
|
/** Label for tooltip in chip when document is in an archived release */
|
|
1249
|
-
'release.chip.tooltip.archived':
|
|
1252
|
+
'release.chip.tooltip.archived': 'Ovo izdanje je arhivirano i ne može se uređivati.',
|
|
1250
1253
|
/** Label for tooltip in chip with the created date */
|
|
1251
1254
|
'release.chip.tooltip.created-date': 'Stvoreno {{date}}',
|
|
1252
1255
|
/** Label for tooltip in draft chip when it's a live edit document */
|
|
@@ -1271,7 +1274,7 @@ export default removeUndefinedLocaleResources({
|
|
|
1271
1274
|
/** Title for copying version to a new release dialog */
|
|
1272
1275
|
'release.dialog.copy-to-release.title': 'Kopiraj verziju u novo izdanje',
|
|
1273
1276
|
/** Title for action create a release */
|
|
1274
|
-
'release.dialog.create.confirm':
|
|
1277
|
+
'release.dialog.create.confirm': 'Kreiraj izdanje',
|
|
1275
1278
|
/** Title for creating releases dialog */
|
|
1276
1279
|
'release.dialog.create.title': 'Stvori izdanje',
|
|
1277
1280
|
/** Label for description in tooltip to explain release types */
|
|
@@ -1295,7 +1298,7 @@ export default removeUndefinedLocaleResources({
|
|
|
1295
1298
|
/** The placeholder text when the release doesn't have a title */
|
|
1296
1299
|
'release.placeholder-untitled-release': 'Izdanje bez naslova',
|
|
1297
1300
|
/** The toast description that will be shown when the user has a release perspective which is now archived */
|
|
1298
|
-
'release.toast.archived-release.description':
|
|
1301
|
+
'release.toast.archived-release.description': 'Ovo izdanje je odspojeno',
|
|
1299
1302
|
/** The toast title that will be shown when the user has a release perspective which is now archived */
|
|
1300
1303
|
'release.toast.archived-release.title': "Izdanje '{{title}}' je arhivirano",
|
|
1301
1304
|
/** The toast title that will be shown the creating a release fails */
|
|
@@ -1303,9 +1306,9 @@ export default removeUndefinedLocaleResources({
|
|
|
1303
1306
|
/**The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1304
1307
|
'release.toast.not-found-release.title': "Izdanje '{{title}}' nije moguće pronaći",
|
|
1305
1308
|
/** The toast description that will be shown when the user has a release perspective which is now published */
|
|
1306
|
-
'release.toast.published-release.description':
|
|
1309
|
+
'release.toast.published-release.description': 'Ovo izdanje je odspojeno',
|
|
1307
1310
|
/** The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1308
|
-
'release.toast.published-release.title':
|
|
1311
|
+
'release.toast.published-release.title': "Izdanje '{{title}}' je objavljeno",
|
|
1309
1312
|
/** Label for when a version of a document has already been added to the release */
|
|
1310
1313
|
'release.tooltip.already-added': 'Verzija ovog dokumenta je već dodana',
|
|
1311
1314
|
/** Label for when a release is scheduled / scheduling and a user can't add a document version to it */
|