@sanity/locale-hr-hr 1.1.16 → 1.1.17

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.
Files changed (38) hide show
  1. package/dist/_chunks-cjs/comments.cjs +2 -6
  2. package/dist/_chunks-cjs/comments.cjs.map +1 -1
  3. package/dist/_chunks-cjs/copy-paste.cjs +2 -6
  4. package/dist/_chunks-cjs/copy-paste.cjs.map +1 -1
  5. package/dist/_chunks-cjs/create.cjs +2 -6
  6. package/dist/_chunks-cjs/create.cjs.map +1 -1
  7. package/dist/_chunks-cjs/structure.cjs +2 -6
  8. package/dist/_chunks-cjs/structure.cjs.map +1 -1
  9. package/dist/_chunks-cjs/studio.cjs +2 -6
  10. package/dist/_chunks-cjs/studio.cjs.map +1 -1
  11. package/dist/_chunks-cjs/tasks.cjs +5 -7
  12. package/dist/_chunks-cjs/tasks.cjs.map +1 -1
  13. package/dist/_chunks-cjs/validation.cjs +2 -6
  14. package/dist/_chunks-cjs/validation.cjs.map +1 -1
  15. package/dist/_chunks-cjs/vision.cjs +2 -6
  16. package/dist/_chunks-cjs/vision.cjs.map +1 -1
  17. package/dist/_chunks-es/comments.js +4 -4
  18. package/dist/_chunks-es/comments.js.map +1 -1
  19. package/dist/_chunks-es/copy-paste.js +4 -4
  20. package/dist/_chunks-es/copy-paste.js.map +1 -1
  21. package/dist/_chunks-es/create.js +4 -4
  22. package/dist/_chunks-es/create.js.map +1 -1
  23. package/dist/_chunks-es/structure.js +4 -4
  24. package/dist/_chunks-es/structure.js.map +1 -1
  25. package/dist/_chunks-es/studio.js +4 -4
  26. package/dist/_chunks-es/studio.js.map +1 -1
  27. package/dist/_chunks-es/tasks.js +7 -5
  28. package/dist/_chunks-es/tasks.js.map +1 -1
  29. package/dist/_chunks-es/validation.js +4 -4
  30. package/dist/_chunks-es/validation.js.map +1 -1
  31. package/dist/_chunks-es/vision.js +4 -4
  32. package/dist/_chunks-es/vision.js.map +1 -1
  33. package/dist/index.cjs +28 -17
  34. package/dist/index.cjs.map +1 -1
  35. package/dist/index.js +13 -14
  36. package/dist/index.js.map +1 -1
  37. package/package.json +1 -1
  38. package/src/tasks.ts +3 -0
