@sanity/locale-is-is 1.2.10 → 1.2.12

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 (43) hide show
  1. package/dist/_chunks-cjs/comments.cjs +2 -8
  2. package/dist/_chunks-cjs/comments.cjs.map +1 -1
  3. package/dist/_chunks-cjs/copy-paste.cjs +2 -16
  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 +60 -10
  8. package/dist/_chunks-cjs/structure.cjs.map +1 -1
  9. package/dist/_chunks-cjs/studio.cjs +124 -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 +10 -6
  16. package/dist/_chunks-cjs/vision.cjs.map +1 -1
  17. package/dist/_chunks-es/comments.js +4 -6
  18. package/dist/_chunks-es/comments.js.map +1 -1
  19. package/dist/_chunks-es/copy-paste.js +4 -14
  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 +62 -8
  24. package/dist/_chunks-es/structure.js.map +1 -1
  25. package/dist/_chunks-es/studio.js +126 -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 +12 -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/comments.ts +0 -3
  39. package/src/copy-paste.ts +0 -11
  40. package/src/structure.ts +70 -4
  41. package/src/studio.ts +131 -0
  42. package/src/tasks.ts +3 -0
  43. package/src/vision.ts +10 -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": "Loka athugasemdum",
8
5
  /** The aria label for the close comments button */
