@sanity/locale-is-is 1.2.19 → 1.2.21

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.
@@ -103,6 +103,8 @@ var vision = removeUndefinedLocaleResources({
103
103
  "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.',
104
104
  /** Label for the pinned release perspective */
105
105
  "settings.perspectives.pinned-release-label": "Fest \xFAtg\xE1fa",
106
+ /** Label for the scheduled drafts perspective */
107
+ "settings.perspectives.scheduled-drafts": "\xC1\xE6tla\xF0ar dr\xF6g",
106
108
  /** Title for popover that explains what "Perspectives" are */
107
109
  "settings.perspectives.title": "Perspectives"
108
110
  });
@@ -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 deleting a query */\n 'action.delete': 'Eyða',\n /** Label for editing a query's title */\n 'action.edit-title': 'Breyta titli',\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 query loading table */\n 'action.load-queries': 'Hlaða fyrirspurnum',\n /** Label for loading a query */\n 'action.load-query': 'Hlaða fyrirspurn',\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 /** Label for saving a query */\n 'action.save-query': 'Vista fyrirspurn',\n /** Label for updating a query */\n 'action.update': 'Uppfæra',\n\n /** Label for actions user can take */\n 'label.actions': 'Aðgerðir',\n /** Label for saved queries that have been edited */\n 'label.edited': 'Breytt',\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 /** Label for query type \"personal\" */\n 'label.personal': 'Persónulegt',\n /** Label for savedAt date */\n 'label.saved-at': 'Vistað þann',\n /** Saved queries */\n 'label.saved-queries': 'Vistaðar fyrirspurnir',\n /** Search queries */\n 'label.search-queries': 'Leita í fyrirspurnum',\n /** Share query */\n 'label.share': 'Deila',\n /** Label for saved query type \"team\" */\n 'label.team': 'Hópur',\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 /** Query already saved error label */\n 'save-query.already-saved': 'Fyrirspurn þegar vistuð',\n /** Save error label */\n 'save-query.error': 'Villa við að vista fyrirspurn',\n /** Save success label */\n 'save-query.success': 'Fyrirspurn vistuð',\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,iBAAiB;AAAA;AAAA,EAEjB,qBAAqB;AAAA;AAAA,EAErB,wBAAwB;AAAA;AAAA,EAExB,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA,EAEvB,qBAAqB;AAAA;AAAA,EAErB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA,EAExB,qBAAqB;AAAA;AAAA,EAErB,iBAAiB;AAAA;AAAA,EAGjB,iBAAiB;AAAA;AAAA,EAEjB,gBAAgB;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhB,aAAa;AAAA;AAAA,EAEb,kBAAkB;AAAA;AAAA,EAElB,kBAAkB;AAAA;AAAA,EAElB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA,EAExB,eAAe;AAAA;AAAA,EAEf,cAAc;AAAA;AAAA,EAGd,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,4BAA4B;AAAA;AAAA,EAE5B,oBAAoB;AAAA;AAAA,EAEpB,sBAAsB;AAAA;AAAA,EAGtB,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;"}
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 deleting a query */\n 'action.delete': 'Eyða',\n /** Label for editing a query's title */\n 'action.edit-title': 'Breyta titli',\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 query loading table */\n 'action.load-queries': 'Hlaða fyrirspurnum',\n /** Label for loading a query */\n 'action.load-query': 'Hlaða fyrirspurn',\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 /** Label for saving a query */\n 'action.save-query': 'Vista fyrirspurn',\n /** Label for updating a query */\n 'action.update': 'Uppfæra',\n\n /** Label for actions user can take */\n 'label.actions': 'Aðgerðir',\n /** Label for saved queries that have been edited */\n 'label.edited': 'Breytt',\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 /** Label for query type \"personal\" */\n 'label.personal': 'Persónulegt',\n /** Label for savedAt date */\n 'label.saved-at': 'Vistað þann',\n /** Saved queries */\n 'label.saved-queries': 'Vistaðar fyrirspurnir',\n /** Search queries */\n 'label.search-queries': 'Leita í fyrirspurnum',\n /** Share query */\n 'label.share': 'Deila',\n /** Label for saved query type \"team\" */\n 'label.team': 'Hópur',\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 /** Query already saved error label */\n 'save-query.already-saved': 'Fyrirspurn þegar vistuð',\n /** Save error label */\n 'save-query.error': 'Villa við að vista fyrirspurn',\n /** Save success label */\n 'save-query.success': 'Fyrirspurn vistuð',\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 /** Label for the scheduled drafts perspective */\n 'settings.perspectives.scheduled-drafts': 'Áætlaðar drög',\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,iBAAiB;AAAA;AAAA,EAEjB,qBAAqB;AAAA;AAAA,EAErB,wBAAwB;AAAA;AAAA,EAExB,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA,EAEvB,qBAAqB;AAAA;AAAA,EAErB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA,EAExB,qBAAqB;AAAA;AAAA,EAErB,iBAAiB;AAAA;AAAA,EAGjB,iBAAiB;AAAA;AAAA,EAEjB,gBAAgB;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhB,aAAa;AAAA;AAAA,EAEb,kBAAkB;AAAA;AAAA,EAElB,kBAAkB;AAAA;AAAA,EAElB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA,EAExB,eAAe;AAAA;AAAA,EAEf,cAAc;AAAA;AAAA,EAGd,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,4BAA4B;AAAA;AAAA,EAE5B,oBAAoB;AAAA;AAAA,EAEpB,sBAAsB;AAAA;AAAA,EAGtB,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,0CAA0C;AAAA;AAAA,EAE1C,+BAA+B;AACjC,CAAC;"}
package/dist/index.cjs CHANGED
@@ -62,7 +62,7 @@ const locale = sanity.defineLocale({
62
62
  ],
63
63
  weekInfo: {
64
64
  firstDay: 1,
65
- minimalDays: 4,
65
+ minimalDays: 1,
66
66
  weekend: [6, 7]
67
67
  }
68
68
  }), isISLocale = sanity.definePlugin((config) => ({
@@ -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: '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;;"}
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: 1,\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,IAAA;AAAA,IAGpC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,4BAAY;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGtC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,8BAAc;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGxC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGpC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,6BAAa;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGvC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGpC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,yBAAS;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGnC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,8BAAc;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGxC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,EACpC;AAAA,EAEF,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,OAAA,IAAU,MAAM;AAAA,EAAA;AAEtD,EAAE;;"}
package/dist/index.js CHANGED
@@ -42,7 +42,7 @@ const locale = defineLocale({
42
42
  ],
43
43
  weekInfo: {
44
44
  firstDay: 1,
45
- minimalDays: 4,
45
+ minimalDays: 1,
46
46
  weekend: [6, 7]
47
47
  }
48
48
  }), isISLocale = definePlugin((config) => ({
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: '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;"}
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: 1,\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,IAAA;AAAA,IAGpC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,0BAAY;AAAA,IAAA;AAAA,IAGtC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,4BAAc;AAAA,IAAA;AAAA,IAGxC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IAAA;AAAA,IAGpC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,2BAAa;AAAA,IAAA;AAAA,IAGvC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IAAA;AAAA,IAGpC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,uBAAS;AAAA,IAAA;AAAA,IAGnC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,4BAAc;AAAA,IAAA;AAAA,IAGxC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IAAA;AAAA,EACpC;AAAA,EAEF,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,OAAA,IAAU,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.19",
3
+ "version": "1.2.21",
4
4
  "private": false,
5
5
  "description": "Icelandic / Íslenska locale/translation for Sanity Studio",
6
6
  "keywords": [
package/src/index.ts CHANGED
@@ -51,7 +51,7 @@ const locale = defineLocale({
51
51
  ],
52
52
  weekInfo: {
53
53
  firstDay: 1,
54
- minimalDays: 4,
54
+ minimalDays: 1,
55
55
  weekend: [6, 7],
56
56
  },
57
57
  })
package/src/structure.ts CHANGED
@@ -84,6 +84,8 @@ export default removeUndefinedLocaleResources({
84
84
  /** Description for the archived release banner, rendered when viewing the history of a version document from the publihed view */
85
85
  'banners.archived-release.description':
86
86
  'Þú 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í',
87
+ /** Description for the archived scheduled draft banner, rendered when viewing the history of a cardinality one release document */
88
+ 'banners.archived-scheduled-draft.description': 'Þessi áætlaði drög eru skjalasafnað',
87
89
  /** The explanation displayed when a user attempts to create a new draft document, but the draft model is not switched on */
88
90
  'banners.choose-new-document-destination.cannot-create-draft-document':
89
91
  'Ekki er hægt að búa til drög að skjali.',
@@ -180,6 +182,9 @@ export default removeUndefinedLocaleResources({
180
182
  /** The text for the revision not found banner */
181
183
  'banners.revision-not-found.description':
182
184
  'Við gátum ekki fundið valda endurskoðun skjalsins, vinsamlegast veldu annan færslu úr sögulistanum.',
185
+ /** The text content for the scheduled draft override banner */
186
+ 'banners.scheduled-draft-override-banner.text':
187
+ 'Áætluð drög fyrir þetta skjal eru til. Ef þú birtir breytingar núna verða þær yfirskrifaðar þegar áætlunin keyrir.',
183
188
  /** The text content for the unpublished document banner when is part of a release */
184
189
  'banners.unpublished-release-banner.text':
185
190
  'Þetta skjal verður óbirt sem hluti af <VersionBadge>{{title}}</VersionBadge> útgáfunni',
@@ -619,4 +624,7 @@ export default removeUndefinedLocaleResources({
619
624
  'timeline-item.menu.action-expand': 'Útvíkka',
620
625
  /** The text for the published event menu tooltip when the release is not found */
621
626
  'timeline-item.not-found-release.tooltip': 'Útgáfa með id "{{releaseId}}" fannst ekki',
627
+
628
+ /** The text for the "Inline changes" action, which is used to toggle the visibility of content diffs inside inputs */
629
+ 'toggle-inline-changes.menu-item.title': 'Innri breytingar',
622
630
  })
package/src/studio.ts CHANGED
@@ -1,6 +1,13 @@
1
1
  import {removeUndefinedLocaleResources} from 'sanity'
2
2
 
3
3
  export default removeUndefinedLocaleResources({
4
+ /** "Configuration issue" header */
5
+ 'about-dialog.configuration-issue.header': 'Uppsetningavandamál greint',
6
+ /** Message shown if sanity.cli.ts is missing deployment.appId */
7
+ 'about-dialog.configuration-issue.missing-appid':
8
+ 'Sjálfvirkar uppfærslur eru virkjaðar, en engin <code>deployment.appId</code> stillt í <code>sanity.cli.ts</code>. Þetta Studio er að uppfæra gegn <strong>latest</strong>-rásinni.',
9
+ /** "View documentation" link for auto-updating studios */
10
+ 'about-dialog.configuration-issue.missing-appid.view-documentation': 'Skoða skjölun',
4
11
  /** "Disabled" status for auto-updates in About-dialog */
5
12
  'about-dialog.version-info.auto-updates.disabled': 'Óvirkt',
6
13
  /** "Enabled" status for auto-updates in About-dialog */
@@ -10,7 +17,7 @@ export default removeUndefinedLocaleResources({
10
17
  /** "How to enable" next to Disabled state for Auto updates in version info dialog */
11
18
  'about-dialog.version-info.auto-updates.how-to-enable': 'Hvernig á að virkja',
12
19
  /** "Manage version" link text */
13
- 'about-dialog.version-info.auto-updates.manage-version': undefined, // 'Manage version'
20
+ 'about-dialog.version-info.auto-updates.manage-version': 'Stjórna útgáfu',
14
21
  /** Text displayed on the "Copy to clipboard"-button after clicked */
15
22
  'about-dialog.version-info.copy-to-clipboard-button.copied-text':
16
23
  'Afritað á klippiborð. Gleðilegt líming!',
@@ -23,30 +30,32 @@ export default removeUndefinedLocaleResources({
23
30
  /** "Latest version" header in version info dialog */
24
31
  'about-dialog.version-info.latest-version.header': 'Nýjasta útgáfa',
25
32
  /** Info text when auto updates is enabled and a new version is available */
26
- 'about-dialog.version-info.new-auto-update-version-available': undefined, // 'New version available'
33
+ 'about-dialog.version-info.new-auto-update-version-available': 'Ný útgáfa í boði',
27
34
  /** "New version" header in version info dialog - Note that this is not necessary a *higher* version compared to current:
28
35
  * It's a new version configured for auto updates which in some cases could even be a version below current */
29
- 'about-dialog.version-info.new-version.text': undefined, // 'New version'
36
+ 'about-dialog.version-info.new-version.text': ' útgáfa',
30
37
  /** "Reload"-button when auto updates is enabled and a new version is available */
31
- 'about-dialog.version-info.reload': undefined, // 'Reload'
38
+ 'about-dialog.version-info.reload': 'Endurhlaða',
32
39
  /** "Reload to update"-tooltip when auto updates is enabled and a new version is available */
33
- 'about-dialog.version-info.reload-to-update': undefined, // 'Reload Studio to update'
40
+ 'about-dialog.version-info.reload-to-update': 'Endurhlaða Studio til að uppfæra',
41
+ /** "Development" tooltip in About-dialog */
42
+ 'about-dialog.version-info.tooltip.development': 'Þróun',
34
43
  /** "New version available" tooltip in About-dialog */
35
- 'about-dialog.version-info.tooltip.new-version-available': undefined, // 'New version available'
44
+ 'about-dialog.version-info.tooltip.new-version-available': 'Ný útgáfa í boði',
36
45
  /** "Prerelease" tooltip in About-dialog */
37
- 'about-dialog.version-info.tooltip.prerelease': undefined, // 'Prerelease'
46
+ 'about-dialog.version-info.tooltip.prerelease': 'Forskoðun',
38
47
  /** "Up to date" tooltip in About-dialog */
39
- 'about-dialog.version-info.tooltip.up-to-date': undefined, // 'Up to date'
48
+ 'about-dialog.version-info.tooltip.up-to-date': 'Uppfært',
40
49
  /** @deprecated "Up to date" status in About-dialog */
41
50
  'about-dialog.version-info.up-to-date': 'Uppfært',
42
51
  /** "Upgrade"-button text */
43
- 'about-dialog.version-info.update-button.text': undefined, // 'Update'
52
+ 'about-dialog.version-info.update-button.text': 'Uppfæra',
44
53
  /** "Upgrade"-button tooltip text */
45
- 'about-dialog.version-info.update-button.tooltip': undefined, // 'Learn how to update Sanity Studio'
54
+ 'about-dialog.version-info.update-button.tooltip': 'Lærðu hvernig á uppfæra Sanity Studio',
46
55
  /** "User agent" header in About-dialog */
47
56
  'about-dialog.version-info.user-agent.header': 'Notandaaðili',
48
57
  /** "View on GitHub" link from version info dialog */
49
- 'about-dialog.version-info.view-on-github': undefined, // 'View on GitHub'
58
+ 'about-dialog.version-info.view-on-github': 'Skoða á GitHub',
50
59
 
51
60
  /** The text used in the tooltip shown in the dialog close button */
52
61
  'announcement.dialog.close': 'Loka',
@@ -117,14 +126,20 @@ export default removeUndefinedLocaleResources({
117
126
  'asset-source.dialog.default-title_file': 'Veldu skrá',
118
127
  /** Select asset dialog title for images */
119
128
  'asset-source.dialog.default-title_image': 'Veldu mynd',
129
+ /** Select asset dialog title for videos */
130
+ 'asset-source.dialog.default-title_video': 'Veldu myndband',
120
131
  /** Insert asset error */
121
132
  'asset-source.dialog.insert-asset-error':
122
133
  'Villa við að setja inn eign. Sjáðu ráskjáinn fyrir frekari upplýsingar.',
123
134
  /** Select asset dialog load more items */
124
135
  'asset-source.dialog.load-more': 'Hlaða meira',
125
- /** Text shown when selecting a file but there's no files to select from */
136
+ /** Text shown when selecting a file but there's no files to select from
137
+ * @deprecated no longer in use
138
+ */
126
139
  'asset-source.dialog.no-assets_file': 'Engar skrár',
127
- /** Text shown when selecting an image but there's no images to select from */
140
+ /** Text shown when selecting an image but there's no images to select from
141
+ * @deprecated no longer in use
142
+ */
128
143
  'asset-source.dialog.no-assets_image': 'Engar myndir',
129
144
  'asset-source.file.asset-list.action.delete.disabled-cannot-delete-current-file':
130
145
  'Ekki er hægt að eyða valinni skrá núna',
@@ -190,7 +205,14 @@ export default removeUndefinedLocaleResources({
190
205
  'asset-sources.media-library.file.title': 'Fjölmiðlabókasafn',
191
206
  'asset-sources.media-library.image.title': 'Fjölmiðlabókasafn',
192
207
  /** Info messages for the Media Library Asset Source */
193
- 'asset-sources.media-library.select-dialog.title': undefined, // 'Selecting {{assetType}} for {{targetTitle}}'
208
+ 'asset-sources.media-library.select-dialog.title_file': 'Velja skrá fyrir {{targetTitle}}',
209
+ 'asset-sources.media-library.select-dialog.title_image': 'Velja mynd fyrir {{targetTitle}}',
210
+ 'asset-sources.media-library.select-dialog.title_video': 'Velja myndband fyrir {{targetTitle}}',
211
+ /** Warning message shown when uploading already existing files to the Media Library Asset Source */
212
+ 'asset-sources.media-library.warning.file-already-exist.description':
213
+ 'Notaðu til staðar verandi skrá sem fannst í safninu.',
214
+ 'asset-sources.media-library.warning.file-already-exist.title':
215
+ "Skrá: '{{filename}}' er þegar til",
194
216
 
195
217
  /** Label when a release has been deleted by a different user */
196
218
  'banners.deleted-bundle-banner.text': "Útgáfan '<strong>{{title}}</strong>' hefur verið eytt.",
@@ -454,6 +476,9 @@ export default removeUndefinedLocaleResources({
454
476
  /** Label to indicate that a document type was not found */
455
477
  'document.type.not-found': 'Skjaltýpa "{{type}}" fannst ekki',
456
478
 
479
+ /** Error message shown when an action cannot be performed */
480
+ 'errors.unable-to-perform-action': 'Ekki hægt að framkvæma þessa aðgerð',
481
+
457
482
  /** The value of the <code>_key</code> property must be a unique string. */
458
483
  'form.error.duplicate-keys-alert.details.additional-description':
459
484
  'Gildi <code>_key</code> eiginleikans verður að vera einstakt strengur.',
@@ -554,7 +579,7 @@ export default removeUndefinedLocaleResources({
554
579
  /** Information for what the latest sanity version is */
555
580
  'help-resources.latest-sanity-version': 'Nýjasta útgáfan er {{latestVersion}}',
556
581
  /** Menu item for reloading Studio to update */
557
- 'help-resources.studio-auto-update-now': undefined, // 'Reload to update to v{{newVersion}}'
582
+ 'help-resources.studio-auto-update-now': 'Endurhlaða til uppfæra í v{{newVersion}}',
558
583
  /** Information for what studio version the current studio is running */
559
584
  'help-resources.studio-version': 'Útgáfa af Sanity Studio {{studioVersion}}',
560
585
  /** Title for help and resources menus */
@@ -1261,22 +1286,32 @@ export default removeUndefinedLocaleResources({
1261
1286
  'release.action.add-to-new-release': 'Bæta við útgáfu',
1262
1287
  /** Action message to add document to release */
1263
1288
  'release.action.add-to-release': 'Bæta við {{title}}',
1289
+ /** Tooltip message for document that is already added to release */
1290
+ 'release.action.already-exists-in-release': 'Skjal er nú þegar til í útgáfu',
1264
1291
  /** Action message for when document is already in release */
1265
1292
  'release.action.already-in-release': 'Nú þegar í útgáfu {{title}}',
1266
1293
  /** Action message for when you click to view all versions you can copy the current document to */
1267
1294
  'release.action.copy-to': 'Afrita útgáfu til',
1268
1295
  /** Action message for creating new releases */
1269
1296
  'release.action.create-new': 'Ný útgáfa',
1297
+ /** Description for toast when version creation failed */
1298
+ 'release.action.create-version.failure': 'Mistókst að búa til útgáfu',
1299
+ /** Action message for deleting a scheduled publish */
1300
+ 'release.action.delete-schedule': 'Eyða tímasetningu',
1270
1301
  /** Action message for when document is already in release */
1271
1302
  'release.action.discard-version': 'Hafna útgáfu',
1272
1303
  /** Description for toast when version discarding failed */
1273
1304
  'release.action.discard-version.failure': 'Mistókst að hafna útgáfu',
1305
+ /** Action message for editing the schedule of a scheduled publish */
1306
+ 'release.action.edit-schedule': 'Breyta tímasetningu',
1274
1307
  /** Action message for when a new release is created off an existing version, draft or published document */
1275
1308
  'release.action.new-release': 'Ný útgáfa',
1276
1309
  'release.action.new-release.limit-reached_other':
1277
1310
  'Þetta vinnusvæði er takmarkað við {{count}} útgáfur',
1278
1311
  /** Tooltip message for not having permissions for creating new releases */
1279
1312
  'release.action.permission.error': 'Þú hefur ekki leyfi til að framkvæma þessa aðgerð',
1313
+ /** Action message for running a scheduled draft immediately */
1314
+ 'release.action.publish-now': 'Birta núna',
1280
1315
  /** Error message description for when a version is reverted from being unpublished */
1281
1316
  'release.action.revert-unpublish-version.failure.description':
1282
1317
  'Vinsamlegast reyndu aftur eða athugaðu tenginguna þína. Skjalið verður enn óbirt við útgáfu.',
@@ -1296,6 +1331,8 @@ export default removeUndefinedLocaleResources({
1296
1331
  'Tókst með góðum árangri að setja <strong>{{title}}</strong> til að vera óbirt í útgáfu',
1297
1332
  /** Action message for when the view release is pressed */
1298
1333
  'release.action.view-release': 'Skoða útgáfu',
1334
+ /** Action message for when the view scheduled drafts is pressed */
1335
+ 'release.action.view-scheduled-drafts': 'Skoða tímasettar drög',
1299
1336
  /** Label for banner when release is scheduled */
1300
1337
  'release.banner.scheduled-for-publishing-on': 'Áætlað til birtingar á {{date}}',
1301
1338
  /** Label for Draft chip in document header */
@@ -1333,6 +1370,26 @@ export default removeUndefinedLocaleResources({
1333
1370
  'release.dialog.create.confirm': 'Búa til útgáfu',
1334
1371
  /** Title for creating releases dialog */
1335
1372
  'release.dialog.create.title': 'Ný útgáfa',
1373
+ /** Body text for the dialog confirming deletion of a scheduled draft */
1374
+ 'release.dialog.delete-schedule-draft.body':
1375
+ 'Ertu viss um að þú viljir eyða þessum tímasetta drögum? Þessi aðgerð er óafturkræf.',
1376
+ /** Confirm button text for deleting a scheduled draft */
1377
+ 'release.dialog.delete-schedule-draft.confirm': 'Já, eyða tímasetningu',
1378
+ /** Header for the dialog confirming deletion of a scheduled draft */
1379
+ 'release.dialog.delete-schedule-draft.header': 'Eyða tímasettum drögum',
1380
+ /** Body text for change schedule dialog */
1381
+ 'release.dialog.edit-schedule.body': 'Veldu nýja dagsetningu og tíma fyrir tímasetta birtingu.',
1382
+ /** Confirm button text for change schedule dialog */
1383
+ 'release.dialog.edit-schedule.confirm': 'Uppfæra tímasetningu',
1384
+ /** Header for change schedule dialog */
1385
+ 'release.dialog.edit-schedule.header': 'Breyta tímasetningu',
1386
+ /** Body text for the dialog confirming running a scheduled draft immediately */
1387
+ 'release.dialog.publish-scheduled-draft.body':
1388
+ 'Ertu viss um að þú viljir birta þessi tímasettu drög strax?',
1389
+ /** Confirm button text for running a scheduled draft immediately */
1390
+ 'release.dialog.publish-scheduled-draft.confirm': 'Já, keyra núna',
1391
+ /** Header for the dialog confirming running a scheduled draft immediately */
1392
+ 'release.dialog.publish-scheduled-draft.header': 'Birta drög núna',
1336
1393
  /** Label for description in tooltip to explain release types */
1337
1394
  'release.dialog.tooltip.description':
1338
1395
  'Áætlaður útgáfutími er notaður til að búa til betri forskoðanir og vísbendingar um hvort skjöl rekist á.',
@@ -1344,6 +1401,10 @@ export default removeUndefinedLocaleResources({
1344
1401
  'release.form.placeholder-describe-release': 'Lýstu útgáfunni…',
1345
1402
  /** Tooltip for button to hide release visibility */
1346
1403
  'release.layer.hide': 'Fela útgáfu',
1404
+ /** Label for the release menu */
1405
+ 'release.menu.label': 'Valmynd útgáfu',
1406
+ /** Tooltip for the release menu */
1407
+ 'release.menu.tooltip': 'Aðgerðir',
1347
1408
  /** Label for draft perspective in navbar */
1348
1409
  'release.navbar.drafts': 'Drög',
1349
1410
  /** Label for published releases in navbar */
@@ -1352,18 +1413,41 @@ export default removeUndefinedLocaleResources({
1352
1413
  'release.navbar.tooltip': 'Útgáfur',
1353
1414
  /** The placeholder text when the release doesn't have a title */
1354
1415
  'release.placeholder-untitled-release': 'Ónefnd útgáfa',
1416
+ /** Description for warning that the published schedule time is in the past */
1417
+ 'release.schedule-dialog.publish-date-in-past-warning':
1418
+ 'Tímasettu fyrir framtíðar dagsetningu og tíma.',
1419
+ /** Label for date picker when scheduling a release */
1420
+ 'release.schedule-dialog.select-publish-date-label': 'Birta á',
1355
1421
  /** The toast description that will be shown when the user has a release perspective which is now archived */
1356
1422
  'release.toast.archived-release.description': 'Þessi útgáfa hefur verið afnæld',
1357
1423
  /** The toast title that will be shown when the user has a release perspective which is now archived */
1358
1424
  'release.toast.archived-release.title': "Útgáfunni '{{title}}' hefur verið safnað",
1359
1425
  /** The toast title that will be shown the creating a release fails */
1360
1426
  'release.toast.create-release-error.title': 'Mistókst að búa til útgáfu',
1361
- /**The toast title that will be shown when the user has a release perspective which is now deleted */
1427
+ /** Error toast for deleting a scheduled draft */
1428
+ 'release.toast.delete-schedule-draft.error':
1429
+ 'Mistókst að eyða tímasettu drögunum <strong>{{title}}</strong>: {{error}}',
1430
+ /** Success toast for deleting a scheduled draft */
1431
+ 'release.toast.delete-schedule-draft.success':
1432
+ 'Tímasettu drögunum <strong>{{title}}</strong> hefur verið eytt.',
1433
+ /** The toast title that will be shown when the user has a release perspective which is now deleted */
1362
1434
  'release.toast.not-found-release.title': "Ekki tókst að finna '{{title}}' útgáfuna",
1435
+ /** Error toast for running a scheduled publish immediately */
1436
+ 'release.toast.publish-scheduled-draft.error':
1437
+ 'Mistókst að birta tímasettu drögin <strong>{{title}}</strong>: {{error}}',
1438
+ /** Success toast for running a scheduled publish immediately */
1439
+ 'release.toast.publish-scheduled-draft.success':
1440
+ 'Tímasettu drögin <strong>{{title}}</strong> hafa verið birt.',
1363
1441
  /** The toast description that will be shown when the user has a release perspective which is now published */
1364
1442
  'release.toast.published-release.description': 'Þessi útgáfa hefur verið afnæld',
1365
1443
  /** The toast title that will be shown when the user has a release perspective which is now deleted */
1366
1444
  'release.toast.published-release.title': "Útgáfan '{{title}}' var birt",
1445
+ /** Error toast for rescheduling a draft */
1446
+ 'release.toast.reschedule-scheduled-draft.error':
1447
+ 'Mistókst að endurtímasetja tímasettu drögin <strong>{{title}}</strong>: {{error}}',
1448
+ /** Success toast for rescheduling a draft */
1449
+ 'release.toast.reschedule-scheduled-draft.success':
1450
+ 'Tímasettu drögin <strong>{{title}}</strong> hafa verið endurtímasett.',
1367
1451
  /** Label for when a version of a document has already been added to the release */
1368
1452
  'release.tooltip.already-added': 'Útgáfa af þessu skjali hefur þegar verið bætt við',
1369
1453
  /** Label for when a release is scheduled / scheduling and a user can't add a document version to it */
@@ -1378,6 +1462,16 @@ export default removeUndefinedLocaleResources({
1378
1462
  /** Tooltip for the dropdown to show all versions of document */
1379
1463
  'release.version-list.tooltip': 'Sjá allar útgáfur skjalsins',
1380
1464
 
1465
+ /** Confirm button text for the schedule publish dialog */
1466
+ 'schedule-publish-dialog.confirm': 'Tímasetja',
1467
+ /** Description for the schedule publish dialog */
1468
+ 'schedule-publish-dialog.description': 'Veldu hvenær þetta skjal ætti að vera birt.',
1469
+ /** Header for the schedule publish dialog */
1470
+ 'schedule-publish-dialog.header': 'Áætlaðu drög til birtingar',
1471
+
1472
+ /** Title for a scheduled draft release */
1473
+ 'scheduled-drafts.release.title': 'Áætluð birting',
1474
+
1381
1475
  /** Accessibility label to open search action when the search would go fullscreen (eg on narrower screens) */
1382
1476
  'search.action-open-aria-label': 'Opna leit',
1383
1477
  /** Action label for adding a search filter */
@@ -2020,6 +2114,8 @@ export default removeUndefinedLocaleResources({
2020
2114
  * workspace to authenticate in.
2021
2115
  */
2022
2116
  'workspaces.action.choose-another-workspace': 'Veldu annað vinnusvæði',
2117
+ /** Label for title to switch workspace before workspaces are listed */
2118
+ 'workspaces.action.switch-workspace': 'Skiptu um vinnurými',
2023
2119
  /** Label for heading that indicates that you can choose your workspace */
2024
2120
  'workspaces.choose-your-workspace-label': 'Veldu þitt vinnusvæði',
2025
2121
  /** Label for the workspace menu */
package/src/vision.ts CHANGED
@@ -113,6 +113,8 @@ export default removeUndefinedLocaleResources({
113
113
  'Sjálfgefið perspective mun breytast úr "<code>raw</code>" í "<code>published</code>" í væntanlegri API útgáfu. Vinsamlegast kynntu þér nánar í skjölun.',
114
114
  /** Label for the pinned release perspective */
115
115
  'settings.perspectives.pinned-release-label': 'Fest útgáfa',
116
+ /** Label for the scheduled drafts perspective */
117
+ 'settings.perspectives.scheduled-drafts': 'Áætlaðar drög',
116
118
  /** Title for popover that explains what "Perspectives" are */
117
119
  'settings.perspectives.title': 'Perspectives',
118
120
  })