@sanity/locale-is-is 1.2.18 → 1.2.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_chunks-cjs/structure.cjs +10 -1
- package/dist/_chunks-cjs/structure.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +172 -13
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-cjs/vision.cjs +3 -0
- package/dist/_chunks-cjs/vision.cjs.map +1 -1
- package/dist/_chunks-es/structure.js +10 -1
- package/dist/_chunks-es/structure.js.map +1 -1
- package/dist/_chunks-es/studio.js +172 -13
- package/dist/_chunks-es/studio.js.map +1 -1
- package/dist/_chunks-es/vision.js +3 -0
- package/dist/_chunks-es/vision.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
- package/src/structure.ts +7 -0
- package/src/studio.ts +122 -13
- package/src/vision.ts +2 -0
|
@@ -103,6 +103,9 @@ 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": void 0,
|
|
108
|
+
// 'Scheduled drafts'
|
|
106
109
|
/** Title for popover that explains what "Perspectives" are */
|
|
107
110
|
"settings.perspectives.title": "Perspectives"
|
|
108
111
|
});
|
|
@@ -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': undefined, // 'Scheduled drafts'\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;AAAA,EAE1C,+BAA+B;AACjC,CAAC;"}
|
package/dist/index.cjs
CHANGED
package/dist/index.cjs.map
CHANGED
|
@@ -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:
|
|
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
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:
|
|
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
package/src/index.ts
CHANGED
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': undefined, // 'This scheduled draft is archived'
|
|
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,8 @@ 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': undefined, // 'A scheduled draft for this document exists. If you publish changes now they will be overwritten when the schedule runs.'
|
|
183
187
|
/** The text content for the unpublished document banner when is part of a release */
|
|
184
188
|
'banners.unpublished-release-banner.text':
|
|
185
189
|
'Þetta skjal verður óbirt sem hluti af <VersionBadge>{{title}}</VersionBadge> útgáfunni',
|
|
@@ -619,4 +623,7 @@ export default removeUndefinedLocaleResources({
|
|
|
619
623
|
'timeline-item.menu.action-expand': 'Útvíkka',
|
|
620
624
|
/** The text for the published event menu tooltip when the release is not found */
|
|
621
625
|
'timeline-item.not-found-release.tooltip': 'Útgáfa með id "{{releaseId}}" fannst ekki',
|
|
626
|
+
|
|
627
|
+
/** The text for the "Inline changes" action, which is used to toggle the visibility of content diffs inside inputs */
|
|
628
|
+
'toggle-inline-changes.menu-item.title': undefined, // 'Inline changes'
|
|
622
629
|
})
|
package/src/studio.ts
CHANGED
|
@@ -1,31 +1,60 @@
|
|
|
1
1
|
import {removeUndefinedLocaleResources} from 'sanity'
|
|
2
2
|
|
|
3
3
|
export default removeUndefinedLocaleResources({
|
|
4
|
+
/** "Configuration issue" header */
|
|
5
|
+
'about-dialog.configuration-issue.header': undefined, // 'Configuration issue detected'
|
|
6
|
+
/** Message shown if sanity.cli.ts is missing deployment.appId */
|
|
7
|
+
'about-dialog.configuration-issue.missing-appid': undefined, // 'Auto updates is enabled, but no <code>deployment.appId</code> configured in <code>sanity.cli.ts</code>. This Studio is updating against the <strong>latest</strong>-channel.'
|
|
8
|
+
/** "View documentation" link for auto-updating studios */
|
|
9
|
+
'about-dialog.configuration-issue.missing-appid.view-documentation': undefined, // 'View documentation'
|
|
4
10
|
/** "Disabled" status for auto-updates in About-dialog */
|
|
5
11
|
'about-dialog.version-info.auto-updates.disabled': 'Óvirkt',
|
|
6
12
|
/** "Enabled" status for auto-updates in About-dialog */
|
|
7
13
|
'about-dialog.version-info.auto-updates.enabled': 'Virkjað',
|
|
8
|
-
/** "Auto Updates" status header in About-dialog */
|
|
14
|
+
/** @deprecated "Auto Updates" status header in About-dialog */
|
|
9
15
|
'about-dialog.version-info.auto-updates.header': 'Sjálfvirkar uppfærslur',
|
|
10
|
-
/** "How to enable" next to Disabled state for Auto updates in
|
|
16
|
+
/** "How to enable" next to Disabled state for Auto updates in version info dialog */
|
|
11
17
|
'about-dialog.version-info.auto-updates.how-to-enable': 'Hvernig á að virkja',
|
|
18
|
+
/** "Manage version" link text */
|
|
19
|
+
'about-dialog.version-info.auto-updates.manage-version': undefined, // 'Manage version'
|
|
12
20
|
/** Text displayed on the "Copy to clipboard"-button after clicked */
|
|
13
21
|
'about-dialog.version-info.copy-to-clipboard-button.copied-text':
|
|
14
22
|
'Afritað á klippiborð. Gleðilegt líming!',
|
|
15
23
|
/** "Copy to Clipboard" button text for copying version details from About-dialog */
|
|
16
24
|
'about-dialog.version-info.copy-to-clipboard-button.text': 'Afrita á klippiborð',
|
|
17
|
-
/** "Current version" header in
|
|
25
|
+
/** "Current version" header in version info dialog */
|
|
18
26
|
'about-dialog.version-info.current-version.header': 'Núverandi útgáfa',
|
|
19
|
-
/** "How to upgrade" link text */
|
|
27
|
+
/** @deprecated "How to upgrade" link text */
|
|
20
28
|
'about-dialog.version-info.how-to-upgrade': 'Hvernig á að uppfæra',
|
|
21
|
-
/** "Latest version" header in
|
|
29
|
+
/** "Latest version" header in version info dialog */
|
|
22
30
|
'about-dialog.version-info.latest-version.header': 'Nýjasta útgáfa',
|
|
23
|
-
/**
|
|
24
|
-
'about-dialog.version-info.
|
|
25
|
-
/** "
|
|
31
|
+
/** Info text when auto updates is enabled and a new version is available */
|
|
32
|
+
'about-dialog.version-info.new-auto-update-version-available': undefined, // 'New version available'
|
|
33
|
+
/** "New version" header in version info dialog - Note that this is not necessary a *higher* version compared to current:
|
|
34
|
+
* It's a new version configured for auto updates which in some cases could even be a version below current */
|
|
35
|
+
'about-dialog.version-info.new-version.text': undefined, // 'New version'
|
|
36
|
+
/** "Reload"-button when auto updates is enabled and a new version is available */
|
|
37
|
+
'about-dialog.version-info.reload': undefined, // 'Reload'
|
|
38
|
+
/** "Reload to update"-tooltip when auto updates is enabled and a new version is available */
|
|
39
|
+
'about-dialog.version-info.reload-to-update': undefined, // 'Reload Studio to update'
|
|
40
|
+
/** "Development" tooltip in About-dialog */
|
|
41
|
+
'about-dialog.version-info.tooltip.development': undefined, // 'Development'
|
|
42
|
+
/** "New version available" tooltip in About-dialog */
|
|
43
|
+
'about-dialog.version-info.tooltip.new-version-available': undefined, // 'New version available'
|
|
44
|
+
/** "Prerelease" tooltip in About-dialog */
|
|
45
|
+
'about-dialog.version-info.tooltip.prerelease': undefined, // 'Prerelease'
|
|
46
|
+
/** "Up to date" tooltip in About-dialog */
|
|
47
|
+
'about-dialog.version-info.tooltip.up-to-date': undefined, // 'Up to date'
|
|
48
|
+
/** @deprecated "Up to date" status in About-dialog */
|
|
26
49
|
'about-dialog.version-info.up-to-date': 'Uppfært',
|
|
50
|
+
/** "Upgrade"-button text */
|
|
51
|
+
'about-dialog.version-info.update-button.text': undefined, // 'Update'
|
|
52
|
+
/** "Upgrade"-button tooltip text */
|
|
53
|
+
'about-dialog.version-info.update-button.tooltip': undefined, // 'Learn how to update Sanity Studio'
|
|
27
54
|
/** "User agent" header in About-dialog */
|
|
28
55
|
'about-dialog.version-info.user-agent.header': 'Notandaaðili',
|
|
56
|
+
/** "View on GitHub" link from version info dialog */
|
|
57
|
+
'about-dialog.version-info.view-on-github': undefined, // 'View on GitHub'
|
|
29
58
|
|
|
30
59
|
/** The text used in the tooltip shown in the dialog close button */
|
|
31
60
|
'announcement.dialog.close': 'Loka',
|
|
@@ -96,14 +125,20 @@ export default removeUndefinedLocaleResources({
|
|
|
96
125
|
'asset-source.dialog.default-title_file': 'Veldu skrá',
|
|
97
126
|
/** Select asset dialog title for images */
|
|
98
127
|
'asset-source.dialog.default-title_image': 'Veldu mynd',
|
|
128
|
+
/** Select asset dialog title for videos */
|
|
129
|
+
'asset-source.dialog.default-title_video': undefined, // 'Select video'
|
|
99
130
|
/** Insert asset error */
|
|
100
131
|
'asset-source.dialog.insert-asset-error':
|
|
101
132
|
'Villa við að setja inn eign. Sjáðu ráskjáinn fyrir frekari upplýsingar.',
|
|
102
133
|
/** Select asset dialog load more items */
|
|
103
134
|
'asset-source.dialog.load-more': 'Hlaða meira',
|
|
104
|
-
/** Text shown when selecting a file but there's no files to select from
|
|
135
|
+
/** Text shown when selecting a file but there's no files to select from
|
|
136
|
+
* @deprecated no longer in use
|
|
137
|
+
*/
|
|
105
138
|
'asset-source.dialog.no-assets_file': 'Engar skrár',
|
|
106
|
-
/** Text shown when selecting an image but there's no images to select from
|
|
139
|
+
/** Text shown when selecting an image but there's no images to select from
|
|
140
|
+
* @deprecated no longer in use
|
|
141
|
+
*/
|
|
107
142
|
'asset-source.dialog.no-assets_image': 'Engar myndir',
|
|
108
143
|
'asset-source.file.asset-list.action.delete.disabled-cannot-delete-current-file':
|
|
109
144
|
'Ekki er hægt að eyða valinni skrá núna',
|
|
@@ -168,6 +203,13 @@ export default removeUndefinedLocaleResources({
|
|
|
168
203
|
/** Menu Items for Media Library Asset Source */
|
|
169
204
|
'asset-sources.media-library.file.title': 'Fjölmiðlabókasafn',
|
|
170
205
|
'asset-sources.media-library.image.title': 'Fjölmiðlabókasafn',
|
|
206
|
+
/** Info messages for the Media Library Asset Source */
|
|
207
|
+
'asset-sources.media-library.select-dialog.title_file': undefined, // 'Selecting file for {{targetTitle}}'
|
|
208
|
+
'asset-sources.media-library.select-dialog.title_image': undefined, // 'Selecting image for {{targetTitle}}'
|
|
209
|
+
'asset-sources.media-library.select-dialog.title_video': undefined, // 'Selecting video for {{targetTitle}}'
|
|
210
|
+
/** Warning message shown when uploading already existing files to the Media Library Asset Source */
|
|
211
|
+
'asset-sources.media-library.warning.file-already-exist.description': undefined, // 'Using the existing file found in the library.'
|
|
212
|
+
'asset-sources.media-library.warning.file-already-exist.title': undefined, // 'File: \'{{filename}}\' already exists'
|
|
171
213
|
|
|
172
214
|
/** Label when a release has been deleted by a different user */
|
|
173
215
|
'banners.deleted-bundle-banner.text': "Útgáfan '<strong>{{title}}</strong>' hefur verið eytt.",
|
|
@@ -431,6 +473,9 @@ export default removeUndefinedLocaleResources({
|
|
|
431
473
|
/** Label to indicate that a document type was not found */
|
|
432
474
|
'document.type.not-found': 'Skjaltýpa "{{type}}" fannst ekki',
|
|
433
475
|
|
|
476
|
+
/** Error message shown when an action cannot be performed */
|
|
477
|
+
'errors.unable-to-perform-action': undefined, // 'Unable to perform this action'
|
|
478
|
+
|
|
434
479
|
/** The value of the <code>_key</code> property must be a unique string. */
|
|
435
480
|
'form.error.duplicate-keys-alert.details.additional-description':
|
|
436
481
|
'Gildi <code>_key</code> eiginleikans verður að vera einstakt strengur.',
|
|
@@ -530,6 +575,8 @@ export default removeUndefinedLocaleResources({
|
|
|
530
575
|
'help-resources.action.join-our-community': 'Vertu með í samfélagi okkar',
|
|
531
576
|
/** Information for what the latest sanity version is */
|
|
532
577
|
'help-resources.latest-sanity-version': 'Nýjasta útgáfan er {{latestVersion}}',
|
|
578
|
+
/** Menu item for reloading Studio to update */
|
|
579
|
+
'help-resources.studio-auto-update-now': undefined, // 'Reload to update to v{{newVersion}}'
|
|
533
580
|
/** Information for what studio version the current studio is running */
|
|
534
581
|
'help-resources.studio-version': 'Útgáfa af Sanity Studio {{studioVersion}}',
|
|
535
582
|
/** Title for help and resources menus */
|
|
@@ -1204,9 +1251,9 @@ export default removeUndefinedLocaleResources({
|
|
|
1204
1251
|
/** Title for "Create new document" dialog */
|
|
1205
1252
|
'new-document.title': 'Búa til nýtt skjal',
|
|
1206
1253
|
|
|
1207
|
-
/** Label for button that will make the browser reload when users' studio version is out-of-date */
|
|
1254
|
+
/** @deprecated Label for button that will make the browser reload when users' studio version is out-of-date */
|
|
1208
1255
|
'package-version.new-package-available.reload-button': 'Endurhlaða',
|
|
1209
|
-
/** Title of the alert for studio users when packages in their studio are out-of-date */
|
|
1256
|
+
/** @deprecated Title of the alert for studio users when packages in their studio are out-of-date */
|
|
1210
1257
|
'package-version.new-package-available.title': 'Sanity Studio var uppfært',
|
|
1211
1258
|
|
|
1212
1259
|
/** Label for action to invite members to the current studio project */
|
|
@@ -1236,22 +1283,32 @@ export default removeUndefinedLocaleResources({
|
|
|
1236
1283
|
'release.action.add-to-new-release': 'Bæta við útgáfu',
|
|
1237
1284
|
/** Action message to add document to release */
|
|
1238
1285
|
'release.action.add-to-release': 'Bæta við {{title}}',
|
|
1286
|
+
/** Tooltip message for document that is already added to release */
|
|
1287
|
+
'release.action.already-exists-in-release': undefined, // 'Document already exists in release'
|
|
1239
1288
|
/** Action message for when document is already in release */
|
|
1240
1289
|
'release.action.already-in-release': 'Nú þegar í útgáfu {{title}}',
|
|
1241
1290
|
/** Action message for when you click to view all versions you can copy the current document to */
|
|
1242
1291
|
'release.action.copy-to': 'Afrita útgáfu til',
|
|
1243
1292
|
/** Action message for creating new releases */
|
|
1244
1293
|
'release.action.create-new': 'Ný útgáfa',
|
|
1294
|
+
/** Description for toast when version creation failed */
|
|
1295
|
+
'release.action.create-version.failure': undefined, // 'Failed to create version'
|
|
1296
|
+
/** Action message for deleting a scheduled publish */
|
|
1297
|
+
'release.action.delete-schedule': undefined, // 'Delete schedule'
|
|
1245
1298
|
/** Action message for when document is already in release */
|
|
1246
1299
|
'release.action.discard-version': 'Hafna útgáfu',
|
|
1247
1300
|
/** Description for toast when version discarding failed */
|
|
1248
1301
|
'release.action.discard-version.failure': 'Mistókst að hafna útgáfu',
|
|
1302
|
+
/** Action message for editing the schedule of a scheduled publish */
|
|
1303
|
+
'release.action.edit-schedule': undefined, // 'Edit schedule'
|
|
1249
1304
|
/** Action message for when a new release is created off an existing version, draft or published document */
|
|
1250
1305
|
'release.action.new-release': 'Ný útgáfa',
|
|
1251
1306
|
'release.action.new-release.limit-reached_other':
|
|
1252
1307
|
'Þetta vinnusvæði er takmarkað við {{count}} útgáfur',
|
|
1253
1308
|
/** Tooltip message for not having permissions for creating new releases */
|
|
1254
1309
|
'release.action.permission.error': 'Þú hefur ekki leyfi til að framkvæma þessa aðgerð',
|
|
1310
|
+
/** Action message for running a scheduled draft immediately */
|
|
1311
|
+
'release.action.publish-now': undefined, // 'Publish now'
|
|
1255
1312
|
/** Error message description for when a version is reverted from being unpublished */
|
|
1256
1313
|
'release.action.revert-unpublish-version.failure.description':
|
|
1257
1314
|
'Vinsamlegast reyndu aftur eða athugaðu tenginguna þína. Skjalið verður enn óbirt við útgáfu.',
|
|
@@ -1271,6 +1328,8 @@ export default removeUndefinedLocaleResources({
|
|
|
1271
1328
|
'Tókst með góðum árangri að setja <strong>{{title}}</strong> til að vera óbirt í útgáfu',
|
|
1272
1329
|
/** Action message for when the view release is pressed */
|
|
1273
1330
|
'release.action.view-release': 'Skoða útgáfu',
|
|
1331
|
+
/** Action message for when the view scheduled drafts is pressed */
|
|
1332
|
+
'release.action.view-scheduled-drafts': undefined, // 'View scheduled drafts'
|
|
1274
1333
|
/** Label for banner when release is scheduled */
|
|
1275
1334
|
'release.banner.scheduled-for-publishing-on': 'Áætlað til birtingar á {{date}}',
|
|
1276
1335
|
/** Label for Draft chip in document header */
|
|
@@ -1308,6 +1367,24 @@ export default removeUndefinedLocaleResources({
|
|
|
1308
1367
|
'release.dialog.create.confirm': 'Búa til útgáfu',
|
|
1309
1368
|
/** Title for creating releases dialog */
|
|
1310
1369
|
'release.dialog.create.title': 'Ný útgáfa',
|
|
1370
|
+
/** Body text for the dialog confirming deletion of a scheduled draft */
|
|
1371
|
+
'release.dialog.delete-schedule-draft.body': undefined, // 'Are you sure you want to delete this scheduled draft? This action cannot be undone.'
|
|
1372
|
+
/** Confirm button text for deleting a scheduled draft */
|
|
1373
|
+
'release.dialog.delete-schedule-draft.confirm': undefined, // 'Yes, delete schedule'
|
|
1374
|
+
/** Header for the dialog confirming deletion of a scheduled draft */
|
|
1375
|
+
'release.dialog.delete-schedule-draft.header': undefined, // 'Delete scheduled draft'
|
|
1376
|
+
/** Body text for change schedule dialog */
|
|
1377
|
+
'release.dialog.edit-schedule.body': undefined, // 'Select a new date and time for the scheduled publish.'
|
|
1378
|
+
/** Confirm button text for change schedule dialog */
|
|
1379
|
+
'release.dialog.edit-schedule.confirm': undefined, // 'Update schedule'
|
|
1380
|
+
/** Header for change schedule dialog */
|
|
1381
|
+
'release.dialog.edit-schedule.header': undefined, // 'Change schedule'
|
|
1382
|
+
/** Body text for the dialog confirming running a scheduled draft immediately */
|
|
1383
|
+
'release.dialog.publish-scheduled-draft.body': undefined, // 'Are you sure you want to publish this scheduled draft immediately?'
|
|
1384
|
+
/** Confirm button text for running a scheduled draft immediately */
|
|
1385
|
+
'release.dialog.publish-scheduled-draft.confirm': undefined, // 'Yes, run now'
|
|
1386
|
+
/** Header for the dialog confirming running a scheduled draft immediately */
|
|
1387
|
+
'release.dialog.publish-scheduled-draft.header': undefined, // 'Publish draft now'
|
|
1311
1388
|
/** Label for description in tooltip to explain release types */
|
|
1312
1389
|
'release.dialog.tooltip.description':
|
|
1313
1390
|
'Áætlaður útgáfutími er notaður til að búa til betri forskoðanir og vísbendingar um hvort skjöl rekist á.',
|
|
@@ -1319,6 +1396,10 @@ export default removeUndefinedLocaleResources({
|
|
|
1319
1396
|
'release.form.placeholder-describe-release': 'Lýstu útgáfunni…',
|
|
1320
1397
|
/** Tooltip for button to hide release visibility */
|
|
1321
1398
|
'release.layer.hide': 'Fela útgáfu',
|
|
1399
|
+
/** Label for the release menu */
|
|
1400
|
+
'release.menu.label': undefined, // 'Release menu'
|
|
1401
|
+
/** Tooltip for the release menu */
|
|
1402
|
+
'release.menu.tooltip': undefined, // 'Actions'
|
|
1322
1403
|
/** Label for draft perspective in navbar */
|
|
1323
1404
|
'release.navbar.drafts': 'Drög',
|
|
1324
1405
|
/** Label for published releases in navbar */
|
|
@@ -1327,18 +1408,34 @@ export default removeUndefinedLocaleResources({
|
|
|
1327
1408
|
'release.navbar.tooltip': 'Útgáfur',
|
|
1328
1409
|
/** The placeholder text when the release doesn't have a title */
|
|
1329
1410
|
'release.placeholder-untitled-release': 'Ónefnd útgáfa',
|
|
1411
|
+
/** Description for warning that the published schedule time is in the past */
|
|
1412
|
+
'release.schedule-dialog.publish-date-in-past-warning': undefined, // 'Schedule for a future time and date.'
|
|
1413
|
+
/** Label for date picker when scheduling a release */
|
|
1414
|
+
'release.schedule-dialog.select-publish-date-label': undefined, // 'Publish on'
|
|
1330
1415
|
/** The toast description that will be shown when the user has a release perspective which is now archived */
|
|
1331
1416
|
'release.toast.archived-release.description': 'Þessi útgáfa hefur verið afnæld',
|
|
1332
1417
|
/** The toast title that will be shown when the user has a release perspective which is now archived */
|
|
1333
1418
|
'release.toast.archived-release.title': "Útgáfunni '{{title}}' hefur verið safnað",
|
|
1334
1419
|
/** The toast title that will be shown the creating a release fails */
|
|
1335
1420
|
'release.toast.create-release-error.title': 'Mistókst að búa til útgáfu',
|
|
1336
|
-
/**
|
|
1421
|
+
/** Error toast for deleting a scheduled draft */
|
|
1422
|
+
'release.toast.delete-schedule-draft.error': undefined, // 'Failed to delete the scheduled draft document <strong>{{title}}</strong>: {{error}}'
|
|
1423
|
+
/** Success toast for deleting a scheduled draft */
|
|
1424
|
+
'release.toast.delete-schedule-draft.success': undefined, // 'The scheduled draft document <strong>{{title}}</strong> has been deleted.'
|
|
1425
|
+
/** The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1337
1426
|
'release.toast.not-found-release.title': "Ekki tókst að finna '{{title}}' útgáfuna",
|
|
1427
|
+
/** Error toast for running a scheduled publish immediately */
|
|
1428
|
+
'release.toast.publish-scheduled-draft.error': undefined, // 'Failed to publish the scheduled draft document <strong>{{title}}</strong>: {{error}}'
|
|
1429
|
+
/** Success toast for running a scheduled publish immediately */
|
|
1430
|
+
'release.toast.publish-scheduled-draft.success': undefined, // 'The scheduled draft document <strong>{{title}}</strong> has been published.'
|
|
1338
1431
|
/** The toast description that will be shown when the user has a release perspective which is now published */
|
|
1339
1432
|
'release.toast.published-release.description': 'Þessi útgáfa hefur verið afnæld',
|
|
1340
1433
|
/** The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1341
1434
|
'release.toast.published-release.title': "Útgáfan '{{title}}' var birt",
|
|
1435
|
+
/** Error toast for rescheduling a draft */
|
|
1436
|
+
'release.toast.reschedule-scheduled-draft.error': undefined, // 'Failed to reschedule the scheduled draft document <strong>{{title}}</strong>: {{error}}'
|
|
1437
|
+
/** Success toast for rescheduling a draft */
|
|
1438
|
+
'release.toast.reschedule-scheduled-draft.success': undefined, // 'The scheduled draft document <strong>{{title}}</strong> has been rescheduled.'
|
|
1342
1439
|
/** Label for when a version of a document has already been added to the release */
|
|
1343
1440
|
'release.tooltip.already-added': 'Útgáfa af þessu skjali hefur þegar verið bætt við',
|
|
1344
1441
|
/** Label for when a release is scheduled / scheduling and a user can't add a document version to it */
|
|
@@ -1353,6 +1450,16 @@ export default removeUndefinedLocaleResources({
|
|
|
1353
1450
|
/** Tooltip for the dropdown to show all versions of document */
|
|
1354
1451
|
'release.version-list.tooltip': 'Sjá allar útgáfur skjalsins',
|
|
1355
1452
|
|
|
1453
|
+
/** Confirm button text for the schedule publish dialog */
|
|
1454
|
+
'schedule-publish-dialog.confirm': undefined, // 'Schedule'
|
|
1455
|
+
/** Description for the schedule publish dialog */
|
|
1456
|
+
'schedule-publish-dialog.description': undefined, // 'Select when this document should be published.'
|
|
1457
|
+
/** Header for the schedule publish dialog */
|
|
1458
|
+
'schedule-publish-dialog.header': undefined, // 'Schedule draft for publishing'
|
|
1459
|
+
|
|
1460
|
+
/** Title for a scheduled draft release */
|
|
1461
|
+
'scheduled-drafts.release.title': undefined, // 'Scheduled publish'
|
|
1462
|
+
|
|
1356
1463
|
/** Accessibility label to open search action when the search would go fullscreen (eg on narrower screens) */
|
|
1357
1464
|
'search.action-open-aria-label': 'Opna leit',
|
|
1358
1465
|
/** Action label for adding a search filter */
|
|
@@ -1995,6 +2102,8 @@ export default removeUndefinedLocaleResources({
|
|
|
1995
2102
|
* workspace to authenticate in.
|
|
1996
2103
|
*/
|
|
1997
2104
|
'workspaces.action.choose-another-workspace': 'Veldu annað vinnusvæði',
|
|
2105
|
+
/** Label for title to switch workspace before workspaces are listed */
|
|
2106
|
+
'workspaces.action.switch-workspace': undefined, // 'Switch workspace'
|
|
1998
2107
|
/** Label for heading that indicates that you can choose your workspace */
|
|
1999
2108
|
'workspaces.choose-your-workspace-label': 'Veldu þitt vinnusvæði',
|
|
2000
2109
|
/** 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': undefined, // 'Scheduled drafts'
|
|
116
118
|
/** Title for popover that explains what "Perspectives" are */
|
|
117
119
|
'settings.perspectives.title': 'Perspectives',
|
|
118
120
|
})
|