@@ -27,8 +24,6 @@ var comments = sanity.removeUndefinedLocaleResources({
27
24
  "compose.send-comment-tooltip": "Senda athugasemd",
28
25
  /** The inspector text when error copying link */
29
26
  "copy-link-error-message": "Ekki t\xF3kst a\xF0 afrita tengil \xE1 klippibor\xF0",
30
- /** The inspector successfully copied link text */
31
- "copy-link-success-message": "Tengill afrita\xF0ur \xE1 klippibor\xF0",
32
27
  /** The delete dialog body for a comment */
33
28
  "delete-comment.body": "Ekki h\xE6gt a\xF0 endurheimta athugasemd eftir a\xF0 henni er eitt.",
34
29
  /** The delete dialog confirm button text for a comment */
@@ -176,6 +171,5 @@ var comments = sanity.removeUndefinedLocaleResources({
176
171
  /** Status filter: The full text for describing filtering on resolved comments and is upsell mode */
177
172
  "status-filter.status-resolved-full-upsell": "Uppf\xE6r\xF0u til a\xF0 sj\xE1 leystar athugasemdir"
178
173
  });
179
-
180
174
  exports.default = comments;
181
175
  //# 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': 'Loka athugasemdum',\n\n /** The aria label for the close comments button */\n 'close-pane-button-text-aria-label': 'Loka athugasemdum',\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': 'Bættu við athugasemd við <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': 'Uppfærðu til að bæta við athugasemd',\n /** When composing a comment, the placeholder text shown when the input is empty */\n 'compose.create-comment-placeholder': 'Búa til nýja athugasemd',\n /** When composing a comment, the aria label for the button to mention a user */\n 'compose.mention-user-aria-label': 'Tilnefna notanda',\n /** When composing a comment, the tooltip text for the button to mention a user */\n 'compose.mention-user-tooltip': 'Tilnefna notanda',\n /** When composing a reply, the placeholder text shown when the input is empty */\n 'compose.reply-placeholder': 'Svara',\n /** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */\n 'compose.reply-placeholder-upsell': 'Uppfærðu til að svara',\n /** When composing a comment, the aria label for the button to send a comment */\n 'compose.send-comment-aria-label': 'Senda athugasemd',\n /** When composing a comment, the tooltip text for the button to send a comment */\n 'compose.send-comment-tooltip': 'Senda athugasemd',\n\n /** The inspector text when error copying link */\n 'copy-link-error-message': 'Ekki tókst að afrita tengil á klippiborð',\n\n /** The inspector successfully copied link text */\n 'copy-link-success-message': 'Tengill afritaður á klippiborð',\n\n /** The delete dialog body for a comment */\n 'delete-comment.body': 'Ekki hægt að endurheimta athugasemd eftir að henni er eitt.',\n /** The delete dialog confirm button text for a comment */\n 'delete-comment.confirm': 'Eyða athugasemd',\n /** The delete dialog title for a comment */\n 'delete-comment.title': 'Eyða þessari athugasemd?',\n\n /** The delete dialog error */\n 'delete-dialog.error': 'Villa kom upp við að eyða athugasemdinni. Vinsamlegast reyndu aftur.',\n\n /** The delete dialog body for a thread */\n 'delete-thread.body':\n 'Þessi athugasemd og svörum hennar verða eytt, og ekki er hægt að endurheimta þau eftir að þeim er eytt.',\n /** The delete dialog conform button text for a thread */\n 'delete-thread.confirm': 'Eyða þræði',\n /** The delete dialog title for a thread */\n 'delete-thread.title': 'Eyða þessum athugasemdum þræði?',\n\n /** The button text for confirming discard */\n 'discard.button-confirm': 'Hafna',\n /** The header for discard comment dialog */\n 'discard.header': 'Hafna athugasemd?',\n /** The text for discard comment dialog */\n 'discard.text': 'Viltu hafna athugasemdinni?',\n\n /** Sharing feedback on the comments feature: The link title */\n 'feature-feedback.link': 'Deildu þínu áliti',\n /** Sharing feedback on the comments feature: The form title */\n 'feature-feedback.title': 'Hjálpaðu til við að bæta ',\n\n /** The name of the comments feature, for use in header. Capitalized, eg \"Comments\". */\n 'feature-name': 'Athugasemdir',\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': 'Bæta við athugasemd',\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': 'Opna athugasemdir',\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': 'Skoða athugasemd',\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': 'Skoða athugasemdir',\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': 'Bæta við athugasemd',\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':\n 'Ekki er hægt að hafa athugasemdir sem skarast',\n /** The text shown in the inline comment button */\n 'inline-add-comment-button.title': 'Bæta við athugasemd',\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': 'Farðu í {{field}} reit',\n /** The button tooltip content for the add reaction button */\n 'list-item.context-menu-add-reaction': 'Bæta við viðbrögðum',\n /** The button tooltip aria label for adding a reaction */\n 'list-item.context-menu-add-reaction-aria-label': 'Bæta við viðbrögðum',\n /** The button tooltip content for the add reaction button and mode is upsell */\n 'list-item.context-menu-add-reaction-upsell': 'Uppfærðu til að bæta við viðbrögðum',\n /** The action menu item for copying a comment link */\n 'list-item.copy-link': 'Afrita tengil að athugasemd',\n /** The action menu item for deleting a comment */\n 'list-item.delete-comment': 'Eyða athugasemd',\n /** The action menu item for editing a comment */\n 'list-item.edit-comment': 'Breyta athugasemd',\n /** The action menu item for editing a comment and the mode is upsell */\n 'list-item.edit-comment-upsell': 'Uppfærðu til að breyta athugasemd',\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': 'Farðu í reit',\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': 'á <IntentLink>{{title}}</IntentLink>',\n /** The marker to indicate that a comment has been edited in brackets */\n 'list-item.layout-edited': 'breytt',\n /** The error text when sending a comment has failed */\n 'list-item.layout-failed-sent': 'Mistókst að senda.',\n /** The loading message when posting a comment is in progress */\n 'list-item.layout-posting': 'Er að birta...',\n /** The text for retrying posting a comment */\n 'list-item.layout-retry': 'Reyna aftur',\n /** The text shown when the value a comment references has been deleted */\n 'list-item.missing-referenced-value-tooltip-content':\n 'Textinn sem athugasemdin vísaði til hefur verið eytt',\n /** The aria label for the comments menu button to open the actions menu */\n 'list-item.open-menu-aria-label': 'Opna valmynd athugasemda',\n /** The button text to re-open a resolved comment */\n 'list-item.re-open-resolved': 'Opna aftur',\n /** The button aria label to re-open a comment that is resolved */\n 'list-item.re-open-resolved-aria-label': 'Opna aftur',\n /** The button aria label to mark a comment as resolved */\n 'list-item.resolved-tooltip-aria-label': 'Merktu athugasemd sem leysta',\n /** The button text to mark a comment as resolved */\n 'list-item.resolved-tooltip-content': 'Merktu sem leysta',\n\n /** The empty state text for open comments */\n 'list-status.empty-state-open-text': 'Opnar athugasemdir á þessu skjali verða sýndar hér.',\n /** The empty state title for open comments */\n 'list-status.empty-state-open-title': 'Engar opnar athugasemdir ennþá',\n /** The empty state text for resolved comments */\n 'list-status.empty-state-resolved-text': 'Leystar athugasemdir við þetta skjal verða sýndar hér.',\n /** The empty state title for resolved comments */\n 'list-status.empty-state-resolved-title': 'Engar leystar athugasemdir ennþá',\n /** The list status message for error */\n 'list-status.error': 'Eitthvað fór úrskeiðis',\n /** The list status message for loading status */\n 'list-status.loading': 'Hleður athugasemdum',\n\n /** Text shown when no users can be found to mention */\n 'mentions.no-users-found': 'Engir notendur fundust',\n /** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */\n 'mentions.unauthorized-user': 'Óheimilt',\n /** Aria label for the command list for users to mention */\n 'mentions.user-list-aria-label': 'Listi yfir notendur til að nefna',\n\n /** The comments onboarding popover text */\n 'onboarding.body':\n 'Þú getur bætt athugasemdum við hvaða reit í skjali sem er. Þær munu birtast hér, flokkaðar eftir reit.',\n /** The comments onboarding dismiss text */\n 'onboarding.dismiss': 'Skiljið',\n /** The comments onboarding popover header text */\n 'onboarding.header': 'Skjala reitir hafa nú athugasemdir',\n\n /** Tooltip for the button to add a reaction to a comment */\n 'reactions.add-reaction-tooltip': 'Bættu við viðbragði',\n /** Aria label for the individual reactions you can choose from when reacting to a comment */\n 'reactions.react-with-aria-label': 'Bregðast við með {{reactionName}}',\n /** When a users' name cannot be resolved, fall back to this name */\n 'reactions.user-list.unknown-user-fallback-name': 'Óþekktur notandi',\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': 'þú',\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': 'Þú',\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>bregðast við með</Text> <ReactionName/>',\n\n /** Status filter: The short title describing filtering on open (non-resolved) comments */\n 'status-filter.status-open': 'Opinn',\n /** Status filter: The full text for describing filtering on open (non-resolved) comments */\n 'status-filter.status-open-full': 'Opnar athugasemdir',\n /** Status filter: The short title describing filtering on resolved comments */\n 'status-filter.status-resolved': 'Leyst',\n /** Status filter: The full text for describing filtering on resolved comments */\n 'status-filter.status-resolved-full': 'Leystar athugasemdir',\n /** Status filter: The full text for describing filtering on resolved comments and is upsell mode */\n 'status-filter.status-resolved-full-upsell': 'Uppfærðu til að sjá leystar athugasemdir',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";;;;AAEA,eAAeA,qCAA+B,CAAA;AAAA;AAAA,EAE5C,wBAA0B,EAAA,mBAAA;AAAA;AAAA,EAG1B,mCAAqC,EAAA,mBAAA;AAAA;AAAA,EAGrC,uCAAyC,EAAA,8DAAA;AAAA;AAAA,EAEzC,8CAAgD,EAAA,oDAAA;AAAA;AAAA,EAEhD,oCAAsC,EAAA,+BAAA;AAAA;AAAA,EAEtC,iCAAmC,EAAA,kBAAA;AAAA;AAAA,EAEnC,8BAAgC,EAAA,kBAAA;AAAA;AAAA,EAEhC,2BAA6B,EAAA,OAAA;AAAA;AAAA,EAE7B,kCAAoC,EAAA,gCAAA;AAAA;AAAA,EAEpC,iCAAmC,EAAA,kBAAA;AAAA;AAAA,EAEnC,8BAAgC,EAAA,kBAAA;AAAA;AAAA,EAGhC,yBAA2B,EAAA,sDAAA;AAAA;AAAA,EAG3B,2BAA6B,EAAA,yCAAA;AAAA;AAAA,EAG7B,qBAAuB,EAAA,sEAAA;AAAA;AAAA,EAEvB,wBAA0B,EAAA,oBAAA;AAAA;AAAA,EAE1B,sBAAwB,EAAA,gCAAA;AAAA;AAAA,EAGxB,qBAAuB,EAAA,+EAAA;AAAA;AAAA,EAGvB,oBACE,EAAA,iIAAA;AAAA;AAAA,EAEF,uBAAyB,EAAA,wBAAA;AAAA;AAAA,EAEzB,qBAAuB,EAAA,gDAAA;AAAA;AAAA,EAGvB,wBAA0B,EAAA,OAAA;AAAA;AAAA,EAE1B,gBAAkB,EAAA,mBAAA;AAAA;AAAA,EAElB,cAAgB,EAAA,6BAAA;AAAA;AAAA,EAGhB,uBAAyB,EAAA,4BAAA;AAAA;AAAA,EAEzB,wBAA0B,EAAA,0CAAA;AAAA;AAAA,EAG1B,cAAgB,EAAA,cAAA;AAAA;AAAA,EAGhB,6BAA+B,EAAA,2BAAA;AAAA;AAAA,EAE/B,8BAAgC,EAAA,mBAAA;AAAA;AAAA,EAEhC,0BAA4B,EAAA,qBAAA;AAAA;AAAA,EAE5B,4BAA8B,EAAA,uBAAA;AAAA;AAAA,EAE9B,oBAAsB,EAAA,2BAAA;AAAA;AAAA,EAGtB,kDACE,EAAA,qDAAA;AAAA;AAAA,EAEF,iCAAmC,EAAA,2BAAA;AAAA;AAAA,EAGnC,oDAAsD,EAAA,8BAAA;AAAA;AAAA,EAEtD,qCAAuC,EAAA,oCAAA;AAAA;AAAA,EAEvC,gDAAkD,EAAA,oCAAA;AAAA;AAAA,EAElD,4CAA8C,EAAA,6DAAA;AAAA;AAAA,EAE9C,qBAAuB,EAAA,gCAAA;AAAA;AAAA,EAEvB,0BAA4B,EAAA,oBAAA;AAAA;AAAA,EAE5B,wBAA0B,EAAA,mBAAA;AAAA;AAAA,EAE1B,+BAAiC,EAAA,4CAAA;AAAA;AAAA,EAEjC,yCAA2C,EAAA,oBAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAM3C,0BAA4B,EAAA,yCAAA;AAAA;AAAA,EAE5B,yBAA2B,EAAA,QAAA;AAAA;AAAA,EAE3B,8BAAgC,EAAA,0BAAA;AAAA;AAAA,EAEhC,0BAA4B,EAAA,mBAAA;AAAA;AAAA,EAE5B,wBAA0B,EAAA,aAAA;AAAA;AAAA,EAE1B,oDACE,EAAA,+DAAA;AAAA;AAAA,EAEF,gCAAkC,EAAA,0BAAA;AAAA;AAAA,EAElC,4BAA8B,EAAA,YAAA;AAAA;AAAA,EAE9B,uCAAyC,EAAA,YAAA;AAAA;AAAA,EAEzC,uCAAyC,EAAA,8BAAA;AAAA;AAAA,EAEzC,oCAAsC,EAAA,mBAAA;AAAA;AAAA,EAGtC,mCAAqC,EAAA,oEAAA;AAAA;AAAA,EAErC,oCAAsC,EAAA,sCAAA;AAAA;AAAA,EAEtC,uCAAyC,EAAA,uEAAA;AAAA;AAAA,EAEzC,wCAA0C,EAAA,wCAAA;AAAA;AAAA,EAE1C,mBAAqB,EAAA,oCAAA;AAAA;AAAA,EAErB,qBAAuB,EAAA,wBAAA;AAAA;AAAA,EAGvB,yBAA2B,EAAA,wBAAA;AAAA;AAAA,EAE3B,4BAA8B,EAAA,aAAA;AAAA;AAAA,EAE9B,+BAAiC,EAAA,qCAAA;AAAA;AAAA,EAGjC,iBACE,EAAA,sIAAA;AAAA;AAAA,EAEF,oBAAsB,EAAA,YAAA;AAAA;AAAA,EAEtB,mBAAqB,EAAA,uCAAA;AAAA;AAAA,EAGrB,gCAAkC,EAAA,iCAAA;AAAA;AAAA,EAElC,iCAAmC,EAAA,4CAAA;AAAA;AAAA,EAEnC,gDAAkD,EAAA,wBAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOlD,yBAA2B,EAAA,UAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAO3B,iCAAmC,EAAA,UAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQnC,uCACE,EAAA,oEAAA;AAAA;AAAA,EAGF,2BAA6B,EAAA,OAAA;AAAA;AAAA,EAE7B,gCAAkC,EAAA,oBAAA;AAAA;AAAA,EAElC,+BAAiC,EAAA,OAAA;AAAA;AAAA,EAEjC,oCAAsC,EAAA,sBAAA;AAAA;AAAA,EAEtC,2CAA6C,EAAA;AAC/C,CAAC,CAAA;;;;"}
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': 'Loka athugasemdum',\n\n /** The aria label for the close comments button */\n 'close-pane-button-text-aria-label': 'Loka athugasemdum',\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': 'Bættu við athugasemd við <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': 'Uppfærðu til að bæta við athugasemd',\n /** When composing a comment, the placeholder text shown when the input is empty */\n 'compose.create-comment-placeholder': 'Búa til nýja athugasemd',\n /** When composing a comment, the aria label for the button to mention a user */\n 'compose.mention-user-aria-label': 'Tilnefna notanda',\n /** When composing a comment, the tooltip text for the button to mention a user */\n 'compose.mention-user-tooltip': 'Tilnefna notanda',\n /** When composing a reply, the placeholder text shown when the input is empty */\n 'compose.reply-placeholder': 'Svara',\n /** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */\n 'compose.reply-placeholder-upsell': 'Uppfærðu til að svara',\n /** When composing a comment, the aria label for the button to send a comment */\n 'compose.send-comment-aria-label': 'Senda athugasemd',\n /** When composing a comment, the tooltip text for the button to send a comment */\n 'compose.send-comment-tooltip': 'Senda athugasemd',\n\n /** The inspector text when error copying link */\n 'copy-link-error-message': 'Ekki tókst að afrita tengil á klippiborð',\n\n /** The delete dialog body for a comment */\n 'delete-comment.body': 'Ekki hægt að endurheimta athugasemd eftir að henni er eitt.',\n /** The delete dialog confirm button text for a comment */\n 'delete-comment.confirm': 'Eyða athugasemd',\n /** The delete dialog title for a comment */\n 'delete-comment.title': 'Eyða þessari athugasemd?',\n\n /** The delete dialog error */\n 'delete-dialog.error': 'Villa kom upp við að eyða athugasemdinni. Vinsamlegast reyndu aftur.',\n\n /** The delete dialog body for a thread */\n 'delete-thread.body':\n 'Þessi athugasemd og svörum hennar verða eytt, og ekki er hægt að endurheimta þau eftir að þeim er eytt.',\n /** The delete dialog conform button text for a thread */\n 'delete-thread.confirm': 'Eyða þræði',\n /** The delete dialog title for a thread */\n 'delete-thread.title': 'Eyða þessum athugasemdum þræði?',\n\n /** The button text for confirming discard */\n 'discard.button-confirm': 'Hafna',\n /** The header for discard comment dialog */\n 'discard.header': 'Hafna athugasemd?',\n /** The text for discard comment dialog */\n 'discard.text': 'Viltu hafna athugasemdinni?',\n\n /** Sharing feedback on the comments feature: The link title */\n 'feature-feedback.link': 'Deildu þínu áliti',\n /** Sharing feedback on the comments feature: The form title */\n 'feature-feedback.title': 'Hjálpaðu til við að bæta ',\n\n /** The name of the comments feature, for use in header. Capitalized, eg \"Comments\". */\n 'feature-name': 'Athugasemdir',\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': 'Bæta við athugasemd',\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': 'Opna athugasemdir',\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': 'Skoða athugasemd',\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': 'Skoða athugasemdir',\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': 'Bæta við athugasemd',\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':\n 'Ekki er hægt að hafa athugasemdir sem skarast',\n /** The text shown in the inline comment button */\n 'inline-add-comment-button.title': 'Bæta við athugasemd',\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': 'Farðu í {{field}} reit',\n /** The button tooltip content for the add reaction button */\n 'list-item.context-menu-add-reaction': 'Bæta við viðbrögðum',\n /** The button tooltip aria label for adding a reaction */\n 'list-item.context-menu-add-reaction-aria-label': 'Bæta við viðbrögðum',\n /** The button tooltip content for the add reaction button and mode is upsell */\n 'list-item.context-menu-add-reaction-upsell': 'Uppfærðu til að bæta við viðbrögðum',\n /** The action menu item for copying a comment link */\n 'list-item.copy-link': 'Afrita tengil að athugasemd',\n /** The action menu item for deleting a comment */\n 'list-item.delete-comment': 'Eyða athugasemd',\n /** The action menu item for editing a comment */\n 'list-item.edit-comment': 'Breyta athugasemd',\n /** The action menu item for editing a comment and the mode is upsell */\n 'list-item.edit-comment-upsell': 'Uppfærðu til að breyta athugasemd',\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': 'Farðu í reit',\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': 'á <IntentLink>{{title}}</IntentLink>',\n /** The marker to indicate that a comment has been edited in brackets */\n 'list-item.layout-edited': 'breytt',\n /** The error text when sending a comment has failed */\n 'list-item.layout-failed-sent': 'Mistókst að senda.',\n /** The loading message when posting a comment is in progress */\n 'list-item.layout-posting': 'Er að birta...',\n /** The text for retrying posting a comment */\n 'list-item.layout-retry': 'Reyna aftur',\n /** The text shown when the value a comment references has been deleted */\n 'list-item.missing-referenced-value-tooltip-content':\n 'Textinn sem athugasemdin vísaði til hefur verið eytt',\n /** The aria label for the comments menu button to open the actions menu */\n 'list-item.open-menu-aria-label': 'Opna valmynd athugasemda',\n /** The button text to re-open a resolved comment */\n 'list-item.re-open-resolved': 'Opna aftur',\n /** The button aria label to re-open a comment that is resolved */\n 'list-item.re-open-resolved-aria-label': 'Opna aftur',\n /** The button aria label to mark a comment as resolved */\n 'list-item.resolved-tooltip-aria-label': 'Merktu athugasemd sem leysta',\n /** The button text to mark a comment as resolved */\n 'list-item.resolved-tooltip-content': 'Merktu sem leysta',\n\n /** The empty state text for open comments */\n 'list-status.empty-state-open-text': 'Opnar athugasemdir á þessu skjali verða sýndar hér.',\n /** The empty state title for open comments */\n 'list-status.empty-state-open-title': 'Engar opnar athugasemdir ennþá',\n /** The empty state text for resolved comments */\n 'list-status.empty-state-resolved-text': 'Leystar athugasemdir við þetta skjal verða sýndar hér.',\n /** The empty state title for resolved comments */\n 'list-status.empty-state-resolved-title': 'Engar leystar athugasemdir ennþá',\n /** The list status message for error */\n 'list-status.error': 'Eitthvað fór úrskeiðis',\n /** The list status message for loading status */\n 'list-status.loading': 'Hleður athugasemdum',\n\n /** Text shown when no users can be found to mention */\n 'mentions.no-users-found': 'Engir notendur fundust',\n /** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */\n 'mentions.unauthorized-user': 'Óheimilt',\n /** Aria label for the command list for users to mention */\n 'mentions.user-list-aria-label': 'Listi yfir notendur til að nefna',\n\n /** The comments onboarding popover text */\n 'onboarding.body':\n 'Þú getur bætt athugasemdum við hvaða reit í skjali sem er. Þær munu birtast hér, flokkaðar eftir reit.',\n /** The comments onboarding dismiss text */\n 'onboarding.dismiss': 'Skiljið',\n /** The comments onboarding popover header text */\n 'onboarding.header': 'Skjala reitir hafa nú athugasemdir',\n\n /** Tooltip for the button to add a reaction to a comment */\n 'reactions.add-reaction-tooltip': 'Bættu við viðbragði',\n /** Aria label for the individual reactions you can choose from when reacting to a comment */\n 'reactions.react-with-aria-label': 'Bregðast við með {{reactionName}}',\n /** When a users' name cannot be resolved, fall back to this name */\n 'reactions.user-list.unknown-user-fallback-name': 'Óþekktur notandi',\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': 'þú',\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': 'Þú',\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>bregðast við með</Text> <ReactionName/>',\n\n /** Status filter: The short title describing filtering on open (non-resolved) comments */\n 'status-filter.status-open': 'Opinn',\n /** Status filter: The full text for describing filtering on open (non-resolved) comments */\n 'status-filter.status-open-full': 'Opnar athugasemdir',\n /** Status filter: The short title describing filtering on resolved comments */\n 'status-filter.status-resolved': 'Leyst',\n /** Status filter: The full text for describing filtering on resolved comments */\n 'status-filter.status-resolved-full': 'Leystar athugasemdir',\n /** Status filter: The full text for describing filtering on resolved comments and is upsell mode */\n 'status-filter.status-resolved-full-upsell': 'Uppfærðu til að sjá leystar athugasemdir',\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,uBAAuB;AAAA;AAAA,EAEvB,0BAA0B;AAAA;AAAA,EAE1B,wBAAwB;AAAA;AAAA,EAGxB,uBAAuB;AAAA;AAAA,EAGvB,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,oDACE;AAAA;AAAA,EAEF,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,sDACE;AAAA;AAAA,EAEF,kCAAkC;AAAA;AAAA,EAElC,8BAA8B;AAAA;AAAA,EAE9B,yCAAyC;AAAA;AAAA,EAEzC,yCAAyC;AAAA;AAAA,EAEzC,sCAAsC;AAAA;AAAA,EAGtC,qCAAqC;AAAA;AAAA,EAErC,sCAAsC;AAAA;AAAA,EAEtC,yCAAyC;AAAA;AAAA,EAEzC,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": "Afrita skjal",
8
5
  /** Text on the field action button to copy a field */
@@ -13,12 +10,6 @@ var copyPaste = sanity.removeUndefinedLocaleResources({
13
10
  "copy-paste.field-action-paste-button.field.title": "L\xEDma inn reit",
14
11
  /** The error message that is shown when the clipboard is not supported */
15
12
  "copy-paste.on-copy.validation.clipboard-not-supported.title": "Vafrinn \xFEinn sty\xF0ur ekki \xFEessa a\xF0ger\xF0",
16
- /** The success message that is shown when a document is copied */
17
- "copy-paste.on-copy.validation.copy-document-success.title": 'Skjal "{{fieldNames}}" afrita\xF0',
18
- /** The success message that is shown when a field is copied */
19
- "copy-paste.on-copy.validation.copy-field_one-success.title": 'Reitur "{{fieldName}}" afrita\xF0ur',
20
- /** The success message that is shown when a array item is copied */
21
- "copy-paste.on-copy.validation.copy-item_one-success.title": 'Atri\xF0i "{{typeName}}" afrita\xF0',
22
13
  /** The error message that is shown when there is no value to copy */
23
14
  "copy-paste.on-copy.validation.no-value.title": "T\xF3mt gildi, ekkert til a\xF0 afrita",
24
15
  /** --- On copy --- */
@@ -32,10 +23,6 @@ var copyPaste = sanity.removeUndefinedLocaleResources({
32
23
  "copy-paste.on-paste.validation.clipboard-empty.title": "Ekkert til a\xF0 l\xEDma inn",
33
24
  /** The validation message that is shown when the clipboard item is invalid */
34
25
  "copy-paste.on-paste.validation.clipboard-invalid.title": "\xD3gilt klippibor\xF0satri\xF0i",
35
- /** The success message that is shown when a document is pasted */
36
- "copy-paste.on-paste.validation.document-paste-success.title": 'Skjal "{{fieldNames}}" uppf\xE6rt',
37
- /** The success message that is shown when a field is pasted */
38
- "copy-paste.on-paste.validation.field_one-paste-success.title": 'Reitur "{{fieldName}}" uppf\xE6r\xF0ur',
39
26
  /** The validation message that is shown when image files are incompatible */
40
27
  "copy-paste.on-paste.validation.image-file-incompatible.description": '"{{sourceSchemaType}}" er ekki leyfilegt \xED "{{targetSchemaType}}"',
41
28
  /** The error message that is shown when the MIME type is not accepted */
@@ -62,6 +49,5 @@ var copyPaste = sanity.removeUndefinedLocaleResources({
62
49
  /** The validation message that is shown when string values are incompatible */
63
50
  "copy-paste.on-paste.validation.string-value-incompatible.description": 'Gildi "{{value}}" er ekki leyfilegt \xED "{{allowedStrings}}"'
64
51
  });
65
-
66
52
  exports.default = copyPaste;
67
53
  //# 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': 'Afrita skjal',\n /** Text on the field action button to copy a field */\n 'copy-paste.field-action-copy-button.field.title': 'Afrita reit',\n /** Text on the field action button to paste a document */\n 'copy-paste.field-action-paste-button.document.title': 'Líma inn skjal',\n /** Text on the field action button to paste a field */\n 'copy-paste.field-action-paste-button.field.title': 'Líma inn reit',\n /** The error message that is shown when the clipboard is not supported */\n 'copy-paste.on-copy.validation.clipboard-not-supported.title':\n 'Vafrinn þinn styður ekki þessa aðgerð',\n /** The success message that is shown when a document is copied */\n 'copy-paste.on-copy.validation.copy-document-success.title': 'Skjal \"{{fieldNames}}\" afritað',\n /** The success message that is shown when a field is copied */\n 'copy-paste.on-copy.validation.copy-field_one-success.title': 'Reitur \"{{fieldName}}\" afritaður',\n /** The success message that is shown when a array item is copied */\n 'copy-paste.on-copy.validation.copy-item_one-success.title': 'Atriði \"{{typeName}}\" afritað',\n /** The error message that is shown when there is no value to copy */\n 'copy-paste.on-copy.validation.no-value.title': 'Tómt gildi, ekkert til að afrita',\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 'Gat ekki leyst úr skematýpu fyrir slóð: {{path}}',\n /** The validation message that is shown when array types are incompatible */\n 'copy-paste.on-paste.validation.array-type-incompatible.description':\n 'Gildi af gerðinni \"{{type}}\" er ekki leyfilegt í þessum fylkisreit',\n /** The validation message that is shown when array values are incompatible */\n 'copy-paste.on-paste.validation.array-value-incompatible.description':\n 'Gildi af taginu \"{{type}}\" er ekki leyfilegt í þessum fylkisreit',\n /** The validation message that is shown when the clipboard is empty */\n 'copy-paste.on-paste.validation.clipboard-empty.title': 'Ekkert til að líma inn',\n /** The validation message that is shown when the clipboard item is invalid */\n 'copy-paste.on-paste.validation.clipboard-invalid.title': 'Ógilt klippiborðsatriði',\n /** The success message that is shown when a document is pasted */\n 'copy-paste.on-paste.validation.document-paste-success.title': 'Skjal \"{{fieldNames}}\" uppfært',\n /** The success message that is shown when a field is pasted */\n 'copy-paste.on-paste.validation.field_one-paste-success.title':\n 'Reitur \"{{fieldName}}\" uppfærður',\n /** The validation message that is shown when image files are incompatible */\n 'copy-paste.on-paste.validation.image-file-incompatible.description':\n '\"{{sourceSchemaType}}\" er ekki leyfilegt í \"{{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 tag \"{{mimeType}}\" er ekki samþykkt fyrir þennan reit',\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 'MIME tagstaðfesting mistókst',\n /** The warning message that is shown when not all values can be pasted */\n 'copy-paste.on-paste.validation.partial-warning.title': 'Gat ekki límt inn öll gildi',\n /** The validation message that is shown when primitive types are incompatible */\n 'copy-paste.on-paste.validation.primitive-type-incompatible.description':\n 'Gildi af taginu \"{{type}}\" er ekki leyfilegt í þessum reit',\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': 'Markið er skrifvarið',\n /** The validation message that is shown when reference is incompatible with filter */\n 'copy-paste.on-paste.validation.reference-filter-incompatible.description':\n 'Tilvísun er ekki leyfileg í tilvísunarreit samkvæmt síu',\n /** The validation message that is shown when reference types are incompatible */\n 'copy-paste.on-paste.validation.reference-type-incompatible.description':\n 'Tilvísanir af taginu \"{{sourceReferenceType}}\" eru ekki leyfðar í tilvísunarreit sem samþykkir tög \"{{targetReferenceTypes}}\"',\n /** The validation message that is shown when reference does not exist */\n 'copy-paste.on-paste.validation.reference-validation-failed.description':\n 'Tilvísunar skjalið \"{{ref}}\" er ekki til',\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 'Uppruna- og markskematýpur eru ekki samrýmanlegar',\n /** The validation message that is shown when schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.title':\n 'Gat ekki leyst úr skematýpu fyrir slóð: {{path}}',\n /** The validation message that is shown when string values are incompatible */\n 'copy-paste.on-paste.validation.string-value-incompatible.description':\n 'Gildi \"{{value}}\" er ekki leyfilegt í \"{{allowedStrings}}\"',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";;;;AAEA,gBAAeA,qCAA+B,CAAA;AAAA;AAAA,EAE5C,oDAAsD,EAAA,cAAA;AAAA;AAAA,EAEtD,iDAAmD,EAAA,aAAA;AAAA;AAAA,EAEnD,qDAAuD,EAAA,mBAAA;AAAA;AAAA,EAEvD,kDAAoD,EAAA,kBAAA;AAAA;AAAA,EAEpD,6DACE,EAAA,sDAAA;AAAA;AAAA,EAEF,2DAA6D,EAAA,mCAAA;AAAA;AAAA,EAE7D,4DAA8D,EAAA,qCAAA;AAAA;AAAA,EAE9D,2DAA6D,EAAA,qCAAA;AAAA;AAAA,EAE7D,8CAAgD,EAAA,wCAAA;AAAA;AAAA;AAAA,EAGhD,8DACE,EAAA,8DAAA;AAAA;AAAA,EAEF,oEACE,EAAA,6EAAA;AAAA;AAAA,EAEF,qEACE,EAAA,wEAAA;AAAA;AAAA,EAEF,sDAAwD,EAAA,8BAAA;AAAA;AAAA,EAExD,wDAA0D,EAAA,kCAAA;AAAA;AAAA,EAE1D,6DAA+D,EAAA,mCAAA;AAAA;AAAA,EAE/D,8DACE,EAAA,wCAAA;AAAA;AAAA,EAEF,oEACE,EAAA,sEAAA;AAAA;AAAA,EAEF,mEACE,EAAA,kEAAA;AAAA;AAAA,EAEF,wEACE,EAAA,oCAAA;AAAA;AAAA,EAEF,sDAAwD,EAAA,mCAAA;AAAA;AAAA,EAExD,wEACE,EAAA,kEAAA;AAAA;AAAA;AAAA,EAGF,6DAA+D,EAAA,4BAAA;AAAA;AAAA,EAE/D,0EACE,EAAA,wEAAA;AAAA;AAAA,EAEF,wEACE,EAAA,iJAAA;AAAA;AAAA,EAEF,wEACE,EAAA,gDAAA;AAAA;AAAA,EAEF,qEACE,EAAA,yDAAA;AAAA;AAAA,EAEF,+DACE,EAAA,8DAAA;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': 'Afrita skjal',\n /** Text on the field action button to copy a field */\n 'copy-paste.field-action-copy-button.field.title': 'Afrita reit',\n /** Text on the field action button to paste a document */\n 'copy-paste.field-action-paste-button.document.title': 'Líma inn skjal',\n /** Text on the field action button to paste a field */\n 'copy-paste.field-action-paste-button.field.title': 'Líma inn reit',\n /** The error message that is shown when the clipboard is not supported */\n 'copy-paste.on-copy.validation.clipboard-not-supported.title':\n 'Vafrinn þinn styður ekki þessa aðgerð',\n /** The error message that is shown when there is no value to copy */\n 'copy-paste.on-copy.validation.no-value.title': 'Tómt gildi, ekkert til að afrita',\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 'Gat ekki leyst úr skematýpu fyrir slóð: {{path}}',\n /** The validation message that is shown when array types are incompatible */\n 'copy-paste.on-paste.validation.array-type-incompatible.description':\n 'Gildi af gerðinni \"{{type}}\" er ekki leyfilegt í þessum fylkisreit',\n /** The validation message that is shown when array values are incompatible */\n 'copy-paste.on-paste.validation.array-value-incompatible.description':\n 'Gildi af taginu \"{{type}}\" er ekki leyfilegt í þessum fylkisreit',\n /** The validation message that is shown when the clipboard is empty */\n 'copy-paste.on-paste.validation.clipboard-empty.title': 'Ekkert til að líma inn',\n /** The validation message that is shown when the clipboard item is invalid */\n 'copy-paste.on-paste.validation.clipboard-invalid.title': 'Ógilt klippiborðsatriði',\n /** The validation message that is shown when image files are incompatible */\n 'copy-paste.on-paste.validation.image-file-incompatible.description':\n '\"{{sourceSchemaType}}\" er ekki leyfilegt í \"{{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 tag \"{{mimeType}}\" er ekki samþykkt fyrir þennan reit',\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 'MIME tagstaðfesting mistókst',\n /** The warning message that is shown when not all values can be pasted */\n 'copy-paste.on-paste.validation.partial-warning.title': 'Gat ekki límt inn öll gildi',\n /** The validation message that is shown when primitive types are incompatible */\n 'copy-paste.on-paste.validation.primitive-type-incompatible.description':\n 'Gildi af taginu \"{{type}}\" er ekki leyfilegt í þessum reit',\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': 'Markið er skrifvarið',\n /** The validation message that is shown when reference is incompatible with filter */\n 'copy-paste.on-paste.validation.reference-filter-incompatible.description':\n 'Tilvísun er ekki leyfileg í tilvísunarreit samkvæmt síu',\n /** The validation message that is shown when reference types are incompatible */\n 'copy-paste.on-paste.validation.reference-type-incompatible.description':\n 'Tilvísanir af taginu \"{{sourceReferenceType}}\" eru ekki leyfðar í tilvísunarreit sem samþykkir tög \"{{targetReferenceTypes}}\"',\n /** The validation message that is shown when reference does not exist */\n 'copy-paste.on-paste.validation.reference-validation-failed.description':\n 'Tilvísunar skjalið \"{{ref}}\" er ekki til',\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 'Uppruna- og markskematýpur eru ekki samrýmanlegar',\n /** The validation message that is shown when schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.title':\n 'Gat ekki leyst úr skematýpu fyrir slóð: {{path}}',\n /** The validation message that is shown when string values are incompatible */\n 'copy-paste.on-paste.validation.string-value-incompatible.description':\n 'Gildi \"{{value}}\" er ekki leyfilegt í \"{{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,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,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": "Snemmt\xE6kur a\xF0gangur",
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": "Aftengja n\xFAna"
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': 'Snemmtækur aðgangur',\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': 'Hugmyndasniðin ritun',\n /** Informational text in Create Link info popover */\n 'create-link-info-popover.text':\n 'Skrifaðu náttúrulega í gervigreindarstuddum ritli. Innihaldið þitt kortleggst sjálfkrafa á Studio reiti þegar þú skrifar.',\n\n /** Tooltip for Create Link button */\n 'create-link-info.tooltip': 'Lærðu meira',\n\n /** Edit in Create button text */\n 'edit-in-create-button.text': 'Breyta með Sanity Create',\n\n /** Details for the \"Linking in progress\" dialog */\n 'linking-in-progress-dialog.details':\n 'Eftir að tenging er lokið munu breytingar þínar birtast hér í rauntíma.',\n /** Header of the \"Linking in progress\" dialog */\n 'linking-in-progress-dialog.header': 'Tengist við Sanity Create',\n /** Lede text for the \"Linking in progress\" dialog */\n 'linking-in-progress-dialog.lede':\n 'Faraðu aftur í Sanity Create. Skjalið þitt mun samstillast sjálfkrafa (tekur venjulega nokkrar sekúndur).',\n /** \"Linking in progress\" troubleshooting button title */\n 'linking-in-progress-dialog.troubleshooting.button.title': 'Tenging tafin?',\n /** \"Linking in progress\" troubleshooting content */\n 'linking-in-progress-dialog.troubleshooting.content':\n 'Athugaðu hvort Sanity Create glugginn þinn er enn opinn, eða ef ferlið virðist vera fast. Ef vandamál viðvarandi, reyndu að endurnýja Studio og reyndu aftur.',\n\n /** Subtitle of the \"Start writing in Create\" banner */\n 'start-in-create-banner.subtitle':\n 'Frjáls form ritill, knúinn af gervigreind sem samstillist beint við skjöl Studio þíns.',\n /** Header of the \"Start writing in Create\" banner */\n 'start-in-create-banner.title': 'Byrjaðu með Sanity Create',\n /** Header badge of the \"Start writing in Create\" banner */\n 'start-in-create-banner.title-badge': 'Snemmtækur aðgangur',\n\n /** CTA in \"Start writing in Create\" dialog: Learn more */\n 'start-in-create-dialog.cta.learn-more': 'Lærðu meira',\n /** Toast error message when we dont have a resolved Sanity Create url*/\n 'start-in-create-dialog.error-toast.unresolved-url': 'Ekki hægt að ákvarða Sanity Create URL.',\n\n /** \"Start in Sanity Create\" link button text */\n 'start-in-create-link.label': 'Byrjaðu í 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': 'Þetta skjal er tengt við Sanity Create',\n\n /** Unlink document from Sanity Create button text */\n 'unlink-from-create-button.text': 'Aftengja',\n\n /** Unlink from Create dialog: Cancel button text */\n 'unlink-from-create-dialog.cancel.text': 'Hætta við',\n /** Unlink from Create dialog: Document title used if no other title can be determined */\n 'unlink-from-create-dialog.document.untitled.text': 'Ótitlað',\n /** Unlink from Create dialog – first informational paragraph */\n 'unlink-from-create-dialog.first-paragraph':\n 'Þú ert að aftengja “<strong>{{title}}</strong>” frá Sanity Create svo hægt sé að breyta því hér.',\n /** Unlink from Create dialog header */\n 'unlink-from-create-dialog.header': 'Skipta ritun yfir í Studio?',\n /** Unlink from Create dialog – second informational paragraph */\n 'unlink-from-create-dialog.second-paragraph':\n 'Þú munt halda efni þínu á báðum stöðum. Allar nýjar breytingar í Sanity Create munu hætta að samstilla við þetta Studio.',\n /** Unlink from Create dialog: Unlink button text */\n 'unlink-from-create-dialog.unlink.text': 'Aftengja núna',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";;;;AAEA,aAAeA,qCAA+B,CAAA;AAAA;AAAA,EAE5C,wCAA0C,EAAA,2BAAA;AAAA;AAAA,EAE1C,wCAA0C,EAAA,eAAA;AAAA;AAAA,EAE1C,iCAAmC,EAAA,yBAAA;AAAA;AAAA,EAEnC,+BACE,EAAA,4JAAA;AAAA;AAAA,EAGF,0BAA4B,EAAA,mBAAA;AAAA;AAAA,EAG5B,4BAA8B,EAAA,6BAAA;AAAA;AAAA,EAG9B,oCACE,EAAA,8FAAA;AAAA;AAAA,EAEF,mCAAqC,EAAA,8BAAA;AAAA;AAAA,EAErC,iCACE,EAAA,6HAAA;AAAA;AAAA,EAEF,yDAA2D,EAAA,gBAAA;AAAA;AAAA,EAE3D,oDACE,EAAA,0LAAA;AAAA;AAAA,EAGF,iCACE,EAAA,0GAAA;AAAA;AAAA,EAEF,8BAAgC,EAAA,iCAAA;AAAA;AAAA,EAEhC,oCAAsC,EAAA,2BAAA;AAAA;AAAA,EAGtC,uCAAyC,EAAA,mBAAA;AAAA;AAAA,EAEzC,mDAAqD,EAAA,qDAAA;AAAA;AAAA,EAGrD,4BAA8B,EAAA,wBAAA;AAAA;AAAA,EAG9B,gCAAkC,EAAA,8CAAA;AAAA;AAAA,EAGlC,gCAAkC,EAAA,UAAA;AAAA;AAAA,EAGlC,uCAAyC,EAAA,iBAAA;AAAA;AAAA,EAEzC,kDAAoD,EAAA,eAAA;AAAA;AAAA,EAEpD,2CACE,EAAA,0IAAA;AAAA;AAAA,EAEF,kCAAoC,EAAA,gCAAA;AAAA;AAAA,EAEpC,4CACE,EAAA,uKAAA;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': 'Snemmtækur aðgangur',\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': 'Hugmyndasniðin ritun',\n /** Informational text in Create Link info popover */\n 'create-link-info-popover.text':\n 'Skrifaðu náttúrulega í gervigreindarstuddum ritli. Innihaldið þitt kortleggst sjálfkrafa á Studio reiti þegar þú skrifar.',\n\n /** Tooltip for Create Link button */\n 'create-link-info.tooltip': 'Lærðu meira',\n\n /** Edit in Create button text */\n 'edit-in-create-button.text': 'Breyta með Sanity Create',\n\n /** Details for the \"Linking in progress\" dialog */\n 'linking-in-progress-dialog.details':\n 'Eftir að tenging er lokið munu breytingar þínar birtast hér í rauntíma.',\n /** Header of the \"Linking in progress\" dialog */\n 'linking-in-progress-dialog.header': 'Tengist við Sanity Create',\n /** Lede text for the \"Linking in progress\" dialog */\n 'linking-in-progress-dialog.lede':\n 'Faraðu aftur í Sanity Create. Skjalið þitt mun samstillast sjálfkrafa (tekur venjulega nokkrar sekúndur).',\n /** \"Linking in progress\" troubleshooting button title */\n 'linking-in-progress-dialog.troubleshooting.button.title': 'Tenging tafin?',\n /** \"Linking in progress\" troubleshooting content */\n 'linking-in-progress-dialog.troubleshooting.content':\n 'Athugaðu hvort Sanity Create glugginn þinn er enn opinn, eða ef ferlið virðist vera fast. Ef vandamál viðvarandi, reyndu að endurnýja Studio og reyndu aftur.',\n\n /** Subtitle of the \"Start writing in Create\" banner */\n 'start-in-create-banner.subtitle':\n 'Frjáls form ritill, knúinn af gervigreind sem samstillist beint við skjöl Studio þíns.',\n /** Header of the \"Start writing in Create\" banner */\n 'start-in-create-banner.title': 'Byrjaðu með Sanity Create',\n /** Header badge of the \"Start writing in Create\" banner */\n 'start-in-create-banner.title-badge': 'Snemmtækur aðgangur',\n\n /** CTA in \"Start writing in Create\" dialog: Learn more */\n 'start-in-create-dialog.cta.learn-more': 'Lærðu meira',\n /** Toast error message when we dont have a resolved Sanity Create url*/\n 'start-in-create-dialog.error-toast.unresolved-url': 'Ekki hægt að ákvarða Sanity Create URL.',\n\n /** \"Start in Sanity Create\" link button text */\n 'start-in-create-link.label': 'Byrjaðu í 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': 'Þetta skjal er tengt við Sanity Create',\n\n /** Unlink document from Sanity Create button text */\n 'unlink-from-create-button.text': 'Aftengja',\n\n /** Unlink from Create dialog: Cancel button text */\n 'unlink-from-create-dialog.cancel.text': 'Hætta við',\n /** Unlink from Create dialog: Document title used if no other title can be determined */\n 'unlink-from-create-dialog.document.untitled.text': 'Ótitlað',\n /** Unlink from Create dialog – first informational paragraph */\n 'unlink-from-create-dialog.first-paragraph':\n 'Þú ert að aftengja “<strong>{{title}}</strong>” frá Sanity Create svo hægt sé að breyta því hér.',\n /** Unlink from Create dialog header */\n 'unlink-from-create-dialog.header': 'Skipta ritun yfir í Studio?',\n /** Unlink from Create dialog – second informational paragraph */\n 'unlink-from-create-dialog.second-paragraph':\n 'Þú munt halda efni þínu á báðum stöðum. Allar nýjar breytingar í Sanity Create munu hætta að samstilla við þetta Studio.',\n /** Unlink from Create dialog: Unlink button text */\n 'unlink-from-create-dialog.unlink.text': 'Aftengja núna',\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": "Afrita skjalavefsl\xF3\xF0",
8
5
  /** Tooltip when action button is disabled because the operation is not ready */
@@ -39,6 +36,8 @@ var structure = sanity.removeUndefinedLocaleResources({
39
36
  "action.publish.disabled.not-ready": "A\xF0ger\xF0 ekki tilb\xFAin",
40
37
  /** Label for action when there are pending changes.*/
41
38
  "action.publish.draft.label": "Birta",
39
+ /** Label for the "Publish" document action */
40
+ "action.publish.label": "Birta",
42
41
  /** Label for the "Publish" document action when the document has live edit enabled.*/
43
42
  "action.publish.live-edit.label": "Birta",
44
43
  /** Fallback tooltip for the "Publish" document action when publish is invoked for a document with live edit enabled.*/
@@ -71,6 +70,8 @@ var structure = sanity.removeUndefinedLocaleResources({
71
70
  "action.unpublish.label": "Afturkalla birtingu",
72
71
  /** Fallback tooltip for the Unpublish document action when publish is invoked for a document with live edit enabled.*/
73
72
  "action.unpublish.live-edit.disabled": "\xDEetta skjal hefur beina ritun virkja\xF0a og getur ekki veri\xF0 afturkalla\xF0",
73
+ /** Description for the archived release banner, rendered when viewing the history of a version document from the publihed view */
74
+ "banners.archived-release.description": "\xDE\xFA ert a\xF0 sko\xF0a skjal sem er a\xF0eins til lesturs og var vista\xF0 sem hluti af <VersionBadge>{{title}}</VersionBadge>. \xDEa\xF0 er ekki h\xE6gt a\xF0 breyta \xFEv\xED",
74
75
  /** The text for the restore button on the deleted document banner */
75
76
  "banners.deleted-document-banner.restore-button.text": "Endurheimta n\xFDjustu \xFAtg\xE1funa",
76
77
  /** The text content for the deleted document banner */
@@ -95,6 +96,8 @@ var structure = sanity.removeUndefinedLocaleResources({
95
96
  "banners.permission-check-banner.request-permission-button.sent": "Bei\xF0ni um ritstj\xF3ra send",
96
97
  /** The text for the request permission button that appears for viewer roles */
97
98
  "banners.permission-check-banner.request-permission-button.text": "Bi\xF0ja um a\xF0 f\xE1 a\xF0 breyta",
99
+ /** Description for the archived release banner, rendered when viewing the history of a version document from the published view */
100
+ "banners.published-release.description": "\xDE\xFA ert a\xF0 sko\xF0a skjal sem er a\xF0eins til lesturs og var birt sem hluti af <VersionBadge>{{title}}</VersionBadge>. \xDEa\xF0 er ekki h\xE6gt a\xF0 breyta \xFEv\xED",
98
101
  /** The text for the reload button */
99
102
  "banners.reference-changed-banner.reason-changed.reload-button.text": "Endurhla\xF0a tilv\xEDsun",
100
103
  /** The text for the reference change banner if the reason is that the reference has been changed */
@@ -103,6 +106,34 @@ var structure = sanity.removeUndefinedLocaleResources({
103
106
  "banners.reference-changed-banner.reason-removed.close-button.text": "Loka tilv\xEDsun",
104
107
  /** The text for the reference change banner if the reason is that the reference has been deleted */
105
108
  "banners.reference-changed-banner.reason-removed.text": "\xDEessi tilv\xEDsun hefur veri\xF0 fjarl\xE6g\xF0 s\xED\xF0an \xFE\xFA opna\xF0ir hana.",
109
+ /** The text that appears for the action button to add the current document to the global release */
110
+ "banners.release.action.add-to-release": "B\xE6ta vi\xF0 \xFAtg\xE1fu",
111
+ /** The text that appears for the action button to add the current document to the global release */
112
+ "banners.release.action.open-to-edit": "Opna \xFAtg\xE1fu til a\xF0 breyta",
113
+ /** Toast description in case an error occurs when adding a document to a release */
114
+ "banners.release.error.description": "Villa kom upp vi\xF0 a\xF0 b\xE6ta skjali vi\xF0 \xFAtg\xE1funa: {{message}}",
115
+ /** Toast title in case an error occurs when adding a document to a release */
116
+ "banners.release.error.title": "Villa vi\xF0 a\xF0 b\xE6ta skjali vi\xF0 \xFAtg\xE1fu",
117
+ /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */
118
+ "banners.release.navigate-to-edit-description": "Skjali\xF0 er a\xF0eins til \xED",
119
+ /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */
120
+ "banners.release.navigate-to-edit-description-end_one": "\xFAtg\xE1funni",
121
+ /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */
122
+ "banners.release.navigate-to-edit-description-end_other": "\xFAtg\xE1fum",
123
+ /** The text for the banner that appears when there are multiple versions but no drafts or published, only one extra releases */
124
+ "banners.release.navigate-to-edit-description-multiple_one": "\xDEetta skjal er hluti af <VersionBadge/> \xFAtg\xE1funni og {{count}} annarri \xFAtg\xE1fu.",
125
+ /** The text for the banner that appears when there are multiple versions but no drafts or published, more than one extra releases */
126
+ "banners.release.navigate-to-edit-description-multiple_other": "\xDEetta skjal er hluti af <VersionBadge/> \xFAtg\xE1funni og {{count}} \xF6\xF0rum \xFAtg\xE1fum",
127
+ /** The text for the banner that appears when a document only has one version but is in a draft or published pinned release */
128
+ "banners.release.navigate-to-edit-description-single": "\xDEetta skjal er hluti af <VersionBadge/> \xFAtg\xE1funni",
129
+ /** The text for the banner that appears when a document is not in the current global release */
130
+ "banners.release.not-in-release": "Ekki \xED <VersionBadge>{{title}}</VersionBadge> \xFAtg\xE1funni.",
131
+ /** Description of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */
132
+ "banners.release.waiting.description": "Vinsamlegast b\xEDddu \xE1 me\xF0an skjali\xF0 er b\xE6tt vi\xF0 \xFAtg\xE1funa. \xDEa\xF0 \xE6tti ekki a\xF0 taka lengur en nokkrar sek\xFAndur.",
133
+ /** Title of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */
134
+ "banners.release.waiting.title": "B\xE6ti skjali vi\xF0 \xFAtg\xE1fu\u2026",
135
+ /** The text content for the unpublished document banner when is part of a release */
136
+ "banners.unpublished-release-banner.text": "\xDEetta skjal ver\xF0ur \xF3birt sem hluti af <VersionBadge>{{title}}</VersionBadge> \xFAtg\xE1funni",
106
137
  /** Browser/tab title when creating a new document of a given type */
107
138
  "browser-document-title.new-document": "N\xFDtt {{schemaType}}",
108
139
  /** Browser/tab title when editing a document where the title cannot be resolved from preview configuration */
@@ -127,6 +158,22 @@ var structure = sanity.removeUndefinedLocaleResources({
127
158
  "changes.tab.review-changes": "Endursko\xF0a breytingar",
128
159
  /** The label used in the changes inspector for the to selector */
129
160
  "changes.to.label": "Til",
161
+ /** The error message shown when the specified document comparison mode is not supported */
162
+ "compare-version.error.invalidModeParam": '"{{input}}" er ekki studdur h\xE1ttur til a\xF0 bera saman skj\xF6l.',
163
+ /** The error message shown when the next document for comparison could not be extracted from the URL */
164
+ "compare-version.error.invalidNextDocumentParam": "N\xE6sta skjals parameter er \xF3gilt.",
165
+ /** The error message shown when the document comparison URL could not be parsed */
166
+ "compare-version.error.invalidParams.title": "Ekki h\xE6gt a\xF0 bera saman skj\xF6l",
167
+ /** The error message shown when the previous document for comparison could not be extracted from the URL */
168
+ "compare-version.error.invalidPreviousDocumentParam": "Fyrri skjals parameter er \xF3gilt.",
169
+ /** The text for the "Compare versions" action for a document */
170
+ "compare-versions.menu-item.title": "Bera saman \xFAtg\xE1fur",
171
+ /** The string used to label draft documents */
172
+ "compare-versions.status.draft": "Dr\xF6g",
173
+ /** The string used to label published documents */
174
+ "compare-versions.status.published": "Birt",
175
+ /** The title used when comparing versions of a document */
176
+ "compare-versions.title": "Bera saman \xFAtg\xE1fur",
130
177
  /** The text in the "Cancel" button in the confirm delete dialog that cancels the action and closes the dialog */
131
178
  "confirm-delete-dialog.cancel-button.text": "H\xE6tta vi\xF0",
132
179
  /** Used in `confirm-delete-dialog.cdr-summary.title` */
@@ -151,8 +198,6 @@ var structure = sanity.removeUndefinedLocaleResources({
151
198
  "confirm-delete-dialog.cdr-table.dataset.label": "Gagnasanf",
152
199
  /** The header for the document ID column in the list of cross-dataset references found */
153
200
  "confirm-delete-dialog.cdr-table.document-id.label": "Au\xF0kenni skjals",
154
- /** The toast title when the copy button has been clicked */
155
- "confirm-delete-dialog.cdr-table.id-copied-toast.title": "Afrita\xF0 a\xF0kenni skjals \xE1 klippibor\xF0!",
156
201
  /** The toast title when the copy button has been clicked but copying failed */
157
202
  "confirm-delete-dialog.cdr-table.id-copied-toast.title-failed": "Mist\xF3kst a\xF0 afrita skjalaau\xF0kenni",
158
203
  /** The header for the project ID column in the list of cross-dataset references found */
@@ -239,6 +284,12 @@ var structure = sanity.removeUndefinedLocaleResources({
239
284
  "document-view.form-view.sync-lock-toast.description": "Vinsamlegast b\xEDddu \xE1 me\xF0an skjali\xF0 er samstillt. \xDEetta gerist venjulega strax eftir a\xF0 skjali\xF0 hefur veri\xF0 birt, og \xE6tti ekki a\xF0 taka meira en nokkrar sek\xFAndur",
240
285
  /** The title of the sync lock toast on the form view */
241
286
  "document-view.form-view.sync-lock-toast.title": "Samstilli skjal\u2026",
287
+ /**The title for the menu items that will be shown when expanding a publish release event to inspect the document */
288
+ "events.inspect.release": "Sko\xF0a <VersionBadge>{{releaseTitle}}</VersionBadge> skjal",
289
+ /**The title for the menu items that will be shown when expanding a publish draft event to inspect the draft document*/
290
+ "events.open.draft": "Opna <VersionBadge>dr\xF6g</VersionBadge> skjal",
291
+ /**The title for the menu items that will be shown when expanding a publish release event to inspect the release*/
292
+ "events.open.release": "Opna <VersionBadge>{{releaseTitle}}</VersionBadge> \xFAtg\xE1fu",
242
293
  /** The loading messaging for when the tooltip is still loading permission info */
243
294
  "insufficient-permissions-message-tooltip.loading-text": "Hle\xF0ur\u2026",
244
295
  /** --- Menu items --- */
@@ -318,6 +369,8 @@ var structure = sanity.removeUndefinedLocaleResources({
318
369
  "panes.document-operation-results.operation-success": "A\xF0ger\xF0 {{context}} \xE1 skjali t\xF3kst",
319
370
  /** The text when copy URL operation succeeded */
320
371
  "panes.document-operation-results.operation-success_copy-url": "Skjalavefsl\xF3\xF0 afritu\xF0 \xE1 klippibor\xF0",
372
+ /** */
373
+ "panes.document-operation-results.operation-success_createVersion": "<Strong>{{title}}</Strong> var b\xE6tt vi\xF0 \xFAtg\xE1funa",
321
374
  /** The text when a delete operation succeeded */
322
375
  "panes.document-operation-results.operation-success_delete": "Skjalinu var eytt",
323
376
  /** The text when a discard changes operation succeeded */
@@ -332,8 +385,6 @@ var structure = sanity.removeUndefinedLocaleResources({
332
385
  "panes.document-operation-results.operation-success_unpublish": "Birtingu skjalsins var afturkalla\xF0. Dr\xF6g hafa veri\xF0 b\xFAin til \xFAr s\xED\xF0ustu birtu \xFAtg\xE1fu.",
333
386
  /** The document title shown when document title is "undefined" in operation message */
334
387
  "panes.document-operation-results.operation-undefined-title": "\xD3titla\xF0",
335
- /** The title of the reconnecting toast */
336
- "panes.document-pane-provider.reconnecting.title": "Tenging rofna\xF0i. Endurtengi\u2026",
337
388
  /** The loading message for the document not found pane */
338
389
  "panes.document-pane.document-not-found.loading": "Hle\xF0 skjali\u2026",
339
390
  /** The text of the document not found pane if the schema is known */
@@ -413,6 +464,5 @@ var structure = sanity.removeUndefinedLocaleResources({
413
464
  /** The text for the expand action in the timeline item menu */
414
465
  "timeline-item.menu.action-expand": "\xDAtv\xEDkka"
415
466
  });
416
-
417
467
  exports.default = structure;
418
468
  //# sourceMappingURL=structure.cjs.map