@@ -1,8 +1,5 @@
1
- 'use strict';
2
-
3
- var sanity = require('sanity');
4
-
5
- var comments = sanity.removeUndefinedLocaleResources({
1
+ "use strict";
2
+ var sanity = require("sanity"), comments = sanity.removeUndefinedLocaleResources({
6
3
  /** The close comments button text */
7
4
  "close-pane-button-text": "Zatvori komentare",
8
5
  /** The aria label for the close comments button */
@@ -176,6 +173,5 @@ var comments = sanity.removeUndefinedLocaleResources({
176
173
  /** Status filter: The full text for describing filtering on resolved comments and is upsell mode */
177
174
  "status-filter.status-resolved-full-upsell": "Nadogradite kako biste vidjeli rije\u0161ene komentare"
178
175
  });
179
-
180
176
  exports.default = comments;
181
177
  //# sourceMappingURL=comments.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"comments.cjs","sources":["../../src/comments.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** The close comments button text */\n 'close-pane-button-text': 'Zatvori komentare',\n\n /** The aria label for the close comments button */\n 'close-pane-button-text-aria-label': 'Zatvori komentare',\n\n /** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments */\n 'compose.add-comment-input-placeholder': 'Dodaj komentar na <strong>{{field}}</strong>',\n /** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments and the mode is upsell */\n 'compose.add-comment-input-placeholder-upsell': 'Nadogradite za dodavanje komentara',\n /** When composing a comment, the placeholder text shown when the input is empty */\n 'compose.create-comment-placeholder': 'Stvori novi komentar',\n /** When composing a comment, the aria label for the button to mention a user */\n 'compose.mention-user-aria-label': 'Spomeni korisnika',\n /** When composing a comment, the tooltip text for the button to mention a user */\n 'compose.mention-user-tooltip': 'Spomeni korisnika',\n /** When composing a reply, the placeholder text shown when the input is empty */\n 'compose.reply-placeholder': 'Odgovori',\n /** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */\n 'compose.reply-placeholder-upsell': 'Nadogradite za odgovor',\n /** When composing a comment, the aria label for the button to send a comment */\n 'compose.send-comment-aria-label': 'Pošalji komentar',\n /** When composing a comment, the tooltip text for the button to send a comment */\n 'compose.send-comment-tooltip': 'Pošalji komentar',\n\n /** The inspector text when error copying link */\n 'copy-link-error-message': 'Nije moguće kopirati poveznicu u međuspremnik',\n\n /** The inspector successfully copied link text */\n 'copy-link-success-message': 'Kopirana poveznica u međuspremnik',\n\n /** The delete dialog body for a comment */\n 'delete-comment.body': 'Jednom izbrisan, komentar se ne može povratiti.',\n /** The delete dialog confirm button text for a comment */\n 'delete-comment.confirm': 'Izbriši komentar',\n /** The delete dialog title for a comment */\n 'delete-comment.title': 'Izbrisati ovaj komentar?',\n\n /** The delete dialog error */\n 'delete-dialog.error':\n 'Došlo je do pogreške prilikom brisanja komentara. Molimo pokušajte ponovno.',\n\n /** The delete dialog body for a thread */\n 'delete-thread.body':\n 'Ovaj komentar i njegovi odgovori bit će izbrisani, a jednom izbrisani ne mogu se povratiti.',\n /** The delete dialog conform button text for a thread */\n 'delete-thread.confirm': 'Izbriši nit',\n /** The delete dialog title for a thread */\n 'delete-thread.title': 'Izbrisati ovu nit komentara?',\n\n /** The button text for confirming discard */\n 'discard.button-confirm': 'Odbaci',\n /** The header for discard comment dialog */\n 'discard.header': 'Odbaciti komentar?',\n /** The text for discard comment dialog */\n 'discard.text': 'Želite li odbaciti komentar?',\n\n /** Sharing feedback on the comments feature: The link title */\n 'feature-feedback.link': 'Podijelite svoje mišljenje',\n /** Sharing feedback on the comments feature: The form title */\n 'feature-feedback.title': 'Pomozite unaprijediti ',\n\n /** The name of the comments feature, for use in header. Capitalized, eg \"Comments\". */\n 'feature-name': 'Komentari',\n\n /** Aria label for button above fields to add a comment, when the field currently do not have any comments */\n 'field-button.aria-label-add': 'Dodaj komentar',\n /** Aria label for button above fields that opens the comments for this field, when there are existing comments */\n 'field-button.aria-label-open': 'Otvori komentare',\n /** Text shown in popover when hovering the button above fields that opens the comments panel, when there is a single comment present */\n 'field-button.content_one': 'Pogledaj komentar',\n /** Text shown in popover when hovering the button above fields that opens the comments panel, when there are more than one comment present */\n 'field-button.content_other': 'Pogledaj komentare',\n /** Text shown in popover when hovering the button above fields to add a comment, when the field currently do not have any comments */\n 'field-button.title': 'Dodaj komentar',\n\n /* The text shown in the inline comment button when the button is disabled due to overlap */\n 'inline-add-comment-button.disabled-overlap-title': 'Komentari se ne mogu preklapati',\n /** The text shown in the inline comment button */\n 'inline-add-comment-button.title': 'Dodaj komentar',\n\n /** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */\n 'list-item.breadcrumb-button-go-to-field-aria-label': 'Idi na polje {{field}}',\n /** The button tooltip content for the add reaction button */\n 'list-item.context-menu-add-reaction': 'Dodaj reakciju',\n /** The button tooltip aria label for adding a reaction */\n 'list-item.context-menu-add-reaction-aria-label': 'Dodaj reakciju',\n /** The button tooltip content for the add reaction button and mode is upsell */\n 'list-item.context-menu-add-reaction-upsell': 'Nadogradi za dodavanje reakcije',\n /** The action menu item for copying a comment link */\n 'list-item.copy-link': 'Kopiraj poveznicu do komentara',\n /** The action menu item for deleting a comment */\n 'list-item.delete-comment': 'Izbriši komentar',\n /** The action menu item for editing a comment */\n 'list-item.edit-comment': 'Uredi komentar',\n /** The action menu item for editing a comment and the mode is upsell */\n 'list-item.edit-comment-upsell': 'Nadogradi za uređivanje komentara',\n /** Aria label for the button that takes you to the field, which wraps a thread/comment */\n 'list-item.go-to-field-button.aria-label': 'Idi na polje',\n /**\n * The text shown below the author and timestamp of a comment including a link back to the context in which the comment was made.\n * Consists of a document title wrapped in a link, and a word or phrase to indicate that the link refers to a location:\n * eg \"on Home\", \"on Coffee Machine | Products\", \"on Pricing – Sanity\"\n */\n 'list-item.layout-context': 'na <IntentLink>{{title}}</IntentLink>',\n /** The marker to indicate that a comment has been edited in brackets */\n 'list-item.layout-edited': 'uređeno',\n /** The error text when sending a comment has failed */\n 'list-item.layout-failed-sent': 'Slanje nije uspjelo.',\n /** The loading message when posting a comment is in progress */\n 'list-item.layout-posting': 'Objavljivanje...',\n /** The text for retrying posting a comment */\n 'list-item.layout-retry': 'Pokušaj ponovno',\n /** The text shown when the value a comment references has been deleted */\n 'list-item.missing-referenced-value-tooltip-content': 'Komentirani tekst je izbrisan',\n /** The aria label for the comments menu button to open the actions menu */\n 'list-item.open-menu-aria-label': 'Otvori izbornik radnji komentara',\n /** The button text to re-open a resolved comment */\n 'list-item.re-open-resolved': 'Ponovno otvori',\n /** The button aria label to re-open a comment that is resolved */\n 'list-item.re-open-resolved-aria-label': 'Ponovno otvori',\n /** The button aria label to mark a comment as resolved */\n 'list-item.resolved-tooltip-aria-label': 'Označi komentar kao riješen',\n /** The button text to mark a comment as resolved */\n 'list-item.resolved-tooltip-content': 'Označi kao riješeno',\n\n /** The empty state text for open comments */\n 'list-status.empty-state-open-text':\n 'Otvoreni komentari na ovom dokumentu će biti prikazani ovdje.',\n /** The empty state title for open comments */\n 'list-status.empty-state-open-title': 'Još nema otvorenih komentara',\n /** The empty state text for resolved comments */\n 'list-status.empty-state-resolved-text':\n 'Riješeni komentari na ovom dokumentu bit će prikazani ovdje.',\n /** The empty state title for resolved comments */\n 'list-status.empty-state-resolved-title': 'Još nema riješenih komentara',\n /** The list status message for error */\n 'list-status.error': 'Došlo je do pogreške',\n /** The list status message for loading status */\n 'list-status.loading': 'Učitavanje komentara',\n\n /** Text shown when no users can be found to mention */\n 'mentions.no-users-found': 'Nisu pronađeni korisnici',\n /** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */\n 'mentions.unauthorized-user': 'Neovlašten',\n /** Aria label for the command list for users to mention */\n 'mentions.user-list-aria-label': 'Popis korisnika za spomenuti',\n\n /** The comments onboarding popover text */\n 'onboarding.body':\n 'Možete dodati komentare na bilo koje polje u dokumentu. Pojavit će se ovdje, grupirani po polju.',\n /** The comments onboarding dismiss text */\n 'onboarding.dismiss': 'Razumijem',\n /** The comments onboarding popover header text */\n 'onboarding.header': 'Polja dokumenata sada imaju komentare',\n\n /** Tooltip for the button to add a reaction to a comment */\n 'reactions.add-reaction-tooltip': 'Dodaj reakciju',\n /** Aria label for the individual reactions you can choose from when reacting to a comment */\n 'reactions.react-with-aria-label': 'Reagirajte s {{reactionName}}',\n /** When a users' name cannot be resolved, fall back to this name */\n 'reactions.user-list.unknown-user-fallback-name': 'Nepoznati korisnik',\n /**\n * When showing list of users who have reacted, replaces your own name with \"you\", eg\n * \"Donna, you, James, and Tyler reacted with 👍\". A different key (`_leading` suffix)\n * is used when you are the first to react, eg \"You, Donna and Tyler reacted with 👍\".\n * Use `{{name}}` if you want to instead use the current users' actual name.\n */\n 'reactions.user-list.you': 'vi',\n /**\n * When showing list of users who have reacted, replaces your own name with \"You\", eg\n * \"You, Donna, James, and Tyler reacted with 👍\". A different key (`_leading` suffix)\n * is used when you are not the first to react, eg \"Donna, you, James and Tyler reacted with 👍\".\n * Use `{{name}}` if you want to instead use the current users' actual name.\n */\n 'reactions.user-list.you_leading': 'Vi',\n /**\n * The text shown for the tooltip that appears when hovering over the reaction count, eg\n * \"Donna, James, and Tyler Reacted with 👍\". Three components are available for use:\n * - `<UserList/>` - the list of names of users who have reacted, using the locales list format\n * - `<Text>` - should be wrapped around the text describing the action (\"reacted with\")\n * - `<ReactionName/>` - the name of the reaction emoji, eg \":heavy_plus_sign:\"\n */\n 'reactions.users-reacted-with-reaction':\n '<UserList/> <Text>je reagirao/la s</Text> <ReactionName/>',\n\n /** Status filter: The short title describing filtering on open (non-resolved) comments */\n 'status-filter.status-open': 'Otvoreno',\n /** Status filter: The full text for describing filtering on open (non-resolved) comments */\n 'status-filter.status-open-full': 'Otvoreni komentari',\n /** Status filter: The short title describing filtering on resolved comments */\n 'status-filter.status-resolved': 'Riješeno',\n /** Status filter: The full text for describing filtering on resolved comments */\n 'status-filter.status-resolved-full': 'Riješeni komentari',\n /** Status filter: The full text for describing filtering on resolved comments and is upsell mode */\n 'status-filter.status-resolved-full-upsell': 'Nadogradite kako biste vidjeli riješene komentare',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}
1
+ {"version":3,"file":"comments.cjs","sources":["../../src/comments.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** The close comments button text */\n 'close-pane-button-text': 'Zatvori komentare',\n\n /** The aria label for the close comments button */\n 'close-pane-button-text-aria-label': 'Zatvori komentare',\n\n /** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments */\n 'compose.add-comment-input-placeholder': 'Dodaj komentar na <strong>{{field}}</strong>',\n /** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments and the mode is upsell */\n 'compose.add-comment-input-placeholder-upsell': 'Nadogradite za dodavanje komentara',\n /** When composing a comment, the placeholder text shown when the input is empty */\n 'compose.create-comment-placeholder': 'Stvori novi komentar',\n /** When composing a comment, the aria label for the button to mention a user */\n 'compose.mention-user-aria-label': 'Spomeni korisnika',\n /** When composing a comment, the tooltip text for the button to mention a user */\n 'compose.mention-user-tooltip': 'Spomeni korisnika',\n /** When composing a reply, the placeholder text shown when the input is empty */\n 'compose.reply-placeholder': 'Odgovori',\n /** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */\n 'compose.reply-placeholder-upsell': 'Nadogradite za odgovor',\n /** When composing a comment, the aria label for the button to send a comment */\n 'compose.send-comment-aria-label': 'Pošalji komentar',\n /** When composing a comment, the tooltip text for the button to send a comment */\n 'compose.send-comment-tooltip': 'Pošalji komentar',\n\n /** The inspector text when error copying link */\n 'copy-link-error-message': 'Nije moguće kopirati poveznicu u međuspremnik',\n\n /** The inspector successfully copied link text */\n 'copy-link-success-message': 'Kopirana poveznica u međuspremnik',\n\n /** The delete dialog body for a comment */\n 'delete-comment.body': 'Jednom izbrisan, komentar se ne može povratiti.',\n /** The delete dialog confirm button text for a comment */\n 'delete-comment.confirm': 'Izbriši komentar',\n /** The delete dialog title for a comment */\n 'delete-comment.title': 'Izbrisati ovaj komentar?',\n\n /** The delete dialog error */\n 'delete-dialog.error':\n 'Došlo je do pogreške prilikom brisanja komentara. Molimo pokušajte ponovno.',\n\n /** The delete dialog body for a thread */\n 'delete-thread.body':\n 'Ovaj komentar i njegovi odgovori bit će izbrisani, a jednom izbrisani ne mogu se povratiti.',\n /** The delete dialog conform button text for a thread */\n 'delete-thread.confirm': 'Izbriši nit',\n /** The delete dialog title for a thread */\n 'delete-thread.title': 'Izbrisati ovu nit komentara?',\n\n /** The button text for confirming discard */\n 'discard.button-confirm': 'Odbaci',\n /** The header for discard comment dialog */\n 'discard.header': 'Odbaciti komentar?',\n /** The text for discard comment dialog */\n 'discard.text': 'Želite li odbaciti komentar?',\n\n /** Sharing feedback on the comments feature: The link title */\n 'feature-feedback.link': 'Podijelite svoje mišljenje',\n /** Sharing feedback on the comments feature: The form title */\n 'feature-feedback.title': 'Pomozite unaprijediti ',\n\n /** The name of the comments feature, for use in header. Capitalized, eg \"Comments\". */\n 'feature-name': 'Komentari',\n\n /** Aria label for button above fields to add a comment, when the field currently do not have any comments */\n 'field-button.aria-label-add': 'Dodaj komentar',\n /** Aria label for button above fields that opens the comments for this field, when there are existing comments */\n 'field-button.aria-label-open': 'Otvori komentare',\n /** Text shown in popover when hovering the button above fields that opens the comments panel, when there is a single comment present */\n 'field-button.content_one': 'Pogledaj komentar',\n /** Text shown in popover when hovering the button above fields that opens the comments panel, when there are more than one comment present */\n 'field-button.content_other': 'Pogledaj komentare',\n /** Text shown in popover when hovering the button above fields to add a comment, when the field currently do not have any comments */\n 'field-button.title': 'Dodaj komentar',\n\n /* The text shown in the inline comment button when the button is disabled due to overlap */\n 'inline-add-comment-button.disabled-overlap-title': 'Komentari se ne mogu preklapati',\n /** The text shown in the inline comment button */\n 'inline-add-comment-button.title': 'Dodaj komentar',\n\n /** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */\n 'list-item.breadcrumb-button-go-to-field-aria-label': 'Idi na polje {{field}}',\n /** The button tooltip content for the add reaction button */\n 'list-item.context-menu-add-reaction': 'Dodaj reakciju',\n /** The button tooltip aria label for adding a reaction */\n 'list-item.context-menu-add-reaction-aria-label': 'Dodaj reakciju',\n /** The button tooltip content for the add reaction button and mode is upsell */\n 'list-item.context-menu-add-reaction-upsell': 'Nadogradi za dodavanje reakcije',\n /** The action menu item for copying a comment link */\n 'list-item.copy-link': 'Kopiraj poveznicu do komentara',\n /** The action menu item for deleting a comment */\n 'list-item.delete-comment': 'Izbriši komentar',\n /** The action menu item for editing a comment */\n 'list-item.edit-comment': 'Uredi komentar',\n /** The action menu item for editing a comment and the mode is upsell */\n 'list-item.edit-comment-upsell': 'Nadogradi za uređivanje komentara',\n /** Aria label for the button that takes you to the field, which wraps a thread/comment */\n 'list-item.go-to-field-button.aria-label': 'Idi na polje',\n /**\n * The text shown below the author and timestamp of a comment including a link back to the context in which the comment was made.\n * Consists of a document title wrapped in a link, and a word or phrase to indicate that the link refers to a location:\n * eg \"on Home\", \"on Coffee Machine | Products\", \"on Pricing – Sanity\"\n */\n 'list-item.layout-context': 'na <IntentLink>{{title}}</IntentLink>',\n /** The marker to indicate that a comment has been edited in brackets */\n 'list-item.layout-edited': 'uređeno',\n /** The error text when sending a comment has failed */\n 'list-item.layout-failed-sent': 'Slanje nije uspjelo.',\n /** The loading message when posting a comment is in progress */\n 'list-item.layout-posting': 'Objavljivanje...',\n /** The text for retrying posting a comment */\n 'list-item.layout-retry': 'Pokušaj ponovno',\n /** The text shown when the value a comment references has been deleted */\n 'list-item.missing-referenced-value-tooltip-content': 'Komentirani tekst je izbrisan',\n /** The aria label for the comments menu button to open the actions menu */\n 'list-item.open-menu-aria-label': 'Otvori izbornik radnji komentara',\n /** The button text to re-open a resolved comment */\n 'list-item.re-open-resolved': 'Ponovno otvori',\n /** The button aria label to re-open a comment that is resolved */\n 'list-item.re-open-resolved-aria-label': 'Ponovno otvori',\n /** The button aria label to mark a comment as resolved */\n 'list-item.resolved-tooltip-aria-label': 'Označi komentar kao riješen',\n /** The button text to mark a comment as resolved */\n 'list-item.resolved-tooltip-content': 'Označi kao riješeno',\n\n /** The empty state text for open comments */\n 'list-status.empty-state-open-text':\n 'Otvoreni komentari na ovom dokumentu će biti prikazani ovdje.',\n /** The empty state title for open comments */\n 'list-status.empty-state-open-title': 'Još nema otvorenih komentara',\n /** The empty state text for resolved comments */\n 'list-status.empty-state-resolved-text':\n 'Riješeni komentari na ovom dokumentu bit će prikazani ovdje.',\n /** The empty state title for resolved comments */\n 'list-status.empty-state-resolved-title': 'Još nema riješenih komentara',\n /** The list status message for error */\n 'list-status.error': 'Došlo je do pogreške',\n /** The list status message for loading status */\n 'list-status.loading': 'Učitavanje komentara',\n\n /** Text shown when no users can be found to mention */\n 'mentions.no-users-found': 'Nisu pronađeni korisnici',\n /** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */\n 'mentions.unauthorized-user': 'Neovlašten',\n /** Aria label for the command list for users to mention */\n 'mentions.user-list-aria-label': 'Popis korisnika za spomenuti',\n\n /** The comments onboarding popover text */\n 'onboarding.body':\n 'Možete dodati komentare na bilo koje polje u dokumentu. Pojavit će se ovdje, grupirani po polju.',\n /** The comments onboarding dismiss text */\n 'onboarding.dismiss': 'Razumijem',\n /** The comments onboarding popover header text */\n 'onboarding.header': 'Polja dokumenata sada imaju komentare',\n\n /** Tooltip for the button to add a reaction to a comment */\n 'reactions.add-reaction-tooltip': 'Dodaj reakciju',\n /** Aria label for the individual reactions you can choose from when reacting to a comment */\n 'reactions.react-with-aria-label': 'Reagirajte s {{reactionName}}',\n /** When a users' name cannot be resolved, fall back to this name */\n 'reactions.user-list.unknown-user-fallback-name': 'Nepoznati korisnik',\n /**\n * When showing list of users who have reacted, replaces your own name with \"you\", eg\n * \"Donna, you, James, and Tyler reacted with 👍\". A different key (`_leading` suffix)\n * is used when you are the first to react, eg \"You, Donna and Tyler reacted with 👍\".\n * Use `{{name}}` if you want to instead use the current users' actual name.\n */\n 'reactions.user-list.you': 'vi',\n /**\n * When showing list of users who have reacted, replaces your own name with \"You\", eg\n * \"You, Donna, James, and Tyler reacted with 👍\". A different key (`_leading` suffix)\n * is used when you are not the first to react, eg \"Donna, you, James and Tyler reacted with 👍\".\n * Use `{{name}}` if you want to instead use the current users' actual name.\n */\n 'reactions.user-list.you_leading': 'Vi',\n /**\n * The text shown for the tooltip that appears when hovering over the reaction count, eg\n * \"Donna, James, and Tyler Reacted with 👍\". Three components are available for use:\n * - `<UserList/>` - the list of names of users who have reacted, using the locales list format\n * - `<Text>` - should be wrapped around the text describing the action (\"reacted with\")\n * - `<ReactionName/>` - the name of the reaction emoji, eg \":heavy_plus_sign:\"\n */\n 'reactions.users-reacted-with-reaction':\n '<UserList/> <Text>je reagirao/la s</Text> <ReactionName/>',\n\n /** Status filter: The short title describing filtering on open (non-resolved) comments */\n 'status-filter.status-open': 'Otvoreno',\n /** Status filter: The full text for describing filtering on open (non-resolved) comments */\n 'status-filter.status-open-full': 'Otvoreni komentari',\n /** Status filter: The short title describing filtering on resolved comments */\n 'status-filter.status-resolved': 'Riješeno',\n /** Status filter: The full text for describing filtering on resolved comments */\n 'status-filter.status-resolved-full': 'Riješeni komentari',\n /** Status filter: The full text for describing filtering on resolved comments and is upsell mode */\n 'status-filter.status-resolved-full-upsell': 'Nadogradite kako biste vidjeli riješene komentare',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,WAAeA,sCAA+B;AAAA;AAAA,EAE5C,0BAA0B;AAAA;AAAA,EAG1B,qCAAqC;AAAA;AAAA,EAGrC,yCAAyC;AAAA;AAAA,EAEzC,gDAAgD;AAAA;AAAA,EAEhD,sCAAsC;AAAA;AAAA,EAEtC,mCAAmC;AAAA;AAAA,EAEnC,gCAAgC;AAAA;AAAA,EAEhC,6BAA6B;AAAA;AAAA,EAE7B,oCAAoC;AAAA;AAAA,EAEpC,mCAAmC;AAAA;AAAA,EAEnC,gCAAgC;AAAA;AAAA,EAGhC,2BAA2B;AAAA;AAAA,EAG3B,6BAA6B;AAAA;AAAA,EAG7B,uBAAuB;AAAA;AAAA,EAEvB,0BAA0B;AAAA;AAAA,EAE1B,wBAAwB;AAAA;AAAA,EAGxB,uBACE;AAAA;AAAA,EAGF,sBACE;AAAA;AAAA,EAEF,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA,EAGvB,0BAA0B;AAAA;AAAA,EAE1B,kBAAkB;AAAA;AAAA,EAElB,gBAAgB;AAAA;AAAA,EAGhB,yBAAyB;AAAA;AAAA,EAEzB,0BAA0B;AAAA;AAAA,EAG1B,gBAAgB;AAAA;AAAA,EAGhB,+BAA+B;AAAA;AAAA,EAE/B,gCAAgC;AAAA;AAAA,EAEhC,4BAA4B;AAAA;AAAA,EAE5B,8BAA8B;AAAA;AAAA,EAE9B,sBAAsB;AAAA;AAAA,EAGtB,oDAAoD;AAAA;AAAA,EAEpD,mCAAmC;AAAA;AAAA,EAGnC,sDAAsD;AAAA;AAAA,EAEtD,uCAAuC;AAAA;AAAA,EAEvC,kDAAkD;AAAA;AAAA,EAElD,8CAA8C;AAAA;AAAA,EAE9C,uBAAuB;AAAA;AAAA,EAEvB,4BAA4B;AAAA;AAAA,EAE5B,0BAA0B;AAAA;AAAA,EAE1B,iCAAiC;AAAA;AAAA,EAEjC,2CAA2C;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAM3C,4BAA4B;AAAA;AAAA,EAE5B,2BAA2B;AAAA;AAAA,EAE3B,gCAAgC;AAAA;AAAA,EAEhC,4BAA4B;AAAA;AAAA,EAE5B,0BAA0B;AAAA;AAAA,EAE1B,sDAAsD;AAAA;AAAA,EAEtD,kCAAkC;AAAA;AAAA,EAElC,8BAA8B;AAAA;AAAA,EAE9B,yCAAyC;AAAA;AAAA,EAEzC,yCAAyC;AAAA;AAAA,EAEzC,sCAAsC;AAAA;AAAA,EAGtC,qCACE;AAAA;AAAA,EAEF,sCAAsC;AAAA;AAAA,EAEtC,yCACE;AAAA;AAAA,EAEF,0CAA0C;AAAA;AAAA,EAE1C,qBAAqB;AAAA;AAAA,EAErB,uBAAuB;AAAA;AAAA,EAGvB,2BAA2B;AAAA;AAAA,EAE3B,8BAA8B;AAAA;AAAA,EAE9B,iCAAiC;AAAA;AAAA,EAGjC,mBACE;AAAA;AAAA,EAEF,sBAAsB;AAAA;AAAA,EAEtB,qBAAqB;AAAA;AAAA,EAGrB,kCAAkC;AAAA;AAAA,EAElC,mCAAmC;AAAA;AAAA,EAEnC,kDAAkD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOlD,2BAA2B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAO3B,mCAAmC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQnC,yCACE;AAAA;AAAA,EAGF,6BAA6B;AAAA;AAAA,EAE7B,kCAAkC;AAAA;AAAA,EAElC,iCAAiC;AAAA;AAAA,EAEjC,sCAAsC;AAAA;AAAA,EAEtC,6CAA6C;AAC/C,CAAC;;"}
@@ -1,8 +1,5 @@
1
- 'use strict';
2
-
3
- var sanity = require('sanity');
4
-
5
- var copyPaste = sanity.removeUndefinedLocaleResources({
1
+ "use strict";
2
+ var sanity = require("sanity"), copyPaste = sanity.removeUndefinedLocaleResources({
6
3
  /** Text on the field action button to copy a document */
7
4
  "copy-paste.field-action-copy-button.document.title": "Kopiraj dokument",
8
5
  /** Text on the field action button to copy a field */
@@ -62,6 +59,5 @@ var copyPaste = sanity.removeUndefinedLocaleResources({
62
59
  /** The validation message that is shown when string values are incompatible */
63
60
  "copy-paste.on-paste.validation.string-value-incompatible.description": 'Vrijednost "{{value}}" nije dopu\u0161tena u "{{allowedStrings}}"'
64
61
  });
65
-
66
62
  exports.default = copyPaste;
67
63
  //# sourceMappingURL=copy-paste.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"copy-paste.cjs","sources":["../../src/copy-paste.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Text on the field action button to copy a document */\n 'copy-paste.field-action-copy-button.document.title': 'Kopiraj dokument',\n /** Text on the field action button to copy a field */\n 'copy-paste.field-action-copy-button.field.title': 'Kopiraj polje',\n /** Text on the field action button to paste a document */\n 'copy-paste.field-action-paste-button.document.title': 'Zalijepi dokument',\n /** Text on the field action button to paste a field */\n 'copy-paste.field-action-paste-button.field.title': 'Zalijepi polje',\n /** The error message that is shown when the clipboard is not supported */\n 'copy-paste.on-copy.validation.clipboard-not-supported.title':\n 'Vaš preglednik ne podržava ovu akciju',\n /** The success message that is shown when a document is copied */\n 'copy-paste.on-copy.validation.copy-document-success.title': 'Dokument \"{{fieldNames}}\" kopiran',\n /** The success message that is shown when a field is copied */\n 'copy-paste.on-copy.validation.copy-field_one-success.title': 'Polje \"{{fieldName}}\" kopirano',\n /** The success message that is shown when a array item is copied */\n 'copy-paste.on-copy.validation.copy-item_one-success.title': 'Stavka \"{{typeName}}\" kopirana',\n /** The error message that is shown when there is no value to copy */\n 'copy-paste.on-copy.validation.no-value.title': 'Prazna vrijednost, nema što kopirati',\n /** --- On copy --- */\n /** The error message that is shown when schema types are incompatible */\n 'copy-paste.on-copy.validation.schema-type-incompatible.title':\n 'Nije moguće odrediti tip sheme za putanju: {{path}}',\n /** The validation message that is shown when array types are incompatible */\n 'copy-paste.on-paste.validation.array-type-incompatible.description':\n 'Vrijednost tipa \"{{type}}\" nije dopuštena u ovom polju niza',\n /** The validation message that is shown when array values are incompatible */\n 'copy-paste.on-paste.validation.array-value-incompatible.description':\n 'Vrijednost tipa \"{{type}}\" nije dopuštena u ovom polju niza',\n /** The validation message that is shown when the clipboard is empty */\n 'copy-paste.on-paste.validation.clipboard-empty.title': 'Nema što zalijepiti',\n /** The validation message that is shown when the clipboard item is invalid */\n 'copy-paste.on-paste.validation.clipboard-invalid.title': 'Neispravan sadržaj međuspremnika',\n /** The success message that is shown when a document is pasted */\n 'copy-paste.on-paste.validation.document-paste-success.title':\n 'Dokument \"{{fieldNames}}\" ažuriran',\n /** The success message that is shown when a field is pasted */\n 'copy-paste.on-paste.validation.field_one-paste-success.title': 'Polje \"{{fieldName}}\" ažurirano',\n /** The validation message that is shown when image files are incompatible */\n 'copy-paste.on-paste.validation.image-file-incompatible.description':\n '\"{{sourceSchemaType}}\" nije dopušten u \"{{targetSchemaType}}\"',\n /** The error message that is shown when the MIME type is not accepted */\n 'copy-paste.on-paste.validation.mime-type-incompatible.description':\n 'MIME tip \"{{mimeType}}\" nije prihvaćen za ovo polje',\n /** The error message that is shown when the MIME type validation fails */\n 'copy-paste.on-paste.validation.mime-type-validation-failed.description':\n 'Provjera MIME tipa nije uspjela',\n /** The warning message that is shown when not all values can be pasted */\n 'copy-paste.on-paste.validation.partial-warning.title': 'Nije moguće zalijepiti sve vrijednosti',\n /** The validation message that is shown when primitive types are incompatible */\n 'copy-paste.on-paste.validation.primitive-type-incompatible.description':\n 'Vrijednost tipa \"{{type}}\" nije dopuštena u ovom polju',\n /** --- On paste --- */\n /** The validation message that is shown when pasting a value into a read-only target */\n 'copy-paste.on-paste.validation.read-only-target.description': 'Odredište je samo za čitanje',\n /** The validation message that is shown when reference is incompatible with filter */\n 'copy-paste.on-paste.validation.reference-filter-incompatible.description':\n 'Referenca nije dopuštena u referentnom polju prema filtru',\n /** The validation message that is shown when reference types are incompatible */\n 'copy-paste.on-paste.validation.reference-type-incompatible.description':\n 'Reference tipa \"{{sourceReferenceType}}\" nisu dopuštene u referentnom polju koje prihvaća tipove \"{{targetReferenceTypes}}\"',\n /** The validation message that is shown when reference does not exist */\n 'copy-paste.on-paste.validation.reference-validation-failed.description':\n 'Referentni dokument \"{{ref}}\" ne postoji',\n /** The validation message that is shown when the source and target schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.description':\n 'Izvorni i odredišni tipovi sheme nisu kompatibilni',\n /** The validation message that is shown when schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.title':\n 'Nije moguće odrediti tip sheme za putanju: {{path}}',\n /** The validation message that is shown when string values are incompatible */\n 'copy-paste.on-paste.validation.string-value-incompatible.description':\n 'Vrijednost \"{{value}}\" nije dopuštena u \"{{allowedStrings}}\"',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";;;;AAEA,gBAAeA,qCAA+B,CAAA;AAAA;AAAA,EAE5C,oDAAsD,EAAA,kBAAA;AAAA;AAAA,EAEtD,iDAAmD,EAAA,eAAA;AAAA;AAAA,EAEnD,qDAAuD,EAAA,mBAAA;AAAA;AAAA,EAEvD,kDAAoD,EAAA,gBAAA;AAAA;AAAA,EAEpD,6DACE,EAAA,iDAAA;AAAA;AAAA,EAEF,2DAA6D,EAAA,mCAAA;AAAA;AAAA,EAE7D,4DAA8D,EAAA,gCAAA;AAAA;AAAA,EAE9D,2DAA6D,EAAA,gCAAA;AAAA;AAAA,EAE7D,8CAAgD,EAAA,2CAAA;AAAA;AAAA;AAAA,EAGhD,8DACE,EAAA,0DAAA;AAAA;AAAA,EAEF,oEACE,EAAA,kEAAA;AAAA;AAAA,EAEF,qEACE,EAAA,kEAAA;AAAA;AAAA,EAEF,sDAAwD,EAAA,0BAAA;AAAA;AAAA,EAExD,wDAA0D,EAAA,4CAAA;AAAA;AAAA,EAE1D,6DACE,EAAA,yCAAA;AAAA;AAAA,EAEF,8DAAgE,EAAA,sCAAA;AAAA;AAAA,EAEhE,oEACE,EAAA,oEAAA;AAAA;AAAA,EAEF,mEACE,EAAA,0DAAA;AAAA;AAAA,EAEF,wEACE,EAAA,iCAAA;AAAA;AAAA,EAEF,sDAAwD,EAAA,6CAAA;AAAA;AAAA,EAExD,wEACE,EAAA,6DAAA;AAAA;AAAA;AAAA,EAGF,6DAA+D,EAAA,wCAAA;AAAA;AAAA,EAE/D,0EACE,EAAA,gEAAA;AAAA;AAAA,EAEF,wEACE,EAAA,uIAAA;AAAA;AAAA,EAEF,wEACE,EAAA,0CAAA;AAAA;AAAA,EAEF,qEACE,EAAA,yDAAA;AAAA;AAAA,EAEF,+DACE,EAAA,0DAAA;AAAA;AAAA,EAEF,sEACE,EAAA;AACJ,CAAC,CAAA;;;;"}
1
+ {"version":3,"file":"copy-paste.cjs","sources":["../../src/copy-paste.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Text on the field action button to copy a document */\n 'copy-paste.field-action-copy-button.document.title': 'Kopiraj dokument',\n /** Text on the field action button to copy a field */\n 'copy-paste.field-action-copy-button.field.title': 'Kopiraj polje',\n /** Text on the field action button to paste a document */\n 'copy-paste.field-action-paste-button.document.title': 'Zalijepi dokument',\n /** Text on the field action button to paste a field */\n 'copy-paste.field-action-paste-button.field.title': 'Zalijepi polje',\n /** The error message that is shown when the clipboard is not supported */\n 'copy-paste.on-copy.validation.clipboard-not-supported.title':\n 'Vaš preglednik ne podržava ovu akciju',\n /** The success message that is shown when a document is copied */\n 'copy-paste.on-copy.validation.copy-document-success.title': 'Dokument \"{{fieldNames}}\" kopiran',\n /** The success message that is shown when a field is copied */\n 'copy-paste.on-copy.validation.copy-field_one-success.title': 'Polje \"{{fieldName}}\" kopirano',\n /** The success message that is shown when a array item is copied */\n 'copy-paste.on-copy.validation.copy-item_one-success.title': 'Stavka \"{{typeName}}\" kopirana',\n /** The error message that is shown when there is no value to copy */\n 'copy-paste.on-copy.validation.no-value.title': 'Prazna vrijednost, nema što kopirati',\n /** --- On copy --- */\n /** The error message that is shown when schema types are incompatible */\n 'copy-paste.on-copy.validation.schema-type-incompatible.title':\n 'Nije moguće odrediti tip sheme za putanju: {{path}}',\n /** The validation message that is shown when array types are incompatible */\n 'copy-paste.on-paste.validation.array-type-incompatible.description':\n 'Vrijednost tipa \"{{type}}\" nije dopuštena u ovom polju niza',\n /** The validation message that is shown when array values are incompatible */\n 'copy-paste.on-paste.validation.array-value-incompatible.description':\n 'Vrijednost tipa \"{{type}}\" nije dopuštena u ovom polju niza',\n /** The validation message that is shown when the clipboard is empty */\n 'copy-paste.on-paste.validation.clipboard-empty.title': 'Nema što zalijepiti',\n /** The validation message that is shown when the clipboard item is invalid */\n 'copy-paste.on-paste.validation.clipboard-invalid.title': 'Neispravan sadržaj međuspremnika',\n /** The success message that is shown when a document is pasted */\n 'copy-paste.on-paste.validation.document-paste-success.title':\n 'Dokument \"{{fieldNames}}\" ažuriran',\n /** The success message that is shown when a field is pasted */\n 'copy-paste.on-paste.validation.field_one-paste-success.title': 'Polje \"{{fieldName}}\" ažurirano',\n /** The validation message that is shown when image files are incompatible */\n 'copy-paste.on-paste.validation.image-file-incompatible.description':\n '\"{{sourceSchemaType}}\" nije dopušten u \"{{targetSchemaType}}\"',\n /** The error message that is shown when the MIME type is not accepted */\n 'copy-paste.on-paste.validation.mime-type-incompatible.description':\n 'MIME tip \"{{mimeType}}\" nije prihvaćen za ovo polje',\n /** The error message that is shown when the MIME type validation fails */\n 'copy-paste.on-paste.validation.mime-type-validation-failed.description':\n 'Provjera MIME tipa nije uspjela',\n /** The warning message that is shown when not all values can be pasted */\n 'copy-paste.on-paste.validation.partial-warning.title': 'Nije moguće zalijepiti sve vrijednosti',\n /** The validation message that is shown when primitive types are incompatible */\n 'copy-paste.on-paste.validation.primitive-type-incompatible.description':\n 'Vrijednost tipa \"{{type}}\" nije dopuštena u ovom polju',\n /** --- On paste --- */\n /** The validation message that is shown when pasting a value into a read-only target */\n 'copy-paste.on-paste.validation.read-only-target.description': 'Odredište je samo za čitanje',\n /** The validation message that is shown when reference is incompatible with filter */\n 'copy-paste.on-paste.validation.reference-filter-incompatible.description':\n 'Referenca nije dopuštena u referentnom polju prema filtru',\n /** The validation message that is shown when reference types are incompatible */\n 'copy-paste.on-paste.validation.reference-type-incompatible.description':\n 'Reference tipa \"{{sourceReferenceType}}\" nisu dopuštene u referentnom polju koje prihvaća tipove \"{{targetReferenceTypes}}\"',\n /** The validation message that is shown when reference does not exist */\n 'copy-paste.on-paste.validation.reference-validation-failed.description':\n 'Referentni dokument \"{{ref}}\" ne postoji',\n /** The validation message that is shown when the source and target schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.description':\n 'Izvorni i odredišni tipovi sheme nisu kompatibilni',\n /** The validation message that is shown when schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.title':\n 'Nije moguće odrediti tip sheme za putanju: {{path}}',\n /** The validation message that is shown when string values are incompatible */\n 'copy-paste.on-paste.validation.string-value-incompatible.description':\n 'Vrijednost \"{{value}}\" nije dopuštena u \"{{allowedStrings}}\"',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,YAAeA,sCAA+B;AAAA;AAAA,EAE5C,sDAAsD;AAAA;AAAA,EAEtD,mDAAmD;AAAA;AAAA,EAEnD,uDAAuD;AAAA;AAAA,EAEvD,oDAAoD;AAAA;AAAA,EAEpD,+DACE;AAAA;AAAA,EAEF,6DAA6D;AAAA;AAAA,EAE7D,8DAA8D;AAAA;AAAA,EAE9D,6DAA6D;AAAA;AAAA,EAE7D,gDAAgD;AAAA;AAAA;AAAA,EAGhD,gEACE;AAAA;AAAA,EAEF,sEACE;AAAA;AAAA,EAEF,uEACE;AAAA;AAAA,EAEF,wDAAwD;AAAA;AAAA,EAExD,0DAA0D;AAAA;AAAA,EAE1D,+DACE;AAAA;AAAA,EAEF,gEAAgE;AAAA;AAAA,EAEhE,sEACE;AAAA;AAAA,EAEF,qEACE;AAAA;AAAA,EAEF,0EACE;AAAA;AAAA,EAEF,wDAAwD;AAAA;AAAA,EAExD,0EACE;AAAA;AAAA;AAAA,EAGF,+DAA+D;AAAA;AAAA,EAE/D,4EACE;AAAA;AAAA,EAEF,0EACE;AAAA;AAAA,EAEF,0EACE;AAAA;AAAA,EAEF,uEACE;AAAA;AAAA,EAEF,iEACE;AAAA;AAAA,EAEF,wEACE;AACJ,CAAC;;"}
@@ -1,8 +1,5 @@
1
- 'use strict';
2
-
3
- var sanity = require('sanity');
4
-
5
- var create = sanity.removeUndefinedLocaleResources({
1
+ "use strict";
2
+ var sanity = require("sanity"), create = sanity.removeUndefinedLocaleResources({
6
3
  /** Text in badge above header in Create Link info popover */
7
4
  "create-link-info-popover.eyebrow-badge": "Rani pristup",
8
5
  /** Text above header in Create Link info popover */
@@ -54,6 +51,5 @@ var create = sanity.removeUndefinedLocaleResources({
54
51
  /** Unlink from Create dialog: Unlink button text */
55
52
  "unlink-from-create-dialog.unlink.text": "Prekini vezu sada"
56
53
  });
57
-
58
54
  exports.default = create;
59
55
  //# sourceMappingURL=create.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"create.cjs","sources":["../../src/create.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Text in badge above header in Create Link info popover */\n 'create-link-info-popover.eyebrow-badge': 'Rani pristup',\n /** Text above header in Create Link info popover */\n 'create-link-info-popover.eyebrow-title': 'Sanity Create',\n /** Header in Create Link info popover */\n 'create-link-info-popover.header': 'Autorstvo vođeno idejom',\n /** Informational text in Create Link info popover */\n 'create-link-info-popover.text':\n 'Pišite prirodno u AI-pokretanom uređivaču. Vaš sadržaj se automatski mapira na polja Studija dok tipkate.',\n\n /** Tooltip for Create Link button */\n 'create-link-info.tooltip': 'Saznajte više',\n\n /** Edit in Create button text */\n 'edit-in-create-button.text': 'Uredite s Sanity Create',\n\n /** Details for the \"Linking in progress\" dialog */\n 'linking-in-progress-dialog.details':\n 'Jednom kada se povežete, vaše izmjene će se ovdje pojaviti u stvarnom vremenu.',\n /** Header of the \"Linking in progress\" dialog */\n 'linking-in-progress-dialog.header': 'Povezivanje sa Sanity Create',\n /** Lede text for the \"Linking in progress\" dialog */\n 'linking-in-progress-dialog.lede':\n 'Vratite se na Sanity Create. Vaš dokument će se automatski sinkronizirati (obično traje nekoliko sekundi).',\n /** \"Linking in progress\" troubleshooting button title */\n 'linking-in-progress-dialog.troubleshooting.button.title': 'Povezivanje kasni?',\n /** \"Linking in progress\" troubleshooting content */\n 'linking-in-progress-dialog.troubleshooting.content':\n 'Provjerite je li vaš prozor Sanity Create još uvijek otvoren, ili ako se proces čini zaglavljenim. Ako problemi i dalje postoje, pokušajte osvježiti Studio i pokušajte ponovno.',\n\n /** Subtitle of the \"Start writing in Create\" banner */\n 'start-in-create-banner.subtitle':\n 'Slobodno oblikovan, AI-pokretan urednik koji se izravno sinkronizira s vašim dokumentima u Sanity Studiu.',\n /** Header of the \"Start writing in Create\" banner */\n 'start-in-create-banner.title': 'Započnite s Sanity Create',\n /** Header badge of the \"Start writing in Create\" banner */\n 'start-in-create-banner.title-badge': 'Rani pristup',\n\n /** CTA in \"Start writing in Create\" dialog: Learn more */\n 'start-in-create-dialog.cta.learn-more': 'Saznajte više',\n /** Toast error message when we dont have a resolved Sanity Create url*/\n 'start-in-create-dialog.error-toast.unresolved-url': 'Nije moguće odrediti URL za Sanity Create.',\n\n /** \"Start in Sanity Create\" link button text */\n 'start-in-create-link.label': 'Započnite u Sanity Create',\n\n /** Text for the document pane banner informing users that the document is linked to Sanity Create */\n 'studio-create-link-banner.text': 'Ovaj dokument je povezan sa Sanity Create',\n\n /** Unlink document from Sanity Create button text */\n 'unlink-from-create-button.text': 'Odspojite',\n\n /** Unlink from Create dialog: Cancel button text */\n 'unlink-from-create-dialog.cancel.text': 'Odustani',\n /** Unlink from Create dialog: Document title used if no other title can be determined */\n 'unlink-from-create-dialog.document.untitled.text': 'Bez naslova',\n /** Unlink from Create dialog – first informational paragraph */\n 'unlink-from-create-dialog.first-paragraph':\n 'Odspajate “<strong>{{title}}</strong>” od Sanity Create kako bi se moglo uređivati ovdje.',\n /** Unlink from Create dialog header */\n 'unlink-from-create-dialog.header': 'Prebacite uređivanje na Studio?',\n /** Unlink from Create dialog – second informational paragraph */\n 'unlink-from-create-dialog.second-paragraph':\n 'Sadržaj će vam ostati na oba mjesta. Bilo kakve nove promjene u Sanity Create prestati će se sinkronizirati s ovim Studiom.',\n /** Unlink from Create dialog: Unlink button text */\n 'unlink-from-create-dialog.unlink.text': 'Prekini vezu sada',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";;;;AAEA,aAAeA,qCAA+B,CAAA;AAAA;AAAA,EAE5C,wCAA0C,EAAA,cAAA;AAAA;AAAA,EAE1C,wCAA0C,EAAA,eAAA;AAAA;AAAA,EAE1C,iCAAmC,EAAA,8BAAA;AAAA;AAAA,EAEnC,+BACE,EAAA,oIAAA;AAAA;AAAA,EAGF,0BAA4B,EAAA,oBAAA;AAAA;AAAA,EAG5B,4BAA8B,EAAA,yBAAA;AAAA;AAAA,EAG9B,oCACE,EAAA,+FAAA;AAAA;AAAA,EAEF,mCAAqC,EAAA,8BAAA;AAAA;AAAA,EAErC,iCACE,EAAA,2HAAA;AAAA;AAAA,EAEF,yDAA2D,EAAA,oBAAA;AAAA;AAAA,EAE3D,oDACE,EAAA,gNAAA;AAAA;AAAA,EAGF,iCACE,EAAA,gHAAA;AAAA;AAAA,EAEF,8BAAgC,EAAA,gCAAA;AAAA;AAAA,EAEhC,oCAAsC,EAAA,cAAA;AAAA;AAAA,EAGtC,uCAAyC,EAAA,oBAAA;AAAA;AAAA,EAEzC,mDAAqD,EAAA,iDAAA;AAAA;AAAA,EAGrD,4BAA8B,EAAA,gCAAA;AAAA;AAAA,EAG9B,gCAAkC,EAAA,2CAAA;AAAA;AAAA,EAGlC,gCAAkC,EAAA,WAAA;AAAA;AAAA,EAGlC,uCAAyC,EAAA,UAAA;AAAA;AAAA,EAEzC,kDAAoD,EAAA,aAAA;AAAA;AAAA,EAEpD,2CACE,EAAA,0GAAA;AAAA;AAAA,EAEF,kCAAoC,EAAA,sCAAA;AAAA;AAAA,EAEpC,4CACE,EAAA,4IAAA;AAAA;AAAA,EAEF,uCAAyC,EAAA;AAC3C,CAAC,CAAA;;;;"}
1
+ {"version":3,"file":"create.cjs","sources":["../../src/create.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Text in badge above header in Create Link info popover */\n 'create-link-info-popover.eyebrow-badge': 'Rani pristup',\n /** Text above header in Create Link info popover */\n 'create-link-info-popover.eyebrow-title': 'Sanity Create',\n /** Header in Create Link info popover */\n 'create-link-info-popover.header': 'Autorstvo vođeno idejom',\n /** Informational text in Create Link info popover */\n 'create-link-info-popover.text':\n 'Pišite prirodno u AI-pokretanom uređivaču. Vaš sadržaj se automatski mapira na polja Studija dok tipkate.',\n\n /** Tooltip for Create Link button */\n 'create-link-info.tooltip': 'Saznajte više',\n\n /** Edit in Create button text */\n 'edit-in-create-button.text': 'Uredite s Sanity Create',\n\n /** Details for the \"Linking in progress\" dialog */\n 'linking-in-progress-dialog.details':\n 'Jednom kada se povežete, vaše izmjene će se ovdje pojaviti u stvarnom vremenu.',\n /** Header of the \"Linking in progress\" dialog */\n 'linking-in-progress-dialog.header': 'Povezivanje sa Sanity Create',\n /** Lede text for the \"Linking in progress\" dialog */\n 'linking-in-progress-dialog.lede':\n 'Vratite se na Sanity Create. Vaš dokument će se automatski sinkronizirati (obično traje nekoliko sekundi).',\n /** \"Linking in progress\" troubleshooting button title */\n 'linking-in-progress-dialog.troubleshooting.button.title': 'Povezivanje kasni?',\n /** \"Linking in progress\" troubleshooting content */\n 'linking-in-progress-dialog.troubleshooting.content':\n 'Provjerite je li vaš prozor Sanity Create još uvijek otvoren, ili ako se proces čini zaglavljenim. Ako problemi i dalje postoje, pokušajte osvježiti Studio i pokušajte ponovno.',\n\n /** Subtitle of the \"Start writing in Create\" banner */\n 'start-in-create-banner.subtitle':\n 'Slobodno oblikovan, AI-pokretan urednik koji se izravno sinkronizira s vašim dokumentima u Sanity Studiu.',\n /** Header of the \"Start writing in Create\" banner */\n 'start-in-create-banner.title': 'Započnite s Sanity Create',\n /** Header badge of the \"Start writing in Create\" banner */\n 'start-in-create-banner.title-badge': 'Rani pristup',\n\n /** CTA in \"Start writing in Create\" dialog: Learn more */\n 'start-in-create-dialog.cta.learn-more': 'Saznajte više',\n /** Toast error message when we dont have a resolved Sanity Create url*/\n 'start-in-create-dialog.error-toast.unresolved-url': 'Nije moguće odrediti URL za Sanity Create.',\n\n /** \"Start in Sanity Create\" link button text */\n 'start-in-create-link.label': 'Započnite u Sanity Create',\n\n /** Text for the document pane banner informing users that the document is linked to Sanity Create */\n 'studio-create-link-banner.text': 'Ovaj dokument je povezan sa Sanity Create',\n\n /** Unlink document from Sanity Create button text */\n 'unlink-from-create-button.text': 'Odspojite',\n\n /** Unlink from Create dialog: Cancel button text */\n 'unlink-from-create-dialog.cancel.text': 'Odustani',\n /** Unlink from Create dialog: Document title used if no other title can be determined */\n 'unlink-from-create-dialog.document.untitled.text': 'Bez naslova',\n /** Unlink from Create dialog – first informational paragraph */\n 'unlink-from-create-dialog.first-paragraph':\n 'Odspajate “<strong>{{title}}</strong>” od Sanity Create kako bi se moglo uređivati ovdje.',\n /** Unlink from Create dialog header */\n 'unlink-from-create-dialog.header': 'Prebacite uređivanje na Studio?',\n /** Unlink from Create dialog – second informational paragraph */\n 'unlink-from-create-dialog.second-paragraph':\n 'Sadržaj će vam ostati na oba mjesta. Bilo kakve nove promjene u Sanity Create prestati će se sinkronizirati s ovim Studiom.',\n /** Unlink from Create dialog: Unlink button text */\n 'unlink-from-create-dialog.unlink.text': 'Prekini vezu sada',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,SAAeA,sCAA+B;AAAA;AAAA,EAE5C,0CAA0C;AAAA;AAAA,EAE1C,0CAA0C;AAAA;AAAA,EAE1C,mCAAmC;AAAA;AAAA,EAEnC,iCACE;AAAA;AAAA,EAGF,4BAA4B;AAAA;AAAA,EAG5B,8BAA8B;AAAA;AAAA,EAG9B,sCACE;AAAA;AAAA,EAEF,qCAAqC;AAAA;AAAA,EAErC,mCACE;AAAA;AAAA,EAEF,2DAA2D;AAAA;AAAA,EAE3D,sDACE;AAAA;AAAA,EAGF,mCACE;AAAA;AAAA,EAEF,gCAAgC;AAAA;AAAA,EAEhC,sCAAsC;AAAA;AAAA,EAGtC,yCAAyC;AAAA;AAAA,EAEzC,qDAAqD;AAAA;AAAA,EAGrD,8BAA8B;AAAA;AAAA,EAG9B,kCAAkC;AAAA;AAAA,EAGlC,kCAAkC;AAAA;AAAA,EAGlC,yCAAyC;AAAA;AAAA,EAEzC,oDAAoD;AAAA;AAAA,EAEpD,6CACE;AAAA;AAAA,EAEF,oCAAoC;AAAA;AAAA,EAEpC,8CACE;AAAA;AAAA,EAEF,yCAAyC;AAC3C,CAAC;;"}
@@ -1,8 +1,5 @@
1
- 'use strict';
2
-
3
- var sanity = require('sanity');
4
-
5
- var structure = sanity.removeUndefinedLocaleResources({
1
+ "use strict";
2
+ var sanity = require("sanity"), structure = sanity.removeUndefinedLocaleResources({
6
3
  /** Label for the "Copy Document URL" document action */
7
4
  "action.copy-document-url.label": "Kopiraj URL dokumenta",
8
5
  /** Tooltip when action button is disabled because the operation is not ready */
@@ -413,6 +410,5 @@ var structure = sanity.removeUndefinedLocaleResources({
413
410
  /** The text for the expand action in the timeline item menu */
414
411
  "timeline-item.menu.action-expand": "Pro\u0161iri"
415
412
  });
416
-
417
413
  exports.default = structure;
418
414
  //# sourceMappingURL=structure.cjs.map
@@ -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 revision*/\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 revision */\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 label used in the changes inspector for the from selector */\n 'changes.from.label': 'Od',\n /* The label for the history tab in the changes inspector*/\n 'changes.tab.history': 'Povijest',\n /* The label for the review tab in the changes inspector*/\n 'changes.tab.review-changes': 'Pregled promjena',\n /** The label used in the changes inspector for the to selector */\n 'changes.to.label': 'Do',\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 toast title when the copy button has been clicked but copying failed */\n 'confirm-delete-dialog.cdr-table.id-copied-toast.title-failed':\n 'Kopiranje ID-a dokumenta nije uspjelo',\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 /** The aria label for the menu button in the timeline item */\n 'timeline-item.menu-button.aria-label': 'Otvori izbornik akcija',\n /** The text for the tooltip in menu button the timeline item */\n 'timeline-item.menu-button.tooltip': 'Akcije',\n /** The text for the collapse action in the timeline item menu */\n 'timeline-item.menu.action-collapse': 'Skupi',\n /** The text for the expand action in the timeline item menu */\n 'timeline-item.menu.action-expand': 'Proširi',\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 revision*/\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 revision */\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 label used in the changes inspector for the from selector */\n 'changes.from.label': 'Od',\n /* The label for the history tab in the changes inspector*/\n 'changes.tab.history': 'Povijest',\n /* The label for the review tab in the changes inspector*/\n 'changes.tab.review-changes': 'Pregled promjena',\n /** The label used in the changes inspector for the to selector */\n 'changes.to.label': 'Do',\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 toast title when the copy button has been clicked but copying failed */\n 'confirm-delete-dialog.cdr-table.id-copied-toast.title-failed':\n 'Kopiranje ID-a dokumenta nije uspjelo',\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 /** The aria label for the menu button in the timeline item */\n 'timeline-item.menu-button.aria-label': 'Otvori izbornik akcija',\n /** The text for the tooltip in menu button the timeline item */\n 'timeline-item.menu-button.tooltip': 'Akcije',\n /** The text for the collapse action in the timeline item menu */\n 'timeline-item.menu.action-collapse': 'Skupi',\n /** The text for the expand action in the timeline item menu */\n 'timeline-item.menu.action-expand': 'Proširi',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}
@@ -1,8 +1,5 @@
1
- 'use strict';
2
-
3
- var sanity = require('sanity');
4
-
5
- var studio = sanity.removeUndefinedLocaleResources({
1
+ "use strict";
2
+ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
6
3
  /** The text used in the tooltip shown in the dialog close button */
7
4
  "announcement.dialog.close": "Zatvori",
8
5
  /** Aria label to be used in the dialog close button */
@@ -1528,6 +1525,5 @@ var studio = sanity.removeUndefinedLocaleResources({
1528
1525
  /** Title for Workplaces dropdown menu */
1529
1526
  "workspaces.title": "Radni prostori"
1530
1527
  });
1531
-
1532
1528
  exports.default = studio;
1533
1529
  //# sourceMappingURL=studio.cjs.map