@sanity/locale-is-is 1.2.0 → 1.2.2

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 (47) hide show
  1. package/dist/_chunks-cjs/copy-paste.cjs +63 -0
  2. package/dist/_chunks-cjs/copy-paste.cjs.map +1 -0
  3. package/dist/{_chunks → _chunks-cjs}/structure.cjs +2 -0
  4. package/dist/{_chunks → _chunks-cjs}/structure.cjs.map +1 -1
  5. package/dist/{_chunks → _chunks-cjs}/studio.cjs +71 -8
  6. package/dist/_chunks-cjs/studio.cjs.map +1 -0
  7. package/dist/{_chunks → _chunks-cjs}/tasks.cjs +39 -2
  8. package/dist/_chunks-cjs/tasks.cjs.map +1 -0
  9. package/dist/{_chunks → _chunks-cjs}/vision.cjs +4 -0
  10. package/dist/_chunks-cjs/vision.cjs.map +1 -0
  11. package/dist/_chunks-es/copy-paste.js +61 -0
  12. package/dist/_chunks-es/copy-paste.js.map +1 -0
  13. package/dist/{_chunks → _chunks-es}/structure.js +2 -0
  14. package/dist/{_chunks → _chunks-es}/structure.js.map +1 -1
  15. package/dist/{_chunks → _chunks-es}/studio.js +71 -8
  16. package/dist/_chunks-es/studio.js.map +1 -0
  17. package/dist/{_chunks → _chunks-es}/tasks.js +39 -2
  18. package/dist/_chunks-es/tasks.js.map +1 -0
  19. package/dist/{_chunks → _chunks-es}/vision.js +4 -0
  20. package/dist/_chunks-es/vision.js.map +1 -0
  21. package/dist/index.cjs +10 -6
  22. package/dist/index.cjs.map +1 -1
  23. package/dist/index.d.cts +14 -0
  24. package/dist/index.d.ts +3 -3
  25. package/dist/index.js +10 -6
  26. package/dist/index.js.map +1 -1
  27. package/package.json +1 -3
  28. package/src/copy-paste.ts +72 -0
  29. package/src/index.ts +5 -0
  30. package/src/structure.ts +3 -0
  31. package/src/studio.ts +77 -8
  32. package/src/tasks.ts +39 -2
  33. package/src/vision.ts +4 -0
  34. package/dist/_chunks/studio.cjs.map +0 -1
  35. package/dist/_chunks/studio.js.map +0 -1
  36. package/dist/_chunks/tasks.cjs.map +0 -1
  37. package/dist/_chunks/tasks.js.map +0 -1
  38. package/dist/_chunks/vision.cjs.map +0 -1
  39. package/dist/_chunks/vision.js.map +0 -1
  40. /package/dist/{_chunks → _chunks-cjs}/comments.cjs +0 -0
  41. /package/dist/{_chunks → _chunks-cjs}/comments.cjs.map +0 -0
  42. /package/dist/{_chunks → _chunks-cjs}/validation.cjs +0 -0
  43. /package/dist/{_chunks → _chunks-cjs}/validation.cjs.map +0 -0
  44. /package/dist/{_chunks → _chunks-es}/comments.js +0 -0
  45. /package/dist/{_chunks → _chunks-es}/comments.js.map +0 -0
  46. /package/dist/{_chunks → _chunks-es}/validation.js +0 -0
  47. /package/dist/{_chunks → _chunks-es}/validation.js.map +0 -0
