@sanity/locale-is-is 1.1.4 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/README.md +0 -5
  2. package/dist/{_chunks → _chunks-cjs}/comments.cjs +7 -7
  3. package/dist/_chunks-cjs/comments.cjs.map +1 -0
  4. package/dist/{_chunks → _chunks-cjs}/structure.cjs +26 -24
  5. package/dist/_chunks-cjs/structure.cjs.map +1 -0
  6. package/dist/{_chunks → _chunks-cjs}/studio.cjs +105 -42
  7. package/dist/_chunks-cjs/studio.cjs.map +1 -0
  8. package/dist/{_chunks → _chunks-cjs}/tasks.cjs +44 -7
  9. package/dist/_chunks-cjs/tasks.cjs.map +1 -0
  10. package/dist/{_chunks → _chunks-cjs}/validation.cjs +3 -3
  11. package/dist/_chunks-cjs/validation.cjs.map +1 -0
  12. package/dist/{_chunks → _chunks-cjs}/vision.cjs +5 -1
  13. package/dist/_chunks-cjs/vision.cjs.map +1 -0
  14. package/dist/{_chunks → _chunks-es}/comments.js +7 -7
  15. package/dist/_chunks-es/comments.js.map +1 -0
  16. package/dist/{_chunks → _chunks-es}/structure.js +26 -24
  17. package/dist/_chunks-es/structure.js.map +1 -0
  18. package/dist/{_chunks → _chunks-es}/studio.js +105 -42
  19. package/dist/_chunks-es/studio.js.map +1 -0
  20. package/dist/{_chunks → _chunks-es}/tasks.js +44 -7
  21. package/dist/_chunks-es/tasks.js.map +1 -0
  22. package/dist/{_chunks → _chunks-es}/validation.js +3 -3
  23. package/dist/_chunks-es/validation.js.map +1 -0
  24. package/dist/{_chunks → _chunks-es}/vision.js +5 -1
  25. package/dist/_chunks-es/vision.js.map +1 -0
  26. package/dist/index.cjs +6 -6
  27. package/dist/index.cjs.map +1 -1
  28. package/dist/index.d.cts +14 -0
  29. package/dist/index.d.ts +3 -3
  30. package/dist/index.js +6 -6
  31. package/dist/index.js.map +1 -1
  32. package/package.json +7 -4
  33. package/src/comments.ts +8 -7
  34. package/src/structure.ts +27 -24
  35. package/src/studio.ts +112 -42
  36. package/src/tasks.ts +44 -7
  37. package/src/validation.ts +3 -3
  38. package/src/vision.ts +5 -1
  39. package/dist/_chunks/comments.cjs.map +0 -1
  40. package/dist/_chunks/comments.js.map +0 -1
  41. package/dist/_chunks/structure.cjs.map +0 -1
  42. package/dist/_chunks/structure.js.map +0 -1
  43. package/dist/_chunks/studio.cjs.map +0 -1
  44. package/dist/_chunks/studio.js.map +0 -1
  45. package/dist/_chunks/tasks.cjs.map +0 -1
  46. package/dist/_chunks/tasks.js.map +0 -1
  47. package/dist/_chunks/validation.cjs.map +0 -1
  48. package/dist/_chunks/validation.js.map +0 -1
  49. package/dist/_chunks/vision.cjs.map +0 -1
  50. package/dist/_chunks/vision.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validation.cjs","sources":["../../src/validation.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Array must have exactly \"$wantedLength\" items, but has more/less */\n 'array.exact-length': 'Verður að hafa nákvæmlega {{wantedLength}} atriði',\n /** Portable Text array must have exactly \"$wantedLength\" blocks, but has more/less */\n 'array.exact-length_blocks': 'Verður að hafa nákvæmlega {{wantedLength}} blokkir',\n /** Array item is a duplicate, but array wants only unique items */\n 'array.item-duplicate': 'Má ekki vera afrit',\n /** Array has more than the maximum of \"$maxLength\" items */\n 'array.maximum-length': 'Má hafa í mesta lagi {{maxLength}} atriði',\n /** Portable Text array has more than the maximum of \"$maxLength\" items */\n 'array.maximum-length_blocks': 'Má hafa í mesta lagi {{maxLength}} blokkir',\n /** Array has less than the minimum of \"$minLength\" items */\n 'array.minimum-length': 'Verður að hafa að minnsta kosti {{minLength}} atriði',\n /** Portable Text array has less than the minimum of \"$minLength\" blocks */\n 'array.minimum-length_blocks': 'Verður að hafa að minnsta kosti {{minLength}} blokkir',\n\n /** Date is not valid or not in the correct format (ISO-8601) */\n 'date.invalid-format': 'Verður að vera gild ISO-8601 sniðin dagsetning',\n /** Date is later than the given maximum date \"$maxDate\" */\n 'date.maximum': 'Verður að vera á eða fyrir {{maxDate}}',\n /** Date is earlier than the given minimum date \"$minDate\" */\n 'date.minimum': 'Verður að vera á eða eftir {{minDate}}',\n\n /** A value of incorrect type is found, eg found `number` instead of `string` */\n 'generic.incorrect-type': 'Væntanleg týpa \"{{expectedType}}\", fékk \"{{actualType}}\"',\n /** Value is not one of the values specifically allowed */\n 'generic.not-allowed': 'Gildi passaði ekki við nein leyfð gildi',\n /** Value \"$givenValue\" is not one of the values specifically allowed */\n 'generic.not-allowed_hint': 'Gildi \"{{hint}}\" passaði ekki við nein leyfð gildi',\n /** A value is expected, but none is provided */\n 'generic.required': 'Krafist',\n\n /** Number is less than the given minimum threshold value \"$threshold\" */\n 'number.greater-than': 'Verður að vera meira en {{threshold}}',\n /** Number is greater than the given maximum threshold value \"$threshold\" */\n 'number.less-than': 'Verður að vera minna en {{threshold}}',\n /** Number is higher than the given maximum value \"$maxNumber\" */\n 'number.maximum': 'Verður að vera lægra en eða jafnt og {{maxNumber}}',\n /** Number has more precision (decimals) than the allowed \"$limit\" */\n 'number.maximum-precision': 'Hámarks nákvæmni er {{limit}}',\n /** Number is lower than the given minimum value \"$minNumber\" */\n 'number.minimum': 'Verður að vera meira en eða jafnt og {{minNumber}}',\n /** Number is not an integer (\"whole number\") */\n 'number.non-integer': 'Verður að vera heiltala',\n\n /** Object is missing a reference to an asset document in its `asset` field */\n 'object.asset-required': 'Eign er krafist',\n /** Object is missing a reference to a file asset document in its `asset` field */\n 'object.asset-required_file': 'Skrá er krafist',\n /** Object is missing a reference to an image asset document in its `asset` field */\n 'object.asset-required_image': 'Mynd er krafist',\n /** Object is not a reference to a document (eg `{_ref: 'documentId'}`) */\n 'object.not-reference': 'Verður að vera tilvísun í skjal',\n /** Object references a document which is not published */\n 'object.reference-not-published': 'Tilvísunarskjal verður að vera birt',\n\n /** Accessibility label for closing the validation panel */\n 'panel.close-button-aria-label': 'Loka staðfestingarvalmynd',\n /** Message shown when the validation panel is opened but there are no errors/warnings */\n 'panel.no-errors-message': 'Engar staðfestingarvillur',\n /** Title for the actual \"Validation\" panel/feature */\n 'panel.title': 'Staðfesting',\n\n /** Slug is an object, but is missing a `current` string property */\n 'slug.missing-current': 'Slug verður að hafa gildi',\n /** Slug is not an object (eg `{current: 'some-slug'}`) */\n 'slug.not-object': 'Slug verður að vera hlutur',\n /** Slug is already in use somewhere else, but needs to be unique */\n 'slug.not-unique': 'Slug er nú þegar í notkun',\n\n /** String is not a valid email address */\n 'string.email': 'Verður að vera gilt netfang',\n /** String has a different character length than the exact number \"$wantedLength\" */\n 'string.exact-length': 'Verður að vera nákvæmlega {{wantedLength}} stafir að lengd',\n /** String contains characters that are not in lowercase */\n 'string.lowercase': 'Verður að vera allt lágstafir',\n /** String is longer than the limit of \"$maxLength\" characters */\n 'string.maximum-length': 'Má vera í mesta lagi {{maxLength}} stafir að lengd',\n /** String is shorter than the limit of \"$minLength\" characters */\n 'string.minimum-length': 'Verður að vera að minnsta kosti {{minLength}} stafir að lengd',\n /** String does not match the given regular expression, but should */\n 'string.regex-does-not-match': 'Passar ekki við \"{{name}}\"-mynstrið',\n /** String matches the given regular expression, but should not */\n 'string.regex-match': 'Á ekki að passa við \"{{name}}\"-mynstrið',\n /** String contains characters that are not in uppercase */\n 'string.uppercase': 'Verður að vera allt hástafir',\n /** String contains a protocol/scheme that is not allowed, eg (`ftp`, `mailto`…) */\n 'string.url.disallowed-scheme': 'Passar ekki við leyfileg prótókól/snið',\n /** String contains a URL with a username or password specified before the host */\n 'string.url.includes-credentials': 'Notandanafn/lykilorð ekki leyft',\n /** String is not a valid URL */\n 'string.url.invalid': 'Ekki gild vefslóð',\n /** String is not an absolute URL (eg it is missing a protocol/host) */\n 'string.url.not-absolute': 'Afstæðar vefslóðir eru ekki leyfðar',\n /** String is not a relative URL (eg it contains a protocol/host) */\n 'string.url.not-relative': 'Aðeins afstæðar vefslóðir eru leyfðar',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";;;;AAEA,iBAAeA,qCAA+B,CAAA;AAAA;AAAA,EAE5C,oBAAsB,EAAA,kEAAA;AAAA;AAAA,EAEtB,2BAA6B,EAAA,gEAAA;AAAA;AAAA,EAE7B,sBAAwB,EAAA,uBAAA;AAAA;AAAA,EAExB,sBAAwB,EAAA,oDAAA;AAAA;AAAA,EAExB,6BAA+B,EAAA,kDAAA;AAAA;AAAA,EAE/B,sBAAwB,EAAA,kEAAA;AAAA;AAAA,EAExB,6BAA+B,EAAA,gEAAA;AAAA;AAAA,EAG/B,qBAAuB,EAAA,yDAAA;AAAA;AAAA,EAEvB,cAAgB,EAAA,oDAAA;AAAA;AAAA,EAEhB,cAAgB,EAAA,oDAAA;AAAA;AAAA,EAGhB,wBAA0B,EAAA,mEAAA;AAAA;AAAA,EAE1B,qBAAuB,EAAA,kDAAA;AAAA;AAAA,EAEvB,0BAA4B,EAAA,6DAAA;AAAA;AAAA,EAE5B,kBAAoB,EAAA,SAAA;AAAA;AAAA,EAGpB,qBAAuB,EAAA,6CAAA;AAAA;AAAA,EAEvB,kBAAoB,EAAA,6CAAA;AAAA;AAAA,EAEpB,gBAAkB,EAAA,gEAAA;AAAA;AAAA,EAElB,0BAA4B,EAAA,wCAAA;AAAA;AAAA,EAE5B,gBAAkB,EAAA,6DAAA;AAAA;AAAA,EAElB,oBAAsB,EAAA,+BAAA;AAAA;AAAA,EAGtB,uBAAyB,EAAA,iBAAA;AAAA;AAAA,EAEzB,4BAA8B,EAAA,oBAAA;AAAA;AAAA,EAE9B,6BAA+B,EAAA,iBAAA;AAAA;AAAA,EAE/B,sBAAwB,EAAA,6CAAA;AAAA;AAAA,EAExB,gCAAkC,EAAA,8CAAA;AAAA;AAAA,EAGlC,+BAAiC,EAAA,8BAAA;AAAA;AAAA,EAEjC,yBAA2B,EAAA,8BAAA;AAAA;AAAA,EAE3B,aAAe,EAAA,gBAAA;AAAA;AAAA,EAGf,sBAAwB,EAAA,iCAAA;AAAA;AAAA,EAExB,iBAAmB,EAAA,kCAAA;AAAA;AAAA,EAEnB,iBAAmB,EAAA,oCAAA;AAAA;AAAA,EAGnB,cAAgB,EAAA,mCAAA;AAAA;AAAA,EAEhB,qBAAuB,EAAA,2EAAA;AAAA;AAAA,EAEvB,kBAAoB,EAAA,wCAAA;AAAA;AAAA,EAEpB,uBAAyB,EAAA,6DAAA;AAAA;AAAA,EAEzB,uBAAyB,EAAA,2EAAA;AAAA;AAAA,EAEzB,6BAA+B,EAAA,2CAAA;AAAA;AAAA,EAE/B,oBAAsB,EAAA,qDAAA;AAAA;AAAA,EAEtB,kBAAoB,EAAA,uCAAA;AAAA;AAAA,EAEpB,8BAAgC,EAAA,uDAAA;AAAA;AAAA,EAEhC,iCAAmC,EAAA,oCAAA;AAAA;AAAA,EAEnC,oBAAsB,EAAA,yBAAA;AAAA;AAAA,EAEtB,yBAA2B,EAAA,oDAAA;AAAA;AAAA,EAE3B,yBAA2B,EAAA,yDAAA;AAC7B,CAAC,CAAA;;;;"}
