@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
|
@@ -1,41 +1,29 @@
|
|
|
1
1
|
import { removeUndefinedLocaleResources } from "sanity";
|
|
2
2
|
var studio = removeUndefinedLocaleResources({
|
|
3
3
|
/** "Disabled" status for auto-updates in About-dialog */
|
|
4
|
-
"about-dialog.version-info.auto-updates.disabled":
|
|
5
|
-
// 'Disabled'
|
|
4
|
+
"about-dialog.version-info.auto-updates.disabled": "Onemogu\u0107eno",
|
|
6
5
|
/** "Enabled" status for auto-updates in About-dialog */
|
|
7
|
-
"about-dialog.version-info.auto-updates.enabled":
|
|
8
|
-
// 'Enabled'
|
|
6
|
+
"about-dialog.version-info.auto-updates.enabled": "Omogu\u0107eno",
|
|
9
7
|
/** "Auto Updates" status header in About-dialog */
|
|
10
|
-
"about-dialog.version-info.auto-updates.header":
|
|
11
|
-
// 'Auto Updates'
|
|
8
|
+
"about-dialog.version-info.auto-updates.header": "Automatska a\u017Euriranja",
|
|
12
9
|
/** "How to enable" next to Disabled state for Auto updates in about dialog */
|
|
13
|
-
"about-dialog.version-info.auto-updates.how-to-enable":
|
|
14
|
-
// 'How to enable'
|
|
10
|
+
"about-dialog.version-info.auto-updates.how-to-enable": "Kako omogu\u0107iti",
|
|
15
11
|
/** Text displayed on the "Copy to clipboard"-button after clicked */
|
|
16
|
-
"about-dialog.version-info.copy-to-clipboard-button.copied-text":
|
|
17
|
-
// 'Copied to Clipboard. Happy pasting!'
|
|
12
|
+
"about-dialog.version-info.copy-to-clipboard-button.copied-text": "Kopirano u me\u0111uspremnik. Sretno lijepljenje!",
|
|
18
13
|
/** "Copy to Clipboard" button text for copying version details from About-dialog */
|
|
19
|
-
"about-dialog.version-info.copy-to-clipboard-button.text":
|
|
20
|
-
// 'Copy to Clipboard'
|
|
14
|
+
"about-dialog.version-info.copy-to-clipboard-button.text": "Kopiraj u me\u0111uspremnik",
|
|
21
15
|
/** "Current version" header in about dialog */
|
|
22
|
-
"about-dialog.version-info.current-version.header":
|
|
23
|
-
// 'Current version'
|
|
16
|
+
"about-dialog.version-info.current-version.header": "Trenutna verzija",
|
|
24
17
|
/** "How to upgrade" link text */
|
|
25
|
-
"about-dialog.version-info.how-to-upgrade":
|
|
26
|
-
// 'How to upgrade'
|
|
18
|
+
"about-dialog.version-info.how-to-upgrade": "Kako nadograditi",
|
|
27
19
|
/** "Latest version" header in about dialog */
|
|
28
|
-
"about-dialog.version-info.latest-version.header":
|
|
29
|
-
// 'Latest version'
|
|
20
|
+
"about-dialog.version-info.latest-version.header": "Najnovija verzija",
|
|
30
21
|
/** "Latest version" header in about dialog */
|
|
31
|
-
"about-dialog.version-info.latest-version.text":
|
|
32
|
-
// 'Latest version is {{latestVersion}}'
|
|
22
|
+
"about-dialog.version-info.latest-version.text": "Najnovija verzija je {{latestVersion}}",
|
|
33
23
|
/** "Up to date" status in About-dialog */
|
|
34
|
-
"about-dialog.version-info.up-to-date":
|
|
35
|
-
// 'Up to date'
|
|
24
|
+
"about-dialog.version-info.up-to-date": "A\u017Eurno",
|
|
36
25
|
/** "User agent" header in About-dialog */
|
|
37
|
-
"about-dialog.version-info.user-agent.header":
|
|
38
|
-
// 'User agent'
|
|
26
|
+
"about-dialog.version-info.user-agent.header": "Korisni\u010Dki agent",
|
|
39
27
|
/** The text used in the tooltip shown in the dialog close button */
|
|
40
28
|
"announcement.dialog.close": "Zatvori",
|
|
41
29
|
/** Aria label to be used in the dialog close button */
|
|
@@ -87,19 +75,16 @@ var studio = removeUndefinedLocaleResources({
|
|
|
87
75
|
/** Text shown when the list of assets only include a specific set of types */
|
|
88
76
|
"asset-source.dialog.accept-message": "Prikazuju se samo datoteke prihva\u0107enih tipova: <strong>{{acceptTypes}}</strong>",
|
|
89
77
|
/** Select asset dialog cancel-button */
|
|
90
|
-
"asset-source.dialog.button.cancel":
|
|
91
|
-
// 'Cancel'
|
|
78
|
+
"asset-source.dialog.button.cancel": "Odustani",
|
|
92
79
|
/** Select asset dialog select-button */
|
|
93
|
-
"asset-source.dialog.button.select":
|
|
94
|
-
// 'Select'
|
|
80
|
+
"asset-source.dialog.button.select": "Odaberi",
|
|
95
81
|
/** Keys shared between both image asset source and file asset source */
|
|
96
82
|
/** Select asset dialog title for files */
|
|
97
83
|
"asset-source.dialog.default-title_file": "Odaberite datoteku",
|
|
98
84
|
/** Select asset dialog title for images */
|
|
99
85
|
"asset-source.dialog.default-title_image": "Odaberite sliku",
|
|
100
86
|
/** Insert asset error */
|
|
101
|
-
"asset-source.dialog.insert-asset-error":
|
|
102
|
-
// 'Error inserting asset. See the console for more information.'
|
|
87
|
+
"asset-source.dialog.insert-asset-error": "Gre\u0161ka pri umetanju resursa. Za vi\u0161e informacija pogledajte konzolu.",
|
|
103
88
|
/** Select asset dialog load more items */
|
|
104
89
|
"asset-source.dialog.load-more": "U\u010Ditaj vi\u0161e",
|
|
105
90
|
/** Text shown when selecting a file but there's no files to select from */
|
|
@@ -143,20 +128,14 @@ var studio = removeUndefinedLocaleResources({
|
|
|
143
128
|
/** Text shown in usage dialog for an image asset when there are zero, one or more documents using the *unnamed* image **/
|
|
144
129
|
"asset-source.usage-list.documents-using-image_unnamed_zero": "Niti jedan dokument ne koristi ovu sliku",
|
|
145
130
|
/** Common (all) Asset Source texts. Note that all translation keys starting with 'asset-source.' is for the built in asset source. */
|
|
146
|
-
"asset-sources.common.uploader.upload-failed.description":
|
|
147
|
-
|
|
148
|
-
"asset-sources.common.uploader.upload-failed.title": void 0,
|
|
149
|
-
// 'Upload failed'
|
|
131
|
+
"asset-sources.common.uploader.upload-failed.description": "Za vi\u0161e informacija pogledajte konzolu.",
|
|
132
|
+
"asset-sources.common.uploader.upload-failed.title": "Prijenos nije uspio",
|
|
150
133
|
/** Menu Items for Dataset Asset Source (will be replaced with workspace name by default) */
|
|
151
|
-
"asset-sources.dataset.file.title":
|
|
152
|
-
|
|
153
|
-
"asset-sources.dataset.image.title": void 0,
|
|
154
|
-
// 'Workspace images'
|
|
134
|
+
"asset-sources.dataset.file.title": "Datoteke radnog prostora",
|
|
135
|
+
"asset-sources.dataset.image.title": "Slike radnog prostora",
|
|
155
136
|
/** Menu Items for Media Library Asset Source */
|
|
156
|
-
"asset-sources.media-library.file.title":
|
|
157
|
-
|
|
158
|
-
"asset-sources.media-library.image.title": void 0,
|
|
159
|
-
// 'Media Library'
|
|
137
|
+
"asset-sources.media-library.file.title": "Medijska knji\u017Enica",
|
|
138
|
+
"asset-sources.media-library.image.title": "Medijska knji\u017Enica",
|
|
160
139
|
/** Label when a release has been deleted by a different user */
|
|
161
140
|
"banners.deleted-bundle-banner.text": "Izdanje '<strong>{{title}}</strong>' je izbrisano.",
|
|
162
141
|
/** Action message for navigating to next month */
|
|
@@ -178,8 +157,7 @@ var studio = removeUndefinedLocaleResources({
|
|
|
178
157
|
/** Label for switch that controls whether or not to include time in given timestamp */
|
|
179
158
|
"calendar.action.include-time-label": "Uklju\u010Di vrijeme",
|
|
180
159
|
/** Action message for selecting the time */
|
|
181
|
-
"calendar.action.select-time":
|
|
182
|
-
// 'Select time'
|
|
160
|
+
"calendar.action.select-time": "Odaberi vrijeme",
|
|
183
161
|
/** Action message for setting to the current time */
|
|
184
162
|
"calendar.action.set-to-current-time": "Postavi na trenutno vrijeme",
|
|
185
163
|
/** 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 */
|
|
@@ -392,8 +370,7 @@ var studio = removeUndefinedLocaleResources({
|
|
|
392
370
|
/** Label to show in the document footer indicating the revision from date of the document */
|
|
393
371
|
"document-status.revision-from": "Revizija od <em>{{date}}</em>",
|
|
394
372
|
/** Label to indicate that a document type was not found */
|
|
395
|
-
"document.type.not-found":
|
|
396
|
-
// 'Document type "{{type}}" not found'
|
|
373
|
+
"document.type.not-found": 'Tip dokumenta "{{type}}" nije prona\u0111en',
|
|
397
374
|
/** The value of the <code>_key</code> property must be a unique string. */
|
|
398
375
|
"form.error.duplicate-keys-alert.details.additional-description": "Vrijednost svojstva <code>_key</code> mora biti jedinstveni niz.",
|
|
399
376
|
/** This usually happens when items are created using an API client, and the <code>_key</code> property of each elements has been generated non-uniquely. */
|
|
@@ -489,8 +466,7 @@ var studio = removeUndefinedLocaleResources({
|
|
|
489
466
|
/** Text for button to cancel an ongoing upload */
|
|
490
467
|
"input.files.common.cancel-upload": "Otka\u017Ei",
|
|
491
468
|
/** Text for menuitem upload button default asset source */
|
|
492
|
-
"input.files.common.upload-placeholder.file-input-button.default-source.badge":
|
|
493
|
-
// 'Default'
|
|
469
|
+
"input.files.common.upload-placeholder.file-input-button.default-source.badge": "Zadano",
|
|
494
470
|
/** Text for file input button in upload placeholder */
|
|
495
471
|
"input.files.common.upload-placeholder.file-input-button.text": "Prenesi",
|
|
496
472
|
/** Uploading <FileName/> */
|
|
@@ -622,8 +598,7 @@ var studio = removeUndefinedLocaleResources({
|
|
|
622
598
|
/** Read only */
|
|
623
599
|
"inputs.files.common.placeholder.read-only": "Samo za \u010Ditanje",
|
|
624
600
|
/** Select asset source destination for files to upload */
|
|
625
|
-
"inputs.files.common.placeholder.select-asset-source-upload-destination":
|
|
626
|
-
// 'Upload files to:'
|
|
601
|
+
"inputs.files.common.placeholder.select-asset-source-upload-destination": "Prenesi datoteke u:",
|
|
627
602
|
/** Can't upload files here */
|
|
628
603
|
"inputs.files.common.placeholder.upload-not-supported": "Ovdje nije mogu\u0107e prenijeti datoteke",
|
|
629
604
|
/** Clear upload */
|
|
@@ -919,8 +894,7 @@ var studio = removeUndefinedLocaleResources({
|
|
|
919
894
|
/** Error title for when the search for a reference failed. Note that the message sent by the backend may not be localized. */
|
|
920
895
|
"inputs.reference.error.search-failed-title": "Pretraga reference nije uspjela",
|
|
921
896
|
/** Label for when the GDR points to an invalid type */
|
|
922
|
-
"inputs.reference.global.invalid-type":
|
|
923
|
-
// 'The referenced document is of invalid type ({{typeName}})'
|
|
897
|
+
"inputs.reference.global.invalid-type": "Referencirani dokument je neva\u017Ee\u0107eg tipa ({{typeName}})",
|
|
924
898
|
/** Alternative text for the image shown in cross-dataset reference input */
|
|
925
899
|
"inputs.reference.image-preview-alt-text": "Pregled slike referentnog dokumenta",
|
|
926
900
|
/** 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 */
|
|
@@ -1122,8 +1096,7 @@ var studio = removeUndefinedLocaleResources({
|
|
|
1122
1096
|
/** Label for Published chip in document header */
|
|
1123
1097
|
"release.chip.published": "Objavljeno",
|
|
1124
1098
|
/** Label for tooltip in chip when document is in an archived release */
|
|
1125
|
-
"release.chip.tooltip.archived":
|
|
1126
|
-
// 'This release is archived and cannot be edited.'
|
|
1099
|
+
"release.chip.tooltip.archived": "Ovo izdanje je arhivirano i ne mo\u017Ee se ure\u0111ivati.",
|
|
1127
1100
|
/** Label for tooltip in chip with the created date */
|
|
1128
1101
|
"release.chip.tooltip.created-date": "Stvoreno {{date}}",
|
|
1129
1102
|
/** Label for tooltip in draft chip when it's a live edit document */
|
|
@@ -1147,8 +1120,7 @@ var studio = removeUndefinedLocaleResources({
|
|
|
1147
1120
|
/** Title for copying version to a new release dialog */
|
|
1148
1121
|
"release.dialog.copy-to-release.title": "Kopiraj verziju u novo izdanje",
|
|
1149
1122
|
/** Title for action create a release */
|
|
1150
|
-
"release.dialog.create.confirm":
|
|
1151
|
-
// 'Create release'
|
|
1123
|
+
"release.dialog.create.confirm": "Kreiraj izdanje",
|
|
1152
1124
|
/** Title for creating releases dialog */
|
|
1153
1125
|
"release.dialog.create.title": "Stvori izdanje",
|
|
1154
1126
|
/** Label for description in tooltip to explain release types */
|
|
@@ -1170,8 +1142,7 @@ var studio = removeUndefinedLocaleResources({
|
|
|
1170
1142
|
/** The placeholder text when the release doesn't have a title */
|
|
1171
1143
|
"release.placeholder-untitled-release": "Izdanje bez naslova",
|
|
1172
1144
|
/** The toast description that will be shown when the user has a release perspective which is now archived */
|
|
1173
|
-
"release.toast.archived-release.description":
|
|
1174
|
-
// 'This release has been unpinned'
|
|
1145
|
+
"release.toast.archived-release.description": "Ovo izdanje je odspojeno",
|
|
1175
1146
|
/** The toast title that will be shown when the user has a release perspective which is now archived */
|
|
1176
1147
|
"release.toast.archived-release.title": "Izdanje '{{title}}' je arhivirano",
|
|
1177
1148
|
/** The toast title that will be shown the creating a release fails */
|
|
@@ -1179,11 +1150,9 @@ var studio = removeUndefinedLocaleResources({
|
|
|
1179
1150
|
/**The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1180
1151
|
"release.toast.not-found-release.title": "Izdanje '{{title}}' nije mogu\u0107e prona\u0107i",
|
|
1181
1152
|
/** The toast description that will be shown when the user has a release perspective which is now published */
|
|
1182
|
-
"release.toast.published-release.description":
|
|
1183
|
-
// 'This release has been unpinned'
|
|
1153
|
+
"release.toast.published-release.description": "Ovo izdanje je odspojeno",
|
|
1184
1154
|
/** The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1185
|
-
"release.toast.published-release.title":
|
|
1186
|
-
// 'The \'{{title}}\' release was published'
|
|
1155
|
+
"release.toast.published-release.title": "Izdanje '{{title}}' je objavljeno",
|
|
1187
1156
|
/** Label for when a version of a document has already been added to the release */
|
|
1188
1157
|
"release.tooltip.already-added": "Verzija ovog dokumenta je ve\u0107 dodana",
|
|
1189
1158
|
/** Label for when a release is scheduled / scheduling and a user can't add a document version to it */
|