@sanity/locale-hr-hr 1.0.0
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/LICENSE +21 -0
- package/README.md +57 -0
- package/dist/_chunks/structure-LTQzG9KC.js +1 -0
- package/dist/_chunks/structure-LTQzG9KC.js.map +1 -0
- package/dist/_chunks/structure-bs-1ZHZg.cjs +1 -0
- package/dist/_chunks/structure-bs-1ZHZg.cjs.map +1 -0
- package/dist/_chunks/studio-ehc5UaK2.js +1 -0
- package/dist/_chunks/studio-ehc5UaK2.js.map +1 -0
- package/dist/_chunks/studio-qsS2zYvT.cjs +1 -0
- package/dist/_chunks/studio-qsS2zYvT.cjs.map +1 -0
- package/dist/_chunks/validation-0UwSW_dJ.cjs +1 -0
- package/dist/_chunks/validation-0UwSW_dJ.cjs.map +1 -0
- package/dist/_chunks/validation-xFi5HlJK.js +1 -0
- package/dist/_chunks/validation-xFi5HlJK.js.map +1 -0
- package/dist/_chunks/vision-dq3YwfSP.js +1 -0
- package/dist/_chunks/vision-dq3YwfSP.js.map +1 -0
- package/dist/_chunks/vision-p0uOTpaz.cjs +1 -0
- package/dist/_chunks/vision-p0uOTpaz.cjs.map +1 -0
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -0
- package/package.json +60 -0
- package/src/index.ts +47 -0
- package/src/structure.ts +407 -0
- package/src/studio.ts +1610 -0
- package/src/validation.ts +99 -0
- package/src/vision.ts +69 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"studio-qsS2zYvT.cjs","sources":["../../src/studio.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Menu item for deleting the asset */\n 'asset-source.asset-list.menu.delete': 'Izbriši',\n /** Menu item for showing where a particular asset is used */\n 'asset-source.asset-list.menu.show-usage': 'Prikaži upotrebu',\n /** Header in usage dialog for file assets */\n 'asset-source.asset-usage-dialog.header_file': 'Dokumenti koji koriste datoteku',\n /** Header in usage dialog for image assets */\n 'asset-source.asset-usage-dialog.header_image': 'Dokumenti koji koriste sliku',\n /** Text shown in usage dialog when loading documents using the selected asset */\n 'asset-source.asset-usage-dialog.loading': 'Učitavanje…',\n /** Text for cancel action in delete-asset dialog */\n 'asset-source.delete-dialog.action.cancel': 'Odustani',\n /** Text for \"confirm delete\" action in delete-asset dialog */\n 'asset-source.delete-dialog.action.delete': 'Izbriši',\n /** Dialog header for delete-asset dialog when deleting a file */\n 'asset-source.delete-dialog.header_file': 'Izbriši datoteku',\n /** Dialog header for delete-asset dialog when deleting an image */\n 'asset-source.delete-dialog.header_image': 'Izbriši sliku',\n /** Text shown in delete dialog when loading documents using the selected asset */\n 'asset-source.delete-dialog.loading': 'Učitavanje…',\n /** Message confirming to delete *named* file */\n 'asset-source.delete-dialog.usage-list.confirm-delete-file_named':\n 'Na putu ste da izbrišete datoteku <strong>{{filename}}}</strong> i njene metapodatke. Jeste li sigurni?',\n /** Message confirming to delete *unnamed* file */\n 'asset-source.delete-dialog.usage-list.confirm-delete-file_unnamed':\n 'Na putu ste da izbrišete datoteku i njene metapodatke. Jeste li sigurni?',\n /** Message confirming to delete *named* image */\n 'asset-source.delete-dialog.usage-list.confirm-delete-image_named':\n 'Na putu ste da izbrišete sliku <strong>{{filename}}</strong> i njene metapodatke. Jeste li sigurni?',\n /** Message confirming to delete *unnamed* image */\n 'asset-source.delete-dialog.usage-list.confirm-delete-image_unnamed':\n 'Na putu ste da izbrišete sliku i njene metapodatke. Jeste li sigurni?',\n /** Alt text showing on image preview in delete asset dialog */\n 'asset-source.delete-dialog.usage-list.image-preview-alt': 'Pregled slike',\n /** Warning message showing when *named* file can't be deleted because it is in use */\n 'asset-source.delete-dialog.usage-list.warning-file-is-in-use_named':\n '{{filename}} se ne može izbrisati jer se koristi. Da biste izbrisali ovu datoteku, prvo morate ukloniti sve njene upotrebe.',\n /** Warning message showing when *unnamed* file can't be deleted because it is in use */\n 'asset-source.delete-dialog.usage-list.warning-file-is-in-use_unnamed':\n 'Ova datoteka se ne može izbrisati jer se koristi. Da biste je izbrisali, prvo morate ukloniti sve njene upotrebe.',\n /** Warning message showing when *named* image can't be deleted because it is in use */\n 'asset-source.delete-dialog.usage-list.warning-image-is-in-use_named':\n '{{filename}} se ne može izbrisati jer se koristi. Da biste izbrisali ovu sliku, prvo morate ukloniti sve njene upotrebe.',\n /** Warning message showing when *unnamed* image can't be deleted because it is in use */\n 'asset-source.delete-dialog.usage-list.warning-image-is-in-use_unnamed':\n 'Ova slika se ne može izbrisati jer se koristi. Da biste je izbrisali, prvo morate ukloniti sve njene upotrebe.',\n /** Text shown when the list of assets only include a specific set of types */\n 'asset-source.dialog.accept-message':\n 'Prikazuju se samo datoteke prihvaćenih tipova: <strong>{{acceptTypes}}</strong>',\n /** Keys shared between both image asset source and file asset source */\n /** Select asset dialog title for files */\n 'asset-source.dialog.default-title_file': 'Odaberite datoteku',\n /** Select asset dialog title for images */\n 'asset-source.dialog.default-title_image': 'Odaberite sliku',\n /** Select asset dialog load more items */\n 'asset-source.dialog.load-more': 'Učitaj više',\n /** Text shown when selecting a file but there's no files to select from */\n 'asset-source.dialog.no-assets_file': 'Nema datoteka',\n /** Text shown when selecting an image but there's no images to select from */\n 'asset-source.dialog.no-assets_image': 'Nema slika',\n 'asset-source.file.asset-list.action.delete.disabled-cannot-delete-current-file':\n 'Trenutno odabrana datoteka ne može biti obrisana',\n 'asset-source.file.asset-list.action.delete.text': 'Obriši',\n 'asset-source.file.asset-list.action.delete.title': 'Obriši datoteku',\n 'asset-source.file.asset-list.action.select-file.title': 'Odaberi datoteku {{filename}}',\n 'asset-source.file.asset-list.action.show-usage.title': 'Prikaži upotrebu',\n 'asset-source.file.asset-list.delete-failed': 'Datoteka nije mogla biti obrisana',\n 'asset-source.file.asset-list.delete-successful': 'Datoteka je obrisana',\n 'asset-source.file.asset-list.header.date-added': 'Datum dodavanja',\n /** File asset source */\n 'asset-source.file.asset-list.header.filename': 'Naziv datoteke',\n 'asset-source.file.asset-list.header.size': 'Veličina',\n 'asset-source.file.asset-list.header.type': 'Tip',\n /** Text displayed on button or menu invoking the file asset source */\n 'asset-source.file.title': 'Prenesene datoteke',\n 'asset-source.image.asset-list.delete-failed': 'Slika nije mogla biti obrisana',\n /** Image asset source */\n 'asset-source.image.asset-list.delete-successful': 'Slika je obrisana',\n /** Text displayed on button or menu invoking the image asset source */\n 'asset-source.image.title': 'Prenesene slike',\n 'asset-source.usage-list.documents-using-file_named_one':\n 'Jedan dokument koristi datoteku <code>{{filename}}</code>',\n 'asset-source.usage-list.documents-using-file_named_other':\n '{{count}} dokumenata koristi datoteku <code>{{filename}}</code>',\n /** Text shown in usage dialog for a file asset when there are zero, one or more documents using the *named* file **/\n 'asset-source.usage-list.documents-using-file_named_zero':\n 'Niti jedan dokument ne koristi datoteku <code>{{filename}}</code>',\n 'asset-source.usage-list.documents-using-file_unnamed_one': 'Jedan dokument koristi ovu datoteku',\n 'asset-source.usage-list.documents-using-file_unnamed_other':\n '{{count}} dokumenata koristi ovu datoteku',\n /** Text shown in usage dialog for a file asset when there are zero, one or more documents using the *unnamed* file **/\n 'asset-source.usage-list.documents-using-file_unnamed_zero':\n 'Niti jedan dokument ne koristi ovu datoteku',\n 'asset-source.usage-list.documents-using-image_named_one':\n 'Jedan dokument koristi sliku <code>{{filename}}</code>',\n 'asset-source.usage-list.documents-using-image_named_other':\n '{{count}} dokumenata koristi sliku <code>{{filename}}</code>',\n /** Text shown in usage dialog for an image asset when there are zero, one or more documents using the *named* image **/\n 'asset-source.usage-list.documents-using-image_named_zero':\n 'Niti jedan dokument ne koristi sliku <code>{{filename}}</code>',\n 'asset-source.usage-list.documents-using-image_unnamed_one': 'Jedan dokument koristi ovu sliku',\n 'asset-source.usage-list.documents-using-image_unnamed_other':\n '{{count}} dokumenta koriste ovu sliku',\n /** Text shown in usage dialog for an image asset when there are zero, one or more documents using the *unnamed* image **/\n 'asset-source.usage-list.documents-using-image_unnamed_zero':\n 'Niti jedan dokument ne koristi ovu sliku',\n\n /** Action message for navigating to next month */\n 'calendar.action.go-to-next-month': 'Idi na sljedeći mjesec',\n /** Action message for navigating to next year */\n 'calendar.action.go-to-next-year': 'Idi na sljedeću godinu',\n /** Action message for navigating to previous month */\n 'calendar.action.go-to-previous-month': 'Idi na prethodni mjesec',\n /** Action message for navigating to previous year */\n 'calendar.action.go-to-previous-year': 'Idi na prethodnu godinu',\n /* Label for navigating the calendar to \"today\", without _selecting_ today. Short form, eg `Today`, not `Go to today` */\n 'calendar.action.go-to-today': 'Danas',\n /* Accessibility label for navigating the calendar to \"today\", without _selecting_ today */\n 'calendar.action.go-to-today-aria-label': 'Idi na današnji dan',\n /* Label for navigating the calendar to \"tomorrow\", without _selecting_ tomorrow. Short form, eg `Tomorrow`, not `Go to tomorrow` */\n 'calendar.action.go-to-tomorrow': 'Sutra',\n /* Label for navigating the calendar to \"yesterday\", without _selecting_ yesterday. Short form, eg `Yesterday`, not `Go to yesterday` */\n 'calendar.action.go-to-yesterday': 'Jučer',\n /** Label for switch that controls whether or not to include time in given timestamp */\n 'calendar.action.include-time-label': 'Uključi vrijeme',\n /** Action message for selecting the hour */\n 'calendar.action.select-hour': 'Odaberi sat',\n /** Action message for selecting the minute */\n 'calendar.action.select-minute': 'Odaberi minutu',\n /** Action message for setting to the current time */\n 'calendar.action.set-to-current-time': 'Postavi na trenutno vrijeme',\n /** 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 */\n 'calendar.action.set-to-time-preset': '{{time}} na {{date, datetime}}',\n /** Error message displayed in calendar when entered date is not the correct format */\n 'calendar.error.must-be-in-format': 'Mora biti u formatu: {{exampleDate}}',\n /** Month name for April */\n 'calendar.month-names.april': 'Travanj',\n /** Month name for August */\n 'calendar.month-names.august': 'Kolovoz',\n /** Month name for December */\n 'calendar.month-names.december': 'Prosinac',\n /** Month name for February */\n 'calendar.month-names.february': 'Veljača',\n /** Month name for January */\n 'calendar.month-names.january': 'Siječanj',\n /** Month name for July */\n 'calendar.month-names.july': 'Srpanj',\n /** Month name for June */\n 'calendar.month-names.june': 'Lipanj',\n /** Month name for March */\n 'calendar.month-names.march': 'Ožujak',\n /** Month name for May */\n 'calendar.month-names.may': 'Svibanj',\n /** Month name for November */\n 'calendar.month-names.november': 'Studeni',\n /** Month name for October */\n 'calendar.month-names.october': 'Listopad',\n /** Month name for September */\n 'calendar.month-names.september': 'Rujan',\n /** Short weekday name for Friday */\n 'calendar.weekday-names.short.friday': 'Pet',\n /** Short weekday name for Monday */\n 'calendar.weekday-names.short.monday': 'Pon',\n /** Short weekday name for Saturdayday */\n 'calendar.weekday-names.short.saturday': 'Sub',\n /** Short weekday name for Sunday */\n 'calendar.weekday-names.short.sunday': 'Ned',\n /** Short weekday name for Thursday */\n 'calendar.weekday-names.short.thursday': 'Čet',\n /** Short weekday name for Tuesday */\n 'calendar.weekday-names.short.tuesday': 'Uto',\n /** Short weekday name for Wednesday */\n 'calendar.weekday-names.short.wednesday': 'Sri',\n\n /** Label for the close button label in Review Changes pane */\n 'changes.action.close-label': 'Zatvori pregled promjena',\n /** Cancel label for revert button prompt action */\n 'changes.action.revert-all-cancel': 'Odustani',\n /** Revert all confirm label for revert button action - used on prompt button + review changes pane */\n 'changes.action.revert-all-confirm': 'Vrati sve promjene',\n /** Prompt for confirming revert change (singular) label for field change action */\n 'changes.action.revert-changes-confirm-change_one': 'Vrati promjenu',\n /** Revert for confirming revert (plural) label for field change action */\n 'changes.action.revert-changes-confirm-change_other': 'Vrati promjene',\n /** Prompt for reverting changes for a field change */\n 'changes.action.revert-changes-description': 'Jeste li sigurni da želite vratiti promjene?',\n /** Prompt for reverting changes for a group change, eg multiple changes */\n 'changes.action.revert-changes-description_one': 'Jeste li sigurni da želite vratiti promjenu?',\n /** Label for when the action of the change was to set something that was previously empty, eg a field was given a value, an array item was added, an asset was selected or similar */\n 'changes.added-label': 'Dodano',\n /** Array diff: An item was added in a given position (`{{position}}`) */\n 'changes.array.item-added-in-position': 'Dodano na poziciju {{position}}',\n 'changes.array.item-moved_down_one': 'Pomaknuto {{count}} poziciju dolje',\n 'changes.array.item-moved_down_other': 'Pomaknuto {{count}} pozicija dolje',\n /**\n * Array diff: An item was moved within the array.\n * Receives `{{count}}` representing number of positions it moved.\n * Context is the direction of the move, either `up` or `down`.\n */\n 'changes.array.item-moved_up_one': 'Pomaknuto {{count}} poziciju gore',\n 'changes.array.item-moved_up_other': 'Pomaknuto {{count}} pozicija gore',\n /** Array diff: An item was removed from a given position (`{{position}}`) */\n 'changes.array.item-removed-from-position': 'Uklonjeno s pozicije {{position}}',\n /** Accessibility label for the \"change bar\" shown when there are edits on a field-level */\n 'changes.change-bar.aria-label': 'Pregledaj promjene',\n /** Label for when the action of the change was _not_ an add/remove, eg a text field changed value, an image was changed from one asset to another or similar */\n 'changes.changed-label': 'Promijenjeno',\n /** Label and text for tooltip that indicates the authors of the changes */\n 'changes.changes-by-author': 'Promjene od',\n /** Additional text shown in development mode when a diff component crashes during rendering */\n 'changes.error-boundary.developer-info':\n 'Provjerite konzolu za razvojne programere za više informacija',\n /** Text shown when a diff component crashes during rendering, triggering the error boundary */\n 'changes.error-boundary.title': 'Prikazivanje promjena na ovom polju uzrokovalo je grešku',\n /** Error message shown when the value of a field is not the expected one */\n 'changes.error.incorrect-type-message':\n 'Greška vrijednosti: Vrijednost je tipa \"<code>{{actualType}}</code>\", očekivano \"<code>{{expectedType}}</code>\"',\n /** File diff: Fallback title for the meta info section when there is no original filename to use */\n 'changes.file.meta-info-fallback-title': 'Bez naslova',\n /** Image diff: Text shown in tooltip when hovering hotspot that has changed in diff view */\n 'changes.image.crop-changed': 'Promijenjen izrez',\n /** Image diff: Text shown if the previous image asset was deleted (shouldn't theoretically happen) */\n 'changes.image.deleted': 'Slika obrisana',\n /** Image diff: Text shown if the image failed to be loaded when previewing it */\n 'changes.image.error-loading-image': 'Greška pri učitavanju slike',\n /** Image diff: Text shown in tooltip when hovering hotspot that has changed in diff view */\n 'changes.image.hotspot-changed': 'Promijenjeno žarište',\n /** Image diff: Fallback title for the meta info section when there is no original filename to use */\n 'changes.image.meta-info-fallback-title': 'Bez naslova',\n /** Image diff: Text shown if no asset has been set for the field (but has metadata changes) */\n 'changes.image.no-asset-set': 'Slika nije postavljena',\n /** Image diff: Text shown when the from/to state has/had no image */\n 'changes.image.no-image-placeholder': '(nema slike)',\n /** Label for the \"from\" value in the change inspector */\n 'changes.inspector.from-label': 'Od',\n /** Label for the \"meta\" (field path, action etc) information in the change inspector */\n 'changes.inspector.meta-label': 'Meta',\n /** Label for the \"to\" value in the change inspector */\n 'changes.inspector.to-label': 'Do',\n /** Loading author of change in the differences tooltip in the review changes pane */\n 'changes.loading-author': 'Učitavanje…',\n /** Loading changes in Review Changes Pane */\n 'changes.loading-changes': 'Učitavanje promjena…',\n /** No Changes description in the Review Changes pane */\n 'changes.no-changes-description':\n 'Uredite dokument ili odaberite stariju verziju na vremenskoj traci kako bi se popis promjena pojavio na ovoj ploči.',\n /** No Changes title in the Review Changes pane */\n 'changes.no-changes-title': 'Nema promjena',\n /** Portable Text diff: An annotation was added */\n 'changes.portable-text.annotation_added': 'Dodana anotacija',\n /** Portable Text diff: An annotation was changed */\n 'changes.portable-text.annotation_changed': 'Promijenjena anotacija',\n /** Portable Text diff: An annotation was removed */\n 'changes.portable-text.annotation_removed': 'Uklonjena anotacija',\n /** Portable Text diff: An annotation was left unchanged */\n 'changes.portable-text.annotation_unchanged': 'Nepromijenjena anotacija',\n /** Portable Text diff: A block changed from one style to another (eg `normal` to `h1` or similar) */\n 'changes.portable-text.block-style-changed':\n 'Promijenjen stil bloka s \"{{fromStyle}}\" na \"{{toStyle}}\"',\n /** Portable Text diff: Change formatting of text (setting/unsetting marks, eg bold/italic etc) */\n 'changes.portable-text.changed-formatting': 'Promijenjeno formatiranje',\n /** Portable Text diff: An empty inline object is part of a change */\n 'changes.portable-text.empty-inline-object': 'Prazan {{inlineObjectType}}',\n /** Portable Text diff: An empty object is the result of adding/removing an annotation */\n 'changes.portable-text.empty-object-annotation': 'Prazan {{annotationType}}',\n /** Portable Text diff: Added a block containing no text (eg empty block) */\n 'changes.portable-text.empty-text_added': 'Dodan prazan tekst',\n /** Portable Text diff: Changed a block that contained no text (eg empty block) */\n 'changes.portable-text.empty-text_changed': 'Promijenjen prazan tekst',\n /** Portable Text diff: Removed a block containing no text (eg empty block) */\n 'changes.portable-text.empty-text_removed': 'Uklonjen prazan tekst',\n /** Portable Text diff: An inline object was added */\n 'changes.portable-text.inline-object_added': 'Dodan ugrađeni objekt',\n /** Portable Text diff: An inline object was changed */\n 'changes.portable-text.inline-object_changed': 'Promijenjen ugrađeni objekt',\n /** Portable Text diff: An inline object was removed */\n 'changes.portable-text.inline-object_removed': 'Uklonjen ugrađeni objekt',\n /** Portable Text diff: An inline object was left unchanged */\n 'changes.portable-text.inline-object_unchanged': 'Nepromijenjen ugrađeni objekt',\n /** Portable Text diff: Added a chunk of text */\n 'changes.portable-text.text_added': 'Dodan tekst',\n /** Portable Text diff: Removed a chunk of text */\n 'changes.portable-text.text_removed': 'Uklonjen tekst',\n /** Portable Text diff: Annotation has an unknown schema type */\n 'changes.portable-text.unknown-annotation-schema-type': 'Nepoznata vrsta sheme anotacije',\n /** Portable Text diff: Inline object has an unknown schema type */\n 'changes.portable-text.unknown-inline-object-schema-type':\n 'Nepoznata vrsta sheme ugrađenog objekta',\n /** Label for when the action of the change was a removal, eg a field was cleared, an array item was removed, an asset was deselected or similar */\n 'changes.removed-label': 'Uklonjeno',\n /** Title for the Review Changes pane */\n 'changes.title': 'Pregled promjena',\n\n /** --- Common components --- */\n /** Tooltip text for context menu buttons */\n 'common.context-menu-button.tooltip': 'Prikaži više',\n /** Default text for dialog cancel button */\n 'common.dialog.cancel-button.text': 'Odustani',\n /** Default text for dialog confirm button */\n 'common.dialog.confirm-button.text': 'Potvrdi',\n /** Default text in shared loader text / spinner lockup */\n 'common.loading': 'Učitavanje',\n\n /** --- Configuration issues --- */\n /** Tooltip displayed on configuration issues button */\n 'configuration-issues.button.tooltip': 'Pronađeni problemi s konfiguracijom',\n\n /** The fallback title for an ordering menu item if no localized titles are provided. */\n 'default-menu-item.fallback-title': 'Sortiraj po {{title}}',\n\n /** Title for the default ordering/SortOrder if no orderings are provided and the caption field is found */\n 'default-orderings.caption': 'Sortiraj po Natpisu',\n /** Title for the default ordering/SortOrder if no orderings are provided and the description field is found */\n 'default-orderings.description': 'Sortiraj po Opisu',\n /** Title for the default ordering/SortOrder if no orderings are provided and the header field is found */\n 'default-orderings.header': 'Sortiraj po Zaglavlju',\n /** Title for the default ordering/SortOrder if no orderings are provided and the heading field is found */\n 'default-orderings.heading': 'Sortiraj po Zaglavlju',\n /** Title for the default ordering/SortOrder if no orderings are provided and the label field is found */\n 'default-orderings.label': 'Sortiraj po Oznaci',\n /** Title for the default ordering/SortOrder if no orderings are provided and the name field is found */\n 'default-orderings.name': 'Sortiraj po Imenu',\n /** Title for the default ordering/SortOrder if no orderings are provided and the title field is found */\n 'default-orderings.title': 'Sortiraj po Naslovu',\n\n /** Label to show in the document footer indicating the last edited date of the document */\n 'document-status.edited': 'Uređeno {{date}}',\n /** Label to show in the document footer indicating the document is not published*/\n 'document-status.not-published': 'Nije objavljeno',\n /** Label to show in the document footer indicating the published date of the document */\n 'document-status.published': 'Objavljeno {{date}}',\n\n /** The value of the <code>_key</code> property must be a unique string. */\n 'form.error.duplicate-keys-alert.details.additional-description':\n 'Vrijednost svojstva <code>_key</code> mora biti jedinstveni niz.',\n /** 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. */\n 'form.error.duplicate-keys-alert.details.description':\n 'To se obično događa kada se stavke stvaraju pomoću API klijenta i svojstvo <code>_key</code> svakog elementa je generirano na nejedinstven način.',\n /** Developer info */\n 'form.error.duplicate-keys-alert.details.title': 'Informacije za developere',\n /** Generate unique keys */\n 'form.error.duplicate-keys-alert.generate-button.text': 'Generiraj jedinstvene ključeve',\n /** Several items in this list share the same identifier (key). Every item must have an unique identifier. */\n 'form.error.duplicate-keys-alert.summary':\n 'Nekoliko stavki na ovom popisu dijeli isti identifikator (ključ). Svaka stavka mora imati jedinstveni identifikator.',\n /** Non-unique keys */\n 'form.error.duplicate-keys-alert.title': 'Nejedinstveni ključevi',\n /** Error text shown when a field with a given name cannot be found in the schema or is conditionally hidden but explicitly told to render */\n 'form.error.field-not-found':\n 'Polje \"{{fieldName}}\" nije pronađeno među članovima – provjerite je li definirano u shemi i da nije uvjetno skriveno.',\n /** Add missing keys */\n 'form.error.missing-keys-alert.add-button.text': 'Dodaj nedostajuće ključeve',\n /** The value of the <code>_key</code> property must be a unique string. */\n 'form.error.missing-keys-alert.details.additional-description':\n 'Vrijednost svojstva <code>_key</code> mora biti jedinstveni niz.',\n /** This usually happens when items are created using an API client, and the <code>_key</code> property has not been included. */\n 'form.error.missing-keys-alert.details.description':\n 'To se obično događa kada se stavke stvaraju pomoću API klijenta, i svojstvo <code>_key</code> nije uključeno.',\n /** Developer info */\n 'form.error.missing-keys-alert.details.title': 'Informacije za developere',\n /** Some items in the list are missing their keys. This must be fixed in order to edit the list. */\n 'form.error.missing-keys-alert.summary':\n 'Nekim stavkama na popisu nedostaju ključevi. To se mora ispraviti kako bi se moglo uređivati popis.',\n /** Missing keys */\n 'form.error.missing-keys-alert.title': 'Nedostajući ključevi',\n /** This usually happens when items are created using an API client, or when a custom input component has added invalid data to the list. */\n 'form.error.mixed-array-alert.details.description':\n 'To se obično događa kada se stavke stvaraju pomoću API klijenta, ili kada je prilagođena komponenta za unos dodala nevaljane podatke na popis.',\n /** Developer info */\n 'form.error.mixed-array-alert.details.title': 'Informacije za developere',\n /** Remove non-object values */\n 'form.error.mixed-array-alert.remove-button.text': 'Ukloni vrijednosti koje nisu objekti',\n /** Some items in this list are not objects. This must be fixed in order to edit the list. */\n 'form.error.mixed-array-alert.summary':\n 'Nekim stavkama na ovom popisu nisu objekti. To se mora ispraviti kako bi se moglo uređivati popis.',\n /** Invalid list values */\n 'form.error.mixed-array-alert.title': 'Nevaljane vrijednosti popisa',\n /** Error text shown when form is unable to find an array item at a given indexed path */\n 'form.error.no-array-item-at-index':\n 'Nema elementa niza na indeksu <code>{{index}}</code> na putanji <code>{{path}}</code>',\n /** Error text shown when form is unable to find an array item at a given keyed path */\n 'form.error.no-array-item-at-key':\n 'Nema elementa niza s `_key` <code>\"{{key}}\"</code> na putanji <code>{{path}}</code>',\n /** Fallback title shown above field if it has no defined title */\n 'form.field.untitled-field-label': 'Bez naslova',\n /** Fallback title shown above fieldset if it has no defined title */\n 'form.field.untitled-fieldset-label': 'Bez naslova',\n /** Accessibility label for the icon that indicates the field has a validation error */\n 'form.validation.has-error-aria-label': 'Ima grešku',\n /** Accessibility label for the icon that indicates the field has validation information */\n 'form.validation.has-info-aria-label': 'Ima informaciju',\n /** Accessibility label for the icon that indicates the field has a validation warning */\n 'form.validation.has-warning-aria-label': 'Ima upozorenje',\n /** Text shown when summarizing validation information, when the field has one or more errors */\n 'form.validation.summary.errors-count_one': '{{count}} greška',\n 'form.validation.summary.errors-count_other': '{{count}} greške',\n /** Text shown when summarizing validation information, when the field has one or more warnings */\n 'form.validation.summary.warnings-count_one': '{{count}} upozorenje',\n 'form.validation.summary.warnings-count_other': '{{count}} upozorenja',\n\n /**\n * Label for \"contact sales\" call to action\n * These are titles for fallback links in the event the help & resources endpoint isn't able to be fetched\n */\n 'help-resources.action.contact-sales': 'Kontaktirajte prodaju',\n /**\n * Label for \"help and support\" call to action\n * These are titles for fallback links in the event the help & resources endpoint isn't able to be fetched\n */\n 'help-resources.action.help-and-support': 'Pomoć i podrška',\n /**\n * Label for \"join our community\" call to action\n * These are titles for fallback links in the event the help & resources endpoint isn't able to be fetched\n */\n 'help-resources.action.join-our-community': 'Pridružite se našoj zajednici',\n /** Information for what the latest sanity version is */\n 'help-resources.latest-sanity-version': 'Najnovija verzija je {{latestVersion}}',\n /** Information for what studio version the current studio is running */\n 'help-resources.studio-version': 'Verzija Sanity Studija {{studioVersion}}',\n /** Title for help and resources menus */\n 'help-resources.title': 'Pomoć i resursi',\n\n /** Text for button to cancel an ongoing upload */\n 'input.files.common.cancel-upload': 'Otkaži',\n /** Text for file input button in upload placeholder */\n 'input.files.common.upload-placeholder.file-input-button.text': 'Prenesi',\n /** Uploading <FileName/> */\n 'input.files.common.upload-progress': 'Prenosim <FileName/>',\n /** The referenced document cannot be opened, because the URL failed to be resolved */\n 'input.reference.document-cannot-be-opened.failed-to-resolve-url':\n 'Ovaj dokument se ne može otvoriti (nije moguće riješiti URL do Studija)',\n\n /** Label for adding item after a specific array item */\n 'inputs.array.action.add-after': 'Dodaj element poslije',\n /** Label for adding item before a specific array item */\n 'inputs.array.action.add-before': 'Dodaj element prije',\n /** Label for adding array item action when the schema allows for only one schema type */\n 'inputs.array.action.add-item': 'Dodaj element',\n /**\n * Label for adding one array item action when the schema allows for multiple schema types,\n * eg. will prompt the user to select a type once triggered\n */\n 'inputs.array.action.add-item-select-type': 'Dodaj element...',\n /** Array drag handle button tooltip */\n 'inputs.array.action.drag.tooltip': 'Povucite za promjenu redoslijeda',\n /** Label for duplicating an array item */\n 'inputs.array.action.duplicate': 'Dupliciraj',\n /** Label for editing the item of a specific type, eg \"Edit Person\" */\n 'inputs.array.action.edit': 'Uredi {{itemTypeTitle}}',\n /** Label for removing an array item action */\n 'inputs.array.action.remove': 'Ukloni',\n /** Label for removing action when an array item has an error */\n 'inputs.array.action.remove-invalid-item': 'Ukloni',\n /** Label for viewing the item of a specific type, eg \"View Person\" */\n 'inputs.array.action.view': 'Pogledaj {{itemTypeTitle}}',\n /** Error description for the array item tooltip that explains that the current item can still be moved or deleted but not edited since the schema definition is not found */\n 'inputs.array.error.can-delete-but-no-edit-description':\n 'Još uvijek možete premjestiti ili izbrisati ovu stavku, ali je ne možete uređivati jer definicija sheme za njezin tip nije pronađena.',\n /** Error label for toast when array could not resolve the initial value */\n 'inputs.array.error.cannot-resolve-initial-value-title':\n 'Nije moguće riješiti početnu vrijednost za tip: {{schemaTypeTitle}}: {{errorMessage}}.',\n /** Error label for toast when trying to upload one array item of a type that cannot be converted to array */\n 'inputs.array.error.cannot-upload-unable-to-convert_one':\n 'Sljedeću stavku nije moguće učitati jer ne postoji poznata konverzija iz tipa sadržaja u stavku niza:',\n /** Error label for toast when trying to upload multiple array items of a type that cannot be converted to array */\n 'inputs.array.error.cannot-upload-unable-to-convert_other':\n 'Sljedeće stavke nije moguće učitati jer ne postoji poznata konverzija iz tipova sadržaja u stavku niza:',\n /** Error description for the array item tooltip that explains that the current type item is not valid for the list */\n 'inputs.array.error.current-schema-not-declare-description':\n 'Trenutna shema ne deklarira stavke tipa <code>{{typeName}}</code> kao valjane za ovaj popis. To bi moglo značiti da je tip uklonjen kao valjana stavka ili da je netko drugi dodao u svoju lokalnu shemu koja još nije implementirana.',\n /** Error description to show how the item is being represented in the json format */\n 'inputs.array.error.json-representation-description': 'JSON reprezentacija ove stavke:',\n /** Error description for the array item tooltip that explains what the error means with more context */\n 'inputs.array.error.type-is-incompatible-prompt':\n 'Stavka tipa <code>{{typeName}}</code> nije valjana za ovaj popis',\n /** Error title for when an item type within an array input is incompatible, used in the tooltip */\n 'inputs.array.error.type-is-incompatible-title': 'Zašto se ovo događa?',\n /** Error label for unexpected errors in the Array Input */\n 'inputs.array.error.unexpected-error': 'Neočekivana greška: {{error}}',\n /** Label for when the array input doesn't have any items */\n 'inputs.array.no-items-label': 'Nema stavki',\n /** Label for read only array fields */\n 'inputs.array.read-only-label': 'Ovo polje je samo za čitanje',\n /** Label for when the array input is resolving the initial value for the item */\n 'inputs.array.resolving-initial-value': 'Rješavanje početne vrijednosti…',\n /** Placeholder value for datetime input */\n 'inputs.datetime.placeholder': 'npr. {{example}}',\n /** Acessibility label for button to open file options menu */\n 'inputs.file.actions-menu.file-options.aria-label': 'Otvori izbornik opcija datoteke',\n /** Browse */\n 'inputs.file.browse-button.text': 'Pretraži',\n /** Select file */\n 'inputs.file.dialog.title': 'Odaberi datoteku',\n /** Unknown member kind: `{{kind}}` */\n 'inputs.file.error.unknown-member-kind': 'Nepoznata vrsta člana: {{kind}}',\n /** The value of this field is not a valid file. Resetting this field will let you choose a new file. */\n 'inputs.file.invalid-file-warning.description':\n 'Vrijednost ovog polja nije valjana datoteka. Resetiranjem ovog polja moći ćete odabrati novu datoteku.',\n /** Reset value */\n 'inputs.file.invalid-file-warning.reset-button.text': 'Resetiraj vrijednost',\n /** Invalid file value */\n 'inputs.file.invalid-file-warning.title': 'Neispravna vrijednost datoteke',\n /** Select */\n 'inputs.file.multi-browse-button.text': 'Odaberi',\n /** The upload could not be completed at this time. */\n 'inputs.file.upload-failed.description': 'Prijenos nije moguće dovršiti u ovom trenutku.',\n /** Upload failed */\n 'inputs.file.upload-failed.title': 'Prijenos nije uspio',\n /** Clear field */\n 'inputs.files.common.actions-menu.clear-field.label': 'Očisti polje',\n /** Copy URL */\n 'inputs.files.common.actions-menu.copy-url.label': 'Kopiraj URL',\n /** Download */\n 'inputs.files.common.actions-menu.download.label': 'Preuzmi',\n /** The URL is copied to the clipboard */\n 'inputs.files.common.actions-menu.notification.url-copied': 'URL je kopiran u međuspremnik',\n /** Replace */\n 'inputs.files.common.actions-menu.replace.label': 'Zamijeni',\n /** Upload */\n 'inputs.files.common.actions-menu.upload.label': 'Prenesi',\n /** Drop to upload */\n 'inputs.files.common.drop-message.drop-to-upload': 'Ispusti za prijenos',\n /** Drop to upload `{{count}}` file */\n 'inputs.files.common.drop-message.drop-to-upload-multi_one':\n 'Ispusti za prijenos {{count}} datoteke',\n /** Drop to upload `{{count}}` files */\n 'inputs.files.common.drop-message.drop-to-upload-multi_other':\n 'Ispusti za prijenos {{count}} datoteka',\n /** Can't upload this file here */\n 'inputs.files.common.drop-message.drop-to-upload.no-accepted-file-message_one':\n 'Ovdje nije moguće prenijeti ovu datoteku',\n /** Can't upload any of these files here */\n 'inputs.files.common.drop-message.drop-to-upload.no-accepted-file-message_other':\n 'Ovdje nije moguće prenijeti niti jednu od ovih datoteka',\n /** `{{count}}` file can't be uploaded here */\n 'inputs.files.common.drop-message.drop-to-upload.rejected-file-message_one':\n '{{count}} datoteka se ne može prenijeti ovdje',\n /** `{{count}}` files can't be uploaded here */\n 'inputs.files.common.drop-message.drop-to-upload.rejected-file-message_other':\n '{{count}} datoteka se ne može prenijeti ovdje',\n /** Cannot upload `{{count}}` files */\n 'inputs.files.common.placeholder.cannot-upload-some-files_one': 'Nije moguće prenijeti datoteku',\n 'inputs.files.common.placeholder.cannot-upload-some-files_other':\n 'Nije moguće prenijeti {{count}} datoteka',\n /** Drag or paste type here */\n 'inputs.files.common.placeholder.drag-or-paste-to-upload_file':\n 'Povuci ili zalijepi datoteku ovdje',\n /** Drag or paste image here */\n 'inputs.files.common.placeholder.drag-or-paste-to-upload_image':\n 'Povuci ili zalijepi sliku ovdje',\n /** Drop to upload file */\n 'inputs.files.common.placeholder.drop-to-upload_file': 'Ispusti za prijenos datoteke',\n /** Drop to upload image */\n 'inputs.files.common.placeholder.drop-to-upload_image': 'Ispusti za prijenos slike',\n /** Read only */\n 'inputs.files.common.placeholder.read-only': 'Samo za čitanje',\n /** Can't upload files here */\n 'inputs.files.common.placeholder.upload-not-supported': 'Ovdje nije moguće prenijeti datoteke',\n /** Clear upload */\n 'inputs.files.common.stale-upload-warning.clear': 'Očisti prijenos',\n /** An upload has made no progress for at least `{{staleThresholdMinutes}}` minutes and likely got interrupted. You can safely clear the incomplete upload and try uploading again. */\n 'inputs.files.common.stale-upload-warning.description':\n 'Prijenos nije napredovao najmanje {{staleThresholdMinutes}} minuta i vjerojatno je prekinut. Možete sigurno očistiti nedovršeni prijenos i pokušati ponovno učitati.',\n /** Incomplete upload */\n 'inputs.files.common.stale-upload-warning.title': 'Nedovršeni prijenos',\n /** Tooltip text for action to crop image */\n 'inputs.image.actions-menu.crop-image-tooltip': 'Obreži sliku',\n /** Accessibility label for button to open image edit dialog */\n 'inputs.image.actions-menu.edit-details.aria-label': 'Otvori dijalog za uređivanje slike',\n /** Accessibility label for button to open image options menu */\n 'inputs.image.actions-menu.options.aria-label': 'Otvori izbornik opcija slike',\n /** Select */\n 'inputs.image.browse-menu.text': 'Odaberi',\n /** Cannot upload this file here */\n 'inputs.image.drag-overlay.cannot-upload-here': 'Ovdje nije moguće učitati datoteku',\n /** Drop image to upload */\n 'inputs.image.drag-overlay.drop-to-upload-image': 'Ispusti sliku za učitavanje',\n /** This field is read only */\n 'inputs.image.drag-overlay.this-field-is-read-only': 'Ovo polje je samo za čitanje',\n /** Unknown member kind: `{{kind}}` */\n 'inputs.image.error.unknown-member-kind': 'Nepoznata vrsta člana: {{kind}}',\n /** Edit hotspot and crop */\n 'inputs.image.hotspot-dialog.title': 'Uredi hotspot i obrezivanje',\n /** The value of this field is not a valid image. Resetting this field will let you choose a new image. */\n 'inputs.image.invalid-image-warning.description':\n 'Vrijednost ovog polja nije valjana slika. Resetiranjem ovog polja možete odabrati novu sliku.',\n /** Reset value */\n 'inputs.image.invalid-image-warning.reset-button.text': 'Resetiraj vrijednost',\n /** Invalid image value */\n 'inputs.image.invalid-image-warning.title': 'Nevažeća vrijednost slike',\n /** Preview of uploaded image */\n 'inputs.image.preview-uploaded-image': 'Pregled učitane slike',\n /** The upload could not be completed at this time. */\n 'inputs.image.upload-error.description': 'Prijenos trenutno nije moguće dovršiti.',\n /** Upload failed */\n 'inputs.image.upload-error.title': 'Prijenos nije uspio',\n /** Adjust the rectangle to crop image. Adjust the circle to specify the area that should always be visible. */\n 'inputs.imagetool.description':\n 'Prilagodi pravokutnik za obrezivanje slike. Prilagodi krug kako bi odredio područje koje bi uvijek trebalo biti vidljivo.',\n /** Error: `{{errorMessage}}` */\n 'inputs.imagetool.load-error': 'Greška: {{errorMessage}}',\n /** Hotspot & Crop */\n 'inputs.imagetool.title': 'Izrez i Obrezivanje',\n /** Convert to `{{targetType}}` */\n 'inputs.invalid-value.convert-button.text': 'Pretvori u {{targetType}}',\n /** The current value (<code>`{{actualType}}`</code>) */\n 'inputs.invalid-value.current-type': 'Trenutna vrijednost (<code>{{actualType}}</code>)',\n /** The property value is stored as a value type that does not match the expected type. */\n 'inputs.invalid-value.description':\n 'Vrijednost svojstva je pohranjena kao tip vrijednosti koji se ne podudara s očekivanim tipom.',\n /** The value of this property must be of type <code>`{{validType}}`</code> according to the schema. */\n 'inputs.invalid-value.details.description':\n 'Vrijednost ovog svojstva mora biti tipa <code>{{validType}}</code> prema shemi.',\n /** Only the following types are valid here according to schema: */\n 'inputs.invalid-value.details.multi-type-description':\n 'Samo sljedeći tipovi su valjani ovdje prema shemi:',\n /** Mismatching value types typically occur when the schema has recently been changed. */\n 'inputs.invalid-value.details.possible-reason':\n 'Neslaganje tipova vrijednosti obično se događa kada je shema nedavno promijenjena.',\n /** Developer info */\n 'inputs.invalid-value.details.title': 'Informacije za developere',\n /** -- Invalid Value Input -- */\n /** Reset value */\n 'inputs.invalid-value.reset-button.text': 'Resetiraj vrijednost',\n /** Invalid property value */\n 'inputs.invalid-value.title': 'Neispravna vrijednost svojstva',\n /** Field groups */\n 'inputs.object.field-group-tabs.aria-label': 'Grupe polja',\n /** Read-only field description */\n 'inputs.object.unknown-fields.read-only.description':\n 'Ovo polje je <strong>samo za čitanje</strong> prema shemi dokumenta i ne može se poništiti. Ako želite moći poništiti ovo u Studiju, pobrinite se da uklonite <code>readOnly</code> polje iz obuhvaćenog tipa u shemi.',\n /** Remove field */\n 'inputs.object.unknown-fields.remove-field-button.text': 'Ukloni polje',\n /** Encountered `{{count}}` fields that are not defined in the schema. */\n 'inputs.object.unknown-fields.warning.description_one':\n 'Naišlo se na polje koje nije definirano u shemi.',\n 'inputs.object.unknown-fields.warning.description_other':\n 'Naišlo se na {{count}} polja koja nisu definirana u shemi.',\n /** Detailed description of unknown field warning */\n 'inputs.object.unknown-fields.warning.details.description_one':\n 'Ovo polje nije definirano u shemi, što bi moglo značiti da je definicija polja uklonjena ili da je netko drugi dodao u svoj lokalni projekt i još nije primijenio svoje promjene.',\n 'inputs.object.unknown-fields.warning.details.description_other':\n 'Ova polja nisu definirana u shemi dokumenta, što bi moglo značiti da su definicije polja uklonjene ili da je netko drugi dodao u svoj lokalni projekt i još nije primijenio svoje promjene.',\n /** Developer info */\n 'inputs.object.unknown-fields.warning.details.title': 'Informacije za developere',\n /** Unknown field found */\n 'inputs.object.unknown-fields.warning.title_one': 'Nepoznato polje pronađeno',\n 'inputs.object.unknown-fields.warning.title_other': 'Nepoznata polja pronađena',\n /** Collapse the editor to save screen space */\n 'inputs.portable-text.action.collapse-editor': 'Skupi uređivač',\n /** Label for action to edit an existing annotation */\n 'inputs.portable-text.action.edit-annotation': 'Uredi anotaciju',\n /** Expand the editor to give more editing space */\n 'inputs.portable-text.action.expand-editor': 'Proširi uređivač',\n /** Label label for action to insert a block of a given type (`{{typeName}}`) */\n 'inputs.portable-text.action.insert-block': 'Umetni {{typeName}}',\n /** Accessibility label for action to insert a block of a given type (`{{typeName}}`) */\n 'inputs.portable-text.action.insert-block-aria-label': 'Umetni {{typeName}} (blok)',\n /** Label for action to insert an inline object of a given type (`{{typeName}}`) */\n 'inputs.portable-text.action.insert-inline-object': 'Umetni {{typeName}}',\n /** Accessibility label for action to insert an inline object of a given type (`{{typeName}}`) */\n 'inputs.portable-text.action.insert-inline-object-aria-label': 'Umetni {{typeName}} (inline)',\n /** Label for action to remove an annotation */\n 'inputs.portable-text.action.remove-annotation': 'Ukloni anotaciju',\n /** Label for activate on focus with context of click and not focused */\n 'inputs.portable-text.activate-on-focus-message_click': 'Kliknite za aktivaciju',\n /** Label for activate on focus with context of click and focused */\n 'inputs.portable-text.activate-on-focus-message_click-focused':\n 'Kliknite ili pritisnite razmaknicu za aktivaciju',\n /** Label for activate on focus with context of tap and not focused */\n 'inputs.portable-text.activate-on-focus-message_tap': 'Dodirnite za aktivaciju',\n /** Title for dialog that allows editing an annotation */\n 'inputs.portable-text.annotation-editor.title': 'Uredi {{schemaType}}',\n /** Title of the default \"link\" annotation */\n 'inputs.portable-text.annotation.link': 'Poveznica',\n /** Label for action to edit a block item, in the case where it is editable */\n 'inputs.portable-text.block.edit': 'Uredi',\n /** Accessibility label for the button that opens the actions menu on blocks */\n 'inputs.portable-text.block.open-menu-aria-label': 'Otvori izbornik',\n /** Label for action to open a reference, in the case of block-level reference types */\n 'inputs.portable-text.block.open-reference': 'Otvori referencu',\n /** Label for action to remove a block item */\n 'inputs.portable-text.block.remove': 'Ukloni',\n /** Label for action to view a block item, in the case where it is read-only and thus cannot be edited */\n 'inputs.portable-text.block.view': 'Pogledaj',\n /** Title of the \"code\" decorator */\n 'inputs.portable-text.decorator.code': 'Kod',\n /** Title of the \"em\" (emphasis) decorator */\n 'inputs.portable-text.decorator.emphasis': 'Kurziv',\n /** Title of the \"strike-through\" decorator */\n 'inputs.portable-text.decorator.strike-through': 'Precrtano',\n /** Title of the \"strong\" decorator */\n 'inputs.portable-text.decorator.strong': 'Podebljano',\n /** Title of the \"underline\" decorator */\n 'inputs.portable-text.decorator.underline': 'Podcrtano',\n /** Placeholder text for when the editor is empty */\n 'inputs.portable-text.empty-placeholder': 'Prazno',\n /** Label for action to edit an inline object item */\n 'inputs.portable-text.inline-object.edit': 'Uredi objekt',\n /** Label for action to remove an inline object item */\n 'inputs.portable-text.inline-object.remove': 'Ukloni objekt',\n /** Disclaimer text shown on invalid Portable Text value, when an action is available to unblock the user, but it is not guaranteed to be safe */\n 'inputs.portable-text.invalid-value.action-disclaimer':\n 'NAPOMENA: Općenito je sigurno izvršiti gore navedenu radnju, ali ako ste u nedoumici, obratite se onima koji su odgovorni za konfiguraciju vašeg Studija.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` of type `{{childType}}` which is not allowed by the schema definition */\n 'inputs.portable-text.invalid-value.disallowed-child-type.action': 'Ukloni objekt',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` of type `{{childType}}` which is not allowed by the schema definition */\n 'inputs.portable-text.invalid-value.disallowed-child-type.description':\n 'Dijete s ključem {{childKey}} bloka s ključem <code>{{key}}</code> je tipa <code>{{childType}}</code>, što nije dopušteno prema definiciji sheme.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a type (`{{typeName}}`) that is not an allowed block type for this field */\n 'inputs.portable-text.invalid-value.disallowed-type.action': 'Ukloni blok',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a type (`{{typeName}}`) that is not an allowed block type for this field */\n 'inputs.portable-text.invalid-value.disallowed-type.description':\n 'Blok s ključem <code>{{key}}</code> je tipa <code>{{typeName}}</code>, što nije dopušteno prema shemi.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` contains no children */\n 'inputs.portable-text.invalid-value.empty-children.action': 'Umetni prazan tekstualni raspon',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` contains no children */\n 'inputs.portable-text.invalid-value.empty-children.description':\n 'Tekstualni blok s ključem <code>{{key}}</code> nema tekstualnih raspona.',\n /** Label for the button to ignore invalid values in the Portable Text editor */\n 'inputs.portable-text.invalid-value.ignore-button.text': 'Ignoriraj',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a `_type` property that is set to `block`, but the block type defined in schema has a different name (`{{expectedTypeName}}`) */\n 'inputs.portable-text.invalid-value.incorrect-block-type.action':\n 'Koristi tip <code>{{expectedTypeName}}</code>',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a `_type` property that is set to `block`, but the block type defined in schema has a different name (`{{expectedTypeName}}`) */\n 'inputs.portable-text.invalid-value.incorrect-block-type.description':\n 'Blok s ključem <code>{{key}}</code> ima neispravno ime tipa. Prema shemi, trebao bi biti <code>{{expectedTypeName}}</code>.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a span with key `{{childKey}}` that has a missing or invalid `text` property */\n 'inputs.portable-text.invalid-value.invalid-span-text.action': 'Postavi praznu vrijednost teksta',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a span with key `{{childKey}}` that has a missing or invalid `text` property */\n 'inputs.portable-text.invalid-value.invalid-span-text.description':\n 'Raspon s ključem {{childKey}} bloka s ključem <code>{{key}}</code> ima nedostajuće ili neispravno <code>text</code> svojstvo.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property, but seems to be a block of type `{{expectedTypeName}}` */\n 'inputs.portable-text.invalid-value.missing-block-type.action':\n 'Koristi tip <code>{{expectedTypeName}}</code>',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property, but seems to be a block of type `{{expectedTypeName}}` */\n 'inputs.portable-text.invalid-value.missing-block-type.description':\n 'Blok s ključem <code>{{key}}</code> nedostaje ime tipa. Prema shemi, trebao bi biti <code>{{expectedTypeName}}</code>.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a child at `{{index}}` which is missing `_key` property */\n 'inputs.portable-text.invalid-value.missing-child-key.action': 'Dodijeli nasumični ključ',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a child at `{{index}}` which is missing `_key` property */\n 'inputs.portable-text.invalid-value.missing-child-key.description':\n 'Dijete na indeksu <code>{{index}}</code> bloka s ključem <code>{{key}}</code> nedostaje <code>_key</code> svojstvo.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` which is missing a `_type` property */\n 'inputs.portable-text.invalid-value.missing-child-type.action': 'Ukloni objekt',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` which is missing a `_type` property */\n 'inputs.portable-text.invalid-value.missing-child-type.description':\n 'Dijete s ključem {{childKey}} bloka s ključem <code>{{key}}</code> nedostaje <code>_type</code> svojstvo.',\n /** Action presented when the Portable Text field value is invalid, when child at `{{index}}` is missing the required `_key` property */\n 'inputs.portable-text.invalid-value.missing-key.action': 'Dodijeli nasumični ključ',\n /** Text explaining that the Portable Text field value is invalid, when child at `{{index}}` is missing the required `_key` property */\n 'inputs.portable-text.invalid-value.missing-key.description':\n 'Blok na indeksu <code>{{index}}</code> nedostaje potrebno <code>_key</code> svojstvo.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `children` property */\n 'inputs.portable-text.invalid-value.missing-or-invalid-children.action': 'Ukloni blok',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `children` property */\n 'inputs.portable-text.invalid-value.missing-or-invalid-children.description':\n 'Tekstualni blok s ključem <code>{{key}}</code> ima neispravno ili nedostajuće `children` svojstvo.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `markDefs` property */\n 'inputs.portable-text.invalid-value.missing-or-invalid-markdefs.action': 'Dodaj svojstvo',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `markDefs` property */\n 'inputs.portable-text.invalid-value.missing-or-invalid-markdefs.description':\n 'Tekstualni blok s ključem <code>{{key}}</code> ima neispravno ili nedostajuće `markDefs` svojstvo.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property */\n 'inputs.portable-text.invalid-value.missing-type.action': 'Ukloni blok',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property */\n 'inputs.portable-text.invalid-value.missing-type.description':\n 'Blok s ključem <code>{{key}}</code> nedostaje ime tipa.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` contains a non-object child at index `{{index}}` */\n 'inputs.portable-text.invalid-value.non-object-child.action': 'Ukloni stavku',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` contains a non-object child at index `{{index}}` */\n 'inputs.portable-text.invalid-value.non-object-child.description':\n 'Dijete na indeksu <code>{{index}}</code> bloka s ključem <code>{{key}}</code> nije objekt.',\n /** Action presented when the Portable Text field value is invalid, when the Portable Text field is not an array, or the array is empty */\n 'inputs.portable-text.invalid-value.not-an-array.action': 'Poništi vrijednost',\n /** Text explaining that the Portable Text field value is invalid, when the Portable Text field is not an array, or the array is empty */\n 'inputs.portable-text.invalid-value.not-an-array.description':\n 'Vrijednost mora biti niz blokova Portable Text ili nedefinirana.',\n /** Action presented when the Portable Text field value is invalid, when child at `{{index}}` is not an object */\n 'inputs.portable-text.invalid-value.not-an-object.action': 'Ukloni stavku',\n /** Text explaining that the Portable Text field value is invalid, when child at `{{index}}` is not an object */\n 'inputs.portable-text.invalid-value.not-an-object.description':\n 'Stavka na <code>{{index}}</code> nije objekt,.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` contains marks (`{{orphanedMarks}}`) that are not supported by the current schema */\n 'inputs.portable-text.invalid-value.orphaned-marks.action': 'Ukloni nedozvoljene oznake',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` contains marks (`{{orphanedMarks}}`) that are not supported by the current schema */\n 'inputs.portable-text.invalid-value.orphaned-marks.description':\n 'Tekstualni blok s ključem <code>{{key}}</code> sadrži oznake <code>({{orphanedMarks, list}})</code> koje nisu dozvoljene shemom.',\n /** Title for the alert indicating that the Portable Text field has an invalid value */\n 'inputs.portable-text.invalid-value.title': 'Neispravna vrijednost Portable Texta',\n /** Title of \"bulleted\" list type */\n 'inputs.portable-text.list-type.bullet': 'Popis s grafičkim oznakama',\n /** Title of numbered list type */\n 'inputs.portable-text.list-type.number': 'Numerirani popis',\n /** Title of the \"h1\" block style */\n 'inputs.portable-text.style.h1': 'Naslov 1',\n /** Title of the \"h2\" block style */\n 'inputs.portable-text.style.h2': 'Naslov 2',\n /** Title of the \"h3\" block style */\n 'inputs.portable-text.style.h3': 'Naslov 3',\n /** Title of the \"h4\" block style */\n 'inputs.portable-text.style.h4': 'Naslov 4',\n /** Title of the \"h5\" block style */\n 'inputs.portable-text.style.h5': 'Naslov 5',\n /** Title of the \"h6\" block style */\n 'inputs.portable-text.style.h6': 'Naslov 6',\n /** Title shown when multiple blocks of varying styles is selected */\n 'inputs.portable-text.style.multiple': 'Višestruko',\n /** Title of fallback when no style is given for a block */\n 'inputs.portable-text.style.none': 'Bez stila',\n /** Title of the \"normal\" block style */\n 'inputs.portable-text.style.normal': 'Normalno',\n /** Title of the \"quote\" block style */\n 'inputs.portable-text.style.quote': 'Citat',\n /** Label for action to clear the current value of the reference field */\n 'inputs.reference.action.clear': 'Očisti',\n /** Label for action to create a new document from the reference input */\n 'inputs.reference.action.create-new-document': 'Stvori',\n /** Label for action to create a new document from the reference input, when there are multiple templates or document types to choose from */\n 'inputs.reference.action.create-new-document-select': 'Stvori…',\n /** Label for action to duplicate the current item to a new item (used within arrays) */\n 'inputs.reference.action.duplicate': 'Dupliciraj',\n /** Label for action that opens the referenced document in a new tab */\n 'inputs.reference.action.open-in-new-tab': 'Otvori u novoj kartici',\n /** Label for action to remove the reference from an array */\n 'inputs.reference.action.remove': 'Ukloni',\n /** Label for action to replace the current value of the field */\n 'inputs.reference.action.replace': 'Zamijeni',\n /** Label for action to cancel a previously initiated replace action */\n 'inputs.reference.action.replace-cancel': 'Otkaži zamjenu',\n /** The cross-dataset reference field currently has a reference, but the feature has been disabled since it was created. This explains what can/cannot be done in its current state. */\n 'inputs.reference.cross-dataset.feature-disabled-actions':\n 'Još uvijek možete očistiti postojeću referencu ovog polja, ali je ne možete promijeniti na drugi dokument dok je značajka onemogućena.',\n /** A cross-dataset reference field exists but the feature has been disabled. A <DocumentationLink> component is available. */\n 'inputs.reference.cross-dataset.feature-disabled-description':\n 'Ova značajka je onemogućena. Pročitajte kako je omogućiti u <DocumentationLink>dokumentaciji</DocumentationLink>.',\n /** Title for a warning telling the user that the current project does not have the \"cross dataset references\" feature */\n 'inputs.reference.cross-dataset.feature-unavailable-title':\n 'Nedostupna značajka: Referenca preko više skupova podataka',\n /** The cross-dataset reference points to a document with an invalid type */\n 'inputs.reference.cross-dataset.invalid-type':\n 'Referencirani dokument je neispravnog tipa ({{typeName}}) <JsonValue/>',\n /** The referenced document will open in a new tab (due to external studio) */\n 'inputs.reference.document-opens-in-new-tab': 'Ovaj dokument se otvara u novom tabu',\n /** Error title for when the document is unavailable (for any possible reason) */\n 'inputs.reference.error.document-unavailable-title': 'Dokument nije dostupan',\n /** Error title for when the referenced document failed to be loaded */\n 'inputs.reference.error.failed-to-load-document-title':\n 'Učitavanje referentnog dokumenta nije uspjelo',\n /** Error title for when the reference search returned a document that is not an allowed type for the field */\n 'inputs.reference.error.invalid-search-result-type-title':\n 'Pretraga je vratila tip koji nije valjan za ovu referencu: \"{{returnedType}}\"',\n /** Error description for when the document referenced is not one of the types declared as allowed target types in schema */\n 'inputs.reference.error.invalid-type-description':\n 'Referentni dokument (<code>{{documentId}}</code>) je tipa <code>{{actualType}}</code>. Prema shemi, referentni dokumenti mogu biti samo tipa <AllowedTypes />.',\n /** Error title for when the document referenced is not one of the types declared as allowed target types in schema */\n 'inputs.reference.error.invalid-type-title': 'Dokument nevažećeg tipa',\n /** Error description for when the user does not have permissions to read the referenced document */\n 'inputs.reference.error.missing-read-permissions-description':\n 'Referentni dokument nije moguće pristupiti zbog nedovoljnih dozvola',\n /** Error title for when the user does not have permissions to read the referenced document */\n 'inputs.reference.error.missing-read-permissions-title': 'Nedovoljne dozvole',\n /** Error description for when the current reference value points to a document that does not exist (on weak references) */\n 'inputs.reference.error.nonexistent-document-description':\n 'Referentni dokument ne postoji (ID: <code>{{documentId}}</code>). Možete ukloniti referencu ili je zamijeniti s drugim dokumentom.',\n /** Error title for when the current reference value points to a document that does not exist (on weak references) */\n 'inputs.reference.error.nonexistent-document-title': 'Nije pronađeno',\n /** Label for button that clears the reference when it points to a document that does not exist (on weak references) */\n 'inputs.reference.error.nonexistent-document.clear-button-label': 'Očisti',\n /** Error title for when the search for a reference failed. Note that the message sent by the backend may not be localized. */\n 'inputs.reference.error.search-failed-title': 'Pretraga reference nije uspjela',\n /** Alternative text for the image shown in cross-dataset reference input */\n 'inputs.reference.image-preview-alt-text': 'Pregled slike referentnog dokumenta',\n /** 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 */\n 'inputs.reference.incomplete-reference.finalize-action-description':\n '<strong>{{referencedDocument}}</strong> je objavljen i ova referenca sada treba biti finalizirana.',\n /** Title 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 */\n 'inputs.reference.incomplete-reference.finalize-action-title': 'Finaliziraj referencu',\n /** Description for alert shown when a reference in a live-edit document points to a document that exists and has been published, but the reference is still marked as weak */\n 'inputs.reference.incomplete-reference.strengthen-action-description':\n '<strong>{{referencedDocument}}</strong> je objavljen i ova referenca sada treba biti pretvorena u jaku referencu.',\n /** Title for alert shown when a reference in a live-edit document points to a document that exists and has been published, but the reference is still marked as weak */\n 'inputs.reference.incomplete-reference.strengthen-action-title': 'Pretvori u jaku referencu',\n /** Label for button that triggers the action that strengthen a reference */\n 'inputs.reference.incomplete-reference.strengthen-button-label': 'Pretvori u jaku referencu',\n /** Label for button that triggers a retry attempt for reference metadata */\n 'inputs.reference.metadata-error.retry-button-label': 'Pokušaj ponovno',\n /** Title for alert shown when reference metadata fails to be loaded */\n 'inputs.reference.metadata-error.title': 'Nije moguće učitati metapodatke reference',\n /** Message shown when no documents were found that matched the given search string */\n 'inputs.reference.no-results-for-query': 'Nema rezultata za <strong>“{{searchTerm}}”</strong>',\n /** Text for tooltip showing when a document was edited, using relative time (eg \"how long ago was it edited?\") */\n 'inputs.reference.preview.edited-at-time': 'Uređeno <RelativeTime/>',\n /** Accessibility label for icon indicating that document does _not_ have any unpublished changes */\n 'inputs.reference.preview.has-no-unpublished-changes-aria-label': 'Nema neobjavljenih izmjena',\n /** Accessibility label for icon indicating that document has unpublished changes */\n 'inputs.reference.preview.has-unpublished-changes-aria-label': 'Uređeno',\n /** Accessibility label for icon indicating that document does _not_ have a published version */\n 'inputs.reference.preview.is-not-published-aria-label': 'Nije objavljeno',\n /** Accessibility label for icon indicating that document has a published version */\n 'inputs.reference.preview.is-published-aria-label': 'Objavljeno',\n /** Text for tooltip indicating that a document has no unpublished edits */\n 'inputs.reference.preview.no-unpublished-edits': 'Nema neobjavljenih izmjena',\n /** Text for tooltip indicating that a document has not yet been published */\n 'inputs.reference.preview.not-published': 'Nije objavljeno',\n /** Text for tooltip showing when a document was published, using relative time (eg \"how long ago was it published?\") */\n 'inputs.reference.preview.published-at-time': 'Objavljeno <RelativeTime/>',\n /** The referenced document no longer exist and might have been deleted (for weak references) */\n 'inputs.reference.referenced-document-does-not-exist':\n 'Referencirani dokument više ne postoji i mogao je biti izbrisan (ID dokumenta: <code>{{documentId}}</code>).',\n /** The referenced document could not be displayed to the user because of insufficient permissions */\n 'inputs.reference.referenced-document-insufficient-permissions':\n 'Referencirani dokument nije moguće pristupiti zbog nedovoljnih dozvola',\n /** Label for when the reference input is resolving the initial value for an item */\n 'inputs.reference.resolving-initial-value': 'Rješavanje početne vrijednosti…',\n /** Placeholder shown in a reference input with no current value */\n 'inputs.reference.search-placeholder': 'Upišite za pretragu',\n /** Explanation of the consequences of leaving the reference as strong instead of weak */\n 'inputs.reference.strength-mismatch.is-strong-consquences':\n 'Neće biti moguće izbrisati referencirani dokument bez prethodnog uklanjanja ove reference ili pretvaranja u slabu.',\n /** Description for alert shown when a reference is supposed to be weak, but the actual value is strong */\n 'inputs.reference.strength-mismatch.is-strong-description':\n 'Ova referenca je <em>jaka</em>, ali prema trenutnoj shemi trebala bi biti <em>slaba</em>.',\n /** Explanation of the consequences of leaving the reference as weak instead of strong */\n 'inputs.reference.strength-mismatch.is-weak-consquences':\n 'To omogućuje brisanje referenciranog dokumenta bez prethodnog brisanja ove reference, ostavljajući ovo polje koje referencira nepostojeći dokument.',\n /** Description for alert shown when a reference is supposed to be strong, but the actual value is weak */\n 'inputs.reference.strength-mismatch.is-weak-description':\n 'Ova referenca je <em>slaba</em>, ali prema trenutnoj shemi trebala bi biti <em>jaka</em>.',\n /** Label for button that triggers the action that strengthens a reference on strength mismatch */\n 'inputs.reference.strength-mismatch.strengthen-button-label': 'Pretvori u jaku referencu',\n /** Title for alert shown when a reference is supposed to be weak/strong, but the actual value is the opposite of what it is supposed to be */\n 'inputs.reference.strength-mismatch.title': 'Neslaganje jačine reference',\n /** Label for button that triggers the action that weakens a reference on strength mismatch */\n 'inputs.reference.strength-mismatch.weaken-button-label': 'Pretvori u slabu referencu',\n /** Action message for generating the slug */\n 'inputs.slug.action.generate': 'Generiraj',\n /** Loading message for when the input is actively generating a slug */\n 'inputs.slug.action.generating': 'Generiranje…',\n /** Error message for when the source to generate a slug from is missing */\n 'inputs.slug.error.missing-source':\n 'Izvor nedostaje. Provjerite izvor na tipu {{schemaType}} u shemi',\n /** Placeholder for an empty tag input */\n 'inputs.tags.placeholder': 'Unesite oznaku i pritisnite ENTER…',\n /** Placeholder for an empty tag input on touch devices */\n 'inputs.tags.placeholder_touch': 'Unesite oznaku…',\n /** Convert to `{{targetType}}` */\n 'inputs.untyped-value.convert-button.text': 'Pretvori u {{targetType}}',\n /** Encountered an object value without a <code>_type</code> property. */\n 'inputs.untyped-value.description':\n 'Naišlo se na vrijednost objekta bez svojstva <code>_type</code>.',\n /** Either remove the <code>name</code> property of the object declaration, or set <code>_type</code> property on items. */\n 'inputs.untyped-value.details.description':\n 'Ili uklonite svojstvo <code>name</code> iz deklaracije objekta, ili postavite svojstvo <code>_type</code> na stavkama.',\n /** Current value (<code>object</code>): */\n 'inputs.untyped-value.details.json-dump-prefix': 'Trenutna vrijednost (<code>objekt</code>):',\n /** The following types are valid here according to schema: */\n 'inputs.untyped-value.details.multi-type-description':\n 'Prema shemi ovdje su valjani sljedeći tipovi:',\n /** Developer info */\n 'inputs.untyped-value.details.title': 'Informacije za developere',\n /** Property value missing <code>_type</code> */\n 'inputs.untyped-value.title': 'Vrijednost svojstva nedostaje <code>_type</code>',\n /** Unset value */\n 'inputs.untyped-value.unset-item-button.text': 'Poništi vrijednost',\n\n /** The fallback explanation if no context is provided */\n 'insufficient-permissions-message.not-authorized-explanation':\n 'Nemate dopuštenje za pristup ovoj značajci.',\n /** The explanation when unable to create any document at all */\n 'insufficient-permissions-message.not-authorized-explanation_create-any-document':\n 'Nemate dopuštenje za stvaranje dokumenta.',\n /** The explanation when unable to create a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_create-document':\n 'Nemate dopuštenje za stvaranje ovog dokumenta.',\n /** The explanation when unable to create a particular type of document */\n 'insufficient-permissions-message.not-authorized-explanation_create-document-type':\n 'Nemate dopuštenje za stvaranje ovakve vrste dokumenta.',\n /** The explanation when unable to create a new reference in a document */\n 'insufficient-permissions-message.not-authorized-explanation_create-new-reference':\n 'Nemate dopuštenje za stvaranje nove reference.',\n /** The explanation when unable to delete a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_delete-document':\n 'Nemate dopuštenje za brisanje ovog dokumenta.',\n /** The explanation when unable to discard changes in a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_discard-changes':\n 'Nemate dopuštenje za odbacivanje promjena u ovom dokumentu.',\n /** The explanation when unable to duplicate a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_duplicate-document':\n 'Nemate dopuštenje za dupliciranje ovog dokumenta.',\n /** The explanation when unable to publish a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_publish-document':\n 'Nemate dopuštenje za objavljivanje ovog dokumenta.',\n /** The explanation when unable to unpublish a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_unpublish-document':\n 'Nemate dopuštenje za povlačenje objave ovog dokumenta.',\n /** Appears after the not-authorized message. Lists the current roles. */\n 'insufficient-permissions-message.roles': 'Vaše uloge: <Roles/>',\n /** The title for the insufficient permissions message component */\n 'insufficient-permissions-message.title': 'Nedovoljne dozvole',\n\n /** Unexpected error: `{{error}}` */\n 'member-field-error.unexpected-error': 'Neočekivana greška: {{error}}',\n\n /** Button label for \"Create new document\" button */\n 'new-document.button': 'Stvori',\n /**\n * Tooltip message displayed when hovering/activating the \"Create new document\" action,\n * when there are templates/types available for creation\n */\n 'new-document.create-new-document-label': 'Novi dokument…',\n /** Placeholder for the \"filter\" input within the new document menu */\n 'new-document.filter-placeholder': 'Filtriraj',\n /** Loading indicator text within the new document menu */\n 'new-document.loading': 'Učitavanje…',\n /** Accessibility label for the list displaying options in the new document menu */\n 'new-document.new-document-aria-label': 'Novi dokument',\n /** Message for when there are no document type options in the new document menu */\n 'new-document.no-document-types-found': 'Nisu pronađene vrste dokumenata',\n /**\n * Tooltip message displayed when hovering/activating the \"Create new document\" action,\n * when there are no templates/types to create from\n */\n 'new-document.no-document-types-label': 'Nema vrsta dokumenata',\n /** Message for when no results are found for a specific search query in the new document menu */\n 'new-document.no-results': 'Nema rezultata za <strong>{{searchQuery}}</strong>',\n /** Aria label for the button that opens the \"Create new document\" popover/dialog */\n 'new-document.open-dialog-aria-label': 'Stvori novi dokument',\n /** Title for \"Create new document\" dialog */\n 'new-document.title': 'Stvori novi dokument',\n\n /** Label for action to manage members of the current studio project */\n 'presence.action.manage-members': 'Upravljanje članovima',\n /** Accessibility label for Avatar Stack */\n 'presence.aria-label': 'Tko je ovdje',\n /** Message description for when no one else is currently present */\n 'presence.no-one-else-description':\n 'Pozovite ljude u projekt kako biste vidjeli njihov online status.',\n /** Message title for when no one else is currently present */\n 'presence.no-one-else-title': 'Nitko drugi nije ovdje',\n /** Message for when a user is not in a document (displayed in the global presence menu) */\n 'presence.not-in-a-document': 'Nije u dokumentu',\n\n /** Fallback title shown when a preview does not provide a title */\n 'preview.default.title-fallback': 'Bez naslova',\n /** Fallback preview value for types that have \"no value\" (eg null, undefined) */\n 'preview.fallback.no-value': '(nema vrijednosti)',\n /** Alternative text for image being shown while image is being uploaded, in previews */\n 'preview.image.file-is-being-uploaded.alt-text': 'Slika se trenutno učitava',\n\n /* Relative time, just now */\n 'relative-time.just-now': 'upravo sada',\n\n /** Accessibility label to open search action when the search would go fullscreen (eg on narrower screens) */\n 'search.action-open-aria-label': 'Otvori pretragu',\n /** Action label for adding a search filter */\n 'search.action.add-filter': 'Dodaj filter',\n /** Action label for clearing search filters */\n 'search.action.clear-filters': 'Očisti filtere',\n /** Label for action to clear recent searches */\n 'search.action.clear-recent-searches': 'Očisti nedavne pretrage',\n /** Accessibility label for action to clear all currently applied document type filters */\n 'search.action.clear-type-filters-aria-label': 'Očisti odabrane filtere',\n /** Label for action to clear all currently applied document type filters */\n 'search.action.clear-type-filters-label': 'Očisti',\n /** Accessibility label for when the search is full screen (on narrow screens) and you want to close the search */\n 'search.action.close-search-aria-label': 'Zatvori pretragu',\n /** Accessibility label for filtering by document type */\n 'search.action.filter-by-document-type-aria-label': 'Filtriraj po tipu dokumenta',\n /** Accessibility action label for removing an already applied search filter */\n 'search.action.remove-filter-aria-label': 'Ukloni filter',\n /**\n * Text displayed when either no document type(s) have been selected, or we need a fallback,\n * eg \"Search for all types\".\n */\n 'search.action.search-all-types': 'Pretraži sve dokumente',\n /**\n * Text displayed when we are able to determine one or more document types that will be used for\n * searching, and can fit within the space assigned by the design.\n */\n 'search.action.search-specific-types': 'Pretraži za {{types, list}}',\n /** Dialog title for action to select an asset of unknown type */\n 'search.action.select-asset': 'Odaberi datoteku',\n /** Dialog title for action to select a file asset */\n 'search.action.select-asset_file': 'Odaberi datoteku',\n /** Dialog title for action to select an image asset */\n 'search.action.select-asset_image': 'Odaberi sliku',\n /** Accessibility label for when the search is full screen (on narrow screens) and you want to hide filters */\n 'search.action.toggle-filters-aria-label_hide': 'Sakrij filtere',\n /** Accessibility label for when the search is full screen (on narrow screens) and you want to show filters */\n 'search.action.toggle-filters-aria-label_show': 'Prikaži filtre',\n /** Label for when the search is full screen (on narrow screens) and you want to hide filters */\n 'search.action.toggle-filters-label_hide': 'Sakrij filtre',\n /** Label for when the search is full screen (on narrow screens) and you want to show filters */\n 'search.action.toggle-filters-label_show': 'Prikaži filtre',\n /** Tooltip text for the global search button */\n 'search.button.tooltip': 'Pretraži',\n /**\n * A list of provided types (use `list` formatter preferably).\n */\n 'search.document-type-list': '{{types, list}}',\n /**\n * In the context of a list of document types - no filtering selection has been done,\n * thus the default is \"all types\".\n */\n 'search.document-type-list-all-types': 'Svi tipovi',\n /** Accessibility label for list displaying the available document types */\n 'search.document-types-aria-label': 'Tipovi dokumenata',\n /** Label for when no document types matching the filter are found */\n 'search.document-types-no-matches-found': 'Nema podudaranja za {{filter}}',\n /** Description for error when a filter cannot be displayed, describes that you should check the schema */\n 'search.error.display-filter-description':\n 'To može ukazivati na nevažeće opcije definirane u vašoj shemi.',\n /** Title for error when a filter cannot be displayed (mainly a developer-oriented error) */\n 'search.error.display-filter-title': 'Došlo je do pogreške prilikom prikazivanja ovog filtra.',\n /** Description for error when no valid asset source is found, describes that you should check the the current studio config */\n 'search.error.no-valid-asset-source-check-config-description':\n 'Molimo provjerite da li je omogućeno u konfiguracijskoj datoteci vašeg Studija.',\n /** Description for error when no valid asset source is found, describes that only the default asset is supported */\n 'search.error.no-valid-asset-source-only-default-description':\n 'Trenutno je podržan samo zadani izvor datoteka.',\n /** Title for error when no valid asset sources found */\n 'search.error.no-valid-asset-source-title': 'Nisu pronađeni važeći izvori datoteka.',\n /** Helpful description for when search returned an error that we are not able to describe in detail */\n 'search.error.unspecified-error-help-description':\n 'Molimo pokušajte ponovno ili provjerite svoju vezu',\n /** Title label for when search returned an error that we are not able to describe in detail */\n 'search.error.unspecified-error-title': 'Nešto je pošlo po zlu tijekom pretraživanja',\n /**\n * Label for \"All fields\", a label that appears above the list of available fields when filtering.\n * If one or more document type has been chosen as filter, this label is replaced with a group of\n * fields per selected document type\n */\n 'search.filter-all-fields-header': 'Sva polja',\n /** Label for the action of changing from one file to a different file in asset search filter */\n 'search.filter-asset-change_file': 'Promijeni datoteku',\n /** Label for the action of changing from one image to a different image in asset search filter */\n 'search.filter-asset-change_image': 'Promijeni sliku',\n /** Label for the action of clearing the currently selected asset in an image/file filter */\n 'search.filter-asset-clear': 'Očisti',\n /** Label for the action of selecting a file in asset search filter */\n 'search.filter-asset-select_file': 'Odaberi datoteku',\n /** Label for the action of selecting an image in asset search filter */\n 'search.filter-asset-select_image': 'Odaberi sliku',\n /** Label for boolean filter - false */\n 'search.filter-boolean-false': 'Netočno',\n /** Label for boolean filter - true */\n 'search.filter-boolean-true': 'Točno',\n /** Accessibility label for list that lets you filter fields by title, when adding a new filter in search */\n 'search.filter-by-title-aria-label': 'Filtriraj po naslovu',\n /** Accessibility label for date filter input */\n 'search.filter-date-aria-label': 'Datum',\n /** Accessibility label for selecting end date on the date range search filter */\n 'search.filter-date-range-end-date-aria-label': 'Krajnji datum',\n /** Accessibility label for selecting start date on the date range search filter */\n 'search.filter-date-range-start-date-aria-label': 'Početni datum',\n /**\n * Label for \"Days\"/\"Months\"/\"Years\" when selecting it as unit in \"X days ago\" search filter.\n * Capitalized, as it would be listed in a dropdown.\n */\n 'search.filter-date-unit_days': 'Dani',\n 'search.filter-date-unit_months': 'Mjeseci',\n 'search.filter-date-unit_years': 'Godine',\n /** Accessibility label for selecting the unit (day/month/year) when adding \"X days ago\" search filter */\n 'search.filter-date-unit-aria-label': 'Odaberite jedinicu',\n /** Accessibility label for the input value (days/months/years) when adding \"X days ago\" search filter */\n 'search.filter-date-value-aria-label': 'Vrijednost jedinice',\n /** Label for \"field description\" shown in tooltip when navigating list of possible fields to filter */\n 'search.filter-field-tooltip-description': 'Opis polja',\n /** Label for \"field name\" shown in tooltip when navigating list of possible fields to filter */\n 'search.filter-field-tooltip-name': 'Naziv polja',\n /** Label for \"Used in document types\", a list of the document types a field appears in. Shown in tooltip when navigating list of possible fields to filter */\n 'search.filter-field-tooltip-used-in-document-types': 'Korišteno u vrstama dokumenata',\n /** Label for when no fields/filters are found for the given term */\n 'search.filter-no-matches-found': 'Nema podudaranja za {{filter}}',\n /** Placeholder value for maximum numeric value filter */\n 'search.filter-number-max-value-placeholder': 'Maksimalna vrijednost',\n /** Placeholder value for minimum numeric value filter */\n 'search.filter-number-min-value-placeholder': 'Minimalna vrijednost',\n /** Placeholder value for the number filter */\n 'search.filter-number-value-placeholder': 'Vrijednost',\n /** Placeholder for the \"Filter\" input, when narrowing possible fields/filters */\n 'search.filter-placeholder': 'Filtriraj',\n /** Label for the action of clearing the currently selected document in a reference filter */\n 'search.filter-reference-clear': 'Očisti',\n /**\n * Label for \"shared fields\", a label that appears above a list of fields that all filtered types\n * have in common, when adding a new filter. For instance, if \"book\" and \"employee\" both have a\n * \"title\" field, this field would be listed under \"shared fields\".\n * */\n 'search.filter-shared-fields-header': 'Zajednička polja',\n /** Placeholder value for the string filter */\n 'search.filter-string-value-placeholder': 'Vrijednost',\n /** Label/placeholder prompting user to select one of the predefined, allowed values for a string field */\n 'search.filter-string-value-select-predefined-value': 'Odaberite…',\n /** Accessibility label for the \"Filters\" list, that is shown when using \"Add filter\" in search (singular) */\n 'search.filters-aria-label_one': 'Filter',\n /** Accessibility label for the \"Filters\" list, that is shown when using \"Add filter\" in search (plural) */\n 'search.filters-aria-label_other': 'Filteri',\n /** Label for instructions on how to use the search - displayed when no recent searches are available */\n 'search.instructions': 'Koristite <ControlsIcon/> za preciziranje pretrage',\n /** Helpful description for when no search results are found */\n 'search.no-results-help-description':\n 'Pokušajte s drugom ključnom riječi ili prilagodite svoje filtere',\n /** Title label for when no search results are found */\n 'search.no-results-title': 'Nema rezultata',\n /**\n * Individual search operators.\n *\n * The `name` variant is the form we use when the user is building a query, and selecting from a\n * list of available operators for a field. Keep in mind that since the user knows what the field\n * represents, we do not need to contextualize too much, and that the user may not be a developer\n * eg prefer \"quantity is\" over \"array has length\". Additionally, (if applicable in language) use\n * lowercased names.\n *\n * The `description` variant is the form shown once the filter has enough information to apply,\n * and is shown in the list of applied filters. It is passed components that _should_ be used to\n * compose the filter string, and to format them correctly:\n *\n * `<Field/>` - eg \"Bird species\", \"Category\", \"Date of birth\"\n * `<Operator>operator text</Operator>` - eg \"has ≤\", \"includes\", \"is\"\n * `<Value>{{value}}</Value>` - eg \"Hawk\", \"Sparrow\", \"Eagle\"\n *\n * Where applicable, a `count` is passed, allowing you to pluralize where needed, by using\n * suffixes such as `_zero`, `_one`, `_other` etc.\n *\n * Prefer (reasonable) brevity since many filters may be applied. For instance:\n * `<Field/> has ≤ <Value/>` may be better than\n * `<Field/> has less than or equal to <Value/>`\n **/\n /* Array should have a count the given filter value */\n 'search.operator.array-count-equal.description_one':\n '<Field/> <Operator>ima</Operator> <Value>{{count}} stavku</Value>',\n 'search.operator.array-count-equal.description_other':\n '<Field/> <Operator>ima</Operator> <Value>{{count}} stavki</Value>',\n 'search.operator.array-count-equal.name': 'količina je',\n /* Array should have a count greater than given filter value */\n 'search.operator.array-count-gt.description_one':\n '<Field/> <Operator>ima ></Operator> <Value>{{count}} stavku</Value>',\n 'search.operator.array-count-gt.description_other':\n '<Field/> <Operator>ima ></Operator> <Value>{{count}} stavki</Value>',\n 'search.operator.array-count-gt.name': 'količina veća od',\n /* Array should have a count greater than or equal to the given filter value */\n 'search.operator.array-count-gte.description_one':\n '<Field/> <Operator>ima ≥</Operator> <Value>{{count}} stavku</Value>',\n 'search.operator.array-count-gte.description_other':\n '<Field/> <Operator>ima ≥</Operator> <Value>{{count}} stavki</Value>',\n 'search.operator.array-count-gte.name': 'količina veća ili jednaka',\n /* Array should have a count less than given filter value */\n 'search.operator.array-count-lt.description_one':\n '<Field/> <Operator>ima <</Operator> <Value>{{count}} stavku</Value>',\n 'search.operator.array-count-lt.description_other':\n '<Field/> <Operator>ima <</Operator> <Value>{{count}} stavki</Value>',\n 'search.operator.array-count-lt.name': 'količina manja od',\n /* Array should have a count less than or equal to the given filter value */\n 'search.operator.array-count-lte.description_one':\n '<Field/> <Operator>ima ≤</Operator> <Value>{{count}} stavku</Value>',\n 'search.operator.array-count-lte.description_other':\n '<Field/> <Operator>ima ≤</Operator> <Value>{{count}} stavki</Value>',\n 'search.operator.array-count-lte.name': 'količina manja ili jednaka',\n /* Array should have a count that is not equal to the given filter value */\n 'search.operator.array-count-not-equal.description_one':\n '<Field/> <Operator>nema</Operator> <Value>{{count}} stavku</Value>',\n 'search.operator.array-count-not-equal.description_other':\n '<Field/> <Operator>nema</Operator> <Value>{{count}} stavki</Value>',\n 'search.operator.array-count-not-equal.name': 'količina nije',\n /**\n * Array should have a count within the range of given filter values.\n * Gets passed `{{from}}` and `{{to}}` values.\n **/\n 'search.operator.array-count-range.description':\n '<Field/> <Operator>ima između</Operator> <Value>{{from}} → {{to}} stavki</Value>',\n 'search.operator.array-count-range.name': 'količina je između',\n /* Array should include the given value */\n 'search.operator.array-list-includes.description':\n '<Field/> <Operator>uključuje</Operator> <Value>{{value}}</Value>',\n 'search.operator.array-list-includes.name': 'uključuje',\n /* Array should not include the given value */\n 'search.operator.array-list-not-includes.description':\n '<Field/> <Operator>ne uključuje</Operator> <Value>{{value}}</Value>',\n 'search.operator.array-list-not-includes.name': 'ne uključuje',\n /* Array should include the given reference */\n 'search.operator.array-reference-includes.description':\n '<Field/> <Operator>uključuje</Operator> <Value>{{value}}</Value>',\n 'search.operator.array-reference-includes.name': 'uključuje',\n /* Array should not include the given reference */\n 'search.operator.array-reference-not-includes.description':\n '<Field/> <Operator>ne uključuje</Operator> <Value>{{value}}</Value>',\n 'search.operator.array-reference-not-includes.name': 'ne uključuje',\n /* Asset (file) should be the selected asset */\n 'search.operator.asset-file-equal.description':\n '<Field/> <Operator>je</Operator> <Value>{{value}}</Value>',\n 'search.operator.asset-file-equal.name': 'je',\n /* Asset (file) should not be the selected asset */\n 'search.operator.asset-file-not-equal.description':\n '<Field/> <Operator>nije</Operator> <Value>{{value}}</Value>',\n 'search.operator.asset-file-not-equal.name': 'nije',\n /* Asset (image) should be the selected asset */\n 'search.operator.asset-image-equal.description':\n '<Field/> <Operator>je</Operator> <Value>{{value}}</Value>',\n 'search.operator.asset-image-equal.name': 'je',\n /* Asset (image) should not be the selected asset */\n 'search.operator.asset-image-not-equal.description':\n '<Field/> <Operator>nije</Operator> <Value>{{value}}</Value>',\n 'search.operator.asset-image-not-equal.name': 'nije',\n /**\n * Boolean value should be the given filter value (true/false).\n * Context passed is `true` and `false`, allowing for more specific translations:\n * - `search.operator.boolean-equal.description_true`\n * - `search.operator.boolean-equal.description_false`\n */\n 'search.operator.boolean-equal.description':\n '<Field/> <Operator>je</Operator> <Value>{{value}}</Value>',\n 'search.operator.boolean-equal.name': 'je',\n /* Date should be after (later than) given filter value */\n 'search.operator.date-after.description':\n '<Field/> <Operator>je nakon</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-after.name': 'nakon',\n /* Date should be before (earlier than) given filter value */\n 'search.operator.date-before.description':\n '<Field/> <Operator>je prije</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-before.name': 'prije',\n /* Date should be the given filter value */\n 'search.operator.date-equal.description':\n '<Field/> <Operator>je</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-equal.name': 'je',\n /* Date should be within the given filter value range (eg \"within the last X days\") */\n 'search.operator.date-last.description':\n '<Field/> <Operator>je u zadnjem</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-last.name': 'zadnji',\n /* Date should not be the given filter value */\n 'search.operator.date-not-equal.description':\n '<Field/> <Operator>nije</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-not-equal.name': 'nije',\n /* Date should be within the range of given filter values */\n 'search.operator.date-range.description': '<Field/> <Operator>je između</Operator> <Value/>',\n 'search.operator.date-range.name': 'je između',\n /* Date and time should be after (later than) given filter value */\n 'search.operator.date-time-after.description':\n '<Field/> <Operator>je nakon</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-after.name': 'poslije',\n /* Date and time should be before (earlier than) given filter value */\n 'search.operator.date-time-before.description':\n '<Field/> <Operator>je prije</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-before.name': 'prije',\n /* Date and time should be the given filter value */\n 'search.operator.date-time-equal.description':\n '<Field/> <Operator>je</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-equal.name': 'je',\n /* Date and time should be within the given filter value range (eg \"within the last X days\") */\n 'search.operator.date-time-last.description':\n '<Field/> <Operator>je u zadnjih</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-last.name': 'zadnji',\n /* Date and time should not be the given filter value */\n 'search.operator.date-time-not-equal.description':\n '<Field/> <Operator>nije</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-not-equal.name': 'nije',\n /* Date and time should be within the range of given filter values */\n 'search.operator.date-time-range.description': '<Field/> <Operator>je između</Operator> <Value/>',\n 'search.operator.date-time-range.name': 'je između',\n /* Value should be defined */\n 'search.operator.defined.description':\n '<Field/> <Operator>je</Operator> <Value>nije prazno</Value>',\n 'search.operator.defined.name': 'nije prazno',\n /* Value should not be defined */\n 'search.operator.not-defined.description':\n '<Field/> <Operator>je</Operator> <Value>prazno</Value>',\n 'search.operator.not-defined.name': 'prazno',\n /* Number should be the given filter value */\n 'search.operator.number-equal.description':\n '<Field/> <Operator>je</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-equal.name': 'je',\n /* Number should be greater than given filter value */\n 'search.operator.number-gt.description':\n '<Field/> <Operator>></Operator> <Value>{{value}}</Value>',\n 'search.operator.number-gt.name': 'veće od',\n /* Number should be greater than or the given filter value */\n 'search.operator.number-gte.description':\n '<Field/> <Operator>≥</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-gte.name': 'veće ili jednako',\n /* Number should be less than given filter value */\n 'search.operator.number-lt.description':\n '<Field/> <Operator><</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-lt.name': 'manje od',\n /* Number should be less than or the given filter value */\n 'search.operator.number-lte.description':\n '<Field/> <Operator>≤</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-lte.name': 'manje ili jednako',\n /* Number should not be the given filter value */\n 'search.operator.number-not-equal.description':\n '<Field/> <Operator>nije</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-not-equal.name': 'nije',\n /* Number should be within the range of given filter values */\n 'search.operator.number-range.description':\n '<Field/> <Operator>je između</Operator> <Value>{{from}} → {{to}}</Value>',\n 'search.operator.number-range.name': 'je između',\n /* Portable Text should contain the given filter value */\n 'search.operator.portable-text-contains.description':\n '<Field/> <Operator>sadrži</Operator> <Value>{{value}}</Value>',\n 'search.operator.portable-text-contains.name': 'sadrži',\n /* Portable Text should be the given filter value */\n 'search.operator.portable-text-equal.description':\n '<Field/> <Operator>je</Operator> <Value>{{value}}</Value>',\n 'search.operator.portable-text-equal.name': 'je',\n /* Portable Text should not contain the given filter value */\n 'search.operator.portable-text-not-contains.description':\n '<Field/> <Operator>ne sadrži</Operator> <Value>{{value}}</Value>',\n 'search.operator.portable-text-not-contains.name': 'ne sadrži',\n /* Portable Text should not be the given filter value */\n 'search.operator.portable-text-not-equal.description':\n '<Field/> <Operator>nije</Operator> <Value>{{value}}</Value>',\n 'search.operator.portable-text-not-equal.name': 'nije',\n /* References the given asset (file) */\n 'search.operator.reference-asset-file.description':\n '<Field/> <Operator>→</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-asset-file.name': 'datoteka',\n /* References the given asset (image) */\n 'search.operator.reference-asset-image.description':\n '<Field/> <Operator>→</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-asset-image.name': 'slika',\n /* References the given document */\n 'search.operator.reference-document.description':\n '<Field/> <Operator>→</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-document.name': 'dokument',\n /* Reference should be the given document */\n 'search.operator.reference-equal.description':\n '<Field/> <Operator>je</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-equal.name': 'je',\n /* Reference should not be the given document */\n 'search.operator.reference-not-equal.description':\n '<Field/> <Operator>nije</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-not-equal.name': 'nije',\n /* Slug contains the given value */\n 'search.operator.slug-contains.description':\n '<Field/> <Operator>sadrži</Operator> <Value>{{value}}</Value>',\n 'search.operator.slug-contains.name': 'sadrži',\n /* Slug equals the given filter value */\n 'search.operator.slug-equal.description':\n '<Field/> <Operator>je</Operator> <Value>{{value}}</Value>',\n 'search.operator.slug-equal.name': undefined, // 'is'\n /* Slug does not contain the given value */\n 'search.operator.slug-not-contains.description': undefined, // '<Field/> <Operator>does not contain</Operator> <Value>{{value}}</Value>'\n 'search.operator.slug-not-contains.name': undefined, // 'does not contain'\n /* Slug does not equal the given filter value */\n 'search.operator.slug-not-equal.description': undefined, // '<Field/> <Operator>is not</Operator> <Value>{{value}}</Value>'\n 'search.operator.slug-not-equal.name': undefined, // 'is not'\n /* String contains the given filter value */\n 'search.operator.string-contains.description': undefined, // '<Field/> <Operator>contains</Operator> <Value>{{value}}</Value>'\n 'search.operator.string-contains.name': undefined, // 'contains'\n /* String equals the given filter value */\n 'search.operator.string-equal.description': undefined, // '<Field/> <Operator>is</Operator> <Value>{{value}}</Value>'\n 'search.operator.string-equal.name': undefined, // 'is'\n /* String equals one of the predefined allowed values */\n 'search.operator.string-list-equal.description': undefined, // '<Field/> <Operator>is</Operator> <Value>{{value}}</Value>'\n 'search.operator.string-list-equal.name': undefined, // 'is'\n /* String does not equal one of the predefined allowed values */\n 'search.operator.string-list-not-equal.description': undefined, // '<Field/> <Operator>is not</Operator> <Value>{{value}}</Value>'\n 'search.operator.string-list-not-equal.name': undefined, // 'is not'\n /* String does not contain the given filter value */\n 'search.operator.string-not-contains.description': undefined, // '<Field/> <Operator>does not contain</Operator> <Value>{{value}}</Value>'\n 'search.operator.string-not-contains.name': undefined, // 'does not contain'\n /* String does not equal the given filter value */\n 'search.operator.string-not-equal.description': undefined, // '<Field/> <Operator>is not</Operator> <Value>{{value}}</Value>'\n 'search.operator.string-not-equal.name': undefined, // 'is not'\n /** Label for the \"Best match\" search ordering type */\n 'search.ordering.best-match-label': undefined, // 'Best match'\n /** Label for the \"Created: Oldest first\" search ordering type */\n 'search.ordering.created-ascending-label': undefined, // 'Created: Oldest first'\n /** Label for the \"Created: Newest first\" search ordering type */\n 'search.ordering.created-descending-label': undefined, // 'Created: Newest first'\n /** Label for the \"Updated: Oldest first\" search ordering type */\n 'search.ordering.updated-ascending-label': undefined, // 'Updated: Oldest first'\n /** Label for the \"Updated: Newest first\" search ordering type */\n 'search.ordering.updated-descending-label': undefined, // 'Updated: Newest first'\n /** Placeholder text for the global search input field */\n 'search.placeholder': undefined, // 'Search'\n /** Accessibility label for the recent searches section, shown when no valid search terms has been given */\n 'search.recent-searches-aria-label': undefined, // 'Recent searches'\n /** Label/heading shown for the recent searches section */\n 'search.recent-searches-label': undefined, // 'Recent searches'\n /** Accessibility label for the search results section, shown when the user has typed valid terms */\n 'search.search-results-aria-label': 'Rezultati pretraživanja',\n\n /** Description for error when the timeline for the given document can't be loaded */\n 'timeline.error.load-document-changes-description':\n 'Transakcije povijesti dokumenta nisu bile pogođene.',\n /** Title for error when the timeline for the given document can't be loaded */\n 'timeline.error.load-document-changes-title':\n 'Došlo je do pogreške prilikom dohvaćanja promjena dokumenta.',\n /** Error description for when the document doesn't have history */\n 'timeline.error.no-document-history-description':\n 'Kada mijenjate sadržaj dokumenta, verzije dokumenta će se pojaviti u ovom izborniku.',\n /** Error title for when the document doesn't have history */\n 'timeline.error.no-document-history-title': 'Nema povijesti dokumenta',\n /** Error prompt when revision cannot be loaded */\n 'timeline.error.unable-to-load-revision': 'Nije moguće učitati reviziju',\n /** Label for when the timeline item is the latest in the history */\n 'timeline.latest': 'Najnovije',\n /** Label for latest version for timeline menu dropdown */\n 'timeline.latest-version': 'Najnovija verzija',\n /** The aria-label for the list of revisions in the timeline */\n 'timeline.list.aria-label': 'Revizije dokumenta',\n /** Label for loading history */\n 'timeline.loading-history': 'Učitavanje povijesti…',\n /** Label shown in review changes timeline when a document has been created */\n 'timeline.operation.created': 'Stvoreno',\n /** Label shown in review changes timeline when a document has been created, with a timestamp */\n 'timeline.operation.created_timestamp': 'Stvoreno: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document was initially created */\n 'timeline.operation.created-initial': 'Stvoreno',\n /** Label shown in review changes timeline when a document was initially created, with a timestamp */\n 'timeline.operation.created-initial_timestamp': 'Stvoreno: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document has been deleted */\n 'timeline.operation.deleted': 'Izbrisano',\n /** Label shown in review changes timeline when a document has been deleted, with a timestamp */\n 'timeline.operation.deleted_timestamp': 'Izbrisano: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a draft has been discarded */\n 'timeline.operation.draft-discarded': 'Odbačena skica',\n /** Label shown in review changes timeline when a draft has been discarded, with a timestamp */\n 'timeline.operation.draft-discarded_timestamp': 'Odbačena skica: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a draft has been edited */\n 'timeline.operation.edited-draft': 'Uređeno',\n /** Label shown in review changes timeline when a draft has been edited, with a timestamp */\n 'timeline.operation.edited-draft_timestamp': 'Uređeno: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document has been edited live */\n 'timeline.operation.edited-live': 'Uređeno uživo',\n /** Label shown in review changes timeline when a document has been edited live, with a timestamp */\n 'timeline.operation.edited-live_timestamp': 'Uređeno uživo: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document was published */\n 'timeline.operation.published': 'Objavljeno',\n /** Label shown in review changes timeline when a document was published, with a timestamp */\n 'timeline.operation.published_timestamp': 'Objavljeno: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document was unpublished */\n 'timeline.operation.unpublished': 'Poništena objava',\n /** Label shown in review changes timeline when a document was unpublished, with a timestamp */\n 'timeline.operation.unpublished_timestamp': 'Poništena objava: {{timestamp, datetime}}',\n /**\n * Label for determining since which version the changes for timeline menu dropdown are showing.\n * Receives the time label as a parameter (`timestamp`).\n */\n 'timeline.since': 'Od: {{timestamp, datetime}}',\n /** Label for missing change version for timeline menu dropdown are showing */\n 'timeline.since-version-missing': 'Od: nepoznata verzija',\n\n /** Label for button showing the free trial days left */\n 'user-menu.action.free-trial_one': 'Preostao {{count}} dan probnog roka',\n 'user-menu.action.free-trial_other': 'Preostalo {{count}} dana probnog roka',\n /** Label for the button showed after trial ended */\n 'user-menu.action.free-trial-finished': 'Nadogradite iz besplatne verzije',\n /** Label for action to invite members to the current sanity project */\n 'user-menu.action.invite-members': 'Pozovite članove',\n /** Accessibility label for action to invite members to the current sanity project */\n 'user-menu.action.invite-members-aria-label': 'Pozovite članove',\n /** Label for action to manage the current sanity project */\n 'user-menu.action.manage-project': 'Upravljajte projektom',\n /** Accessibility label for the action to manage the current project */\n 'user-menu.action.manage-project-aria-label': 'Upravljajte projektom',\n /** Tooltip helper text when portable text annotation is disabled for empty block*/\n 'user-menu.action.portable-text.annotation-disabled_empty-block':\n 'Nije moguće primijeniti {{name}} na prazan blok',\n /** Tooltip helper text when portable text annotation is disabled for multiple blocks */\n 'user-menu.action.portable-text.annotation-disabled_multiple-blocks':\n 'Nije moguće primijeniti {{name}} na više blokova',\n /** Label for action to sign out of the current sanity project */\n 'user-menu.action.sign-out': 'Odjavite se',\n /** Title for appearance section for the current studio (dark / light / system scheme) */\n 'user-menu.appearance-title': 'Izgled',\n /** Label for close menu button for user menu */\n 'user-menu.close-menu': 'Zatvorite izbornik',\n /** Description for using the \"dark theme\" in the appearance user menu */\n 'user-menu.color-scheme.dark-description': 'Koristite tamni izgled',\n /** Title for using the \"dark theme\" in the appearance user menu */\n 'user-menu.color-scheme.dark-title': 'Tamno',\n /** Description for using the \"light theme\" in the appearance user menu */\n 'user-menu.color-scheme.light-description': 'Koristite svijetli izgled',\n /** Title for using the \"light theme\" in the appearance user menu */\n 'user-menu.color-scheme.light-title': 'Svijetlo',\n /** Description for using \"system apparence\" in the appearance user menu */\n 'user-menu.color-scheme.system-description': 'Koristite izgled sustava',\n /** Title for using system apparence in the appearance user menu */\n 'user-menu.color-scheme.system-title': 'Sustav',\n /** Title for locale section for the current studio */\n 'user-menu.locale-title': 'Jezik',\n /** Label for tooltip to show which provider the currently logged in user is using */\n 'user-menu.login-provider': 'Prijavljeni s {{providerTitle}}',\n\n /**\n * Label for action to add a workspace (currently a developer-oriented action, as this will\n * lead to the documentation on workspace configuration)\n */\n 'workspaces.action.add-workspace': 'Dodajte radni prostor',\n /**\n * Label for action to choose a different workspace, in the case where you are not logged in,\n * have selected a workspace, and are faced with the authentication options for the selected\n * workspace. In other words, label for the action shown when you have reconsidered which\n * workspace to authenticate in.\n */\n 'workspaces.action.choose-another-workspace': 'Odaberite drugi radni prostor',\n /** Label for heading that indicates that you can choose your workspace */\n 'workspaces.choose-your-workspace-label': 'Odaberite svoj radni prostor',\n /** Label for the workspace menu */\n 'workspaces.select-workspace-aria-label': 'Odaberite radni prostor',\n /** Button label for opening the workspace switcher */\n 'workspaces.select-workspace-label': 'Odaberite radni prostor',\n /** Title for Workplaces dropdown menu */\n 'workspaces.title': 'Radni prostori',\n})\n"],"names":["studio","require","exports","default"],"mappings":"AAEA,aAAA,IAAAA,EAAAC,QAAA,yCAA8C,CAE5C,sCAAuC,UAEvC,0CAA2C,mBAE3C,8CAA+C,kCAE/C,+CAAgD,+BAEhD,0CAA2C,cAE3C,2CAA4C,WAE5C,2CAA4C,UAE5C,yCAA0C,mBAE1C,0CAA2C,gBAE3C,qCAAsC,cAEtC,kEACE,0GAEF,oEACE,2EAEF,mEACE,sGAEF,qEACE,wEAEF,0DAA2D,gBAE3D,qEACE,8HAEF,uEACE,oHAEF,sEACE,2HAEF,wEACE,iHAEF,qCACE,kFAGF,yCAA0C,qBAE1C,0CAA2C,kBAE3C,gCAAiC,cAEjC,qCAAsC,gBAEtC,sCAAuC,aACvC,iFACE,mDACF,kDAAmD,SACnD,mDAAoD,kBACpD,wDAAyD,gCACzD,uDAAwD,mBACxD,6CAA8C,oCAC9C,iDAAkD,uBAClD,iDAAkD,kBAElD,+CAAgD,iBAChD,2CAA4C,WAC5C,2CAA4C,MAE5C,0BAA2B,qBAC3B,8CAA+C,iCAE/C,kDAAmD,oBAEnD,2BAA4B,kBAC5B,yDACE,4DACF,2DACE,kEAEF,0DACE,oEACF,2DAA4D,sCAC5D,6DACE,4CAEF,4DACE,8CACF,0DACE,yDACF,4DACE,+DAEF,2DACE,iEACF,4DAA6D,mCAC7D,8DACE,wCAEF,6DACE,2CAGF,mCAAoC,yBAEpC,kCAAmC,yBAEnC,uCAAwC,0BAExC,sCAAuC,0BAEvC,8BAA+B,QAE/B,yCAA0C,sBAE1C,iCAAkC,QAElC,kCAAmC,QAEnC,qCAAsC,kBAEtC,8BAA+B,cAE/B,gCAAiC,iBAEjC,sCAAuC,8BAEvC,qCAAsC,iCAEtC,mCAAoC,uCAEpC,6BAA8B,UAE9B,8BAA+B,UAE/B,gCAAiC,WAEjC,gCAAiC,UAEjC,+BAAgC,WAEhC,4BAA6B,SAE7B,4BAA6B,SAE7B,6BAA8B,SAE9B,2BAA4B,UAE5B,gCAAiC,UAEjC,+BAAgC,WAEhC,iCAAkC,QAElC,sCAAuC,MAEvC,sCAAuC,MAEvC,wCAAyC,MAEzC,sCAAuC,MAEvC,wCAAyC,MAEzC,uCAAwC,MAExC,yCAA0C,MAG1C,6BAA8B,2BAE9B,mCAAoC,WAEpC,oCAAqC,qBAErC,mDAAoD,iBAEpD,qDAAsD,iBAEtD,4CAA6C,+CAE7C,gDAAiD,+CAEjD,sBAAuB,SAEvB,uCAAwC,kCACxC,oCAAqC,qCACrC,sCAAuC,qCAMvC,kCAAmC,oCACnC,oCAAqC,oCAErC,2CAA4C,oCAE5C,gCAAiC,qBAEjC,wBAAyB,eAEzB,4BAA6B,cAE7B,wCACE,gEAEF,+BAAgC,2DAEhC,uCACE,kHAEF,wCAAyC,cAEzC,6BAA8B,oBAE9B,wBAAyB,iBAEzB,oCAAqC,8BAErC,gCAAiC,uBAEjC,yCAA0C,cAE1C,6BAA8B,yBAE9B,qCAAsC,eAEtC,+BAAgC,KAEhC,+BAAgC,OAEhC,6BAA8B,KAE9B,yBAA0B,cAE1B,0BAA2B,uBAE3B,iCACE,sHAEF,2BAA4B,gBAE5B,yCAA0C,mBAE1C,2CAA4C,yBAE5C,2CAA4C,sBAE5C,6CAA8C,2BAE9C,4CACE,4DAEF,2CAA4C,4BAE5C,4CAA6C,8BAE7C,gDAAiD,4BAEjD,yCAA0C,qBAE1C,2CAA4C,2BAE5C,2CAA4C,wBAE5C,4CAA6C,wBAE7C,8CAA+C,8BAE/C,8CAA+C,2BAE/C,gDAAiD,gCAEjD,mCAAoC,cAEpC,qCAAsC,iBAEtC,uDAAwD,kCAExD,0DACE,0CAEF,wBAAyB,YAEzB,gBAAiB,mBAIjB,qCAAsC,eAEtC,mCAAoC,WAEpC,oCAAqC,UAErC,iBAAkB,aAIlB,sCAAuC,sCAGvC,mCAAoC,wBAGpC,4BAA6B,sBAE7B,gCAAiC,oBAEjC,2BAA4B,wBAE5B,4BAA6B,wBAE7B,0BAA2B,qBAE3B,yBAA0B,oBAE1B,0BAA2B,sBAG3B,yBAA0B,mBAE1B,gCAAiC,kBAEjC,4BAA6B,sBAG7B,iEACE,mEAEF,sDACE,oJAEF,gDAAiD,4BAEjD,uDAAwD,iCAExD,0CACE,uHAEF,wCAAyC,yBAEzC,6BACE,wHAEF,gDAAiD,6BAEjD,+DACE,mEAEF,oDACE,gHAEF,8CAA+C,4BAE/C,wCACE,sGAEF,sCAAuC,uBAEvC,mDACE,iJAEF,6CAA8C,4BAE9C,kDAAmD,uCAEnD,uCACE,qGAEF,qCAAsC,+BAEtC,oCACE,wFAEF,kCACE,sFAEF,kCAAmC,cAEnC,qCAAsC,cAEtC,uCAAwC,aAExC,sCAAuC,kBAEvC,yCAA0C,iBAE1C,2CAA4C,mBAC5C,6CAA8C,mBAE9C,6CAA8C,uBAC9C,+CAAgD,uBAMhD,sCAAuC,wBAKvC,yCAA0C,kBAK1C,2CAA4C,gCAE5C,uCAAwC,yCAExC,gCAAiC,2CAEjC,uBAAwB,kBAGxB,mCAAoC,SAEpC,+DAAgE,UAEhE,qCAAsC,uBAEtC,kEACE,0EAGF,gCAAiC,wBAEjC,iCAAkC,sBAElC,+BAAgC,gBAKhC,2CAA4C,mBAE5C,mCAAoC,mCAEpC,gCAAiC,aAEjC,2BAA4B,0BAE5B,6BAA8B,SAE9B,0CAA2C,SAE3C,2BAA4B,6BAE5B,wDACE,wIAEF,wDACE,yFAEF,yDACE,wGAEF,2DACE,0GAEF,4DACE,yOAEF,qDAAsD,kCAEtD,iDACE,mEAEF,gDAAiD,uBAEjD,sCAAuC,gCAEvC,8BAA+B,cAE/B,+BAAgC,+BAEhC,uCAAwC,kCAExC,8BAA+B,mBAE/B,mDAAoD,kCAEpD,iCAAkC,WAElC,2BAA4B,mBAE5B,wCAAyC,kCAEzC,+CACE,yGAEF,qDAAsD,uBAEtD,yCAA0C,iCAE1C,uCAAwC,UAExC,wCAAyC,iDAEzC,kCAAmC,sBAEnC,qDAAsD,eAEtD,kDAAmD,cAEnD,kDAAmD,UAEnD,2DAA4D,gCAE5D,iDAAkD,WAElD,gDAAiD,UAEjD,kDAAmD,sBAEnD,4DACE,yCAEF,8DACE,yCAEF,+EACE,2CAEF,iFACE,0DAEF,4EACE,gDAEF,8EACE,gDAEF,+DAAgE,iCAChE,iEACE,2CAEF,+DACE,qCAEF,gEACE,kCAEF,sDAAuD,+BAEvD,uDAAwD,4BAExD,4CAA6C,kBAE7C,uDAAwD,uCAExD,iDAAkD,kBAElD,uDACE,uKAEF,iDAAkD,sBAElD,+CAAgD,eAEhD,oDAAqD,qCAErD,+CAAgD,+BAEhD,gCAAiC,UAEjC,+CAAgD,qCAEhD,iDAAkD,8BAElD,oDAAqD,+BAErD,yCAA0C,kCAE1C,oCAAqC,8BAErC,iDACE,gGAEF,uDAAwD,uBAExD,2CAA4C,4BAE5C,sCAAuC,wBAEvC,wCAAyC,0CAEzC,kCAAmC,sBAEnC,+BACE,4HAEF,8BAA+B,2BAE/B,yBAA0B,sBAE1B,2CAA4C,4BAE5C,oCAAqC,oDAErC,mCACE,gGAEF,2CACE,kFAEF,sDACE,qDAEF,+CACE,qFAEF,qCAAsC,4BAGtC,yCAA0C,uBAE1C,6BAA8B,iCAE9B,4CAA6C,cAE7C,qDACE,yNAEF,wDAAyD,eAEzD,uDACE,mDACF,yDACE,6DAEF,+DACE,oLACF,iEACE,8LAEF,qDAAsD,4BAEtD,iDAAkD,4BAClD,mDAAoD,4BAEpD,8CAA+C,iBAE/C,8CAA+C,kBAE/C,4CAA6C,mBAE7C,2CAA4C,sBAE5C,sDAAuD,6BAEvD,mDAAoD,sBAEpD,8DAA+D,+BAE/D,gDAAiD,mBAEjD,uDAAwD,yBAExD,+DACE,mDAEF,qDAAsD,0BAEtD,+CAAgD,uBAEhD,uCAAwC,YAExC,kCAAmC,QAEnC,kDAAmD,kBAEnD,4CAA6C,mBAE7C,oCAAqC,SAErC,kCAAmC,WAEnC,sCAAuC,MAEvC,0CAA2C,SAE3C,gDAAiD,YAEjD,wCAAyC,aAEzC,2CAA4C,YAE5C,yCAA0C,SAE1C,0CAA2C,eAE3C,4CAA6C,gBAE7C,uDACE,4JAEF,kEAAmE,gBAEnE,uEACE,oJAEF,4DAA6D,cAE7D,iEACE,yGAEF,2DAA4D,kCAE5D,gEACE,2EAEF,wDAAyD,YAEzD,iEACE,gDAEF,sEACE,8HAEF,8DAA+D,mCAE/D,mEACE,gIAEF,+DACE,gDAEF,oEACE,yHAEF,8DAA+D,2BAE/D,mEACE,sHAEF,+DAAgE,gBAEhE,oEACE,4GAEF,wDAAyD,2BAEzD,6DACE,wFAEF,wEAAyE,cAEzE,6EACE,qGAEF,wEAAyE,iBAEzE,6EACE,qGAEF,yDAA0D,cAE1D,8DACE,0DAEF,6DAA8D,gBAE9D,kEACE,6FAEF,yDAA0D,qBAE1D,8DACE,mEAEF,0DAA2D,gBAE3D,+DACE,iDAEF,2DAA4D,6BAE5D,gEACE,mIAEF,2CAA4C,uCAE5C,wCAAyC,6BAEzC,wCAAyC,mBAEzC,gCAAiC,WAEjC,gCAAiC,WAEjC,gCAAiC,WAEjC,gCAAiC,WAEjC,gCAAiC,WAEjC,gCAAiC,WAEjC,sCAAuC,aAEvC,kCAAmC,YAEnC,oCAAqC,WAErC,mCAAoC,QAEpC,gCAAiC,SAEjC,8CAA+C,SAE/C,qDAAsD,UAEtD,oCAAqC,aAErC,0CAA2C,yBAE3C,iCAAkC,SAElC,kCAAmC,WAEnC,yCAA0C,iBAE1C,0DACE,yIAEF,8DACE,oHAEF,2DACE,6DAEF,8CACE,yEAEF,6CAA8C,uCAE9C,oDAAqD,yBAErD,uDACE,gDAEF,0DACE,gFAEF,kDACE,iKAEF,4CAA6C,0BAE7C,8DACE,sEAEF,wDAAyD,qBAEzD,0DACE,qIAEF,oDAAqD,iBAErD,iEAAkE,SAElE,6CAA8C,kCAE9C,0CAA2C,sCAE3C,oEACE,qGAEF,8DAA+D,wBAE/D,sEACE,oHAEF,gEAAiE,4BAEjE,gEAAiE,4BAEjE,qDAAsD,kBAEtD,wCAAyC,4CAEzC,wCAAyC,sDAEzC,0CAA2C,0BAE3C,iEAAkE,6BAElE,8DAA+D,UAE/D,uDAAwD,kBAExD,mDAAoD,aAEpD,gDAAiD,6BAEjD,yCAA0C,kBAE1C,6CAA8C,6BAE9C,sDACE,+GAEF,gEACE,yEAEF,2CAA4C,kCAE5C,sCAAuC,sBAEvC,2DACE,qHAEF,2DACE,4FAEF,yDACE,sJAEF,yDACE,4FAEF,6DAA8D,4BAE9D,2CAA4C,8BAE5C,yDAA0D,6BAE1D,8BAA+B,YAE/B,gCAAiC,eAEjC,mCACE,mEAEF,0BAA2B,qCAE3B,gCAAiC,kBAEjC,2CAA4C,4BAE5C,mCACE,mEAEF,2CACE,yHAEF,gDAAiD,6CAEjD,sDACE,gDAEF,qCAAsC,4BAEtC,6BAA8B,mDAE9B,8CAA+C,qBAG/C,8DACE,8CAEF,kFACE,4CAEF,8EACE,iDAEF,mFACE,yDAEF,mFACE,iDAEF,8EACE,gDAEF,8EACE,8DAEF,iFACE,oDAEF,+EACE,qDAEF,iFACE,yDAEF,yCAA0C,uBAE1C,yCAA0C,qBAG1C,sCAAuC,gCAGvC,sBAAuB,SAKvB,yCAA0C,iBAE1C,kCAAmC,YAEnC,uBAAwB,cAExB,uCAAwC,gBAExC,uCAAwC,kCAKxC,uCAAwC,wBAExC,0BAA2B,qDAE3B,sCAAuC,uBAEvC,qBAAsB,uBAGtB,iCAAkC,wBAElC,sBAAuB,eAEvB,mCACE,oEAEF,6BAA8B,yBAE9B,6BAA8B,mBAG9B,iCAAkC,cAElC,4BAA6B,qBAE7B,gDAAiD,4BAGjD,yBAA0B,cAG1B,gCAAiC,kBAEjC,2BAA4B,eAE5B,8BAA+B,iBAE/B,sCAAuC,0BAEvC,8CAA+C,0BAE/C,yCAA0C,SAE1C,wCAAyC,mBAEzC,mDAAoD,8BAEpD,yCAA0C,gBAK1C,iCAAkC,yBAKlC,sCAAuC,8BAEvC,6BAA8B,mBAE9B,kCAAmC,mBAEnC,mCAAoC,gBAEpC,+CAAgD,iBAEhD,+CAAgD,iBAEhD,0CAA2C,gBAE3C,0CAA2C,iBAE3C,wBAAyB,WAIzB,4BAA6B,kBAK7B,sCAAuC,aAEvC,mCAAoC,oBAEpC,yCAA0C,iCAE1C,0CACE,iEAEF,oCAAqC,0DAErC,8DACE,kFAEF,8DACE,kDAEF,2CAA4C,yCAE5C,kDACE,qDAEF,uCAAwC,8CAMxC,kCAAmC,YAEnC,kCAAmC,qBAEnC,mCAAoC,kBAEpC,4BAA6B,SAE7B,kCAAmC,mBAEnC,mCAAoC,gBAEpC,8BAA+B,UAE/B,6BAA8B,QAE9B,oCAAqC,uBAErC,gCAAiC,QAEjC,+CAAgD,gBAEhD,iDAAkD,gBAKlD,+BAAgC,OAChC,iCAAkC,UAClC,gCAAiC,SAEjC,qCAAsC,qBAEtC,sCAAuC,sBAEvC,0CAA2C,aAE3C,mCAAoC,cAEpC,qDAAsD,iCAEtD,iCAAkC,iCAElC,6CAA8C,wBAE9C,6CAA8C,uBAE9C,yCAA0C,aAE1C,4BAA6B,YAE7B,gCAAiC,SAMjC,qCAAsC,mBAEtC,yCAA0C,aAE1C,qDAAsD,aAEtD,gCAAiC,SAEjC,kCAAmC,UAEnC,sBAAuB,qDAEvB,qCACE,mEAEF,0BAA2B,iBA0B3B,oDACE,oEACF,sDACE,oEACF,yCAA0C,cAE1C,iDACE,sEACF,mDACE,sEACF,sCAAuC,mBAEvC,kDACE,sEACF,oDACE,sEACF,uCAAwC,4BAExC,iDACE,sEACF,mDACE,sEACF,sCAAuC,oBAEvC,kDACE,sEACF,oDACE,sEACF,uCAAwC,6BAExC,wDACE,qEACF,0DACE,qEACF,6CAA8C,gBAK9C,gDACE,mFACF,yCAA0C,qBAE1C,kDACE,mEACF,2CAA4C,YAE5C,sDACE,sEACF,+CAAgD,eAEhD,uDACE,mEACF,gDAAiD,YAEjD,2DACE,sEACF,oDAAqD,eAErD,+CACE,4DACF,wCAAyC,KAEzC,mDACE,8DACF,4CAA6C,OAE7C,gDACE,4DACF,yCAA0C,KAE1C,oDACE,8DACF,6CAA8C,OAO9C,4CACE,4DACF,qCAAsC,KAEtC,yCACE,kEACF,kCAAmC,QAEnC,0CACE,kEACF,mCAAoC,QAEpC,yCACE,4DACF,kCAAmC,KAEnC,wCACE,sEACF,iCAAkC,SAElC,6CACE,8DACF,sCAAuC,OAEvC,yCAA0C,mDAC1C,kCAAmC,YAEnC,8CACE,kEACF,uCAAwC,UAExC,+CACE,kEACF,wCAAyC,QAEzC,8CACE,4DACF,uCAAwC,KAExC,6CACE,sEACF,sCAAuC,SAEvC,kDACE,8DACF,2CAA4C,OAE5C,8CAA+C,mDAC/C,uCAAwC,YAExC,sCACE,8DACF,+BAAgC,cAEhC,0CACE,yDACF,mCAAoC,SAEpC,2CACE,4DACF,oCAAqC,KAErC,wCACE,2DACF,iCAAkC,UAElC,yCACE,2DACF,kCAAmC,mBAEnC,wCACE,2DACF,iCAAkC,WAElC,yCACE,2DACF,kCAAmC,oBAEnC,+CACE,8DACF,wCAAyC,OAEzC,2CACE,2EACF,oCAAqC,YAErC,qDACE,gEACF,8CAA+C,SAE/C,kDACE,4DACF,2CAA4C,KAE5C,yDACE,mEACF,kDAAmD,YAEnD,sDACE,8DACF,+CAAgD,OAEhD,mDACE,2DACF,4CAA6C,WAE7C,oDACE,2DACF,6CAA8C,QAE9C,iDACE,2DACF,0CAA2C,WAE3C,8CACE,4DACF,uCAAwC,KAExC,kDACE,8DACF,2CAA4C,OAE5C,4CACE,gEACF,qCAAsC,SAEtC,yCACE,4DACF,uCAAmC,EAEnC,qDAAiD,EACjD,8CAA0C,EAE1C,kDAA8C,EAC9C,2CAAuC,EAEvC,mDAA+C,EAC/C,4CAAwC,EAExC,gDAA4C,EAC5C,yCAAqC,EAErC,qDAAiD,EACjD,8CAA0C,EAE1C,yDAAqD,EACrD,kDAA8C,EAE9C,uDAAmD,EACnD,gDAA4C,EAE5C,oDAAgD,EAChD,6CAAyC,EAEzC,wCAAoC,EAEpC,+CAA2C,EAE3C,gDAA4C,EAE5C,+CAA2C,EAE3C,gDAA4C,EAE5C,0BAAsB,EAEtB,yCAAqC,EAErC,oCAAgC,EAEhC,mCAAoC,0BAGpC,mDACE,sDAEF,6CACE,+DAEF,iDACE,uFAEF,2CAA4C,2BAE5C,yCAA0C,+BAE1C,kBAAmB,YAEnB,0BAA2B,oBAE3B,2BAA4B,qBAE5B,2BAA4B,wBAE5B,6BAA8B,WAE9B,uCAAwC,oCAExC,qCAAsC,WAEtC,+CAAgD,oCAEhD,6BAA8B,YAE9B,uCAAwC,qCAExC,qCAAsC,iBAEtC,+CAAgD,0CAEhD,kCAAmC,UAEnC,4CAA6C,mCAE7C,iCAAkC,gBAElC,2CAA4C,yCAE5C,+BAAgC,aAEhC,yCAA0C,sCAE1C,iCAAkC,mBAElC,2CAA4C,4CAK5C,iBAAkB,8BAElB,iCAAkC,wBAGlC,kCAAmC,sCACnC,oCAAqC,wCAErC,uCAAwC,mCAExC,kCAAmC,mBAEnC,6CAA8C,mBAE9C,kCAAmC,wBAEnC,6CAA8C,wBAE9C,iEACE,kDAEF,qEACE,mDAEF,4BAA6B,cAE7B,6BAA8B,SAE9B,uBAAwB,qBAExB,0CAA2C,yBAE3C,oCAAqC,QAErC,2CAA4C,4BAE5C,qCAAsC,WAEtC,4CAA6C,2BAE7C,sCAAuC,SAEvC,yBAA0B,QAE1B,2BAA4B,kCAM5B,kCAAmC,wBAOnC,6CAA8C,gCAE9C,yCAA0C,+BAE1C,yCAA0C,0BAE1C,oCAAqC,0BAErC,mBAAoB,mBACrBC,QAAAC,QAAAH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var a=require("sanity").removeUndefinedLocaleResources({"array.exact-length":"Mora imati točno {{wantedLength}} stavki","array.exact-length_blocks":"Mora imati točno {{wantedLength}} blokova","array.item-duplicate":"Ne smije biti duplikat","array.maximum-length":"Mora imati najviše {{maxLength}} stavki","array.maximum-length_blocks":"Mora imati najviše {{maxLength}} blokova","array.minimum-length":"Mora imati najmanje {{minLength}} stavki","array.minimum-length_blocks":"Mora imati najmanje {{minLength}} blokova","date.invalid-format":"Mora biti valjan ISO-8601 formatiran datum","date.maximum":"Mora biti prije {{maxDate}}","date.minimum":"Mora biti nakon {{minDate}}","generic.incorrect-type":'Očekivani tip "{{expectedType}}", dobio "{{actualType}}"',"generic.not-allowed":"Vrijednost se ne podudara s dozvoljenim vrijednostima","generic.not-allowed_hint":'Vrijednost "{{hint}}" se ne podudara s dozvoljenim vrijednostima',"generic.required":"Obavezno","number.greater-than":"Mora biti veće od {{threshold}}","number.less-than":"Mora biti manje od {{threshold}}","number.maximum":"Mora biti manje ili jednako {{maxNumber}}","number.maximum-precision":"Maksimalna preciznost je {{limit}}","number.minimum":"Mora biti veće ili jednako {{minNumber}}","number.non-integer":"Mora biti cijeli broj","object.asset-required":"Datoteka je obavezna","object.asset-required_file":"Datoteka je obavezna","object.asset-required_image":"Slika je obavezna","object.not-reference":"Mora biti referenca na dokument","object.reference-not-published":"Referencirani dokument mora biti objavljen","panel.close-button-aria-label":"Zatvori validaciju","panel.no-errors-message":"Nema grešaka u validaciji","panel.title":"Validacija","slug.missing-current":"Slug mora imati vrijednost","slug.not-object":"Slug mora biti objekt","slug.not-unique":"Slug se već koristi","string.email":"Mora biti valjana email adresa","string.exact-length":"Mora biti točno {{wantedLength}} znakova dugo","string.lowercase":"Mora sadržavati samo mala slova","string.maximum-length":"Mora biti najviše {{maxLength}} znakova dugo","string.minimum-length":"Mora biti najmanje {{minLength}} znakova dugo","string.regex-does-not-match":'Ne odgovara "{{name}}"-uzorku',"string.regex-match":'Ne smije odgovarati "{{name}}"-uzorku',"string.uppercase":"Mora sadržavati samo velika slova","string.url.disallowed-scheme":"Ne odgovara dozvoljenim protokolima/shemama","string.url.includes-credentials":"Korisničko ime/lozinka nisu dozvoljeni","string.url.invalid":"Nije valjan URL","string.url.not-absolute":"Relativni URL-ovi nisu dozvoljeni","string.url.not-relative":"Dozvoljeni su samo relativni URL-ovi"});exports.default=a;//# sourceMappingURL=validation-0UwSW_dJ.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validation-0UwSW_dJ.cjs","sources":["../../src/validation.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Array must have exactly \"$wantedLength\" items, but has more/less */\n 'array.exact-length': 'Mora imati točno {{wantedLength}} stavki',\n /** Portable Text array must have exactly \"$wantedLength\" blocks, but has more/less */\n 'array.exact-length_blocks': 'Mora imati točno {{wantedLength}} blokova',\n /** Array item is a duplicate, but array wants only unique items */\n 'array.item-duplicate': 'Ne smije biti duplikat',\n /** Array has more than the maximum of \"$maxLength\" items */\n 'array.maximum-length': 'Mora imati najviše {{maxLength}} stavki',\n /** Portable Text array has more than the maximum of \"$maxLength\" items */\n 'array.maximum-length_blocks': 'Mora imati najviše {{maxLength}} blokova',\n /** Array has less than the minimum of \"$minLength\" items */\n 'array.minimum-length': 'Mora imati najmanje {{minLength}} stavki',\n /** Portable Text array has less than the minimum of \"$minLength\" blocks */\n 'array.minimum-length_blocks': 'Mora imati najmanje {{minLength}} blokova',\n\n /** Date is not valid or not in the correct format (ISO-8601) */\n 'date.invalid-format': 'Mora biti valjan ISO-8601 formatiran datum',\n /** Date is later than the given maximum date \"$maxDate\" */\n 'date.maximum': 'Mora biti prije {{maxDate}}',\n /** Date is earlier than the given minimum date \"$minDate\" */\n 'date.minimum': 'Mora biti nakon {{minDate}}',\n\n /** A value of incorrect type is found, eg found `number` instead of `string` */\n 'generic.incorrect-type': 'Očekivani tip \"{{expectedType}}\", dobio \"{{actualType}}\"',\n /** Value is not one of the values specifically allowed */\n 'generic.not-allowed': 'Vrijednost se ne podudara s dozvoljenim vrijednostima',\n /** Value \"$givenValue\" is not one of the values specifically allowed */\n 'generic.not-allowed_hint': 'Vrijednost \"{{hint}}\" se ne podudara s dozvoljenim vrijednostima',\n /** A value is expected, but none is provided */\n 'generic.required': 'Obavezno',\n\n /** Number is less than the given minimum threshold value \"$threshold\" */\n 'number.greater-than': 'Mora biti veće od {{threshold}}',\n /** Number is greater than the given maximum threshold value \"$threshold\" */\n 'number.less-than': 'Mora biti manje od {{threshold}}',\n /** Number is higher than the given maximum value \"$maxNumber\" */\n 'number.maximum': 'Mora biti manje ili jednako {{maxNumber}}',\n /** Number has more precision (decimals) than the allowed \"$limit\" */\n 'number.maximum-precision': 'Maksimalna preciznost je {{limit}}',\n /** Number is lower than the given minimum value \"$minNumber\" */\n 'number.minimum': 'Mora biti veće ili jednako {{minNumber}}',\n /** Number is not an integer (\"whole number\") */\n 'number.non-integer': 'Mora biti cijeli broj',\n\n /** Object is missing a reference to an asset document in its `asset` field */\n 'object.asset-required': 'Datoteka je obavezna',\n /** Object is missing a reference to a file asset document in its `asset` field */\n 'object.asset-required_file': 'Datoteka je obavezna',\n /** Object is missing a reference to an image asset document in its `asset` field */\n 'object.asset-required_image': 'Slika je obavezna',\n /** Object is not a reference to a document (eg `{_ref: 'documentId'}`) */\n 'object.not-reference': 'Mora biti referenca na dokument',\n /** Object references a document which is not published */\n 'object.reference-not-published': 'Referencirani dokument mora biti objavljen',\n\n /** Accessibility label for closing the validation panel */\n 'panel.close-button-aria-label': 'Zatvori validaciju',\n /** Message shown when the validation panel is opened but there are no errors/warnings */\n 'panel.no-errors-message': 'Nema grešaka u validaciji',\n /** Title for the actual \"Validation\" panel/feature */\n 'panel.title': 'Validacija',\n\n /** Slug is an object, but is missing a `current` string property */\n 'slug.missing-current': 'Slug mora imati vrijednost',\n /** Slug is not an object (eg `{current: 'some-slug'}`) */\n 'slug.not-object': 'Slug mora biti objekt',\n /** Slug is already in use somewhere else, but needs to be unique */\n 'slug.not-unique': 'Slug se već koristi',\n\n /** String is not a valid email address */\n 'string.email': 'Mora biti valjana email adresa',\n /** String has a different character length than the exact number \"$wantedLength\" */\n 'string.exact-length': 'Mora biti točno {{wantedLength}} znakova dugo',\n /** String contains characters that are not in lowercase */\n 'string.lowercase': 'Mora sadržavati samo mala slova',\n /** String is longer than the limit of \"$maxLength\" characters */\n 'string.maximum-length': 'Mora biti najviše {{maxLength}} znakova dugo',\n /** String is shorter than the limit of \"$minLength\" characters */\n 'string.minimum-length': 'Mora biti najmanje {{minLength}} znakova dugo',\n /** String does not match the given regular expression, but should */\n 'string.regex-does-not-match': 'Ne odgovara \"{{name}}\"-uzorku',\n /** String matches the given regular expression, but should not */\n 'string.regex-match': 'Ne smije odgovarati \"{{name}}\"-uzorku',\n /** String contains characters that are not in uppercase */\n 'string.uppercase': 'Mora sadržavati samo velika slova',\n /** String contains a protocol/scheme that is not allowed, eg (`ftp`, `mailto`…) */\n 'string.url.disallowed-scheme': 'Ne odgovara dozvoljenim protokolima/shemama',\n /** String contains a URL with a username or password specified before the host */\n 'string.url.includes-credentials': 'Korisničko ime/lozinka nisu dozvoljeni',\n /** String is not a valid URL */\n 'string.url.invalid': 'Nije valjan URL',\n /** String is not an absolute URL (eg it is missing a protocol/host) */\n 'string.url.not-absolute': 'Relativni URL-ovi nisu dozvoljeni',\n /** String is not a relative URL (eg it contains a protocol/host) */\n 'string.url.not-relative': 'Dozvoljeni su samo relativni URL-ovi',\n})\n"],"names":["validation","require","exports","default"],"mappings":"AAEA,aAAA,IAAAA,EAAAC,QAAA,yCAA8C,CAE5C,qBAAsB,2CAEtB,4BAA6B,4CAE7B,uBAAwB,yBAExB,uBAAwB,0CAExB,8BAA+B,2CAE/B,uBAAwB,2CAExB,8BAA+B,4CAG/B,sBAAuB,6CAEvB,eAAgB,8BAEhB,eAAgB,8BAGhB,yBAA0B,2DAE1B,sBAAuB,wDAEvB,2BAA4B,mEAE5B,mBAAoB,WAGpB,sBAAuB,kCAEvB,mBAAoB,mCAEpB,iBAAkB,4CAElB,2BAA4B,qCAE5B,iBAAkB,2CAElB,qBAAsB,wBAGtB,wBAAyB,uBAEzB,6BAA8B,uBAE9B,8BAA+B,oBAE/B,uBAAwB,kCAExB,iCAAkC,6CAGlC,gCAAiC,qBAEjC,0BAA2B,4BAE3B,cAAe,aAGf,uBAAwB,6BAExB,kBAAmB,wBAEnB,kBAAmB,sBAGnB,eAAgB,iCAEhB,sBAAuB,gDAEvB,mBAAoB,kCAEpB,wBAAyB,+CAEzB,wBAAyB,gDAEzB,8BAA+B,gCAE/B,qBAAsB,wCAEtB,mBAAoB,oCAEpB,+BAAgC,8CAEhC,kCAAmC,yCAEnC,qBAAsB,kBAEtB,0BAA2B,oCAE3B,0BAA2B,yCAC5BC,QAAAC,QAAAH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{removeUndefinedLocaleResources as a}from"sanity";var e=a({"array.exact-length":"Mora imati točno {{wantedLength}} stavki","array.exact-length_blocks":"Mora imati točno {{wantedLength}} blokova","array.item-duplicate":"Ne smije biti duplikat","array.maximum-length":"Mora imati najviše {{maxLength}} stavki","array.maximum-length_blocks":"Mora imati najviše {{maxLength}} blokova","array.minimum-length":"Mora imati najmanje {{minLength}} stavki","array.minimum-length_blocks":"Mora imati najmanje {{minLength}} blokova","date.invalid-format":"Mora biti valjan ISO-8601 formatiran datum","date.maximum":"Mora biti prije {{maxDate}}","date.minimum":"Mora biti nakon {{minDate}}","generic.incorrect-type":'Očekivani tip "{{expectedType}}", dobio "{{actualType}}"',"generic.not-allowed":"Vrijednost se ne podudara s dozvoljenim vrijednostima","generic.not-allowed_hint":'Vrijednost "{{hint}}" se ne podudara s dozvoljenim vrijednostima',"generic.required":"Obavezno","number.greater-than":"Mora biti veće od {{threshold}}","number.less-than":"Mora biti manje od {{threshold}}","number.maximum":"Mora biti manje ili jednako {{maxNumber}}","number.maximum-precision":"Maksimalna preciznost je {{limit}}","number.minimum":"Mora biti veće ili jednako {{minNumber}}","number.non-integer":"Mora biti cijeli broj","object.asset-required":"Datoteka je obavezna","object.asset-required_file":"Datoteka je obavezna","object.asset-required_image":"Slika je obavezna","object.not-reference":"Mora biti referenca na dokument","object.reference-not-published":"Referencirani dokument mora biti objavljen","panel.close-button-aria-label":"Zatvori validaciju","panel.no-errors-message":"Nema grešaka u validaciji","panel.title":"Validacija","slug.missing-current":"Slug mora imati vrijednost","slug.not-object":"Slug mora biti objekt","slug.not-unique":"Slug se već koristi","string.email":"Mora biti valjana email adresa","string.exact-length":"Mora biti točno {{wantedLength}} znakova dugo","string.lowercase":"Mora sadržavati samo mala slova","string.maximum-length":"Mora biti najviše {{maxLength}} znakova dugo","string.minimum-length":"Mora biti najmanje {{minLength}} znakova dugo","string.regex-does-not-match":'Ne odgovara "{{name}}"-uzorku',"string.regex-match":'Ne smije odgovarati "{{name}}"-uzorku',"string.uppercase":"Mora sadržavati samo velika slova","string.url.disallowed-scheme":"Ne odgovara dozvoljenim protokolima/shemama","string.url.includes-credentials":"Korisničko ime/lozinka nisu dozvoljeni","string.url.invalid":"Nije valjan URL","string.url.not-absolute":"Relativni URL-ovi nisu dozvoljeni","string.url.not-relative":"Dozvoljeni su samo relativni URL-ovi"});export{e as default};//# sourceMappingURL=validation-xFi5HlJK.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validation-xFi5HlJK.js","sources":["../../src/validation.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Array must have exactly \"$wantedLength\" items, but has more/less */\n 'array.exact-length': 'Mora imati točno {{wantedLength}} stavki',\n /** Portable Text array must have exactly \"$wantedLength\" blocks, but has more/less */\n 'array.exact-length_blocks': 'Mora imati točno {{wantedLength}} blokova',\n /** Array item is a duplicate, but array wants only unique items */\n 'array.item-duplicate': 'Ne smije biti duplikat',\n /** Array has more than the maximum of \"$maxLength\" items */\n 'array.maximum-length': 'Mora imati najviše {{maxLength}} stavki',\n /** Portable Text array has more than the maximum of \"$maxLength\" items */\n 'array.maximum-length_blocks': 'Mora imati najviše {{maxLength}} blokova',\n /** Array has less than the minimum of \"$minLength\" items */\n 'array.minimum-length': 'Mora imati najmanje {{minLength}} stavki',\n /** Portable Text array has less than the minimum of \"$minLength\" blocks */\n 'array.minimum-length_blocks': 'Mora imati najmanje {{minLength}} blokova',\n\n /** Date is not valid or not in the correct format (ISO-8601) */\n 'date.invalid-format': 'Mora biti valjan ISO-8601 formatiran datum',\n /** Date is later than the given maximum date \"$maxDate\" */\n 'date.maximum': 'Mora biti prije {{maxDate}}',\n /** Date is earlier than the given minimum date \"$minDate\" */\n 'date.minimum': 'Mora biti nakon {{minDate}}',\n\n /** A value of incorrect type is found, eg found `number` instead of `string` */\n 'generic.incorrect-type': 'Očekivani tip \"{{expectedType}}\", dobio \"{{actualType}}\"',\n /** Value is not one of the values specifically allowed */\n 'generic.not-allowed': 'Vrijednost se ne podudara s dozvoljenim vrijednostima',\n /** Value \"$givenValue\" is not one of the values specifically allowed */\n 'generic.not-allowed_hint': 'Vrijednost \"{{hint}}\" se ne podudara s dozvoljenim vrijednostima',\n /** A value is expected, but none is provided */\n 'generic.required': 'Obavezno',\n\n /** Number is less than the given minimum threshold value \"$threshold\" */\n 'number.greater-than': 'Mora biti veće od {{threshold}}',\n /** Number is greater than the given maximum threshold value \"$threshold\" */\n 'number.less-than': 'Mora biti manje od {{threshold}}',\n /** Number is higher than the given maximum value \"$maxNumber\" */\n 'number.maximum': 'Mora biti manje ili jednako {{maxNumber}}',\n /** Number has more precision (decimals) than the allowed \"$limit\" */\n 'number.maximum-precision': 'Maksimalna preciznost je {{limit}}',\n /** Number is lower than the given minimum value \"$minNumber\" */\n 'number.minimum': 'Mora biti veće ili jednako {{minNumber}}',\n /** Number is not an integer (\"whole number\") */\n 'number.non-integer': 'Mora biti cijeli broj',\n\n /** Object is missing a reference to an asset document in its `asset` field */\n 'object.asset-required': 'Datoteka je obavezna',\n /** Object is missing a reference to a file asset document in its `asset` field */\n 'object.asset-required_file': 'Datoteka je obavezna',\n /** Object is missing a reference to an image asset document in its `asset` field */\n 'object.asset-required_image': 'Slika je obavezna',\n /** Object is not a reference to a document (eg `{_ref: 'documentId'}`) */\n 'object.not-reference': 'Mora biti referenca na dokument',\n /** Object references a document which is not published */\n 'object.reference-not-published': 'Referencirani dokument mora biti objavljen',\n\n /** Accessibility label for closing the validation panel */\n 'panel.close-button-aria-label': 'Zatvori validaciju',\n /** Message shown when the validation panel is opened but there are no errors/warnings */\n 'panel.no-errors-message': 'Nema grešaka u validaciji',\n /** Title for the actual \"Validation\" panel/feature */\n 'panel.title': 'Validacija',\n\n /** Slug is an object, but is missing a `current` string property */\n 'slug.missing-current': 'Slug mora imati vrijednost',\n /** Slug is not an object (eg `{current: 'some-slug'}`) */\n 'slug.not-object': 'Slug mora biti objekt',\n /** Slug is already in use somewhere else, but needs to be unique */\n 'slug.not-unique': 'Slug se već koristi',\n\n /** String is not a valid email address */\n 'string.email': 'Mora biti valjana email adresa',\n /** String has a different character length than the exact number \"$wantedLength\" */\n 'string.exact-length': 'Mora biti točno {{wantedLength}} znakova dugo',\n /** String contains characters that are not in lowercase */\n 'string.lowercase': 'Mora sadržavati samo mala slova',\n /** String is longer than the limit of \"$maxLength\" characters */\n 'string.maximum-length': 'Mora biti najviše {{maxLength}} znakova dugo',\n /** String is shorter than the limit of \"$minLength\" characters */\n 'string.minimum-length': 'Mora biti najmanje {{minLength}} znakova dugo',\n /** String does not match the given regular expression, but should */\n 'string.regex-does-not-match': 'Ne odgovara \"{{name}}\"-uzorku',\n /** String matches the given regular expression, but should not */\n 'string.regex-match': 'Ne smije odgovarati \"{{name}}\"-uzorku',\n /** String contains characters that are not in uppercase */\n 'string.uppercase': 'Mora sadržavati samo velika slova',\n /** String contains a protocol/scheme that is not allowed, eg (`ftp`, `mailto`…) */\n 'string.url.disallowed-scheme': 'Ne odgovara dozvoljenim protokolima/shemama',\n /** String contains a URL with a username or password specified before the host */\n 'string.url.includes-credentials': 'Korisničko ime/lozinka nisu dozvoljeni',\n /** String is not a valid URL */\n 'string.url.invalid': 'Nije valjan URL',\n /** String is not an absolute URL (eg it is missing a protocol/host) */\n 'string.url.not-absolute': 'Relativni URL-ovi nisu dozvoljeni',\n /** String is not a relative URL (eg it contains a protocol/host) */\n 'string.url.not-relative': 'Dozvoljeni su samo relativni URL-ovi',\n})\n"],"names":["removeUndefinedLocaleResources","validation"],"mappings":"yCAEAA,MAAA,SAAA,IAAAC,EAAeD,EAA+B,CAE5C,qBAAsB,2CAEtB,4BAA6B,4CAE7B,uBAAwB,yBAExB,uBAAwB,0CAExB,8BAA+B,2CAE/B,uBAAwB,2CAExB,8BAA+B,4CAG/B,sBAAuB,6CAEvB,eAAgB,8BAEhB,eAAgB,8BAGhB,yBAA0B,2DAE1B,sBAAuB,wDAEvB,2BAA4B,mEAE5B,mBAAoB,WAGpB,sBAAuB,kCAEvB,mBAAoB,mCAEpB,iBAAkB,4CAElB,2BAA4B,qCAE5B,iBAAkB,2CAElB,qBAAsB,wBAGtB,wBAAyB,uBAEzB,6BAA8B,uBAE9B,8BAA+B,oBAE/B,uBAAwB,kCAExB,iCAAkC,6CAGlC,gCAAiC,qBAEjC,0BAA2B,4BAE3B,cAAe,aAGf,uBAAwB,6BAExB,kBAAmB,wBAEnB,kBAAmB,sBAGnB,eAAgB,iCAEhB,sBAAuB,gDAEvB,mBAAoB,kCAEpB,wBAAyB,+CAEzB,wBAAyB,gDAEzB,8BAA+B,gCAE/B,qBAAsB,wCAEtB,mBAAoB,oCAEpB,+BAAgC,8CAEhC,kCAAmC,yCAEnC,qBAAsB,kBAEtB,0BAA2B,oCAE3B,0BAA2B,gDAC5BC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{removeUndefinedLocaleResources as e}from"sanity";var a=e({"action.copy-url-to-clipboard":"Kopiraj u međuspremnik","action.listen-cancel":"Zaustavi","action.listen-execute":"Slušaj","action.query-cancel":"Otkaži","action.query-execute":"Dohvati","label.new":"Novo","params.error.params-invalid-json":"Parametri nisu valjani JSON","params.label":"Parametri","query.error.column":"Stupac","query.error.line":"Linija","query.label":"Upit","query.url":"URL upita","result.end-to-end-time-label":'"End to End" vrijeme',"result.execution-time-label":"Vrijeme izvršenja","result.label":"Rezultat","result.timing-not-applicable":"n/a","settings.api-version-label":"Verzija API-ja","settings.custom-api-version-label":"Prilagođena verzija API-ja","settings.dataset-label":"Dataset","settings.error.invalid-api-version":"Neispravna verzija API-ja","settings.other-api-version-label":"Ostalo","settings.perspective-label":"Perspektiva","settings.perspectives.action.docs-link":"Pročitaj dokumentaciju","settings.perspectives.description":'Perspektive omogućuju vašem upitu da se izvodi protiv različitih "pogleda" na sadržaj u vašem datasetu',"settings.perspectives.title":"Perspektive"});export{a as default};//# sourceMappingURL=vision-dq3YwfSP.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vision-dq3YwfSP.js","sources":["../../src/vision.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for action \"Copy to clipboard\", tied to the \"Query URL\" field. Also used for accessibility purposes on button */\n 'action.copy-url-to-clipboard': 'Kopiraj u međuspremnik',\n /** Label for stopping an ongoing listen operation */\n 'action.listen-cancel': 'Zaustavi',\n /** Label for setting up a listener */\n 'action.listen-execute': 'Slušaj',\n /** Label for cancelling an ongoing query */\n 'action.query-cancel': 'Otkaži',\n /** Label for executing the query, eg doing a fetch */\n 'action.query-execute': 'Dohvati',\n\n /**\n * Some features has a \"New\" label indicating that the feature was recently introduced.\n * This defines what the text of that label is. Keep it short and sweet.\n */\n 'label.new': 'Novo',\n\n /** Error message for when the \"Params\" input are not a valid json */\n 'params.error.params-invalid-json': 'Parametri nisu valjani JSON',\n /** Label for \"Params\" (parameters) editor/input */\n 'params.label': 'Parametri',\n\n /** Label for 'Column' indicator when there is an error within the query */\n 'query.error.column': 'Stupac',\n /** Label for 'Line' indicator when there is an error within the query */\n 'query.error.line': 'Linija',\n /** Label for \"Query\" editor/input */\n 'query.label': 'Upit',\n /** Label for the \"Query URL\" field, shown after executing a query, and allows for copying */\n 'query.url': 'URL upita',\n\n /** Label for \"End to End time\" information of the fetched query */\n 'result.end-to-end-time-label': '\"End to End\" vrijeme',\n /** Label for \"Execution time\" information of the fetched query */\n 'result.execution-time-label': 'Vrijeme izvršenja',\n /** Label for \"Result\" explorer/view */\n 'result.label': 'Rezultat',\n /**\n * \"Not applicable\" message for when there is no Execution time or End to End time information\n * available for the query (eg when the query has not been executed, or errored)\n */\n 'result.timing-not-applicable': 'n/a',\n\n /** Label for the \"API version\" dropdown in settings */\n 'settings.api-version-label': 'Verzija API-ja',\n /** Label for the \"Custom API version\" input in settings, shown when \"other\" is chosen as API version */\n 'settings.custom-api-version-label': 'Prilagođena verzija API-ja',\n /** Label for the \"Dataset\" dropdown in vision settings */\n 'settings.dataset-label': 'Dataset',\n /** Error label for when the API version in 'Custom API version' input is invalid */\n 'settings.error.invalid-api-version': 'Neispravna verzija API-ja',\n /** Label for the \"other\" versions within the \"API version\" dropdown */\n 'settings.other-api-version-label': 'Ostalo',\n /**\n * Label for the \"Perspective\" dropdown in vision settings\n * @see {@link https://www.sanity.io/docs/perspectives}\n */\n 'settings.perspective-label': 'Perspektiva',\n /** Call to action to read the docs related to \"Perspectives\" */\n 'settings.perspectives.action.docs-link': 'Pročitaj dokumentaciju',\n /** Description for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.description':\n 'Perspektive omogućuju vašem upitu da se izvodi protiv različitih \"pogleda\" na sadržaj u vašem datasetu',\n /** Title for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.title': 'Perspektive',\n})\n"],"names":["removeUndefinedLocaleResources","vision"],"mappings":"yCAEAA,MAAA,SAAA,IAAAC,EAAeD,EAA+B,CAE5C,+BAAgC,yBAEhC,uBAAwB,WAExB,wBAAyB,SAEzB,sBAAuB,SAEvB,uBAAwB,UAMxB,YAAa,OAGb,mCAAoC,8BAEpC,eAAgB,YAGhB,qBAAsB,SAEtB,mBAAoB,SAEpB,cAAe,OAEf,YAAa,YAGb,+BAAgC,uBAEhC,8BAA+B,oBAE/B,eAAgB,WAKhB,+BAAgC,MAGhC,6BAA8B,iBAE9B,oCAAqC,6BAErC,yBAA0B,UAE1B,qCAAsC,4BAEtC,mCAAoC,SAKpC,6BAA8B,cAE9B,yCAA0C,yBAE1C,oCACE,yGAEF,8BAA+B,uBAChCC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e=require("sanity").removeUndefinedLocaleResources({"action.copy-url-to-clipboard":"Kopiraj u međuspremnik","action.listen-cancel":"Zaustavi","action.listen-execute":"Slušaj","action.query-cancel":"Otkaži","action.query-execute":"Dohvati","label.new":"Novo","params.error.params-invalid-json":"Parametri nisu valjani JSON","params.label":"Parametri","query.error.column":"Stupac","query.error.line":"Linija","query.label":"Upit","query.url":"URL upita","result.end-to-end-time-label":'"End to End" vrijeme',"result.execution-time-label":"Vrijeme izvršenja","result.label":"Rezultat","result.timing-not-applicable":"n/a","settings.api-version-label":"Verzija API-ja","settings.custom-api-version-label":"Prilagođena verzija API-ja","settings.dataset-label":"Dataset","settings.error.invalid-api-version":"Neispravna verzija API-ja","settings.other-api-version-label":"Ostalo","settings.perspective-label":"Perspektiva","settings.perspectives.action.docs-link":"Pročitaj dokumentaciju","settings.perspectives.description":'Perspektive omogućuju vašem upitu da se izvodi protiv različitih "pogleda" na sadržaj u vašem datasetu',"settings.perspectives.title":"Perspektive"});exports.default=e;//# sourceMappingURL=vision-p0uOTpaz.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vision-p0uOTpaz.cjs","sources":["../../src/vision.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for action \"Copy to clipboard\", tied to the \"Query URL\" field. Also used for accessibility purposes on button */\n 'action.copy-url-to-clipboard': 'Kopiraj u međuspremnik',\n /** Label for stopping an ongoing listen operation */\n 'action.listen-cancel': 'Zaustavi',\n /** Label for setting up a listener */\n 'action.listen-execute': 'Slušaj',\n /** Label for cancelling an ongoing query */\n 'action.query-cancel': 'Otkaži',\n /** Label for executing the query, eg doing a fetch */\n 'action.query-execute': 'Dohvati',\n\n /**\n * Some features has a \"New\" label indicating that the feature was recently introduced.\n * This defines what the text of that label is. Keep it short and sweet.\n */\n 'label.new': 'Novo',\n\n /** Error message for when the \"Params\" input are not a valid json */\n 'params.error.params-invalid-json': 'Parametri nisu valjani JSON',\n /** Label for \"Params\" (parameters) editor/input */\n 'params.label': 'Parametri',\n\n /** Label for 'Column' indicator when there is an error within the query */\n 'query.error.column': 'Stupac',\n /** Label for 'Line' indicator when there is an error within the query */\n 'query.error.line': 'Linija',\n /** Label for \"Query\" editor/input */\n 'query.label': 'Upit',\n /** Label for the \"Query URL\" field, shown after executing a query, and allows for copying */\n 'query.url': 'URL upita',\n\n /** Label for \"End to End time\" information of the fetched query */\n 'result.end-to-end-time-label': '\"End to End\" vrijeme',\n /** Label for \"Execution time\" information of the fetched query */\n 'result.execution-time-label': 'Vrijeme izvršenja',\n /** Label for \"Result\" explorer/view */\n 'result.label': 'Rezultat',\n /**\n * \"Not applicable\" message for when there is no Execution time or End to End time information\n * available for the query (eg when the query has not been executed, or errored)\n */\n 'result.timing-not-applicable': 'n/a',\n\n /** Label for the \"API version\" dropdown in settings */\n 'settings.api-version-label': 'Verzija API-ja',\n /** Label for the \"Custom API version\" input in settings, shown when \"other\" is chosen as API version */\n 'settings.custom-api-version-label': 'Prilagođena verzija API-ja',\n /** Label for the \"Dataset\" dropdown in vision settings */\n 'settings.dataset-label': 'Dataset',\n /** Error label for when the API version in 'Custom API version' input is invalid */\n 'settings.error.invalid-api-version': 'Neispravna verzija API-ja',\n /** Label for the \"other\" versions within the \"API version\" dropdown */\n 'settings.other-api-version-label': 'Ostalo',\n /**\n * Label for the \"Perspective\" dropdown in vision settings\n * @see {@link https://www.sanity.io/docs/perspectives}\n */\n 'settings.perspective-label': 'Perspektiva',\n /** Call to action to read the docs related to \"Perspectives\" */\n 'settings.perspectives.action.docs-link': 'Pročitaj dokumentaciju',\n /** Description for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.description':\n 'Perspektive omogućuju vašem upitu da se izvodi protiv različitih \"pogleda\" na sadržaj u vašem datasetu',\n /** Title for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.title': 'Perspektive',\n})\n"],"names":["vision","require","exports","default"],"mappings":"AAEA,aAAA,IAAAA,EAAAC,QAAA,yCAA8C,CAE5C,+BAAgC,yBAEhC,uBAAwB,WAExB,wBAAyB,SAEzB,sBAAuB,SAEvB,uBAAwB,UAMxB,YAAa,OAGb,mCAAoC,8BAEpC,eAAgB,YAGhB,qBAAsB,SAEtB,mBAAoB,SAEpB,cAAe,OAEf,YAAa,YAGb,+BAAgC,uBAEhC,8BAA+B,oBAE/B,eAAgB,WAKhB,+BAAgC,MAGhC,6BAA8B,iBAE9B,oCAAqC,6BAErC,yBAA0B,UAE1B,qCAAsC,4BAEtC,mCAAoC,SAKpC,6BAA8B,cAE9B,yCAA0C,yBAE1C,oCACE,yGAEF,8BAA+B,gBAChCC,QAAAC,QAAAH"}
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("sanity");const r=e.defineLocale({id:"hr-HR",title:"Hrvatski",bundles:[{namespace:"structure",resources:()=>Promise.resolve().then((function(){return require("./_chunks/structure-bs-1ZHZg.cjs")}))},{namespace:"studio",resources:()=>Promise.resolve().then((function(){return require("./_chunks/studio-qsS2zYvT.cjs")}))},{namespace:"validation",resources:()=>Promise.resolve().then((function(){return require("./_chunks/validation-0UwSW_dJ.cjs")}))},{namespace:"vision",resources:()=>Promise.resolve().then((function(){return require("./_chunks/vision-p0uOTpaz.cjs")}))}],weekInfo:{firstDay:1,minimalDays:1,weekend:[6,7]}}),s=e.definePlugin((e=>({name:"@sanity/locale-hr-hr",i18n:{locales:[e?{...r,...e}:r]}})));exports.hrHRLocale=s;//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":["../src/index.ts"],"sourcesContent":["import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'\n\nconst locale = defineLocale({\n id: 'hr-HR',\n title: 'Hrvatski',\n bundles: [\n {\n namespace: 'structure',\n resources: () => import('./structure'),\n },\n\n {\n namespace: 'studio',\n resources: () => import('./studio'),\n },\n\n {\n namespace: 'validation',\n resources: () => import('./validation'),\n },\n\n {\n namespace: 'vision',\n resources: () => import('./vision'),\n },\n ],\n weekInfo: {\n firstDay: 1,\n minimalDays: 1,\n weekend: [6, 7],\n },\n})\n\n/**\n * Hrvatski / Croatian locale/translation plugin for Sanity Studio\n *\n * @public\n */\nexport const hrHRLocale = definePlugin<{\n title?: string\n weekInfo?: LocaleDefinition['weekInfo']\n} | void>((config) => ({\n name: '@sanity/locale-hr-hr',\n i18n: {\n locales: [config ? {...locale, ...config} : locale],\n },\n}))\n"],"names":["locale","defineLocale","id","title","bundles","namespace","resources","Promise","resolve","then","require","weekInfo","firstDay","minimalDays","weekend","hrHRLocale","definePlugin","config","name","i18n","locales","exports"],"mappings":"4FAEA,MAAMA,EAASC,EAAAA,aAAa,CAC1BC,GAAI,QACJC,MAAO,WACPC,QAAS,CACP,CACEC,UAAW,YACXC,UAAWA,IAAMC,QAAAC,UAAAC,MAAA,WAAA,OAAAC,QAAO,mCAAa,KAGvC,CACEL,UAAW,SACXC,UAAWA,IAAMC,QAAAC,UAAAC,MAAA,WAAA,OAAAC,QAAO,gCAAU,KAGpC,CACEL,UAAW,aACXC,UAAWA,IAAMC,QAAAC,UAAAC,MAAA,WAAA,OAAAC,QAAO,oCAAc,KAGxC,CACEL,UAAW,SACXC,UAAWA,IAAMC,QAAAC,UAAAC,MAAA,WAAA,OAAAC,QAAO,gCAAU,MAGtCC,SAAU,CACRC,SAAU,EACVC,YAAa,EACbC,QAAS,CAAC,EAAG,MASJC,EAAaC,EAAAA,cAGfC,IAAY,CACrBC,KAAM,uBACNC,KAAM,CACJC,QAAS,CAACH,EAAS,IAAIjB,KAAWiB,GAAUjB,QAE9CqB,QAAAN,WAAAA"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import {LocaleWeekInfo} from 'sanity'
|
|
2
|
+
import {Plugin as Plugin_2} from 'sanity'
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Hrvatski / Croatian locale/translation plugin for Sanity Studio
|
|
6
|
+
*
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export declare const hrHRLocale: Plugin_2<void | {
|
|
10
|
+
title?: string | undefined
|
|
11
|
+
weekInfo?: LocaleWeekInfo | undefined
|
|
12
|
+
}>
|
|
13
|
+
|
|
14
|
+
export {}
|
package/dist/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{defineLocale as s,definePlugin as e}from"sanity";const i=s({id:"hr-HR",title:"Hrvatski",bundles:[{namespace:"structure",resources:()=>import("./_chunks/structure-LTQzG9KC.js")},{namespace:"studio",resources:()=>import("./_chunks/studio-ehc5UaK2.js")},{namespace:"validation",resources:()=>import("./_chunks/validation-xFi5HlJK.js")},{namespace:"vision",resources:()=>import("./_chunks/vision-dq3YwfSP.js")}],weekInfo:{firstDay:1,minimalDays:1,weekend:[6,7]}}),r=e((s=>({name:"@sanity/locale-hr-hr",i18n:{locales:[s?{...i,...s}:i]}})));export{r as hrHRLocale};//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'\n\nconst locale = defineLocale({\n id: 'hr-HR',\n title: 'Hrvatski',\n bundles: [\n {\n namespace: 'structure',\n resources: () => import('./structure'),\n },\n\n {\n namespace: 'studio',\n resources: () => import('./studio'),\n },\n\n {\n namespace: 'validation',\n resources: () => import('./validation'),\n },\n\n {\n namespace: 'vision',\n resources: () => import('./vision'),\n },\n ],\n weekInfo: {\n firstDay: 1,\n minimalDays: 1,\n weekend: [6, 7],\n },\n})\n\n/**\n * Hrvatski / Croatian locale/translation plugin for Sanity Studio\n *\n * @public\n */\nexport const hrHRLocale = definePlugin<{\n title?: string\n weekInfo?: LocaleDefinition['weekInfo']\n} | void>((config) => ({\n name: '@sanity/locale-hr-hr',\n i18n: {\n locales: [config ? {...locale, ...config} : locale],\n },\n}))\n"],"names":["locale","defineLocale","id","title","bundles","namespace","resources","import","weekInfo","firstDay","minimalDays","weekend","hrHRLocale","definePlugin","config","name","i18n","locales"],"mappings":"wDAEA,MAAMA,EAASC,EAAa,CAC1BC,GAAI,QACJC,MAAO,WACPC,QAAS,CACP,CACEC,UAAW,YACXC,UAAWA,IAAMC,OAAO,oCAG1B,CACEF,UAAW,SACXC,UAAWA,IAAMC,OAAO,iCAG1B,CACEF,UAAW,aACXC,UAAWA,IAAMC,OAAO,qCAG1B,CACEF,UAAW,SACXC,UAAWA,IAAMC,OAAO,kCAG5BC,SAAU,CACRC,SAAU,EACVC,YAAa,EACbC,QAAS,CAAC,EAAG,MASJC,EAAaC,GAGfC,IAAY,CACrBC,KAAM,uBACNC,KAAM,CACJC,QAAS,CAACH,EAAS,IAAId,KAAWc,GAAUd,eAE9CY"}
|
package/package.json
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@sanity/locale-hr-hr",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"private": false,
|
|
5
|
+
"description": "Croatian / Hrvatski locale/translation for Sanity Studio",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"sanity",
|
|
8
|
+
"i18n",
|
|
9
|
+
"locale",
|
|
10
|
+
"localization",
|
|
11
|
+
"hr-HR"
|
|
12
|
+
],
|
|
13
|
+
"homepage": "https://github.com/sanity-io/locales#readme",
|
|
14
|
+
"bugs": {
|
|
15
|
+
"url": "https://github.com/sanity-io/locales/issues"
|
|
16
|
+
},
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "git+ssh://git@github.com/sanity-io/locales.git",
|
|
20
|
+
"directory": "locales/hr-HR"
|
|
21
|
+
},
|
|
22
|
+
"license": "MIT",
|
|
23
|
+
"contributors": [
|
|
24
|
+
{
|
|
25
|
+
"name": "WebShapedBiz",
|
|
26
|
+
"url": "https://github.com/WebShapedBiz"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"type": "module",
|
|
30
|
+
"exports": {
|
|
31
|
+
".": {
|
|
32
|
+
"types": "./dist/index.d.ts",
|
|
33
|
+
"source": "./src/index.ts",
|
|
34
|
+
"import": "./dist/index.js",
|
|
35
|
+
"require": "./dist/index.cjs",
|
|
36
|
+
"default": "./dist/index.js"
|
|
37
|
+
},
|
|
38
|
+
"./package.json": "./package.json"
|
|
39
|
+
},
|
|
40
|
+
"main": "./dist/index.cjs",
|
|
41
|
+
"module": "./dist/index.js",
|
|
42
|
+
"source": "./src/index.ts",
|
|
43
|
+
"types": "./dist/index.d.ts",
|
|
44
|
+
"files": [
|
|
45
|
+
"dist",
|
|
46
|
+
"src"
|
|
47
|
+
],
|
|
48
|
+
"peerDependencies": {
|
|
49
|
+
"sanity": "^3.22.0"
|
|
50
|
+
},
|
|
51
|
+
"publishConfig": {
|
|
52
|
+
"access": "public"
|
|
53
|
+
},
|
|
54
|
+
"scripts": {
|
|
55
|
+
"build": "npm run clean && npm run pkg:build && npm run pkg:check",
|
|
56
|
+
"clean": "rimraf dist",
|
|
57
|
+
"pkg:build": "pkg build --strict",
|
|
58
|
+
"pkg:check": "pkg check --strict"
|
|
59
|
+
}
|
|
60
|
+
}
|
package/src/index.ts
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'
|
|
2
|
+
|
|
3
|
+
const locale = defineLocale({
|
|
4
|
+
id: 'hr-HR',
|
|
5
|
+
title: 'Hrvatski',
|
|
6
|
+
bundles: [
|
|
7
|
+
{
|
|
8
|
+
namespace: 'structure',
|
|
9
|
+
resources: () => import('./structure'),
|
|
10
|
+
},
|
|
11
|
+
|
|
12
|
+
{
|
|
13
|
+
namespace: 'studio',
|
|
14
|
+
resources: () => import('./studio'),
|
|
15
|
+
},
|
|
16
|
+
|
|
17
|
+
{
|
|
18
|
+
namespace: 'validation',
|
|
19
|
+
resources: () => import('./validation'),
|
|
20
|
+
},
|
|
21
|
+
|
|
22
|
+
{
|
|
23
|
+
namespace: 'vision',
|
|
24
|
+
resources: () => import('./vision'),
|
|
25
|
+
},
|
|
26
|
+
],
|
|
27
|
+
weekInfo: {
|
|
28
|
+
firstDay: 1,
|
|
29
|
+
minimalDays: 1,
|
|
30
|
+
weekend: [6, 7],
|
|
31
|
+
},
|
|
32
|
+
})
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Hrvatski / Croatian locale/translation plugin for Sanity Studio
|
|
36
|
+
*
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
export const hrHRLocale = definePlugin<{
|
|
40
|
+
title?: string
|
|
41
|
+
weekInfo?: LocaleDefinition['weekInfo']
|
|
42
|
+
} | void>((config) => ({
|
|
43
|
+
name: '@sanity/locale-hr-hr',
|
|
44
|
+
i18n: {
|
|
45
|
+
locales: [config ? {...locale, ...config} : locale],
|
|
46
|
+
},
|
|
47
|
+
}))
|