@@ -0,0 +1,61 @@
1
+ import { removeUndefinedLocaleResources } from 'sanity';
2
+
3
+ var copyPaste = removeUndefinedLocaleResources({
4
+ /** Text on the field action button to copy a document */
5
+ "copy-paste.field-action-copy-button.document.title": "Afrita skjal",
6
+ /** Text on the field action button to copy a field */
7
+ "copy-paste.field-action-copy-button.field.title": "Afrita reit",
8
+ /** Text on the field action button to paste a document */
9
+ "copy-paste.field-action-paste-button.document.title": "L\xEDma inn skjal",
10
+ /** Text on the field action button to paste a field */
11
+ "copy-paste.field-action-paste-button.field.title": "L\xEDma inn reit",
12
+ /** The error message that is shown when the clipboard is not supported */
13
+ "copy-paste.on-copy.validation.clipboard-not-supported.title": "Vafrinn \xFEinn sty\xF0ur ekki \xFEessa a\xF0ger\xF0",
14
+ /** The success message that is shown when a document is copied */
15
+ "copy-paste.on-copy.validation.copy-document-success.title": 'Skjal "{{fieldNames}}" afrita\xF0',
16
+ /** The success message that is shown when a field is copied */
17
+ "copy-paste.on-copy.validation.copy-field_one-success.title": 'Reitur "{{fieldName}}" afrita\xF0ur',
18
+ /** The error message that is shown when there is no value to copy */
19
+ "copy-paste.on-copy.validation.no-value.title": "T\xF3mt gildi, ekkert til a\xF0 afrita",
20
+ /** --- On copy --- */
21
+ /** The error message that is shown when schema types are incompatible */
22
+ "copy-paste.on-copy.validation.schema-type-incompatible.title": "Gat ekki leyst \xFAr skemat\xFDpu fyrir sl\xF3\xF0: {{path}}",
23
+ /** The validation message that is shown when array types are incompatible */
24
+ "copy-paste.on-paste.validation.array-type-incompatible.description": 'Gildi af ger\xF0inni "{{type}}" er ekki leyfilegt \xED \xFEessum fylkisreit',
25
+ /** The validation message that is shown when array values are incompatible */
26
+ "copy-paste.on-paste.validation.array-value-incompatible.description": 'Gildi af taginu "{{type}}" er ekki leyfilegt \xED \xFEessum fylkisreit',
27
+ /** The validation message that is shown when the clipboard is empty */
28
+ "copy-paste.on-paste.validation.clipboard-empty.title": "Ekkert til a\xF0 l\xEDma inn",
29
+ /** The validation message that is shown when the clipboard item is invalid */
30
+ "copy-paste.on-paste.validation.clipboard-invalid.title": "\xD3gilt klippibor\xF0satri\xF0i",
31
+ /** The success message that is shown when a document is pasted */
32
+ "copy-paste.on-paste.validation.document-paste-success.title": 'Skjal "{{fieldNames}}" uppf\xE6rt',
33
+ /** The success message that is shown when a field is pasted */
34
+ "copy-paste.on-paste.validation.field_one-paste-success.title": 'Reitur "{{fieldName}}" uppf\xE6r\xF0ur',
35
+ /** The validation message that is shown when image files are incompatible */
36
+ "copy-paste.on-paste.validation.image-file-incompatible.description": '"{{sourceSchemaType}}" er ekki leyfilegt \xED "{{targetSchemaType}}"',
37
+ /** The error message that is shown when the MIME type is not accepted */
38
+ "copy-paste.on-paste.validation.mime-type-incompatible.description": 'MIME tag "{{mimeType}}" er ekki sam\xFEykkt fyrir \xFEennan reit',
39
+ /** The error message that is shown when the MIME type validation fails */
40
+ "copy-paste.on-paste.validation.mime-type-validation-failed.description": "MIME tagsta\xF0festing mist\xF3kst",
41
+ /** The warning message that is shown when not all values can be pasted */
42
+ "copy-paste.on-paste.validation.partial-warning.title": "Gat ekki l\xEDmt inn \xF6ll gildi",
43
+ /** The validation message that is shown when primitive types are incompatible */
44
+ "copy-paste.on-paste.validation.primitive-type-incompatible.description": 'Gildi af taginu "{{type}}" er ekki leyfilegt \xED \xFEessum reit',
45
+ /** --- On paste --- */
46
+ /** The validation message that is shown when pasting a value into a read-only target */
47
+ "copy-paste.on-paste.validation.read-only-target.description": "Marki\xF0 er skrifvari\xF0",
48
+ /** The validation message that is shown when reference is incompatible with filter */
49
+ "copy-paste.on-paste.validation.reference-filter-incompatible.description": "Tilv\xEDsun er ekki leyfileg \xED tilv\xEDsunarreit samkv\xE6mt s\xEDu",
50
+ /** The validation message that is shown when reference types are incompatible */
51
+ "copy-paste.on-paste.validation.reference-type-incompatible.description": 'Tilv\xEDsanir af taginu "{{sourceReferenceType}}" eru ekki leyf\xF0ar \xED tilv\xEDsunarreit sem sam\xFEykkir t\xF6g "{{targetReferenceTypes}}"',
52
+ /** The validation message that is shown when the source and target schema types are incompatible */
53
+ "copy-paste.on-paste.validation.schema-type-incompatible.description": "Uppruna- og markskemat\xFDpur eru ekki samr\xFDmanlegar",
54
+ /** The validation message that is shown when schema types are incompatible */
55
+ "copy-paste.on-paste.validation.schema-type-incompatible.title": "Gat ekki leyst \xFAr skemat\xFDpu fyrir sl\xF3\xF0: {{path}}",
56
+ /** The validation message that is shown when string values are incompatible */
57
+ "copy-paste.on-paste.validation.string-value-incompatible.description": 'Gildi "{{value}}" er ekki leyfilegt \xED "{{allowedStrings}}"'
58
+ });
59
+
60
+ export { copyPaste as default };
61
+ //# sourceMappingURL=copy-paste.js.map
@@ -0,0 +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 success message that is shown when a document is copied */\n 'copy-paste.on-copy.validation.copy-document-success.title': 'Skjal \"{{fieldNames}}\" afritað',\n /** The success message that is shown when a field is copied */\n 'copy-paste.on-copy.validation.copy-field_one-success.title': 'Reitur \"{{fieldName}}\" afritaður',\n /** The error message that is shown when there is no value to copy */\n 'copy-paste.on-copy.validation.no-value.title': 'Tómt gildi, ekkert til að afrita',\n /** --- On copy --- */\n /** The error message that is shown when schema types are incompatible */\n 'copy-paste.on-copy.validation.schema-type-incompatible.title':\n 'Gat ekki leyst úr skematýpu fyrir slóð: {{path}}',\n /** The validation message that is shown when array types are incompatible */\n 'copy-paste.on-paste.validation.array-type-incompatible.description':\n 'Gildi af gerðinni \"{{type}}\" er ekki leyfilegt í þessum fylkisreit',\n /** The validation message that is shown when array values are incompatible */\n 'copy-paste.on-paste.validation.array-value-incompatible.description':\n 'Gildi af taginu \"{{type}}\" er ekki leyfilegt í þessum fylkisreit',\n /** The validation message that is shown when the clipboard is empty */\n 'copy-paste.on-paste.validation.clipboard-empty.title': 'Ekkert til að líma inn',\n /** The validation message that is shown when the clipboard item is invalid */\n 'copy-paste.on-paste.validation.clipboard-invalid.title': 'Ógilt klippiborðsatriði',\n /** The success message that is shown when a document is pasted */\n 'copy-paste.on-paste.validation.document-paste-success.title': 'Skjal \"{{fieldNames}}\" uppfært',\n /** The success message that is shown when a field is pasted */\n 'copy-paste.on-paste.validation.field_one-paste-success.title':\n 'Reitur \"{{fieldName}}\" uppfærður',\n /** The validation message that is shown when image files are incompatible */\n 'copy-paste.on-paste.validation.image-file-incompatible.description':\n '\"{{sourceSchemaType}}\" er ekki leyfilegt í \"{{targetSchemaType}}\"',\n /** The error message that is shown when the MIME type is not accepted */\n 'copy-paste.on-paste.validation.mime-type-incompatible.description':\n 'MIME tag \"{{mimeType}}\" er ekki samþykkt fyrir þennan reit',\n /** The error message that is shown when the MIME type validation fails */\n 'copy-paste.on-paste.validation.mime-type-validation-failed.description':\n 'MIME tagstaðfesting mistókst',\n /** The warning message that is shown when not all values can be pasted */\n 'copy-paste.on-paste.validation.partial-warning.title': 'Gat ekki límt inn öll gildi',\n /** The validation message that is shown when primitive types are incompatible */\n 'copy-paste.on-paste.validation.primitive-type-incompatible.description':\n 'Gildi af taginu \"{{type}}\" er ekki leyfilegt í þessum reit',\n /** --- On paste --- */\n /** The validation message that is shown when pasting a value into a read-only target */\n 'copy-paste.on-paste.validation.read-only-target.description': 'Markið er skrifvarið',\n /** The validation message that is shown when reference is incompatible with filter */\n 'copy-paste.on-paste.validation.reference-filter-incompatible.description':\n 'Tilvísun er ekki leyfileg í tilvísunarreit samkvæmt síu',\n /** The validation message that is shown when reference types are incompatible */\n 'copy-paste.on-paste.validation.reference-type-incompatible.description':\n 'Tilvísanir af taginu \"{{sourceReferenceType}}\" eru ekki leyfðar í tilvísunarreit sem samþykkir tög \"{{targetReferenceTypes}}\"',\n /** The validation message that is shown when 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,gBAAe,8BAA+B,CAAA;AAAA;AAAA,EAE5C,oDAAsD,EAAA,cAAA;AAAA;AAAA,EAEtD,iDAAmD,EAAA,aAAA;AAAA;AAAA,EAEnD,qDAAuD,EAAA,mBAAA;AAAA;AAAA,EAEvD,kDAAoD,EAAA,kBAAA;AAAA;AAAA,EAEpD,6DACE,EAAA,sDAAA;AAAA;AAAA,EAEF,2DAA6D,EAAA,mCAAA;AAAA;AAAA,EAE7D,4DAA8D,EAAA,qCAAA;AAAA;AAAA,EAE9D,8CAAgD,EAAA,wCAAA;AAAA;AAAA;AAAA,EAGhD,8DACE,EAAA,8DAAA;AAAA;AAAA,EAEF,oEACE,EAAA,6EAAA;AAAA;AAAA,EAEF,qEACE,EAAA,wEAAA;AAAA;AAAA,EAEF,sDAAwD,EAAA,8BAAA;AAAA;AAAA,EAExD,wDAA0D,EAAA,kCAAA;AAAA;AAAA,EAE1D,6DAA+D,EAAA,mCAAA;AAAA;AAAA,EAE/D,8DACE,EAAA,wCAAA;AAAA;AAAA,EAEF,oEACE,EAAA,sEAAA;AAAA;AAAA,EAEF,mEACE,EAAA,kEAAA;AAAA;AAAA,EAEF,wEACE,EAAA,oCAAA;AAAA;AAAA,EAEF,sDAAwD,EAAA,mCAAA;AAAA;AAAA,EAExD,wEACE,EAAA,kEAAA;AAAA;AAAA;AAAA,EAGF,6DAA+D,EAAA,4BAAA;AAAA;AAAA,EAE/D,0EACE,EAAA,wEAAA;AAAA;AAAA,EAEF,wEACE,EAAA,iJAAA;AAAA;AAAA,EAEF,qEACE,EAAA,yDAAA;AAAA;AAAA,EAEF,+DACE,EAAA,8DAAA;AAAA;AAAA,EAEF,sEACE,EAAA,+DAAA;AACJ,CAAC,CAAA;;;;"}
@@ -298,6 +298,8 @@ var structure = removeUndefinedLocaleResources({
298
298
  "panes.document-operation-results.operation-success_delete": "Skjalinu var eytt",
299
299
  /** The text when a discard changes operation succeeded */
