@sanity/locale-is-is 1.2.14 → 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.
- package/dist/_chunks-cjs/canvas.cjs +27 -52
- package/dist/_chunks-cjs/canvas.cjs.map +1 -1
- package/dist/_chunks-cjs/structure.cjs +35 -23
- package/dist/_chunks-cjs/structure.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +67 -64
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-cjs/vision.cjs +34 -0
- package/dist/_chunks-cjs/vision.cjs.map +1 -1
- package/dist/_chunks-es/canvas.js +27 -52
- package/dist/_chunks-es/canvas.js.map +1 -1
- package/dist/_chunks-es/structure.js +35 -23
- package/dist/_chunks-es/structure.js.map +1 -1
- package/dist/_chunks-es/studio.js +67 -64
- package/dist/_chunks-es/studio.js.map +1 -1
- package/dist/_chunks-es/vision.js +34 -0
- package/dist/_chunks-es/vision.js.map +1 -1
- package/package.json +1 -1
- package/src/canvas.ts +32 -26
- package/src/structure.ts +41 -11
- package/src/studio.ts +76 -33
- package/src/vision.ts +35 -0
|
@@ -2,19 +2,47 @@ import { removeUndefinedLocaleResources } from "sanity";
|
|
|
2
2
|
var vision = 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 vision = 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.js","sources":["../../src/vision.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for action \"Copy to clipboard\", tied to the \"Query URL\" field. Also used for accessibility purposes on button */\n 'action.copy-url-to-clipboard': 'Afrita á klippiborð',\n /** Label for stopping an ongoing listen operation */\n 'action.listen-cancel': 'Stoppa',\n /** Label for setting up a listener */\n 'action.listen-execute': 'Hlusta',\n /** Label for cancelling an ongoing query */\n 'action.query-cancel': 'Hætta við',\n /** Label for executing the query, eg doing a fetch */\n 'action.query-execute': 'Sækja',\n\n /**\n * Some features has a \"New\" label indicating that the feature was recently introduced.\n * This defines what the text of that label is. Keep it short and sweet.\n */\n 'label.new': 'Nýtt',\n\n /** Error message for when the \"Params\" input are not a valid json */\n 'params.error.params-invalid-json': 'Parametrar eru ekki gilt JSON',\n /** Label for \"Params\" (parameters) editor/input */\n 'params.label': 'Parametrar',\n\n /** Label for 'Column' indicator when there is an error within the query */\n 'query.error.column': 'Dálkur',\n /** Label for 'Line' indicator when there is an error within the query */\n 'query.error.line': 'Lína',\n /** Label for \"Query\" editor/input */\n 'query.label': 'Fyrirspurn',\n /** Label for the \"Query URL\" field, shown after executing a query, and allows for copying */\n 'query.url': 'Fyrirspurnarvefslóð',\n\n /** Label for \"End to End time\" information of the fetched query */\n 'result.end-to-end-time-label': 'Enda-til-enda',\n /** Label for \"Execution time\" information of the fetched query */\n 'result.execution-time-label': 'Framkvæmdartími',\n /** Label for \"Result\" explorer/view */\n 'result.label': 'Niðurstaða',\n /** Tooltip text shown when the query result is not encodable as CSV */\n 'result.save-result-as-csv.not-csv-encodable': 'Niðurstöðuna er ekki hægt að umrita sem CSV',\n /** Label for \"Save result as\" result action */\n 'result.save-result-as-format': 'Vista niðurstöðu sem <SaveResultButtons/>',\n /**\n * \"Not applicable\" message for when there is no Execution time or End to End time information\n * available for the query (eg when the query has not been executed, or errored)\n */\n 'result.timing-not-applicable': 'ekki viðeigandi',\n\n /** Label for the \"API version\" dropdown in settings */\n 'settings.api-version-label': 'API útgáfa',\n /** Label for the \"Custom API version\" input in settings, shown when \"other\" is chosen as API version */\n 'settings.custom-api-version-label': 'Sérsniðin API útgáfa',\n /** Label for the \"Dataset\" dropdown in vision settings */\n 'settings.dataset-label': 'Gagnasafn',\n /** Error label for when the API version in 'Custom API version' input is invalid */\n 'settings.error.invalid-api-version': 'Ógild API útgáfa',\n /** Label for the \"other\" versions within the \"API version\" dropdown */\n 'settings.other-api-version-label': 'Annað',\n /**\n * Label for the \"Perspective\" dropdown in vision settings\n * @see {@link https://www.sanity.io/docs/perspectives}\n */\n 'settings.perspective-label': 'Perspective',\n /** Notification about previewDrafts to drafts rename */\n 'settings.perspective.preview-drafts-renamed-to-drafts.description':\n 'Perspective \"<code>previewDrafts</code>\" hefur verið endurnefnt í \"<code>drafts</code>\" og er nú úrelt. Þessi breyting er virk fyrir allar útgáfur með stuðning við perspective (>= v2021-03-25).',\n /** Call to action to read the docs related to \"Perspectives\" */\n 'settings.perspectives.action.docs-link': 'Lestu skjölin',\n /** Option for selecting default perspective */\n 'settings.perspectives.default': 'Engin perspective (API sjálfgefið)',\n /** Description for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.description':\n 'Perspectives leyfa fyrirspurn þinni að keyra gegn mismunandi \"sýnum\" af efni í dataset þínu',\n /** Description for upcoming default perspective change */\n 'settings.perspectives.new-default.description':\n 'Sjálfgefið perspective mun breytast úr \"<code>raw</code>\" í \"<code>published</code>\" í væntanlegri API útgáfu. Vinsamlegast kynntu þér nánar í skjölun.',\n /** Label for the pinned release perspective */\n 'settings.perspectives.pinned-release-label': 'Fest útgáfa',\n /** Title for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.title': 'Perspectives',\n})\n"],"names":[],"mappings":";AAEA,IAAA,SAAe,+BAA+B;AAAA;AAAA,EAE5C,gCAAgC;AAAA;AAAA,EAEhC,wBAAwB;AAAA;AAAA,EAExB,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA;AAAA;AAAA;AAAA,
|
|
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;"}
|
package/package.json
CHANGED
package/src/canvas.ts
CHANGED
|
@@ -2,58 +2,64 @@ import {removeUndefinedLocaleResources} from 'sanity'
|
|
|
2
2
|
|
|
3
3
|
export default removeUndefinedLocaleResources({
|
|
4
4
|
/** The text for the "Edit in Canvas" action. */
|
|
5
|
-
'action.edit-document':
|
|
5
|
+
'action.edit-document': 'Breyta í Canvas',
|
|
6
6
|
/** The text for the "Link to Canvas" action. */
|
|
7
|
-
'action.link-document':
|
|
7
|
+
'action.link-document': 'Tengja við Canvas',
|
|
8
8
|
/** The text for the "Link to Canvas" action when the document is not yet resolved. */
|
|
9
|
-
'action.link-document-disabled.initial-value-not-resolved':
|
|
9
|
+
'action.link-document-disabled.initial-value-not-resolved':
|
|
10
|
+
'Vinsamlegast bíðið þar til upphafsgildi skjalsins eru leyst',
|
|
10
11
|
/** The text for the "Link to Canvas" action when the user doesn't have permissions to link the document to Canvas. */
|
|
11
|
-
'action.link-document-disabled.missing-permissions':
|
|
12
|
+
'action.link-document-disabled.missing-permissions':
|
|
13
|
+
'Þú hefur ekki heimildir til að tengja þetta skjal við Canvas',
|
|
12
14
|
/** The text for the "Link to Canvas" action when the document is not in the dashboard. */
|
|
13
|
-
'action.link-document-disabled.not-in-dashboard':
|
|
15
|
+
'action.link-document-disabled.not-in-dashboard':
|
|
16
|
+
'Opnaðu þetta skjal í mælaborði til að tengja við Canvas',
|
|
14
17
|
/** The text for the "Link to Canvas" action when the document is a version document. */
|
|
15
|
-
'action.link-document-disabled.version-document':
|
|
18
|
+
'action.link-document-disabled.version-document': 'Útgáfu skjöl eru ekki enn studd í Canvas',
|
|
16
19
|
/** The text for the "Unlink from Canvas" action. */
|
|
17
|
-
'action.unlink-document':
|
|
20
|
+
'action.unlink-document': 'Aftengja frá Canvas',
|
|
18
21
|
|
|
19
22
|
/** The text for the action button in the banner when the document is linked to Canvas. */
|
|
20
|
-
'banner.edit-document-in-canvas':
|
|
23
|
+
'banner.edit-document-in-canvas': 'Breyta í Canvas',
|
|
21
24
|
/** The text for the banner when the document is linked to Canvas. */
|
|
22
|
-
'banner.linked-to-canvas':
|
|
25
|
+
'banner.linked-to-canvas': 'Þetta skjal er tengt við Canvas',
|
|
23
26
|
|
|
24
27
|
/** The text for the "Confirm document changes" dialog cancel button. */
|
|
25
|
-
'dialog.confirm-document-changes.cancel':
|
|
28
|
+
'dialog.confirm-document-changes.cancel': 'Hætta við',
|
|
26
29
|
/** The text for the "Confirm document changes" dialog confirm button. */
|
|
27
|
-
'dialog.confirm-document-changes.confirm':
|
|
30
|
+
'dialog.confirm-document-changes.confirm': 'Samþykkja og halda áfram',
|
|
28
31
|
/** The description for the "Confirm document changes" dialog. */
|
|
29
|
-
'dialog.confirm-document-changes.description':
|
|
32
|
+
'dialog.confirm-document-changes.description':
|
|
33
|
+
'Þetta skjal þarf að uppfæra til að vera samhæft við Canvas.\n Núverandi efni gæti verið breytt eða fjarlægt sem hluti af þessu ferli.',
|
|
30
34
|
/** The description for the "Confirm document changes" dialog footer. */
|
|
31
|
-
'dialog.confirm-document-changes.footer-description':
|
|
35
|
+
'dialog.confirm-document-changes.footer-description': 'Þú getur aftengt frá Canvas hvenær sem er',
|
|
32
36
|
/** The title for the "Confirm document changes" dialog. */
|
|
33
|
-
'dialog.confirm-document-changes.title':
|
|
37
|
+
'dialog.confirm-document-changes.title': 'Staðfesta breytingar á skjali',
|
|
34
38
|
/** The text for the Link to Canvas dialog when there is a error. */
|
|
35
|
-
'dialog.link-to-canvas.error':
|
|
39
|
+
'dialog.link-to-canvas.error': 'Tenging við Canvas mistókst',
|
|
36
40
|
/** The text for the "Link to Canvas" dialog when the document is being redirected. */
|
|
37
|
-
'dialog.link-to-canvas.redirecting':
|
|
41
|
+
'dialog.link-to-canvas.redirecting': 'Fer með þig til Canvas til að ljúka tengingu...',
|
|
38
42
|
/** The title for the "Link to Canvas" dialog. */
|
|
39
|
-
'dialog.link-to-canvas.title':
|
|
43
|
+
'dialog.link-to-canvas.title': 'Tengja við Canvas',
|
|
40
44
|
/** The text for the "Link to Canvas" dialog when the document is being validated. */
|
|
41
|
-
'dialog.link-to-canvas.validating':
|
|
45
|
+
'dialog.link-to-canvas.validating': 'Staðfesting',
|
|
42
46
|
/** The text for the "Unlink from Canvas" dialog cancel button. */
|
|
43
|
-
'dialog.unlink-from-canvas.cancel':
|
|
47
|
+
'dialog.unlink-from-canvas.cancel': 'Hætta við',
|
|
44
48
|
/** The text for the "Unlink from Canvas" dialog description. */
|
|
45
|
-
'dialog.unlink-from-canvas.description':
|
|
49
|
+
'dialog.unlink-from-canvas.description':
|
|
50
|
+
'Eftir aftengingu verður hægt að breyta því hér og framtíðarbreytingar í Canvas munu ekki lengur sjálfkrafa kortleggjast við þetta skjal.',
|
|
46
51
|
/** The text for the "Unlink from Canvas" dialog error message. */
|
|
47
|
-
'dialog.unlink-from-canvas.error':
|
|
52
|
+
'dialog.unlink-from-canvas.error': 'Aftenging frá Canvas mistókst',
|
|
48
53
|
/** The text for the "Unlink from Canvas" dialog success message. */
|
|
49
|
-
'dialog.unlink-from-canvas.success':
|
|
54
|
+
'dialog.unlink-from-canvas.success': 'Aftengt frá Canvas',
|
|
50
55
|
/** The title for the "Unlink from Canvas" dialog. */
|
|
51
|
-
'dialog.unlink-from-canvas.title':
|
|
56
|
+
'dialog.unlink-from-canvas.title': 'Aftengja frá Canvas',
|
|
52
57
|
/** The text for the "Unlink from Canvas" dialog unlink button. */
|
|
53
|
-
'dialog.unlink-from-canvas.unlink-action':
|
|
58
|
+
'dialog.unlink-from-canvas.unlink-action': 'Aftengja núna',
|
|
54
59
|
/** The text for the "Unlink from Canvas" dialog when the document is being unlinked. */
|
|
55
|
-
'dialog.unlink-from-canvas.unlinking':
|
|
60
|
+
'dialog.unlink-from-canvas.unlinking':
|
|
61
|
+
'Þú ert að aftengja <strong>“{{documentTitle}}”</strong> frá Canvas.',
|
|
56
62
|
|
|
57
63
|
/** The text for the "Navigate to Canvas" dialog error message. */
|
|
58
|
-
'navigate-to-canvas-doc.error.missing-permissions':
|
|
64
|
+
'navigate-to-canvas-doc.error.missing-permissions': 'Vantar heimildir til að fara í Canvas',
|
|
59
65
|
})
|
package/src/structure.ts
CHANGED
|
@@ -12,7 +12,8 @@ export default removeUndefinedLocaleResources({
|
|
|
12
12
|
/** Label for the "Delete" document action while the document is being deleted */
|
|
13
13
|
'action.delete.running.label': 'Eyði…',
|
|
14
14
|
/** Tooltip when action is disabled because the document is linked to Canvas */
|
|
15
|
-
'action.disabled-by-canvas.tooltip':
|
|
15
|
+
'action.disabled-by-canvas.tooltip':
|
|
16
|
+
'Sumar aðgerðir skjalsins eru óvirkar fyrir skjöl tengd við Canvas',
|
|
16
17
|
/** Message prompting the user to confirm discarding changes */
|
|
17
18
|
'action.discard-changes.confirm-dialog.confirm-discard-changes':
|
|
18
19
|
'Ertu viss um að þú viljir henda öllum breytingum síðan síðast var birt?',
|
|
@@ -155,6 +156,9 @@ export default removeUndefinedLocaleResources({
|
|
|
155
156
|
'Vinsamlegast bíddu á meðan skjalið er bætt við útgáfuna. Það ætti ekki að taka lengur en nokkrar sekúndur.',
|
|
156
157
|
/** Title of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */
|
|
157
158
|
'banners.release.waiting.title': 'Bæti skjali við útgáfu…',
|
|
159
|
+
/** The text for the revision not found banner */
|
|
160
|
+
'banners.revision-not-found.description':
|
|
161
|
+
'Við gátum ekki fundið valda endurskoðun skjalsins, vinsamlegast veldu annan færslu úr sögulistanum.',
|
|
158
162
|
/** The text content for the unpublished document banner when is part of a release */
|
|
159
163
|
'banners.unpublished-release-banner.text':
|
|
160
164
|
'Þetta skjal verður óbirt sem hluti af <VersionBadge>{{title}}</VersionBadge> útgáfunni',
|
|
@@ -178,20 +182,27 @@ export default removeUndefinedLocaleResources({
|
|
|
178
182
|
'buttons.split-pane-close-group-button.title': 'Loka gluggahópi',
|
|
179
183
|
|
|
180
184
|
/** The text for the canvas linked banner action button */
|
|
181
|
-
'canvas.banner.edit-in-canvas-action':
|
|
185
|
+
'canvas.banner.edit-in-canvas-action': 'Breyta í Canvas',
|
|
182
186
|
/** The text for the canvas linked banner when the document is a draft */
|
|
183
|
-
'canvas.banner.linked-text.draft':
|
|
187
|
+
'canvas.banner.linked-text.draft': 'Þetta drög skjalsins er tengt við Canvas',
|
|
184
188
|
/** The text for the canvas linked banner when the document is a live document */
|
|
185
|
-
'canvas.banner.linked-text.published':
|
|
189
|
+
'canvas.banner.linked-text.published': 'Þetta lifandi skjal er tengt við Canvas',
|
|
186
190
|
/** The text for the canvas linked banner when the document is a version document */
|
|
187
|
-
'canvas.banner.linked-text.version':
|
|
191
|
+
'canvas.banner.linked-text.version': 'Þetta útgáfa skjalsins er tengt við Canvas',
|
|
188
192
|
/** The text for the canvas linked banner popover button */
|
|
189
|
-
'canvas.banner.popover-button-text':
|
|
193
|
+
'canvas.banner.popover-button-text': 'Lærðu meira',
|
|
190
194
|
/** The description for the canvas linked banner popover */
|
|
191
|
-
'canvas.banner.popover-description':
|
|
195
|
+
'canvas.banner.popover-description':
|
|
196
|
+
'Canvas leyfir þér að skrifa í frjálsform ritli sem sjálfkrafa kortleggur aftur til Studio sem skipulagt efni - á meðan þú skrifar.',
|
|
192
197
|
/** The heading for the canvas linked banner popover */
|
|
193
|
-
'canvas.banner.popover-heading':
|
|
198
|
+
'canvas.banner.popover-heading': 'Hugmynd fyrst ritun',
|
|
194
199
|
|
|
200
|
+
/** The description for the changes banner */
|
|
201
|
+
'changes.banner.description':
|
|
202
|
+
'Sýnir söguna fyrir <strong>{{perspective}}</strong> útgáfu þessa skjals.',
|
|
203
|
+
/** The tooltip for the changes banner */
|
|
204
|
+
'changes.banner.tooltip':
|
|
205
|
+
'Þessi skoðun sýnir breytingarnar sem áttu sér stað í ákveðinni útgáfu þessa skjals. Veldu aðra útgáfu til að sjá breytingar hennar',
|
|
195
206
|
/** The label used in the changes inspector for the from selector */
|
|
196
207
|
'changes.from.label': 'Frá',
|
|
197
208
|
/* The label for the history tab in the changes inspector*/
|
|
@@ -212,7 +223,8 @@ export default removeUndefinedLocaleResources({
|
|
|
212
223
|
'compare-version.error.invalidPreviousDocumentParam': 'Fyrri skjals parameter er ógilt.',
|
|
213
224
|
|
|
214
225
|
/** The text for the tooltip when the "Compare versions" action for a document is disabled */
|
|
215
|
-
'compare-versions.menu-item.disabled-reason':
|
|
226
|
+
'compare-versions.menu-item.disabled-reason':
|
|
227
|
+
'Það eru engar aðrar útgáfur af þessu skjali til að bera saman.',
|
|
216
228
|
/** The text for the "Compare versions" action for a document */
|
|
217
229
|
'compare-versions.menu-item.title': 'Bera saman útgáfur',
|
|
218
230
|
/** The string used to label draft documents */
|
|
@@ -350,10 +362,15 @@ export default removeUndefinedLocaleResources({
|
|
|
350
362
|
'document-view.form-view.sync-lock-toast.title': 'Samstilli skjal…',
|
|
351
363
|
|
|
352
364
|
/** The description for the document favorite action */
|
|
353
|
-
'document.favorites.add-to-favorites':
|
|
365
|
+
'document.favorites.add-to-favorites': 'Bæta við uppáhöldum',
|
|
354
366
|
/** The description for the document unfavorite action */
|
|
355
|
-
'document.favorites.remove-from-favorites':
|
|
367
|
+
'document.favorites.remove-from-favorites': 'Fjarlægja úr uppáhöldum',
|
|
356
368
|
|
|
369
|
+
/** The description for the events inspector when we can't load the document so we default to compare with published */
|
|
370
|
+
'events.compare-with-published.description':
|
|
371
|
+
'Við getum ekki hlaðið breytingarnar fyrir þetta skjal, líklega vegna sögubevarunarstefnu áætlunar þinnar, þetta sýnir þér hvernig <strong>{{version}}</strong> útgáfan ber saman við <strong>birtingu</strong> útgáfuna.',
|
|
372
|
+
/** The title for the events inspector when we can't load the document so we default to compare with published */
|
|
373
|
+
'events.compare-with-published.title': 'Ber saman við birtingu',
|
|
357
374
|
/**The title for the menu items that will be shown when expanding a publish release event to inspect the document */
|
|
358
375
|
'events.inspect.release': 'Skoða <VersionBadge>{{releaseTitle}}</VersionBadge> skjal',
|
|
359
376
|
/**The title for the menu items that will be shown when expanding a publish draft event to inspect the draft document*/
|
|
@@ -420,10 +437,19 @@ export default removeUndefinedLocaleResources({
|
|
|
420
437
|
'panes.document-header-title.new.text': 'Nýtt {{schemaType}}',
|
|
421
438
|
/** The text used in the document header title if no other title can be determined */
|
|
422
439
|
'panes.document-header-title.untitled.text': 'Ótitlað',
|
|
440
|
+
/** The help text saying that we'll retry fetching the document list */
|
|
441
|
+
'panes.document-list-pane.error.retrying': 'Reyni aftur…',
|
|
423
442
|
/** The error text on the document list pane */
|
|
424
443
|
'panes.document-list-pane.error.text': 'Villa: <Code>{{error}}</Code>',
|
|
444
|
+
/** The error text on the document list pane */
|
|
445
|
+
'panes.document-list-pane.error.text.dev': 'Villa: <Code>{{error}}</Code>',
|
|
446
|
+
/** The error text on the document list pane if the browser appears to be offlline */
|
|
447
|
+
'panes.document-list-pane.error.text.offline': 'Internet tengingin virðist vera ótengd.',
|
|
425
448
|
/** The error title on the document list pane */
|
|
426
449
|
'panes.document-list-pane.error.title': 'Gat ekki sótt lista yfir atriði',
|
|
450
|
+
/** The help text saying that we'll retry fetching the document list */
|
|
451
|
+
'panes.document-list-pane.error.will-retry-automatically_one': 'Reyni aftur…',
|
|
452
|
+
'panes.document-list-pane.error.will-retry-automatically_other': 'Reyni aftur… (#{{count}}).',
|
|
427
453
|
/** The text of the document list pane if more than a maximum number of documents are returned */
|
|
428
454
|
'panes.document-list-pane.max-items.text': 'Birtir hámark af {{limit}} skjölum',
|
|
429
455
|
/** The text of the document list pane if no documents are found for a specified type */
|
|
@@ -432,6 +458,8 @@ export default removeUndefinedLocaleResources({
|
|
|
432
458
|
'panes.document-list-pane.no-documents.text': 'Engar niðurstöður fundust',
|
|
433
459
|
/** The text of the document list pane if no documents are found matching specified criteria */
|
|
434
460
|
'panes.document-list-pane.no-matching-documents.text': 'Engin passandi skjöl',
|
|
461
|
+
/** The search input for the search input on the document list pane */
|
|
462
|
+
'panes.document-list-pane.reconnecting': 'Reyni að tengjast…',
|
|
435
463
|
/** The aria-label for the search input on the document list pane */
|
|
436
464
|
'panes.document-list-pane.search-input.aria-label': 'Leita í lista',
|
|
437
465
|
/** The search input for the search input on the document list pane */
|
|
@@ -565,4 +593,6 @@ export default removeUndefinedLocaleResources({
|
|
|
565
593
|
'timeline-item.menu.action-collapse': 'Fella saman',
|
|
566
594
|
/** The text for the expand action in the timeline item menu */
|
|
567
595
|
'timeline-item.menu.action-expand': 'Útvíkka',
|
|
596
|
+
/** The text for the published event menu tooltip when the release is not found */
|
|
597
|
+
'timeline-item.not-found-release.tooltip': 'Útgáfa með id "{{releaseId}}" fannst ekki',
|
|
568
598
|
})
|
package/src/studio.ts
CHANGED
|
@@ -2,29 +2,30 @@ import {removeUndefinedLocaleResources} from 'sanity'
|
|
|
2
2
|
|
|
3
3
|
export default removeUndefinedLocaleResources({
|
|
4
4
|
/** "Disabled" status for auto-updates in About-dialog */
|
|
5
|
-
'about-dialog.version-info.auto-updates.disabled':
|
|
5
|
+
'about-dialog.version-info.auto-updates.disabled': 'Óvirkt',
|
|
6
6
|
/** "Enabled" status for auto-updates in About-dialog */
|
|
7
|
-
'about-dialog.version-info.auto-updates.enabled':
|
|
7
|
+
'about-dialog.version-info.auto-updates.enabled': 'Virkjað',
|
|
8
8
|
/** "Auto Updates" status header in About-dialog */
|
|
9
|
-
'about-dialog.version-info.auto-updates.header':
|
|
9
|
+
'about-dialog.version-info.auto-updates.header': 'Sjálfvirkar uppfærslur',
|
|
10
10
|
/** "How to enable" next to Disabled state for Auto updates in about dialog */
|
|
11
|
-
'about-dialog.version-info.auto-updates.how-to-enable':
|
|
11
|
+
'about-dialog.version-info.auto-updates.how-to-enable': 'Hvernig á að virkja',
|
|
12
12
|
/** Text displayed on the "Copy to clipboard"-button after clicked */
|
|
13
|
-
'about-dialog.version-info.copy-to-clipboard-button.copied-text':
|
|
13
|
+
'about-dialog.version-info.copy-to-clipboard-button.copied-text':
|
|
14
|
+
'Afritað á klippiborð. Gleðilegt líming!',
|
|
14
15
|
/** "Copy to Clipboard" button text for copying version details from About-dialog */
|
|
15
|
-
'about-dialog.version-info.copy-to-clipboard-button.text':
|
|
16
|
+
'about-dialog.version-info.copy-to-clipboard-button.text': 'Afrita á klippiborð',
|
|
16
17
|
/** "Current version" header in about dialog */
|
|
17
|
-
'about-dialog.version-info.current-version.header':
|
|
18
|
+
'about-dialog.version-info.current-version.header': 'Núverandi útgáfa',
|
|
18
19
|
/** "How to upgrade" link text */
|
|
19
|
-
'about-dialog.version-info.how-to-upgrade':
|
|
20
|
+
'about-dialog.version-info.how-to-upgrade': 'Hvernig á að uppfæra',
|
|
20
21
|
/** "Latest version" header in about dialog */
|
|
21
|
-
'about-dialog.version-info.latest-version.header':
|
|
22
|
+
'about-dialog.version-info.latest-version.header': 'Nýjasta útgáfa',
|
|
22
23
|
/** "Latest version" header in about dialog */
|
|
23
|
-
'about-dialog.version-info.latest-version.text':
|
|
24
|
+
'about-dialog.version-info.latest-version.text': 'Nýjasta útgáfan er {{latestVersion}}',
|
|
24
25
|
/** "Up to date" status in About-dialog */
|
|
25
|
-
'about-dialog.version-info.up-to-date':
|
|
26
|
+
'about-dialog.version-info.up-to-date': 'Uppfært',
|
|
26
27
|
/** "User agent" header in About-dialog */
|
|
27
|
-
'about-dialog.version-info.user-agent.header':
|
|
28
|
+
'about-dialog.version-info.user-agent.header': 'Notandaaðili',
|
|
28
29
|
|
|
29
30
|
/** The text used in the tooltip shown in the dialog close button */
|
|
30
31
|
'announcement.dialog.close': 'Loka',
|
|
@@ -87,16 +88,17 @@ export default removeUndefinedLocaleResources({
|
|
|
87
88
|
'asset-source.dialog.accept-message':
|
|
88
89
|
'Aðeins sýndar eignir af samþykktum gerðum: <strong>{{acceptTypes}}</strong>',
|
|
89
90
|
/** Select asset dialog cancel-button */
|
|
90
|
-
'asset-source.dialog.button.cancel':
|
|
91
|
+
'asset-source.dialog.button.cancel': 'Hætta við',
|
|
91
92
|
/** Select asset dialog select-button */
|
|
92
|
-
'asset-source.dialog.button.select':
|
|
93
|
+
'asset-source.dialog.button.select': 'Velja',
|
|
93
94
|
/** Keys shared between both image asset source and file asset source */
|
|
94
95
|
/** Select asset dialog title for files */
|
|
95
96
|
'asset-source.dialog.default-title_file': 'Veldu skrá',
|
|
96
97
|
/** Select asset dialog title for images */
|
|
97
98
|
'asset-source.dialog.default-title_image': 'Veldu mynd',
|
|
98
99
|
/** Insert asset error */
|
|
99
|
-
'asset-source.dialog.insert-asset-error':
|
|
100
|
+
'asset-source.dialog.insert-asset-error':
|
|
101
|
+
'Villa við að setja inn eign. Sjáðu ráskjáinn fyrir frekari upplýsingar.',
|
|
100
102
|
/** Select asset dialog load more items */
|
|
101
103
|
'asset-source.dialog.load-more': 'Hlaða meira',
|
|
102
104
|
/** Text shown when selecting a file but there's no files to select from */
|
|
@@ -151,14 +153,21 @@ export default removeUndefinedLocaleResources({
|
|
|
151
153
|
'Engin skjöl eru að nota þessa mynd',
|
|
152
154
|
|
|
153
155
|
/** Common (all) Asset Source texts. Note that all translation keys starting with 'asset-source.' is for the built in asset source. */
|
|
154
|
-
'asset-sources.common.uploader.upload-failed.description':
|
|
155
|
-
|
|
156
|
+
'asset-sources.common.uploader.upload-failed.description':
|
|
157
|
+
'Sjáðu ráskjáinn fyrir frekari upplýsingar.',
|
|
158
|
+
'asset-sources.common.uploader.upload-failed.title': 'Upphleðsla mistókst',
|
|
156
159
|
/** Menu Items for Dataset Asset Source (will be replaced with workspace name by default) */
|
|
157
|
-
'asset-sources.dataset.file.title':
|
|
158
|
-
'asset-sources.dataset.image.title':
|
|
160
|
+
'asset-sources.dataset.file.title': 'Vinnusvæðisskrár',
|
|
161
|
+
'asset-sources.dataset.image.title': 'Vinnusvæðismyndir',
|
|
162
|
+
/** Error messages for the Media Library Asset Source */
|
|
163
|
+
'asset-sources.media-library.error.library-could-not-be-resolved':
|
|
164
|
+
'Eitthvað fór úrskeiðis við að leysa úr fjölmiðlabókasafninu fyrir þetta verkefni.',
|
|
159
165
|
/** Menu Items for Media Library Asset Source */
|
|
160
|
-
'asset-sources.media-library.file.title':
|
|
161
|
-
'asset-sources.media-library.image.title':
|
|
166
|
+
'asset-sources.media-library.file.title': 'Fjölmiðlabókasafn',
|
|
167
|
+
'asset-sources.media-library.image.title': 'Fjölmiðlabókasafn',
|
|
168
|
+
/** Info messages for the Media Library Asset Source */
|
|
169
|
+
'asset-sources.media-library.info.provisioning':
|
|
170
|
+
'Vinsamlegast bíðið á meðan við undirbúum fjölmiðlabókasafnið ykkar',
|
|
162
171
|
|
|
163
172
|
/** Label when a release has been deleted by a different user */
|
|
164
173
|
'banners.deleted-bundle-banner.text': "Útgáfan '<strong>{{title}}</strong>' hefur verið eytt.",
|
|
@@ -182,7 +191,7 @@ export default removeUndefinedLocaleResources({
|
|
|
182
191
|
/** Label for switch that controls whether or not to include time in given timestamp */
|
|
183
192
|
'calendar.action.include-time-label': 'Innifalið tíma',
|
|
184
193
|
/** Action message for selecting the time */
|
|
185
|
-
'calendar.action.select-time':
|
|
194
|
+
'calendar.action.select-time': 'Veldu tíma',
|
|
186
195
|
/** Action message for setting to the current time */
|
|
187
196
|
'calendar.action.set-to-current-time': 'Stilltu á núverandi tíma',
|
|
188
197
|
/** Label for selecting an hour preset. Receives a `time` param as a string on hh:mm format and a `date` param as a Date instance denoting the preset date */
|
|
@@ -307,6 +316,9 @@ export default removeUndefinedLocaleResources({
|
|
|
307
316
|
'changes.loading-author': 'Hleður…',
|
|
308
317
|
/** Loading changes in Review Changes Pane */
|
|
309
318
|
'changes.loading-changes': 'Hleður breytingum…',
|
|
319
|
+
/** Error message shown when the document revision could not be found */
|
|
320
|
+
'changes.missing-since-document-error':
|
|
321
|
+
'Við gátum ekki fundið skjalsendurskoðunina með auðkenni: <code>{{revisionId}}</code> sem þú ert að reyna að bera saman. <Break/> Þetta er líklega vegna sögubevarandi stefnu áætlunar þinnar. <Break/> Vinsamlegast veldu annan <strong>Frá</strong> færslu.',
|
|
310
322
|
/** No Changes description in the Review Changes pane */
|
|
311
323
|
'changes.no-changes-description':
|
|
312
324
|
'Breyttu skjalinu eða veldu eldri útgáfu í tímalínunni til að sjá lista yfir breytingar birtast á þessum glugga.',
|
|
@@ -355,6 +367,11 @@ export default removeUndefinedLocaleResources({
|
|
|
355
367
|
'changes.portable-text.unknown-inline-object-schema-type': 'Óþekkt skema týpa',
|
|
356
368
|
/** Label for when the action of the change was a removal, eg a field was cleared, an array item was removed, an asset was deselected or similar */
|
|
357
369
|
'changes.removed-label': 'Fjarlægt',
|
|
370
|
+
/** Same Revision Selected description in the Review Changes pane */
|
|
371
|
+
'changes.same-revision-selected-description':
|
|
372
|
+
'Þú hefur valið sömu <strong>frá</strong> og <strong>til</strong> útgáfuna, vinsamlegast veldu mismunandi útgáfur til að bera saman breytingarnar á milli þeirra.',
|
|
373
|
+
/** Same Revision Selected title in the Review Changes pane */
|
|
374
|
+
'changes.same-revision-selected-title': 'Sama útgáfa valin',
|
|
358
375
|
/** Title for the Review Changes pane */
|
|
359
376
|
'changes.title': 'Endurskoða breytingar',
|
|
360
377
|
/**The title that will be shown in the badge inside the events when the item is a draft */
|
|
@@ -369,6 +386,8 @@ export default removeUndefinedLocaleResources({
|
|
|
369
386
|
'common.dialog.confirm-button.text': 'Staðfesta',
|
|
370
387
|
/** Default text in shared loader text / spinner lockup */
|
|
371
388
|
'common.loading': 'Hleður',
|
|
389
|
+
/** The title of the reconnecting toast */
|
|
390
|
+
'common.reconnecting.toast.title': 'Reyni að tengjast…',
|
|
372
391
|
|
|
373
392
|
/** --- Configuration issues --- */
|
|
374
393
|
/** Default label text on configuration issues button */
|
|
@@ -406,9 +425,11 @@ export default removeUndefinedLocaleResources({
|
|
|
406
425
|
'document-status.published': 'Birt {{date}}',
|
|
407
426
|
/** Label to show in the document footer indicating the revision from date of the document */
|
|
408
427
|
'document-status.revision-from': 'Endurskoðun frá <em>{{date}}</em>',
|
|
428
|
+
/** Label to show in the document footer indicating that the revision was not found */
|
|
429
|
+
'document-status.revision-not-found': 'Útgáfa fannst ekki',
|
|
409
430
|
|
|
410
431
|
/** Label to indicate that a document type was not found */
|
|
411
|
-
'document.type.not-found':
|
|
432
|
+
'document.type.not-found': 'Skjaltýpa "{{type}}" fannst ekki',
|
|
412
433
|
|
|
413
434
|
/** The value of the <code>_key</code> property must be a unique string. */
|
|
414
435
|
'form.error.duplicate-keys-alert.details.additional-description':
|
|
@@ -473,8 +494,6 @@ export default removeUndefinedLocaleResources({
|
|
|
473
494
|
'form.field.deprecated-label': 'úrelt',
|
|
474
495
|
/** Fallback title shown above field if it has no defined title */
|
|
475
496
|
'form.field.untitled-field-label': 'Án titils',
|
|
476
|
-
/** The title of the reconnecting toast */
|
|
477
|
-
'form.reconnecting.toast.title': 'Tenging rofin. Endurtengi…',
|
|
478
497
|
/** Accessibility label for the icon that indicates the field has a validation error */
|
|
479
498
|
'form.validation.has-error-aria-label': 'Inniheldur villu',
|
|
480
499
|
/** Accessibility label for the icon that indicates the field has validation information */
|
|
@@ -519,7 +538,7 @@ export default removeUndefinedLocaleResources({
|
|
|
519
538
|
/** Text for button to cancel an ongoing upload */
|
|
520
539
|
'input.files.common.cancel-upload': 'Hætta við',
|
|
521
540
|
/** Text for menuitem upload button default asset source */
|
|
522
|
-
'input.files.common.upload-placeholder.file-input-button.default-source.badge':
|
|
541
|
+
'input.files.common.upload-placeholder.file-input-button.default-source.badge': 'Sjálfgefið',
|
|
523
542
|
/** Text for file input button in upload placeholder */
|
|
524
543
|
'input.files.common.upload-placeholder.file-input-button.text': 'Hlaða upp',
|
|
525
544
|
/** Uploading <FileName/> */
|
|
@@ -667,7 +686,7 @@ export default removeUndefinedLocaleResources({
|
|
|
667
686
|
/** Read only */
|
|
668
687
|
'inputs.files.common.placeholder.read-only': 'Aðeins til lesturs',
|
|
669
688
|
/** Select asset source destination for files to upload */
|
|
670
|
-
'inputs.files.common.placeholder.select-asset-source-upload-destination':
|
|
689
|
+
'inputs.files.common.placeholder.select-asset-source-upload-destination': 'Hlaða upp skrám í:',
|
|
671
690
|
/** Can't upload files here */
|
|
672
691
|
'inputs.files.common.placeholder.upload-not-supported': 'Get ekki hlaðið upp skrám hér',
|
|
673
692
|
/** Clear upload */
|
|
@@ -1005,7 +1024,7 @@ export default removeUndefinedLocaleResources({
|
|
|
1005
1024
|
/** Error title for when the search for a reference failed. Note that the message sent by the backend may not be localized. */
|
|
1006
1025
|
'inputs.reference.error.search-failed-title': 'Leit að tilvísun mistókst',
|
|
1007
1026
|
/** Label for when the GDR points to an invalid type */
|
|
1008
|
-
'inputs.reference.global.invalid-type':
|
|
1027
|
+
'inputs.reference.global.invalid-type': 'Tilvísuð skjal er af ógildri gerð ({{typeName}})',
|
|
1009
1028
|
/** Alternative text for the image shown in cross-dataset reference input */
|
|
1010
1029
|
'inputs.reference.image-preview-alt-text': 'Myndforskoðun af tilvísaðu skjali',
|
|
1011
1030
|
/** Description for alert shown when a reference in a live-edit document is marked as being weak, the referenced document exists, AND the reference is supposed to be have been strengthened on publish */
|
|
@@ -1148,6 +1167,16 @@ export default removeUndefinedLocaleResources({
|
|
|
1148
1167
|
/** Unexpected error: `{{error}}` */
|
|
1149
1168
|
'member-field-error.unexpected-error': 'Óvænt villa: {{error}}',
|
|
1150
1169
|
|
|
1170
|
+
/** Text shown in warning when browser is using HTTP1 to communicate with the Sanity API */
|
|
1171
|
+
'network-check.slow-protocol-warning.description':
|
|
1172
|
+
'Vafrinn þinn notar úrelt HTTP-protokoll til að eiga samskipti við Sanity. Þetta gæti leitt til verulega skertrar frammistöðu.',
|
|
1173
|
+
/** Text for link that takes the user to the Sanity documentation to learn more about the HTTP1 issue */
|
|
1174
|
+
'network-check.slow-protocol-warning.learn-more-button.text': 'Lærðu meira',
|
|
1175
|
+
/** Text for link that takes the user to the Sanity documentation to learn more about the HTTP1 issue */
|
|
1176
|
+
'network-check.slow-protocol-warning.snooze-button.text': 'Sýna ekki aftur í þessum lotu',
|
|
1177
|
+
/** Title text for the warning dialog when browser is using HTTP1 to communicate with the Sanity API */
|
|
1178
|
+
'network-check.slow-protocol-warning.title': 'Þú ert með bremsurnar á',
|
|
1179
|
+
|
|
1151
1180
|
/** Button label for "Create new document" button */
|
|
1152
1181
|
'new-document.button': 'Búa til',
|
|
1153
1182
|
/**
|
|
@@ -1241,7 +1270,7 @@ export default removeUndefinedLocaleResources({
|
|
|
1241
1270
|
/** Label for Published chip in document header */
|
|
1242
1271
|
'release.chip.published': 'Birt',
|
|
1243
1272
|
/** Label for tooltip in chip when document is in an archived release */
|
|
1244
|
-
'release.chip.tooltip.archived':
|
|
1273
|
+
'release.chip.tooltip.archived': 'Þessi útgáfa er skjalasafnað og ekki hægt að breyta henni.',
|
|
1245
1274
|
/** Label for tooltip in chip with the created date */
|
|
1246
1275
|
'release.chip.tooltip.created-date': 'Búið til {{date}}',
|
|
1247
1276
|
/** Label for tooltip in draft chip when it's a live edit document */
|
|
@@ -1266,7 +1295,7 @@ export default removeUndefinedLocaleResources({
|
|
|
1266
1295
|
/** Title for copying version to a new release dialog */
|
|
1267
1296
|
'release.dialog.copy-to-release.title': 'Afrita útgáfu í nýja útgáfu',
|
|
1268
1297
|
/** Title for action create a release */
|
|
1269
|
-
'release.dialog.create.confirm':
|
|
1298
|
+
'release.dialog.create.confirm': 'Búa til útgáfu',
|
|
1270
1299
|
/** Title for creating releases dialog */
|
|
1271
1300
|
'release.dialog.create.title': 'Ný útgáfa',
|
|
1272
1301
|
/** Label for description in tooltip to explain release types */
|
|
@@ -1289,7 +1318,7 @@ export default removeUndefinedLocaleResources({
|
|
|
1289
1318
|
/** The placeholder text when the release doesn't have a title */
|
|
1290
1319
|
'release.placeholder-untitled-release': 'Ónefnd útgáfa',
|
|
1291
1320
|
/** The toast description that will be shown when the user has a release perspective which is now archived */
|
|
1292
|
-
'release.toast.archived-release.description':
|
|
1321
|
+
'release.toast.archived-release.description': 'Þessi útgáfa hefur verið afnæld',
|
|
1293
1322
|
/** The toast title that will be shown when the user has a release perspective which is now archived */
|
|
1294
1323
|
'release.toast.archived-release.title': "Útgáfunni '{{title}}' hefur verið safnað",
|
|
1295
1324
|
/** The toast title that will be shown the creating a release fails */
|
|
@@ -1297,9 +1326,9 @@ export default removeUndefinedLocaleResources({
|
|
|
1297
1326
|
/**The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1298
1327
|
'release.toast.not-found-release.title': "Ekki tókst að finna '{{title}}' útgáfuna",
|
|
1299
1328
|
/** The toast description that will be shown when the user has a release perspective which is now published */
|
|
1300
|
-
'release.toast.published-release.description':
|
|
1329
|
+
'release.toast.published-release.description': 'Þessi útgáfa hefur verið afnæld',
|
|
1301
1330
|
/** The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1302
|
-
'release.toast.published-release.title':
|
|
1331
|
+
'release.toast.published-release.title': "Útgáfan '{{title}}' var birt",
|
|
1303
1332
|
/** Label for when a version of a document has already been added to the release */
|
|
1304
1333
|
'release.tooltip.already-added': 'Útgáfa af þessu skjali hefur þegar verið bætt við',
|
|
1305
1334
|
/** Label for when a release is scheduled / scheduling and a user can't add a document version to it */
|
|
@@ -1809,6 +1838,10 @@ export default removeUndefinedLocaleResources({
|
|
|
1809
1838
|
'timeline.operation.deleted': 'Eytt',
|
|
1810
1839
|
/** Label shown in review changes timeline when a document has been deleted, with a timestamp */
|
|
1811
1840
|
'timeline.operation.deleted_timestamp': 'Eytt: {{timestamp, datetime}}',
|
|
1841
|
+
/** Label shown in review changes timeline when a draft document has been created*/
|
|
1842
|
+
'timeline.operation.draft-created': 'Drög búin til',
|
|
1843
|
+
/** Label shown in review changes timeline when a draft document has been created, with a timestamp */
|
|
1844
|
+
'timeline.operation.draft-created_timestamp': 'Drög búin til: {{timestamp, datetime}}',
|
|
1812
1845
|
/** Label shown in review changes timeline when a draft has been discarded */
|
|
1813
1846
|
'timeline.operation.draft-discarded': 'Drögum hent',
|
|
1814
1847
|
/** Label shown in review changes timeline when a draft has been discarded, with a timestamp */
|
|
@@ -1821,6 +1854,8 @@ export default removeUndefinedLocaleResources({
|
|
|
1821
1854
|
'timeline.operation.edited-live': 'Breytt í beinni',
|
|
1822
1855
|
/** Label shown in review changes timeline when a document has been edited live, with a timestamp */
|
|
1823
1856
|
'timeline.operation.edited-live_timestamp': 'Breytt í beinni: {{timestamp, datetime}}',
|
|
1857
|
+
/** Label shown in review changes timeline when a document has been created */
|
|
1858
|
+
'timeline.operation.history-cleared': 'Eydd af varðveislustefnu',
|
|
1824
1859
|
/** Label shown in review changes timeline when a document was published */
|
|
1825
1860
|
'timeline.operation.published': 'Birt',
|
|
1826
1861
|
/** Label shown in review changes timeline when a document was published, with a timestamp */
|
|
@@ -1829,6 +1864,14 @@ export default removeUndefinedLocaleResources({
|
|
|
1829
1864
|
'timeline.operation.unpublished': 'Óbirt',
|
|
1830
1865
|
/** Label shown in review changes timeline when a document was unpublished, with a timestamp */
|
|
1831
1866
|
'timeline.operation.unpublished_timestamp': 'Óbirt: {{timestamp, datetime}}',
|
|
1867
|
+
/** Label shown in review changes timeline when a document version has been created */
|
|
1868
|
+
'timeline.operation.version-created': 'Útgáfa búin til',
|
|
1869
|
+
/** Label shown in review changes timeline when a document version has been created, with a timestamp */
|
|
1870
|
+
'timeline.operation.version-created_timestamp': 'Útgáfa búin til: {{timestamp, datetime}}',
|
|
1871
|
+
/** Label shown in review changes timeline when a document version has been discarded */
|
|
1872
|
+
'timeline.operation.version-discarded': 'Útgáfa hafnað',
|
|
1873
|
+
/** Label shown in review changes timeline when a document version has been discarded, with a timestamp */
|
|
1874
|
+
'timeline.operation.version-discarded_timestamp': 'Útgáfa hafnað: {{timestamp, datetime}}',
|
|
1832
1875
|
/**
|
|
1833
1876
|
* Label for determining since which version the changes for timeline menu dropdown are showing.
|
|
1834
1877
|
* Receives the time label as a parameter (`timestamp`).
|