@sanity/locale-is-is 1.2.11 → 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.
- package/dist/_chunks-cjs/comments.cjs +0 -2
- package/dist/_chunks-cjs/comments.cjs.map +1 -1
- package/dist/_chunks-cjs/copy-paste.cjs +0 -10
- package/dist/_chunks-cjs/copy-paste.cjs.map +1 -1
- package/dist/_chunks-cjs/structure.cjs +58 -4
- package/dist/_chunks-cjs/structure.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +122 -0
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-cjs/vision.cjs +8 -0
- package/dist/_chunks-cjs/vision.cjs.map +1 -1
- package/dist/_chunks-es/comments.js +0 -2
- package/dist/_chunks-es/comments.js.map +1 -1
- package/dist/_chunks-es/copy-paste.js +0 -10
- package/dist/_chunks-es/copy-paste.js.map +1 -1
- package/dist/_chunks-es/structure.js +58 -4
- package/dist/_chunks-es/structure.js.map +1 -1
- package/dist/_chunks-es/studio.js +122 -0
- package/dist/_chunks-es/studio.js.map +1 -1
- package/dist/_chunks-es/vision.js +8 -0
- package/dist/_chunks-es/vision.js.map +1 -1
- package/package.json +1 -1
- package/src/comments.ts +0 -3
- package/src/copy-paste.ts +0 -11
- package/src/structure.ts +70 -4
- package/src/studio.ts +131 -0
- package/src/vision.ts +10 -0
|
@@ -57,10 +57,18 @@ var sanity = require("sanity"), vision = sanity.removeUndefinedLocaleResources({
|
|
|
57
57
|
* @see {@link https://www.sanity.io/docs/perspectives}
|
|
58
58
|
*/
|
|
59
59
|
"settings.perspective-label": "Perspective",
|
|
60
|
+
/** Notification about previewDrafts to drafts rename */
|
|
61
|
+
"settings.perspective.preview-drafts-renamed-to-drafts.description": 'Perspective "<code>previewDrafts</code>" hefur veri\xF0 endurnefnt \xED "<code>drafts</code>" og er n\xFA \xFArelt. \xDEessi breyting er virk fyrir allar \xFAtg\xE1fur me\xF0 stu\xF0ning vi\xF0 perspective (>= v2021-03-25).',
|
|
60
62
|
/** Call to action to read the docs related to "Perspectives" */
|
|
61
63
|
"settings.perspectives.action.docs-link": "Lestu skj\xF6lin",
|
|
64
|
+
/** Option for selecting default perspective */
|
|
65
|
+
"settings.perspectives.default": "Engin perspective (API sj\xE1lfgefi\xF0)",
|
|
62
66
|
/** Description for popover that explains what "Perspectives" are */
|
|
63
67
|
"settings.perspectives.description": 'Perspectives leyfa fyrirspurn \xFEinni a\xF0 keyra gegn mismunandi "s\xFDnum" af efni \xED dataset \xFE\xEDnu',
|
|
68
|
+
/** Description for upcoming default perspective change */
|
|
69
|
+
"settings.perspectives.new-default.description": 'Sj\xE1lfgefi\xF0 perspective mun breytast \xFAr "<code>raw</code>" \xED "<code>published</code>" \xED v\xE6ntanlegri API \xFAtg\xE1fu. Vinsamlegast kynntu \xFE\xE9r n\xE1nar \xED skj\xF6lun.',
|
|
70
|
+
/** Label for the pinned release perspective */
|
|
71
|
+
"settings.perspectives.pinned-release-label": "Fest \xFAtg\xE1fa",
|
|
64
72
|
/** Title for popover that explains what "Perspectives" are */
|
|
65
73
|
"settings.perspectives.title": "Perspectives"
|
|
66
74
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vision.cjs","sources":["../../src/vision.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for action \"Copy to clipboard\", tied to the \"Query URL\" field. Also used for accessibility purposes on button */\n 'action.copy-url-to-clipboard': 'Afrita á klippiborð',\n /** Label for stopping an ongoing listen operation */\n 'action.listen-cancel': 'Stoppa',\n /** Label for setting up a listener */\n 'action.listen-execute': 'Hlusta',\n /** Label for cancelling an ongoing query */\n 'action.query-cancel': 'Hætta við',\n /** Label for executing the query, eg doing a fetch */\n 'action.query-execute': 'Sækja',\n\n /**\n * Some features has a \"New\" label indicating that the feature was recently introduced.\n * This defines what the text of that label is. Keep it short and sweet.\n */\n 'label.new': 'Nýtt',\n\n /** Error message for when the \"Params\" input are not a valid json */\n 'params.error.params-invalid-json': 'Parametrar eru ekki gilt JSON',\n /** Label for \"Params\" (parameters) editor/input */\n 'params.label': 'Parametrar',\n\n /** Label for 'Column' indicator when there is an error within the query */\n 'query.error.column': 'Dálkur',\n /** Label for 'Line' indicator when there is an error within the query */\n 'query.error.line': 'Lína',\n /** Label for \"Query\" editor/input */\n 'query.label': 'Fyrirspurn',\n /** Label for the \"Query URL\" field, shown after executing a query, and allows for copying */\n 'query.url': 'Fyrirspurnarvefslóð',\n\n /** Label for \"End to End time\" information of the fetched query */\n 'result.end-to-end-time-label': 'Enda-til-enda',\n /** Label for \"Execution time\" information of the fetched query */\n 'result.execution-time-label': 'Framkvæmdartími',\n /** Label for \"Result\" explorer/view */\n 'result.label': 'Niðurstaða',\n /** Tooltip text shown when the query result is not encodable as CSV */\n 'result.save-result-as-csv.not-csv-encodable': 'Niðurstöðuna er ekki hægt að umrita sem CSV',\n /** Label for \"Save result as\" result action */\n 'result.save-result-as-format': 'Vista niðurstöðu sem <SaveResultButtons/>',\n /**\n * \"Not applicable\" message for when there is no Execution time or End to End time information\n * available for the query (eg when the query has not been executed, or errored)\n */\n 'result.timing-not-applicable': 'ekki viðeigandi',\n\n /** Label for the \"API version\" dropdown in settings */\n 'settings.api-version-label': 'API útgáfa',\n /** Label for the \"Custom API version\" input in settings, shown when \"other\" is chosen as API version */\n 'settings.custom-api-version-label': 'Sérsniðin API útgáfa',\n /** Label for the \"Dataset\" dropdown in vision settings */\n 'settings.dataset-label': 'Gagnasafn',\n /** Error label for when the API version in 'Custom API version' input is invalid */\n 'settings.error.invalid-api-version': 'Ógild API útgáfa',\n /** Label for the \"other\" versions within the \"API version\" dropdown */\n 'settings.other-api-version-label': 'Annað',\n /**\n * Label for the \"Perspective\" dropdown in vision settings\n * @see {@link https://www.sanity.io/docs/perspectives}\n */\n 'settings.perspective-label': 'Perspective',\n /** Call to action to read the docs related to \"Perspectives\" */\n 'settings.perspectives.action.docs-link': 'Lestu skjölin',\n /** Description for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.description':\n 'Perspectives leyfa fyrirspurn þinni að keyra gegn mismunandi \"sýnum\" af efni í dataset þínu',\n /** Title for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.title': 'Perspectives',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,SAAeA,sCAA+B;AAAA;AAAA,EAE5C,gCAAgC;AAAA;AAAA,EAEhC,wBAAwB;AAAA;AAAA,EAExB,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA;AAAA;AAAA;AAAA,EAMxB,aAAa;AAAA;AAAA,EAGb,oCAAoC;AAAA;AAAA,EAEpC,gBAAgB;AAAA;AAAA,EAGhB,sBAAsB;AAAA;AAAA,EAEtB,oBAAoB;AAAA;AAAA,EAEpB,eAAe;AAAA;AAAA,EAEf,aAAa;AAAA;AAAA,EAGb,gCAAgC;AAAA;AAAA,EAEhC,+BAA+B;AAAA;AAAA,EAE/B,gBAAgB;AAAA;AAAA,EAEhB,+CAA+C;AAAA;AAAA,EAE/C,gCAAgC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhC,gCAAgC;AAAA;AAAA,EAGhC,8BAA8B;AAAA;AAAA,EAE9B,qCAAqC;AAAA;AAAA,EAErC,0BAA0B;AAAA;AAAA,EAE1B,sCAAsC;AAAA;AAAA,EAEtC,oCAAoC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKpC,8BAA8B;AAAA;AAAA,EAE9B,0CAA0C;AAAA;AAAA,EAE1C,qCACE;AAAA;AAAA,EAEF,+BAA+B;AACjC,CAAC;;"}
|
|
1
|
+
{"version":3,"file":"vision.cjs","sources":["../../src/vision.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for action \"Copy to clipboard\", tied to the \"Query URL\" field. Also used for accessibility purposes on button */\n 'action.copy-url-to-clipboard': 'Afrita á klippiborð',\n /** Label for stopping an ongoing listen operation */\n 'action.listen-cancel': 'Stoppa',\n /** Label for setting up a listener */\n 'action.listen-execute': 'Hlusta',\n /** Label for cancelling an ongoing query */\n 'action.query-cancel': 'Hætta við',\n /** Label for executing the query, eg doing a fetch */\n 'action.query-execute': 'Sækja',\n\n /**\n * Some features has a \"New\" label indicating that the feature was recently introduced.\n * This defines what the text of that label is. Keep it short and sweet.\n */\n 'label.new': 'Nýtt',\n\n /** Error message for when the \"Params\" input are not a valid json */\n 'params.error.params-invalid-json': 'Parametrar eru ekki gilt JSON',\n /** Label for \"Params\" (parameters) editor/input */\n 'params.label': 'Parametrar',\n\n /** Label for 'Column' indicator when there is an error within the query */\n 'query.error.column': 'Dálkur',\n /** Label for 'Line' indicator when there is an error within the query */\n 'query.error.line': 'Lína',\n /** Label for \"Query\" editor/input */\n 'query.label': 'Fyrirspurn',\n /** Label for the \"Query URL\" field, shown after executing a query, and allows for copying */\n 'query.url': 'Fyrirspurnarvefslóð',\n\n /** Label for \"End to End time\" information of the fetched query */\n 'result.end-to-end-time-label': 'Enda-til-enda',\n /** Label for \"Execution time\" information of the fetched query */\n 'result.execution-time-label': 'Framkvæmdartími',\n /** Label for \"Result\" explorer/view */\n 'result.label': 'Niðurstaða',\n /** Tooltip text shown when the query result is not encodable as CSV */\n 'result.save-result-as-csv.not-csv-encodable': 'Niðurstöðuna er ekki hægt að umrita sem CSV',\n /** Label for \"Save result as\" result action */\n 'result.save-result-as-format': 'Vista niðurstöðu sem <SaveResultButtons/>',\n /**\n * \"Not applicable\" message for when there is no Execution time or End to End time information\n * available for the query (eg when the query has not been executed, or errored)\n */\n 'result.timing-not-applicable': 'ekki viðeigandi',\n\n /** Label for the \"API version\" dropdown in settings */\n 'settings.api-version-label': 'API útgáfa',\n /** Label for the \"Custom API version\" input in settings, shown when \"other\" is chosen as API version */\n 'settings.custom-api-version-label': 'Sérsniðin API útgáfa',\n /** Label for the \"Dataset\" dropdown in vision settings */\n 'settings.dataset-label': 'Gagnasafn',\n /** Error label for when the API version in 'Custom API version' input is invalid */\n 'settings.error.invalid-api-version': 'Ógild API útgáfa',\n /** Label for the \"other\" versions within the \"API version\" dropdown */\n 'settings.other-api-version-label': 'Annað',\n /**\n * Label for the \"Perspective\" dropdown in vision settings\n * @see {@link https://www.sanity.io/docs/perspectives}\n */\n 'settings.perspective-label': 'Perspective',\n /** Notification about previewDrafts to drafts rename */\n 'settings.perspective.preview-drafts-renamed-to-drafts.description':\n 'Perspective \"<code>previewDrafts</code>\" hefur verið endurnefnt í \"<code>drafts</code>\" og er nú úrelt. Þessi breyting er virk fyrir allar útgáfur með stuðning við perspective (>= v2021-03-25).',\n /** Call to action to read the docs related to \"Perspectives\" */\n 'settings.perspectives.action.docs-link': 'Lestu skjölin',\n /** Option for selecting default perspective */\n 'settings.perspectives.default': 'Engin perspective (API sjálfgefið)',\n /** Description for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.description':\n 'Perspectives leyfa fyrirspurn þinni að keyra gegn mismunandi \"sýnum\" af efni í dataset þínu',\n /** Description for upcoming default perspective change */\n 'settings.perspectives.new-default.description':\n 'Sjálfgefið perspective mun breytast úr \"<code>raw</code>\" í \"<code>published</code>\" í væntanlegri API útgáfu. Vinsamlegast kynntu þér nánar í skjölun.',\n /** Label for the pinned release perspective */\n 'settings.perspectives.pinned-release-label': 'Fest útgáfa',\n /** Title for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.title': 'Perspectives',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,SAAeA,sCAA+B;AAAA;AAAA,EAE5C,gCAAgC;AAAA;AAAA,EAEhC,wBAAwB;AAAA;AAAA,EAExB,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA;AAAA;AAAA;AAAA,EAMxB,aAAa;AAAA;AAAA,EAGb,oCAAoC;AAAA;AAAA,EAEpC,gBAAgB;AAAA;AAAA,EAGhB,sBAAsB;AAAA;AAAA,EAEtB,oBAAoB;AAAA;AAAA,EAEpB,eAAe;AAAA;AAAA,EAEf,aAAa;AAAA;AAAA,EAGb,gCAAgC;AAAA;AAAA,EAEhC,+BAA+B;AAAA;AAAA,EAE/B,gBAAgB;AAAA;AAAA,EAEhB,+CAA+C;AAAA;AAAA,EAE/C,gCAAgC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhC,gCAAgC;AAAA;AAAA,EAGhC,8BAA8B;AAAA;AAAA,EAE9B,qCAAqC;AAAA;AAAA,EAErC,0BAA0B;AAAA;AAAA,EAE1B,sCAAsC;AAAA;AAAA,EAEtC,oCAAoC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKpC,8BAA8B;AAAA;AAAA,EAE9B,qEACE;AAAA;AAAA,EAEF,0CAA0C;AAAA;AAAA,EAE1C,iCAAiC;AAAA;AAAA,EAEjC,qCACE;AAAA;AAAA,EAEF,iDACE;AAAA;AAAA,EAEF,8CAA8C;AAAA;AAAA,EAE9C,+BAA+B;AACjC,CAAC;;"}
|
|
@@ -24,8 +24,6 @@ var comments = removeUndefinedLocaleResources({
|
|
|
24
24
|
"compose.send-comment-tooltip": "Senda athugasemd",
|
|
25
25
|
/** The inspector text when error copying link */
|
|
26
26
|
"copy-link-error-message": "Ekki t\xF3kst a\xF0 afrita tengil \xE1 klippibor\xF0",
|
|
27
|
-
/** The inspector successfully copied link text */
|
|
28
|
-
"copy-link-success-message": "Tengill afrita\xF0ur \xE1 klippibor\xF0",
|
|
29
27
|
/** The delete dialog body for a comment */
|
|
30
28
|
"delete-comment.body": "Ekki h\xE6gt a\xF0 endurheimta athugasemd eftir a\xF0 henni er eitt.",
|
|
31
29
|
/** The delete dialog confirm button text for a comment */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"comments.js","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":[],"mappings":";AAEA,IAAA,WAAe,+BAA+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,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
|
+
{"version":3,"file":"comments.js","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":[],"mappings":";AAEA,IAAA,WAAe,+BAA+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;"}
|
|
@@ -10,12 +10,6 @@ var copyPaste = removeUndefinedLocaleResources({
|
|
|
10
10
|
"copy-paste.field-action-paste-button.field.title": "L\xEDma inn reit",
|
|
11
11
|
/** The error message that is shown when the clipboard is not supported */
|
|
12
12
|
"copy-paste.on-copy.validation.clipboard-not-supported.title": "Vafrinn \xFEinn sty\xF0ur ekki \xFEessa a\xF0ger\xF0",
|
|
13
|
-
/** The success message that is shown when a document is copied */
|
|
14
|
-
"copy-paste.on-copy.validation.copy-document-success.title": 'Skjal "{{fieldNames}}" afrita\xF0',
|
|
15
|
-
/** The success message that is shown when a field is copied */
|
|
16
|
-
"copy-paste.on-copy.validation.copy-field_one-success.title": 'Reitur "{{fieldName}}" afrita\xF0ur',
|
|
17
|
-
/** The success message that is shown when a array item is copied */
|
|
18
|
-
"copy-paste.on-copy.validation.copy-item_one-success.title": 'Atri\xF0i "{{typeName}}" afrita\xF0',
|
|
19
13
|
/** The error message that is shown when there is no value to copy */
|
|
20
14
|
"copy-paste.on-copy.validation.no-value.title": "T\xF3mt gildi, ekkert til a\xF0 afrita",
|
|
21
15
|
/** --- On copy --- */
|
|
@@ -29,10 +23,6 @@ var copyPaste = removeUndefinedLocaleResources({
|
|
|
29
23
|
"copy-paste.on-paste.validation.clipboard-empty.title": "Ekkert til a\xF0 l\xEDma inn",
|
|
30
24
|
/** The validation message that is shown when the clipboard item is invalid */
|
|
31
25
|
"copy-paste.on-paste.validation.clipboard-invalid.title": "\xD3gilt klippibor\xF0satri\xF0i",
|
|
32
|
-
/** The success message that is shown when a document is pasted */
|
|
33
|
-
"copy-paste.on-paste.validation.document-paste-success.title": 'Skjal "{{fieldNames}}" uppf\xE6rt',
|
|
34
|
-
/** The success message that is shown when a field is pasted */
|
|
35
|
-
"copy-paste.on-paste.validation.field_one-paste-success.title": 'Reitur "{{fieldName}}" uppf\xE6r\xF0ur',
|
|
36
26
|
/** The validation message that is shown when image files are incompatible */
|
|
37
27
|
"copy-paste.on-paste.validation.image-file-incompatible.description": '"{{sourceSchemaType}}" er ekki leyfilegt \xED "{{targetSchemaType}}"',
|
|
38
28
|
/** The error message that is shown when the MIME type is not accepted */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"copy-paste.js","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
|
|
1
|
+
{"version":3,"file":"copy-paste.js","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":[],"mappings":";AAEA,IAAA,YAAe,+BAA+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;"}
|
|
@@ -36,6 +36,8 @@ var structure = removeUndefinedLocaleResources({
|
|
|
36
36
|
"action.publish.disabled.not-ready": "A\xF0ger\xF0 ekki tilb\xFAin",
|
|
37
37
|
/** Label for action when there are pending changes.*/
|
|
38
38
|
"action.publish.draft.label": "Birta",
|
|
39
|
+
/** Label for the "Publish" document action */
|
|
40
|
+
"action.publish.label": "Birta",
|
|
39
41
|
/** Label for the "Publish" document action when the document has live edit enabled.*/
|
|
40
42
|
"action.publish.live-edit.label": "Birta",
|
|
41
43
|
/** Fallback tooltip for the "Publish" document action when publish is invoked for a document with live edit enabled.*/
|
|
@@ -68,6 +70,8 @@ var structure = removeUndefinedLocaleResources({
|
|
|
68
70
|
"action.unpublish.label": "Afturkalla birtingu",
|
|
69
71
|
/** Fallback tooltip for the Unpublish document action when publish is invoked for a document with live edit enabled.*/
|
|
70
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",
|
|
71
75
|
/** The text for the restore button on the deleted document banner */
|
|
72
76
|
"banners.deleted-document-banner.restore-button.text": "Endurheimta n\xFDjustu \xFAtg\xE1funa",
|
|
73
77
|
/** The text content for the deleted document banner */
|
|
@@ -92,6 +96,8 @@ var structure = removeUndefinedLocaleResources({
|
|
|
92
96
|
"banners.permission-check-banner.request-permission-button.sent": "Bei\xF0ni um ritstj\xF3ra send",
|
|
93
97
|
/** The text for the request permission button that appears for viewer roles */
|
|
94
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",
|
|
95
101
|
/** The text for the reload button */
|
|
96
102
|
"banners.reference-changed-banner.reason-changed.reload-button.text": "Endurhla\xF0a tilv\xEDsun",
|
|
97
103
|
/** The text for the reference change banner if the reason is that the reference has been changed */
|
|
@@ -100,6 +106,34 @@ var structure = removeUndefinedLocaleResources({
|
|
|
100
106
|
"banners.reference-changed-banner.reason-removed.close-button.text": "Loka tilv\xEDsun",
|
|
101
107
|
/** The text for the reference change banner if the reason is that the reference has been deleted */
|
|
102
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",
|
|
103
137
|
/** Browser/tab title when creating a new document of a given type */
|
|
104
138
|
"browser-document-title.new-document": "N\xFDtt {{schemaType}}",
|
|
105
139
|
/** Browser/tab title when editing a document where the title cannot be resolved from preview configuration */
|
|
@@ -124,6 +158,22 @@ var structure = removeUndefinedLocaleResources({
|
|
|
124
158
|
"changes.tab.review-changes": "Endursko\xF0a breytingar",
|
|
125
159
|
/** The label used in the changes inspector for the to selector */
|
|
126
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",
|
|
127
177
|
/** The text in the "Cancel" button in the confirm delete dialog that cancels the action and closes the dialog */
|
|
128
178
|
"confirm-delete-dialog.cancel-button.text": "H\xE6tta vi\xF0",
|
|
129
179
|
/** Used in `confirm-delete-dialog.cdr-summary.title` */
|
|
@@ -148,8 +198,6 @@ var structure = removeUndefinedLocaleResources({
|
|
|
148
198
|
"confirm-delete-dialog.cdr-table.dataset.label": "Gagnasanf",
|
|
149
199
|
/** The header for the document ID column in the list of cross-dataset references found */
|
|
150
200
|
"confirm-delete-dialog.cdr-table.document-id.label": "Au\xF0kenni skjals",
|
|
151
|
-
/** The toast title when the copy button has been clicked */
|
|
152
|
-
"confirm-delete-dialog.cdr-table.id-copied-toast.title": "Afrita\xF0 a\xF0kenni skjals \xE1 klippibor\xF0!",
|
|
153
201
|
/** The toast title when the copy button has been clicked but copying failed */
|
|
154
202
|
"confirm-delete-dialog.cdr-table.id-copied-toast.title-failed": "Mist\xF3kst a\xF0 afrita skjalaau\xF0kenni",
|
|
155
203
|
/** The header for the project ID column in the list of cross-dataset references found */
|
|
@@ -236,6 +284,12 @@ var structure = removeUndefinedLocaleResources({
|
|
|
236
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",
|
|
237
285
|
/** The title of the sync lock toast on the form view */
|
|
238
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",
|
|
239
293
|
/** The loading messaging for when the tooltip is still loading permission info */
|
|
240
294
|
"insufficient-permissions-message-tooltip.loading-text": "Hle\xF0ur\u2026",
|
|
241
295
|
/** --- Menu items --- */
|
|
@@ -315,6 +369,8 @@ var structure = removeUndefinedLocaleResources({
|
|
|
315
369
|
"panes.document-operation-results.operation-success": "A\xF0ger\xF0 {{context}} \xE1 skjali t\xF3kst",
|
|
316
370
|
/** The text when copy URL operation succeeded */
|
|
317
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",
|
|
318
374
|
/** The text when a delete operation succeeded */
|
|
319
375
|
"panes.document-operation-results.operation-success_delete": "Skjalinu var eytt",
|
|
320
376
|
/** The text when a discard changes operation succeeded */
|
|
@@ -329,8 +385,6 @@ var structure = removeUndefinedLocaleResources({
|
|
|
329
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.",
|
|
330
386
|
/** The document title shown when document title is "undefined" in operation message */
|
|
331
387
|
"panes.document-operation-results.operation-undefined-title": "\xD3titla\xF0",
|
|
332
|
-
/** The title of the reconnecting toast */
|
|
333
|
-
"panes.document-pane-provider.reconnecting.title": "Tenging rofna\xF0i. Endurtengi\u2026",
|
|
334
388
|
/** The loading message for the document not found pane */
|
|
335
389
|
"panes.document-pane.document-not-found.loading": "Hle\xF0 skjali\u2026",
|
|
336
390
|
/** The text of the document not found pane if the schema is known */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"structure.js","sources":["../../src/structure.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for the \"Copy Document URL\" document action */\n 'action.copy-document-url.label': 'Afrita skjalavefslóð',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.delete.disabled.not-ready': 'Aðgerð ekki tilbúin',\n /** Tooltip when action button is disabled because the document does not exist */\n 'action.delete.disabled.nothing-to-delete': 'Þetta skjal er ekki til eða nú þegar eytt',\n /** Label for the \"Delete\" document action button */\n 'action.delete.label': 'Eyða',\n /** Label for the \"Delete\" document action while the document is being deleted */\n 'action.delete.running.label': 'Eyði…',\n /** Message prompting the user to confirm discarding changes */\n 'action.discard-changes.confirm-dialog.confirm-discard-changes':\n 'Ertu viss um að þú viljir henda öllum breytingum síðan síðast var birt?',\n /** Tooltip when action is disabled because the document has no unpublished changes */\n 'action.discard-changes.disabled.no-change': 'Þetta skjal hefur engar óbirtar breytingar',\n /** Tooltip when action is disabled because the document is not published */\n 'action.discard-changes.disabled.not-published': 'Þetta skjal er ekki birt',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.discard-changes.disabled.not-ready': 'Aðgerð ekki tilbúin',\n /** Label for the \"Discard changes\" document action */\n 'action.discard-changes.label': 'Henda breytingum',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.duplicate.disabled.not-ready': 'Aðgerð ekki tilbúin',\n /** Tooltip when action is disabled because the document doesn't exist */\n 'action.duplicate.disabled.nothing-to-duplicate':\n 'Þetta skjal er ekki til svo það er ekkert að afrita',\n /** Label for the \"Duplicate\" document action */\n 'action.duplicate.label': 'Afrita',\n /** Label for the \"Duplicate\" document action while the document is being duplicated */\n 'action.duplicate.running.label': 'Afritun…',\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': 'Nú þegar birt',\n /** Tooltip when publish button is disabled because the document is already published.*/\n 'action.publish.already-published.tooltip': 'Birt fyrir {{timeSincePublished}} síðan',\n /** Tooltip when action is disabled because the studio is not ready.*/\n 'action.publish.disabled.not-ready': 'Aðgerð ekki tilbúin',\n /** Label for action when there are pending changes.*/\n 'action.publish.draft.label': 'Birta',\n /** Label for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.label': 'Birta',\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 'Get ekki birt þar sem Live Edit er virkt fyrir þessa skjalategund',\n /** Tooltip for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.tooltip':\n 'Live Edit er virkt fyrir þessa efni tegund og birting gerist sjálfkrafa þegar þú gerir breytingar',\n /** Tooltip when publish button is disabled because there are no changes.*/\n 'action.publish.no-changes.tooltip': 'Engar óbirtar breytingar',\n /** Label for the \"Publish\" document action when there are no changes.*/\n 'action.publish.published.label': 'Birt',\n /** Label for the \"Publish\" document action while publish is being executed.*/\n 'action.publish.running.label': 'Birti…',\n /** Tooltip when the \"Publish\" document action is disabled due to validation issues */\n 'action.publish.validation-issues.tooltip':\n 'Það eru staðfestingarvillur sem þarf að laga áður en hægt er að birta þetta skjal',\n /** Tooltip when publish button is waiting for validation and async tasks to complete.*/\n 'action.publish.waiting': 'Bíð eftir að verkefni klárist áður en er birt',\n /** Message prompting the user to confirm that they want to restore to an earlier revision*/\n 'action.restore.confirm.message': 'Ertu viss um að þú viljir endurheimta þetta skjal?',\n /** Fallback tooltip for when user is looking at the initial revision */\n 'action.restore.disabled.cannot-restore-initial': 'Þú getur ekki endurheimt upphaflegu útgáfuna',\n /** Label for the \"Restore\" document action */\n 'action.restore.label': 'Endurheimta',\n /** Default tooltip for the action */\n 'action.restore.tooltip': 'Endurheimta þessa útgáfu',\n /** Tooltip when action is disabled because the document is not already published */\n 'action.unpublish.disabled.not-published': 'Þetta skjal er ekki birt',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.unpublish.disabled.not-ready': 'Aðgerð ekki tilbúin',\n /** Label for the \"Unpublish\" document action */\n 'action.unpublish.label': 'Afturkalla birtingu',\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 'Þetta skjal hefur beina ritun virkjaða og getur ekki verið afturkallað',\n\n /** The text for the restore button on the deleted document banner */\n 'banners.deleted-document-banner.restore-button.text': 'Endurheimta nýjustu útgáfuna',\n /** The text content for the deleted document banner */\n 'banners.deleted-document-banner.text': 'Þessu skjali hefur verið eytt.',\n /** The text content for the deprecated document type banner */\n 'banners.deprecated-document-type-banner.text': 'Þessi skjaltýpa er úrelt.',\n /** The text for publish action for discarding the version */\n 'banners.live-edit-draft-banner.discard.tooltip': 'Henda drögunum',\n /** The text for publish action for the draft banner */\n 'banners.live-edit-draft-banner.publish.tooltip': 'Birta til að halda áfram að breyta',\n /** The text content for the live edit document when it's a draft */\n 'banners.live-edit-draft-banner.text':\n 'Tegundin <strong>{{schemaType}}</strong> hefur <code>liveEdit</code> virkt, en drög að þessu skjali eru til. Birta eða henda drögunum til að halda áfram að breyta því í rauntíma.',\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 'Hlutverk þitt <Roles/> hefur ekki heimildir til að búa til þetta skjal.',\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 'Hlutverk þín <Roles/> hafa ekki heimildir til að búa til þetta skjal.',\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 'Hlutverk þitt <Roles/> hefur ekki heimildir til að uppfæra þetta skjal.',\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 'Hlutverk þín <Roles/> hafa ekki heimildir til að uppfæra þetta skjal.',\n /** The pending text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.sent': 'Beiðni um ritstjóra send',\n /** The text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.text': 'Biðja um að fá að breyta',\n /** The text for the reload button */\n 'banners.reference-changed-banner.reason-changed.reload-button.text': 'Endurhlaða tilvísun',\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 'Þessi tilvísun hefur breyst síðan þú opnaðir hana.',\n /** The text for the close button */\n 'banners.reference-changed-banner.reason-removed.close-button.text': 'Loka tilvísun',\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 'Þessi tilvísun hefur verið fjarlægð síðan þú opnaðir hana.',\n\n /** Browser/tab title when creating a new document of a given type */\n 'browser-document-title.new-document': 'Nýtt {{schemaType}}',\n /** Browser/tab title when editing a document where the title cannot be resolved from preview configuration */\n 'browser-document-title.untitled-document': 'Ótitlað',\n\n /** The action menu button aria-label */\n 'buttons.action-menu-button.aria-label': 'Opna skjalaðgerðir',\n /** The action menu button tooltip */\n 'buttons.action-menu-button.tooltip': 'Aðgerðir skjals',\n /** The aria-label for the split pane button on the document panel header */\n 'buttons.split-pane-button.aria-label': 'Kljúfa glugga til hægri',\n /** The tool tip for the split pane button on the document panel header */\n 'buttons.split-pane-button.tooltip': 'Kljúfa glugga til hægri',\n /** The title for the close button on the split pane on the document panel header */\n 'buttons.split-pane-close-button.title': 'Loka kljúfðum glugga',\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': 'Loka gluggahópi',\n\n /** The label used in the changes inspector for the from selector */\n 'changes.from.label': 'Frá',\n /* The label for the history tab in the changes inspector*/\n 'changes.tab.history': 'Saga',\n /* The label for the review tab in the changes inspector*/\n 'changes.tab.review-changes': 'Endurskoða breytingar',\n /** The label used in the changes inspector for the to selector */\n 'changes.to.label': 'Til',\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': 'Hætta við',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_one': '1 skjal',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_other': '{{count}} skjöl',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_one': 'Gagnasafn: {{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': 'Gagnasöfn: {{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': 'Ófáanlegt gagnasafn',\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': 'Ófáanleg gagnasöfn',\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}} í öðru gagnasafni',\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}} í {{count}} gagnasöfnum',\n /** Appears when hovering over the copy button to copy */\n 'confirm-delete-dialog.cdr-table.copy-id-button.tooltip': 'Afrita auðkenni á klippiborð',\n /** The header for the dataset column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.dataset.label': 'Gagnasanf',\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': 'Auðkenni skjals',\n /** The toast title when the copy button has been clicked */\n 'confirm-delete-dialog.cdr-table.id-copied-toast.title': 'Afritað aðkenni skjals á klippiborð!',\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 'Mistókst að afrita skjalaauðkenni',\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': 'Auðkenni verkefnis',\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': 'Eyða samt',\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': 'Afbirta samt',\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': 'Eyða núna',\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': 'Afbirta núna',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_delete':\n 'Ertu viss um að þú viljir eyða „<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 'Ertu viss um að þú viljir afbirta „<DocumentTitle/>“?',\n /** The text body of the error dialog. */\n 'confirm-delete-dialog.error.message.text': 'Villa kom upp við hleðslu vísandi skjala.',\n /** The text in the retry button of the confirm delete dialog if an error occurred. */\n 'confirm-delete-dialog.error.retry-button.text': 'Reyna aftur',\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': 'Villa',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_delete': 'Eyða skjali?',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_unpublish': 'Afbirta skjal?',\n /** The text that appears while the referring documents are queried */\n 'confirm-delete-dialog.loading.text': 'Leita að vísandi skjölum…',\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 önnur tilvísun ekki sýnd',\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}} aðrar tilvísanir ekki sýndar',\n /** Text in the tooltip of this component if hovering over the info icon */\n 'confirm-delete-dialog.other-reference-count.tooltip':\n 'Við getum ekki birt upplýsingar um þessar tilvísanir vegna vöntunar aðgangstokens fyrir tengd gagnasett.',\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': 'Forskoðun ekki í boði',\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 'Ef þú eyðir þessu skjali munu skjöl sem vísa í það ekki lengur geta nálgast það.',\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 'Ef þú afturkallar birtingu þessa skjals munu skjöl sem vísa í það ekki lengur geta nálgast það.',\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': '1 skjal vísar í “<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}} skjöl vísa í “<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 'Þú getur ekki eytt “<DocumentTitle/>” þar sem eftirfarandi skjöl vísa í það:',\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 'Þú getur ekki afturkallað birtingu “<DocumentTitle/>” þar sem eftirfarandi skjöl vísa í það:',\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': 'Hætta við',\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': 'Staðfesta',\n\n /** For the default structure definition, the title for the \"Content\" pane */\n 'default-definition.content-title': 'Efni',\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': 'Villa: {{errorMessage}}',\n /** The text shown if the preview value for a document is non-existent or empty */\n 'doc-title.fallback.text': 'Ótitlað',\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': 'Óþekkt skema tegund: {{schemaType}}',\n\n /** Tooltip text shown for the close button of the document inspector */\n 'document-inspector.close-button.tooltip': 'Loka',\n /** The title shown in the dialog header, when inspecting a valid document */\n 'document-inspector.dialog.title': 'Skoða <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': 'Engin gildi',\n /** Title shown for menu item that opens the \"Inspect\" dialog */\n 'document-inspector.menu-item.title': 'Skoða',\n /** the placeholder text for the search input on the inspect dialog */\n 'document-inspector.search.placeholder': 'Leita',\n /** The \"parsed\" view mode, meaning the JSON is searchable, collapsible etc */\n 'document-inspector.view-mode.parsed': 'Greindur',\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': 'Hrátt JSON',\n\n /** The text for when a form is hidden */\n 'document-view.form-view.form-hidden': 'Þetta eyðublað er falið',\n /** Fallback title shown when a form title is not provided */\n 'document-view.form-view.form-title-fallback': 'Titilllaus',\n /** The text for when the form view is loading a document */\n 'document-view.form-view.loading': 'Hleð skjali…',\n /** The description of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.description':\n 'Vinsamlegast bíddu á meðan skjalið er samstillt. Þetta gerist venjulega strax eftir að skjalið hefur verið birt, og ætti ekki að taka meira en nokkrar sekúndur',\n /** The title of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.title': 'Samstilli skjal…',\n\n /** The loading messaging for when the tooltip is still loading permission info */\n 'insufficient-permissions-message-tooltip.loading-text': 'Hleður…',\n\n /** --- Menu items --- */\n /** The menu item group title to use for the Action menu items */\n 'menu-item-groups.actions-group': 'Aðgerðir',\n /** The menu item group title to use for the Layout menu items */\n 'menu-item-groups.layout-group': 'Skipulag',\n /** The menu item group title to use for the Sort menu items */\n 'menu-item-groups.sorting-group': 'Röðun',\n\n /** The menu item title to use the compact view */\n 'menu-items.layout.compact-view': 'Þjappað útlit',\n /** The menu item title to use the detailed view */\n 'menu-items.layout.detailed-view': 'Ítarlegt útlit',\n /** The menu item title to Sort by Created */\n 'menu-items.sort-by.created': 'Raða eftir stofnun',\n /** The menu item title to Sort by Last Edited */\n 'menu-items.sort-by.last-edited': 'Raða eftir síðast breytt',\n\n /** The link text of the no document type screen that appears directly below the subtitle */\n 'no-document-types-screen.link-text': 'Lærðu hvernig á að bæta við skjalategund →',\n /** The subtitle of the no document type screen that appears directly below the title */\n 'no-document-types-screen.subtitle':\n 'Vinsamlegast skilgreindu að minnsta kosti eina skjalgerð í skemanu þínu.',\n /** The title of the no document type screen */\n 'no-document-types-screen.title': 'Engar skjalgerðir',\n\n /** Text shown on back button visible on smaller breakpoints */\n 'pane-header.back-button.text': 'Til baka',\n /** tooltip text (via `title` attribute) for the menu button */\n 'pane-header.context-menu-button.tooltip': 'Sýna valmynd',\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': 'Búa til',\n /** Tooltip displayed on the create new button in document lists */\n 'pane-header.create-new-button.tooltip': 'Búa til nýtt skjal',\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': 'Ófullnægjandi heimildir',\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': 'Breytt <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': 'Engar óbirtar breytingar',\n /** The subtitle tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.subtitle': 'Skjal: <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 'Engin skema fundin fyrir tegund <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': 'Birt <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': 'Engar óbirtar breytingar',\n\n /** The text used in the document header title if there is an error */\n 'panes.document-header-title.error.text': 'Villa: {{error}}',\n /** The text used in the document header title if creating a new item */\n 'panes.document-header-title.new.text': 'Nýtt {{schemaType}}',\n /** The text used in the document header title if no other title can be determined */\n 'panes.document-header-title.untitled.text': 'Ótitlað',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text': 'Villa: <Code>{{error}}</Code>',\n /** The error title on the document list pane */\n 'panes.document-list-pane.error.title': 'Gat ekki sótt lista yfir atriði',\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': 'Birtir hámark af {{limit}} skjölum',\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': 'Engin skjöl af þessari tegund',\n /** The text of the document list pane if no documents are found */\n 'panes.document-list-pane.no-documents.text': 'Engar niðurstöður fundust',\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': 'Engin passandi skjöl',\n /** The aria-label for the search input on the document list pane */\n 'panes.document-list-pane.search-input.aria-label': 'Leita í lista',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.search-input.placeholder': 'Leita í lista',\n /** The summary title when displaying an error for a document operation result */\n 'panes.document-operation-results.error.summary.title': 'Upplýsingar',\n /** The text when a generic operation failed (fallback, generally not shown) */\n 'panes.document-operation-results.operation-error': 'Villa kom upp við {{context}}',\n /** The text when a delete operation failed */\n 'panes.document-operation-results.operation-error_delete':\n 'Villa kom upp við tilraun til að eyða þessu skjali. Þetta þýðir yfirleitt að önnur skjöl vísa til þess.',\n /** The text when an unpublish operation failed */\n 'panes.document-operation-results.operation-error_unpublish':\n 'Villa kom upp við tilraun til að afturkalla birtingu þessa skjals. Þetta þýðir yfirleitt að önnur skjöl vísa til þess.',\n /** The text when a generic operation succeeded (fallback, generally not shown) */\n 'panes.document-operation-results.operation-success': 'Aðgerð {{context}} á skjali tókst',\n /** The text when copy URL operation succeeded */\n 'panes.document-operation-results.operation-success_copy-url':\n 'Skjalavefslóð afrituð á klippiborð',\n /** The text when a delete operation succeeded */\n 'panes.document-operation-results.operation-success_delete': 'Skjalinu var eytt',\n /** The text when a discard changes operation succeeded */\n 'panes.document-operation-results.operation-success_discardChanges':\n 'Öllum breytingum síðan síðast var birt hefur nú verið hent. Hægt er að endurheimta hentum drögum úr sögunni',\n /** The text when a duplicate operation succeeded */\n 'panes.document-operation-results.operation-success_duplicate':\n 'Skjalið var afritað með góðum árangri',\n /** The text when a publish operation succeeded */\n 'panes.document-operation-results.operation-success_publish': 'Skjalið var birt',\n /** The text when a restore operation succeeded */\n 'panes.document-operation-results.operation-success_restore':\n '<Strong>{{title}}</Strong> var endurheimt',\n /** The text when an unpublish operation succeeded */\n 'panes.document-operation-results.operation-success_unpublish':\n 'Birtingu skjalsins var afturkallað. Drög hafa verið búin til úr síðustu birtu útgáfu.',\n /** The document title shown when document title is \"undefined\" in operation message */\n 'panes.document-operation-results.operation-undefined-title': 'Ótitlað',\n /** The title of the reconnecting toast */\n 'panes.document-pane-provider.reconnecting.title': 'Tenging rofnaði. Endurtengi…',\n /** The loading message for the document not found pane */\n 'panes.document-pane.document-not-found.loading': 'Hleð skjali…',\n /** The text of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.text':\n 'Skjalategundin er ekki skilgreind, og ekki tókst að finna skjal með auðkennið <Code>{{id}}</Code>.',\n /** The title of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.title': 'Skjalið fannst ekki',\n /** The text of the document not found pane if the schema is not found */\n 'panes.document-pane.document-unknown-type.text':\n 'Þetta skjal hefur skematýpuna <Code>{{documentType}}</Code>, sem er ekki skilgreind sem týpa í staðbundnu efni stúdíó skemanu.',\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 'Óþekkt skjalategund: <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 'Þetta skjal er ekki til, og engin skematýpa var tilgreind fyrir það.',\n /** Default message shown while resolving the structure definition for an asynchronous node */\n 'panes.resolving.default-message': 'Hleður…',\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': 'Enn að hlaða…',\n /** The text to display when type is missing */\n 'panes.unknown-pane-type.missing-type.text':\n 'Byggingaratriði vantar nauðsynlega <Code>type</Code> eign.',\n /** The title of the unknown pane */\n 'panes.unknown-pane-type.title': 'Óþekkt gluggategund',\n /** The text to display when type is unknown */\n 'panes.unknown-pane-type.unknown-type.text':\n 'Byggingaratriði af gerðinni <Code>{{type}}</Code> er ekki þekkt eining.',\n\n /** The text for the \"Open preview\" action for a document */\n 'production-preview.menu-item.title': 'Opna forskoðun',\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': 'Senda beiðni',\n /** The description text for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.description.text':\n 'Beiðni þín verður send til verkefnisstjóra(nna). Ef þú vilt geturðu einnig haft með athugasemd',\n /** The header/title for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.header.text': 'Biðja um breytingarheimild',\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': 'Ef þú vilt geturðu bætt við athugasemd',\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': 'Bæta við athugasemd...',\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 'Beiðni þinni um aðgang að þessu verkefni hefur verið hafnað.',\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 'Þú hefur náð hámarki beiðna um hlutverk yfir öll verkefni. Vinsamlegast bíddu áður en þú sendir fleiri beiðnir eða hafðu samband við stjórnanda til að fá aðstoð.',\n\n /** Label for button when status is saved */\n 'status-bar.document-status-pulse.status.saved.text': 'Vistað',\n /** Label for button when status is syncing */\n 'status-bar.document-status-pulse.status.syncing.text': 'Er að vista...',\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': 'Síðast birt {{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': 'Síðast birt <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 'Síðast uppfært {{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': 'Síðast uppfært <RelativeTime/>',\n /** Aria label for the button */\n 'status-bar.review-changes-button.aria-label': 'Fara yfir breytingar',\n /** Label for button when status is saved */\n 'status-bar.review-changes-button.status.saved.text': 'Vistað!',\n /** Label for button when status is syncing */\n 'status-bar.review-changes-button.status.syncing.text': 'Vistar...',\n /** Text for the secondary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.changes-saved': 'Breytingar vistaðar',\n /** Primary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.text': 'Fara yfir breytingar',\n\n /** The text that appears in side the documentation link */\n 'structure-error.docs-link.text': 'Skoða skjölun',\n /** Labels the error message or error stack of the structure error screen */\n 'structure-error.error.label': 'Villa',\n /** The header that appears at the top of the error screen */\n 'structure-error.header.text': 'Villa kom upp við að lesa uppbyggingu',\n /** The text in the reload button to retry rendering the structure */\n 'structure-error.reload-button.text': 'Endurhlaða',\n /** Labels the structure path of the structure error screen */\n 'structure-error.structure-path.label': 'Slóð uppbyggingar',\n\n /** The aria label for the menu button in the timeline item */\n 'timeline-item.menu-button.aria-label': 'Opna aðgerðavalmynd',\n /** The text for the tooltip in menu button the timeline item */\n 'timeline-item.menu-button.tooltip': 'Aðgerðir',\n /** The text for the collapse action in the timeline item menu */\n 'timeline-item.menu.action-collapse': 'Fella saman',\n /** The text for the expand action in the timeline item menu */\n 'timeline-item.menu.action-expand': 'Útvíkka',\n})\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"structure.js","sources":["../../src/structure.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for the \"Copy Document URL\" document action */\n 'action.copy-document-url.label': 'Afrita skjalavefslóð',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.delete.disabled.not-ready': 'Aðgerð ekki tilbúin',\n /** Tooltip when action button is disabled because the document does not exist */\n 'action.delete.disabled.nothing-to-delete': 'Þetta skjal er ekki til eða nú þegar eytt',\n /** Label for the \"Delete\" document action button */\n 'action.delete.label': 'Eyða',\n /** Label for the \"Delete\" document action while the document is being deleted */\n 'action.delete.running.label': 'Eyði…',\n /** Message prompting the user to confirm discarding changes */\n 'action.discard-changes.confirm-dialog.confirm-discard-changes':\n 'Ertu viss um að þú viljir henda öllum breytingum síðan síðast var birt?',\n /** Tooltip when action is disabled because the document has no unpublished changes */\n 'action.discard-changes.disabled.no-change': 'Þetta skjal hefur engar óbirtar breytingar',\n /** Tooltip when action is disabled because the document is not published */\n 'action.discard-changes.disabled.not-published': 'Þetta skjal er ekki birt',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.discard-changes.disabled.not-ready': 'Aðgerð ekki tilbúin',\n /** Label for the \"Discard changes\" document action */\n 'action.discard-changes.label': 'Henda breytingum',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.duplicate.disabled.not-ready': 'Aðgerð ekki tilbúin',\n /** Tooltip when action is disabled because the document doesn't exist */\n 'action.duplicate.disabled.nothing-to-duplicate':\n 'Þetta skjal er ekki til svo það er ekkert að afrita',\n /** Label for the \"Duplicate\" document action */\n 'action.duplicate.label': 'Afrita',\n /** Label for the \"Duplicate\" document action while the document is being duplicated */\n 'action.duplicate.running.label': 'Afritun…',\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': 'Nú þegar birt',\n /** Tooltip when publish button is disabled because the document is already published.*/\n 'action.publish.already-published.tooltip': 'Birt fyrir {{timeSincePublished}} síðan',\n /** Tooltip when action is disabled because the studio is not ready.*/\n 'action.publish.disabled.not-ready': 'Aðgerð ekki tilbúin',\n /** Label for action when there are pending changes.*/\n 'action.publish.draft.label': 'Birta',\n /** Label for the \"Publish\" document action */\n 'action.publish.label': 'Birta',\n /** Label for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.label': 'Birta',\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 'Get ekki birt þar sem Live Edit er virkt fyrir þessa skjalategund',\n /** Tooltip for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.tooltip':\n 'Live Edit er virkt fyrir þessa efni tegund og birting gerist sjálfkrafa þegar þú gerir breytingar',\n /** Tooltip when publish button is disabled because there are no changes.*/\n 'action.publish.no-changes.tooltip': 'Engar óbirtar breytingar',\n /** Label for the \"Publish\" document action when there are no changes.*/\n 'action.publish.published.label': 'Birt',\n /** Label for the \"Publish\" document action while publish is being executed.*/\n 'action.publish.running.label': 'Birti…',\n /** Tooltip when the \"Publish\" document action is disabled due to validation issues */\n 'action.publish.validation-issues.tooltip':\n 'Það eru staðfestingarvillur sem þarf að laga áður en hægt er að birta þetta skjal',\n /** Tooltip when publish button is waiting for validation and async tasks to complete.*/\n 'action.publish.waiting': 'Bíð eftir að verkefni klárist áður en er birt',\n /** Message prompting the user to confirm that they want to restore to an earlier revision*/\n 'action.restore.confirm.message': 'Ertu viss um að þú viljir endurheimta þetta skjal?',\n /** Fallback tooltip for when user is looking at the initial revision */\n 'action.restore.disabled.cannot-restore-initial': 'Þú getur ekki endurheimt upphaflegu útgáfuna',\n /** Label for the \"Restore\" document action */\n 'action.restore.label': 'Endurheimta',\n /** Default tooltip for the action */\n 'action.restore.tooltip': 'Endurheimta þessa útgáfu',\n /** Tooltip when action is disabled because the document is not already published */\n 'action.unpublish.disabled.not-published': 'Þetta skjal er ekki birt',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.unpublish.disabled.not-ready': 'Aðgerð ekki tilbúin',\n /** Label for the \"Unpublish\" document action */\n 'action.unpublish.label': 'Afturkalla birtingu',\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 'Þetta skjal hefur beina ritun virkjaða og getur ekki verið afturkallað',\n\n /** Description for the archived release banner, rendered when viewing the history of a version document from the publihed view */\n 'banners.archived-release.description':\n 'Þú ert að skoða skjal sem er aðeins til lesturs og var vistað sem hluti af <VersionBadge>{{title}}</VersionBadge>. Það er ekki hægt að breyta því',\n /** The text for the restore button on the deleted document banner */\n 'banners.deleted-document-banner.restore-button.text': 'Endurheimta nýjustu útgáfuna',\n /** The text content for the deleted document banner */\n 'banners.deleted-document-banner.text': 'Þessu skjali hefur verið eytt.',\n /** The text content for the deprecated document type banner */\n 'banners.deprecated-document-type-banner.text': 'Þessi skjaltýpa er úrelt.',\n /** The text for publish action for discarding the version */\n 'banners.live-edit-draft-banner.discard.tooltip': 'Henda drögunum',\n /** The text for publish action for the draft banner */\n 'banners.live-edit-draft-banner.publish.tooltip': 'Birta til að halda áfram að breyta',\n /** The text content for the live edit document when it's a draft */\n 'banners.live-edit-draft-banner.text':\n 'Tegundin <strong>{{schemaType}}</strong> hefur <code>liveEdit</code> virkt, en drög að þessu skjali eru til. Birta eða henda drögunum til að halda áfram að breyta því í rauntíma.',\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 'Hlutverk þitt <Roles/> hefur ekki heimildir til að búa til þetta skjal.',\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 'Hlutverk þín <Roles/> hafa ekki heimildir til að búa til þetta skjal.',\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 'Hlutverk þitt <Roles/> hefur ekki heimildir til að uppfæra þetta skjal.',\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 'Hlutverk þín <Roles/> hafa ekki heimildir til að uppfæra þetta skjal.',\n /** The pending text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.sent': 'Beiðni um ritstjóra send',\n /** The text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.text': 'Biðja um að fá að breyta',\n /** Description for the archived release banner, rendered when viewing the history of a version document from the published view */\n 'banners.published-release.description':\n 'Þú ert að skoða skjal sem er aðeins til lesturs og var birt sem hluti af <VersionBadge>{{title}}</VersionBadge>. Það er ekki hægt að breyta því',\n /** The text for the reload button */\n 'banners.reference-changed-banner.reason-changed.reload-button.text': 'Endurhlaða tilvísun',\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 'Þessi tilvísun hefur breyst síðan þú opnaðir hana.',\n /** The text for the close button */\n 'banners.reference-changed-banner.reason-removed.close-button.text': 'Loka tilvísun',\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 'Þessi tilvísun hefur verið fjarlægð síðan þú opnaðir hana.',\n /** The text that appears for the action button to add the current document to the global release */\n 'banners.release.action.add-to-release': 'Bæta við útgáfu',\n /** The text that appears for the action button to add the current document to the global release */\n 'banners.release.action.open-to-edit': 'Opna útgáfu til að breyta',\n /** Toast description in case an error occurs when adding a document to a release */\n 'banners.release.error.description': 'Villa kom upp við að bæta skjali við útgáfuna: {{message}}',\n /** Toast title in case an error occurs when adding a document to a release */\n 'banners.release.error.title': 'Villa við að bæta skjali við útgáfu',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description': 'Skjalið er aðeins til í',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-end_one': 'útgáfunni',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-end_other': 'útgáfum',\n /** The text for the banner that appears when there are multiple versions but no drafts or published, only one extra releases */\n 'banners.release.navigate-to-edit-description-multiple_one':\n 'Þetta skjal er hluti af <VersionBadge/> útgáfunni og {{count}} annarri útgáfu.',\n /** The text for the banner that appears when there are multiple versions but no drafts or published, more than one extra releases */\n 'banners.release.navigate-to-edit-description-multiple_other':\n 'Þetta skjal er hluti af <VersionBadge/> útgáfunni og {{count}} öðrum útgáfum',\n /** The text for the banner that appears when a document only has one version but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-single':\n 'Þetta skjal er hluti af <VersionBadge/> útgáfunni',\n /** The text for the banner that appears when a document is not in the current global release */\n 'banners.release.not-in-release': 'Ekki í <VersionBadge>{{title}}</VersionBadge> útgáfunni.',\n /** Description of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */\n 'banners.release.waiting.description':\n 'Vinsamlegast bíddu á meðan skjalið er bætt við útgáfuna. Það ætti ekki að taka lengur en nokkrar sekúndur.',\n /** Title of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */\n 'banners.release.waiting.title': 'Bæti skjali við útgáfu…',\n /** The text content for the unpublished document banner when is part of a release */\n 'banners.unpublished-release-banner.text':\n 'Þetta skjal verður óbirt sem hluti af <VersionBadge>{{title}}</VersionBadge> útgáfunni',\n\n /** Browser/tab title when creating a new document of a given type */\n 'browser-document-title.new-document': 'Nýtt {{schemaType}}',\n /** Browser/tab title when editing a document where the title cannot be resolved from preview configuration */\n 'browser-document-title.untitled-document': 'Ótitlað',\n\n /** The action menu button aria-label */\n 'buttons.action-menu-button.aria-label': 'Opna skjalaðgerðir',\n /** The action menu button tooltip */\n 'buttons.action-menu-button.tooltip': 'Aðgerðir skjals',\n /** The aria-label for the split pane button on the document panel header */\n 'buttons.split-pane-button.aria-label': 'Kljúfa glugga til hægri',\n /** The tool tip for the split pane button on the document panel header */\n 'buttons.split-pane-button.tooltip': 'Kljúfa glugga til hægri',\n /** The title for the close button on the split pane on the document panel header */\n 'buttons.split-pane-close-button.title': 'Loka kljúfðum glugga',\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': 'Loka gluggahópi',\n\n /** The label used in the changes inspector for the from selector */\n 'changes.from.label': 'Frá',\n /* The label for the history tab in the changes inspector*/\n 'changes.tab.history': 'Saga',\n /* The label for the review tab in the changes inspector*/\n 'changes.tab.review-changes': 'Endurskoða breytingar',\n /** The label used in the changes inspector for the to selector */\n 'changes.to.label': 'Til',\n\n /** The error message shown when the specified document comparison mode is not supported */\n 'compare-version.error.invalidModeParam':\n '\"{{input}}\" er ekki studdur háttur til að bera saman skjöl.',\n /** The error message shown when the next document for comparison could not be extracted from the URL */\n 'compare-version.error.invalidNextDocumentParam': 'Næsta skjals parameter er ógilt.',\n /** The error message shown when the document comparison URL could not be parsed */\n 'compare-version.error.invalidParams.title': 'Ekki hægt að bera saman skjöl',\n /** The error message shown when the previous document for comparison could not be extracted from the URL */\n 'compare-version.error.invalidPreviousDocumentParam': 'Fyrri skjals parameter er ógilt.',\n\n /** The text for the \"Compare versions\" action for a document */\n 'compare-versions.menu-item.title': 'Bera saman útgáfur',\n /** The string used to label draft documents */\n 'compare-versions.status.draft': 'Drög',\n /** The string used to label published documents */\n 'compare-versions.status.published': 'Birt',\n /** The title used when comparing versions of a document */\n 'compare-versions.title': 'Bera saman útgáfur',\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': 'Hætta við',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_one': '1 skjal',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_other': '{{count}} skjöl',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_one': 'Gagnasafn: {{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': 'Gagnasöfn: {{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': 'Ófáanlegt gagnasafn',\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': 'Ófáanleg gagnasöfn',\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}} í öðru gagnasafni',\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}} í {{count}} gagnasöfnum',\n /** Appears when hovering over the copy button to copy */\n 'confirm-delete-dialog.cdr-table.copy-id-button.tooltip': 'Afrita auðkenni á klippiborð',\n /** The header for the dataset column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.dataset.label': 'Gagnasanf',\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': 'Auðkenni skjals',\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 'Mistókst að afrita skjalaauðkenni',\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': 'Auðkenni verkefnis',\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': 'Eyða samt',\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': 'Afbirta samt',\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': 'Eyða núna',\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': 'Afbirta núna',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_delete':\n 'Ertu viss um að þú viljir eyða „<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 'Ertu viss um að þú viljir afbirta „<DocumentTitle/>“?',\n /** The text body of the error dialog. */\n 'confirm-delete-dialog.error.message.text': 'Villa kom upp við hleðslu vísandi skjala.',\n /** The text in the retry button of the confirm delete dialog if an error occurred. */\n 'confirm-delete-dialog.error.retry-button.text': 'Reyna aftur',\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': 'Villa',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_delete': 'Eyða skjali?',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_unpublish': 'Afbirta skjal?',\n /** The text that appears while the referring documents are queried */\n 'confirm-delete-dialog.loading.text': 'Leita að vísandi skjölum…',\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 önnur tilvísun ekki sýnd',\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}} aðrar tilvísanir ekki sýndar',\n /** Text in the tooltip of this component if hovering over the info icon */\n 'confirm-delete-dialog.other-reference-count.tooltip':\n 'Við getum ekki birt upplýsingar um þessar tilvísanir vegna vöntunar aðgangstokens fyrir tengd gagnasett.',\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': 'Forskoðun ekki í boði',\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 'Ef þú eyðir þessu skjali munu skjöl sem vísa í það ekki lengur geta nálgast það.',\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 'Ef þú afturkallar birtingu þessa skjals munu skjöl sem vísa í það ekki lengur geta nálgast það.',\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': '1 skjal vísar í “<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}} skjöl vísa í “<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 'Þú getur ekki eytt “<DocumentTitle/>” þar sem eftirfarandi skjöl vísa í það:',\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 'Þú getur ekki afturkallað birtingu “<DocumentTitle/>” þar sem eftirfarandi skjöl vísa í það:',\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': 'Hætta við',\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': 'Staðfesta',\n\n /** For the default structure definition, the title for the \"Content\" pane */\n 'default-definition.content-title': 'Efni',\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': 'Villa: {{errorMessage}}',\n /** The text shown if the preview value for a document is non-existent or empty */\n 'doc-title.fallback.text': 'Ótitlað',\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': 'Óþekkt skema tegund: {{schemaType}}',\n\n /** Tooltip text shown for the close button of the document inspector */\n 'document-inspector.close-button.tooltip': 'Loka',\n /** The title shown in the dialog header, when inspecting a valid document */\n 'document-inspector.dialog.title': 'Skoða <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': 'Engin gildi',\n /** Title shown for menu item that opens the \"Inspect\" dialog */\n 'document-inspector.menu-item.title': 'Skoða',\n /** the placeholder text for the search input on the inspect dialog */\n 'document-inspector.search.placeholder': 'Leita',\n /** The \"parsed\" view mode, meaning the JSON is searchable, collapsible etc */\n 'document-inspector.view-mode.parsed': 'Greindur',\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': 'Hrátt JSON',\n\n /** The text for when a form is hidden */\n 'document-view.form-view.form-hidden': 'Þetta eyðublað er falið',\n /** Fallback title shown when a form title is not provided */\n 'document-view.form-view.form-title-fallback': 'Titilllaus',\n /** The text for when the form view is loading a document */\n 'document-view.form-view.loading': 'Hleð skjali…',\n /** The description of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.description':\n 'Vinsamlegast bíddu á meðan skjalið er samstillt. Þetta gerist venjulega strax eftir að skjalið hefur verið birt, og ætti ekki að taka meira en nokkrar sekúndur',\n /** The title of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.title': 'Samstilli skjal…',\n\n /**The title for the menu items that will be shown when expanding a publish release event to inspect the document */\n 'events.inspect.release': 'Skoða <VersionBadge>{{releaseTitle}}</VersionBadge> skjal',\n /**The title for the menu items that will be shown when expanding a publish draft event to inspect the draft document*/\n 'events.open.draft': 'Opna <VersionBadge>drög</VersionBadge> skjal',\n /**The title for the menu items that will be shown when expanding a publish release event to inspect the release*/\n 'events.open.release': 'Opna <VersionBadge>{{releaseTitle}}</VersionBadge> útgáfu',\n\n /** The loading messaging for when the tooltip is still loading permission info */\n 'insufficient-permissions-message-tooltip.loading-text': 'Hleður…',\n\n /** --- Menu items --- */\n /** The menu item group title to use for the Action menu items */\n 'menu-item-groups.actions-group': 'Aðgerðir',\n /** The menu item group title to use for the Layout menu items */\n 'menu-item-groups.layout-group': 'Skipulag',\n /** The menu item group title to use for the Sort menu items */\n 'menu-item-groups.sorting-group': 'Röðun',\n\n /** The menu item title to use the compact view */\n 'menu-items.layout.compact-view': 'Þjappað útlit',\n /** The menu item title to use the detailed view */\n 'menu-items.layout.detailed-view': 'Ítarlegt útlit',\n /** The menu item title to Sort by Created */\n 'menu-items.sort-by.created': 'Raða eftir stofnun',\n /** The menu item title to Sort by Last Edited */\n 'menu-items.sort-by.last-edited': 'Raða eftir síðast breytt',\n\n /** The link text of the no document type screen that appears directly below the subtitle */\n 'no-document-types-screen.link-text': 'Lærðu hvernig á að bæta við skjalategund →',\n /** The subtitle of the no document type screen that appears directly below the title */\n 'no-document-types-screen.subtitle':\n 'Vinsamlegast skilgreindu að minnsta kosti eina skjalgerð í skemanu þínu.',\n /** The title of the no document type screen */\n 'no-document-types-screen.title': 'Engar skjalgerðir',\n\n /** Text shown on back button visible on smaller breakpoints */\n 'pane-header.back-button.text': 'Til baka',\n /** tooltip text (via `title` attribute) for the menu button */\n 'pane-header.context-menu-button.tooltip': 'Sýna valmynd',\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': 'Búa til',\n /** Tooltip displayed on the create new button in document lists */\n 'pane-header.create-new-button.tooltip': 'Búa til nýtt skjal',\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': 'Ófullnægjandi heimildir',\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': 'Breytt <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': 'Engar óbirtar breytingar',\n /** The subtitle tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.subtitle': 'Skjal: <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 'Engin skema fundin fyrir tegund <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': 'Birt <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': 'Engar óbirtar breytingar',\n\n /** The text used in the document header title if there is an error */\n 'panes.document-header-title.error.text': 'Villa: {{error}}',\n /** The text used in the document header title if creating a new item */\n 'panes.document-header-title.new.text': 'Nýtt {{schemaType}}',\n /** The text used in the document header title if no other title can be determined */\n 'panes.document-header-title.untitled.text': 'Ótitlað',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text': 'Villa: <Code>{{error}}</Code>',\n /** The error title on the document list pane */\n 'panes.document-list-pane.error.title': 'Gat ekki sótt lista yfir atriði',\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': 'Birtir hámark af {{limit}} skjölum',\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': 'Engin skjöl af þessari tegund',\n /** The text of the document list pane if no documents are found */\n 'panes.document-list-pane.no-documents.text': 'Engar niðurstöður fundust',\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': 'Engin passandi skjöl',\n /** The aria-label for the search input on the document list pane */\n 'panes.document-list-pane.search-input.aria-label': 'Leita í lista',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.search-input.placeholder': 'Leita í lista',\n /** The summary title when displaying an error for a document operation result */\n 'panes.document-operation-results.error.summary.title': 'Upplýsingar',\n /** The text when a generic operation failed (fallback, generally not shown) */\n 'panes.document-operation-results.operation-error': 'Villa kom upp við {{context}}',\n /** The text when a delete operation failed */\n 'panes.document-operation-results.operation-error_delete':\n 'Villa kom upp við tilraun til að eyða þessu skjali. Þetta þýðir yfirleitt að önnur skjöl vísa til þess.',\n /** The text when an unpublish operation failed */\n 'panes.document-operation-results.operation-error_unpublish':\n 'Villa kom upp við tilraun til að afturkalla birtingu þessa skjals. Þetta þýðir yfirleitt að önnur skjöl vísa til þess.',\n /** The text when a generic operation succeeded (fallback, generally not shown) */\n 'panes.document-operation-results.operation-success': 'Aðgerð {{context}} á skjali tókst',\n /** The text when copy URL operation succeeded */\n 'panes.document-operation-results.operation-success_copy-url':\n 'Skjalavefslóð afrituð á klippiborð',\n /** */\n 'panes.document-operation-results.operation-success_createVersion':\n '<Strong>{{title}}</Strong> var bætt við útgáfuna',\n /** The text when a delete operation succeeded */\n 'panes.document-operation-results.operation-success_delete': 'Skjalinu var eytt',\n /** The text when a discard changes operation succeeded */\n 'panes.document-operation-results.operation-success_discardChanges':\n 'Öllum breytingum síðan síðast var birt hefur nú verið hent. Hægt er að endurheimta hentum drögum úr sögunni',\n /** The text when a duplicate operation succeeded */\n 'panes.document-operation-results.operation-success_duplicate':\n 'Skjalið var afritað með góðum árangri',\n /** The text when a publish operation succeeded */\n 'panes.document-operation-results.operation-success_publish': 'Skjalið var birt',\n /** The text when a restore operation succeeded */\n 'panes.document-operation-results.operation-success_restore':\n '<Strong>{{title}}</Strong> var endurheimt',\n /** The text when an unpublish operation succeeded */\n 'panes.document-operation-results.operation-success_unpublish':\n 'Birtingu skjalsins var afturkallað. Drög hafa verið búin til úr síðustu birtu útgáfu.',\n /** The document title shown when document title is \"undefined\" in operation message */\n 'panes.document-operation-results.operation-undefined-title': 'Ótitlað',\n /** The loading message for the document not found pane */\n 'panes.document-pane.document-not-found.loading': 'Hleð skjali…',\n /** The text of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.text':\n 'Skjalategundin er ekki skilgreind, og ekki tókst að finna skjal með auðkennið <Code>{{id}}</Code>.',\n /** The title of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.title': 'Skjalið fannst ekki',\n /** The text of the document not found pane if the schema is not found */\n 'panes.document-pane.document-unknown-type.text':\n 'Þetta skjal hefur skematýpuna <Code>{{documentType}}</Code>, sem er ekki skilgreind sem týpa í staðbundnu efni stúdíó skemanu.',\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 'Óþekkt skjalategund: <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 'Þetta skjal er ekki til, og engin skematýpa var tilgreind fyrir það.',\n /** Default message shown while resolving the structure definition for an asynchronous node */\n 'panes.resolving.default-message': 'Hleður…',\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': 'Enn að hlaða…',\n /** The text to display when type is missing */\n 'panes.unknown-pane-type.missing-type.text':\n 'Byggingaratriði vantar nauðsynlega <Code>type</Code> eign.',\n /** The title of the unknown pane */\n 'panes.unknown-pane-type.title': 'Óþekkt gluggategund',\n /** The text to display when type is unknown */\n 'panes.unknown-pane-type.unknown-type.text':\n 'Byggingaratriði af gerðinni <Code>{{type}}</Code> er ekki þekkt eining.',\n\n /** The text for the \"Open preview\" action for a document */\n 'production-preview.menu-item.title': 'Opna forskoðun',\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': 'Senda beiðni',\n /** The description text for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.description.text':\n 'Beiðni þín verður send til verkefnisstjóra(nna). Ef þú vilt geturðu einnig haft með athugasemd',\n /** The header/title for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.header.text': 'Biðja um breytingarheimild',\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': 'Ef þú vilt geturðu bætt við athugasemd',\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': 'Bæta við athugasemd...',\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 'Beiðni þinni um aðgang að þessu verkefni hefur verið hafnað.',\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 'Þú hefur náð hámarki beiðna um hlutverk yfir öll verkefni. Vinsamlegast bíddu áður en þú sendir fleiri beiðnir eða hafðu samband við stjórnanda til að fá aðstoð.',\n\n /** Label for button when status is saved */\n 'status-bar.document-status-pulse.status.saved.text': 'Vistað',\n /** Label for button when status is syncing */\n 'status-bar.document-status-pulse.status.syncing.text': 'Er að vista...',\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': 'Síðast birt {{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': 'Síðast birt <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 'Síðast uppfært {{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': 'Síðast uppfært <RelativeTime/>',\n /** Aria label for the button */\n 'status-bar.review-changes-button.aria-label': 'Fara yfir breytingar',\n /** Label for button when status is saved */\n 'status-bar.review-changes-button.status.saved.text': 'Vistað!',\n /** Label for button when status is syncing */\n 'status-bar.review-changes-button.status.syncing.text': 'Vistar...',\n /** Text for the secondary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.changes-saved': 'Breytingar vistaðar',\n /** Primary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.text': 'Fara yfir breytingar',\n\n /** The text that appears in side the documentation link */\n 'structure-error.docs-link.text': 'Skoða skjölun',\n /** Labels the error message or error stack of the structure error screen */\n 'structure-error.error.label': 'Villa',\n /** The header that appears at the top of the error screen */\n 'structure-error.header.text': 'Villa kom upp við að lesa uppbyggingu',\n /** The text in the reload button to retry rendering the structure */\n 'structure-error.reload-button.text': 'Endurhlaða',\n /** Labels the structure path of the structure error screen */\n 'structure-error.structure-path.label': 'Slóð uppbyggingar',\n\n /** The aria label for the menu button in the timeline item */\n 'timeline-item.menu-button.aria-label': 'Opna aðgerðavalmynd',\n /** The text for the tooltip in menu button the timeline item */\n 'timeline-item.menu-button.tooltip': 'Aðgerðir',\n /** The text for the collapse action in the timeline item menu */\n 'timeline-item.menu.action-collapse': 'Fella saman',\n /** The text for the expand action in the timeline item menu */\n 'timeline-item.menu.action-expand': 'Útvíkka',\n})\n"],"names":[],"mappings":"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"}
|