@sanity/locale-is-is 1.2.11 → 1.2.13

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 (41) hide show
  1. package/dist/_chunks-cjs/canvas.cjs +83 -0
  2. package/dist/_chunks-cjs/canvas.cjs.map +1 -0
  3. package/dist/_chunks-cjs/comments.cjs +0 -2
  4. package/dist/_chunks-cjs/comments.cjs.map +1 -1
  5. package/dist/_chunks-cjs/copy-paste.cjs +0 -10
  6. package/dist/_chunks-cjs/copy-paste.cjs.map +1 -1
  7. package/dist/_chunks-cjs/create.cjs +0 -20
  8. package/dist/_chunks-cjs/create.cjs.map +1 -1
  9. package/dist/_chunks-cjs/structure.cjs +91 -4
  10. package/dist/_chunks-cjs/structure.cjs.map +1 -1
  11. package/dist/_chunks-cjs/studio.cjs +211 -4
  12. package/dist/_chunks-cjs/studio.cjs.map +1 -1
  13. package/dist/_chunks-cjs/vision.cjs +8 -0
  14. package/dist/_chunks-cjs/vision.cjs.map +1 -1
  15. package/dist/_chunks-es/canvas.js +85 -0
  16. package/dist/_chunks-es/canvas.js.map +1 -0
  17. package/dist/_chunks-es/comments.js +0 -2
  18. package/dist/_chunks-es/comments.js.map +1 -1
  19. package/dist/_chunks-es/copy-paste.js +0 -10
  20. package/dist/_chunks-es/copy-paste.js.map +1 -1
  21. package/dist/_chunks-es/create.js +0 -20
  22. package/dist/_chunks-es/create.js.map +1 -1
  23. package/dist/_chunks-es/structure.js +91 -4
  24. package/dist/_chunks-es/structure.js.map +1 -1
  25. package/dist/_chunks-es/studio.js +211 -4
  26. package/dist/_chunks-es/studio.js.map +1 -1
  27. package/dist/_chunks-es/vision.js +8 -0
  28. package/dist/_chunks-es/vision.js.map +1 -1
  29. package/dist/index.cjs +6 -0
  30. package/dist/index.cjs.map +1 -1
  31. package/dist/index.js +4 -0
  32. package/dist/index.js.map +1 -1
  33. package/package.json +1 -1
  34. package/src/canvas.ts +59 -0
  35. package/src/comments.ts +0 -3
  36. package/src/copy-paste.ts +0 -11
  37. package/src/create.ts +0 -27
  38. package/src/index.ts +5 -0
  39. package/src/structure.ts +94 -4
  40. package/src/studio.ts +191 -4
  41. package/src/vision.ts +10 -0