300
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 */
@@ -1 +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 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":"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"}
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":"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"}
@@ -276,6 +276,8 @@ var studio = removeUndefinedLocaleResources({
276
276
  /** Default text in shared loader text / spinner lockup */
277
277
  "common.loading": "Hle\xF0ur",
278
278
  /** --- Configuration issues --- */
279
+ /** Default label text on configuration issues button */
280
+ "configuration-issues.button.label": "Stillingarvandam\xE1l",
279
281
  /** Tooltip displayed on configuration issues button */
280
282
  "configuration-issues.button.tooltip": "Fundin stillingarvandam\xE1l",
281
283
  /** The fallback title for an ordering menu item if no localized titles are provided. */
@@ -340,12 +342,18 @@ var studio = removeUndefinedLocaleResources({
340
342
  "form.error.no-array-item-at-index": "Engin atri\xF0i \xED fylki fundust \xE1 s\xE6ti <code>{{index}}</code> \xE1 sl\xF3\xF0 <code>{{path}}</code>",
341
343
  /** Error text shown when form is unable to find an array item at a given keyed path */
342
344
  "form.error.no-array-item-at-key": 'Engin atri\xF0i \xED fylki me\xF0 `_key` <code>"{{key}}"</code> fundust \xE1 sl\xF3\xF0 <code>{{path}}</code>',
345
+ /** The title above the error call stack output related to the crash */
346
+ "form.error.unhandled-runtime-error.call-stack.title": "Kalla Stafla:",
347
+ /** The title above the error component stack provided by React's underlying ErrorBoundary component */
348
+ "form.error.unhandled-runtime-error.component-stack.title": "\xCDhlutastafla:",
349
+ /** The error message for the unhandled error that crashed the Input component during render */
350
+ "form.error.unhandled-runtime-error.error-message": "Villa: {{message}}",
351
+ /** The title for the error card rendered inside a field in place of a crashing input */
352
+ "form.error.unhandled-runtime-error.title": "\xD3me\xF0h\xF6ndlu\xF0 Keyrsluvilla",
343
353
  /** Form field deprecated label */
344
354
  "form.field.deprecated-label": "\xFArelt",
345
355
  /** Fallback title shown above field if it has no defined title */
346
356
  "form.field.untitled-field-label": "\xC1n titils",
347
- /** Fallback title shown above fieldset if it has no defined title */
348
- "form.field.untitled-fieldset-label": "\xC1n titils",
349
357
  /** Accessibility label for the icon that indicates the field has a validation error */
350
358
  "form.validation.has-error-aria-label": "Inniheldur villu",
351
359
  /** Accessibility label for the icon that indicates the field has validation information */
@@ -433,12 +441,24 @@ var studio = removeUndefinedLocaleResources({
433
441
  "inputs.array.error.type-is-incompatible-title": "Af hverju er \xFEetta a\xF0 gerast?",
434
442
  /** Error label for unexpected errors in the Array Input */
435
443
  "inputs.array.error.unexpected-error": "\xD3v\xE6nt villa: {{error}}",
444
+ /** Label for the array insert menu all items filter */
445
+ "inputs.array.insert-menu.filter.all-items": "Allt",
446
+ /** Label for when the array insert menu search shows no items */
447
+ "inputs.array.insert-menu.search.no-results": "Engar ni\xF0urst\xF6\xF0ur fundust",
448
+ /** Placeholder for the array insert menu search field */
449
+ "inputs.array.insert-menu.search.placeholder": "Leita",
450
+ /** Tooltip for the array insert menu grid view toggle */
451
+ "inputs.array.insert-menu.toggle-grid-view.tooltip": "Skipta yfir \xED t\xF6flus\xFDn",
452
+ /** Tooltip for the array insert menu list view toggle */
453
+ "inputs.array.insert-menu.toggle-list-view.tooltip": "Skipta yfir \xED listas\xFDn",
436
454
  /** Label for when the array input doesn't have any items */
437
455
  "inputs.array.no-items-label": "Engin atri\xF0i",
438
456
  /** Label for read only array fields */
439
457
  "inputs.array.read-only-label": "\xDEetta sv\xE6\xF0i er a\xF0eins til lesturs",
440
458
  /** Label for when the array input is resolving the initial value for the item */
441
459
  "inputs.array.resolving-initial-value": "Leysir \xFAr upphaflegu gildi\u2026",
460
+ /** Tooltip content when boolean input is disabled */
461
+ "inputs.boolean.disabled": "\xD3virkt",
442
462
  /** Placeholder value for datetime input */
443
463
  "inputs.datetime.placeholder": "t.d. {{example}}",
444
464
  /** Acessibility label for button to open file options menu */
@@ -563,7 +583,9 @@ var studio = removeUndefinedLocaleResources({
563
583
  "inputs.invalid-value.reset-button.text": "Endurstilla gildi",
564
584
  /** Invalid property value */
565
585
  "inputs.invalid-value.title": "\xD3gilt eignagildi",
566
- /** Field groups */
586
+ /** Title for the "All fields" field group */
587
+ "inputs.object.field-group-tabs.all-fields-title": "Allir reitir",
588
+ /** Aria label for the "Field groups" select control on smaller screens */
567
589
  "inputs.object.field-group-tabs.aria-label": "H\xF3par reita",
568
590
  /** Read-only field description */
569
591
  "inputs.object.unknown-fields.read-only.description": "\xDEessi reitur er <strong>a\xF0eins til lesturs</strong> samkv\xE6mt skema skjalsins og getur ekki veri\xF0 \xF3skilgreindur. Ef \xFE\xFA vilt geta \xF3skilgreint \xFEetta \xED Studio, vertu viss um a\xF0 fjarl\xE6gja <code>readOnly</code> reitinn fr\xE1 umlykjandi tegund \xED skemanu.",
@@ -602,13 +624,13 @@ var studio = removeUndefinedLocaleResources({
602
624
  "inputs.portable-text.activate-on-focus-message_click-focused": "Smelltu e\xF0a \xFDttu \xE1 bil til a\xF0 virkja",
603
625
  /** Label for activate on focus with context of tap and not focused */
604
626
  "inputs.portable-text.activate-on-focus-message_tap": "\xDDttu til a\xF0 virkja",
605
- /**Aria label for the annotation object */
627
+ /** Aria label for the annotation object */
606
628
  "inputs.portable-text.annotation-aria-label": "Athugasemdahlutur",
607
629
  /** Title for dialog that allows editing an annotation */
608
630
  "inputs.portable-text.annotation-editor.title": "Breyta {{schemaType}}",
609
631
  /** Title of the default "link" annotation */
610
632
  "inputs.portable-text.annotation.link": "Hlekkur",
611
- /**Aria label for the block object */
633
+ /** Aria label for the block object */
612
634
  "inputs.portable-text.block.aria-label": "Blokka hlutu",
613
635
  /** Label for action to edit a block item, in the case where it is editable */
614
636
  "inputs.portable-text.block.edit": "Breyta",
@@ -632,7 +654,7 @@ var studio = removeUndefinedLocaleResources({
632
654
  "inputs.portable-text.decorator.underline": "Undirstrika",
633
655
  /** Placeholder text for when the editor is empty */
634
656
  "inputs.portable-text.empty-placeholder": "T\xF3mt",
635
- /**Aria label for the block object */
657
+ /** Aria label for the block object */
636
658
  "inputs.portable-text.inline-block.aria-label": "Innri hlutur",
637
659
  /** Label for action to edit an inline object item */
638
660
  "inputs.portable-text.inline-object.edit": "Breyta hlut",
@@ -878,10 +900,16 @@ var studio = removeUndefinedLocaleResources({
878
900
  "insufficient-permissions-message.not-authorized-explanation_create-new-reference": "\xDE\xFA hefur ekki heimild til a\xF0 b\xFAa til n\xFDja tilv\xEDsun.",
879
901
  /** The explanation when unable to delete a particular document */
880
902
  "insufficient-permissions-message.not-authorized-explanation_delete-document": "\xDE\xFA hefur ekki heimild til a\xF0 ey\xF0a \xFEessu skjali.",
903
+ /** The explanation when unable to delete a schedule on scheduled publishing */
904
+ "insufficient-permissions-message.not-authorized-explanation_delete-schedules": "\xDE\xFA hefur ekki heimild til a\xF0 ey\xF0a \xE1\xE6tlunum.",
881
905
  /** The explanation when unable to discard changes in a particular document */
882
906
  "insufficient-permissions-message.not-authorized-explanation_discard-changes": "\xDE\xFA hefur ekki heimild til a\xF0 henda breytingum \xED \xFEessu skjali.",
883
907
  /** The explanation when unable to duplicate a particular document */
884
908
  "insufficient-permissions-message.not-authorized-explanation_duplicate-document": "\xDE\xFA hefur ekki heimild til a\xF0 tv\xF6falda \xFEetta skjal.",
909
+ /** The explanation when unable to edit a schedule on scheduled publishing */
910
+ "insufficient-permissions-message.not-authorized-explanation_edit-schedules": "\xDE\xFA hefur ekki heimild til a\xF0 breyta \xE1\xE6tlunum.",
911
+ /** The explanation when unable to execute a schedule on scheduled publishing */
912
+ "insufficient-permissions-message.not-authorized-explanation_execute-schedules": "\xDE\xFA hefur ekki heimild til a\xF0 framkv\xE6ma \xE1\xE6tlanir.",
885
913
  /** The explanation when unable to publish a particular document */
886
914
  "insufficient-permissions-message.not-authorized-explanation_publish-document": "\xDE\xFA hefur ekki heimild til a\xF0 birta \xFEetta skjal.",
887
915
  /** The explanation when unable to unpublish a particular document */
@@ -918,6 +946,10 @@ var studio = removeUndefinedLocaleResources({
918
946
  "new-document.open-dialog-aria-label": "B\xFAa til n\xFDtt skjal",
919
947
  /** Title for "Create new document" dialog */
920
948
  "new-document.title": "B\xFAa til n\xFDtt skjal",
949
+ /** Label for button that will make the browser reload when users' studio version is out-of-date */
950
+ "package-version.new-package-available.reload-button": "Endurhla\xF0a",
951
+ /** Title of the alert for studio users when packages in their studio are out-of-date */
952
+ "package-version.new-package-available.title": "Sanity Studio var uppf\xE6rt",
921
953
  /** Label for action to manage members of the current studio project */
922
954
  "presence.action.manage-members": "Stj\xF3rna me\xF0limum",
923
955
  /** Accessibility label for presence menu button */
@@ -1310,6 +1342,14 @@ var studio = removeUndefinedLocaleResources({
1310
1342
  "search.recent-searches-label": "N\xFDlegar leitir",
1311
1343
  /** Accessibility label for the search results section, shown when the user has typed valid terms */
1312
1344
  "search.search-results-aria-label": "Leitarni\xF0urst\xF6\xF0ur",
1345
+ /** Label for the edit columns button to change field visibility in sheet list */
1346
+ "sheet-list.edit-columns": "Breyta d\xE1lkum",
1347
+ /** Label for the header menu option to hide a field from the sheet list */
1348
+ "sheet-list.hide-field": "Fjarl\xE6gja \xFAr t\xF6flu",
1349
+ /** Label for reset column visibilities button */
1350
+ "sheet-list.reset-columns": "Endurstilla d\xE1lka",
1351
+ /** Title for the edit columns menu */
1352
+ "sheet-list.select-fields": "Veldu allt a\xF0 5 svi\xF0stegundir",
1313
1353
  /** Accessibility label for the navbar status button */
1314
1354
  "status-button.aria-label": "Stillingarsta\xF0a",
1315
1355
  /** Description for error when the timeline for the given document can't be loaded */
@@ -1324,7 +1364,12 @@ var studio = removeUndefinedLocaleResources({
1324
1364
  "timeline.error.unable-to-load-revision": "Ekki h\xE6gt a\xF0 hla\xF0a endursko\xF0un",
1325
1365
  /** Label for when the timeline item is the latest in the history */
1326
1366
  "timeline.latest": "N\xFDjasta",
1327
- /** Label for latest version for timeline menu dropdown */
1367
+ /** Label for latest revision for timeline menu dropdown */
1368
+ "timeline.latest-revision": "N\xFDjasta endursko\xF0un",
1369
+ /**
1370
+ * Label for latest revision for timeline menu dropdown
1371
+ * @deprecated as of `v3.47.0` `timeline.latest-revision` should be used instead. Note: _usage_ of this key is deprecated, but Studios on `< v3.47.0` still require this key to be _defined_
1372
+ * */
1328
1373
  "timeline.latest-version": "N\xFDjasta \xFAtg\xE1fa",
1329
1374
  /** The aria-label for the list of revisions in the timeline */
1330
1375
  "timeline.list.aria-label": "Endursko\xF0anir skjals",
@@ -1369,8 +1414,26 @@ var studio = removeUndefinedLocaleResources({
1369
1414
  "timeline.since": "S\xED\xF0an: {{timestamp, datetime}}",
1370
1415
  /** Label for missing change version for timeline menu dropdown are showing */
1371
1416
  "timeline.since-version-missing": "S\xED\xF0an: \xF3\xFEekkt \xFAtg\xE1fa",
1372
- /**Aria label for the action buttons in the PTE toolbar */
1417
+ /** Aria label for the action buttons in the PTE toolbar */
1373
1418
  "toolbar.portable-text.action-button-aria-label": "{{action}}",
1419
+ /** Accessibility label for the breadcrumb menu */
1420
+ "tree-editing-dialog.breadcrumbs.menu": "Valmynd brau\xF0mola",
1421
+ /** Title placeholder for search input in array of objects */
1422
+ "tree-editing-dialog.search-placeholder": "Leita",
1423
+ /** Menu aria label for the search menu */
1424
+ "tree-editing-dialog.search.menu-label": "Leitarmatse\xF0ill",
1425
+ /** Title label for when no search results are found on the tree of objects */
1426
+ "tree-editing-dialog.search.no-results-title": "Engar ni\xF0urst\xF6\xF0ur fundust",
1427
+ /** Label to close the sidebar */
1428
+ "tree-editing-dialog.sidebar.action.close": "Loka hli\xF0arstiku",
1429
+ /** Collapse label the menu item in the sidebar */
1430
+ "tree-editing-dialog.sidebar.action.collapse": "Fella saman",
1431
+ /** Label to close the dialog */
1432
+ "tree-editing-dialog.sidebar.action.done": "Loki\xF0",
1433
+ /** Exapnd label the menu item in the sidebar */
1434
+ "tree-editing-dialog.sidebar.action.expand": "\xDAtv\xEDkka",
1435
+ /** Label to open the sidebar */
1436
+ "tree-editing-dialog.sidebar.action.open": "Opna hli\xF0arstiku",
1374
1437
  /** Label for button showing the free trial days left */
1375
1438
  "user-menu.action.free-trial_one": "{{count}} dagur eftir af prufut\xEDma",
1376
1439
  "user-menu.action.free-trial_other": "{{count}} dagar eftir af prufut\xEDma",