@sanity/locale-hr-hr 1.1.19 → 1.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_chunks-cjs/canvas.cjs +58 -0
- package/dist/_chunks-cjs/canvas.cjs.map +1 -0
- package/dist/_chunks-cjs/create.cjs +0 -20
- package/dist/_chunks-cjs/create.cjs.map +1 -1
- package/dist/_chunks-cjs/structure.cjs +22 -0
- package/dist/_chunks-cjs/structure.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +61 -7
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-es/canvas.js +60 -0
- package/dist/_chunks-es/canvas.js.map +1 -0
- package/dist/_chunks-es/create.js +0 -20
- package/dist/_chunks-es/create.js.map +1 -1
- package/dist/_chunks-es/structure.js +22 -0
- package/dist/_chunks-es/structure.js.map +1 -1
- package/dist/_chunks-es/studio.js +61 -7
- package/dist/_chunks-es/studio.js.map +1 -1
- package/dist/index.cjs +6 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/canvas.ts +67 -0
- package/src/create.ts +0 -27
- package/src/index.ts +5 -0
- package/src/structure.ts +26 -0
- package/src/studio.ts +67 -8
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"studio.js","sources":["../../src/studio.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** The text used in the tooltip shown in the dialog close button */\n 'announcement.dialog.close': 'Zatvori',\n /** Aria label to be used in the dialog close button */\n 'announcement.dialog.close-label': 'Zatvori dijalog',\n /**Text to be used in the tooltip in the button in the studio announcement card */\n 'announcement.floating-button.dismiss': 'Zatvori',\n /**Aria label to be used in the floating button in the studio announcement card, to dismiss the card */\n 'announcement.floating-button.dismiss-label': 'Odbaci obavijesti',\n /**Aria label to be used in the floating button in the studio announcement card */\n 'announcement.floating-button.open-label': 'Otvori obavijesti',\n\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 /** Label when a release has been deleted by a different user */\n 'banners.deleted-bundle-banner.text': \"Izdanje '<strong>{{title}}</strong>' je izbrisano.\",\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 /** Aria label for button to open date picker */\n 'calendar.button.aria-label': 'Otvori kalendar',\n /** Tooltip content for button to open datetime input */\n 'calendar.button.tooltip-text': 'Odaberi datum',\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 description when changes could not be loaded */\n 'changes.error-description': 'Nismo u mogućnosti učitati promjene za ovaj dokument.',\n /** Error title when changes could not be loaded */\n 'changes.error-title': 'Došlo je do pogreške',\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 /* Label for the tooltip that shows when an action is not selectable*/\n 'changes.not-selectable': 'Nije moguće odabrati ovaj događaj',\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 /**The title that will be shown in the badge inside the events when the item is a draft */\n 'changes.versions.draft': 'Nacrt',\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 /** Default label text on configuration issues button */\n 'configuration-issues.button.label': 'Problemi s konfiguracijom',\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 creation date of the document */\n 'document-status.created': 'Stvoreno {{date}}',\n /** Label to show in the document status indicating the date of the status */\n 'document-status.date': '{{date}}',\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 /** Label to show in the document footer indicating the revision from date of the document */\n 'document-status.revision-from': 'Revizija od <em>{{date}}</em>',\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 /** The title above the error call stack output related to the crash */\n 'form.error.unhandled-runtime-error.call-stack.title': 'Stog poziva:',\n /** The title above the error component stack provided by React's underlying ErrorBoundary component */\n 'form.error.unhandled-runtime-error.component-stack.title': 'Stog komponenti:',\n /** The error message for the unhandled error that crashed the Input component during render */\n 'form.error.unhandled-runtime-error.error-message': 'Greška: {{message}}',\n /** The title for the error card rendered inside a field in place of a crashing input */\n 'form.error.unhandled-runtime-error.title': 'Neobrađena pogreška u izvođenju',\n /** Form field deprecated label */\n 'form.field.deprecated-label': 'zastarjelo',\n /** Fallback title shown above field if it has no defined title */\n 'form.field.untitled-field-label': 'Bez naslova',\n /** The title of the reconnecting toast */\n 'form.reconnecting.toast.title': 'Izgubljena veza. Ponovno povezivanje…',\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 /** Tooltip for free trial navbar button indicating remaining days */\n 'free-trial.tooltip.days-count_one': '{{count}} dan preostao u probnom razdoblju',\n 'free-trial.tooltip.days-count_other': '{{count}} dana preostalo u probnom razdoblju',\n /** Tooltip for free trial navbar button, once trial has ended */\n 'free-trial.tooltip.trial-finished': 'Nadogradite svoj projekt',\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 /** Label for copying an array item */\n 'inputs.array.action.copy': 'Kopiraj',\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 the array insert menu all items filter */\n 'inputs.array.insert-menu.filter.all-items': 'Sve',\n /** Label for when the array insert menu search shows no items */\n 'inputs.array.insert-menu.search.no-results': 'Nema pronađenih stavki',\n /** Placeholder for the array insert menu search field */\n 'inputs.array.insert-menu.search.placeholder': 'Pretraži',\n /** Tooltip for the array insert menu grid view toggle */\n 'inputs.array.insert-menu.toggle-grid-view.tooltip': 'Prebaci na prikaz mreže',\n /** Tooltip for the array insert menu list view toggle */\n 'inputs.array.insert-menu.toggle-list-view.tooltip': 'Prebaci na prikaz popisa',\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 /** Tooltip content when boolean input is disabled */\n 'inputs.boolean.disabled': 'Onemogućeno',\n /** Warning label when selected datetime is in the past */\n 'inputs.dateTime.past-date-warning': 'Odaberite datum u budućnosti.',\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 /** Warnings displayed to developers when using the crop/hotspot tool on vector images, notifying them that crops/hotspot are not respected when serving the image in vector format. For the crop/hotspot to apply, images must be served in a raster format such as JPG or PNG, by appending eg `fm=jpg` to the image url, or calling `format('jpg')` if using `@sanity/image-url` */\n 'inputs.imagetool.vector-warning.developer-info':\n \"Asset Pipeline ne podržava hotspot i crop za vektorske formate. Da biste omogućili hotspot i crop, prebacite ovu sliku u bilo koji od podržanih rasterskih formata. Na primjer: <code>fm=jpg</code> na <ImageUrlDocumentationLink>URL-u slike</ImageUrlDocumentationLink> ili pozovite <code>.format('png')</code> s <ImageUrlPackageDocumentationLink>@sanity/image-url</ImageUrlPackageDocumentationLink>.\",\n /** See developer info */\n 'inputs.imagetool.vector-warning.expand-developer-info': 'Pogledajte informacije za developere',\n /** Gotcha: Serving vector images with hotspot and crop from the Sanity Image API */\n 'inputs.imagetool.vector-warning.title':\n 'Upozorenje: Hotspot i crop možda neće biti primijenjeni prilikom prikazivanja ove slike.',\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 /** Title for the \"All fields\" field group */\n 'inputs.object.field-group-tabs.all-fields-title': 'Sva polja',\n /** Aria label for the \"Field groups\" select control on smaller screens */\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 /** Aria label for action to edit an existing annotation */\n 'inputs.portable-text.action.edit-annotation-aria-label': 'Uredi napomenu',\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 /** Aria label for action to remove an annotation */\n 'inputs.portable-text.action.remove-annotation-aria-label': 'Ukloni napomenu',\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 /** Aria label for the annotation object */\n 'inputs.portable-text.annotation-aria-label': 'Objekt napomene',\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 /** Aria label for the block object */\n 'inputs.portable-text.block.aria-label': 'Objekt bloka',\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 /** Aria label for the block object */\n 'inputs.portable-text.inline-block.aria-label': 'Umetnuti objekt',\n /** Label for action to edit an inline object item */\n 'inputs.portable-text.inline-object.edit': 'Uredi objekt',\n /** Aria label for icon for action to edit an inline object item */\n 'inputs.portable-text.inline-object.edit-aria-label': 'Uredi objekt',\n /** Label for action to remove an inline object item */\n 'inputs.portable-text.inline-object.remove': 'Ukloni objekt',\n /** Aria label for icon for action to remove an inline object item */\n 'inputs.portable-text.inline-object.remove-aria-label': '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 copy the current item (used within arrays) */\n 'inputs.reference.action.copy': 'Kopiraj',\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 delete a schedule on scheduled publishing */\n 'insufficient-permissions-message.not-authorized-explanation_delete-schedules':\n 'Nemate dopuštenje za brisanje rasporeda.',\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 edit a schedule on scheduled publishing */\n 'insufficient-permissions-message.not-authorized-explanation_edit-schedules':\n 'Nemate dopuštenje za uređivanje rasporeda.',\n /** The explanation when unable to execute a schedule on scheduled publishing */\n 'insufficient-permissions-message.not-authorized-explanation_execute-schedules':\n 'Nemate dopuštenje za izvršavanje rasporeda.',\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 /** Tooltip message for add document button when the selected perspective is published */\n 'new-document.disabled-published.tooltip': 'Ne možete stvoriti nove objavljene dokumente',\n /** Tooltip message for add document button when the selected perspective is for inactive release */\n 'new-document.disabled-release.tooltip': 'Ne možete dodavati dokumente ovom izdanju',\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 button that will make the browser reload when users' studio version is out-of-date */\n 'package-version.new-package-available.reload-button': 'Ponovno učitaj',\n /** Title of the alert for studio users when packages in their studio are out-of-date */\n 'package-version.new-package-available.title': 'Sanity Studio je ažuriran',\n\n /** Label for action to invite members to the current studio project */\n 'presence.action.manage-members': 'Upravljanje članovima',\n /** Accessibility label for presence menu button */\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 /** Tooltip content text for presence menu button */\n 'presence.tooltip-content': 'Tko je ovdje',\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 /** Action message to add document to new release */\n 'release.action.add-to-new-release': 'Dodaj u izdanje',\n /** Action message to add document to release */\n 'release.action.add-to-release': 'Dodaj u {{title}}',\n /** Action message for when document is already in release */\n 'release.action.already-in-release': 'Već u izdanju {{title}}',\n /** Action message for when you click to view all versions you can copy the current document to */\n 'release.action.copy-to': 'Kopiraj verziju u',\n /** Action message for creating new releases */\n 'release.action.create-new': 'Novo izdanje',\n /** Action message for when document is already in release */\n 'release.action.discard-version': 'Odbaci verziju',\n /** Description for toast when version discarding failed */\n 'release.action.discard-version.failure': 'Nije uspjelo odbacivanje verzije',\n /** Description for toast when version deletion is successfully discarded */\n 'release.action.discard-version.success':\n 'Verzija <strong>{{title}}</strong> je uspješno odbačena',\n /** Action message for when a new release is created off an existing version, draft or published document */\n 'release.action.new-release': 'Novo Izdanje',\n /** Tooltip message for not having permissions for creating new releases */\n 'release.action.permission.error': 'Nemate dopuštenje za izvođenje ove radnje',\n /** Error message for when a version is set to be unpublished */\n 'release.action.unpublish-version.failure':\n 'Nije uspjelo postavljanje verzije da se ne objavi u izdanju',\n /** Action message for when a version is set to be unpublished successfully */\n 'release.action.unpublish-version.success':\n 'Uspješno postavljeno <strong>{{title}}</strong> da se ne objavi u izdanju',\n /** Action message for when the view release is pressed */\n 'release.action.view-release': 'Pogledaj izdanje',\n /** Label for banner when release is scheduled */\n 'release.banner.scheduled-for-publishing-on': 'Zakazano za objavljivanje na {{date}}',\n /** Label for Draft chip in document header */\n 'release.chip.draft': 'Nacrt',\n /** Label for Draft chip in global header */\n 'release.chip.global.drafts': 'Nacrti',\n /** Label for Published chip in document header */\n 'release.chip.published': 'Objavljeno',\n /** Label for tooltip in chip with the created date */\n 'release.chip.tooltip.created-date': 'Stvoreno {{date}}',\n /** Label for tooltip in draft chip when it's a live edit document */\n 'release.chip.tooltip.draft-disabled.live-edit':\n 'Ovaj dokument je u načinu uređivanja uživo, nacrti su onemogućeni',\n /** Label for tooltip in chip with the lasted edited date */\n 'release.chip.tooltip.edited-date': 'Uređeno {{date}}',\n /** Label for tooltip in chip when document is intended for a future release that hasn't been scheduled */\n 'release.chip.tooltip.intended-for-date': 'Namijenjeno za {{date}}',\n /** Label for tooltip in chip when there is no recent draft edits */\n 'release.chip.tooltip.no-edits': 'Nema uređivanja',\n /** Label for tooltip in chip when document isn't published */\n 'release.chip.tooltip.not-published': 'Nije objavljeno',\n /** Label for tooltip in chip with the published date */\n 'release.chip.tooltip.published-date': 'Objavljeno {{date}}',\n /** Label for tooltip in chip when document is in a release that has been scheduled */\n 'release.chip.tooltip.scheduled-for-date': 'Zakazano za {{date}}',\n /** Label for tooltip in scheduled chip without a known date */\n 'release.chip.tooltip.unknown-date': 'Nepoznat datum',\n /** Label for tooltip on deleted release */\n 'release.deleted-tooltip': 'Ovo izdanje je izbrisano',\n /** Title for copying version to a new release dialog */\n 'release.dialog.copy-to-release.title': 'Kopiraj verziju u novo izdanje',\n /** Title for creating releases dialog */\n 'release.dialog.create.title': 'Stvori izdanje',\n /** Label for description in tooltip to explain release types */\n 'release.dialog.tooltip.description':\n 'To omogućuje prikazivanje postojanja sukoba u dokumentima prilikom rada na više verzija.',\n /** Label for noting that a release time is not final */\n 'release.dialog.tooltip.note':\n 'NAPOMENA: Možete promijeniti vrijeme izdanja i postaviti točno vrijeme za zakazano objavljivanje kasnije.',\n /** Title for tooltip to explain release time */\n 'release.dialog.tooltip.title': 'Približno vrijeme izdanja',\n /** The placeholder text when the release doesn't have a description */\n 'release.form.placeholder-describe-release': 'Opišite izdanje…',\n /** Tooltip for button to hide release visibility */\n 'release.layer.hide': 'Sakrij izdanje',\n /** Label for draft perspective in navbar */\n 'release.navbar.drafts': 'Nacrti',\n /** Label for published releases in navbar */\n 'release.navbar.published': 'Objavljeno',\n /** Tooltip for releases navigation in navbar */\n 'release.navbar.tooltip': 'Izdanja',\n /** The placeholder text when the release doesn't have a title */\n 'release.placeholder-untitled-release': 'Izdanje bez naslova',\n /** The toast title that will be shown when the user has a release perspective which is now archived */\n 'release.toast.archived-release.title': \"Izdanje '{{title}}' je arhivirano\",\n /** The toast tiele that will be shown the creating a release fails */\n 'release.toast.create-release-error.title': 'Neuspješno stvaranje izdanja',\n /**The toast title that will be shown when the user has a release perspective which is now deleted */\n 'release.toast.not-found-release.title': \"Izdanje '{{title}}' nije moguće pronaći\",\n /** Label for when a version of a document has already been added to the release */\n 'release.tooltip.already-added': 'Verzija ovog dokumenta je već dodana',\n /** Label for when a release is scheduled / scheduling and a user can't add a document version to it */\n 'release.tooltip.locked': 'Ovo izdanje je zakazano. Otkazati ga za dodavanje više dokumenata.',\n /** Label for the release type 'as soon as possible' */\n 'release.type.asap': 'Što prije',\n /** Label for the release type 'at time', meaning it's a release with a scheduled date */\n 'release.type.scheduled': 'U to vrijeme',\n /** Label for the release type 'undecided' */\n 'release.type.undecided': 'Neodlučeno',\n /** Tooltip for the dropdown to show all versions of document */\n 'release.version-list.tooltip': 'Pogledajte sve verzije dokumenta',\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': 'je',\n /* Slug does not contain the given value */\n 'search.operator.slug-not-contains.description':\n '<Field/> <Operator>ne sadrži</Operator> <Value>{{value}}</Value>',\n 'search.operator.slug-not-contains.name': 'ne sadrži',\n /* Slug does not equal the given filter value */\n 'search.operator.slug-not-equal.description':\n '<Field/> <Operator>nije</Operator> <Value>{{value}}</Value>',\n 'search.operator.slug-not-equal.name': 'nije',\n /* String contains the given filter value */\n 'search.operator.string-contains.description':\n '<Field/> <Operator>sadrži</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-contains.name': 'sadrži',\n /* String equals the given filter value */\n 'search.operator.string-equal.description':\n '<Field/> <Operator>je</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-equal.name': 'je',\n /* String equals one of the predefined allowed values */\n 'search.operator.string-list-equal.description':\n '<Field/> <Operator>je</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-list-equal.name': 'je',\n /* String does not equal one of the predefined allowed values */\n 'search.operator.string-list-not-equal.description':\n '<Field/> <Operator>nije</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-list-not-equal.name': 'nije',\n /* String does not contain the given filter value */\n 'search.operator.string-not-contains.description':\n '<Field/> <Operator>ne sadrži</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-not-contains.name': 'ne sadrži',\n /* String does not equal the given filter value */\n 'search.operator.string-not-equal.description':\n '<Field/> <Operator>nije</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-not-equal.name': 'nije',\n /** Label for the \"Best match\" search ordering type */\n 'search.ordering.best-match-label': 'Najbolje podudaranje',\n /** Label for the \"Created: Oldest first\" search ordering type */\n 'search.ordering.created-ascending-label': 'Stvoreno: Najstarije prvo',\n /** Label for the \"Created: Newest first\" search ordering type */\n 'search.ordering.created-descending-label': 'Stvoreno: Najnovije prvo',\n /** Label for the \"Updated: Oldest first\" search ordering type */\n 'search.ordering.updated-ascending-label': 'Ažurirano: Najstarije prvo',\n /** Label for the \"Updated: Newest first\" search ordering type */\n 'search.ordering.updated-descending-label': 'Ažurirano: Najnovije prvo',\n /** Placeholder text for the global search input field */\n 'search.placeholder': 'Pretraži',\n /** Accessibility label for the recent searches section, shown when no valid search terms has been given */\n 'search.recent-searches-aria-label': 'Nedavne pretrage',\n /** Label/heading shown for the recent searches section */\n 'search.recent-searches-label': 'Nedavne pretrage',\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 /** Label for the edit columns button to change field visibility in sheet list */\n 'sheet-list.edit-columns': 'Uredi stupce',\n /** Label for the header menu option to hide a field from the sheet list */\n 'sheet-list.hide-field': 'Ukloni iz tablice',\n /** Label for reset column visibilities button */\n 'sheet-list.reset-columns': 'Resetiraj stupce',\n /** Title for the edit columns menu */\n 'sheet-list.select-fields': 'Odaberite do 5 vrsta polja',\n\n /** Accessibility label for the navbar status button */\n 'status-button.aria-label': 'Status konfiguracije',\n\n /** Title for the changes tooltip in the history inspector*/\n 'timeline.changes.title': 'Promjene od',\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 nije moguće učitati.',\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 /** Description for error when the timeline for the given document can't be loaded */\n 'timeline.error.load-document-changes-version-description':\n 'Omogućite API događaja kroz Studio konfiguraciju za pregled povijesti dokumenta.',\n /** Title for error when the timeline for the given version document can't be loaded */\n 'timeline.error.load-document-changes-version-title':\n 'Povijest verzija dokumenata dostupna je samo kroz API događaja.',\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 revision for timeline menu dropdown */\n 'timeline.latest-revision': 'Najnovija revizija',\n /**\n * Label for latest revision for timeline menu dropdown\n * @deprecated as of `v3.47.0` `timeline.latest-revision` should be used instead. Note: _usage_ of this key is deprecated, but Studios on `< v3.47.0` still require this key to be _defined_\n * */\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 for when no previous since events are available*/\n 'timeline.no-previous-events': 'Nema prethodnih događaja',\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 /** Aria label for the action buttons in the PTE toolbar */\n 'toolbar.portable-text.action-button-aria-label': '{{action}}',\n\n /** Accessibility label for the breadcrumb menu */\n 'tree-editing-dialog.breadcrumbs.menu': 'Izbornik putokaza',\n /** Title placeholder for search input in array of objects */\n 'tree-editing-dialog.search-placeholder': 'Pretraži',\n /** Menu aria label for the search menu */\n 'tree-editing-dialog.search.menu-label': 'Izbornik pretraživanja',\n /** Title label for when no search results are found on the tree of objects */\n 'tree-editing-dialog.search.no-results-title': 'Nema rezultata',\n /** Label to close the sidebar */\n 'tree-editing-dialog.sidebar.action.close': 'Zatvori bočnu traku',\n /** Collapse label the menu item in the sidebar */\n 'tree-editing-dialog.sidebar.action.collapse': 'Skupi',\n /** Label to close the dialog */\n 'tree-editing-dialog.sidebar.action.done': 'Gotovo',\n /** Exapnd label the menu item in the sidebar */\n 'tree-editing-dialog.sidebar.action.expand': 'Proširi',\n /** Label to open the sidebar */\n 'tree-editing-dialog.sidebar.action.open': 'Otvori bočnu traku',\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 /** Label for open menu button for user menu */\n 'user-menu.open-menu': 'Otvori izbornik',\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 /** Tooltip for the workspace menu */\n 'workspaces.select-workspace-tooltip': 'Odaberite radni prostor',\n /** Title for Workplaces dropdown menu */\n 'workspaces.title': 'Radni prostori',\n})\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"studio.js","sources":["../../src/studio.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** \"Disabled\" status for auto-updates in About-dialog */\n 'about-dialog.version-info.auto-updates.disabled': 'Onemogućeno',\n /** \"Enabled\" status for auto-updates in About-dialog */\n 'about-dialog.version-info.auto-updates.enabled': 'Omogućeno',\n /** \"Auto Updates\" status header in About-dialog */\n 'about-dialog.version-info.auto-updates.header': 'Automatska ažuriranja',\n /** \"How to enable\" next to Disabled state for Auto updates in about dialog */\n 'about-dialog.version-info.auto-updates.how-to-enable': 'Kako omogućiti',\n /** Text displayed on the \"Copy to clipboard\"-button after clicked */\n 'about-dialog.version-info.copy-to-clipboard-button.copied-text':\n 'Kopirano u međuspremnik. Sretno lijepljenje!',\n /** \"Copy to Clipboard\" button text for copying version details from About-dialog */\n 'about-dialog.version-info.copy-to-clipboard-button.text': 'Kopiraj u međuspremnik',\n /** \"Current version\" header in about dialog */\n 'about-dialog.version-info.current-version.header': 'Trenutna verzija',\n /** \"How to upgrade\" link text */\n 'about-dialog.version-info.how-to-upgrade': 'Kako nadograditi',\n /** \"Latest version\" header in about dialog */\n 'about-dialog.version-info.latest-version.header': 'Najnovija verzija',\n /** \"Latest version\" header in about dialog */\n 'about-dialog.version-info.latest-version.text': 'Najnovija verzija je {{latestVersion}}',\n /** \"Up to date\" status in About-dialog */\n 'about-dialog.version-info.up-to-date': 'Ažurno',\n /** \"User agent\" header in About-dialog */\n 'about-dialog.version-info.user-agent.header': 'Korisnički agent',\n\n /** The text used in the tooltip shown in the dialog close button */\n 'announcement.dialog.close': 'Zatvori',\n /** Aria label to be used in the dialog close button */\n 'announcement.dialog.close-label': 'Zatvori dijalog',\n /**Text to be used in the tooltip in the button in the studio announcement card */\n 'announcement.floating-button.dismiss': 'Zatvori',\n /**Aria label to be used in the floating button in the studio announcement card, to dismiss the card */\n 'announcement.floating-button.dismiss-label': 'Odbaci obavijesti',\n /**Aria label to be used in the floating button in the studio announcement card */\n 'announcement.floating-button.open-label': 'Otvori obavijesti',\n\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 /** Select asset dialog cancel-button */\n 'asset-source.dialog.button.cancel': 'Odustani',\n /** Select asset dialog select-button */\n 'asset-source.dialog.button.select': 'Odaberi',\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 /** Insert asset error */\n 'asset-source.dialog.insert-asset-error':\n 'Greška pri umetanju resursa. Za više informacija pogledajte konzolu.',\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 /** Built in asset source usage texts */\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 /** Common (all) Asset Source texts. Note that all translation keys starting with 'asset-source.' is for the built in asset source. */\n 'asset-sources.common.uploader.upload-failed.description':\n 'Za više informacija pogledajte konzolu.',\n 'asset-sources.common.uploader.upload-failed.title': 'Prijenos nije uspio',\n /** Menu Items for Dataset Asset Source (will be replaced with workspace name by default) */\n 'asset-sources.dataset.file.title': 'Datoteke radnog prostora',\n 'asset-sources.dataset.image.title': 'Slike radnog prostora',\n /** Menu Items for Media Library Asset Source */\n 'asset-sources.media-library.file.title': 'Medijska knjižnica',\n 'asset-sources.media-library.image.title': 'Medijska knjižnica',\n\n /** Label when a release has been deleted by a different user */\n 'banners.deleted-bundle-banner.text': \"Izdanje '<strong>{{title}}</strong>' je izbrisano.\",\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 time */\n 'calendar.action.select-time': 'Odaberi vrijeme',\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 /** Aria label for button to open date picker */\n 'calendar.button.aria-label': 'Otvori kalendar',\n /** Tooltip content for button to open datetime input */\n 'calendar.button.tooltip-text': 'Odaberi datum',\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 description when changes could not be loaded */\n 'changes.error-description': 'Nismo u mogućnosti učitati promjene za ovaj dokument.',\n /** Error title when changes could not be loaded */\n 'changes.error-title': 'Došlo je do pogreške',\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 /* Label for the tooltip that shows when an action is not selectable*/\n 'changes.not-selectable': 'Nije moguće odabrati ovaj događaj',\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 /**The title that will be shown in the badge inside the events when the item is a draft */\n 'changes.versions.draft': 'Nacrt',\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 /** Default label text on configuration issues button */\n 'configuration-issues.button.label': 'Problemi s konfiguracijom',\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 creation date of the document */\n 'document-status.created': 'Stvoreno {{date}}',\n /** Label to show in the document status indicating the date of the status */\n 'document-status.date': '{{date}}',\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 /** Label to show in the document footer indicating the revision from date of the document */\n 'document-status.revision-from': 'Revizija od <em>{{date}}</em>',\n\n /** Label to indicate that a document type was not found */\n 'document.type.not-found': 'Tip dokumenta \"{{type}}\" nije pronađen',\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 /** The title above the error call stack output related to the crash */\n 'form.error.unhandled-runtime-error.call-stack.title': 'Stog poziva:',\n /** The title above the error component stack provided by React's underlying ErrorBoundary component */\n 'form.error.unhandled-runtime-error.component-stack.title': 'Stog komponenti:',\n /** The error message for the unhandled error that crashed the Input component during render */\n 'form.error.unhandled-runtime-error.error-message': 'Greška: {{message}}',\n /** The title for the error card rendered inside a field in place of a crashing input */\n 'form.error.unhandled-runtime-error.title': 'Neobrađena pogreška u izvođenju',\n /** Form field deprecated label */\n 'form.field.deprecated-label': 'zastarjelo',\n /** Fallback title shown above field if it has no defined title */\n 'form.field.untitled-field-label': 'Bez naslova',\n /** The title of the reconnecting toast */\n 'form.reconnecting.toast.title': 'Izgubljena veza. Ponovno povezivanje…',\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 /** Tooltip for free trial navbar button indicating remaining days */\n 'free-trial.tooltip.days-count_one': '{{count}} dan preostao u probnom razdoblju',\n 'free-trial.tooltip.days-count_other': '{{count}} dana preostalo u probnom razdoblju',\n /** Tooltip for free trial navbar button, once trial has ended */\n 'free-trial.tooltip.trial-finished': 'Nadogradite svoj projekt',\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 menuitem upload button default asset source */\n 'input.files.common.upload-placeholder.file-input-button.default-source.badge': 'Zadano',\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 /** Label for copying an array item */\n 'inputs.array.action.copy': 'Kopiraj',\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 the array insert menu all items filter */\n 'inputs.array.insert-menu.filter.all-items': 'Sve',\n /** Label for when the array insert menu search shows no items */\n 'inputs.array.insert-menu.search.no-results': 'Nema pronađenih stavki',\n /** Placeholder for the array insert menu search field */\n 'inputs.array.insert-menu.search.placeholder': 'Pretraži',\n /** Tooltip for the array insert menu grid view toggle */\n 'inputs.array.insert-menu.toggle-grid-view.tooltip': 'Prebaci na prikaz mreže',\n /** Tooltip for the array insert menu list view toggle */\n 'inputs.array.insert-menu.toggle-list-view.tooltip': 'Prebaci na prikaz popisa',\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 /** Tooltip content when boolean input is disabled */\n 'inputs.boolean.disabled': 'Onemogućeno',\n /** Warning label when selected datetime is in the past */\n 'inputs.dateTime.past-date-warning': 'Odaberite datum u budućnosti.',\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 /** Select asset source destination for files to upload */\n 'inputs.files.common.placeholder.select-asset-source-upload-destination': 'Prenesi datoteke u:',\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 /** Warnings displayed to developers when using the crop/hotspot tool on vector images, notifying them that crops/hotspot are not respected when serving the image in vector format. For the crop/hotspot to apply, images must be served in a raster format such as JPG or PNG, by appending eg `fm=jpg` to the image url, or calling `format('jpg')` if using `@sanity/image-url` */\n 'inputs.imagetool.vector-warning.developer-info':\n \"Asset Pipeline ne podržava hotspot i crop za vektorske formate. Da biste omogućili hotspot i crop, prebacite ovu sliku u bilo koji od podržanih rasterskih formata. Na primjer: <code>fm=jpg</code> na <ImageUrlDocumentationLink>URL-u slike</ImageUrlDocumentationLink> ili pozovite <code>.format('png')</code> s <ImageUrlPackageDocumentationLink>@sanity/image-url</ImageUrlPackageDocumentationLink>.\",\n /** See developer info */\n 'inputs.imagetool.vector-warning.expand-developer-info': 'Pogledajte informacije za developere',\n /** Gotcha: Serving vector images with hotspot and crop from the Sanity Image API */\n 'inputs.imagetool.vector-warning.title':\n 'Upozorenje: Hotspot i crop možda neće biti primijenjeni prilikom prikazivanja ove slike.',\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 /** Title for the \"All fields\" field group */\n 'inputs.object.field-group-tabs.all-fields-title': 'Sva polja',\n /** Aria label for the \"Field groups\" select control on smaller screens */\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 /** Aria label for action to edit an existing annotation */\n 'inputs.portable-text.action.edit-annotation-aria-label': 'Uredi napomenu',\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 /** Aria label for action to remove an annotation */\n 'inputs.portable-text.action.remove-annotation-aria-label': 'Ukloni napomenu',\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 /** Aria label for the annotation object */\n 'inputs.portable-text.annotation-aria-label': 'Objekt napomene',\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 /** Aria label for the block object */\n 'inputs.portable-text.block.aria-label': 'Objekt bloka',\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 /** Aria label for the block object */\n 'inputs.portable-text.inline-block.aria-label': 'Umetnuti objekt',\n /** Label for action to edit an inline object item */\n 'inputs.portable-text.inline-object.edit': 'Uredi objekt',\n /** Aria label for icon for action to edit an inline object item */\n 'inputs.portable-text.inline-object.edit-aria-label': 'Uredi objekt',\n /** Label for action to remove an inline object item */\n 'inputs.portable-text.inline-object.remove': 'Ukloni objekt',\n /** Aria label for icon for action to remove an inline object item */\n 'inputs.portable-text.inline-object.remove-aria-label': '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 copy the current item (used within arrays) */\n 'inputs.reference.action.copy': 'Kopiraj',\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 /** Label for when the GDR points to an invalid type */\n 'inputs.reference.global.invalid-type': 'Referencirani dokument je nevažećeg tipa ({{typeName}})',\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 delete a schedule on scheduled publishing */\n 'insufficient-permissions-message.not-authorized-explanation_delete-schedules':\n 'Nemate dopuštenje za brisanje rasporeda.',\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 edit a schedule on scheduled publishing */\n 'insufficient-permissions-message.not-authorized-explanation_edit-schedules':\n 'Nemate dopuštenje za uređivanje rasporeda.',\n /** The explanation when unable to execute a schedule on scheduled publishing */\n 'insufficient-permissions-message.not-authorized-explanation_execute-schedules':\n 'Nemate dopuštenje za izvršavanje rasporeda.',\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 /** Tooltip message for add document button when the selected perspective is published */\n 'new-document.disabled-published.tooltip': 'Ne možete stvoriti nove objavljene dokumente',\n /** Tooltip message for add document button when the selected perspective is for inactive release */\n 'new-document.disabled-release.tooltip': 'Ne možete dodavati dokumente ovom izdanju',\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 button that will make the browser reload when users' studio version is out-of-date */\n 'package-version.new-package-available.reload-button': 'Ponovno učitaj',\n /** Title of the alert for studio users when packages in their studio are out-of-date */\n 'package-version.new-package-available.title': 'Sanity Studio je ažuriran',\n\n /** Label for action to invite members to the current studio project */\n 'presence.action.manage-members': 'Upravljanje članovima',\n /** Accessibility label for presence menu button */\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 /** Tooltip content text for presence menu button */\n 'presence.tooltip-content': 'Tko je ovdje',\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 /** Action message to add document to new release */\n 'release.action.add-to-new-release': 'Dodaj u izdanje',\n /** Action message to add document to release */\n 'release.action.add-to-release': 'Dodaj u {{title}}',\n /** Action message for when document is already in release */\n 'release.action.already-in-release': 'Već u izdanju {{title}}',\n /** Action message for when you click to view all versions you can copy the current document to */\n 'release.action.copy-to': 'Kopiraj verziju u',\n /** Action message for creating new releases */\n 'release.action.create-new': 'Novo izdanje',\n /** Action message for when document is already in release */\n 'release.action.discard-version': 'Odbaci verziju',\n /** Description for toast when version discarding failed */\n 'release.action.discard-version.failure': 'Nije uspjelo odbacivanje verzije',\n /** Action message for when a new release is created off an existing version, draft or published document */\n 'release.action.new-release': 'Novo Izdanje',\n /** Tooltip message for not having permissions for creating new releases */\n 'release.action.permission.error': 'Nemate dopuštenje za izvođenje ove radnje',\n /** Error message for when a version is set to be unpublished */\n 'release.action.unpublish-version.failure':\n 'Nije uspjelo postavljanje verzije da se ne objavi u izdanju',\n /** Action message for when a version is set to be unpublished successfully */\n 'release.action.unpublish-version.success':\n 'Uspješno postavljeno <strong>{{title}}</strong> da se ne objavi u izdanju',\n /** Action message for when the view release is pressed */\n 'release.action.view-release': 'Pogledaj izdanje',\n /** Label for banner when release is scheduled */\n 'release.banner.scheduled-for-publishing-on': 'Zakazano za objavljivanje na {{date}}',\n /** Label for Draft chip in document header */\n 'release.chip.draft': 'Nacrt',\n /** Label for Draft chip in global header */\n 'release.chip.global.drafts': 'Nacrti',\n /** Label for Published chip in document header */\n 'release.chip.published': 'Objavljeno',\n /** Label for tooltip in chip when document is in an archived release */\n 'release.chip.tooltip.archived': 'Ovo izdanje je arhivirano i ne može se uređivati.',\n /** Label for tooltip in chip with the created date */\n 'release.chip.tooltip.created-date': 'Stvoreno {{date}}',\n /** Label for tooltip in draft chip when it's a live edit document */\n 'release.chip.tooltip.draft-disabled.live-edit':\n 'Ovaj dokument je u načinu uređivanja uživo, nacrti su onemogućeni',\n /** Label for tooltip in chip with the lasted edited date */\n 'release.chip.tooltip.edited-date': 'Uređeno {{date}}',\n /** Label for tooltip in chip when document is intended for a future release that hasn't been scheduled */\n 'release.chip.tooltip.intended-for-date': 'Namijenjeno za {{date}}',\n /** Label for tooltip in chip when there is no recent draft edits */\n 'release.chip.tooltip.no-edits': 'Nema uređivanja',\n /** Label for tooltip in chip when document isn't published */\n 'release.chip.tooltip.not-published': 'Nije objavljeno',\n /** Label for tooltip in chip with the published date */\n 'release.chip.tooltip.published-date': 'Objavljeno {{date}}',\n /** Label for tooltip in chip when document is in a release that has been scheduled */\n 'release.chip.tooltip.scheduled-for-date': 'Zakazano za {{date}}',\n /** Label for tooltip in scheduled chip without a known date */\n 'release.chip.tooltip.unknown-date': 'Nepoznat datum',\n /** Label for tooltip on deleted release */\n 'release.deleted-tooltip': 'Ovo izdanje je izbrisano',\n /** Title for copying version to a new release dialog */\n 'release.dialog.copy-to-release.title': 'Kopiraj verziju u novo izdanje',\n /** Title for action create a release */\n 'release.dialog.create.confirm': 'Kreiraj izdanje',\n /** Title for creating releases dialog */\n 'release.dialog.create.title': 'Stvori izdanje',\n /** Label for description in tooltip to explain release types */\n 'release.dialog.tooltip.description':\n 'To omogućuje prikazivanje postojanja sukoba u dokumentima prilikom rada na više verzija.',\n /** Label for noting that a release time is not final */\n 'release.dialog.tooltip.note':\n 'NAPOMENA: Možete promijeniti vrijeme izdanja i postaviti točno vrijeme za zakazano objavljivanje kasnije.',\n /** Title for tooltip to explain release time */\n 'release.dialog.tooltip.title': 'Približno vrijeme izdanja',\n /** The placeholder text when the release doesn't have a description */\n 'release.form.placeholder-describe-release': 'Opišite izdanje…',\n /** Tooltip for button to hide release visibility */\n 'release.layer.hide': 'Sakrij izdanje',\n /** Label for draft perspective in navbar */\n 'release.navbar.drafts': 'Nacrti',\n /** Label for published releases in navbar */\n 'release.navbar.published': 'Objavljeno',\n /** Tooltip for releases navigation in navbar */\n 'release.navbar.tooltip': 'Izdanja',\n /** The placeholder text when the release doesn't have a title */\n 'release.placeholder-untitled-release': 'Izdanje bez naslova',\n /** The toast description that will be shown when the user has a release perspective which is now archived */\n 'release.toast.archived-release.description': 'Ovo izdanje je odspojeno',\n /** The toast title that will be shown when the user has a release perspective which is now archived */\n 'release.toast.archived-release.title': \"Izdanje '{{title}}' je arhivirano\",\n /** The toast title that will be shown the creating a release fails */\n 'release.toast.create-release-error.title': 'Neuspješno stvaranje izdanja',\n /**The toast title that will be shown when the user has a release perspective which is now deleted */\n 'release.toast.not-found-release.title': \"Izdanje '{{title}}' nije moguće pronaći\",\n /** The toast description that will be shown when the user has a release perspective which is now published */\n 'release.toast.published-release.description': 'Ovo izdanje je odspojeno',\n /** The toast title that will be shown when the user has a release perspective which is now deleted */\n 'release.toast.published-release.title': \"Izdanje '{{title}}' je objavljeno\",\n /** Label for when a version of a document has already been added to the release */\n 'release.tooltip.already-added': 'Verzija ovog dokumenta je već dodana',\n /** Label for when a release is scheduled / scheduling and a user can't add a document version to it */\n 'release.tooltip.locked': 'Ovo izdanje je zakazano. Otkazati ga za dodavanje više dokumenata.',\n /** Label for the release type 'as soon as possible' */\n 'release.type.asap': 'Što prije',\n /** Label for the release type 'at time', meaning it's a release with a scheduled date */\n 'release.type.scheduled': 'U to vrijeme',\n /** Label for the release type 'undecided' */\n 'release.type.undecided': 'Neodlučeno',\n /** Tooltip for the dropdown to show all versions of document */\n 'release.version-list.tooltip': 'Pogledajte sve verzije dokumenta',\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': 'je',\n /* Slug does not contain the given value */\n 'search.operator.slug-not-contains.description':\n '<Field/> <Operator>ne sadrži</Operator> <Value>{{value}}</Value>',\n 'search.operator.slug-not-contains.name': 'ne sadrži',\n /* Slug does not equal the given filter value */\n 'search.operator.slug-not-equal.description':\n '<Field/> <Operator>nije</Operator> <Value>{{value}}</Value>',\n 'search.operator.slug-not-equal.name': 'nije',\n /* String contains the given filter value */\n 'search.operator.string-contains.description':\n '<Field/> <Operator>sadrži</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-contains.name': 'sadrži',\n /* String equals the given filter value */\n 'search.operator.string-equal.description':\n '<Field/> <Operator>je</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-equal.name': 'je',\n /* String equals one of the predefined allowed values */\n 'search.operator.string-list-equal.description':\n '<Field/> <Operator>je</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-list-equal.name': 'je',\n /* String does not equal one of the predefined allowed values */\n 'search.operator.string-list-not-equal.description':\n '<Field/> <Operator>nije</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-list-not-equal.name': 'nije',\n /* String does not contain the given filter value */\n 'search.operator.string-not-contains.description':\n '<Field/> <Operator>ne sadrži</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-not-contains.name': 'ne sadrži',\n /* String does not equal the given filter value */\n 'search.operator.string-not-equal.description':\n '<Field/> <Operator>nije</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-not-equal.name': 'nije',\n /** Label for the \"Best match\" search ordering type */\n 'search.ordering.best-match-label': 'Najbolje podudaranje',\n /** Label for the \"Created: Oldest first\" search ordering type */\n 'search.ordering.created-ascending-label': 'Stvoreno: Najstarije prvo',\n /** Label for the \"Created: Newest first\" search ordering type */\n 'search.ordering.created-descending-label': 'Stvoreno: Najnovije prvo',\n /** Label for the \"Updated: Oldest first\" search ordering type */\n 'search.ordering.updated-ascending-label': 'Ažurirano: Najstarije prvo',\n /** Label for the \"Updated: Newest first\" search ordering type */\n 'search.ordering.updated-descending-label': 'Ažurirano: Najnovije prvo',\n /** Placeholder text for the global search input field */\n 'search.placeholder': 'Pretraži',\n /** Accessibility label for the recent searches section, shown when no valid search terms has been given */\n 'search.recent-searches-aria-label': 'Nedavne pretrage',\n /** Label/heading shown for the recent searches section */\n 'search.recent-searches-label': 'Nedavne pretrage',\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 /** Label for the edit columns button to change field visibility in sheet list */\n 'sheet-list.edit-columns': 'Uredi stupce',\n /** Label for the header menu option to hide a field from the sheet list */\n 'sheet-list.hide-field': 'Ukloni iz tablice',\n /** Label for reset column visibilities button */\n 'sheet-list.reset-columns': 'Resetiraj stupce',\n /** Title for the edit columns menu */\n 'sheet-list.select-fields': 'Odaberite do 5 vrsta polja',\n\n /** Accessibility label for the navbar status button */\n 'status-button.aria-label': 'Status konfiguracije',\n\n /** Title for the changes tooltip in the history inspector*/\n 'timeline.changes.title': 'Promjene od',\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 nije moguće učitati.',\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 /** Description for error when the timeline for the given document can't be loaded */\n 'timeline.error.load-document-changes-version-description':\n 'Omogućite API događaja kroz Studio konfiguraciju za pregled povijesti dokumenta.',\n /** Title for error when the timeline for the given version document can't be loaded */\n 'timeline.error.load-document-changes-version-title':\n 'Povijest verzija dokumenata dostupna je samo kroz API događaja.',\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 revision for timeline menu dropdown */\n 'timeline.latest-revision': 'Najnovija revizija',\n /**\n * Label for latest revision for timeline menu dropdown\n * @deprecated as of `v3.47.0` `timeline.latest-revision` should be used instead. Note: _usage_ of this key is deprecated, but Studios on `< v3.47.0` still require this key to be _defined_\n * */\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 for when no previous since events are available*/\n 'timeline.no-previous-events': 'Nema prethodnih događaja',\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 /** Aria label for the action buttons in the PTE toolbar */\n 'toolbar.portable-text.action-button-aria-label': '{{action}}',\n\n /** Accessibility label for the breadcrumb menu */\n 'tree-editing-dialog.breadcrumbs.menu': 'Izbornik putokaza',\n /** Title placeholder for search input in array of objects */\n 'tree-editing-dialog.search-placeholder': 'Pretraži',\n /** Menu aria label for the search menu */\n 'tree-editing-dialog.search.menu-label': 'Izbornik pretraživanja',\n /** Title label for when no search results are found on the tree of objects */\n 'tree-editing-dialog.search.no-results-title': 'Nema rezultata',\n /** Label to close the sidebar */\n 'tree-editing-dialog.sidebar.action.close': 'Zatvori bočnu traku',\n /** Collapse label the menu item in the sidebar */\n 'tree-editing-dialog.sidebar.action.collapse': 'Skupi',\n /** Label to close the dialog */\n 'tree-editing-dialog.sidebar.action.done': 'Gotovo',\n /** Exapnd label the menu item in the sidebar */\n 'tree-editing-dialog.sidebar.action.expand': 'Proširi',\n /** Label to open the sidebar */\n 'tree-editing-dialog.sidebar.action.open': 'Otvori bočnu traku',\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 /** Label for open menu button for user menu */\n 'user-menu.open-menu': 'Otvori izbornik',\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 /** Tooltip for the workspace menu */\n 'workspaces.select-workspace-tooltip': 'Odaberite radni prostor',\n /** Title for Workplaces dropdown menu */\n 'workspaces.title': 'Radni prostori',\n})\n"],"names":[],"mappings":"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"}
|