@@ -57,10 +57,18 @@ var vision = removeUndefinedLocaleResources({
57
57
  * @see {@link https://www.sanity.io/docs/perspectives}
58
58
  */
59
59
  "settings.perspective-label": "Perspective",
60
+ /** Notification about previewDrafts to drafts rename */
61
+ "settings.perspective.preview-drafts-renamed-to-drafts.description": 'Perspective "<code>previewDrafts</code>" hefur veri\xF0 endurnefnt \xED "<code>drafts</code>" og er n\xFA \xFArelt. \xDEessi breyting er virk fyrir allar \xFAtg\xE1fur me\xF0 stu\xF0ning vi\xF0 perspective (>= v2021-03-25).',
60
62
  /** Call to action to read the docs related to "Perspectives" */
61
63
  "settings.perspectives.action.docs-link": "Lestu skj\xF6lin",
64
+ /** Option for selecting default perspective */
65
+ "settings.perspectives.default": "Engin perspective (API sj\xE1lfgefi\xF0)",
62
66
  /** Description for popover that explains what "Perspectives" are */
63
67
  "settings.perspectives.description": 'Perspectives leyfa fyrirspurn \xFEinni a\xF0 keyra gegn mismunandi "s\xFDnum" af efni \xED dataset \xFE\xEDnu',
68
+ /** Description for upcoming default perspective change */
69
+ "settings.perspectives.new-default.description": 'Sj\xE1lfgefi\xF0 perspective mun breytast \xFAr "<code>raw</code>" \xED "<code>published</code>" \xED v\xE6ntanlegri API \xFAtg\xE1fu. Vinsamlegast kynntu \xFE\xE9r n\xE1nar \xED skj\xF6lun.',
70
+ /** Label for the pinned release perspective */
71
+ "settings.perspectives.pinned-release-label": "Fest \xFAtg\xE1fa",
64
72
  /** Title for popover that explains what "Perspectives" are */
65
73
  "settings.perspectives.title": "Perspectives"
66
74
  });
@@ -1 +1 @@
1
- {"version":3,"file":"vision.js","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":[],"mappings":";AAEA,IAAA,SAAe,+BAA+B;AAAA;AAAA,EAE5C,gCAAgC;AAAA;AAAA,EAEhC,wBAAwB;AAAA;AAAA,EAExB,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA;AAAA;AAAA;AAAA,EAMxB,aAAa;AAAA;AAAA,EAGb,oCAAoC;AAAA;AAAA,EAEpC,gBAAgB;AAAA;AAAA,EAGhB,sBAAsB;AAAA;AAAA,EAEtB,oBAAoB;AAAA;AAAA,EAEpB,eAAe;AAAA;AAAA,EAEf,aAAa;AAAA;AAAA,EAGb,gCAAgC;AAAA;AAAA,EAEhC,+BAA+B;AAAA;AAAA,EAE/B,gBAAgB;AAAA;AAAA,EAEhB,+CAA+C;AAAA;AAAA,EAE/C,gCAAgC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhC,gCAAgC;AAAA;AAAA,EAGhC,8BAA8B;AAAA;AAAA,EAE9B,qCAAqC;AAAA;AAAA,EAErC,0BAA0B;AAAA;AAAA,EAE1B,sCAAsC;AAAA;AAAA,EAEtC,oCAAoC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKpC,8BAA8B;AAAA;AAAA,EAE9B,0CAA0C;AAAA;AAAA,EAE1C,qCACE;AAAA;AAAA,EAEF,+BAA+B;AACjC,CAAC;"}
1
+ {"version":3,"file":"vision.js","sources":["../../src/vision.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for action \"Copy to clipboard\", tied to the \"Query URL\" field. Also used for accessibility purposes on button */\n 'action.copy-url-to-clipboard': 'Afrita á klippiborð',\n /** Label for stopping an ongoing listen operation */\n 'action.listen-cancel': 'Stoppa',\n /** Label for setting up a listener */\n 'action.listen-execute': 'Hlusta',\n /** Label for cancelling an ongoing query */\n 'action.query-cancel': 'Hætta við',\n /** Label for executing the query, eg doing a fetch */\n 'action.query-execute': 'Sækja',\n\n /**\n * Some features has a \"New\" label indicating that the feature was recently introduced.\n * This defines what the text of that label is. Keep it short and sweet.\n */\n 'label.new': 'Nýtt',\n\n /** Error message for when the \"Params\" input are not a valid json */\n 'params.error.params-invalid-json': 'Parametrar eru ekki gilt JSON',\n /** Label for \"Params\" (parameters) editor/input */\n 'params.label': 'Parametrar',\n\n /** Label for 'Column' indicator when there is an error within the query */\n 'query.error.column': 'Dálkur',\n /** Label for 'Line' indicator when there is an error within the query */\n 'query.error.line': 'Lína',\n /** Label for \"Query\" editor/input */\n 'query.label': 'Fyrirspurn',\n /** Label for the \"Query URL\" field, shown after executing a query, and allows for copying */\n 'query.url': 'Fyrirspurnarvefslóð',\n\n /** Label for \"End to End time\" information of the fetched query */\n 'result.end-to-end-time-label': 'Enda-til-enda',\n /** Label for \"Execution time\" information of the fetched query */\n 'result.execution-time-label': 'Framkvæmdartími',\n /** Label for \"Result\" explorer/view */\n 'result.label': 'Niðurstaða',\n /** Tooltip text shown when the query result is not encodable as CSV */\n 'result.save-result-as-csv.not-csv-encodable': 'Niðurstöðuna er ekki hægt að umrita sem CSV',\n /** Label for \"Save result as\" result action */\n 'result.save-result-as-format': 'Vista niðurstöðu sem <SaveResultButtons/>',\n /**\n * \"Not applicable\" message for when there is no Execution time or End to End time information\n * available for the query (eg when the query has not been executed, or errored)\n */\n 'result.timing-not-applicable': 'ekki viðeigandi',\n\n /** Label for the \"API version\" dropdown in settings */\n 'settings.api-version-label': 'API útgáfa',\n /** Label for the \"Custom API version\" input in settings, shown when \"other\" is chosen as API version */\n 'settings.custom-api-version-label': 'Sérsniðin API útgáfa',\n /** Label for the \"Dataset\" dropdown in vision settings */\n 'settings.dataset-label': 'Gagnasafn',\n /** Error label for when the API version in 'Custom API version' input is invalid */\n 'settings.error.invalid-api-version': 'Ógild API útgáfa',\n /** Label for the \"other\" versions within the \"API version\" dropdown */\n 'settings.other-api-version-label': 'Annað',\n /**\n * Label for the \"Perspective\" dropdown in vision settings\n * @see {@link https://www.sanity.io/docs/perspectives}\n */\n 'settings.perspective-label': 'Perspective',\n /** Notification about previewDrafts to drafts rename */\n 'settings.perspective.preview-drafts-renamed-to-drafts.description':\n 'Perspective \"<code>previewDrafts</code>\" hefur verið endurnefnt í \"<code>drafts</code>\" og er nú úrelt. Þessi breyting er virk fyrir allar útgáfur með stuðning við perspective (>= v2021-03-25).',\n /** Call to action to read the docs related to \"Perspectives\" */\n 'settings.perspectives.action.docs-link': 'Lestu skjölin',\n /** Option for selecting default perspective */\n 'settings.perspectives.default': 'Engin perspective (API sjálfgefið)',\n /** Description for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.description':\n 'Perspectives leyfa fyrirspurn þinni að keyra gegn mismunandi \"sýnum\" af efni í dataset þínu',\n /** Description for upcoming default perspective change */\n 'settings.perspectives.new-default.description':\n 'Sjálfgefið perspective mun breytast úr \"<code>raw</code>\" í \"<code>published</code>\" í væntanlegri API útgáfu. Vinsamlegast kynntu þér nánar í skjölun.',\n /** Label for the pinned release perspective */\n 'settings.perspectives.pinned-release-label': 'Fest útgáfa',\n /** Title for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.title': 'Perspectives',\n})\n"],"names":[],"mappings":";AAEA,IAAA,SAAe,+BAA+B;AAAA;AAAA,EAE5C,gCAAgC;AAAA;AAAA,EAEhC,wBAAwB;AAAA;AAAA,EAExB,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA;AAAA;AAAA;AAAA,EAMxB,aAAa;AAAA;AAAA,EAGb,oCAAoC;AAAA;AAAA,EAEpC,gBAAgB;AAAA;AAAA,EAGhB,sBAAsB;AAAA;AAAA,EAEtB,oBAAoB;AAAA;AAAA,EAEpB,eAAe;AAAA;AAAA,EAEf,aAAa;AAAA;AAAA,EAGb,gCAAgC;AAAA;AAAA,EAEhC,+BAA+B;AAAA;AAAA,EAE/B,gBAAgB;AAAA;AAAA,EAEhB,+CAA+C;AAAA;AAAA,EAE/C,gCAAgC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhC,gCAAgC;AAAA;AAAA,EAGhC,8BAA8B;AAAA;AAAA,EAE9B,qCAAqC;AAAA;AAAA,EAErC,0BAA0B;AAAA;AAAA,EAE1B,sCAAsC;AAAA;AAAA,EAEtC,oCAAoC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKpC,8BAA8B;AAAA;AAAA,EAE9B,qEACE;AAAA;AAAA,EAEF,0CAA0C;AAAA;AAAA,EAE1C,iCAAiC;AAAA;AAAA,EAEjC,qCACE;AAAA;AAAA,EAEF,iDACE;AAAA;AAAA,EAEF,8CAA8C;AAAA;AAAA,EAE9C,+BAA+B;AACjC,CAAC;"}
package/dist/index.cjs CHANGED
@@ -5,6 +5,12 @@ const locale = sanity.defineLocale({
5
5
  id: "is-IS",
6
6
  title: "\xCDslenska",
7
7
  bundles: [
8
+ {
9
+ namespace: "canvas",
10
+ resources: () => Promise.resolve().then(function() {
11
+ return require("./_chunks-cjs/canvas.cjs");
12
+ })
13
+ },
8
14
  {
9
15
  namespace: "comments",
10
16
  resources: () => Promise.resolve().then(function() {
@@ -1 +1 @@
1
- {"version":3,"file":"index.cjs","sources":["../src/index.ts"],"sourcesContent":["import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'\n\nconst locale = defineLocale({\n id: 'is-IS',\n title: 'Íslenska',\n bundles: [\n {\n namespace: 'comments',\n resources: () => import('./comments'),\n },\n\n {\n namespace: 'copy-paste',\n resources: () => import('./copy-paste'),\n },\n\n {\n namespace: 'create',\n resources: () => import('./create'),\n },\n\n {\n namespace: 'structure',\n resources: () => import('./structure'),\n },\n\n {\n namespace: 'studio',\n resources: () => import('./studio'),\n },\n\n {\n namespace: 'tasks',\n resources: () => import('./tasks'),\n },\n\n {\n namespace: 'validation',\n resources: () => import('./validation'),\n },\n\n {\n namespace: 'vision',\n resources: () => import('./vision'),\n },\n ],\n weekInfo: {\n firstDay: 1,\n minimalDays: 4,\n weekend: [6, 7],\n },\n})\n\n/**\n * Íslenska / Icelandic locale/translation plugin for Sanity Studio\n *\n * @public\n */\nexport const isISLocale = definePlugin<{\n title?: string\n weekInfo?: LocaleDefinition['weekInfo']\n} | void>((config) => ({\n name: '@sanity/locale-is-is',\n i18n: {\n locales: [config ? {...locale, ...config} : locale],\n },\n}))\n"],"names":["defineLocale","definePlugin"],"mappings":";;;AAEA,MAAM,SAASA,OAAAA,aAAa;AAAA,EAC1B,IAAI;AAAA,EACJ,OAAO;AAAA,EACP,SAAS;AAAA,IACP;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,4BAAY;AAAA,MAAA,CAAA;AAAA,IACtC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,8BAAc;AAAA,MAAA,CAAA;AAAA,IACxC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IACpC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,6BAAa;AAAA,MAAA,CAAA;AAAA,IACvC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IACpC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,yBAAS;AAAA,MAAA,CAAA;AAAA,IACnC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,8BAAc;AAAA,MAAA,CAAA;AAAA,IACxC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,EAEtC;AAAA,EACA,UAAU;AAAA,IACR,UAAU;AAAA,IACV,aAAa;AAAA,IACb,SAAS,CAAC,GAAG,CAAC;AAAA,EAAA;AAElB,CAAC,GAOY,aAAaC,OAAAA,aAGhB,CAAC,YAAY;AAAA,EACrB,MAAM;AAAA,EACN,MAAM;AAAA,IACJ,SAAS,CAAC,SAAS,EAAC,GAAG,QAAQ,GAAG,OAAM,IAAI,MAAM;AAAA,EAAA;AAEtD,EAAE;;"}
1
+ {"version":3,"file":"index.cjs","sources":["../src/index.ts"],"sourcesContent":["import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'\n\nconst locale = defineLocale({\n id: 'is-IS',\n title: 'Íslenska',\n bundles: [\n {\n namespace: 'canvas',\n resources: () => import('./canvas'),\n },\n\n {\n namespace: 'comments',\n resources: () => import('./comments'),\n },\n\n {\n namespace: 'copy-paste',\n resources: () => import('./copy-paste'),\n },\n\n {\n namespace: 'create',\n resources: () => import('./create'),\n },\n\n {\n namespace: 'structure',\n resources: () => import('./structure'),\n },\n\n {\n namespace: 'studio',\n resources: () => import('./studio'),\n },\n\n {\n namespace: 'tasks',\n resources: () => import('./tasks'),\n },\n\n {\n namespace: 'validation',\n resources: () => import('./validation'),\n },\n\n {\n namespace: 'vision',\n resources: () => import('./vision'),\n },\n ],\n weekInfo: {\n firstDay: 1,\n minimalDays: 4,\n weekend: [6, 7],\n },\n})\n\n/**\n * Íslenska / Icelandic locale/translation plugin for Sanity Studio\n *\n * @public\n */\nexport const isISLocale = definePlugin<{\n title?: string\n weekInfo?: LocaleDefinition['weekInfo']\n} | void>((config) => ({\n name: '@sanity/locale-is-is',\n i18n: {\n locales: [config ? {...locale, ...config} : locale],\n },\n}))\n"],"names":["defineLocale","definePlugin"],"mappings":";;;AAEA,MAAM,SAASA,OAAAA,aAAa;AAAA,EAC1B,IAAI;AAAA,EACJ,OAAO;AAAA,EACP,SAAS;AAAA,IACP;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IACpC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,4BAAY;AAAA,MAAA,CAAA;AAAA,IACtC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,8BAAc;AAAA,MAAA,CAAA;AAAA,IACxC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IACpC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,6BAAa;AAAA,MAAA,CAAA;AAAA,IACvC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IACpC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,yBAAS;AAAA,MAAA,CAAA;AAAA,IACnC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,8BAAc;AAAA,MAAA,CAAA;AAAA,IACxC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,EAEtC;AAAA,EACA,UAAU;AAAA,IACR,UAAU;AAAA,IACV,aAAa;AAAA,IACb,SAAS,CAAC,GAAG,CAAC;AAAA,EAAA;AAElB,CAAC,GAOY,aAAaC,OAAAA,aAGhB,CAAC,YAAY;AAAA,EACrB,MAAM;AAAA,EACN,MAAM;AAAA,IACJ,SAAS,CAAC,SAAS,EAAC,GAAG,QAAQ,GAAG,OAAM,IAAI,MAAM;AAAA,EAAA;AAEtD,EAAE;;"}
package/dist/index.js CHANGED
@@ -3,6 +3,10 @@ const locale = defineLocale({
3
3
  id: "is-IS",
4
4
  title: "\xCDslenska",
5
5
  bundles: [
6
+ {
7
+ namespace: "canvas",
8
+ resources: () => import("./_chunks-es/canvas.js")
9
+ },
6
10
  {
7
11
  namespace: "comments",
8
12
  resources: () => import("./_chunks-es/comments.js")
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'\n\nconst locale = defineLocale({\n id: 'is-IS',\n title: 'Íslenska',\n bundles: [\n {\n namespace: 'comments',\n resources: () => import('./comments'),\n },\n\n {\n namespace: 'copy-paste',\n resources: () => import('./copy-paste'),\n },\n\n {\n namespace: 'create',\n resources: () => import('./create'),\n },\n\n {\n namespace: 'structure',\n resources: () => import('./structure'),\n },\n\n {\n namespace: 'studio',\n resources: () => import('./studio'),\n },\n\n {\n namespace: 'tasks',\n resources: () => import('./tasks'),\n },\n\n {\n namespace: 'validation',\n resources: () => import('./validation'),\n },\n\n {\n namespace: 'vision',\n resources: () => import('./vision'),\n },\n ],\n weekInfo: {\n firstDay: 1,\n minimalDays: 4,\n weekend: [6, 7],\n },\n})\n\n/**\n * Íslenska / Icelandic locale/translation plugin for Sanity Studio\n *\n * @public\n */\nexport const isISLocale = definePlugin<{\n title?: string\n weekInfo?: LocaleDefinition['weekInfo']\n} | void>((config) => ({\n name: '@sanity/locale-is-is',\n i18n: {\n locales: [config ? {...locale, ...config} : locale],\n },\n}))\n"],"names":[],"mappings":";AAEA,MAAM,SAAS,aAAa;AAAA,EAC1B,IAAI;AAAA,EACJ,OAAO;AAAA,EACP,SAAS;AAAA,IACP;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,0BAAY;AAAA,IACtC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,4BAAc;AAAA,IACxC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IACpC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,2BAAa;AAAA,IACvC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IACpC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,uBAAS;AAAA,IACnC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,4BAAc;AAAA,IACxC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IAAA;AAAA,EAEtC;AAAA,EACA,UAAU;AAAA,IACR,UAAU;AAAA,IACV,aAAa;AAAA,IACb,SAAS,CAAC,GAAG,CAAC;AAAA,EAAA;AAElB,CAAC,GAOY,aAAa,aAGhB,CAAC,YAAY;AAAA,EACrB,MAAM;AAAA,EACN,MAAM;AAAA,IACJ,SAAS,CAAC,SAAS,EAAC,GAAG,QAAQ,GAAG,OAAM,IAAI,MAAM;AAAA,EAAA;AAEtD,EAAE;"}
1
+ {"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'\n\nconst locale = defineLocale({\n id: 'is-IS',\n title: 'Íslenska',\n bundles: [\n {\n namespace: 'canvas',\n resources: () => import('./canvas'),\n },\n\n {\n namespace: 'comments',\n resources: () => import('./comments'),\n },\n\n {\n namespace: 'copy-paste',\n resources: () => import('./copy-paste'),\n },\n\n {\n namespace: 'create',\n resources: () => import('./create'),\n },\n\n {\n namespace: 'structure',\n resources: () => import('./structure'),\n },\n\n {\n namespace: 'studio',\n resources: () => import('./studio'),\n },\n\n {\n namespace: 'tasks',\n resources: () => import('./tasks'),\n },\n\n {\n namespace: 'validation',\n resources: () => import('./validation'),\n },\n\n {\n namespace: 'vision',\n resources: () => import('./vision'),\n },\n ],\n weekInfo: {\n firstDay: 1,\n minimalDays: 4,\n weekend: [6, 7],\n },\n})\n\n/**\n * Íslenska / Icelandic locale/translation plugin for Sanity Studio\n *\n * @public\n */\nexport const isISLocale = definePlugin<{\n title?: string\n weekInfo?: LocaleDefinition['weekInfo']\n} | void>((config) => ({\n name: '@sanity/locale-is-is',\n i18n: {\n locales: [config ? {...locale, ...config} : locale],\n },\n}))\n"],"names":[],"mappings":";AAEA,MAAM,SAAS,aAAa;AAAA,EAC1B,IAAI;AAAA,EACJ,OAAO;AAAA,EACP,SAAS;AAAA,IACP;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IACpC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,0BAAY;AAAA,IACtC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,4BAAc;AAAA,IACxC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IACpC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,2BAAa;AAAA,IACvC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IACpC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,uBAAS;AAAA,IACnC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,4BAAc;AAAA,IACxC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IAAA;AAAA,EAEtC;AAAA,EACA,UAAU;AAAA,IACR,UAAU;AAAA,IACV,aAAa;AAAA,IACb,SAAS,CAAC,GAAG,CAAC;AAAA,EAAA;AAElB,CAAC,GAOY,aAAa,aAGhB,CAAC,YAAY;AAAA,EACrB,MAAM;AAAA,EACN,MAAM;AAAA,IACJ,SAAS,CAAC,SAAS,EAAC,GAAG,QAAQ,GAAG,OAAM,IAAI,MAAM;AAAA,EAAA;AAEtD,EAAE;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/locale-is-is",
3
- "version": "1.2.11",
3
+ "version": "1.2.13",
4
4
  "private": false,
5
5
  "description": "Icelandic / Íslenska locale/translation for Sanity Studio",
6
6
  "keywords": [
package/src/canvas.ts ADDED
@@ -0,0 +1,59 @@
1
+ import {removeUndefinedLocaleResources} from 'sanity'
2
+
3
+ export default removeUndefinedLocaleResources({
4
+ /** The text for the "Edit in Canvas" action. */
5
+ 'action.edit-document': undefined, // 'Edit in Canvas'
6
+ /** The text for the "Link to Canvas" action. */
7
+ 'action.link-document': undefined, // 'Link to Canvas'
8
+ /** The text for the "Link to Canvas" action when the document is not yet resolved. */
9
+ 'action.link-document-disabled.initial-value-not-resolved': undefined, // 'Please wait until the document initial values are resolved'
10
+ /** The text for the "Link to Canvas" action when the user doesn't have permissions to link the document to Canvas. */
11
+ 'action.link-document-disabled.missing-permissions': undefined, // 'You don\'t have permissions to link this document to Canvas'
12
+ /** The text for the "Link to Canvas" action when the document is not in the dashboard. */
13
+ 'action.link-document-disabled.not-in-dashboard': undefined, // 'Open this document in Dashboard to link to Canvas'
14
+ /** The text for the "Link to Canvas" action when the document is a version document. */
15
+ 'action.link-document-disabled.version-document': undefined, // 'Version documents are not yet supported in Canvas'
16
+ /** The text for the "Unlink from Canvas" action. */
17
+ 'action.unlink-document': undefined, // 'Unlink from Canvas'
18
+
19
+ /** The text for the action button in the banner when the document is linked to Canvas. */
20
+ 'banner.edit-document-in-canvas': undefined, // 'Edit in Canvas'
21
+ /** The text for the banner when the document is linked to Canvas. */
22
+ 'banner.linked-to-canvas': undefined, // 'This document is linked to Canvas'
23
+
24
+ /** The text for the "Confirm document changes" dialog cancel button. */
25
+ 'dialog.confirm-document-changes.cancel': undefined, // 'Cancel'
26
+ /** The text for the "Confirm document changes" dialog confirm button. */
27
+ 'dialog.confirm-document-changes.confirm': undefined, // 'Accept and continue'
28
+ /** The description for the "Confirm document changes" dialog. */
29
+ 'dialog.confirm-document-changes.description': undefined, // 'This document needs to be updated to be compatible with Canvas.\n Existing content may be edited or removed as part of this process.'
30
+ /** The description for the "Confirm document changes" dialog footer. */
31
+ 'dialog.confirm-document-changes.footer-description': undefined, // 'You can unlink from Canvas at any time'
32
+ /** The title for the "Confirm document changes" dialog. */
33
+ 'dialog.confirm-document-changes.title': undefined, // 'Confirm document changes'
34
+ /** The text for the Link to Canvas dialog when there is a error. */
35
+ 'dialog.link-to-canvas.error': undefined, // 'Failed to link to Canvas'
36
+ /** The text for the "Link to Canvas" dialog when the document is being redirected. */
37
+ 'dialog.link-to-canvas.redirecting': undefined, // 'Taking you to Canvas to complete linking...'
38
+ /** The title for the "Link to Canvas" dialog. */
39
+ 'dialog.link-to-canvas.title': undefined, // 'Link to Canvas'
40
+ /** The text for the "Link to Canvas" dialog when the document is being validated. */
41
+ 'dialog.link-to-canvas.validating': undefined, // 'Validating'
42
+ /** The text for the "Unlink from Canvas" dialog cancel button. */
43
+ 'dialog.unlink-from-canvas.cancel': undefined, // 'Cancel'
44
+ /** The text for the "Unlink from Canvas" dialog description. */
45
+ 'dialog.unlink-from-canvas.description': undefined, // 'Once unlinked, it will be editable here and future edits in Canvas will no longer automatically map to this document.'
46
+ /** The text for the "Unlink from Canvas" dialog error message. */
47
+ 'dialog.unlink-from-canvas.error': undefined, // 'Failed to unlink from Canvas'
48
+ /** The text for the "Unlink from Canvas" dialog success message. */
49
+ 'dialog.unlink-from-canvas.success': undefined, // 'Unlinked from Canvas'
50
+ /** The title for the "Unlink from Canvas" dialog. */
51
+ 'dialog.unlink-from-canvas.title': undefined, // 'Unlink from Canvas'
52
+ /** The text for the "Unlink from Canvas" dialog unlink button. */
53
+ 'dialog.unlink-from-canvas.unlink-action': undefined, // 'Unlink now'
54
+ /** The text for the "Unlink from Canvas" dialog when the document is being unlinked. */
55
+ 'dialog.unlink-from-canvas.unlinking': undefined, // 'You\'re unlinking <strong>“{{documentTitle}}”</strong> from Canvas.'
56
+
57
+ /** The text for the "Navigate to Canvas" dialog error message. */
58
+ 'navigate-to-canvas-doc.error.missing-permissions': undefined, // 'Missing permissions to navigate to Canvas'
59
+ })
package/src/comments.ts CHANGED
@@ -29,9 +29,6 @@ export default removeUndefinedLocaleResources({
29
29
  /** The inspector text when error copying link */
30
30
  'copy-link-error-message': 'Ekki tókst að afrita tengil á klippiborð',
31
31
 
32
- /** The inspector successfully copied link text */
33
- 'copy-link-success-message': 'Tengill afritaður á klippiborð',
34
-
35
32
  /** The delete dialog body for a comment */
36
33
  'delete-comment.body': 'Ekki hægt að endurheimta athugasemd eftir að henni er eitt.',
37
34
  /** The delete dialog confirm button text for a comment */
package/src/copy-paste.ts CHANGED
@@ -12,12 +12,6 @@ export default removeUndefinedLocaleResources({
12
12
  /** The error message that is shown when the clipboard is not supported */
13
13
  'copy-paste.on-copy.validation.clipboard-not-supported.title':
14
14
  'Vafrinn þinn styður ekki þessa aðgerð',
15
- /** The success message that is shown when a document is copied */
16
- 'copy-paste.on-copy.validation.copy-document-success.title': 'Skjal "{{fieldNames}}" afritað',
17
- /** The success message that is shown when a field is copied */
18
- 'copy-paste.on-copy.validation.copy-field_one-success.title': 'Reitur "{{fieldName}}" afritaður',
19
- /** The success message that is shown when a array item is copied */
20
- 'copy-paste.on-copy.validation.copy-item_one-success.title': 'Atriði "{{typeName}}" afritað',
21
15
  /** The error message that is shown when there is no value to copy */
22
16
  'copy-paste.on-copy.validation.no-value.title': 'Tómt gildi, ekkert til að afrita',
23
17
  /** --- On copy --- */
@@ -34,11 +28,6 @@ export default removeUndefinedLocaleResources({
34
28
  'copy-paste.on-paste.validation.clipboard-empty.title': 'Ekkert til að líma inn',
35
29
  /** The validation message that is shown when the clipboard item is invalid */
36
30
  'copy-paste.on-paste.validation.clipboard-invalid.title': 'Ógilt klippiborðsatriði',
37
- /** The success message that is shown when a document is pasted */
38
- 'copy-paste.on-paste.validation.document-paste-success.title': 'Skjal "{{fieldNames}}" uppfært',
39
- /** The success message that is shown when a field is pasted */
40
- 'copy-paste.on-paste.validation.field_one-paste-success.title':
41
- 'Reitur "{{fieldName}}" uppfærður',
42
31
  /** The validation message that is shown when image files are incompatible */
43
32
  'copy-paste.on-paste.validation.image-file-incompatible.description':
44
33
  '"{{sourceSchemaType}}" er ekki leyfilegt í "{{targetSchemaType}}"',
package/src/create.ts CHANGED
@@ -17,35 +17,8 @@ export default removeUndefinedLocaleResources({
17
17
  /** Edit in Create button text */
18
18
  'edit-in-create-button.text': 'Breyta með Sanity Create',
19
19
 
20
- /** Details for the "Linking in progress" dialog */
21
- 'linking-in-progress-dialog.details':
22
- 'Eftir að tenging er lokið munu breytingar þínar birtast hér í rauntíma.',
23
- /** Header of the "Linking in progress" dialog */
24
- 'linking-in-progress-dialog.header': 'Tengist við Sanity Create',
25
- /** Lede text for the "Linking in progress" dialog */
26
- 'linking-in-progress-dialog.lede':
27
- 'Faraðu aftur í Sanity Create. Skjalið þitt mun samstillast sjálfkrafa (tekur venjulega nokkrar sekúndur).',
28
- /** "Linking in progress" troubleshooting button title */
29
- 'linking-in-progress-dialog.troubleshooting.button.title': 'Tenging tafin?',
30
- /** "Linking in progress" troubleshooting content */
31
- 'linking-in-progress-dialog.troubleshooting.content':
32
- 'Athugaðu hvort Sanity Create glugginn þinn er enn opinn, eða ef ferlið virðist vera fast. Ef vandamál viðvarandi, reyndu að endurnýja Studio og reyndu aftur.',
33
-
34
- /** Subtitle of the "Start writing in Create" banner */
35
- 'start-in-create-banner.subtitle':
36
- 'Frjáls form ritill, knúinn af gervigreind sem samstillist beint við skjöl Studio þíns.',
37
- /** Header of the "Start writing in Create" banner */
38
- 'start-in-create-banner.title': 'Byrjaðu með Sanity Create',
39
- /** Header badge of the "Start writing in Create" banner */
40
- 'start-in-create-banner.title-badge': 'Snemmtækur aðgangur',
41
-
42
20
  /** CTA in "Start writing in Create" dialog: Learn more */
43
21
  'start-in-create-dialog.cta.learn-more': 'Lærðu meira',
44
- /** Toast error message when we dont have a resolved Sanity Create url*/
45
- 'start-in-create-dialog.error-toast.unresolved-url': 'Ekki hægt að ákvarða Sanity Create URL.',
46
-
47
- /** "Start in Sanity Create" link button text */
48
- 'start-in-create-link.label': 'Byrjaðu í Create',
49
22
 
50
23
  /** Text for the document pane banner informing users that the document is linked to Sanity Create */
51
24
  'studio-create-link-banner.text': 'Þetta skjal er tengt við Sanity Create',
package/src/index.ts CHANGED
@@ -4,6 +4,11 @@ const locale = defineLocale({
4
4
  id: 'is-IS',
5
5
  title: 'Íslenska',
6
6
  bundles: [
7
+ {
8
+ namespace: 'canvas',
9
+ resources: () => import('./canvas'),
10
+ },
11
+
7
12
  {
8
13
  namespace: 'comments',
9
14
  resources: () => import('./comments'),
package/src/structure.ts CHANGED
@@ -11,6 +11,8 @@ export default removeUndefinedLocaleResources({
11
11
  'action.delete.label': 'Eyða',
12
12
  /** Label for the "Delete" document action while the document is being deleted */
13
13
  'action.delete.running.label': 'Eyði…',
14
+ /** Tooltip when action is disabled because the document is linked to Canvas */
15
+ 'action.disabled-by-canvas.tooltip': undefined, // 'Some document actions are disabled for documents linked to Canvas'
14
16
  /** Message prompting the user to confirm discarding changes */
15
17
  'action.discard-changes.confirm-dialog.confirm-discard-changes':
16
18
  'Ertu viss um að þú viljir henda öllum breytingum síðan síðast var birt?',
@@ -39,6 +41,8 @@ export default removeUndefinedLocaleResources({
39
41
  'action.publish.disabled.not-ready': 'Aðgerð ekki tilbúin',
40
42
  /** Label for action when there are pending changes.*/
41
43
  'action.publish.draft.label': 'Birta',
44
+ /** Label for the "Publish" document action */
45
+ 'action.publish.label': 'Birta',
42
46
  /** Label for the "Publish" document action when the document has live edit enabled.*/
43
47
  'action.publish.live-edit.label': 'Birta',
44
48
  /** Fallback tooltip for the "Publish" document action when publish is invoked for a document with live edit enabled.*/
@@ -76,6 +80,9 @@ export default removeUndefinedLocaleResources({
76
80
  'action.unpublish.live-edit.disabled':
77
81
  'Þetta skjal hefur beina ritun virkjaða og getur ekki verið afturkallað',
78
82
 
83
+ /** Description for the archived release banner, rendered when viewing the history of a version document from the publihed view */
84
+ 'banners.archived-release.description':
85
+ 'Þú ert að skoða skjal sem er aðeins til lesturs og var vistað sem hluti af <VersionBadge>{{title}}</VersionBadge>. Það er ekki hægt að breyta því',
79
86
  /** The text for the restore button on the deleted document banner */
80
87
  'banners.deleted-document-banner.restore-button.text': 'Endurheimta nýjustu útgáfuna',
81
88
  /** The text content for the deleted document banner */
@@ -105,6 +112,9 @@ export default removeUndefinedLocaleResources({
105
112
  'banners.permission-check-banner.request-permission-button.sent': 'Beiðni um ritstjóra send',
106
113
  /** The text for the request permission button that appears for viewer roles */
107
114
  'banners.permission-check-banner.request-permission-button.text': 'Biðja um að fá að breyta',
115
+ /** Description for the archived release banner, rendered when viewing the history of a version document from the published view */
116
+ 'banners.published-release.description':
117
+ 'Þú ert að skoða skjal sem er aðeins til lesturs og var birt sem hluti af <VersionBadge>{{title}}</VersionBadge>. Það er ekki hægt að breyta því',
108
118
  /** The text for the reload button */
109
119
  'banners.reference-changed-banner.reason-changed.reload-button.text': 'Endurhlaða tilvísun',
110
120
  /** The text for the reference change banner if the reason is that the reference has been changed */
@@ -115,6 +125,39 @@ export default removeUndefinedLocaleResources({
115
125
  /** The text for the reference change banner if the reason is that the reference has been deleted */
116
126
  'banners.reference-changed-banner.reason-removed.text':
117
127
  'Þessi tilvísun hefur verið fjarlægð síðan þú opnaðir hana.',
128
+ /** The text that appears for the action button to add the current document to the global release */
129
+ 'banners.release.action.add-to-release': 'Bæta við útgáfu',
130
+ /** The text that appears for the action button to add the current document to the global release */
131
+ 'banners.release.action.open-to-edit': 'Opna útgáfu til að breyta',
132
+ /** Toast description in case an error occurs when adding a document to a release */
133
+ 'banners.release.error.description': 'Villa kom upp við að bæta skjali við útgáfuna: {{message}}',
134
+ /** Toast title in case an error occurs when adding a document to a release */
135
+ 'banners.release.error.title': 'Villa við að bæta skjali við útgáfu',
136
+ /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */
137
+ 'banners.release.navigate-to-edit-description': 'Skjalið er aðeins til í',
138
+ /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */
139
+ 'banners.release.navigate-to-edit-description-end_one': 'útgáfunni',
140
+ /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */
141
+ 'banners.release.navigate-to-edit-description-end_other': 'útgáfum',
142
+ /** The text for the banner that appears when there are multiple versions but no drafts or published, only one extra releases */
143
+ 'banners.release.navigate-to-edit-description-multiple_one':
144
+ 'Þetta skjal er hluti af <VersionBadge/> útgáfunni og {{count}} annarri útgáfu.',
145
+ /** The text for the banner that appears when there are multiple versions but no drafts or published, more than one extra releases */
146
+ 'banners.release.navigate-to-edit-description-multiple_other':
147
+ 'Þetta skjal er hluti af <VersionBadge/> útgáfunni og {{count}} öðrum útgáfum',
148
+ /** The text for the banner that appears when a document only has one version but is in a draft or published pinned release */
149
+ 'banners.release.navigate-to-edit-description-single':
150
+ 'Þetta skjal er hluti af <VersionBadge/> útgáfunni',
151
+ /** The text for the banner that appears when a document is not in the current global release */
152
+ 'banners.release.not-in-release': 'Ekki í <VersionBadge>{{title}}</VersionBadge> útgáfunni.',
153
+ /** Description of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */
154
+ 'banners.release.waiting.description':
155
+ 'Vinsamlegast bíddu á meðan skjalið er bætt við útgáfuna. Það ætti ekki að taka lengur en nokkrar sekúndur.',
156
+ /** Title of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */
157
+ 'banners.release.waiting.title': 'Bæti skjali við útgáfu…',
158
+ /** The text content for the unpublished document banner when is part of a release */
159
+ 'banners.unpublished-release-banner.text':
160
+ 'Þetta skjal verður óbirt sem hluti af <VersionBadge>{{title}}</VersionBadge> útgáfunni',
118
161
 
119
162
  /** Browser/tab title when creating a new document of a given type */
120
163
  'browser-document-title.new-document': 'Nýtt {{schemaType}}',
@@ -134,6 +177,21 @@ export default removeUndefinedLocaleResources({
134
177
  /** The title for the close group button on the split pane on the document panel header */
135
178
  'buttons.split-pane-close-group-button.title': 'Loka gluggahópi',
136
179
 
180
+ /** The text for the canvas linked banner action button */
181
+ 'canvas.banner.edit-in-canvas-action': undefined, // 'Edit in Canvas'
182
+ /** The text for the canvas linked banner when the document is a draft */
183
+ 'canvas.banner.linked-text.draft': undefined, // 'This draft document is linked to Canvas'
184
+ /** The text for the canvas linked banner when the document is a live document */
185
+ 'canvas.banner.linked-text.published': undefined, // 'This live document is linked to Canvas'
186
+ /** The text for the canvas linked banner when the document is a version document */
187
+ 'canvas.banner.linked-text.version': undefined, // 'This version document is linked to Canvas'
188
+ /** The text for the canvas linked banner popover button */
189
+ 'canvas.banner.popover-button-text': undefined, // 'Learn more'
190
+ /** The description for the canvas linked banner popover */
191
+ 'canvas.banner.popover-description': undefined, // 'Canvas lets you author in a free-form editor that automatically maps back to the Studio as structured content - as you type.'
192
+ /** The heading for the canvas linked banner popover */
193
+ 'canvas.banner.popover-heading': undefined, // 'Idea first authoring'
194
+
137
195
  /** The label used in the changes inspector for the from selector */
138
196
  'changes.from.label': 'Frá',
139
197
  /* The label for the history tab in the changes inspector*/
@@ -143,6 +201,27 @@ export default removeUndefinedLocaleResources({
143
201
  /** The label used in the changes inspector for the to selector */
144
202
  'changes.to.label': 'Til',
145
203
 
204
+ /** The error message shown when the specified document comparison mode is not supported */
205
+ 'compare-version.error.invalidModeParam':
206
+ '"{{input}}" er ekki studdur háttur til að bera saman skjöl.',
207
+ /** The error message shown when the next document for comparison could not be extracted from the URL */
208
+ 'compare-version.error.invalidNextDocumentParam': 'Næsta skjals parameter er ógilt.',
209
+ /** The error message shown when the document comparison URL could not be parsed */
210
+ 'compare-version.error.invalidParams.title': 'Ekki hægt að bera saman skjöl',
211
+ /** The error message shown when the previous document for comparison could not be extracted from the URL */
212
+ 'compare-version.error.invalidPreviousDocumentParam': 'Fyrri skjals parameter er ógilt.',
213
+
214
+ /** The text for the tooltip when the "Compare versions" action for a document is disabled */
215
+ 'compare-versions.menu-item.disabled-reason': undefined, // 'There are no other versions of this document to compare.'
216
+ /** The text for the "Compare versions" action for a document */
217
+ 'compare-versions.menu-item.title': 'Bera saman útgáfur',
218
+ /** The string used to label draft documents */
219
+ 'compare-versions.status.draft': 'Drög',
220
+ /** The string used to label published documents */
221
+ 'compare-versions.status.published': 'Birt',
222
+ /** The title used when comparing versions of a document */
223
+ 'compare-versions.title': 'Bera saman útgáfur',
224
+
146
225
  /** The text in the "Cancel" button in the confirm delete dialog that cancels the action and closes the dialog */
147
226
  'confirm-delete-dialog.cancel-button.text': 'Hætta við',
148
227
  /** Used in `confirm-delete-dialog.cdr-summary.title` */
@@ -167,8 +246,6 @@ export default removeUndefinedLocaleResources({
167
246
  'confirm-delete-dialog.cdr-table.dataset.label': 'Gagnasanf',
168
247
  /** The header for the document ID column in the list of cross-dataset references found */
169
248
  'confirm-delete-dialog.cdr-table.document-id.label': 'Auðkenni skjals',
170
- /** The toast title when the copy button has been clicked */
171
- 'confirm-delete-dialog.cdr-table.id-copied-toast.title': 'Afritað aðkenni skjals á klippiborð!',
172
249
  /** The toast title when the copy button has been clicked but copying failed */
173
250
  'confirm-delete-dialog.cdr-table.id-copied-toast.title-failed':
174
251
  'Mistókst að afrita skjalaauðkenni',
@@ -272,6 +349,18 @@ export default removeUndefinedLocaleResources({
272
349
  /** The title of the sync lock toast on the form view */
273
350
  'document-view.form-view.sync-lock-toast.title': 'Samstilli skjal…',
274
351
 
352
+ /** The description for the document favorite action */
353
+ 'document.favorites.add-to-favorites': undefined, // 'Add to favorites'
354
+ /** The description for the document unfavorite action */
355
+ 'document.favorites.remove-from-favorites': undefined, // 'Remove from favorites'
356
+
357
+ /**The title for the menu items that will be shown when expanding a publish release event to inspect the document */
358
+ 'events.inspect.release': 'Skoða <VersionBadge>{{releaseTitle}}</VersionBadge> skjal',
359
+ /**The title for the menu items that will be shown when expanding a publish draft event to inspect the draft document*/
360
+ 'events.open.draft': 'Opna <VersionBadge>drög</VersionBadge> skjal',
361
+ /**The title for the menu items that will be shown when expanding a publish release event to inspect the release*/
362
+ 'events.open.release': 'Opna <VersionBadge>{{releaseTitle}}</VersionBadge> útgáfu',
363
+
275
364
  /** The loading messaging for when the tooltip is still loading permission info */
276
365
  'insufficient-permissions-message-tooltip.loading-text': 'Hleður…',
277
366
 
@@ -362,6 +451,9 @@ export default removeUndefinedLocaleResources({
362
451
  /** The text when copy URL operation succeeded */
363
452
  'panes.document-operation-results.operation-success_copy-url':
364
453
  'Skjalavefslóð afrituð á klippiborð',
454
+ /** */
455
+ 'panes.document-operation-results.operation-success_createVersion':
456
+ '<Strong>{{title}}</Strong> var bætt við útgáfuna',
365
457
  /** The text when a delete operation succeeded */
366
458
  'panes.document-operation-results.operation-success_delete': 'Skjalinu var eytt',
367
459
  /** The text when a discard changes operation succeeded */
@@ -380,8 +472,6 @@ export default removeUndefinedLocaleResources({
380
472
  'Birtingu skjalsins var afturkallað. Drög hafa verið búin til úr síðustu birtu útgáfu.',
381
473
  /** The document title shown when document title is "undefined" in operation message */
382
474
  'panes.document-operation-results.operation-undefined-title': 'Ótitlað',
383
- /** The title of the reconnecting toast */
384
- 'panes.document-pane-provider.reconnecting.title': 'Tenging rofnaði. Endurtengi…',
385
475
  /** The loading message for the document not found pane */
386
476
  'panes.document-pane.document-not-found.loading': 'Hleð skjali…',
387
477
  /** The text of the document not found pane if the schema is known */