@@ -36,6 +36,10 @@ var vision = sanity.removeUndefinedLocaleResources({
36
36
  "result.execution-time-label": "Framkv\xE6mdart\xEDmi",
37
37
  /** Label for "Result" explorer/view */
38
38
  "result.label": "Ni\xF0ursta\xF0a",
39
+ /** Tooltip text shown when the query result is not encodable as CSV */
40
+ "result.save-result-as-csv.not-csv-encodable": "Ni\xF0urst\xF6\xF0una er ekki h\xE6gt a\xF0 umrita sem CSV",
41
+ /** Label for "Save result as" result action */
42
+ "result.save-result-as-format": "Vista ni\xF0urst\xF6\xF0u sem <SaveResultButtons/>",
39
43
  /**
40
44
  * "Not applicable" message for when there is no Execution time or End to End time information
41
45
  * available for the query (eg when the query has not been executed, or errored)
@@ -46,7 +50,7 @@ var vision = sanity.removeUndefinedLocaleResources({
46
50
  /** Label for the "Custom API version" input in settings, shown when "other" is chosen as API version */
47
51
  "settings.custom-api-version-label": "S\xE9rsni\xF0in API \xFAtg\xE1fa",
48
52
  /** Label for the "Dataset" dropdown in vision settings */
49
- "settings.dataset-label": "Dataset",
53
+ "settings.dataset-label": "Gagnasafn",
50
54
  /** Error label for when the API version in 'Custom API version' input is invalid */
51
55
  "settings.error.invalid-api-version": "\xD3gild API \xFAtg\xE1fa",
52
56
  /** Label for the "other" versions within the "API version" dropdown */
@@ -0,0 +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":";;;;AAEA,aAAeA,qCAA+B,CAAA;AAAA;AAAA,EAE5C,8BAAgC,EAAA,2BAAA;AAAA;AAAA,EAEhC,sBAAwB,EAAA,QAAA;AAAA;AAAA,EAExB,uBAAyB,EAAA,QAAA;AAAA;AAAA,EAEzB,qBAAuB,EAAA,iBAAA;AAAA;AAAA,EAEvB,sBAAwB,EAAA,UAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMxB,WAAa,EAAA,SAAA;AAAA;AAAA,EAGb,kCAAoC,EAAA,+BAAA;AAAA;AAAA,EAEpC,cAAgB,EAAA,YAAA;AAAA;AAAA,EAGhB,oBAAsB,EAAA,WAAA;AAAA;AAAA,EAEtB,kBAAoB,EAAA,SAAA;AAAA;AAAA,EAEpB,aAAe,EAAA,YAAA;AAAA;AAAA,EAEf,WAAa,EAAA,2BAAA;AAAA;AAAA,EAGb,8BAAgC,EAAA,eAAA;AAAA;AAAA,EAEhC,6BAA+B,EAAA,uBAAA;AAAA;AAAA,EAE/B,cAAgB,EAAA,kBAAA;AAAA;AAAA,EAEhB,6CAA+C,EAAA,4DAAA;AAAA;AAAA,EAE/C,8BAAgC,EAAA,oDAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhC,8BAAgC,EAAA,oBAAA;AAAA;AAAA,EAGhC,4BAA8B,EAAA,kBAAA;AAAA;AAAA,EAE9B,mCAAqC,EAAA,kCAAA;AAAA;AAAA,EAErC,wBAA0B,EAAA,WAAA;AAAA;AAAA,EAE1B,oCAAsC,EAAA,2BAAA;AAAA;AAAA,EAEtC,kCAAoC,EAAA,UAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAKpC,4BAA8B,EAAA,aAAA;AAAA;AAAA,EAE9B,wCAA0C,EAAA,kBAAA;AAAA;AAAA,EAE1C,mCACE,EAAA,+GAAA;AAAA;AAAA,EAEF,6BAA+B,EAAA,cAAA;AACjC,CAAC,CAAA;;;;"}
@@ -28,7 +28,7 @@ var comments = removeUndefinedLocaleResources({
28
28
  /** The inspector successfully copied link text */
29
29
  "copy-link-success-message": "Tengill afrita\xF0ur \xE1 klippibor\xF0",
30
30
  /** The delete dialog body for a comment */
31
- "delete-comment.body": "Einu sinni eytt, er ekki h\xE6gt a\xF0 endurheimta athugasemd.",
31
+ "delete-comment.body": "Ekki h\xE6gt a\xF0 endurheimta athugasemd eftir a\xF0 henni er eitt.",
32
32
  /** The delete dialog confirm button text for a comment */
33
33
  "delete-comment.confirm": "Ey\xF0a athugasemd",
34
34
  /** The delete dialog title for a comment */
@@ -36,7 +36,7 @@ var comments = removeUndefinedLocaleResources({
36
36
  /** The delete dialog error */
37
37
  "delete-dialog.error": "Villa kom upp vi\xF0 a\xF0 ey\xF0a athugasemdinni. Vinsamlegast reyndu aftur.",
38
38
  /** The delete dialog body for a thread */
39
- "delete-thread.body": "\xDEessi athugasemd og sv\xF6r hennar ver\xF0a eytt, og einu sinni eytt er ekki h\xE6gt a\xF0 endurheimta \xFEau.",
39
+ "delete-thread.body": "\xDEessi athugasemd og sv\xF6rum hennar ver\xF0a eytt, og ekki er h\xE6gt a\xF0 endurheimta \xFEau eftir a\xF0 \xFEeim er eytt.",
40
40
  /** The delete dialog conform button text for a thread */
41
41
  "delete-thread.confirm": "Ey\xF0a \xFEr\xE6\xF0i",
42
42
  /** The delete dialog title for a thread */
@@ -52,7 +52,7 @@ var comments = removeUndefinedLocaleResources({
52
52
  /** Sharing feedback on the comments feature: The form title */
53
53
  "feature-feedback.title": "Hj\xE1lpa\xF0u til vi\xF0 a\xF0 b\xE6ta ",
54
54
  /** The name of the comments feature, for use in header. Capitalized, eg "Comments". */
55
- "feature-name": "Comments",
55
+ "feature-name": "Athugasemdir",
56
56
  /** Aria label for button above fields to add a comment, when the field currently do not have any comments */
57
57
  "field-button.aria-label-add": "B\xE6ta vi\xF0 athugasemd",
58
58
  /** Aria label for button above fields that opens the comments for this field, when there are existing comments */
@@ -64,7 +64,7 @@ var comments = removeUndefinedLocaleResources({
64
64
  /** Text shown in popover when hovering the button above fields to add a comment, when the field currently do not have any comments */
65
65
  "field-button.title": "B\xE6ta vi\xF0 athugasemd",
66
66
  /* The text shown in the inline comment button when the button is disabled due to overlap */
67
- "inline-add-comment-button.disabled-overlap-title": "Ekki er h\xE6gt a\xF0 hafa skarandi athugasemdir",
67
+ "inline-add-comment-button.disabled-overlap-title": "Ekki er h\xE6gt a\xF0 hafa athugasemdir sem skarast",
68
68
  /** The text shown in the inline comment button */
69
69
  "inline-add-comment-button.title": "B\xE6ta vi\xF0 athugasemd",
70
70
  /** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */
@@ -108,9 +108,9 @@ var comments = removeUndefinedLocaleResources({
108
108
  /** The button aria label to re-open a comment that is resolved */
109
109
  "list-item.re-open-resolved-aria-label": "Opna aftur",
110
110
  /** The button aria label to mark a comment as resolved */
111
- "list-item.resolved-tooltip-aria-label": "Merktu athugasemd sem leyst",
111
+ "list-item.resolved-tooltip-aria-label": "Merktu athugasemd sem leysta",
112
112
  /** The button text to mark a comment as resolved */
113
- "list-item.resolved-tooltip-content": "Merktu sem leyst",
113
+ "list-item.resolved-tooltip-content": "Merktu sem leysta",
114
114
  /** The empty state text for open comments */
115
115
  "list-status.empty-state-open-text": "Opnar athugasemdir \xE1 \xFEessu skjali ver\xF0a s\xFDndar h\xE9r.",
116
116
  /** The empty state title for open comments */
@@ -122,7 +122,7 @@ var comments = removeUndefinedLocaleResources({
122
122
  /** The list status message for error */
123
123
  "list-status.error": "Eitthva\xF0 f\xF3r \xFArskei\xF0is",
124
124
  /** The list status message for loading status */
125
- "list-status.loading": "Hle\xF0 athugasemdum",
125
+ "list-status.loading": "Hle\xF0ur athugasemdum",
126
126
  /** Text shown when no users can be found to mention */
127
127
  "mentions.no-users-found": "Engir notendur fundust",
128
128
  /** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */
@@ -0,0 +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":"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"}
@@ -4,7 +4,7 @@ var structure = removeUndefinedLocaleResources({
4
4
  /** Tooltip when action button is disabled because the operation is not ready */
5
5
  "action.delete.disabled.not-ready": "A\xF0ger\xF0 ekki tilb\xFAin",
6
6
  /** Tooltip when action button is disabled because the document does not exist */
7
- "action.delete.disabled.nothing-to-delete": "\xDEetta skjal er ekki til e\xF0a \xFEegar eytt",
7
+ "action.delete.disabled.nothing-to-delete": "\xDEetta skjal er ekki til e\xF0a n\xFA \xFEegar eytt",
8
8
  /** Label for the "Delete" document action button */
9
9
  "action.delete.label": "Ey\xF0a",
10
10
  /** Label for the "Delete" document action while the document is being deleted */
@@ -50,7 +50,7 @@ var structure = removeUndefinedLocaleResources({
50
50
  /** Tooltip when the "Publish" document action is disabled due to validation issues */
51
51
  "action.publish.validation-issues.tooltip": "\xDEa\xF0 eru sta\xF0festingarvillur sem \xFEarf a\xF0 laga \xE1\xF0ur en h\xE6gt er a\xF0 birta \xFEetta skjal",
52
52
  /** Tooltip when publish button is waiting for validation and async tasks to complete.*/
53
- "action.publish.waiting": "B\xED\xF0 eftir a\xF0 verkefni kl\xE1rist \xE1\xF0ur en birt er",
53
+ "action.publish.waiting": "B\xED\xF0 eftir a\xF0 verkefni kl\xE1rist \xE1\xF0ur en er birt",
54
54
  /** Message prompting the user to confirm that they want to restore to an earlier version*/
55
55
  "action.restore.confirm.message": "Ertu viss um a\xF0 \xFE\xFA viljir endurheimta \xFEetta skjal?",
56
56
  /** Fallback tooltip for when user is looking at the initial version */
@@ -70,7 +70,7 @@ var structure = removeUndefinedLocaleResources({
70
70
  /** The text for the restore button on the deleted document banner */
71
71
  "banners.deleted-document-banner.restore-button.text": "Endurheimta n\xFDjustu \xFAtg\xE1funa",
72
72
  /** The text content for the deleted document banner */
73
- "banners.deleted-document-banner.text": "\xDEetta skjal hefur veri\xF0 eytt.",
73
+ "banners.deleted-document-banner.text": "\xDEessu skjali hefur veri\xF0 eytt.",
74
74
  /** The text content for the deprecated document type banner */
75
75
  "banners.deprecated-document-type-banner.text": "\xDEessi skjalt\xFDpa er \xFArelt.",
76
76
  /** The text for the permission check banner if the user only has one role, and it does not allow updating this document */
@@ -112,27 +112,27 @@ var structure = removeUndefinedLocaleResources({
112
112
  /** Used in `confirm-delete-dialog.cdr-summary.title` */
113
113
  "confirm-delete-dialog.cdr-summary.document-count_other": "{{count}} skj\xF6l",
114
114
  /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */
115
- "confirm-delete-dialog.cdr-summary.subtitle_one": "Dataset: {{datasets}}",
115
+ "confirm-delete-dialog.cdr-summary.subtitle_one": "Gagnasafn: {{datasets}}",
116
116
  /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */
117
- "confirm-delete-dialog.cdr-summary.subtitle_other": "Datasets: {{datasets}}",
117
+ "confirm-delete-dialog.cdr-summary.subtitle_other": "Gagnas\xF6fn: {{datasets}}",
118
118
  /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */
119
- "confirm-delete-dialog.cdr-summary.subtitle_unavailable_one": "\xD3f\xE1anlegt dataset",
119
+ "confirm-delete-dialog.cdr-summary.subtitle_unavailable_one": "\xD3f\xE1anlegt gagnasafn",
120
120
  /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */
121
- "confirm-delete-dialog.cdr-summary.subtitle_unavailable_other": "\xD3f\xE1anleg datasets",
121
+ "confirm-delete-dialog.cdr-summary.subtitle_unavailable_other": "\xD3f\xE1anleg gagnas\xF6fn",
122
122
  /** The text that appears in the title `<summary>` that includes the list of CDRs (singular) */
123
- "confirm-delete-dialog.cdr-summary.title_one": "{{documentCount}} \xED \xF6\xF0ru dataset",
123
+ "confirm-delete-dialog.cdr-summary.title_one": "{{documentCount}} \xED \xF6\xF0ru gagnasafni",
124
124
  /** The text that appears in the title `<summary>` that includes the list of CDRs (plural) */
125
- "confirm-delete-dialog.cdr-summary.title_other": "{{documentCount}} \xED {{count}} datasets",
125
+ "confirm-delete-dialog.cdr-summary.title_other": "{{documentCount}} \xED {{count}} gagnas\xF6fnum",
126
126
  /** Appears when hovering over the copy button to copy */
127
127
  "confirm-delete-dialog.cdr-table.copy-id-button.tooltip": "Afrita au\xF0kenni \xE1 klippibor\xF0",
128
128
  /** The header for the dataset column in the list of cross-dataset references found */
129
- "confirm-delete-dialog.cdr-table.dataset.label": "Dataset",
129
+ "confirm-delete-dialog.cdr-table.dataset.label": "Gagnasanf",
130
130
  /** The header for the document ID column in the list of cross-dataset references found */
131
- "confirm-delete-dialog.cdr-table.document-id.label": "Skjal au\xF0kenni",
131
+ "confirm-delete-dialog.cdr-table.document-id.label": "Au\xF0kenni skjals",
132
132
  /** The toast title when the copy button has been clicked */
133
- "confirm-delete-dialog.cdr-table.id-copied-toast.title": "Afrita\xF0 skjal au\xF0kenni \xE1 klippibor\xF0!",
133
+ "confirm-delete-dialog.cdr-table.id-copied-toast.title": "Afrita\xF0 a\xF0kenni skjals \xE1 klippibor\xF0!",
134
134
  /** The header for the project ID column in the list of cross-dataset references found */
135
- "confirm-delete-dialog.cdr-table.project-id.label": "Verkefni au\xF0kenni",
135
+ "confirm-delete-dialog.cdr-table.project-id.label": "Au\xF0kenni verkefnis",
136
136
  /** The text in the "Delete anyway" button in the confirm delete dialog that confirms the action */
137
137
  "confirm-delete-dialog.confirm-anyway-button.text_delete": "Ey\xF0a samt",
138
138
  /** The text in the "Unpublish anyway" button in the confirm delete dialog that confirms the action */
@@ -162,7 +162,7 @@ var structure = removeUndefinedLocaleResources({
162
162
  /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */
163
163
  "confirm-delete-dialog.other-reference-count.title_other": "{{count}} a\xF0rar tilv\xEDsanir ekki s\xFDndar",
164
164
  /** Text in the tooltip of this component if hovering over the info icon */
165
- "confirm-delete-dialog.other-reference-count.tooltip": "Vi\xF0 getum ekki birt uppl\xFDsingar um \xFEessar tilv\xEDsanir vegna vantar a\xF0gangstokens fyrir tengd gagnasett.",
165
+ "confirm-delete-dialog.other-reference-count.tooltip": "Vi\xF0 getum ekki birt uppl\xFDsingar um \xFEessar tilv\xEDsanir vegna v\xF6ntunar a\xF0gangstokens fyrir tengd gagnasett.",
166
166
  /** Appears when unable to render a document preview in the referring document list */
167
167
  "confirm-delete-dialog.preview-item.preview-unavailable.subtitle": "ID: {{documentId}}",
168
168
  /** Appears when unable to render a document preview in the referring document list */
@@ -176,9 +176,9 @@ var structure = removeUndefinedLocaleResources({
176
176
  /** Tells the user the count of how many other referring documents there are before listing them. (plural) */
177
177
  "confirm-delete-dialog.referring-document-count.text_other": "{{count}} skj\xF6l v\xEDsa \xED \u201C<DocumentTitle/>\u201D",
178
178
  /** Describes the list of documents that refer to the one trying to be deleted (delete) */
179
- "confirm-delete-dialog.referring-documents-descriptor.text_delete": "\xDE\xFA g\xE6tir ekki geta\xF0 eytt \u201C<DocumentTitle/>\u201D \xFEar sem eftirfarandi skj\xF6l v\xEDsa \xED \xFEa\xF0:",
179
+ "confirm-delete-dialog.referring-documents-descriptor.text_delete": "\xDE\xFA getur ekki eytt \u201C<DocumentTitle/>\u201D \xFEar sem eftirfarandi skj\xF6l v\xEDsa \xED \xFEa\xF0:",
180
180
  /** Describes the list of documents that refer to the one trying to be deleted (unpublish) */
181
- "confirm-delete-dialog.referring-documents-descriptor.text_unpublish": "\xDE\xFA g\xE6tir ekki geta\xF0 afturkalla\xF0 birtingu \u201C<DocumentTitle/>\u201D \xFEar sem eftirfarandi skj\xF6l v\xEDsa \xED \xFEa\xF0:",
181
+ "confirm-delete-dialog.referring-documents-descriptor.text_unpublish": "\xDE\xFA getur ekki afturkalla\xF0 birtingu \u201C<DocumentTitle/>\u201D \xFEar sem eftirfarandi skj\xF6l v\xEDsa \xED \xFEa\xF0:",
182
182
  /** The text for the cancel button in the confirm dialog used in document action shortcuts if none is provided */
183
183
  "confirm-dialog.cancel-button.fallback-text": "H\xE6tta vi\xF0",
184
184
  /** The text for the confirm button in the confirm dialog used in document action shortcuts if none is provided */
@@ -206,7 +206,7 @@ var structure = removeUndefinedLocaleResources({
206
206
  /** The "raw" view mode, meaning the JSON is presented syntax-highlighted, but with no other features - optimal for copying */
207
207
  "document-inspector.view-mode.raw-json": "Hr\xE1tt JSON",
208
208
  /** The text for when a form is hidden */
209
- "document-view.form-view.form-hidden": "\xDEessi ey\xF0ubla\xF0 er fali\xF0",
209
+ "document-view.form-view.form-hidden": "\xDEetta ey\xF0ubla\xF0 er fali\xF0",
210
210
  /** Fallback title shown when a form title is not provided */
211
211
  "document-view.form-view.form-title-fallback": "Titilllaus",
212
212
  /** The text for when the form view is loading a document */
@@ -235,9 +235,9 @@ var structure = removeUndefinedLocaleResources({
235
235
  /** The link text of the no document type screen that appears directly below the subtitle */
236
236
  "no-document-types-screen.link-text": "L\xE6r\xF0u hvernig \xE1 a\xF0 b\xE6ta vi\xF0 skjalategund \u2192",
237
237
  /** The subtitle of the no document type screen that appears directly below the title */
238
- "no-document-types-screen.subtitle": "Vinsamlegast skilgreindu a\xF0 minnsta kosti eina skjalgert \xED skemanu \xFE\xEDnu.",
238
+ "no-document-types-screen.subtitle": "Vinsamlegast skilgreindu a\xF0 minnsta kosti eina skjalger\xF0 \xED skemanu \xFE\xEDnu.",
239
239
  /** The title of the no document type screen */
240
- "no-document-types-screen.title": "Engar skjalgertir",
240
+ "no-document-types-screen.title": "Engar skjalger\xF0ir",
241
241
  /** Text shown on back button visible on smaller breakpoints */
242
242
  "pane-header.back-button.text": "Til baka",
243
243
  /** tooltip text (via `title` attribute) for the menu button */
@@ -289,15 +289,17 @@ var structure = removeUndefinedLocaleResources({
289
289
  /** The text when a generic operation failed (fallback, generally not shown) */
290
290
  "panes.document-operation-results.operation-error": "Villa kom upp vi\xF0 {{context}}",
291
291
  /** The text when a delete operation failed */
292
- "panes.document-operation-results.operation-error_delete": "Villa kom upp vi\xF0 tilraun til a\xF0 ey\xF0a \xFEessu skjali. \xDEetta \xFE\xFD\xF0ir yfirleitt a\xF0 a\xF0rar skj\xF6l v\xEDsa til \xFEess.",
292
+ "panes.document-operation-results.operation-error_delete": "Villa kom upp vi\xF0 tilraun til a\xF0 ey\xF0a \xFEessu skjali. \xDEetta \xFE\xFD\xF0ir yfirleitt a\xF0 \xF6nnur skj\xF6l v\xEDsa til \xFEess.",
293
293
  /** The text when an unpublish operation failed */
294
- "panes.document-operation-results.operation-error_unpublish": "Villa kom upp vi\xF0 tilraun til a\xF0 afturkalla birtingu \xFEessa skjals. \xDEetta \xFE\xFD\xF0ir yfirleitt a\xF0 a\xF0rar skj\xF6l v\xEDsa til \xFEess.",
294
+ "panes.document-operation-results.operation-error_unpublish": "Villa kom upp vi\xF0 tilraun til a\xF0 afturkalla birtingu \xFEessa skjals. \xDEetta \xFE\xFD\xF0ir yfirleitt a\xF0 \xF6nnur skj\xF6l v\xEDsa til \xFEess.",
295
295
  /** The text when a generic operation succeeded (fallback, generally not shown) */
296
296
  "panes.document-operation-results.operation-success": "A\xF0ger\xF0 {{context}} \xE1 skjali t\xF3kst",
297
297
  /** The text when a delete operation succeeded */
298
298
  "panes.document-operation-results.operation-success_delete": "Skjalinu var eytt",
299
299
  /** The text when a discard changes operation succeeded */
300
- "panes.document-operation-results.operation-success_discardChanges": "\xD6llum breytingum s\xED\xF0an s\xED\xF0ast var birt hefur n\xFA veri\xF0 hent. H\xE6gt er a\xF0 endurheimta hent dr\xF6gin \xFAr s\xF6gunni",
300
+ "panes.document-operation-results.operation-success_discardChanges": "\xD6llum breytingum s\xED\xF0an s\xED\xF0ast var birt hefur n\xFA veri\xF0 hent. H\xE6gt er a\xF0 endurheimta hentum dr\xF6gum \xFAr s\xF6gunni",
301
+ /** The text when a duplicate operation succeeded */
302
+ "panes.document-operation-results.operation-success_duplicate": "Skjali\xF0 var afrita\xF0 me\xF0 g\xF3\xF0um \xE1rangri",
301
303
  /** The text when a publish operation succeeded */
302
304
  "panes.document-operation-results.operation-success_publish": "Skjali\xF0 var birt",
303
305
  /** The text when a restore operation succeeded */
@@ -315,11 +317,11 @@ var structure = removeUndefinedLocaleResources({
315
317
  /** The title of the document not found pane if the schema is known */
316
318
  "panes.document-pane.document-not-found.title": "Skjali\xF0 fannst ekki",
317
319
  /** The text of the document not found pane if the schema is not found */
318
- "panes.document-pane.document-unknown-type.text": "\xDEetta skjal hefur skjemat\xFDpuna <Code>{{documentType}}</Code>, sem er ekki skilgreind sem t\xFDpa \xED sta\xF0bundnu efni st\xFAd\xED\xF3 skemanu.",
320
+ "panes.document-pane.document-unknown-type.text": "\xDEetta skjal hefur skemat\xFDpuna <Code>{{documentType}}</Code>, sem er ekki skilgreind sem t\xFDpa \xED sta\xF0bundnu efni st\xFAd\xED\xF3 skemanu.",
319
321
  /** The title of the document not found pane if the schema is not found or unknown */
320
322
  "panes.document-pane.document-unknown-type.title": "\xD3\xFEekkt skjalategund: <Code>{{documentType}}</Code>",
321
323
  /** The title of the document not found pane if the schema is unknown */
322
- "panes.document-pane.document-unknown-type.without-schema.text": "\xDEetta skjal er ekki til, og engin skjemat\xFDpa var tilgreind fyrir \xFEa\xF0.",
324
+ "panes.document-pane.document-unknown-type.without-schema.text": "\xDEetta skjal er ekki til, og engin skemat\xFDpa var tilgreind fyrir \xFEa\xF0.",
323
325
  /** Default message shown while resolving the structure definition for an asynchronous node */
324
326
  "panes.resolving.default-message": "Hle\xF0ur\u2026",
325
327
  /** Message shown while resolving the structure definition for an asynchronous node and it is taking a while (more than 5s) */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"structure.js","sources":["../../src/structure.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\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 version*/\n 'action.restore.confirm.message': 'Ertu viss um að þú viljir endurheimta þetta skjal?',\n /** Fallback tooltip for when user is looking at the initial version */\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 the permission check banner if the user only has one role, and it does not allow updating this document */\n 'banners.permission-check-banner.missing-permission_create_one':\n '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 updating 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 updating 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 updating 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 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 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 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 text for the retry button on the document list pane */\n 'panes.document-list-pane.error.retry-button.text': 'Reyna aftur',\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 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 /** 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"],"names":[],"mappings":";;AAEA,gBAAe,8BAA+B,CAAA;AAAA;AAAA,EAE5C,kCAAoC,EAAA,8BAAA;AAAA;AAAA,EAEpC,0CAA4C,EAAA,uDAAA;AAAA;AAAA,EAE5C,qBAAuB,EAAA,SAAA;AAAA;AAAA,EAEvB,6BAA+B,EAAA,eAAA;AAAA;AAAA,EAE/B,+DACE,EAAA,iGAAA;AAAA;AAAA,EAEF,2CAA6C,EAAA,kDAAA;AAAA;AAAA,EAE7C,+CAAiD,EAAA,6BAAA;AAAA;AAAA,EAEjD,2CAA6C,EAAA,8BAAA;AAAA;AAAA,EAE7C,8BAAgC,EAAA,kBAAA;AAAA;AAAA,EAEhC,qCAAuC,EAAA,8BAAA;AAAA;AAAA,EAEvC,gDACE,EAAA,iEAAA;AAAA;AAAA,EAEF,wBAA0B,EAAA,QAAA;AAAA;AAAA,EAE1B,gCAAkC,EAAA,eAAA;AAAA;AAAA,EAElC,sDAAwD,EAAA,qBAAA;AAAA;AAAA,EAExD,0CAA4C,EAAA,+CAAA;AAAA;AAAA,EAE5C,mCAAqC,EAAA,8BAAA;AAAA;AAAA,EAErC,4BAA8B,EAAA,OAAA;AAAA;AAAA,EAE9B,gCAAkC,EAAA,OAAA;AAAA;AAAA,EAElC,2CACE,EAAA,yEAAA;AAAA;AAAA,EAEF,kCACE,EAAA,kHAAA;AAAA;AAAA,EAEF,mCAAqC,EAAA,6BAAA;AAAA;AAAA,EAErC,gCAAkC,EAAA,MAAA;AAAA;AAAA,EAElC,8BAAgC,EAAA,aAAA;AAAA;AAAA,EAEhC,0CACE,EAAA,iHAAA;AAAA;AAAA,EAEF,wBAA0B,EAAA,iEAAA;AAAA;AAAA,EAE1B,gCAAkC,EAAA,gEAAA;AAAA;AAAA,EAElC,gDAAkD,EAAA,0DAAA;AAAA;AAAA,EAElD,sBAAwB,EAAA,aAAA;AAAA;AAAA,EAExB,wBAA0B,EAAA,mCAAA;AAAA;AAAA,EAE1B,yCAA2C,EAAA,6BAAA;AAAA;AAAA,EAE3C,qCAAuC,EAAA,8BAAA;AAAA;AAAA,EAEvC,wBAA0B,EAAA,qBAAA;AAAA;AAAA,EAE1B,qCACE,EAAA,oFAAA;AAAA;AAAA,EAGF,qDAAuD,EAAA,uCAAA;AAAA;AAAA,EAEvD,sCAAwC,EAAA,sCAAA;AAAA;AAAA,EAExC,8CAAgD,EAAA,oCAAA;AAAA;AAAA,EAEhD,+DACE,EAAA,qFAAA;AAAA;AAAA,EAEF,iEACE,EAAA,sFAAA;AAAA;AAAA,EAEF,+DACE,EAAA,qFAAA;AAAA;AAAA,EAEF,iEACE,EAAA,sFAAA;AAAA;AAAA,EAEF,oEAAsE,EAAA,2BAAA;AAAA;AAAA,EAEtE,sDACE,EAAA,yEAAA;AAAA;AAAA,EAEF,mEAAqE,EAAA,kBAAA;AAAA;AAAA,EAErE,sDACE,EAAA,0FAAA;AAAA;AAAA,EAGF,qCAAuC,EAAA,wBAAA;AAAA;AAAA,EAEvC,0CAA4C,EAAA,eAAA;AAAA;AAAA,EAG5C,uCAAyC,EAAA,0BAAA;AAAA;AAAA,EAEzC,oCAAsC,EAAA,uBAAA;AAAA;AAAA,EAEtC,sCAAwC,EAAA,+BAAA;AAAA;AAAA,EAExC,mCAAqC,EAAA,+BAAA;AAAA;AAAA,EAErC,uCAAyC,EAAA,4BAAA;AAAA;AAAA,EAEzC,6CAA+C,EAAA,oBAAA;AAAA;AAAA,EAG/C,0CAA4C,EAAA,iBAAA;AAAA;AAAA,EAE5C,sDAAwD,EAAA,SAAA;AAAA;AAAA,EAExD,wDAA0D,EAAA,oBAAA;AAAA;AAAA,EAE1D,gDAAkD,EAAA,yBAAA;AAAA;AAAA,EAElD,kDAAoD,EAAA,4BAAA;AAAA;AAAA,EAEpD,4DAA8D,EAAA,2BAAA;AAAA;AAAA,EAE9D,8DAAgE,EAAA,6BAAA;AAAA;AAAA,EAEhE,6CAA+C,EAAA,8CAAA;AAAA;AAAA,EAE/C,+CAAiD,EAAA,iDAAA;AAAA;AAAA,EAEjD,wDAA0D,EAAA,uCAAA;AAAA;AAAA,EAE1D,+CAAiD,EAAA,WAAA;AAAA;AAAA,EAEjD,mDAAqD,EAAA,oBAAA;AAAA;AAAA,EAErD,uDAAyD,EAAA,kDAAA;AAAA;AAAA,EAEzD,kDAAoD,EAAA,uBAAA;AAAA;AAAA,EAEpD,yDAA2D,EAAA,cAAA;AAAA;AAAA,EAE3D,4DAA8D,EAAA,cAAA;AAAA;AAAA,EAE9D,kDAAoD,EAAA,iBAAA;AAAA;AAAA,EAEpD,qDAAuD,EAAA,iBAAA;AAAA;AAAA,EAEvD,gDACE,EAAA,0EAAA;AAAA;AAAA,EAEF,mDACE,EAAA,0EAAA;AAAA;AAAA,EAEF,0CAA4C,EAAA,oDAAA;AAAA;AAAA,EAE5C,+CAAiD,EAAA,aAAA;AAAA;AAAA,EAEjD,wCAA0C,EAAA,OAAA;AAAA;AAAA,EAE1C,0CAA4C,EAAA,iBAAA;AAAA;AAAA,EAE5C,6CAA+C,EAAA,gBAAA;AAAA;AAAA,EAE/C,oCAAsC,EAAA,yCAAA;AAAA;AAAA,EAEtC,uDAAyD,EAAA,qCAAA;AAAA;AAAA,EAEzD,yDACE,EAAA,iDAAA;AAAA;AAAA,EAEF,qDACE,EAAA,4HAAA;AAAA;AAAA,EAEF,iEAAmE,EAAA,oBAAA;AAAA;AAAA,EAEnE,8DAAgE,EAAA,gCAAA;AAAA;AAAA,EAEhE,oEACE,EAAA,sHAAA;AAAA;AAAA,EAEF,uEACE,EAAA,kIAAA;AAAA;AAAA,EAEF,yDAA2D,EAAA,oDAAA;AAAA;AAAA,EAE3D,2DACE,EAAA,8DAAA;AAAA;AAAA,EAEF,kEACE,EAAA,gHAAA;AAAA;AAAA,EAEF,qEACE,EAAA,mIAAA;AAAA;AAAA,EAGF,4CAA8C,EAAA,iBAAA;AAAA;AAAA,EAE9C,6CAA+C,EAAA,cAAA;AAAA;AAAA,EAG/C,kCAAoC,EAAA,MAAA;AAAA;AAAA,EAGpC,sBAAwB,EAAA,yBAAA;AAAA;AAAA,EAExB,yBAA2B,EAAA,eAAA;AAAA;AAAA,EAE3B,oCAAsC,EAAA,2CAAA;AAAA;AAAA,EAGtC,yCAA2C,EAAA,MAAA;AAAA;AAAA,EAE3C,iCAAmC,EAAA,2BAAA;AAAA;AAAA,EAEnC,0CAA4C,EAAA,aAAA;AAAA;AAAA,EAE5C,oCAAsC,EAAA,UAAA;AAAA;AAAA,EAEtC,uCAAyC,EAAA,OAAA;AAAA;AAAA,EAEzC,qCAAuC,EAAA,UAAA;AAAA;AAAA,EAEvC,uCAAyC,EAAA,eAAA;AAAA;AAAA,EAGzC,qCAAuC,EAAA,qCAAA;AAAA;AAAA,EAEvC,6CAA+C,EAAA,YAAA;AAAA;AAAA,EAE/C,iCAAmC,EAAA,sBAAA;AAAA;AAAA,EAEnC,qDACE,EAAA,kMAAA;AAAA;AAAA,EAEF,+CAAiD,EAAA,uBAAA;AAAA;AAAA,EAGjD,uDAAyD,EAAA,iBAAA;AAAA;AAAA;AAAA,EAIzD,gCAAkC,EAAA,gBAAA;AAAA;AAAA,EAElC,+BAAiC,EAAA,UAAA;AAAA;AAAA,EAEjC,gCAAkC,EAAA,aAAA;AAAA;AAAA,EAGlC,gCAAkC,EAAA,wBAAA;AAAA;AAAA,EAElC,iCAAmC,EAAA,sBAAA;AAAA;AAAA,EAEnC,4BAA8B,EAAA,uBAAA;AAAA;AAAA,EAE9B,gCAAkC,EAAA,mCAAA;AAAA;AAAA,EAGlC,oCAAsC,EAAA,mEAAA;AAAA;AAAA,EAEtC,mCACE,EAAA,yFAAA;AAAA;AAAA,EAEF,gCAAkC,EAAA,sBAAA;AAAA;AAAA,EAGlC,8BAAgC,EAAA,UAAA;AAAA;AAAA,EAEhC,yCAA2C,EAAA,iBAAA;AAAA;AAAA,EAE3C,+BAAiC,EAAA,YAAA;AAAA;AAAA,EAEjC,uCAAyC,EAAA,0BAAA;AAAA;AAAA,EAEzC,gDAAkD,EAAA,+BAAA;AAAA;AAAA,EAGlD,0CAA4C,EAAA,wBAAA;AAAA;AAAA,EAE5C,yCAA2C,EAAA,6BAAA;AAAA;AAAA,EAE3C,wCAA0C,EAAA,oCAAA;AAAA;AAAA,EAE1C,qCACE,EAAA,+DAAA;AAAA;AAAA,EAEF,kDAAoD,EAAA,sBAAA;AAAA;AAAA,EAEpD,iDAAmD,EAAA,6BAAA;AAAA;AAAA,EAGnD,wCAA0C,EAAA,kBAAA;AAAA;AAAA,EAE1C,sCAAwC,EAAA,wBAAA;AAAA;AAAA,EAExC,2CAA6C,EAAA,eAAA;AAAA;AAAA,EAE7C,kDAAoD,EAAA,aAAA;AAAA;AAAA,EAEpD,qCAAuC,EAAA,+BAAA;AAAA;AAAA,EAEvC,sCAAwC,EAAA,uCAAA;AAAA;AAAA,EAExC,yCAA2C,EAAA,0CAAA;AAAA;AAAA,EAE3C,oDAAsD,EAAA,qCAAA;AAAA;AAAA,EAEtD,4CAA8C,EAAA,oCAAA;AAAA;AAAA,EAE9C,qDAAuD,EAAA,yBAAA;AAAA;AAAA,EAEvD,kDAAoD,EAAA,kBAAA;AAAA;AAAA,EAEpD,mDAAqD,EAAA,kBAAA;AAAA;AAAA,EAErD,sDAAwD,EAAA,gBAAA;AAAA;AAAA,EAExD,kDAAoD,EAAA,kCAAA;AAAA;AAAA,EAEpD,yDACE,EAAA,gJAAA;AAAA;AAAA,EAEF,4DACE,EAAA,4JAAA;AAAA;AAAA,EAEF,oDAAsD,EAAA,+CAAA;AAAA;AAAA,EAEtD,2DAA6D,EAAA,mBAAA;AAAA;AAAA,EAE7D,mEACE,EAAA,iJAAA;AAAA;AAAA,EAEF,8DACE,EAAA,yDAAA;AAAA;AAAA,EAEF,4DAA8D,EAAA,qBAAA;AAAA;AAAA,EAE9D,4DACE,EAAA,2CAAA;AAAA;AAAA,EAEF,8DACE,EAAA,kHAAA;AAAA;AAAA,EAEF,4DAA8D,EAAA,eAAA;AAAA;AAAA,EAE9D,iDAAmD,EAAA,sCAAA;AAAA;AAAA,EAEnD,gDAAkD,EAAA,sBAAA;AAAA;AAAA,EAElD,6CACE,EAAA,mHAAA;AAAA;AAAA,EAEF,8CAAgD,EAAA,wBAAA;AAAA;AAAA,EAEhD,gDACE,EAAA,wJAAA;AAAA;AAAA,EAEF,iDACE,EAAA,0DAAA;AAAA;AAAA,EAEF,+DACE,EAAA,kFAAA;AAAA;AAAA,EAEF,iCAAmC,EAAA,iBAAA;AAAA;AAAA,EAEnC,sCAAwC,EAAA,0BAAA;AAAA;AAAA,EAExC,2CACE,EAAA,kEAAA;AAAA;AAAA,EAEF,+BAAiC,EAAA,2BAAA;AAAA;AAAA,EAEjC,2CACE,EAAA,kFAAA;AAAA;AAAA,EAGF,oCAAsC,EAAA,mBAAA;AAAA;AAAA,EAGtC,oDAAsD,EAAA,WAAA;AAAA;AAAA,EAEtD,sDAAwD,EAAA,mBAAA;AAAA;AAAA,EAExD,iEAAmE,EAAA,oCAAA;AAAA;AAAA,EAEnE,8DAAgE,EAAA,mCAAA;AAAA;AAAA,EAEhE,+DACE,EAAA,0CAAA;AAAA;AAAA,EAEF,4DAA8D,EAAA,yCAAA;AAAA;AAAA,EAE9D,6CAA+C,EAAA,sBAAA;AAAA;AAAA,EAE/C,oDAAsD,EAAA,YAAA;AAAA;AAAA,EAEtD,sDAAwD,EAAA,WAAA;AAAA;AAAA,EAExD,wDAA0D,EAAA,wBAAA;AAAA;AAAA,EAE1D,+CAAiD,EAAA,sBAAA;AAAA;AAAA,EAGjD,gCAAkC,EAAA,qBAAA;AAAA;AAAA,EAElC,6BAA+B,EAAA,OAAA;AAAA;AAAA,EAE/B,6BAA+B,EAAA,6CAAA;AAAA;AAAA,EAE/B,oCAAsC,EAAA,eAAA;AAAA;AAAA,EAEtC,sCAAwC,EAAA,yBAAA;AAC1C,CAAC,CAAA;;;;"}