@sanity/locale-is-is 1.2.13 → 1.2.15

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.
@@ -2,19 +2,47 @@
2
2
  var sanity = require("sanity"), vision = sanity.removeUndefinedLocaleResources({
3
3
  /** Label for action "Copy to clipboard", tied to the "Query URL" field. Also used for accessibility purposes on button */
4
4
  "action.copy-url-to-clipboard": "Afrita \xE1 klippibor\xF0",
5
+ /** Label for deleting a query */
6
+ "action.delete": "Ey\xF0a",
7
+ /** Label for editing a query's title */
8
+ "action.edit-title": "Breyta titli",
5
9
  /** Label for stopping an ongoing listen operation */
6
10
  "action.listen-cancel": "Stoppa",
7
11
  /** Label for setting up a listener */
8
12
  "action.listen-execute": "Hlusta",
13
+ /** Label for query loading table */
14
+ "action.load-queries": "Hla\xF0a fyrirspurnum",
15
+ /** Label for loading a query */
16
+ "action.load-query": "Hla\xF0a fyrirspurn",
9
17
  /** Label for cancelling an ongoing query */
10
18
  "action.query-cancel": "H\xE6tta vi\xF0",
11
19
  /** Label for executing the query, eg doing a fetch */
12
20
  "action.query-execute": "S\xE6kja",
21
+ /** Label for saving a query */
22
+ "action.save-query": "Vista fyrirspurn",
23
+ /** Label for updating a query */
24
+ "action.update": "Uppf\xE6ra",
25
+ /** Label for actions user can take */
26
+ "label.actions": "A\xF0ger\xF0ir",
27
+ /** Label for saved queries that have been edited */
28
+ "label.edited": "Breytt",
13
29
  /**
14
30
  * Some features has a "New" label indicating that the feature was recently introduced.
15
31
  * This defines what the text of that label is. Keep it short and sweet.
16
32
  */
17
33
  "label.new": "N\xFDtt",
34
+ /** Label for query type "personal" */
35
+ "label.personal": "Pers\xF3nulegt",
36
+ /** Label for savedAt date */
37
+ "label.saved-at": "Vista\xF0 \xFEann",
38
+ /** Saved queries */
39
+ "label.saved-queries": "Vista\xF0ar fyrirspurnir",
40
+ /** Search queries */
41
+ "label.search-queries": "Leita \xED fyrirspurnum",
42
+ /** Share query */
43
+ "label.share": "Deila",
44
+ /** Label for saved query type "team" */
45
+ "label.team": "H\xF3pur",
18
46
  /** Error message for when the "Params" input are not a valid json */
19
47
  "params.error.params-invalid-json": "Parametrar eru ekki gilt JSON",
20
48
  /** Label for "Params" (parameters) editor/input */
@@ -42,6 +70,12 @@ var sanity = require("sanity"), vision = sanity.removeUndefinedLocaleResources({
42
70
  * available for the query (eg when the query has not been executed, or errored)
43
71
  */
44
72
  "result.timing-not-applicable": "ekki vi\xF0eigandi",
73
+ /** Query already saved error label */
74
+ "save-query.already-saved": "Fyrirspurn \xFEegar vistu\xF0",
75
+ /** Save error label */
76
+ "save-query.error": "Villa vi\xF0 a\xF0 vista fyrirspurn",
77
+ /** Save success label */
78
+ "save-query.success": "Fyrirspurn vistu\xF0",
45
79
  /** Label for the "API version" dropdown in settings */
46
80
  "settings.api-version-label": "API \xFAtg\xE1fa",
47
81
  /** Label for the "Custom API version" input in settings, shown when "other" is chosen as API version */
@@ -1 +1 @@
1
- {"version":3,"file":"vision.cjs","sources":["../../src/vision.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for action \"Copy to clipboard\", tied to the \"Query URL\" field. Also used for accessibility purposes on button */\n 'action.copy-url-to-clipboard': 'Afrita á klippiborð',\n /** Label for stopping an ongoing listen operation */\n 'action.listen-cancel': 'Stoppa',\n /** Label for setting up a listener */\n 'action.listen-execute': 'Hlusta',\n /** Label for cancelling an ongoing query */\n 'action.query-cancel': 'Hætta við',\n /** Label for executing the query, eg doing a fetch */\n 'action.query-execute': 'Sækja',\n\n /**\n * Some features has a \"New\" label indicating that the feature was recently introduced.\n * This defines what the text of that label is. Keep it short and sweet.\n */\n 'label.new': 'Nýtt',\n\n /** Error message for when the \"Params\" input are not a valid json */\n 'params.error.params-invalid-json': 'Parametrar eru ekki gilt JSON',\n /** Label for \"Params\" (parameters) editor/input */\n 'params.label': 'Parametrar',\n\n /** Label for 'Column' indicator when there is an error within the query */\n 'query.error.column': 'Dálkur',\n /** Label for 'Line' indicator when there is an error within the query */\n 'query.error.line': 'Lína',\n /** Label for \"Query\" editor/input */\n 'query.label': 'Fyrirspurn',\n /** Label for the \"Query URL\" field, shown after executing a query, and allows for copying */\n 'query.url': 'Fyrirspurnarvefslóð',\n\n /** Label for \"End to End time\" information of the fetched query */\n 'result.end-to-end-time-label': 'Enda-til-enda',\n /** Label for \"Execution time\" information of the fetched query */\n 'result.execution-time-label': 'Framkvæmdartími',\n /** Label for \"Result\" explorer/view */\n 'result.label': 'Niðurstaða',\n /** Tooltip text shown when the query result is not encodable as CSV */\n 'result.save-result-as-csv.not-csv-encodable': 'Niðurstöðuna er ekki hægt að umrita sem CSV',\n /** Label for \"Save result as\" result action */\n 'result.save-result-as-format': 'Vista niðurstöðu sem <SaveResultButtons/>',\n /**\n * \"Not applicable\" message for when there is no Execution time or End to End time information\n * available for the query (eg when the query has not been executed, or errored)\n */\n 'result.timing-not-applicable': 'ekki viðeigandi',\n\n /** Label for the \"API version\" dropdown in settings */\n 'settings.api-version-label': 'API útgáfa',\n /** Label for the \"Custom API version\" input in settings, shown when \"other\" is chosen as API version */\n 'settings.custom-api-version-label': 'Sérsniðin API útgáfa',\n /** Label for the \"Dataset\" dropdown in vision settings */\n 'settings.dataset-label': 'Gagnasafn',\n /** Error label for when the API version in 'Custom API version' input is invalid */\n 'settings.error.invalid-api-version': 'Ógild API útgáfa',\n /** Label for the \"other\" versions within the \"API version\" dropdown */\n 'settings.other-api-version-label': 'Annað',\n /**\n * Label for the \"Perspective\" dropdown in vision settings\n * @see {@link https://www.sanity.io/docs/perspectives}\n */\n 'settings.perspective-label': 'Perspective',\n /** 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":["removeUndefinedLocaleResources"],"mappings":";gCAEA,SAAeA,sCAA+B;AAAA;AAAA,EAE5C,gCAAgC;AAAA;AAAA,EAEhC,wBAAwB;AAAA;AAAA,EAExB,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA;AAAA;AAAA;AAAA,EAMxB,aAAa;AAAA;AAAA,EAGb,oCAAoC;AAAA;AAAA,EAEpC,gBAAgB;AAAA;AAAA,EAGhB,sBAAsB;AAAA;AAAA,EAEtB,oBAAoB;AAAA;AAAA,EAEpB,eAAe;AAAA;AAAA,EAEf,aAAa;AAAA;AAAA,EAGb,gCAAgC;AAAA;AAAA,EAEhC,+BAA+B;AAAA;AAAA,EAE/B,gBAAgB;AAAA;AAAA,EAEhB,+CAA+C;AAAA;AAAA,EAE/C,gCAAgC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhC,gCAAgC;AAAA;AAAA,EAGhC,8BAA8B;AAAA;AAAA,EAE9B,qCAAqC;AAAA;AAAA,EAErC,0BAA0B;AAAA;AAAA,EAE1B,sCAAsC;AAAA;AAAA,EAEtC,oCAAoC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKpC,8BAA8B;AAAA;AAAA,EAE9B,qEACE;AAAA;AAAA,EAEF,0CAA0C;AAAA;AAAA,EAE1C,iCAAiC;AAAA;AAAA,EAEjC,qCACE;AAAA;AAAA,EAEF,iDACE;AAAA;AAAA,EAEF,8CAA8C;AAAA;AAAA,EAE9C,+BAA+B;AACjC,CAAC;;"}
1
+ {"version":3,"file":"vision.cjs","sources":["../../src/vision.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for action \"Copy to clipboard\", tied to the \"Query URL\" field. Also used for accessibility purposes on button */\n 'action.copy-url-to-clipboard': 'Afrita á klippiborð',\n /** Label for 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":["removeUndefinedLocaleResources"],"mappings":";gCAEA,SAAeA,sCAA+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,83 +1,58 @@
1
1
  import { removeUndefinedLocaleResources } from "sanity";
2
2
  var canvas = removeUndefinedLocaleResources({
3
3
  /** The text for the "Edit in Canvas" action. */
4
- "action.edit-document": void 0,
5
- // 'Edit in Canvas'
4
+ "action.edit-document": "Breyta \xED Canvas",
6
5
  /** The text for the "Link to Canvas" action. */
7
- "action.link-document": void 0,
8
- // 'Link to Canvas'
6
+ "action.link-document": "Tengja vi\xF0 Canvas",
9
7
  /** The text for the "Link to Canvas" action when the document is not yet resolved. */
10
- "action.link-document-disabled.initial-value-not-resolved": void 0,
11
- // 'Please wait until the document initial values are resolved'
8
+ "action.link-document-disabled.initial-value-not-resolved": "Vinsamlegast b\xED\xF0i\xF0 \xFEar til upphafsgildi skjalsins eru leyst",
12
9
  /** The text for the "Link to Canvas" action when the user doesn't have permissions to link the document to Canvas. */
13
- "action.link-document-disabled.missing-permissions": void 0,
14
- // 'You don\'t have permissions to link this document to Canvas'
10
+ "action.link-document-disabled.missing-permissions": "\xDE\xFA hefur ekki heimildir til a\xF0 tengja \xFEetta skjal vi\xF0 Canvas",
15
11
  /** The text for the "Link to Canvas" action when the document is not in the dashboard. */
16
- "action.link-document-disabled.not-in-dashboard": void 0,
17
- // 'Open this document in Dashboard to link to Canvas'
12
+ "action.link-document-disabled.not-in-dashboard": "Opna\xF0u \xFEetta skjal \xED m\xE6labor\xF0i til a\xF0 tengja vi\xF0 Canvas",
18
13
  /** The text for the "Link to Canvas" action when the document is a version document. */
19
- "action.link-document-disabled.version-document": void 0,
20
- // 'Version documents are not yet supported in Canvas'
14
+ "action.link-document-disabled.version-document": "\xDAtg\xE1fu skj\xF6l eru ekki enn studd \xED Canvas",
21
15
  /** The text for the "Unlink from Canvas" action. */
22
- "action.unlink-document": void 0,
23
- // 'Unlink from Canvas'
16
+ "action.unlink-document": "Aftengja fr\xE1 Canvas",
24
17
  /** The text for the action button in the banner when the document is linked to Canvas. */
25
- "banner.edit-document-in-canvas": void 0,
26
- // 'Edit in Canvas'
18
+ "banner.edit-document-in-canvas": "Breyta \xED Canvas",
27
19
  /** The text for the banner when the document is linked to Canvas. */
28
- "banner.linked-to-canvas": void 0,
29
- // 'This document is linked to Canvas'
20
+ "banner.linked-to-canvas": "\xDEetta skjal er tengt vi\xF0 Canvas",
30
21
  /** The text for the "Confirm document changes" dialog cancel button. */
31
- "dialog.confirm-document-changes.cancel": void 0,
32
- // 'Cancel'
22
+ "dialog.confirm-document-changes.cancel": "H\xE6tta vi\xF0",
33
23
  /** The text for the "Confirm document changes" dialog confirm button. */
34
- "dialog.confirm-document-changes.confirm": void 0,
35
- // 'Accept and continue'
24
+ "dialog.confirm-document-changes.confirm": "Sam\xFEykkja og halda \xE1fram",
36
25
  /** The description for the "Confirm document changes" dialog. */
37
- "dialog.confirm-document-changes.description": void 0,
38
- // 'This document needs to be updated to be compatible with Canvas.\n Existing content may be edited or removed as part of this process.'
26
+ "dialog.confirm-document-changes.description": `\xDEetta skjal \xFEarf a\xF0 uppf\xE6ra til a\xF0 vera samh\xE6ft vi\xF0 Canvas.
27
+ N\xFAverandi efni g\xE6ti veri\xF0 breytt e\xF0a fjarl\xE6gt sem hluti af \xFEessu ferli.`,
39
28
  /** The description for the "Confirm document changes" dialog footer. */
40
- "dialog.confirm-document-changes.footer-description": void 0,
41
- // 'You can unlink from Canvas at any time'
29
+ "dialog.confirm-document-changes.footer-description": "\xDE\xFA getur aftengt fr\xE1 Canvas hven\xE6r sem er",
42
30
  /** The title for the "Confirm document changes" dialog. */
43
- "dialog.confirm-document-changes.title": void 0,
44
- // 'Confirm document changes'
31
+ "dialog.confirm-document-changes.title": "Sta\xF0festa breytingar \xE1 skjali",
45
32
  /** The text for the Link to Canvas dialog when there is a error. */
46
- "dialog.link-to-canvas.error": void 0,
47
- // 'Failed to link to Canvas'
33
+ "dialog.link-to-canvas.error": "Tenging vi\xF0 Canvas mist\xF3kst",
48
34
  /** The text for the "Link to Canvas" dialog when the document is being redirected. */
49
- "dialog.link-to-canvas.redirecting": void 0,
50
- // 'Taking you to Canvas to complete linking...'
35
+ "dialog.link-to-canvas.redirecting": "Fer me\xF0 \xFEig til Canvas til a\xF0 lj\xFAka tengingu...",
51
36
  /** The title for the "Link to Canvas" dialog. */
52
- "dialog.link-to-canvas.title": void 0,
53
- // 'Link to Canvas'
37
+ "dialog.link-to-canvas.title": "Tengja vi\xF0 Canvas",
54
38
  /** The text for the "Link to Canvas" dialog when the document is being validated. */
55
- "dialog.link-to-canvas.validating": void 0,
56
- // 'Validating'
39
+ "dialog.link-to-canvas.validating": "Sta\xF0festing",
57
40
  /** The text for the "Unlink from Canvas" dialog cancel button. */
58
- "dialog.unlink-from-canvas.cancel": void 0,
59
- // 'Cancel'
41
+ "dialog.unlink-from-canvas.cancel": "H\xE6tta vi\xF0",
60
42
  /** The text for the "Unlink from Canvas" dialog description. */
61
- "dialog.unlink-from-canvas.description": void 0,
62
- // 'Once unlinked, it will be editable here and future edits in Canvas will no longer automatically map to this document.'
43
+ "dialog.unlink-from-canvas.description": "Eftir aftengingu ver\xF0ur h\xE6gt a\xF0 breyta \xFEv\xED h\xE9r og framt\xED\xF0arbreytingar \xED Canvas munu ekki lengur sj\xE1lfkrafa kortleggjast vi\xF0 \xFEetta skjal.",
63
44
  /** The text for the "Unlink from Canvas" dialog error message. */
64
- "dialog.unlink-from-canvas.error": void 0,
65
- // 'Failed to unlink from Canvas'
45
+ "dialog.unlink-from-canvas.error": "Aftenging fr\xE1 Canvas mist\xF3kst",
66
46
  /** The text for the "Unlink from Canvas" dialog success message. */
67
- "dialog.unlink-from-canvas.success": void 0,
68
- // 'Unlinked from Canvas'
47
+ "dialog.unlink-from-canvas.success": "Aftengt fr\xE1 Canvas",
69
48
  /** The title for the "Unlink from Canvas" dialog. */
70
- "dialog.unlink-from-canvas.title": void 0,
71
- // 'Unlink from Canvas'
49
+ "dialog.unlink-from-canvas.title": "Aftengja fr\xE1 Canvas",
72
50
  /** The text for the "Unlink from Canvas" dialog unlink button. */
73
- "dialog.unlink-from-canvas.unlink-action": void 0,
74
- // 'Unlink now'
51
+ "dialog.unlink-from-canvas.unlink-action": "Aftengja n\xFAna",
75
52
  /** The text for the "Unlink from Canvas" dialog when the document is being unlinked. */
76
- "dialog.unlink-from-canvas.unlinking": void 0,
77
- // 'You\'re unlinking <strong>“{{documentTitle}}”</strong> from Canvas.'
53
+ "dialog.unlink-from-canvas.unlinking": "\xDE\xFA ert a\xF0 aftengja <strong>\u201C{{documentTitle}}\u201D</strong> fr\xE1 Canvas.",
78
54
  /** The text for the "Navigate to Canvas" dialog error message. */
79
- "navigate-to-canvas-doc.error.missing-permissions": void 0
80
- // 'Missing permissions to navigate to Canvas'
55
+ "navigate-to-canvas-doc.error.missing-permissions": "Vantar heimildir til a\xF0 fara \xED Canvas"
81
56
  });
82
57
  export {
83
58
  canvas as default
@@ -1 +1 @@
1
- {"version":3,"file":"canvas.js","sources":["../../src/canvas.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** The text for the \"Edit in Canvas\" action. */\n 'action.edit-document': undefined, // 'Edit in Canvas'\n /** The text for the \"Link to Canvas\" action. */\n 'action.link-document': undefined, // 'Link to Canvas'\n /** The text for the \"Link to Canvas\" action when the document is not yet resolved. */\n 'action.link-document-disabled.initial-value-not-resolved': undefined, // 'Please wait until the document initial values are resolved'\n /** The text for the \"Link to Canvas\" action when the user doesn't have permissions to link the document to Canvas. */\n 'action.link-document-disabled.missing-permissions': undefined, // 'You don\\'t have permissions to link this document to Canvas'\n /** The text for the \"Link to Canvas\" action when the document is not in the dashboard. */\n 'action.link-document-disabled.not-in-dashboard': undefined, // 'Open this document in Dashboard to link to Canvas'\n /** The text for the \"Link to Canvas\" action when the document is a version document. */\n 'action.link-document-disabled.version-document': undefined, // 'Version documents are not yet supported in Canvas'\n /** The text for the \"Unlink from Canvas\" action. */\n 'action.unlink-document': undefined, // 'Unlink from Canvas'\n\n /** The text for the action button in the banner when the document is linked to Canvas. */\n 'banner.edit-document-in-canvas': undefined, // 'Edit in Canvas'\n /** The text for the banner when the document is linked to Canvas. */\n 'banner.linked-to-canvas': undefined, // 'This document is linked to Canvas'\n\n /** The text for the \"Confirm document changes\" dialog cancel button. */\n 'dialog.confirm-document-changes.cancel': undefined, // 'Cancel'\n /** The text for the \"Confirm document changes\" dialog confirm button. */\n 'dialog.confirm-document-changes.confirm': undefined, // 'Accept and continue'\n /** The description for the \"Confirm document changes\" dialog. */\n 'dialog.confirm-document-changes.description': undefined, // 'This document needs to be updated to be compatible with Canvas.\\n Existing content may be edited or removed as part of this process.'\n /** The description for the \"Confirm document changes\" dialog footer. */\n 'dialog.confirm-document-changes.footer-description': undefined, // 'You can unlink from Canvas at any time'\n /** The title for the \"Confirm document changes\" dialog. */\n 'dialog.confirm-document-changes.title': undefined, // 'Confirm document changes'\n /** The text for the Link to Canvas dialog when there is a error. */\n 'dialog.link-to-canvas.error': undefined, // 'Failed to link to Canvas'\n /** The text for the \"Link to Canvas\" dialog when the document is being redirected. */\n 'dialog.link-to-canvas.redirecting': undefined, // 'Taking you to Canvas to complete linking...'\n /** The title for the \"Link to Canvas\" dialog. */\n 'dialog.link-to-canvas.title': undefined, // 'Link to Canvas'\n /** The text for the \"Link to Canvas\" dialog when the document is being validated. */\n 'dialog.link-to-canvas.validating': undefined, // 'Validating'\n /** The text for the \"Unlink from Canvas\" dialog cancel button. */\n 'dialog.unlink-from-canvas.cancel': undefined, // 'Cancel'\n /** The text for the \"Unlink from Canvas\" dialog description. */\n 'dialog.unlink-from-canvas.description': undefined, // 'Once unlinked, it will be editable here and future edits in Canvas will no longer automatically map to this document.'\n /** The text for the \"Unlink from Canvas\" dialog error message. */\n 'dialog.unlink-from-canvas.error': undefined, // 'Failed to unlink from Canvas'\n /** The text for the \"Unlink from Canvas\" dialog success message. */\n 'dialog.unlink-from-canvas.success': undefined, // 'Unlinked from Canvas'\n /** The title for the \"Unlink from Canvas\" dialog. */\n 'dialog.unlink-from-canvas.title': undefined, // 'Unlink from Canvas'\n /** The text for the \"Unlink from Canvas\" dialog unlink button. */\n 'dialog.unlink-from-canvas.unlink-action': undefined, // 'Unlink now'\n /** The text for the \"Unlink from Canvas\" dialog when the document is being unlinked. */\n 'dialog.unlink-from-canvas.unlinking': undefined, // 'You\\'re unlinking <strong>“{{documentTitle}}”</strong> from Canvas.'\n\n /** The text for the \"Navigate to Canvas\" dialog error message. */\n 'navigate-to-canvas-doc.error.missing-permissions': undefined, // 'Missing permissions to navigate to Canvas'\n})\n"],"names":[],"mappings":";AAEA,IAAA,SAAe,+BAA+B;AAAA;AAAA,EAE5C,wBAAwB;AAAA;AAAA;AAAA,EAExB,wBAAwB;AAAA;AAAA;AAAA,EAExB,4DAA4D;AAAA;AAAA;AAAA,EAE5D,qDAAqD;AAAA;AAAA;AAAA,EAErD,kDAAkD;AAAA;AAAA;AAAA,EAElD,kDAAkD;AAAA;AAAA;AAAA,EAElD,0BAA0B;AAAA;AAAA;AAAA,EAG1B,kCAAkC;AAAA;AAAA;AAAA,EAElC,2BAA2B;AAAA;AAAA;AAAA,EAG3B,0CAA0C;AAAA;AAAA;AAAA,EAE1C,2CAA2C;AAAA;AAAA;AAAA,EAE3C,+CAA+C;AAAA;AAAA;AAAA,EAE/C,sDAAsD;AAAA;AAAA;AAAA,EAEtD,yCAAyC;AAAA;AAAA;AAAA,EAEzC,+BAA+B;AAAA;AAAA;AAAA,EAE/B,qCAAqC;AAAA;AAAA;AAAA,EAErC,+BAA+B;AAAA;AAAA;AAAA,EAE/B,oCAAoC;AAAA;AAAA;AAAA,EAEpC,oCAAoC;AAAA;AAAA;AAAA,EAEpC,yCAAyC;AAAA;AAAA;AAAA,EAEzC,mCAAmC;AAAA;AAAA;AAAA,EAEnC,qCAAqC;AAAA;AAAA;AAAA,EAErC,mCAAmC;AAAA;AAAA;AAAA,EAEnC,2CAA2C;AAAA;AAAA;AAAA,EAE3C,uCAAuC;AAAA;AAAA;AAAA,EAGvC,oDAAoD;AAAA;AACtD,CAAC;"}
1
+ {"version":3,"file":"canvas.js","sources":["../../src/canvas.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** The text for the \"Edit in Canvas\" action. */\n 'action.edit-document': 'Breyta í Canvas',\n /** The text for the \"Link to Canvas\" action. */\n 'action.link-document': 'Tengja við Canvas',\n /** The text for the \"Link to Canvas\" action when the document is not yet resolved. */\n 'action.link-document-disabled.initial-value-not-resolved':\n 'Vinsamlegast bíðið þar til upphafsgildi skjalsins eru leyst',\n /** The text for the \"Link to Canvas\" action when the user doesn't have permissions to link the document to Canvas. */\n 'action.link-document-disabled.missing-permissions':\n 'Þú hefur ekki heimildir til tengja þetta skjal við Canvas',\n /** The text for the \"Link to Canvas\" action when the document is not in the dashboard. */\n 'action.link-document-disabled.not-in-dashboard':\n 'Opnaðu þetta skjal í mælaborði til tengja við Canvas',\n /** The text for the \"Link to Canvas\" action when the document is a version document. */\n 'action.link-document-disabled.version-document': 'Útgáfu skjöl eru ekki enn studd í Canvas',\n /** The text for the \"Unlink from Canvas\" action. */\n 'action.unlink-document': 'Aftengja frá Canvas',\n\n /** The text for the action button in the banner when the document is linked to Canvas. */\n 'banner.edit-document-in-canvas': 'Breyta í Canvas',\n /** The text for the banner when the document is linked to Canvas. */\n 'banner.linked-to-canvas': 'Þetta skjal er tengt við Canvas',\n\n /** The text for the \"Confirm document changes\" dialog cancel button. */\n 'dialog.confirm-document-changes.cancel': 'Hætta við',\n /** The text for the \"Confirm document changes\" dialog confirm button. */\n 'dialog.confirm-document-changes.confirm': 'Samþykkja og halda áfram',\n /** The description for the \"Confirm document changes\" dialog. */\n 'dialog.confirm-document-changes.description':\n 'Þetta skjal þarf uppfæra til vera samhæft við Canvas.\\n Núverandi efni gæti verið breytt eða fjarlægt sem hluti af þessu ferli.',\n /** The description for the \"Confirm document changes\" dialog footer. */\n 'dialog.confirm-document-changes.footer-description': 'Þú getur aftengt frá Canvas hvenær sem er',\n /** The title for the \"Confirm document changes\" dialog. */\n 'dialog.confirm-document-changes.title': 'Staðfesta breytingar á skjali',\n /** The text for the Link to Canvas dialog when there is a error. */\n 'dialog.link-to-canvas.error': 'Tenging við Canvas mistókst',\n /** The text for the \"Link to Canvas\" dialog when the document is being redirected. */\n 'dialog.link-to-canvas.redirecting': 'Fer með þig til Canvas til ljúka tengingu...',\n /** The title for the \"Link to Canvas\" dialog. */\n 'dialog.link-to-canvas.title': 'Tengja við Canvas',\n /** The text for the \"Link to Canvas\" dialog when the document is being validated. */\n 'dialog.link-to-canvas.validating': 'Staðfesting',\n /** The text for the \"Unlink from Canvas\" dialog cancel button. */\n 'dialog.unlink-from-canvas.cancel': 'Hætta við',\n /** The text for the \"Unlink from Canvas\" dialog description. */\n 'dialog.unlink-from-canvas.description':\n 'Eftir aftengingu verður hægt breyta því hér og framtíðarbreytingar í Canvas munu ekki lengur sjálfkrafa kortleggjast við þetta skjal.',\n /** The text for the \"Unlink from Canvas\" dialog error message. */\n 'dialog.unlink-from-canvas.error': 'Aftenging frá Canvas mistókst',\n /** The text for the \"Unlink from Canvas\" dialog success message. */\n 'dialog.unlink-from-canvas.success': 'Aftengt frá Canvas',\n /** The title for the \"Unlink from Canvas\" dialog. */\n 'dialog.unlink-from-canvas.title': 'Aftengja frá Canvas',\n /** The text for the \"Unlink from Canvas\" dialog unlink button. */\n 'dialog.unlink-from-canvas.unlink-action': 'Aftengja núna',\n /** The text for the \"Unlink from Canvas\" dialog when the document is being unlinked. */\n 'dialog.unlink-from-canvas.unlinking':\n 'Þú ert aftengja <strong>“{{documentTitle}}”</strong> frá Canvas.',\n\n /** The text for the \"Navigate to Canvas\" dialog error message. */\n 'navigate-to-canvas-doc.error.missing-permissions': 'Vantar heimildir til fara í Canvas',\n})\n"],"names":[],"mappings":";AAEA,IAAA,SAAe,+BAA+B;AAAA;AAAA,EAE5C,wBAAwB;AAAA;AAAA,EAExB,wBAAwB;AAAA;AAAA,EAExB,4DACE;AAAA;AAAA,EAEF,qDACE;AAAA;AAAA,EAEF,kDACE;AAAA;AAAA,EAEF,kDAAkD;AAAA;AAAA,EAElD,0BAA0B;AAAA;AAAA,EAG1B,kCAAkC;AAAA;AAAA,EAElC,2BAA2B;AAAA;AAAA,EAG3B,0CAA0C;AAAA;AAAA,EAE1C,2CAA2C;AAAA;AAAA,EAE3C,+CACE;AAAA;AAAA;AAAA,EAEF,sDAAsD;AAAA;AAAA,EAEtD,yCAAyC;AAAA;AAAA,EAEzC,+BAA+B;AAAA;AAAA,EAE/B,qCAAqC;AAAA;AAAA,EAErC,+BAA+B;AAAA;AAAA,EAE/B,oCAAoC;AAAA;AAAA,EAEpC,oCAAoC;AAAA;AAAA,EAEpC,yCACE;AAAA;AAAA,EAEF,mCAAmC;AAAA;AAAA,EAEnC,qCAAqC;AAAA;AAAA,EAErC,mCAAmC;AAAA;AAAA,EAEnC,2CAA2C;AAAA;AAAA,EAE3C,uCACE;AAAA;AAAA,EAGF,oDAAoD;AACtD,CAAC;"}
@@ -11,8 +11,7 @@ var structure = removeUndefinedLocaleResources({
11
11
  /** Label for the "Delete" document action while the document is being deleted */
12
12
  "action.delete.running.label": "Ey\xF0i\u2026",
13
13
  /** Tooltip when action is disabled because the document is linked to Canvas */
14
- "action.disabled-by-canvas.tooltip": void 0,
15
- // 'Some document actions are disabled for documents linked to Canvas'
14
+ "action.disabled-by-canvas.tooltip": "Sumar a\xF0ger\xF0ir skjalsins eru \xF3virkar fyrir skj\xF6l tengd vi\xF0 Canvas",
16
15
  /** Message prompting the user to confirm discarding changes */
17
16
  "action.discard-changes.confirm-dialog.confirm-discard-changes": "Ertu viss um a\xF0 \xFE\xFA viljir henda \xF6llum breytingum s\xED\xF0an s\xED\xF0ast var birt?",
18
17
  /** Tooltip when action is disabled because the document has no unpublished changes */
@@ -135,6 +134,8 @@ var structure = removeUndefinedLocaleResources({
135
134
  "banners.release.waiting.description": "Vinsamlegast b\xEDddu \xE1 me\xF0an skjali\xF0 er b\xE6tt vi\xF0 \xFAtg\xE1funa. \xDEa\xF0 \xE6tti ekki a\xF0 taka lengur en nokkrar sek\xFAndur.",
136
135
  /** Title of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */
137
136
  "banners.release.waiting.title": "B\xE6ti skjali vi\xF0 \xFAtg\xE1fu\u2026",
137
+ /** The text for the revision not found banner */
138
+ "banners.revision-not-found.description": "Vi\xF0 g\xE1tum ekki fundi\xF0 valda endursko\xF0un skjalsins, vinsamlegast veldu annan f\xE6rslu \xFAr s\xF6gulistanum.",
138
139
  /** The text content for the unpublished document banner when is part of a release */
139
140
  "banners.unpublished-release-banner.text": "\xDEetta skjal ver\xF0ur \xF3birt sem hluti af <VersionBadge>{{title}}</VersionBadge> \xFAtg\xE1funni",
140
141
  /** Browser/tab title when creating a new document of a given type */
@@ -154,26 +155,23 @@ var structure = removeUndefinedLocaleResources({
154
155
  /** The title for the close group button on the split pane on the document panel header */
155
156
  "buttons.split-pane-close-group-button.title": "Loka gluggah\xF3pi",
156
157
  /** The text for the canvas linked banner action button */
157
- "canvas.banner.edit-in-canvas-action": void 0,
158
- // 'Edit in Canvas'
158
+ "canvas.banner.edit-in-canvas-action": "Breyta \xED Canvas",
159
159
  /** The text for the canvas linked banner when the document is a draft */
160
- "canvas.banner.linked-text.draft": void 0,
161
- // 'This draft document is linked to Canvas'
160
+ "canvas.banner.linked-text.draft": "\xDEetta dr\xF6g skjalsins er tengt vi\xF0 Canvas",
162
161
  /** The text for the canvas linked banner when the document is a live document */
163
- "canvas.banner.linked-text.published": void 0,
164
- // 'This live document is linked to Canvas'
162
+ "canvas.banner.linked-text.published": "\xDEetta lifandi skjal er tengt vi\xF0 Canvas",
165
163
  /** The text for the canvas linked banner when the document is a version document */
166
- "canvas.banner.linked-text.version": void 0,
167
- // 'This version document is linked to Canvas'
164
+ "canvas.banner.linked-text.version": "\xDEetta \xFAtg\xE1fa skjalsins er tengt vi\xF0 Canvas",
168
165
  /** The text for the canvas linked banner popover button */
169
- "canvas.banner.popover-button-text": void 0,
170
- // 'Learn more'
166
+ "canvas.banner.popover-button-text": "L\xE6r\xF0u meira",
171
167
  /** The description for the canvas linked banner popover */
172
- "canvas.banner.popover-description": void 0,
173
- // 'Canvas lets you author in a free-form editor that automatically maps back to the Studio as structured content - as you type.'
168
+ "canvas.banner.popover-description": "Canvas leyfir \xFE\xE9r a\xF0 skrifa \xED frj\xE1lsform ritli sem sj\xE1lfkrafa kortleggur aftur til Studio sem skipulagt efni - \xE1 me\xF0an \xFE\xFA skrifar.",
174
169
  /** The heading for the canvas linked banner popover */
175
- "canvas.banner.popover-heading": void 0,
176
- // 'Idea first authoring'
170
+ "canvas.banner.popover-heading": "Hugmynd fyrst ritun",
171
+ /** The description for the changes banner */
172
+ "changes.banner.description": "S\xFDnir s\xF6guna fyrir <strong>{{perspective}}</strong> \xFAtg\xE1fu \xFEessa skjals.",
173
+ /** The tooltip for the changes banner */
174
+ "changes.banner.tooltip": "\xDEessi sko\xF0un s\xFDnir breytingarnar sem \xE1ttu s\xE9r sta\xF0 \xED \xE1kve\xF0inni \xFAtg\xE1fu \xFEessa skjals. Veldu a\xF0ra \xFAtg\xE1fu til a\xF0 sj\xE1 breytingar hennar",
177
175
  /** The label used in the changes inspector for the from selector */
178
176
  "changes.from.label": "Fr\xE1",
179
177
  /* The label for the history tab in the changes inspector*/
@@ -191,8 +189,7 @@ var structure = removeUndefinedLocaleResources({
191
189
  /** The error message shown when the previous document for comparison could not be extracted from the URL */
192
190
  "compare-version.error.invalidPreviousDocumentParam": "Fyrri skjals parameter er \xF3gilt.",
193
191
  /** The text for the tooltip when the "Compare versions" action for a document is disabled */
194
- "compare-versions.menu-item.disabled-reason": void 0,
195
- // 'There are no other versions of this document to compare.'
192
+ "compare-versions.menu-item.disabled-reason": "\xDEa\xF0 eru engar a\xF0rar \xFAtg\xE1fur af \xFEessu skjali til a\xF0 bera saman.",
196
193
  /** The text for the "Compare versions" action for a document */
197
194
  "compare-versions.menu-item.title": "Bera saman \xFAtg\xE1fur",
198
195
  /** The string used to label draft documents */
@@ -312,11 +309,13 @@ var structure = removeUndefinedLocaleResources({
312
309
  /** The title of the sync lock toast on the form view */
313
310
  "document-view.form-view.sync-lock-toast.title": "Samstilli skjal\u2026",
314
311
  /** The description for the document favorite action */
315
- "document.favorites.add-to-favorites": void 0,
316
- // 'Add to favorites'
312
+ "document.favorites.add-to-favorites": "B\xE6ta vi\xF0 upp\xE1h\xF6ldum",
317
313
  /** The description for the document unfavorite action */
318
- "document.favorites.remove-from-favorites": void 0,
319
- // 'Remove from favorites'
314
+ "document.favorites.remove-from-favorites": "Fjarl\xE6gja \xFAr upp\xE1h\xF6ldum",
315
+ /** The description for the events inspector when we can't load the document so we default to compare with published */
316
+ "events.compare-with-published.description": "Vi\xF0 getum ekki hla\xF0i\xF0 breytingarnar fyrir \xFEetta skjal, l\xEDklega vegna s\xF6gubevarunarstefnu \xE1\xE6tlunar \xFEinnar, \xFEetta s\xFDnir \xFE\xE9r hvernig <strong>{{version}}</strong> \xFAtg\xE1fan ber saman vi\xF0 <strong>birtingu</strong> \xFAtg\xE1funa.",
317
+ /** The title for the events inspector when we can't load the document so we default to compare with published */
318
+ "events.compare-with-published.title": "Ber saman vi\xF0 birtingu",
320
319
  /**The title for the menu items that will be shown when expanding a publish release event to inspect the document */
321
320
  "events.inspect.release": "Sko\xF0a <VersionBadge>{{releaseTitle}}</VersionBadge> skjal",
322
321
  /**The title for the menu items that will be shown when expanding a publish draft event to inspect the draft document*/
@@ -374,10 +373,19 @@ var structure = removeUndefinedLocaleResources({
374
373
  "panes.document-header-title.new.text": "N\xFDtt {{schemaType}}",
375
374
  /** The text used in the document header title if no other title can be determined */
376
375
  "panes.document-header-title.untitled.text": "\xD3titla\xF0",
376
+ /** The help text saying that we'll retry fetching the document list */
377
+ "panes.document-list-pane.error.retrying": "Reyni aftur\u2026",
377
378
  /** The error text on the document list pane */
378
379
  "panes.document-list-pane.error.text": "Villa: <Code>{{error}}</Code>",
380
+ /** The error text on the document list pane */
381
+ "panes.document-list-pane.error.text.dev": "Villa: <Code>{{error}}</Code>",
382
+ /** The error text on the document list pane if the browser appears to be offlline */
383
+ "panes.document-list-pane.error.text.offline": "Internet tengingin vir\xF0ist vera \xF3tengd.",
379
384
  /** The error title on the document list pane */
380
385
  "panes.document-list-pane.error.title": "Gat ekki s\xF3tt lista yfir atri\xF0i",
386
+ /** The help text saying that we'll retry fetching the document list */
387
+ "panes.document-list-pane.error.will-retry-automatically_one": "Reyni aftur\u2026",
388
+ "panes.document-list-pane.error.will-retry-automatically_other": "Reyni aftur\u2026 (#{{count}}).",
381
389
  /** The text of the document list pane if more than a maximum number of documents are returned */
382
390
  "panes.document-list-pane.max-items.text": "Birtir h\xE1mark af {{limit}} skj\xF6lum",
383
391
  /** The text of the document list pane if no documents are found for a specified type */
@@ -386,6 +394,8 @@ var structure = removeUndefinedLocaleResources({
386
394
  "panes.document-list-pane.no-documents.text": "Engar ni\xF0urst\xF6\xF0ur fundust",
387
395
  /** The text of the document list pane if no documents are found matching specified criteria */
388
396
  "panes.document-list-pane.no-matching-documents.text": "Engin passandi skj\xF6l",
397
+ /** The search input for the search input on the document list pane */
398
+ "panes.document-list-pane.reconnecting": "Reyni a\xF0 tengjast\u2026",
389
399
  /** The aria-label for the search input on the document list pane */
390
400
  "panes.document-list-pane.search-input.aria-label": "Leita \xED lista",
391
401
  /** The search input for the search input on the document list pane */
@@ -495,7 +505,9 @@ var structure = removeUndefinedLocaleResources({
495
505
  /** The text for the collapse action in the timeline item menu */
496
506
  "timeline-item.menu.action-collapse": "Fella saman",
497
507
  /** The text for the expand action in the timeline item menu */
498
- "timeline-item.menu.action-expand": "\xDAtv\xEDkka"
508
+ "timeline-item.menu.action-expand": "\xDAtv\xEDkka",
509
+ /** The text for the published event menu tooltip when the release is not found */
510
+ "timeline-item.not-found-release.tooltip": '\xDAtg\xE1fa me\xF0 id "{{releaseId}}" fannst ekki'
499
511
  });
500
512
  export {
501
513
  structure as default