@sanity/locale-hr-hr 1.1.12 → 1.1.13
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.
|
@@ -83,14 +83,18 @@ var structure = sanity.removeUndefinedLocaleResources({
|
|
|
83
83
|
"banners.live-edit-draft-banner.publish.tooltip": "Objavi za nastavak ure\u0111ivanja",
|
|
84
84
|
/** The text content for the live edit document when it's a draft */
|
|
85
85
|
"banners.live-edit-draft-banner.text": "Tip <strong>{{schemaType}}</strong> ima omogu\u0107eno <code>liveEdit</code>, ali postoji skica ovog dokumenta. Objavite ili odbacite skicu kako biste nastavili s ure\u0111ivanjem u\u017Eivo.",
|
|
86
|
-
/** The text for the permission check banner if the user only has one role, and it does not allow
|
|
86
|
+
/** The text for the permission check banner if the user only has one role, and it does not allow publishing this document */
|
|
87
87
|
"banners.permission-check-banner.missing-permission_create_one": "Va\u0161a uloga <Roles/> nema dozvolu za kreiranje ovog dokumenta.",
|
|
88
|
-
/** The text for the permission check banner if the user only has multiple roles, but they do not allow
|
|
88
|
+
/** The text for the permission check banner if the user only has multiple roles, but they do not allow publishing this document */
|
|
89
89
|
"banners.permission-check-banner.missing-permission_create_other": "Va\u0161e uloge <Roles/> nemaju dozvolu za kreiranje ovog dokumenta.",
|
|
90
|
-
/** The text for the permission check banner if the user only has one role, and it does not allow
|
|
90
|
+
/** The text for the permission check banner if the user only has one role, and it does not allow editing this document */
|
|
91
91
|
"banners.permission-check-banner.missing-permission_update_one": "Va\u0161a uloga <Roles/> nema dozvolu za a\u017Euriranje ovog dokumenta.",
|
|
92
|
-
/** The text for the permission check banner if the user only has multiple roles, but they do not allow
|
|
92
|
+
/** The text for the permission check banner if the user only has multiple roles, but they do not allow editing this document */
|
|
93
93
|
"banners.permission-check-banner.missing-permission_update_other": "Va\u0161e uloge <Roles/> nemaju dozvolu za a\u017Euriranje ovog dokumenta.",
|
|
94
|
+
/** The pending text for the request permission button that appears for viewer roles */
|
|
95
|
+
"banners.permission-check-banner.request-permission-button.sent": "Zahtjev za ure\u0111ivanje poslan",
|
|
96
|
+
/** The text for the request permission button that appears for viewer roles */
|
|
97
|
+
"banners.permission-check-banner.request-permission-button.text": "Zatra\u017Ei pravo na ure\u0111ivanje",
|
|
94
98
|
/** The text for the reload button */
|
|
95
99
|
"banners.reference-changed-banner.reason-changed.reload-button.text": "Ponovno u\u010Ditaj referencu",
|
|
96
100
|
/** The text for the reference change banner if the reason is that the reference has been changed */
|
|
@@ -344,6 +348,20 @@ var structure = sanity.removeUndefinedLocaleResources({
|
|
|
344
348
|
"panes.unknown-pane-type.unknown-type.text": "Element strukture tipa <Code>{{type}}</Code> nije poznat.",
|
|
345
349
|
/** The text for the "Open preview" action for a document */
|
|
346
350
|
"production-preview.menu-item.title": "Otvori pregled",
|
|
351
|
+
/** The text for the confirm button in the request permission dialog used in the permissions banner */
|
|
352
|
+
"request-permission-dialog.confirm-button.text": "Po\u0161alji zahtjev",
|
|
353
|
+
/** The description text for the request permission dialog used in the permissions banner */
|
|
354
|
+
"request-permission-dialog.description.text": "Va\u0161 zahtjev \u0107e biti poslan administratoru(ima) projekta. Ako \u017Eelite, mo\u017Eete uklju\u010Diti i bilje\u0161ku",
|
|
355
|
+
/** The header/title for the request permission dialog used in the permissions banner */
|
|
356
|
+
"request-permission-dialog.header.text": "Zatra\u017Ei pristup za ure\u0111ivanje",
|
|
357
|
+
/** The text describing the note input for the request permission dialog used in the permissions banner */
|
|
358
|
+
"request-permission-dialog.note-input.description.text": "Ako \u017Eelite, mo\u017Eete dodati bilje\u0161ku",
|
|
359
|
+
/** The placeholder for the note input in the request permission dialog used in the permissions banner */
|
|
360
|
+
"request-permission-dialog.note-input.placeholder.text": "Dodaj bilje\u0161ku...",
|
|
361
|
+
/** The error/warning text in the request permission dialog when the user's request has been declined */
|
|
362
|
+
"request-permission-dialog.warning.denied.text": "Va\u0161 zahtjev za pristup ovom projektu je odbijen.",
|
|
363
|
+
/** The error/warning text in the request permission dialog when the user's request has been denied due to too many outstanding requests */
|
|
364
|
+
"request-permission-dialog.warning.limit-reached.text": "Dosegli ste limit za zahtjeve uloga u svim projektima. Pri\u010Dekajte prije slanja novih zahtjeva ili kontaktirajte administratora za pomo\u0107.",
|
|
347
365
|
/** Label for button when status is saved */
|
|
348
366
|
"status-bar.document-status-pulse.status.saved.text": "Spremljeno",
|
|
349
367
|
/** Label for button when status is syncing */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"structure.cjs","sources":["../../src/structure.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for the \"Copy Document URL\" document action */\n 'action.copy-document-url.label': 'Kopiraj URL dokumenta',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.delete.disabled.not-ready': 'Operacija nije spremna',\n /** Tooltip when action button is disabled because the document does not exist */\n 'action.delete.disabled.nothing-to-delete': 'Ovaj dokument ne postoji',\n /** Label for the \"Delete\" document action button */\n 'action.delete.label': 'Izbriši',\n /** Label for the \"Delete\" document action while the document is being deleted */\n 'action.delete.running.label': 'Brisanje…',\n /** Message prompting the user to confirm discarding changes */\n 'action.discard-changes.confirm-dialog.confirm-discard-changes':\n 'Jeste li sigurni da želite odbaciti sve promjene od posljednjeg objavljivanja?',\n /** Tooltip when action is disabled because the document has no unpublished changes */\n 'action.discard-changes.disabled.no-change': 'Ovaj dokument nema neobjavljenih promjena',\n /** Tooltip when action is disabled because the document is not published */\n 'action.discard-changes.disabled.not-published': 'Ovaj dokument nije objavljen',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.discard-changes.disabled.not-ready': 'Operacija nije spremna',\n /** Label for the \"Discard changes\" document action */\n 'action.discard-changes.label': 'Odbaci promjene',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.duplicate.disabled.not-ready': 'Operacija nije spremna',\n /** Tooltip when action is disabled because the document doesn't exist */\n 'action.duplicate.disabled.nothing-to-duplicate':\n 'Ovaj dokument još ne postoji pa se nema što duplicirati',\n /** Label for the \"Duplicate\" document action */\n 'action.duplicate.label': 'Dupliciraj',\n /** Label for the \"Duplicate\" document action while the document is being duplicated */\n 'action.duplicate.running.label': 'Dupliciranje…',\n /** Tooltip when publish button is disabled because the document is already published, and published time is unavailable.*/\n 'action.publish.already-published.no-time-ago.tooltip': 'Već objavljeno',\n /** Tooltip when publish button is disabled because the document is already published.*/\n 'action.publish.already-published.tooltip': 'Objavljeno prije {{timeSincePublished}}',\n /** Tooltip when action is disabled because the studio is not ready.*/\n 'action.publish.disabled.not-ready': 'Operacija nije spremna',\n /** Label for action when there are pending changes.*/\n 'action.publish.draft.label': 'Objavi',\n /** Label for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.label': 'Objavi',\n /** Fallback tooltip for the \"Publish\" document action when publish is invoked for a document with live edit enabled.*/\n 'action.publish.live-edit.publish-disabled':\n 'Ne može se objaviti jer je za ovu vrstu dokumenta omogućen Live Edit',\n /** Tooltip for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.tooltip':\n 'Za ovu vrstu sadržaja omogućen je Live Edit i objavljivanje se automatski događa dok vršite promjene',\n /** Tooltip when publish button is disabled because there are no changes.*/\n 'action.publish.no-changes.tooltip': 'Nema neobjavljenih promjena',\n /** Label for the \"Publish\" document action when there are no changes.*/\n 'action.publish.published.label': 'Objavljeno',\n /** Label for the \"Publish\" document action while publish is being executed.*/\n 'action.publish.running.label': 'Objavljivanje…',\n /** Tooltip when the \"Publish\" document action is disabled due to validation issues */\n 'action.publish.validation-issues.tooltip':\n 'Postoje greške u validaciji koje treba ispraviti prije nego što se ovaj dokument može objaviti',\n /** Tooltip when publish button is waiting for validation and async tasks to complete.*/\n 'action.publish.waiting': 'Čekanje da se zadaci završe prije objavljivanja',\n /** Message prompting the user to confirm that they want to restore to an earlier version*/\n 'action.restore.confirm.message':\n 'Jeste li sigurni da želite vratiti ovaj dokument na raniju verziju?',\n /** Fallback tooltip for when user is looking at the initial version */\n 'action.restore.disabled.cannot-restore-initial': 'Ne možete vratiti na inicijalnu verziju',\n /** Label for the \"Restore\" document action */\n 'action.restore.label': 'Vrati',\n /** Default tooltip for the action */\n 'action.restore.tooltip': 'Vrati na ovu verziju',\n /** Tooltip when action is disabled because the document is not already published */\n 'action.unpublish.disabled.not-published': 'Ovaj dokument nije objavljen',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.unpublish.disabled.not-ready': 'Operacija nije spremna',\n /** Label for the \"Unpublish\" document action */\n 'action.unpublish.label': 'Poništi objavu',\n /** Fallback tooltip for the Unpublish document action when publish is invoked for a document with live edit enabled.*/\n 'action.unpublish.live-edit.disabled':\n 'Ovaj dokument ima omogućen Live Edit i ne može biti poništena objava',\n\n /** The text for the restore button on the deleted document banner */\n 'banners.deleted-document-banner.restore-button.text': 'Vrati najnoviju verziju',\n /** The text content for the deleted document banner */\n 'banners.deleted-document-banner.text': 'Ovaj dokument je izbrisan.',\n /** The text content for the deprecated document type banner */\n 'banners.deprecated-document-type-banner.text': 'Ovaj tip dokumenta je zastario.',\n /** The text for publish action for discarding the version */\n 'banners.live-edit-draft-banner.discard.tooltip': 'Odbaci skicu',\n /** The text for publish action for the draft banner */\n 'banners.live-edit-draft-banner.publish.tooltip': 'Objavi za nastavak uređivanja',\n /** The text content for the live edit document when it's a draft */\n 'banners.live-edit-draft-banner.text':\n 'Tip <strong>{{schemaType}}</strong> ima omogućeno <code>liveEdit</code>, ali postoji skica ovog dokumenta. Objavite ili odbacite skicu kako biste nastavili s uređivanjem uživo.',\n /** The text for the permission check banner if the user only has one role, and it does not allow updating this document */\n 'banners.permission-check-banner.missing-permission_create_one':\n 'Vaša uloga <Roles/> nema dozvolu za kreiranje ovog dokumenta.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow updating this document */\n 'banners.permission-check-banner.missing-permission_create_other':\n 'Vaše uloge <Roles/> nemaju dozvolu za kreiranje ovog dokumenta.',\n /** The text for the permission check banner if the user only has one role, and it does not allow updating this document */\n 'banners.permission-check-banner.missing-permission_update_one':\n 'Vaša uloga <Roles/> nema dozvolu za ažuriranje ovog dokumenta.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow updating this document */\n 'banners.permission-check-banner.missing-permission_update_other':\n 'Vaše uloge <Roles/> nemaju dozvolu za ažuriranje ovog dokumenta.',\n /** The text for the reload button */\n 'banners.reference-changed-banner.reason-changed.reload-button.text': 'Ponovno učitaj referencu',\n /** The text for the reference change banner if the reason is that the reference has been changed */\n 'banners.reference-changed-banner.reason-changed.text':\n 'Ova referenca se promijenila otkako ste je otvorili.',\n /** The text for the close button */\n 'banners.reference-changed-banner.reason-removed.close-button.text': 'Zatvori referencu',\n /** The text for the reference change banner if the reason is that the reference has been deleted */\n 'banners.reference-changed-banner.reason-removed.text':\n 'Ova referenca je uklonjena otkako ste je otvorili.',\n\n /** Browser/tab title when creating a new document of a given type */\n 'browser-document-title.new-document': 'Novi {{schemaType}}',\n /** Browser/tab title when editing a document where the title cannot be resolved from preview configuration */\n 'browser-document-title.untitled-document': 'Bez naslova',\n\n /** The action menu button aria-label */\n 'buttons.action-menu-button.aria-label': 'Otvori akcije dokumenta',\n /** The action menu button tooltip */\n 'buttons.action-menu-button.tooltip': 'Akcije dokumenta',\n /** The aria-label for the split pane button on the document panel header */\n 'buttons.split-pane-button.aria-label': 'Podijeli ploču desno',\n /** The tool tip for the split pane button on the document panel header */\n 'buttons.split-pane-button.tooltip': 'Podijeli ploču desno',\n /** The title for the close button on the split pane on the document panel header */\n 'buttons.split-pane-close-button.title': 'Zatvori podijeljenu ploču',\n /** The title for the close group button on the split pane on the document panel header */\n 'buttons.split-pane-close-group-button.title': 'Zatvori grupu ploča',\n\n /** The text in the \"Cancel\" button in the confirm delete dialog that cancels the action and closes the dialog */\n 'confirm-delete-dialog.cancel-button.text': 'Odustani',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_one': '1 dokument',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_other': '{{count}} dokumenata',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_one': 'Dataset: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_other': 'Datasets: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_one': 'Nedostupan dataset',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_other': 'Nedostupni datasets',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (singular) */\n 'confirm-delete-dialog.cdr-summary.title_one': '{{documentCount}} u drugom datasetu',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (plural) */\n 'confirm-delete-dialog.cdr-summary.title_other': '{{documentCount}} u {{count}} datasets',\n /** Appears when hovering over the copy button to copy */\n 'confirm-delete-dialog.cdr-table.copy-id-button.tooltip': 'Kopiraj ID u međuspremnik',\n /** The header for the dataset column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.dataset.label': 'Dataset',\n /** The header for the document ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.document-id.label': 'ID dokumenta',\n /** The toast title when the copy button has been clicked */\n 'confirm-delete-dialog.cdr-table.id-copied-toast.title': 'Kopiran ID dokumenta u međuspremnik!',\n /** The header for the project ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.project-id.label': 'ID projekta',\n /** The text in the \"Delete anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_delete': 'Svejedno izbriši',\n /** The text in the \"Unpublish anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_unpublish': 'Svejedno poništi objavu',\n /** The text in the \"Delete now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_delete': 'Izbriši sada',\n /** The text in the \"Unpublish now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_unpublish': 'Poništi objavu sada',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_delete':\n 'Jeste li sigurni da želite izbrisati “<DocumentTitle/>”?',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_unpublish':\n 'Jeste li sigurni da želite poništiti objavu “<DocumentTitle/>”?',\n /** The text body of the error dialog. */\n 'confirm-delete-dialog.error.message.text':\n 'Došlo je do pogreške prilikom učitavanja referentnih dokumenata.',\n /** The text in the retry button of the confirm delete dialog if an error occurred. */\n 'confirm-delete-dialog.error.retry-button.text': 'Pokušaj ponovno',\n /** The header of the confirm delete dialog if an error occurred while the confirm delete dialog was open. */\n 'confirm-delete-dialog.error.title.text': 'Greška',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_delete': 'Izbrisati dokument?',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_unpublish': 'Poništiti objavu dokumenta?',\n /** The text that appears while the referring documents are queried */\n 'confirm-delete-dialog.loading.text': 'Traženje referentnih dokumenata…',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_one': '1 druga referenca nije prikazana',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_other':\n '{{count}} druge reference nisu prikazane',\n /** Text in the tooltip of this component if hovering over the info icon */\n 'confirm-delete-dialog.other-reference-count.tooltip':\n 'Ne možemo prikazati metapodatke za ove reference zbog nedostatka pristupnog tokena za povezane datasetove.',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.subtitle': 'ID: {{documentId}}',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.title': 'Pregled nije dostupan',\n /** Warns the user of affects to other documents if the action is confirmed (delete) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_delete':\n 'Ako izbrišete ovaj dokument, dokumenti koji na njega upućuju više mu neće moći pristupiti.',\n /** Warns the user of affects to other documents if the action is confirmed (unpublish) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_unpublish':\n 'Ako poništite objavu ovog dokumenta, dokumenti koji na njega upućuju više mu neće moći pristupiti.',\n /** Tells the user the count of how many other referring documents there are before listing them. (singular) */\n 'confirm-delete-dialog.referring-document-count.text_one':\n '1 dokument upućuje na “<DocumentTitle/>”',\n /** Tells the user the count of how many other referring documents there are before listing them. (plural) */\n 'confirm-delete-dialog.referring-document-count.text_other':\n '{{count}} dokumenta upućuju na “<DocumentTitle/>”',\n /** Describes the list of documents that refer to the one trying to be deleted (delete) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_delete':\n 'Možda nećete moći izbrisati “<DocumentTitle/>” jer sljedeći dokumenti upućuju na njega:',\n /** Describes the list of documents that refer to the one trying to be deleted (unpublish) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_unpublish':\n 'Možda nećete moći poništiti objavu “<DocumentTitle/>” jer sljedeći dokumenti upućuju na njega:',\n\n /** The text for the cancel button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.cancel-button.fallback-text': 'Odustani',\n /** The text for the confirm button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.confirm-button.fallback-text': 'Potvrdi',\n\n /** For the default structure definition, the title for the \"Content\" pane */\n 'default-definition.content-title': 'Sadržaj',\n\n /** The text shown if there was an error while getting the document's title via a preview value */\n 'doc-title.error.text': 'Greška: {{errorMessage}}',\n /** The text shown if the preview value for a document is non-existent or empty */\n 'doc-title.fallback.text': 'Bez naslova',\n /** The text shown if a document's title via a preview value cannot be determined due to an unknown schema type */\n 'doc-title.unknown-schema-type.text': 'Nepoznati tip sheme: {{schemaType}}',\n\n /** Tooltip text shown for the close button of the document inspector */\n 'document-inspector.close-button.tooltip': 'Zatvori',\n /** The title shown in the dialog header, when inspecting a valid document */\n 'document-inspector.dialog.title': 'Inspekcija <DocumentTitle/>',\n /** The title shown in the dialog header, when the document being inspected is not created yet/has no value */\n 'document-inspector.dialog.title-no-value': 'Nema vrijednosti',\n /** Title shown for menu item that opens the \"Inspect\" dialog */\n 'document-inspector.menu-item.title': 'Inspekcija',\n /** the placeholder text for the search input on the inspect dialog */\n 'document-inspector.search.placeholder': 'Pretraži',\n /** The \"parsed\" view mode, meaning the JSON is searchable, collapsible etc */\n 'document-inspector.view-mode.parsed': 'Obrađeno',\n /** The \"raw\" view mode, meaning the JSON is presented syntax-highlighted, but with no other features - optimal for copying */\n 'document-inspector.view-mode.raw-json': 'Sirovi JSON',\n\n /** The text for when a form is hidden */\n 'document-view.form-view.form-hidden': 'Ovaj obrazac je skriven',\n /** Fallback title shown when a form title is not provided */\n 'document-view.form-view.form-title-fallback': 'Bez naslova',\n /** The text for when the form view is loading a document */\n 'document-view.form-view.loading': 'Učitavanje dokumenta…',\n /** The description of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.description':\n 'Molimo vas da pričekate dok se dokument sinkronizira. To se obično događa odmah nakon što je dokument objavljen i ne bi trebalo trajati više od nekoliko sekundi',\n /** The title of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.title': 'Sinkronizacija dokumenta…',\n\n /** The loading messaging for when the tooltip is still loading permission info */\n 'insufficient-permissions-message-tooltip.loading-text': 'Učitavanje…',\n\n /** --- Menu items --- */\n /** The menu item group title to use for the Action menu items */\n 'menu-item-groups.actions-group': 'Akcije',\n /** The menu item group title to use for the Layout menu items */\n 'menu-item-groups.layout-group': 'Raspored',\n /** The menu item group title to use for the Sort menu items */\n 'menu-item-groups.sorting-group': 'Sortiranje',\n\n /** The menu item title to use the compact view */\n 'menu-items.layout.compact-view': 'Kompaktan prikaz',\n /** The menu item title to use the detailed view */\n 'menu-items.layout.detailed-view': 'Detaljan prikaz',\n /** The menu item title to Sort by Created */\n 'menu-items.sort-by.created': 'Sortiraj po datumu stvaranja',\n /** The menu item title to Sort by Last Edited */\n 'menu-items.sort-by.last-edited': 'Sortiraj po zadnjoj izmjeni',\n\n /** The link text of the no document type screen that appears directly below the subtitle */\n 'no-document-types-screen.link-text': 'Saznajte kako dodati vrstu dokumenta →',\n /** The subtitle of the no document type screen that appears directly below the title */\n 'no-document-types-screen.subtitle':\n 'Molimo definirajte barem jednu vrstu dokumenta u vašoj shemi.',\n /** The title of the no document type screen */\n 'no-document-types-screen.title': 'Nema vrsta dokumenata',\n\n /** Text shown on back button visible on smaller breakpoints */\n 'pane-header.back-button.text': 'Natrag',\n /** tooltip text (via `title` attribute) for the menu button */\n 'pane-header.context-menu-button.tooltip': 'Prikaži izbornik',\n /** Appears in a document list pane header if there are more than one option for create. This is the label for that menu */\n 'pane-header.create-menu.label': 'Kreiraj',\n /** Tooltip displayed on the create new button in document lists */\n 'pane-header.create-new-button.tooltip': 'Kreiraj novi dokument',\n /** The `aria-label` for the disabled button in the pane header if create permissions are granted */\n 'pane-header.disabled-created-button.aria-label': 'Nedovoljne dozvole',\n\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.draft-status.has-draft.tooltip': 'Uređeno <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.draft-status.no-draft.tooltip': 'Nema neobjavljenih izmjena',\n /** The subtitle tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.subtitle': 'Dokument: <Code>{{documentId}}</Code>',\n /** The title tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.title':\n 'Nema pronađene sheme za tip <Code>{{documentType}}</Code>',\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.published-status.has-published.tooltip': 'Objavljeno <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.published-status.no-published.tooltip': 'Nema neobjavljenih izmjena',\n\n /** The text used in the document header title if there is an error */\n 'panes.document-header-title.error.text': 'Greška: {{error}}',\n /** The text used in the document header title if creating a new item */\n 'panes.document-header-title.new.text': 'Novi {{schemaType}}',\n /** The text used in the document header title if no other title can be determined */\n 'panes.document-header-title.untitled.text': 'Bez naslova',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text': 'Greška: <Code>{{error}}</Code>',\n /** The error title on the document list pane */\n 'panes.document-list-pane.error.title': 'Nije moguće dohvatiti stavke popisa',\n /** The text of the document list pane if more than a maximum number of documents are returned */\n 'panes.document-list-pane.max-items.text': 'Prikazuje se maksimalno {{limit}} dokumenata',\n /** The text of the document list pane if no documents are found for a specified type */\n 'panes.document-list-pane.no-documents-of-type.text': 'Nema dokumenata ove vrste',\n /** The text of the document list pane if no documents are found */\n 'panes.document-list-pane.no-documents.text': 'Nema rezultata',\n /** The text of the document list pane if no documents are found matching specified criteria */\n 'panes.document-list-pane.no-matching-documents.text': 'Nema odgovarajućih dokumenata',\n /** The aria-label for the search input on the document list pane */\n 'panes.document-list-pane.search-input.aria-label': 'Pretraži popis',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.search-input.placeholder': 'Pretraži popis',\n /** The summary title when displaying an error for a document operation result */\n 'panes.document-operation-results.error.summary.title': 'Detalji',\n /** The text when a generic operation failed (fallback, generally not shown) */\n 'panes.document-operation-results.operation-error': 'Došlo je do greške tijekom {{context}}',\n /** The text when a delete operation failed */\n 'panes.document-operation-results.operation-error_delete':\n 'Došlo je do greške pri pokušaju brisanja ovog dokumenta. To obično znači da postoje drugi dokumenti koji upućuju na njega.',\n /** The text when an unpublish operation failed */\n 'panes.document-operation-results.operation-error_unpublish':\n 'Došlo je do greške pri pokušaju povlačenja ovog dokumenta. To obično znači da postoje drugi dokumenti koji upućuju na njega.',\n /** The text when a generic operation succeeded (fallback, generally not shown) */\n 'panes.document-operation-results.operation-success': 'Uspješno izveden {{context}} na dokumentu',\n /** The text when copy URL operation succeeded */\n 'panes.document-operation-results.operation-success_copy-url':\n 'URL dokumenta kopiran u međuspremnik',\n /** The text when a delete operation succeeded */\n 'panes.document-operation-results.operation-success_delete': 'Dokument je uspješno izbrisan',\n /** The text when a discard changes operation succeeded */\n 'panes.document-operation-results.operation-success_discardChanges':\n 'Sve promjene od posljednjeg objavljivanja su sada odbačene. Odbačeni nacrt još uvijek se može oporaviti iz povijesti',\n /** The text when a duplicate operation succeeded */\n 'panes.document-operation-results.operation-success_duplicate': 'Dokument je uspješno dupliciran',\n /** The text when a publish operation succeeded */\n 'panes.document-operation-results.operation-success_publish': 'Dokument je objavljen',\n /** The text when a restore operation succeeded */\n 'panes.document-operation-results.operation-success_restore':\n '<Strong>{{title}}</Strong> je obnovljen',\n /** The text when an unpublish operation succeeded */\n 'panes.document-operation-results.operation-success_unpublish':\n 'Dokumentu je poništena objava. Nacrt je stvoren iz posljednje objavljene verzije.',\n /** The document title shown when document title is \"undefined\" in operation message */\n 'panes.document-operation-results.operation-undefined-title': 'Bez naslova',\n /** The title of the reconnecting toast */\n 'panes.document-pane-provider.reconnecting.title': 'Veza izgubljena. Ponovno povezivanje…',\n /** The loading message for the document not found pane */\n 'panes.document-pane.document-not-found.loading': 'Učitavanje dokumenta…',\n /** The text of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.text':\n 'Vrsta dokumenta nije definirana i dokument s identifikatorom <Code>{{id}}</Code> nije mogao biti pronađen.',\n /** The title of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.title': 'Dokument nije pronađen',\n /** The text of the document not found pane if the schema is not found */\n 'panes.document-pane.document-unknown-type.text':\n 'Ovaj dokument ima vrstu sheme <Code>{{documentType}}</Code>, koja nije definirana kao tip u lokalnoj shemi sadržaja Studija.',\n /** The title of the document not found pane if the schema is not found or unknown */\n 'panes.document-pane.document-unknown-type.title':\n 'Nepoznati tip dokumenta: <Code>{{documentType}}</Code>',\n /** The title of the document not found pane if the schema is unknown */\n 'panes.document-pane.document-unknown-type.without-schema.text':\n 'Ovaj dokument ne postoji i nije definiran tip sheme za njega.',\n /** Default message shown while resolving the structure definition for an asynchronous node */\n 'panes.resolving.default-message': 'Učitavanje…',\n /** Message shown while resolving the structure definition for an asynchronous node and it is taking a while (more than 5s) */\n 'panes.resolving.slow-resolve-message': 'Još se učitava…',\n /** The text to display when type is missing */\n 'panes.unknown-pane-type.missing-type.text':\n 'Elementu strukture nedostaje obavezno svojstvo <Code>type</Code>.',\n /** The title of the unknown pane */\n 'panes.unknown-pane-type.title': 'Nepoznati tip panela',\n /** The text to display when type is unknown */\n 'panes.unknown-pane-type.unknown-type.text':\n 'Element strukture tipa <Code>{{type}}</Code> nije poznat.',\n\n /** The text for the \"Open preview\" action for a document */\n 'production-preview.menu-item.title': 'Otvori pregled',\n\n /** Label for button when status is saved */\n 'status-bar.document-status-pulse.status.saved.text': 'Spremljeno',\n /** Label for button when status is syncing */\n 'status-bar.document-status-pulse.status.syncing.text': 'Spremanje...',\n /** Accessibility label indicating when the document was last published, in relative time, eg \"3 weeks ago\" */\n 'status-bar.publish-status-button.last-published-time.aria-label':\n 'Zadnje objavljeno {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last published <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-published-time.tooltip':\n 'Zadnje objavljeno <RelativeTime/>',\n /** Accessibility label indicating when the document was last updated, in relative time, eg \"2 hours ago\" */\n 'status-bar.publish-status-button.last-updated-time.aria-label':\n 'Zadnje ažurirano {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last updated <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-updated-time.tooltip': 'Zadnje ažurirano <RelativeTime/>',\n /** Aria label for the button */\n 'status-bar.review-changes-button.aria-label': 'Pregledaj promjene',\n /** Label for button when status is saved */\n 'status-bar.review-changes-button.status.saved.text': 'Spremljeno!',\n /** Label for button when status is syncing */\n 'status-bar.review-changes-button.status.syncing.text': 'Spremanje...',\n /** Text for the secondary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.changes-saved': 'Promjene spremljene',\n /** Primary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.text': 'Pregledaj promjene',\n\n /** The text that appears in side the documentation link */\n 'structure-error.docs-link.text': 'Pogledaj dokumentaciju',\n /** Labels the error message or error stack of the structure error screen */\n 'structure-error.error.label': 'Greška',\n /** The header that appears at the top of the error screen */\n 'structure-error.header.text': 'Došlo je do greške prilikom čitanja strukture',\n /** The text in the reload button to retry rendering the structure */\n 'structure-error.reload-button.text': 'Ponovno učitaj',\n /** Labels the structure path of the structure error screen */\n 'structure-error.structure-path.label': 'Putanja strukture',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"structure.cjs","sources":["../../src/structure.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for the \"Copy Document URL\" document action */\n 'action.copy-document-url.label': 'Kopiraj URL dokumenta',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.delete.disabled.not-ready': 'Operacija nije spremna',\n /** Tooltip when action button is disabled because the document does not exist */\n 'action.delete.disabled.nothing-to-delete': 'Ovaj dokument ne postoji',\n /** Label for the \"Delete\" document action button */\n 'action.delete.label': 'Izbriši',\n /** Label for the \"Delete\" document action while the document is being deleted */\n 'action.delete.running.label': 'Brisanje…',\n /** Message prompting the user to confirm discarding changes */\n 'action.discard-changes.confirm-dialog.confirm-discard-changes':\n 'Jeste li sigurni da želite odbaciti sve promjene od posljednjeg objavljivanja?',\n /** Tooltip when action is disabled because the document has no unpublished changes */\n 'action.discard-changes.disabled.no-change': 'Ovaj dokument nema neobjavljenih promjena',\n /** Tooltip when action is disabled because the document is not published */\n 'action.discard-changes.disabled.not-published': 'Ovaj dokument nije objavljen',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.discard-changes.disabled.not-ready': 'Operacija nije spremna',\n /** Label for the \"Discard changes\" document action */\n 'action.discard-changes.label': 'Odbaci promjene',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.duplicate.disabled.not-ready': 'Operacija nije spremna',\n /** Tooltip when action is disabled because the document doesn't exist */\n 'action.duplicate.disabled.nothing-to-duplicate':\n 'Ovaj dokument još ne postoji pa se nema što duplicirati',\n /** Label for the \"Duplicate\" document action */\n 'action.duplicate.label': 'Dupliciraj',\n /** Label for the \"Duplicate\" document action while the document is being duplicated */\n 'action.duplicate.running.label': 'Dupliciranje…',\n /** Tooltip when publish button is disabled because the document is already published, and published time is unavailable.*/\n 'action.publish.already-published.no-time-ago.tooltip': 'Već objavljeno',\n /** Tooltip when publish button is disabled because the document is already published.*/\n 'action.publish.already-published.tooltip': 'Objavljeno prije {{timeSincePublished}}',\n /** Tooltip when action is disabled because the studio is not ready.*/\n 'action.publish.disabled.not-ready': 'Operacija nije spremna',\n /** Label for action when there are pending changes.*/\n 'action.publish.draft.label': 'Objavi',\n /** Label for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.label': 'Objavi',\n /** Fallback tooltip for the \"Publish\" document action when publish is invoked for a document with live edit enabled.*/\n 'action.publish.live-edit.publish-disabled':\n 'Ne može se objaviti jer je za ovu vrstu dokumenta omogućen Live Edit',\n /** Tooltip for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.tooltip':\n 'Za ovu vrstu sadržaja omogućen je Live Edit i objavljivanje se automatski događa dok vršite promjene',\n /** Tooltip when publish button is disabled because there are no changes.*/\n 'action.publish.no-changes.tooltip': 'Nema neobjavljenih promjena',\n /** Label for the \"Publish\" document action when there are no changes.*/\n 'action.publish.published.label': 'Objavljeno',\n /** Label for the \"Publish\" document action while publish is being executed.*/\n 'action.publish.running.label': 'Objavljivanje…',\n /** Tooltip when the \"Publish\" document action is disabled due to validation issues */\n 'action.publish.validation-issues.tooltip':\n 'Postoje greške u validaciji koje treba ispraviti prije nego što se ovaj dokument može objaviti',\n /** Tooltip when publish button is waiting for validation and async tasks to complete.*/\n 'action.publish.waiting': 'Čekanje da se zadaci završe prije objavljivanja',\n /** Message prompting the user to confirm that they want to restore to an earlier version*/\n 'action.restore.confirm.message':\n 'Jeste li sigurni da želite vratiti ovaj dokument na raniju verziju?',\n /** Fallback tooltip for when user is looking at the initial version */\n 'action.restore.disabled.cannot-restore-initial': 'Ne možete vratiti na inicijalnu verziju',\n /** Label for the \"Restore\" document action */\n 'action.restore.label': 'Vrati',\n /** Default tooltip for the action */\n 'action.restore.tooltip': 'Vrati na ovu verziju',\n /** Tooltip when action is disabled because the document is not already published */\n 'action.unpublish.disabled.not-published': 'Ovaj dokument nije objavljen',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.unpublish.disabled.not-ready': 'Operacija nije spremna',\n /** Label for the \"Unpublish\" document action */\n 'action.unpublish.label': 'Poništi objavu',\n /** Fallback tooltip for the Unpublish document action when publish is invoked for a document with live edit enabled.*/\n 'action.unpublish.live-edit.disabled':\n 'Ovaj dokument ima omogućen Live Edit i ne može biti poništena objava',\n\n /** The text for the restore button on the deleted document banner */\n 'banners.deleted-document-banner.restore-button.text': 'Vrati najnoviju verziju',\n /** The text content for the deleted document banner */\n 'banners.deleted-document-banner.text': 'Ovaj dokument je izbrisan.',\n /** The text content for the deprecated document type banner */\n 'banners.deprecated-document-type-banner.text': 'Ovaj tip dokumenta je zastario.',\n /** The text for publish action for discarding the version */\n 'banners.live-edit-draft-banner.discard.tooltip': 'Odbaci skicu',\n /** The text for publish action for the draft banner */\n 'banners.live-edit-draft-banner.publish.tooltip': 'Objavi za nastavak uređivanja',\n /** The text content for the live edit document when it's a draft */\n 'banners.live-edit-draft-banner.text':\n 'Tip <strong>{{schemaType}}</strong> ima omogućeno <code>liveEdit</code>, ali postoji skica ovog dokumenta. Objavite ili odbacite skicu kako biste nastavili s uređivanjem uživo.',\n /** The text for the permission check banner if the user only has one role, and it does not allow publishing this document */\n 'banners.permission-check-banner.missing-permission_create_one':\n 'Vaša uloga <Roles/> nema dozvolu za kreiranje ovog dokumenta.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow publishing this document */\n 'banners.permission-check-banner.missing-permission_create_other':\n 'Vaše uloge <Roles/> nemaju dozvolu za kreiranje ovog dokumenta.',\n /** The text for the permission check banner if the user only has one role, and it does not allow editing this document */\n 'banners.permission-check-banner.missing-permission_update_one':\n 'Vaša uloga <Roles/> nema dozvolu za ažuriranje ovog dokumenta.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow editing this document */\n 'banners.permission-check-banner.missing-permission_update_other':\n 'Vaše uloge <Roles/> nemaju dozvolu za ažuriranje ovog dokumenta.',\n /** The pending text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.sent': 'Zahtjev za uređivanje poslan',\n /** The text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.text': 'Zatraži pravo na uređivanje',\n /** The text for the reload button */\n 'banners.reference-changed-banner.reason-changed.reload-button.text': 'Ponovno učitaj referencu',\n /** The text for the reference change banner if the reason is that the reference has been changed */\n 'banners.reference-changed-banner.reason-changed.text':\n 'Ova referenca se promijenila otkako ste je otvorili.',\n /** The text for the close button */\n 'banners.reference-changed-banner.reason-removed.close-button.text': 'Zatvori referencu',\n /** The text for the reference change banner if the reason is that the reference has been deleted */\n 'banners.reference-changed-banner.reason-removed.text':\n 'Ova referenca je uklonjena otkako ste je otvorili.',\n\n /** Browser/tab title when creating a new document of a given type */\n 'browser-document-title.new-document': 'Novi {{schemaType}}',\n /** Browser/tab title when editing a document where the title cannot be resolved from preview configuration */\n 'browser-document-title.untitled-document': 'Bez naslova',\n\n /** The action menu button aria-label */\n 'buttons.action-menu-button.aria-label': 'Otvori akcije dokumenta',\n /** The action menu button tooltip */\n 'buttons.action-menu-button.tooltip': 'Akcije dokumenta',\n /** The aria-label for the split pane button on the document panel header */\n 'buttons.split-pane-button.aria-label': 'Podijeli ploču desno',\n /** The tool tip for the split pane button on the document panel header */\n 'buttons.split-pane-button.tooltip': 'Podijeli ploču desno',\n /** The title for the close button on the split pane on the document panel header */\n 'buttons.split-pane-close-button.title': 'Zatvori podijeljenu ploču',\n /** The title for the close group button on the split pane on the document panel header */\n 'buttons.split-pane-close-group-button.title': 'Zatvori grupu ploča',\n\n /** The text in the \"Cancel\" button in the confirm delete dialog that cancels the action and closes the dialog */\n 'confirm-delete-dialog.cancel-button.text': 'Odustani',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_one': '1 dokument',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_other': '{{count}} dokumenata',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_one': 'Dataset: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_other': 'Datasets: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_one': 'Nedostupan dataset',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_other': 'Nedostupni datasets',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (singular) */\n 'confirm-delete-dialog.cdr-summary.title_one': '{{documentCount}} u drugom datasetu',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (plural) */\n 'confirm-delete-dialog.cdr-summary.title_other': '{{documentCount}} u {{count}} datasets',\n /** Appears when hovering over the copy button to copy */\n 'confirm-delete-dialog.cdr-table.copy-id-button.tooltip': 'Kopiraj ID u međuspremnik',\n /** The header for the dataset column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.dataset.label': 'Dataset',\n /** The header for the document ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.document-id.label': 'ID dokumenta',\n /** The toast title when the copy button has been clicked */\n 'confirm-delete-dialog.cdr-table.id-copied-toast.title': 'Kopiran ID dokumenta u međuspremnik!',\n /** The header for the project ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.project-id.label': 'ID projekta',\n /** The text in the \"Delete anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_delete': 'Svejedno izbriši',\n /** The text in the \"Unpublish anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_unpublish': 'Svejedno poništi objavu',\n /** The text in the \"Delete now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_delete': 'Izbriši sada',\n /** The text in the \"Unpublish now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_unpublish': 'Poništi objavu sada',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_delete':\n 'Jeste li sigurni da želite izbrisati “<DocumentTitle/>”?',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_unpublish':\n 'Jeste li sigurni da želite poništiti objavu “<DocumentTitle/>”?',\n /** The text body of the error dialog. */\n 'confirm-delete-dialog.error.message.text':\n 'Došlo je do pogreške prilikom učitavanja referentnih dokumenata.',\n /** The text in the retry button of the confirm delete dialog if an error occurred. */\n 'confirm-delete-dialog.error.retry-button.text': 'Pokušaj ponovno',\n /** The header of the confirm delete dialog if an error occurred while the confirm delete dialog was open. */\n 'confirm-delete-dialog.error.title.text': 'Greška',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_delete': 'Izbrisati dokument?',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_unpublish': 'Poništiti objavu dokumenta?',\n /** The text that appears while the referring documents are queried */\n 'confirm-delete-dialog.loading.text': 'Traženje referentnih dokumenata…',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_one': '1 druga referenca nije prikazana',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_other':\n '{{count}} druge reference nisu prikazane',\n /** Text in the tooltip of this component if hovering over the info icon */\n 'confirm-delete-dialog.other-reference-count.tooltip':\n 'Ne možemo prikazati metapodatke za ove reference zbog nedostatka pristupnog tokena za povezane datasetove.',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.subtitle': 'ID: {{documentId}}',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.title': 'Pregled nije dostupan',\n /** Warns the user of affects to other documents if the action is confirmed (delete) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_delete':\n 'Ako izbrišete ovaj dokument, dokumenti koji na njega upućuju više mu neće moći pristupiti.',\n /** Warns the user of affects to other documents if the action is confirmed (unpublish) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_unpublish':\n 'Ako poništite objavu ovog dokumenta, dokumenti koji na njega upućuju više mu neće moći pristupiti.',\n /** Tells the user the count of how many other referring documents there are before listing them. (singular) */\n 'confirm-delete-dialog.referring-document-count.text_one':\n '1 dokument upućuje na “<DocumentTitle/>”',\n /** Tells the user the count of how many other referring documents there are before listing them. (plural) */\n 'confirm-delete-dialog.referring-document-count.text_other':\n '{{count}} dokumenta upućuju na “<DocumentTitle/>”',\n /** Describes the list of documents that refer to the one trying to be deleted (delete) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_delete':\n 'Možda nećete moći izbrisati “<DocumentTitle/>” jer sljedeći dokumenti upućuju na njega:',\n /** Describes the list of documents that refer to the one trying to be deleted (unpublish) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_unpublish':\n 'Možda nećete moći poništiti objavu “<DocumentTitle/>” jer sljedeći dokumenti upućuju na njega:',\n\n /** The text for the cancel button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.cancel-button.fallback-text': 'Odustani',\n /** The text for the confirm button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.confirm-button.fallback-text': 'Potvrdi',\n\n /** For the default structure definition, the title for the \"Content\" pane */\n 'default-definition.content-title': 'Sadržaj',\n\n /** The text shown if there was an error while getting the document's title via a preview value */\n 'doc-title.error.text': 'Greška: {{errorMessage}}',\n /** The text shown if the preview value for a document is non-existent or empty */\n 'doc-title.fallback.text': 'Bez naslova',\n /** The text shown if a document's title via a preview value cannot be determined due to an unknown schema type */\n 'doc-title.unknown-schema-type.text': 'Nepoznati tip sheme: {{schemaType}}',\n\n /** Tooltip text shown for the close button of the document inspector */\n 'document-inspector.close-button.tooltip': 'Zatvori',\n /** The title shown in the dialog header, when inspecting a valid document */\n 'document-inspector.dialog.title': 'Inspekcija <DocumentTitle/>',\n /** The title shown in the dialog header, when the document being inspected is not created yet/has no value */\n 'document-inspector.dialog.title-no-value': 'Nema vrijednosti',\n /** Title shown for menu item that opens the \"Inspect\" dialog */\n 'document-inspector.menu-item.title': 'Inspekcija',\n /** the placeholder text for the search input on the inspect dialog */\n 'document-inspector.search.placeholder': 'Pretraži',\n /** The \"parsed\" view mode, meaning the JSON is searchable, collapsible etc */\n 'document-inspector.view-mode.parsed': 'Obrađeno',\n /** The \"raw\" view mode, meaning the JSON is presented syntax-highlighted, but with no other features - optimal for copying */\n 'document-inspector.view-mode.raw-json': 'Sirovi JSON',\n\n /** The text for when a form is hidden */\n 'document-view.form-view.form-hidden': 'Ovaj obrazac je skriven',\n /** Fallback title shown when a form title is not provided */\n 'document-view.form-view.form-title-fallback': 'Bez naslova',\n /** The text for when the form view is loading a document */\n 'document-view.form-view.loading': 'Učitavanje dokumenta…',\n /** The description of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.description':\n 'Molimo vas da pričekate dok se dokument sinkronizira. To se obično događa odmah nakon što je dokument objavljen i ne bi trebalo trajati više od nekoliko sekundi',\n /** The title of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.title': 'Sinkronizacija dokumenta…',\n\n /** The loading messaging for when the tooltip is still loading permission info */\n 'insufficient-permissions-message-tooltip.loading-text': 'Učitavanje…',\n\n /** --- Menu items --- */\n /** The menu item group title to use for the Action menu items */\n 'menu-item-groups.actions-group': 'Akcije',\n /** The menu item group title to use for the Layout menu items */\n 'menu-item-groups.layout-group': 'Raspored',\n /** The menu item group title to use for the Sort menu items */\n 'menu-item-groups.sorting-group': 'Sortiranje',\n\n /** The menu item title to use the compact view */\n 'menu-items.layout.compact-view': 'Kompaktan prikaz',\n /** The menu item title to use the detailed view */\n 'menu-items.layout.detailed-view': 'Detaljan prikaz',\n /** The menu item title to Sort by Created */\n 'menu-items.sort-by.created': 'Sortiraj po datumu stvaranja',\n /** The menu item title to Sort by Last Edited */\n 'menu-items.sort-by.last-edited': 'Sortiraj po zadnjoj izmjeni',\n\n /** The link text of the no document type screen that appears directly below the subtitle */\n 'no-document-types-screen.link-text': 'Saznajte kako dodati vrstu dokumenta →',\n /** The subtitle of the no document type screen that appears directly below the title */\n 'no-document-types-screen.subtitle':\n 'Molimo definirajte barem jednu vrstu dokumenta u vašoj shemi.',\n /** The title of the no document type screen */\n 'no-document-types-screen.title': 'Nema vrsta dokumenata',\n\n /** Text shown on back button visible on smaller breakpoints */\n 'pane-header.back-button.text': 'Natrag',\n /** tooltip text (via `title` attribute) for the menu button */\n 'pane-header.context-menu-button.tooltip': 'Prikaži izbornik',\n /** Appears in a document list pane header if there are more than one option for create. This is the label for that menu */\n 'pane-header.create-menu.label': 'Kreiraj',\n /** Tooltip displayed on the create new button in document lists */\n 'pane-header.create-new-button.tooltip': 'Kreiraj novi dokument',\n /** The `aria-label` for the disabled button in the pane header if create permissions are granted */\n 'pane-header.disabled-created-button.aria-label': 'Nedovoljne dozvole',\n\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.draft-status.has-draft.tooltip': 'Uređeno <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.draft-status.no-draft.tooltip': 'Nema neobjavljenih izmjena',\n /** The subtitle tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.subtitle': 'Dokument: <Code>{{documentId}}</Code>',\n /** The title tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.title':\n 'Nema pronađene sheme za tip <Code>{{documentType}}</Code>',\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.published-status.has-published.tooltip': 'Objavljeno <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.published-status.no-published.tooltip': 'Nema neobjavljenih izmjena',\n\n /** The text used in the document header title if there is an error */\n 'panes.document-header-title.error.text': 'Greška: {{error}}',\n /** The text used in the document header title if creating a new item */\n 'panes.document-header-title.new.text': 'Novi {{schemaType}}',\n /** The text used in the document header title if no other title can be determined */\n 'panes.document-header-title.untitled.text': 'Bez naslova',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text': 'Greška: <Code>{{error}}</Code>',\n /** The error title on the document list pane */\n 'panes.document-list-pane.error.title': 'Nije moguće dohvatiti stavke popisa',\n /** The text of the document list pane if more than a maximum number of documents are returned */\n 'panes.document-list-pane.max-items.text': 'Prikazuje se maksimalno {{limit}} dokumenata',\n /** The text of the document list pane if no documents are found for a specified type */\n 'panes.document-list-pane.no-documents-of-type.text': 'Nema dokumenata ove vrste',\n /** The text of the document list pane if no documents are found */\n 'panes.document-list-pane.no-documents.text': 'Nema rezultata',\n /** The text of the document list pane if no documents are found matching specified criteria */\n 'panes.document-list-pane.no-matching-documents.text': 'Nema odgovarajućih dokumenata',\n /** The aria-label for the search input on the document list pane */\n 'panes.document-list-pane.search-input.aria-label': 'Pretraži popis',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.search-input.placeholder': 'Pretraži popis',\n /** The summary title when displaying an error for a document operation result */\n 'panes.document-operation-results.error.summary.title': 'Detalji',\n /** The text when a generic operation failed (fallback, generally not shown) */\n 'panes.document-operation-results.operation-error': 'Došlo je do greške tijekom {{context}}',\n /** The text when a delete operation failed */\n 'panes.document-operation-results.operation-error_delete':\n 'Došlo je do greške pri pokušaju brisanja ovog dokumenta. To obično znači da postoje drugi dokumenti koji upućuju na njega.',\n /** The text when an unpublish operation failed */\n 'panes.document-operation-results.operation-error_unpublish':\n 'Došlo je do greške pri pokušaju povlačenja ovog dokumenta. To obično znači da postoje drugi dokumenti koji upućuju na njega.',\n /** The text when a generic operation succeeded (fallback, generally not shown) */\n 'panes.document-operation-results.operation-success': 'Uspješno izveden {{context}} na dokumentu',\n /** The text when copy URL operation succeeded */\n 'panes.document-operation-results.operation-success_copy-url':\n 'URL dokumenta kopiran u međuspremnik',\n /** The text when a delete operation succeeded */\n 'panes.document-operation-results.operation-success_delete': 'Dokument je uspješno izbrisan',\n /** The text when a discard changes operation succeeded */\n 'panes.document-operation-results.operation-success_discardChanges':\n 'Sve promjene od posljednjeg objavljivanja su sada odbačene. Odbačeni nacrt još uvijek se može oporaviti iz povijesti',\n /** The text when a duplicate operation succeeded */\n 'panes.document-operation-results.operation-success_duplicate': 'Dokument je uspješno dupliciran',\n /** The text when a publish operation succeeded */\n 'panes.document-operation-results.operation-success_publish': 'Dokument je objavljen',\n /** The text when a restore operation succeeded */\n 'panes.document-operation-results.operation-success_restore':\n '<Strong>{{title}}</Strong> je obnovljen',\n /** The text when an unpublish operation succeeded */\n 'panes.document-operation-results.operation-success_unpublish':\n 'Dokumentu je poništena objava. Nacrt je stvoren iz posljednje objavljene verzije.',\n /** The document title shown when document title is \"undefined\" in operation message */\n 'panes.document-operation-results.operation-undefined-title': 'Bez naslova',\n /** The title of the reconnecting toast */\n 'panes.document-pane-provider.reconnecting.title': 'Veza izgubljena. Ponovno povezivanje…',\n /** The loading message for the document not found pane */\n 'panes.document-pane.document-not-found.loading': 'Učitavanje dokumenta…',\n /** The text of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.text':\n 'Vrsta dokumenta nije definirana i dokument s identifikatorom <Code>{{id}}</Code> nije mogao biti pronađen.',\n /** The title of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.title': 'Dokument nije pronađen',\n /** The text of the document not found pane if the schema is not found */\n 'panes.document-pane.document-unknown-type.text':\n 'Ovaj dokument ima vrstu sheme <Code>{{documentType}}</Code>, koja nije definirana kao tip u lokalnoj shemi sadržaja Studija.',\n /** The title of the document not found pane if the schema is not found or unknown */\n 'panes.document-pane.document-unknown-type.title':\n 'Nepoznati tip dokumenta: <Code>{{documentType}}</Code>',\n /** The title of the document not found pane if the schema is unknown */\n 'panes.document-pane.document-unknown-type.without-schema.text':\n 'Ovaj dokument ne postoji i nije definiran tip sheme za njega.',\n /** Default message shown while resolving the structure definition for an asynchronous node */\n 'panes.resolving.default-message': 'Učitavanje…',\n /** Message shown while resolving the structure definition for an asynchronous node and it is taking a while (more than 5s) */\n 'panes.resolving.slow-resolve-message': 'Još se učitava…',\n /** The text to display when type is missing */\n 'panes.unknown-pane-type.missing-type.text':\n 'Elementu strukture nedostaje obavezno svojstvo <Code>type</Code>.',\n /** The title of the unknown pane */\n 'panes.unknown-pane-type.title': 'Nepoznati tip panela',\n /** The text to display when type is unknown */\n 'panes.unknown-pane-type.unknown-type.text':\n 'Element strukture tipa <Code>{{type}}</Code> nije poznat.',\n\n /** The text for the \"Open preview\" action for a document */\n 'production-preview.menu-item.title': 'Otvori pregled',\n\n /** The text for the confirm button in the request permission dialog used in the permissions banner */\n 'request-permission-dialog.confirm-button.text': 'Pošalji zahtjev',\n /** The description text for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.description.text':\n 'Vaš zahtjev će biti poslan administratoru(ima) projekta. Ako želite, možete uključiti i bilješku',\n /** The header/title for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.header.text': 'Zatraži pristup za uređivanje',\n /** The text describing the note input for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.note-input.description.text': 'Ako želite, možete dodati bilješku',\n /** The placeholder for the note input in the request permission dialog used in the permissions banner */\n 'request-permission-dialog.note-input.placeholder.text': 'Dodaj bilješku...',\n /** The error/warning text in the request permission dialog when the user's request has been declined */\n 'request-permission-dialog.warning.denied.text':\n 'Vaš zahtjev za pristup ovom projektu je odbijen.',\n /** The error/warning text in the request permission dialog when the user's request has been denied due to too many outstanding requests */\n 'request-permission-dialog.warning.limit-reached.text':\n 'Dosegli ste limit za zahtjeve uloga u svim projektima. Pričekajte prije slanja novih zahtjeva ili kontaktirajte administratora za pomoć.',\n\n /** Label for button when status is saved */\n 'status-bar.document-status-pulse.status.saved.text': 'Spremljeno',\n /** Label for button when status is syncing */\n 'status-bar.document-status-pulse.status.syncing.text': 'Spremanje...',\n /** Accessibility label indicating when the document was last published, in relative time, eg \"3 weeks ago\" */\n 'status-bar.publish-status-button.last-published-time.aria-label':\n 'Zadnje objavljeno {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last published <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-published-time.tooltip':\n 'Zadnje objavljeno <RelativeTime/>',\n /** Accessibility label indicating when the document was last updated, in relative time, eg \"2 hours ago\" */\n 'status-bar.publish-status-button.last-updated-time.aria-label':\n 'Zadnje ažurirano {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last updated <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-updated-time.tooltip': 'Zadnje ažurirano <RelativeTime/>',\n /** Aria label for the button */\n 'status-bar.review-changes-button.aria-label': 'Pregledaj promjene',\n /** Label for button when status is saved */\n 'status-bar.review-changes-button.status.saved.text': 'Spremljeno!',\n /** Label for button when status is syncing */\n 'status-bar.review-changes-button.status.syncing.text': 'Spremanje...',\n /** Text for the secondary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.changes-saved': 'Promjene spremljene',\n /** Primary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.text': 'Pregledaj promjene',\n\n /** The text that appears in side the documentation link */\n 'structure-error.docs-link.text': 'Pogledaj dokumentaciju',\n /** Labels the error message or error stack of the structure error screen */\n 'structure-error.error.label': 'Greška',\n /** The header that appears at the top of the error screen */\n 'structure-error.header.text': 'Došlo je do greške prilikom čitanja strukture',\n /** The text in the reload button to retry rendering the structure */\n 'structure-error.reload-button.text': 'Ponovno učitaj',\n /** Labels the structure path of the structure error screen */\n 'structure-error.structure-path.label': 'Putanja strukture',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}
|
|
@@ -81,14 +81,18 @@ var structure = removeUndefinedLocaleResources({
|
|
|
81
81
|
"banners.live-edit-draft-banner.publish.tooltip": "Objavi za nastavak ure\u0111ivanja",
|
|
82
82
|
/** The text content for the live edit document when it's a draft */
|
|
83
83
|
"banners.live-edit-draft-banner.text": "Tip <strong>{{schemaType}}</strong> ima omogu\u0107eno <code>liveEdit</code>, ali postoji skica ovog dokumenta. Objavite ili odbacite skicu kako biste nastavili s ure\u0111ivanjem u\u017Eivo.",
|
|
84
|
-
/** The text for the permission check banner if the user only has one role, and it does not allow
|
|
84
|
+
/** The text for the permission check banner if the user only has one role, and it does not allow publishing this document */
|
|
85
85
|
"banners.permission-check-banner.missing-permission_create_one": "Va\u0161a uloga <Roles/> nema dozvolu za kreiranje ovog dokumenta.",
|
|
86
|
-
/** The text for the permission check banner if the user only has multiple roles, but they do not allow
|
|
86
|
+
/** The text for the permission check banner if the user only has multiple roles, but they do not allow publishing this document */
|
|
87
87
|
"banners.permission-check-banner.missing-permission_create_other": "Va\u0161e uloge <Roles/> nemaju dozvolu za kreiranje ovog dokumenta.",
|
|
88
|
-
/** The text for the permission check banner if the user only has one role, and it does not allow
|
|
88
|
+
/** The text for the permission check banner if the user only has one role, and it does not allow editing this document */
|
|
89
89
|
"banners.permission-check-banner.missing-permission_update_one": "Va\u0161a uloga <Roles/> nema dozvolu za a\u017Euriranje ovog dokumenta.",
|
|
90
|
-
/** The text for the permission check banner if the user only has multiple roles, but they do not allow
|
|
90
|
+
/** The text for the permission check banner if the user only has multiple roles, but they do not allow editing this document */
|
|
91
91
|
"banners.permission-check-banner.missing-permission_update_other": "Va\u0161e uloge <Roles/> nemaju dozvolu za a\u017Euriranje ovog dokumenta.",
|
|
92
|
+
/** The pending text for the request permission button that appears for viewer roles */
|
|
93
|
+
"banners.permission-check-banner.request-permission-button.sent": "Zahtjev za ure\u0111ivanje poslan",
|
|
94
|
+
/** The text for the request permission button that appears for viewer roles */
|
|
95
|
+
"banners.permission-check-banner.request-permission-button.text": "Zatra\u017Ei pravo na ure\u0111ivanje",
|
|
92
96
|
/** The text for the reload button */
|
|
93
97
|
"banners.reference-changed-banner.reason-changed.reload-button.text": "Ponovno u\u010Ditaj referencu",
|
|
94
98
|
/** The text for the reference change banner if the reason is that the reference has been changed */
|
|
@@ -342,6 +346,20 @@ var structure = removeUndefinedLocaleResources({
|
|
|
342
346
|
"panes.unknown-pane-type.unknown-type.text": "Element strukture tipa <Code>{{type}}</Code> nije poznat.",
|
|
343
347
|
/** The text for the "Open preview" action for a document */
|
|
344
348
|
"production-preview.menu-item.title": "Otvori pregled",
|
|
349
|
+
/** The text for the confirm button in the request permission dialog used in the permissions banner */
|
|
350
|
+
"request-permission-dialog.confirm-button.text": "Po\u0161alji zahtjev",
|
|
351
|
+
/** The description text for the request permission dialog used in the permissions banner */
|
|
352
|
+
"request-permission-dialog.description.text": "Va\u0161 zahtjev \u0107e biti poslan administratoru(ima) projekta. Ako \u017Eelite, mo\u017Eete uklju\u010Diti i bilje\u0161ku",
|
|
353
|
+
/** The header/title for the request permission dialog used in the permissions banner */
|
|
354
|
+
"request-permission-dialog.header.text": "Zatra\u017Ei pristup za ure\u0111ivanje",
|
|
355
|
+
/** The text describing the note input for the request permission dialog used in the permissions banner */
|
|
356
|
+
"request-permission-dialog.note-input.description.text": "Ako \u017Eelite, mo\u017Eete dodati bilje\u0161ku",
|
|
357
|
+
/** The placeholder for the note input in the request permission dialog used in the permissions banner */
|
|
358
|
+
"request-permission-dialog.note-input.placeholder.text": "Dodaj bilje\u0161ku...",
|
|
359
|
+
/** The error/warning text in the request permission dialog when the user's request has been declined */
|
|
360
|
+
"request-permission-dialog.warning.denied.text": "Va\u0161 zahtjev za pristup ovom projektu je odbijen.",
|
|
361
|
+
/** The error/warning text in the request permission dialog when the user's request has been denied due to too many outstanding requests */
|
|
362
|
+
"request-permission-dialog.warning.limit-reached.text": "Dosegli ste limit za zahtjeve uloga u svim projektima. Pri\u010Dekajte prije slanja novih zahtjeva ili kontaktirajte administratora za pomo\u0107.",
|
|
345
363
|
/** Label for button when status is saved */
|
|
346
364
|
"status-bar.document-status-pulse.status.saved.text": "Spremljeno",
|
|
347
365
|
/** Label for button when status is syncing */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"structure.js","sources":["../../src/structure.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for the \"Copy Document URL\" document action */\n 'action.copy-document-url.label': 'Kopiraj URL dokumenta',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.delete.disabled.not-ready': 'Operacija nije spremna',\n /** Tooltip when action button is disabled because the document does not exist */\n 'action.delete.disabled.nothing-to-delete': 'Ovaj dokument ne postoji',\n /** Label for the \"Delete\" document action button */\n 'action.delete.label': 'Izbriši',\n /** Label for the \"Delete\" document action while the document is being deleted */\n 'action.delete.running.label': 'Brisanje…',\n /** Message prompting the user to confirm discarding changes */\n 'action.discard-changes.confirm-dialog.confirm-discard-changes':\n 'Jeste li sigurni da želite odbaciti sve promjene od posljednjeg objavljivanja?',\n /** Tooltip when action is disabled because the document has no unpublished changes */\n 'action.discard-changes.disabled.no-change': 'Ovaj dokument nema neobjavljenih promjena',\n /** Tooltip when action is disabled because the document is not published */\n 'action.discard-changes.disabled.not-published': 'Ovaj dokument nije objavljen',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.discard-changes.disabled.not-ready': 'Operacija nije spremna',\n /** Label for the \"Discard changes\" document action */\n 'action.discard-changes.label': 'Odbaci promjene',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.duplicate.disabled.not-ready': 'Operacija nije spremna',\n /** Tooltip when action is disabled because the document doesn't exist */\n 'action.duplicate.disabled.nothing-to-duplicate':\n 'Ovaj dokument još ne postoji pa se nema što duplicirati',\n /** Label for the \"Duplicate\" document action */\n 'action.duplicate.label': 'Dupliciraj',\n /** Label for the \"Duplicate\" document action while the document is being duplicated */\n 'action.duplicate.running.label': 'Dupliciranje…',\n /** Tooltip when publish button is disabled because the document is already published, and published time is unavailable.*/\n 'action.publish.already-published.no-time-ago.tooltip': 'Već objavljeno',\n /** Tooltip when publish button is disabled because the document is already published.*/\n 'action.publish.already-published.tooltip': 'Objavljeno prije {{timeSincePublished}}',\n /** Tooltip when action is disabled because the studio is not ready.*/\n 'action.publish.disabled.not-ready': 'Operacija nije spremna',\n /** Label for action when there are pending changes.*/\n 'action.publish.draft.label': 'Objavi',\n /** Label for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.label': 'Objavi',\n /** Fallback tooltip for the \"Publish\" document action when publish is invoked for a document with live edit enabled.*/\n 'action.publish.live-edit.publish-disabled':\n 'Ne može se objaviti jer je za ovu vrstu dokumenta omogućen Live Edit',\n /** Tooltip for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.tooltip':\n 'Za ovu vrstu sadržaja omogućen je Live Edit i objavljivanje se automatski događa dok vršite promjene',\n /** Tooltip when publish button is disabled because there are no changes.*/\n 'action.publish.no-changes.tooltip': 'Nema neobjavljenih promjena',\n /** Label for the \"Publish\" document action when there are no changes.*/\n 'action.publish.published.label': 'Objavljeno',\n /** Label for the \"Publish\" document action while publish is being executed.*/\n 'action.publish.running.label': 'Objavljivanje…',\n /** Tooltip when the \"Publish\" document action is disabled due to validation issues */\n 'action.publish.validation-issues.tooltip':\n 'Postoje greške u validaciji koje treba ispraviti prije nego što se ovaj dokument može objaviti',\n /** Tooltip when publish button is waiting for validation and async tasks to complete.*/\n 'action.publish.waiting': 'Čekanje da se zadaci završe prije objavljivanja',\n /** Message prompting the user to confirm that they want to restore to an earlier version*/\n 'action.restore.confirm.message':\n 'Jeste li sigurni da želite vratiti ovaj dokument na raniju verziju?',\n /** Fallback tooltip for when user is looking at the initial version */\n 'action.restore.disabled.cannot-restore-initial': 'Ne možete vratiti na inicijalnu verziju',\n /** Label for the \"Restore\" document action */\n 'action.restore.label': 'Vrati',\n /** Default tooltip for the action */\n 'action.restore.tooltip': 'Vrati na ovu verziju',\n /** Tooltip when action is disabled because the document is not already published */\n 'action.unpublish.disabled.not-published': 'Ovaj dokument nije objavljen',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.unpublish.disabled.not-ready': 'Operacija nije spremna',\n /** Label for the \"Unpublish\" document action */\n 'action.unpublish.label': 'Poništi objavu',\n /** Fallback tooltip for the Unpublish document action when publish is invoked for a document with live edit enabled.*/\n 'action.unpublish.live-edit.disabled':\n 'Ovaj dokument ima omogućen Live Edit i ne može biti poništena objava',\n\n /** The text for the restore button on the deleted document banner */\n 'banners.deleted-document-banner.restore-button.text': 'Vrati najnoviju verziju',\n /** The text content for the deleted document banner */\n 'banners.deleted-document-banner.text': 'Ovaj dokument je izbrisan.',\n /** The text content for the deprecated document type banner */\n 'banners.deprecated-document-type-banner.text': 'Ovaj tip dokumenta je zastario.',\n /** The text for publish action for discarding the version */\n 'banners.live-edit-draft-banner.discard.tooltip': 'Odbaci skicu',\n /** The text for publish action for the draft banner */\n 'banners.live-edit-draft-banner.publish.tooltip': 'Objavi za nastavak uređivanja',\n /** The text content for the live edit document when it's a draft */\n 'banners.live-edit-draft-banner.text':\n 'Tip <strong>{{schemaType}}</strong> ima omogućeno <code>liveEdit</code>, ali postoji skica ovog dokumenta. Objavite ili odbacite skicu kako biste nastavili s uređivanjem uživo.',\n /** The text for the permission check banner if the user only has one role, and it does not allow updating this document */\n 'banners.permission-check-banner.missing-permission_create_one':\n 'Vaša uloga <Roles/> nema dozvolu za kreiranje ovog dokumenta.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow updating this document */\n 'banners.permission-check-banner.missing-permission_create_other':\n 'Vaše uloge <Roles/> nemaju dozvolu za kreiranje ovog dokumenta.',\n /** The text for the permission check banner if the user only has one role, and it does not allow updating this document */\n 'banners.permission-check-banner.missing-permission_update_one':\n 'Vaša uloga <Roles/> nema dozvolu za ažuriranje ovog dokumenta.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow updating this document */\n 'banners.permission-check-banner.missing-permission_update_other':\n 'Vaše uloge <Roles/> nemaju dozvolu za ažuriranje ovog dokumenta.',\n /** The text for the reload button */\n 'banners.reference-changed-banner.reason-changed.reload-button.text': 'Ponovno učitaj referencu',\n /** The text for the reference change banner if the reason is that the reference has been changed */\n 'banners.reference-changed-banner.reason-changed.text':\n 'Ova referenca se promijenila otkako ste je otvorili.',\n /** The text for the close button */\n 'banners.reference-changed-banner.reason-removed.close-button.text': 'Zatvori referencu',\n /** The text for the reference change banner if the reason is that the reference has been deleted */\n 'banners.reference-changed-banner.reason-removed.text':\n 'Ova referenca je uklonjena otkako ste je otvorili.',\n\n /** Browser/tab title when creating a new document of a given type */\n 'browser-document-title.new-document': 'Novi {{schemaType}}',\n /** Browser/tab title when editing a document where the title cannot be resolved from preview configuration */\n 'browser-document-title.untitled-document': 'Bez naslova',\n\n /** The action menu button aria-label */\n 'buttons.action-menu-button.aria-label': 'Otvori akcije dokumenta',\n /** The action menu button tooltip */\n 'buttons.action-menu-button.tooltip': 'Akcije dokumenta',\n /** The aria-label for the split pane button on the document panel header */\n 'buttons.split-pane-button.aria-label': 'Podijeli ploču desno',\n /** The tool tip for the split pane button on the document panel header */\n 'buttons.split-pane-button.tooltip': 'Podijeli ploču desno',\n /** The title for the close button on the split pane on the document panel header */\n 'buttons.split-pane-close-button.title': 'Zatvori podijeljenu ploču',\n /** The title for the close group button on the split pane on the document panel header */\n 'buttons.split-pane-close-group-button.title': 'Zatvori grupu ploča',\n\n /** The text in the \"Cancel\" button in the confirm delete dialog that cancels the action and closes the dialog */\n 'confirm-delete-dialog.cancel-button.text': 'Odustani',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_one': '1 dokument',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_other': '{{count}} dokumenata',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_one': 'Dataset: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_other': 'Datasets: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_one': 'Nedostupan dataset',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_other': 'Nedostupni datasets',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (singular) */\n 'confirm-delete-dialog.cdr-summary.title_one': '{{documentCount}} u drugom datasetu',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (plural) */\n 'confirm-delete-dialog.cdr-summary.title_other': '{{documentCount}} u {{count}} datasets',\n /** Appears when hovering over the copy button to copy */\n 'confirm-delete-dialog.cdr-table.copy-id-button.tooltip': 'Kopiraj ID u međuspremnik',\n /** The header for the dataset column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.dataset.label': 'Dataset',\n /** The header for the document ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.document-id.label': 'ID dokumenta',\n /** The toast title when the copy button has been clicked */\n 'confirm-delete-dialog.cdr-table.id-copied-toast.title': 'Kopiran ID dokumenta u međuspremnik!',\n /** The header for the project ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.project-id.label': 'ID projekta',\n /** The text in the \"Delete anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_delete': 'Svejedno izbriši',\n /** The text in the \"Unpublish anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_unpublish': 'Svejedno poništi objavu',\n /** The text in the \"Delete now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_delete': 'Izbriši sada',\n /** The text in the \"Unpublish now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_unpublish': 'Poništi objavu sada',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_delete':\n 'Jeste li sigurni da želite izbrisati “<DocumentTitle/>”?',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_unpublish':\n 'Jeste li sigurni da želite poništiti objavu “<DocumentTitle/>”?',\n /** The text body of the error dialog. */\n 'confirm-delete-dialog.error.message.text':\n 'Došlo je do pogreške prilikom učitavanja referentnih dokumenata.',\n /** The text in the retry button of the confirm delete dialog if an error occurred. */\n 'confirm-delete-dialog.error.retry-button.text': 'Pokušaj ponovno',\n /** The header of the confirm delete dialog if an error occurred while the confirm delete dialog was open. */\n 'confirm-delete-dialog.error.title.text': 'Greška',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_delete': 'Izbrisati dokument?',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_unpublish': 'Poništiti objavu dokumenta?',\n /** The text that appears while the referring documents are queried */\n 'confirm-delete-dialog.loading.text': 'Traženje referentnih dokumenata…',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_one': '1 druga referenca nije prikazana',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_other':\n '{{count}} druge reference nisu prikazane',\n /** Text in the tooltip of this component if hovering over the info icon */\n 'confirm-delete-dialog.other-reference-count.tooltip':\n 'Ne možemo prikazati metapodatke za ove reference zbog nedostatka pristupnog tokena za povezane datasetove.',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.subtitle': 'ID: {{documentId}}',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.title': 'Pregled nije dostupan',\n /** Warns the user of affects to other documents if the action is confirmed (delete) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_delete':\n 'Ako izbrišete ovaj dokument, dokumenti koji na njega upućuju više mu neće moći pristupiti.',\n /** Warns the user of affects to other documents if the action is confirmed (unpublish) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_unpublish':\n 'Ako poništite objavu ovog dokumenta, dokumenti koji na njega upućuju više mu neće moći pristupiti.',\n /** Tells the user the count of how many other referring documents there are before listing them. (singular) */\n 'confirm-delete-dialog.referring-document-count.text_one':\n '1 dokument upućuje na “<DocumentTitle/>”',\n /** Tells the user the count of how many other referring documents there are before listing them. (plural) */\n 'confirm-delete-dialog.referring-document-count.text_other':\n '{{count}} dokumenta upućuju na “<DocumentTitle/>”',\n /** Describes the list of documents that refer to the one trying to be deleted (delete) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_delete':\n 'Možda nećete moći izbrisati “<DocumentTitle/>” jer sljedeći dokumenti upućuju na njega:',\n /** Describes the list of documents that refer to the one trying to be deleted (unpublish) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_unpublish':\n 'Možda nećete moći poništiti objavu “<DocumentTitle/>” jer sljedeći dokumenti upućuju na njega:',\n\n /** The text for the cancel button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.cancel-button.fallback-text': 'Odustani',\n /** The text for the confirm button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.confirm-button.fallback-text': 'Potvrdi',\n\n /** For the default structure definition, the title for the \"Content\" pane */\n 'default-definition.content-title': 'Sadržaj',\n\n /** The text shown if there was an error while getting the document's title via a preview value */\n 'doc-title.error.text': 'Greška: {{errorMessage}}',\n /** The text shown if the preview value for a document is non-existent or empty */\n 'doc-title.fallback.text': 'Bez naslova',\n /** The text shown if a document's title via a preview value cannot be determined due to an unknown schema type */\n 'doc-title.unknown-schema-type.text': 'Nepoznati tip sheme: {{schemaType}}',\n\n /** Tooltip text shown for the close button of the document inspector */\n 'document-inspector.close-button.tooltip': 'Zatvori',\n /** The title shown in the dialog header, when inspecting a valid document */\n 'document-inspector.dialog.title': 'Inspekcija <DocumentTitle/>',\n /** The title shown in the dialog header, when the document being inspected is not created yet/has no value */\n 'document-inspector.dialog.title-no-value': 'Nema vrijednosti',\n /** Title shown for menu item that opens the \"Inspect\" dialog */\n 'document-inspector.menu-item.title': 'Inspekcija',\n /** the placeholder text for the search input on the inspect dialog */\n 'document-inspector.search.placeholder': 'Pretraži',\n /** The \"parsed\" view mode, meaning the JSON is searchable, collapsible etc */\n 'document-inspector.view-mode.parsed': 'Obrađeno',\n /** The \"raw\" view mode, meaning the JSON is presented syntax-highlighted, but with no other features - optimal for copying */\n 'document-inspector.view-mode.raw-json': 'Sirovi JSON',\n\n /** The text for when a form is hidden */\n 'document-view.form-view.form-hidden': 'Ovaj obrazac je skriven',\n /** Fallback title shown when a form title is not provided */\n 'document-view.form-view.form-title-fallback': 'Bez naslova',\n /** The text for when the form view is loading a document */\n 'document-view.form-view.loading': 'Učitavanje dokumenta…',\n /** The description of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.description':\n 'Molimo vas da pričekate dok se dokument sinkronizira. To se obično događa odmah nakon što je dokument objavljen i ne bi trebalo trajati više od nekoliko sekundi',\n /** The title of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.title': 'Sinkronizacija dokumenta…',\n\n /** The loading messaging for when the tooltip is still loading permission info */\n 'insufficient-permissions-message-tooltip.loading-text': 'Učitavanje…',\n\n /** --- Menu items --- */\n /** The menu item group title to use for the Action menu items */\n 'menu-item-groups.actions-group': 'Akcije',\n /** The menu item group title to use for the Layout menu items */\n 'menu-item-groups.layout-group': 'Raspored',\n /** The menu item group title to use for the Sort menu items */\n 'menu-item-groups.sorting-group': 'Sortiranje',\n\n /** The menu item title to use the compact view */\n 'menu-items.layout.compact-view': 'Kompaktan prikaz',\n /** The menu item title to use the detailed view */\n 'menu-items.layout.detailed-view': 'Detaljan prikaz',\n /** The menu item title to Sort by Created */\n 'menu-items.sort-by.created': 'Sortiraj po datumu stvaranja',\n /** The menu item title to Sort by Last Edited */\n 'menu-items.sort-by.last-edited': 'Sortiraj po zadnjoj izmjeni',\n\n /** The link text of the no document type screen that appears directly below the subtitle */\n 'no-document-types-screen.link-text': 'Saznajte kako dodati vrstu dokumenta →',\n /** The subtitle of the no document type screen that appears directly below the title */\n 'no-document-types-screen.subtitle':\n 'Molimo definirajte barem jednu vrstu dokumenta u vašoj shemi.',\n /** The title of the no document type screen */\n 'no-document-types-screen.title': 'Nema vrsta dokumenata',\n\n /** Text shown on back button visible on smaller breakpoints */\n 'pane-header.back-button.text': 'Natrag',\n /** tooltip text (via `title` attribute) for the menu button */\n 'pane-header.context-menu-button.tooltip': 'Prikaži izbornik',\n /** Appears in a document list pane header if there are more than one option for create. This is the label for that menu */\n 'pane-header.create-menu.label': 'Kreiraj',\n /** Tooltip displayed on the create new button in document lists */\n 'pane-header.create-new-button.tooltip': 'Kreiraj novi dokument',\n /** The `aria-label` for the disabled button in the pane header if create permissions are granted */\n 'pane-header.disabled-created-button.aria-label': 'Nedovoljne dozvole',\n\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.draft-status.has-draft.tooltip': 'Uređeno <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.draft-status.no-draft.tooltip': 'Nema neobjavljenih izmjena',\n /** The subtitle tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.subtitle': 'Dokument: <Code>{{documentId}}</Code>',\n /** The title tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.title':\n 'Nema pronađene sheme za tip <Code>{{documentType}}</Code>',\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.published-status.has-published.tooltip': 'Objavljeno <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.published-status.no-published.tooltip': 'Nema neobjavljenih izmjena',\n\n /** The text used in the document header title if there is an error */\n 'panes.document-header-title.error.text': 'Greška: {{error}}',\n /** The text used in the document header title if creating a new item */\n 'panes.document-header-title.new.text': 'Novi {{schemaType}}',\n /** The text used in the document header title if no other title can be determined */\n 'panes.document-header-title.untitled.text': 'Bez naslova',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text': 'Greška: <Code>{{error}}</Code>',\n /** The error title on the document list pane */\n 'panes.document-list-pane.error.title': 'Nije moguće dohvatiti stavke popisa',\n /** The text of the document list pane if more than a maximum number of documents are returned */\n 'panes.document-list-pane.max-items.text': 'Prikazuje se maksimalno {{limit}} dokumenata',\n /** The text of the document list pane if no documents are found for a specified type */\n 'panes.document-list-pane.no-documents-of-type.text': 'Nema dokumenata ove vrste',\n /** The text of the document list pane if no documents are found */\n 'panes.document-list-pane.no-documents.text': 'Nema rezultata',\n /** The text of the document list pane if no documents are found matching specified criteria */\n 'panes.document-list-pane.no-matching-documents.text': 'Nema odgovarajućih dokumenata',\n /** The aria-label for the search input on the document list pane */\n 'panes.document-list-pane.search-input.aria-label': 'Pretraži popis',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.search-input.placeholder': 'Pretraži popis',\n /** The summary title when displaying an error for a document operation result */\n 'panes.document-operation-results.error.summary.title': 'Detalji',\n /** The text when a generic operation failed (fallback, generally not shown) */\n 'panes.document-operation-results.operation-error': 'Došlo je do greške tijekom {{context}}',\n /** The text when a delete operation failed */\n 'panes.document-operation-results.operation-error_delete':\n 'Došlo je do greške pri pokušaju brisanja ovog dokumenta. To obično znači da postoje drugi dokumenti koji upućuju na njega.',\n /** The text when an unpublish operation failed */\n 'panes.document-operation-results.operation-error_unpublish':\n 'Došlo je do greške pri pokušaju povlačenja ovog dokumenta. To obično znači da postoje drugi dokumenti koji upućuju na njega.',\n /** The text when a generic operation succeeded (fallback, generally not shown) */\n 'panes.document-operation-results.operation-success': 'Uspješno izveden {{context}} na dokumentu',\n /** The text when copy URL operation succeeded */\n 'panes.document-operation-results.operation-success_copy-url':\n 'URL dokumenta kopiran u međuspremnik',\n /** The text when a delete operation succeeded */\n 'panes.document-operation-results.operation-success_delete': 'Dokument je uspješno izbrisan',\n /** The text when a discard changes operation succeeded */\n 'panes.document-operation-results.operation-success_discardChanges':\n 'Sve promjene od posljednjeg objavljivanja su sada odbačene. Odbačeni nacrt još uvijek se može oporaviti iz povijesti',\n /** The text when a duplicate operation succeeded */\n 'panes.document-operation-results.operation-success_duplicate': 'Dokument je uspješno dupliciran',\n /** The text when a publish operation succeeded */\n 'panes.document-operation-results.operation-success_publish': 'Dokument je objavljen',\n /** The text when a restore operation succeeded */\n 'panes.document-operation-results.operation-success_restore':\n '<Strong>{{title}}</Strong> je obnovljen',\n /** The text when an unpublish operation succeeded */\n 'panes.document-operation-results.operation-success_unpublish':\n 'Dokumentu je poništena objava. Nacrt je stvoren iz posljednje objavljene verzije.',\n /** The document title shown when document title is \"undefined\" in operation message */\n 'panes.document-operation-results.operation-undefined-title': 'Bez naslova',\n /** The title of the reconnecting toast */\n 'panes.document-pane-provider.reconnecting.title': 'Veza izgubljena. Ponovno povezivanje…',\n /** The loading message for the document not found pane */\n 'panes.document-pane.document-not-found.loading': 'Učitavanje dokumenta…',\n /** The text of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.text':\n 'Vrsta dokumenta nije definirana i dokument s identifikatorom <Code>{{id}}</Code> nije mogao biti pronađen.',\n /** The title of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.title': 'Dokument nije pronađen',\n /** The text of the document not found pane if the schema is not found */\n 'panes.document-pane.document-unknown-type.text':\n 'Ovaj dokument ima vrstu sheme <Code>{{documentType}}</Code>, koja nije definirana kao tip u lokalnoj shemi sadržaja Studija.',\n /** The title of the document not found pane if the schema is not found or unknown */\n 'panes.document-pane.document-unknown-type.title':\n 'Nepoznati tip dokumenta: <Code>{{documentType}}</Code>',\n /** The title of the document not found pane if the schema is unknown */\n 'panes.document-pane.document-unknown-type.without-schema.text':\n 'Ovaj dokument ne postoji i nije definiran tip sheme za njega.',\n /** Default message shown while resolving the structure definition for an asynchronous node */\n 'panes.resolving.default-message': 'Učitavanje…',\n /** Message shown while resolving the structure definition for an asynchronous node and it is taking a while (more than 5s) */\n 'panes.resolving.slow-resolve-message': 'Još se učitava…',\n /** The text to display when type is missing */\n 'panes.unknown-pane-type.missing-type.text':\n 'Elementu strukture nedostaje obavezno svojstvo <Code>type</Code>.',\n /** The title of the unknown pane */\n 'panes.unknown-pane-type.title': 'Nepoznati tip panela',\n /** The text to display when type is unknown */\n 'panes.unknown-pane-type.unknown-type.text':\n 'Element strukture tipa <Code>{{type}}</Code> nije poznat.',\n\n /** The text for the \"Open preview\" action for a document */\n 'production-preview.menu-item.title': 'Otvori pregled',\n\n /** Label for button when status is saved */\n 'status-bar.document-status-pulse.status.saved.text': 'Spremljeno',\n /** Label for button when status is syncing */\n 'status-bar.document-status-pulse.status.syncing.text': 'Spremanje...',\n /** Accessibility label indicating when the document was last published, in relative time, eg \"3 weeks ago\" */\n 'status-bar.publish-status-button.last-published-time.aria-label':\n 'Zadnje objavljeno {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last published <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-published-time.tooltip':\n 'Zadnje objavljeno <RelativeTime/>',\n /** Accessibility label indicating when the document was last updated, in relative time, eg \"2 hours ago\" */\n 'status-bar.publish-status-button.last-updated-time.aria-label':\n 'Zadnje ažurirano {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last updated <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-updated-time.tooltip': 'Zadnje ažurirano <RelativeTime/>',\n /** Aria label for the button */\n 'status-bar.review-changes-button.aria-label': 'Pregledaj promjene',\n /** Label for button when status is saved */\n 'status-bar.review-changes-button.status.saved.text': 'Spremljeno!',\n /** Label for button when status is syncing */\n 'status-bar.review-changes-button.status.syncing.text': 'Spremanje...',\n /** Text for the secondary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.changes-saved': 'Promjene spremljene',\n /** Primary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.text': 'Pregledaj promjene',\n\n /** The text that appears in side the documentation link */\n 'structure-error.docs-link.text': 'Pogledaj dokumentaciju',\n /** Labels the error message or error stack of the structure error screen */\n 'structure-error.error.label': 'Greška',\n /** The header that appears at the top of the error screen */\n 'structure-error.header.text': 'Došlo je do greške prilikom čitanja strukture',\n /** The text in the reload button to retry rendering the structure */\n 'structure-error.reload-button.text': 'Ponovno učitaj',\n /** Labels the structure path of the structure error screen */\n 'structure-error.structure-path.label': 'Putanja strukture',\n})\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"structure.js","sources":["../../src/structure.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for the \"Copy Document URL\" document action */\n 'action.copy-document-url.label': 'Kopiraj URL dokumenta',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.delete.disabled.not-ready': 'Operacija nije spremna',\n /** Tooltip when action button is disabled because the document does not exist */\n 'action.delete.disabled.nothing-to-delete': 'Ovaj dokument ne postoji',\n /** Label for the \"Delete\" document action button */\n 'action.delete.label': 'Izbriši',\n /** Label for the \"Delete\" document action while the document is being deleted */\n 'action.delete.running.label': 'Brisanje…',\n /** Message prompting the user to confirm discarding changes */\n 'action.discard-changes.confirm-dialog.confirm-discard-changes':\n 'Jeste li sigurni da želite odbaciti sve promjene od posljednjeg objavljivanja?',\n /** Tooltip when action is disabled because the document has no unpublished changes */\n 'action.discard-changes.disabled.no-change': 'Ovaj dokument nema neobjavljenih promjena',\n /** Tooltip when action is disabled because the document is not published */\n 'action.discard-changes.disabled.not-published': 'Ovaj dokument nije objavljen',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.discard-changes.disabled.not-ready': 'Operacija nije spremna',\n /** Label for the \"Discard changes\" document action */\n 'action.discard-changes.label': 'Odbaci promjene',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.duplicate.disabled.not-ready': 'Operacija nije spremna',\n /** Tooltip when action is disabled because the document doesn't exist */\n 'action.duplicate.disabled.nothing-to-duplicate':\n 'Ovaj dokument još ne postoji pa se nema što duplicirati',\n /** Label for the \"Duplicate\" document action */\n 'action.duplicate.label': 'Dupliciraj',\n /** Label for the \"Duplicate\" document action while the document is being duplicated */\n 'action.duplicate.running.label': 'Dupliciranje…',\n /** Tooltip when publish button is disabled because the document is already published, and published time is unavailable.*/\n 'action.publish.already-published.no-time-ago.tooltip': 'Već objavljeno',\n /** Tooltip when publish button is disabled because the document is already published.*/\n 'action.publish.already-published.tooltip': 'Objavljeno prije {{timeSincePublished}}',\n /** Tooltip when action is disabled because the studio is not ready.*/\n 'action.publish.disabled.not-ready': 'Operacija nije spremna',\n /** Label for action when there are pending changes.*/\n 'action.publish.draft.label': 'Objavi',\n /** Label for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.label': 'Objavi',\n /** Fallback tooltip for the \"Publish\" document action when publish is invoked for a document with live edit enabled.*/\n 'action.publish.live-edit.publish-disabled':\n 'Ne može se objaviti jer je za ovu vrstu dokumenta omogućen Live Edit',\n /** Tooltip for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.tooltip':\n 'Za ovu vrstu sadržaja omogućen je Live Edit i objavljivanje se automatski događa dok vršite promjene',\n /** Tooltip when publish button is disabled because there are no changes.*/\n 'action.publish.no-changes.tooltip': 'Nema neobjavljenih promjena',\n /** Label for the \"Publish\" document action when there are no changes.*/\n 'action.publish.published.label': 'Objavljeno',\n /** Label for the \"Publish\" document action while publish is being executed.*/\n 'action.publish.running.label': 'Objavljivanje…',\n /** Tooltip when the \"Publish\" document action is disabled due to validation issues */\n 'action.publish.validation-issues.tooltip':\n 'Postoje greške u validaciji koje treba ispraviti prije nego što se ovaj dokument može objaviti',\n /** Tooltip when publish button is waiting for validation and async tasks to complete.*/\n 'action.publish.waiting': 'Čekanje da se zadaci završe prije objavljivanja',\n /** Message prompting the user to confirm that they want to restore to an earlier version*/\n 'action.restore.confirm.message':\n 'Jeste li sigurni da želite vratiti ovaj dokument na raniju verziju?',\n /** Fallback tooltip for when user is looking at the initial version */\n 'action.restore.disabled.cannot-restore-initial': 'Ne možete vratiti na inicijalnu verziju',\n /** Label for the \"Restore\" document action */\n 'action.restore.label': 'Vrati',\n /** Default tooltip for the action */\n 'action.restore.tooltip': 'Vrati na ovu verziju',\n /** Tooltip when action is disabled because the document is not already published */\n 'action.unpublish.disabled.not-published': 'Ovaj dokument nije objavljen',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.unpublish.disabled.not-ready': 'Operacija nije spremna',\n /** Label for the \"Unpublish\" document action */\n 'action.unpublish.label': 'Poništi objavu',\n /** Fallback tooltip for the Unpublish document action when publish is invoked for a document with live edit enabled.*/\n 'action.unpublish.live-edit.disabled':\n 'Ovaj dokument ima omogućen Live Edit i ne može biti poništena objava',\n\n /** The text for the restore button on the deleted document banner */\n 'banners.deleted-document-banner.restore-button.text': 'Vrati najnoviju verziju',\n /** The text content for the deleted document banner */\n 'banners.deleted-document-banner.text': 'Ovaj dokument je izbrisan.',\n /** The text content for the deprecated document type banner */\n 'banners.deprecated-document-type-banner.text': 'Ovaj tip dokumenta je zastario.',\n /** The text for publish action for discarding the version */\n 'banners.live-edit-draft-banner.discard.tooltip': 'Odbaci skicu',\n /** The text for publish action for the draft banner */\n 'banners.live-edit-draft-banner.publish.tooltip': 'Objavi za nastavak uređivanja',\n /** The text content for the live edit document when it's a draft */\n 'banners.live-edit-draft-banner.text':\n 'Tip <strong>{{schemaType}}</strong> ima omogućeno <code>liveEdit</code>, ali postoji skica ovog dokumenta. Objavite ili odbacite skicu kako biste nastavili s uređivanjem uživo.',\n /** The text for the permission check banner if the user only has one role, and it does not allow publishing this document */\n 'banners.permission-check-banner.missing-permission_create_one':\n 'Vaša uloga <Roles/> nema dozvolu za kreiranje ovog dokumenta.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow publishing this document */\n 'banners.permission-check-banner.missing-permission_create_other':\n 'Vaše uloge <Roles/> nemaju dozvolu za kreiranje ovog dokumenta.',\n /** The text for the permission check banner if the user only has one role, and it does not allow editing this document */\n 'banners.permission-check-banner.missing-permission_update_one':\n 'Vaša uloga <Roles/> nema dozvolu za ažuriranje ovog dokumenta.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow editing this document */\n 'banners.permission-check-banner.missing-permission_update_other':\n 'Vaše uloge <Roles/> nemaju dozvolu za ažuriranje ovog dokumenta.',\n /** The pending text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.sent': 'Zahtjev za uređivanje poslan',\n /** The text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.text': 'Zatraži pravo na uređivanje',\n /** The text for the reload button */\n 'banners.reference-changed-banner.reason-changed.reload-button.text': 'Ponovno učitaj referencu',\n /** The text for the reference change banner if the reason is that the reference has been changed */\n 'banners.reference-changed-banner.reason-changed.text':\n 'Ova referenca se promijenila otkako ste je otvorili.',\n /** The text for the close button */\n 'banners.reference-changed-banner.reason-removed.close-button.text': 'Zatvori referencu',\n /** The text for the reference change banner if the reason is that the reference has been deleted */\n 'banners.reference-changed-banner.reason-removed.text':\n 'Ova referenca je uklonjena otkako ste je otvorili.',\n\n /** Browser/tab title when creating a new document of a given type */\n 'browser-document-title.new-document': 'Novi {{schemaType}}',\n /** Browser/tab title when editing a document where the title cannot be resolved from preview configuration */\n 'browser-document-title.untitled-document': 'Bez naslova',\n\n /** The action menu button aria-label */\n 'buttons.action-menu-button.aria-label': 'Otvori akcije dokumenta',\n /** The action menu button tooltip */\n 'buttons.action-menu-button.tooltip': 'Akcije dokumenta',\n /** The aria-label for the split pane button on the document panel header */\n 'buttons.split-pane-button.aria-label': 'Podijeli ploču desno',\n /** The tool tip for the split pane button on the document panel header */\n 'buttons.split-pane-button.tooltip': 'Podijeli ploču desno',\n /** The title for the close button on the split pane on the document panel header */\n 'buttons.split-pane-close-button.title': 'Zatvori podijeljenu ploču',\n /** The title for the close group button on the split pane on the document panel header */\n 'buttons.split-pane-close-group-button.title': 'Zatvori grupu ploča',\n\n /** The text in the \"Cancel\" button in the confirm delete dialog that cancels the action and closes the dialog */\n 'confirm-delete-dialog.cancel-button.text': 'Odustani',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_one': '1 dokument',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_other': '{{count}} dokumenata',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_one': 'Dataset: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_other': 'Datasets: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_one': 'Nedostupan dataset',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_other': 'Nedostupni datasets',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (singular) */\n 'confirm-delete-dialog.cdr-summary.title_one': '{{documentCount}} u drugom datasetu',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (plural) */\n 'confirm-delete-dialog.cdr-summary.title_other': '{{documentCount}} u {{count}} datasets',\n /** Appears when hovering over the copy button to copy */\n 'confirm-delete-dialog.cdr-table.copy-id-button.tooltip': 'Kopiraj ID u međuspremnik',\n /** The header for the dataset column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.dataset.label': 'Dataset',\n /** The header for the document ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.document-id.label': 'ID dokumenta',\n /** The toast title when the copy button has been clicked */\n 'confirm-delete-dialog.cdr-table.id-copied-toast.title': 'Kopiran ID dokumenta u međuspremnik!',\n /** The header for the project ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.project-id.label': 'ID projekta',\n /** The text in the \"Delete anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_delete': 'Svejedno izbriši',\n /** The text in the \"Unpublish anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_unpublish': 'Svejedno poništi objavu',\n /** The text in the \"Delete now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_delete': 'Izbriši sada',\n /** The text in the \"Unpublish now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_unpublish': 'Poništi objavu sada',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_delete':\n 'Jeste li sigurni da želite izbrisati “<DocumentTitle/>”?',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_unpublish':\n 'Jeste li sigurni da želite poništiti objavu “<DocumentTitle/>”?',\n /** The text body of the error dialog. */\n 'confirm-delete-dialog.error.message.text':\n 'Došlo je do pogreške prilikom učitavanja referentnih dokumenata.',\n /** The text in the retry button of the confirm delete dialog if an error occurred. */\n 'confirm-delete-dialog.error.retry-button.text': 'Pokušaj ponovno',\n /** The header of the confirm delete dialog if an error occurred while the confirm delete dialog was open. */\n 'confirm-delete-dialog.error.title.text': 'Greška',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_delete': 'Izbrisati dokument?',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_unpublish': 'Poništiti objavu dokumenta?',\n /** The text that appears while the referring documents are queried */\n 'confirm-delete-dialog.loading.text': 'Traženje referentnih dokumenata…',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_one': '1 druga referenca nije prikazana',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_other':\n '{{count}} druge reference nisu prikazane',\n /** Text in the tooltip of this component if hovering over the info icon */\n 'confirm-delete-dialog.other-reference-count.tooltip':\n 'Ne možemo prikazati metapodatke za ove reference zbog nedostatka pristupnog tokena za povezane datasetove.',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.subtitle': 'ID: {{documentId}}',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.title': 'Pregled nije dostupan',\n /** Warns the user of affects to other documents if the action is confirmed (delete) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_delete':\n 'Ako izbrišete ovaj dokument, dokumenti koji na njega upućuju više mu neće moći pristupiti.',\n /** Warns the user of affects to other documents if the action is confirmed (unpublish) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_unpublish':\n 'Ako poništite objavu ovog dokumenta, dokumenti koji na njega upućuju više mu neće moći pristupiti.',\n /** Tells the user the count of how many other referring documents there are before listing them. (singular) */\n 'confirm-delete-dialog.referring-document-count.text_one':\n '1 dokument upućuje na “<DocumentTitle/>”',\n /** Tells the user the count of how many other referring documents there are before listing them. (plural) */\n 'confirm-delete-dialog.referring-document-count.text_other':\n '{{count}} dokumenta upućuju na “<DocumentTitle/>”',\n /** Describes the list of documents that refer to the one trying to be deleted (delete) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_delete':\n 'Možda nećete moći izbrisati “<DocumentTitle/>” jer sljedeći dokumenti upućuju na njega:',\n /** Describes the list of documents that refer to the one trying to be deleted (unpublish) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_unpublish':\n 'Možda nećete moći poništiti objavu “<DocumentTitle/>” jer sljedeći dokumenti upućuju na njega:',\n\n /** The text for the cancel button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.cancel-button.fallback-text': 'Odustani',\n /** The text for the confirm button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.confirm-button.fallback-text': 'Potvrdi',\n\n /** For the default structure definition, the title for the \"Content\" pane */\n 'default-definition.content-title': 'Sadržaj',\n\n /** The text shown if there was an error while getting the document's title via a preview value */\n 'doc-title.error.text': 'Greška: {{errorMessage}}',\n /** The text shown if the preview value for a document is non-existent or empty */\n 'doc-title.fallback.text': 'Bez naslova',\n /** The text shown if a document's title via a preview value cannot be determined due to an unknown schema type */\n 'doc-title.unknown-schema-type.text': 'Nepoznati tip sheme: {{schemaType}}',\n\n /** Tooltip text shown for the close button of the document inspector */\n 'document-inspector.close-button.tooltip': 'Zatvori',\n /** The title shown in the dialog header, when inspecting a valid document */\n 'document-inspector.dialog.title': 'Inspekcija <DocumentTitle/>',\n /** The title shown in the dialog header, when the document being inspected is not created yet/has no value */\n 'document-inspector.dialog.title-no-value': 'Nema vrijednosti',\n /** Title shown for menu item that opens the \"Inspect\" dialog */\n 'document-inspector.menu-item.title': 'Inspekcija',\n /** the placeholder text for the search input on the inspect dialog */\n 'document-inspector.search.placeholder': 'Pretraži',\n /** The \"parsed\" view mode, meaning the JSON is searchable, collapsible etc */\n 'document-inspector.view-mode.parsed': 'Obrađeno',\n /** The \"raw\" view mode, meaning the JSON is presented syntax-highlighted, but with no other features - optimal for copying */\n 'document-inspector.view-mode.raw-json': 'Sirovi JSON',\n\n /** The text for when a form is hidden */\n 'document-view.form-view.form-hidden': 'Ovaj obrazac je skriven',\n /** Fallback title shown when a form title is not provided */\n 'document-view.form-view.form-title-fallback': 'Bez naslova',\n /** The text for when the form view is loading a document */\n 'document-view.form-view.loading': 'Učitavanje dokumenta…',\n /** The description of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.description':\n 'Molimo vas da pričekate dok se dokument sinkronizira. To se obično događa odmah nakon što je dokument objavljen i ne bi trebalo trajati više od nekoliko sekundi',\n /** The title of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.title': 'Sinkronizacija dokumenta…',\n\n /** The loading messaging for when the tooltip is still loading permission info */\n 'insufficient-permissions-message-tooltip.loading-text': 'Učitavanje…',\n\n /** --- Menu items --- */\n /** The menu item group title to use for the Action menu items */\n 'menu-item-groups.actions-group': 'Akcije',\n /** The menu item group title to use for the Layout menu items */\n 'menu-item-groups.layout-group': 'Raspored',\n /** The menu item group title to use for the Sort menu items */\n 'menu-item-groups.sorting-group': 'Sortiranje',\n\n /** The menu item title to use the compact view */\n 'menu-items.layout.compact-view': 'Kompaktan prikaz',\n /** The menu item title to use the detailed view */\n 'menu-items.layout.detailed-view': 'Detaljan prikaz',\n /** The menu item title to Sort by Created */\n 'menu-items.sort-by.created': 'Sortiraj po datumu stvaranja',\n /** The menu item title to Sort by Last Edited */\n 'menu-items.sort-by.last-edited': 'Sortiraj po zadnjoj izmjeni',\n\n /** The link text of the no document type screen that appears directly below the subtitle */\n 'no-document-types-screen.link-text': 'Saznajte kako dodati vrstu dokumenta →',\n /** The subtitle of the no document type screen that appears directly below the title */\n 'no-document-types-screen.subtitle':\n 'Molimo definirajte barem jednu vrstu dokumenta u vašoj shemi.',\n /** The title of the no document type screen */\n 'no-document-types-screen.title': 'Nema vrsta dokumenata',\n\n /** Text shown on back button visible on smaller breakpoints */\n 'pane-header.back-button.text': 'Natrag',\n /** tooltip text (via `title` attribute) for the menu button */\n 'pane-header.context-menu-button.tooltip': 'Prikaži izbornik',\n /** Appears in a document list pane header if there are more than one option for create. This is the label for that menu */\n 'pane-header.create-menu.label': 'Kreiraj',\n /** Tooltip displayed on the create new button in document lists */\n 'pane-header.create-new-button.tooltip': 'Kreiraj novi dokument',\n /** The `aria-label` for the disabled button in the pane header if create permissions are granted */\n 'pane-header.disabled-created-button.aria-label': 'Nedovoljne dozvole',\n\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.draft-status.has-draft.tooltip': 'Uređeno <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.draft-status.no-draft.tooltip': 'Nema neobjavljenih izmjena',\n /** The subtitle tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.subtitle': 'Dokument: <Code>{{documentId}}</Code>',\n /** The title tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.title':\n 'Nema pronađene sheme za tip <Code>{{documentType}}</Code>',\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.published-status.has-published.tooltip': 'Objavljeno <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.published-status.no-published.tooltip': 'Nema neobjavljenih izmjena',\n\n /** The text used in the document header title if there is an error */\n 'panes.document-header-title.error.text': 'Greška: {{error}}',\n /** The text used in the document header title if creating a new item */\n 'panes.document-header-title.new.text': 'Novi {{schemaType}}',\n /** The text used in the document header title if no other title can be determined */\n 'panes.document-header-title.untitled.text': 'Bez naslova',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text': 'Greška: <Code>{{error}}</Code>',\n /** The error title on the document list pane */\n 'panes.document-list-pane.error.title': 'Nije moguće dohvatiti stavke popisa',\n /** The text of the document list pane if more than a maximum number of documents are returned */\n 'panes.document-list-pane.max-items.text': 'Prikazuje se maksimalno {{limit}} dokumenata',\n /** The text of the document list pane if no documents are found for a specified type */\n 'panes.document-list-pane.no-documents-of-type.text': 'Nema dokumenata ove vrste',\n /** The text of the document list pane if no documents are found */\n 'panes.document-list-pane.no-documents.text': 'Nema rezultata',\n /** The text of the document list pane if no documents are found matching specified criteria */\n 'panes.document-list-pane.no-matching-documents.text': 'Nema odgovarajućih dokumenata',\n /** The aria-label for the search input on the document list pane */\n 'panes.document-list-pane.search-input.aria-label': 'Pretraži popis',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.search-input.placeholder': 'Pretraži popis',\n /** The summary title when displaying an error for a document operation result */\n 'panes.document-operation-results.error.summary.title': 'Detalji',\n /** The text when a generic operation failed (fallback, generally not shown) */\n 'panes.document-operation-results.operation-error': 'Došlo je do greške tijekom {{context}}',\n /** The text when a delete operation failed */\n 'panes.document-operation-results.operation-error_delete':\n 'Došlo je do greške pri pokušaju brisanja ovog dokumenta. To obično znači da postoje drugi dokumenti koji upućuju na njega.',\n /** The text when an unpublish operation failed */\n 'panes.document-operation-results.operation-error_unpublish':\n 'Došlo je do greške pri pokušaju povlačenja ovog dokumenta. To obično znači da postoje drugi dokumenti koji upućuju na njega.',\n /** The text when a generic operation succeeded (fallback, generally not shown) */\n 'panes.document-operation-results.operation-success': 'Uspješno izveden {{context}} na dokumentu',\n /** The text when copy URL operation succeeded */\n 'panes.document-operation-results.operation-success_copy-url':\n 'URL dokumenta kopiran u međuspremnik',\n /** The text when a delete operation succeeded */\n 'panes.document-operation-results.operation-success_delete': 'Dokument je uspješno izbrisan',\n /** The text when a discard changes operation succeeded */\n 'panes.document-operation-results.operation-success_discardChanges':\n 'Sve promjene od posljednjeg objavljivanja su sada odbačene. Odbačeni nacrt još uvijek se može oporaviti iz povijesti',\n /** The text when a duplicate operation succeeded */\n 'panes.document-operation-results.operation-success_duplicate': 'Dokument je uspješno dupliciran',\n /** The text when a publish operation succeeded */\n 'panes.document-operation-results.operation-success_publish': 'Dokument je objavljen',\n /** The text when a restore operation succeeded */\n 'panes.document-operation-results.operation-success_restore':\n '<Strong>{{title}}</Strong> je obnovljen',\n /** The text when an unpublish operation succeeded */\n 'panes.document-operation-results.operation-success_unpublish':\n 'Dokumentu je poništena objava. Nacrt je stvoren iz posljednje objavljene verzije.',\n /** The document title shown when document title is \"undefined\" in operation message */\n 'panes.document-operation-results.operation-undefined-title': 'Bez naslova',\n /** The title of the reconnecting toast */\n 'panes.document-pane-provider.reconnecting.title': 'Veza izgubljena. Ponovno povezivanje…',\n /** The loading message for the document not found pane */\n 'panes.document-pane.document-not-found.loading': 'Učitavanje dokumenta…',\n /** The text of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.text':\n 'Vrsta dokumenta nije definirana i dokument s identifikatorom <Code>{{id}}</Code> nije mogao biti pronađen.',\n /** The title of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.title': 'Dokument nije pronađen',\n /** The text of the document not found pane if the schema is not found */\n 'panes.document-pane.document-unknown-type.text':\n 'Ovaj dokument ima vrstu sheme <Code>{{documentType}}</Code>, koja nije definirana kao tip u lokalnoj shemi sadržaja Studija.',\n /** The title of the document not found pane if the schema is not found or unknown */\n 'panes.document-pane.document-unknown-type.title':\n 'Nepoznati tip dokumenta: <Code>{{documentType}}</Code>',\n /** The title of the document not found pane if the schema is unknown */\n 'panes.document-pane.document-unknown-type.without-schema.text':\n 'Ovaj dokument ne postoji i nije definiran tip sheme za njega.',\n /** Default message shown while resolving the structure definition for an asynchronous node */\n 'panes.resolving.default-message': 'Učitavanje…',\n /** Message shown while resolving the structure definition for an asynchronous node and it is taking a while (more than 5s) */\n 'panes.resolving.slow-resolve-message': 'Još se učitava…',\n /** The text to display when type is missing */\n 'panes.unknown-pane-type.missing-type.text':\n 'Elementu strukture nedostaje obavezno svojstvo <Code>type</Code>.',\n /** The title of the unknown pane */\n 'panes.unknown-pane-type.title': 'Nepoznati tip panela',\n /** The text to display when type is unknown */\n 'panes.unknown-pane-type.unknown-type.text':\n 'Element strukture tipa <Code>{{type}}</Code> nije poznat.',\n\n /** The text for the \"Open preview\" action for a document */\n 'production-preview.menu-item.title': 'Otvori pregled',\n\n /** The text for the confirm button in the request permission dialog used in the permissions banner */\n 'request-permission-dialog.confirm-button.text': 'Pošalji zahtjev',\n /** The description text for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.description.text':\n 'Vaš zahtjev će biti poslan administratoru(ima) projekta. Ako želite, možete uključiti i bilješku',\n /** The header/title for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.header.text': 'Zatraži pristup za uređivanje',\n /** The text describing the note input for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.note-input.description.text': 'Ako želite, možete dodati bilješku',\n /** The placeholder for the note input in the request permission dialog used in the permissions banner */\n 'request-permission-dialog.note-input.placeholder.text': 'Dodaj bilješku...',\n /** The error/warning text in the request permission dialog when the user's request has been declined */\n 'request-permission-dialog.warning.denied.text':\n 'Vaš zahtjev za pristup ovom projektu je odbijen.',\n /** The error/warning text in the request permission dialog when the user's request has been denied due to too many outstanding requests */\n 'request-permission-dialog.warning.limit-reached.text':\n 'Dosegli ste limit za zahtjeve uloga u svim projektima. Pričekajte prije slanja novih zahtjeva ili kontaktirajte administratora za pomoć.',\n\n /** Label for button when status is saved */\n 'status-bar.document-status-pulse.status.saved.text': 'Spremljeno',\n /** Label for button when status is syncing */\n 'status-bar.document-status-pulse.status.syncing.text': 'Spremanje...',\n /** Accessibility label indicating when the document was last published, in relative time, eg \"3 weeks ago\" */\n 'status-bar.publish-status-button.last-published-time.aria-label':\n 'Zadnje objavljeno {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last published <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-published-time.tooltip':\n 'Zadnje objavljeno <RelativeTime/>',\n /** Accessibility label indicating when the document was last updated, in relative time, eg \"2 hours ago\" */\n 'status-bar.publish-status-button.last-updated-time.aria-label':\n 'Zadnje ažurirano {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last updated <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-updated-time.tooltip': 'Zadnje ažurirano <RelativeTime/>',\n /** Aria label for the button */\n 'status-bar.review-changes-button.aria-label': 'Pregledaj promjene',\n /** Label for button when status is saved */\n 'status-bar.review-changes-button.status.saved.text': 'Spremljeno!',\n /** Label for button when status is syncing */\n 'status-bar.review-changes-button.status.syncing.text': 'Spremanje...',\n /** Text for the secondary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.changes-saved': 'Promjene spremljene',\n /** Primary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.text': 'Pregledaj promjene',\n\n /** The text that appears in side the documentation link */\n 'structure-error.docs-link.text': 'Pogledaj dokumentaciju',\n /** Labels the error message or error stack of the structure error screen */\n 'structure-error.error.label': 'Greška',\n /** The header that appears at the top of the error screen */\n 'structure-error.header.text': 'Došlo je do greške prilikom čitanja strukture',\n /** The text in the reload button to retry rendering the structure */\n 'structure-error.reload-button.text': 'Ponovno učitaj',\n /** Labels the structure path of the structure error screen */\n 'structure-error.structure-path.label': 'Putanja strukture',\n})\n"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
package/src/structure.ts
CHANGED
|
@@ -90,18 +90,22 @@ export default removeUndefinedLocaleResources({
|
|
|
90
90
|
/** The text content for the live edit document when it's a draft */
|
|
91
91
|
'banners.live-edit-draft-banner.text':
|
|
92
92
|
'Tip <strong>{{schemaType}}</strong> ima omogućeno <code>liveEdit</code>, ali postoji skica ovog dokumenta. Objavite ili odbacite skicu kako biste nastavili s uređivanjem uživo.',
|
|
93
|
-
/** The text for the permission check banner if the user only has one role, and it does not allow
|
|
93
|
+
/** The text for the permission check banner if the user only has one role, and it does not allow publishing this document */
|
|
94
94
|
'banners.permission-check-banner.missing-permission_create_one':
|
|
95
95
|
'Vaša uloga <Roles/> nema dozvolu za kreiranje ovog dokumenta.',
|
|
96
|
-
/** The text for the permission check banner if the user only has multiple roles, but they do not allow
|
|
96
|
+
/** The text for the permission check banner if the user only has multiple roles, but they do not allow publishing this document */
|
|
97
97
|
'banners.permission-check-banner.missing-permission_create_other':
|
|
98
98
|
'Vaše uloge <Roles/> nemaju dozvolu za kreiranje ovog dokumenta.',
|
|
99
|
-
/** The text for the permission check banner if the user only has one role, and it does not allow
|
|
99
|
+
/** The text for the permission check banner if the user only has one role, and it does not allow editing this document */
|
|
100
100
|
'banners.permission-check-banner.missing-permission_update_one':
|
|
101
101
|
'Vaša uloga <Roles/> nema dozvolu za ažuriranje ovog dokumenta.',
|
|
102
|
-
/** The text for the permission check banner if the user only has multiple roles, but they do not allow
|
|
102
|
+
/** The text for the permission check banner if the user only has multiple roles, but they do not allow editing this document */
|
|
103
103
|
'banners.permission-check-banner.missing-permission_update_other':
|
|
104
104
|
'Vaše uloge <Roles/> nemaju dozvolu za ažuriranje ovog dokumenta.',
|
|
105
|
+
/** The pending text for the request permission button that appears for viewer roles */
|
|
106
|
+
'banners.permission-check-banner.request-permission-button.sent': 'Zahtjev za uređivanje poslan',
|
|
107
|
+
/** The text for the request permission button that appears for viewer roles */
|
|
108
|
+
'banners.permission-check-banner.request-permission-button.text': 'Zatraži pravo na uređivanje',
|
|
105
109
|
/** The text for the reload button */
|
|
106
110
|
'banners.reference-changed-banner.reason-changed.reload-button.text': 'Ponovno učitaj referencu',
|
|
107
111
|
/** The text for the reference change banner if the reason is that the reference has been changed */
|
|
@@ -400,6 +404,24 @@ export default removeUndefinedLocaleResources({
|
|
|
400
404
|
/** The text for the "Open preview" action for a document */
|
|
401
405
|
'production-preview.menu-item.title': 'Otvori pregled',
|
|
402
406
|
|
|
407
|
+
/** The text for the confirm button in the request permission dialog used in the permissions banner */
|
|
408
|
+
'request-permission-dialog.confirm-button.text': 'Pošalji zahtjev',
|
|
409
|
+
/** The description text for the request permission dialog used in the permissions banner */
|
|
410
|
+
'request-permission-dialog.description.text':
|
|
411
|
+
'Vaš zahtjev će biti poslan administratoru(ima) projekta. Ako želite, možete uključiti i bilješku',
|
|
412
|
+
/** The header/title for the request permission dialog used in the permissions banner */
|
|
413
|
+
'request-permission-dialog.header.text': 'Zatraži pristup za uređivanje',
|
|
414
|
+
/** The text describing the note input for the request permission dialog used in the permissions banner */
|
|
415
|
+
'request-permission-dialog.note-input.description.text': 'Ako želite, možete dodati bilješku',
|
|
416
|
+
/** The placeholder for the note input in the request permission dialog used in the permissions banner */
|
|
417
|
+
'request-permission-dialog.note-input.placeholder.text': 'Dodaj bilješku...',
|
|
418
|
+
/** The error/warning text in the request permission dialog when the user's request has been declined */
|
|
419
|
+
'request-permission-dialog.warning.denied.text':
|
|
420
|
+
'Vaš zahtjev za pristup ovom projektu je odbijen.',
|
|
421
|
+
/** The error/warning text in the request permission dialog when the user's request has been denied due to too many outstanding requests */
|
|
422
|
+
'request-permission-dialog.warning.limit-reached.text':
|
|
423
|
+
'Dosegli ste limit za zahtjeve uloga u svim projektima. Pričekajte prije slanja novih zahtjeva ili kontaktirajte administratora za pomoć.',
|
|
424
|
+
|
|
403
425
|
/** Label for button when status is saved */
|
|
404
426
|
'status-bar.document-status-pulse.status.saved.text': 'Spremljeno',
|
|
405
427
|
/** Label for button when status is syncing */
|