@sanity/locale-is-is 1.2.11 → 1.2.12
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/comments.cjs +0 -2
- package/dist/_chunks-cjs/comments.cjs.map +1 -1
- package/dist/_chunks-cjs/copy-paste.cjs +0 -10
- package/dist/_chunks-cjs/copy-paste.cjs.map +1 -1
- package/dist/_chunks-cjs/structure.cjs +58 -4
- package/dist/_chunks-cjs/structure.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +122 -0
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-cjs/vision.cjs +8 -0
- package/dist/_chunks-cjs/vision.cjs.map +1 -1
- package/dist/_chunks-es/comments.js +0 -2
- package/dist/_chunks-es/comments.js.map +1 -1
- package/dist/_chunks-es/copy-paste.js +0 -10
- package/dist/_chunks-es/copy-paste.js.map +1 -1
- package/dist/_chunks-es/structure.js +58 -4
- package/dist/_chunks-es/structure.js.map +1 -1
- package/dist/_chunks-es/studio.js +122 -0
- package/dist/_chunks-es/studio.js.map +1 -1
- package/dist/_chunks-es/vision.js +8 -0
- package/dist/_chunks-es/vision.js.map +1 -1
- package/package.json +1 -1
- package/src/comments.ts +0 -3
- package/src/copy-paste.ts +0 -11
- package/src/structure.ts +70 -4
- package/src/studio.ts +131 -0
- package/src/vision.ts +10 -0
|
@@ -57,10 +57,18 @@ var vision = removeUndefinedLocaleResources({
|
|
|
57
57
|
* @see {@link https://www.sanity.io/docs/perspectives}
|
|
58
58
|
*/
|
|
59
59
|
"settings.perspective-label": "Perspective",
|
|
60
|
+
/** Notification about previewDrafts to drafts rename */
|
|
61
|
+
"settings.perspective.preview-drafts-renamed-to-drafts.description": 'Perspective "<code>previewDrafts</code>" hefur veri\xF0 endurnefnt \xED "<code>drafts</code>" og er n\xFA \xFArelt. \xDEessi breyting er virk fyrir allar \xFAtg\xE1fur me\xF0 stu\xF0ning vi\xF0 perspective (>= v2021-03-25).',
|
|
60
62
|
/** Call to action to read the docs related to "Perspectives" */
|
|
61
63
|
"settings.perspectives.action.docs-link": "Lestu skj\xF6lin",
|
|
64
|
+
/** Option for selecting default perspective */
|
|
65
|
+
"settings.perspectives.default": "Engin perspective (API sj\xE1lfgefi\xF0)",
|
|
62
66
|
/** Description for popover that explains what "Perspectives" are */
|
|
63
67
|
"settings.perspectives.description": 'Perspectives leyfa fyrirspurn \xFEinni a\xF0 keyra gegn mismunandi "s\xFDnum" af efni \xED dataset \xFE\xEDnu',
|
|
68
|
+
/** Description for upcoming default perspective change */
|
|
69
|
+
"settings.perspectives.new-default.description": 'Sj\xE1lfgefi\xF0 perspective mun breytast \xFAr "<code>raw</code>" \xED "<code>published</code>" \xED v\xE6ntanlegri API \xFAtg\xE1fu. Vinsamlegast kynntu \xFE\xE9r n\xE1nar \xED skj\xF6lun.',
|
|
70
|
+
/** Label for the pinned release perspective */
|
|
71
|
+
"settings.perspectives.pinned-release-label": "Fest \xFAtg\xE1fa",
|
|
64
72
|
/** Title for popover that explains what "Perspectives" are */
|
|
65
73
|
"settings.perspectives.title": "Perspectives"
|
|
66
74
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vision.js","sources":["../../src/vision.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for action \"Copy to clipboard\", tied to the \"Query URL\" field. Also used for accessibility purposes on button */\n 'action.copy-url-to-clipboard': 'Afrita á klippiborð',\n /** Label for stopping an ongoing listen operation */\n 'action.listen-cancel': 'Stoppa',\n /** Label for setting up a listener */\n 'action.listen-execute': 'Hlusta',\n /** Label for cancelling an ongoing query */\n 'action.query-cancel': 'Hætta við',\n /** Label for executing the query, eg doing a fetch */\n 'action.query-execute': 'Sækja',\n\n /**\n * Some features has a \"New\" label indicating that the feature was recently introduced.\n * This defines what the text of that label is. Keep it short and sweet.\n */\n 'label.new': 'Nýtt',\n\n /** Error message for when the \"Params\" input are not a valid json */\n 'params.error.params-invalid-json': 'Parametrar eru ekki gilt JSON',\n /** Label for \"Params\" (parameters) editor/input */\n 'params.label': 'Parametrar',\n\n /** Label for 'Column' indicator when there is an error within the query */\n 'query.error.column': 'Dálkur',\n /** Label for 'Line' indicator when there is an error within the query */\n 'query.error.line': 'Lína',\n /** Label for \"Query\" editor/input */\n 'query.label': 'Fyrirspurn',\n /** Label for the \"Query URL\" field, shown after executing a query, and allows for copying */\n 'query.url': 'Fyrirspurnarvefslóð',\n\n /** Label for \"End to End time\" information of the fetched query */\n 'result.end-to-end-time-label': 'Enda-til-enda',\n /** Label for \"Execution time\" information of the fetched query */\n 'result.execution-time-label': 'Framkvæmdartími',\n /** Label for \"Result\" explorer/view */\n 'result.label': 'Niðurstaða',\n /** Tooltip text shown when the query result is not encodable as CSV */\n 'result.save-result-as-csv.not-csv-encodable': 'Niðurstöðuna er ekki hægt að umrita sem CSV',\n /** Label for \"Save result as\" result action */\n 'result.save-result-as-format': 'Vista niðurstöðu sem <SaveResultButtons/>',\n /**\n * \"Not applicable\" message for when there is no Execution time or End to End time information\n * available for the query (eg when the query has not been executed, or errored)\n */\n 'result.timing-not-applicable': 'ekki viðeigandi',\n\n /** Label for the \"API version\" dropdown in settings */\n 'settings.api-version-label': 'API útgáfa',\n /** Label for the \"Custom API version\" input in settings, shown when \"other\" is chosen as API version */\n 'settings.custom-api-version-label': 'Sérsniðin API útgáfa',\n /** Label for the \"Dataset\" dropdown in vision settings */\n 'settings.dataset-label': 'Gagnasafn',\n /** Error label for when the API version in 'Custom API version' input is invalid */\n 'settings.error.invalid-api-version': 'Ógild API útgáfa',\n /** Label for the \"other\" versions within the \"API version\" dropdown */\n 'settings.other-api-version-label': 'Annað',\n /**\n * Label for the \"Perspective\" dropdown in vision settings\n * @see {@link https://www.sanity.io/docs/perspectives}\n */\n 'settings.perspective-label': 'Perspective',\n /** Call to action to read the docs related to \"Perspectives\" */\n 'settings.perspectives.action.docs-link': 'Lestu skjölin',\n /** Description for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.description':\n 'Perspectives leyfa fyrirspurn þinni að keyra gegn mismunandi \"sýnum\" af efni í dataset þínu',\n /** Title for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.title': 'Perspectives',\n})\n"],"names":[],"mappings":";AAEA,IAAA,SAAe,+BAA+B;AAAA;AAAA,EAE5C,gCAAgC;AAAA;AAAA,EAEhC,wBAAwB;AAAA;AAAA,EAExB,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA;AAAA;AAAA;AAAA,EAMxB,aAAa;AAAA;AAAA,EAGb,oCAAoC;AAAA;AAAA,EAEpC,gBAAgB;AAAA;AAAA,EAGhB,sBAAsB;AAAA;AAAA,EAEtB,oBAAoB;AAAA;AAAA,EAEpB,eAAe;AAAA;AAAA,EAEf,aAAa;AAAA;AAAA,EAGb,gCAAgC;AAAA;AAAA,EAEhC,+BAA+B;AAAA;AAAA,EAE/B,gBAAgB;AAAA;AAAA,EAEhB,+CAA+C;AAAA;AAAA,EAE/C,gCAAgC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhC,gCAAgC;AAAA;AAAA,EAGhC,8BAA8B;AAAA;AAAA,EAE9B,qCAAqC;AAAA;AAAA,EAErC,0BAA0B;AAAA;AAAA,EAE1B,sCAAsC;AAAA;AAAA,EAEtC,oCAAoC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKpC,8BAA8B;AAAA;AAAA,EAE9B,0CAA0C;AAAA;AAAA,EAE1C,qCACE;AAAA;AAAA,EAEF,+BAA+B;AACjC,CAAC;"}
|
|
1
|
+
{"version":3,"file":"vision.js","sources":["../../src/vision.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for action \"Copy to clipboard\", tied to the \"Query URL\" field. Also used for accessibility purposes on button */\n 'action.copy-url-to-clipboard': 'Afrita á klippiborð',\n /** Label for stopping an ongoing listen operation */\n 'action.listen-cancel': 'Stoppa',\n /** Label for setting up a listener */\n 'action.listen-execute': 'Hlusta',\n /** Label for cancelling an ongoing query */\n 'action.query-cancel': 'Hætta við',\n /** Label for executing the query, eg doing a fetch */\n 'action.query-execute': 'Sækja',\n\n /**\n * Some features has a \"New\" label indicating that the feature was recently introduced.\n * This defines what the text of that label is. Keep it short and sweet.\n */\n 'label.new': 'Nýtt',\n\n /** Error message for when the \"Params\" input are not a valid json */\n 'params.error.params-invalid-json': 'Parametrar eru ekki gilt JSON',\n /** Label for \"Params\" (parameters) editor/input */\n 'params.label': 'Parametrar',\n\n /** Label for 'Column' indicator when there is an error within the query */\n 'query.error.column': 'Dálkur',\n /** Label for 'Line' indicator when there is an error within the query */\n 'query.error.line': 'Lína',\n /** Label for \"Query\" editor/input */\n 'query.label': 'Fyrirspurn',\n /** Label for the \"Query URL\" field, shown after executing a query, and allows for copying */\n 'query.url': 'Fyrirspurnarvefslóð',\n\n /** Label for \"End to End time\" information of the fetched query */\n 'result.end-to-end-time-label': 'Enda-til-enda',\n /** Label for \"Execution time\" information of the fetched query */\n 'result.execution-time-label': 'Framkvæmdartími',\n /** Label for \"Result\" explorer/view */\n 'result.label': 'Niðurstaða',\n /** Tooltip text shown when the query result is not encodable as CSV */\n 'result.save-result-as-csv.not-csv-encodable': 'Niðurstöðuna er ekki hægt að umrita sem CSV',\n /** Label for \"Save result as\" result action */\n 'result.save-result-as-format': 'Vista niðurstöðu sem <SaveResultButtons/>',\n /**\n * \"Not applicable\" message for when there is no Execution time or End to End time information\n * available for the query (eg when the query has not been executed, or errored)\n */\n 'result.timing-not-applicable': 'ekki viðeigandi',\n\n /** Label for the \"API version\" dropdown in settings */\n 'settings.api-version-label': 'API útgáfa',\n /** Label for the \"Custom API version\" input in settings, shown when \"other\" is chosen as API version */\n 'settings.custom-api-version-label': 'Sérsniðin API útgáfa',\n /** Label for the \"Dataset\" dropdown in vision settings */\n 'settings.dataset-label': 'Gagnasafn',\n /** Error label for when the API version in 'Custom API version' input is invalid */\n 'settings.error.invalid-api-version': 'Ógild API útgáfa',\n /** Label for the \"other\" versions within the \"API version\" dropdown */\n 'settings.other-api-version-label': 'Annað',\n /**\n * Label for the \"Perspective\" dropdown in vision settings\n * @see {@link https://www.sanity.io/docs/perspectives}\n */\n 'settings.perspective-label': 'Perspective',\n /** Notification about previewDrafts to drafts rename */\n 'settings.perspective.preview-drafts-renamed-to-drafts.description':\n 'Perspective \"<code>previewDrafts</code>\" hefur verið endurnefnt í \"<code>drafts</code>\" og er nú úrelt. Þessi breyting er virk fyrir allar útgáfur með stuðning við perspective (>= v2021-03-25).',\n /** Call to action to read the docs related to \"Perspectives\" */\n 'settings.perspectives.action.docs-link': 'Lestu skjölin',\n /** Option for selecting default perspective */\n 'settings.perspectives.default': 'Engin perspective (API sjálfgefið)',\n /** Description for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.description':\n 'Perspectives leyfa fyrirspurn þinni að keyra gegn mismunandi \"sýnum\" af efni í dataset þínu',\n /** Description for upcoming default perspective change */\n 'settings.perspectives.new-default.description':\n 'Sjálfgefið perspective mun breytast úr \"<code>raw</code>\" í \"<code>published</code>\" í væntanlegri API útgáfu. Vinsamlegast kynntu þér nánar í skjölun.',\n /** Label for the pinned release perspective */\n 'settings.perspectives.pinned-release-label': 'Fest útgáfa',\n /** Title for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.title': 'Perspectives',\n})\n"],"names":[],"mappings":";AAEA,IAAA,SAAe,+BAA+B;AAAA;AAAA,EAE5C,gCAAgC;AAAA;AAAA,EAEhC,wBAAwB;AAAA;AAAA,EAExB,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA;AAAA;AAAA;AAAA,EAMxB,aAAa;AAAA;AAAA,EAGb,oCAAoC;AAAA;AAAA,EAEpC,gBAAgB;AAAA;AAAA,EAGhB,sBAAsB;AAAA;AAAA,EAEtB,oBAAoB;AAAA;AAAA,EAEpB,eAAe;AAAA;AAAA,EAEf,aAAa;AAAA;AAAA,EAGb,gCAAgC;AAAA;AAAA,EAEhC,+BAA+B;AAAA;AAAA,EAE/B,gBAAgB;AAAA;AAAA,EAEhB,+CAA+C;AAAA;AAAA,EAE/C,gCAAgC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhC,gCAAgC;AAAA;AAAA,EAGhC,8BAA8B;AAAA;AAAA,EAE9B,qCAAqC;AAAA;AAAA,EAErC,0BAA0B;AAAA;AAAA,EAE1B,sCAAsC;AAAA;AAAA,EAEtC,oCAAoC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKpC,8BAA8B;AAAA;AAAA,EAE9B,qEACE;AAAA;AAAA,EAEF,0CAA0C;AAAA;AAAA,EAE1C,iCAAiC;AAAA;AAAA,EAEjC,qCACE;AAAA;AAAA,EAEF,iDACE;AAAA;AAAA,EAEF,8CAA8C;AAAA;AAAA,EAE9C,+BAA+B;AACjC,CAAC;"}
|
package/package.json
CHANGED
package/src/comments.ts
CHANGED
|
@@ -29,9 +29,6 @@ export default removeUndefinedLocaleResources({
|
|
|
29
29
|
/** The inspector text when error copying link */
|
|
30
30
|
'copy-link-error-message': 'Ekki tókst að afrita tengil á klippiborð',
|
|
31
31
|
|
|
32
|
-
/** The inspector successfully copied link text */
|
|
33
|
-
'copy-link-success-message': 'Tengill afritaður á klippiborð',
|
|
34
|
-
|
|
35
32
|
/** The delete dialog body for a comment */
|
|
36
33
|
'delete-comment.body': 'Ekki hægt að endurheimta athugasemd eftir að henni er eitt.',
|
|
37
34
|
/** The delete dialog confirm button text for a comment */
|
package/src/copy-paste.ts
CHANGED
|
@@ -12,12 +12,6 @@ export default removeUndefinedLocaleResources({
|
|
|
12
12
|
/** The error message that is shown when the clipboard is not supported */
|
|
13
13
|
'copy-paste.on-copy.validation.clipboard-not-supported.title':
|
|
14
14
|
'Vafrinn þinn styður ekki þessa aðgerð',
|
|
15
|
-
/** The success message that is shown when a document is copied */
|
|
16
|
-
'copy-paste.on-copy.validation.copy-document-success.title': 'Skjal "{{fieldNames}}" afritað',
|
|
17
|
-
/** The success message that is shown when a field is copied */
|
|
18
|
-
'copy-paste.on-copy.validation.copy-field_one-success.title': 'Reitur "{{fieldName}}" afritaður',
|
|
19
|
-
/** The success message that is shown when a array item is copied */
|
|
20
|
-
'copy-paste.on-copy.validation.copy-item_one-success.title': 'Atriði "{{typeName}}" afritað',
|
|
21
15
|
/** The error message that is shown when there is no value to copy */
|
|
22
16
|
'copy-paste.on-copy.validation.no-value.title': 'Tómt gildi, ekkert til að afrita',
|
|
23
17
|
/** --- On copy --- */
|
|
@@ -34,11 +28,6 @@ export default removeUndefinedLocaleResources({
|
|
|
34
28
|
'copy-paste.on-paste.validation.clipboard-empty.title': 'Ekkert til að líma inn',
|
|
35
29
|
/** The validation message that is shown when the clipboard item is invalid */
|
|
36
30
|
'copy-paste.on-paste.validation.clipboard-invalid.title': 'Ógilt klippiborðsatriði',
|
|
37
|
-
/** The success message that is shown when a document is pasted */
|
|
38
|
-
'copy-paste.on-paste.validation.document-paste-success.title': 'Skjal "{{fieldNames}}" uppfært',
|
|
39
|
-
/** The success message that is shown when a field is pasted */
|
|
40
|
-
'copy-paste.on-paste.validation.field_one-paste-success.title':
|
|
41
|
-
'Reitur "{{fieldName}}" uppfærður',
|
|
42
31
|
/** The validation message that is shown when image files are incompatible */
|
|
43
32
|
'copy-paste.on-paste.validation.image-file-incompatible.description':
|
|
44
33
|
'"{{sourceSchemaType}}" er ekki leyfilegt í "{{targetSchemaType}}"',
|
package/src/structure.ts
CHANGED
|
@@ -39,6 +39,8 @@ export default removeUndefinedLocaleResources({
|
|
|
39
39
|
'action.publish.disabled.not-ready': 'Aðgerð ekki tilbúin',
|
|
40
40
|
/** Label for action when there are pending changes.*/
|
|
41
41
|
'action.publish.draft.label': 'Birta',
|
|
42
|
+
/** Label for the "Publish" document action */
|
|
43
|
+
'action.publish.label': 'Birta',
|
|
42
44
|
/** Label for the "Publish" document action when the document has live edit enabled.*/
|
|
43
45
|
'action.publish.live-edit.label': 'Birta',
|
|
44
46
|
/** Fallback tooltip for the "Publish" document action when publish is invoked for a document with live edit enabled.*/
|
|
@@ -76,6 +78,9 @@ export default removeUndefinedLocaleResources({
|
|
|
76
78
|
'action.unpublish.live-edit.disabled':
|
|
77
79
|
'Þetta skjal hefur beina ritun virkjaða og getur ekki verið afturkallað',
|
|
78
80
|
|
|
81
|
+
/** Description for the archived release banner, rendered when viewing the history of a version document from the publihed view */
|
|
82
|
+
'banners.archived-release.description':
|
|
83
|
+
'Þú ert að skoða skjal sem er aðeins til lesturs og var vistað sem hluti af <VersionBadge>{{title}}</VersionBadge>. Það er ekki hægt að breyta því',
|
|
79
84
|
/** The text for the restore button on the deleted document banner */
|
|
80
85
|
'banners.deleted-document-banner.restore-button.text': 'Endurheimta nýjustu útgáfuna',
|
|
81
86
|
/** The text content for the deleted document banner */
|
|
@@ -105,6 +110,9 @@ export default removeUndefinedLocaleResources({
|
|
|
105
110
|
'banners.permission-check-banner.request-permission-button.sent': 'Beiðni um ritstjóra send',
|
|
106
111
|
/** The text for the request permission button that appears for viewer roles */
|
|
107
112
|
'banners.permission-check-banner.request-permission-button.text': 'Biðja um að fá að breyta',
|
|
113
|
+
/** Description for the archived release banner, rendered when viewing the history of a version document from the published view */
|
|
114
|
+
'banners.published-release.description':
|
|
115
|
+
'Þú ert að skoða skjal sem er aðeins til lesturs og var birt sem hluti af <VersionBadge>{{title}}</VersionBadge>. Það er ekki hægt að breyta því',
|
|
108
116
|
/** The text for the reload button */
|
|
109
117
|
'banners.reference-changed-banner.reason-changed.reload-button.text': 'Endurhlaða tilvísun',
|
|
110
118
|
/** The text for the reference change banner if the reason is that the reference has been changed */
|
|
@@ -115,6 +123,39 @@ export default removeUndefinedLocaleResources({
|
|
|
115
123
|
/** The text for the reference change banner if the reason is that the reference has been deleted */
|
|
116
124
|
'banners.reference-changed-banner.reason-removed.text':
|
|
117
125
|
'Þessi tilvísun hefur verið fjarlægð síðan þú opnaðir hana.',
|
|
126
|
+
/** The text that appears for the action button to add the current document to the global release */
|
|
127
|
+
'banners.release.action.add-to-release': 'Bæta við útgáfu',
|
|
128
|
+
/** The text that appears for the action button to add the current document to the global release */
|
|
129
|
+
'banners.release.action.open-to-edit': 'Opna útgáfu til að breyta',
|
|
130
|
+
/** Toast description in case an error occurs when adding a document to a release */
|
|
131
|
+
'banners.release.error.description': 'Villa kom upp við að bæta skjali við útgáfuna: {{message}}',
|
|
132
|
+
/** Toast title in case an error occurs when adding a document to a release */
|
|
133
|
+
'banners.release.error.title': 'Villa við að bæta skjali við útgáfu',
|
|
134
|
+
/** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */
|
|
135
|
+
'banners.release.navigate-to-edit-description': 'Skjalið er aðeins til í',
|
|
136
|
+
/** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */
|
|
137
|
+
'banners.release.navigate-to-edit-description-end_one': 'útgáfunni',
|
|
138
|
+
/** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */
|
|
139
|
+
'banners.release.navigate-to-edit-description-end_other': 'útgáfum',
|
|
140
|
+
/** The text for the banner that appears when there are multiple versions but no drafts or published, only one extra releases */
|
|
141
|
+
'banners.release.navigate-to-edit-description-multiple_one':
|
|
142
|
+
'Þetta skjal er hluti af <VersionBadge/> útgáfunni og {{count}} annarri útgáfu.',
|
|
143
|
+
/** The text for the banner that appears when there are multiple versions but no drafts or published, more than one extra releases */
|
|
144
|
+
'banners.release.navigate-to-edit-description-multiple_other':
|
|
145
|
+
'Þetta skjal er hluti af <VersionBadge/> útgáfunni og {{count}} öðrum útgáfum',
|
|
146
|
+
/** The text for the banner that appears when a document only has one version but is in a draft or published pinned release */
|
|
147
|
+
'banners.release.navigate-to-edit-description-single':
|
|
148
|
+
'Þetta skjal er hluti af <VersionBadge/> útgáfunni',
|
|
149
|
+
/** The text for the banner that appears when a document is not in the current global release */
|
|
150
|
+
'banners.release.not-in-release': 'Ekki í <VersionBadge>{{title}}</VersionBadge> útgáfunni.',
|
|
151
|
+
/** Description of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */
|
|
152
|
+
'banners.release.waiting.description':
|
|
153
|
+
'Vinsamlegast bíddu á meðan skjalið er bætt við útgáfuna. Það ætti ekki að taka lengur en nokkrar sekúndur.',
|
|
154
|
+
/** Title of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */
|
|
155
|
+
'banners.release.waiting.title': 'Bæti skjali við útgáfu…',
|
|
156
|
+
/** The text content for the unpublished document banner when is part of a release */
|
|
157
|
+
'banners.unpublished-release-banner.text':
|
|
158
|
+
'Þetta skjal verður óbirt sem hluti af <VersionBadge>{{title}}</VersionBadge> útgáfunni',
|
|
118
159
|
|
|
119
160
|
/** Browser/tab title when creating a new document of a given type */
|
|
120
161
|
'browser-document-title.new-document': 'Nýtt {{schemaType}}',
|
|
@@ -143,6 +184,25 @@ export default removeUndefinedLocaleResources({
|
|
|
143
184
|
/** The label used in the changes inspector for the to selector */
|
|
144
185
|
'changes.to.label': 'Til',
|
|
145
186
|
|
|
187
|
+
/** The error message shown when the specified document comparison mode is not supported */
|
|
188
|
+
'compare-version.error.invalidModeParam':
|
|
189
|
+
'"{{input}}" er ekki studdur háttur til að bera saman skjöl.',
|
|
190
|
+
/** The error message shown when the next document for comparison could not be extracted from the URL */
|
|
191
|
+
'compare-version.error.invalidNextDocumentParam': 'Næsta skjals parameter er ógilt.',
|
|
192
|
+
/** The error message shown when the document comparison URL could not be parsed */
|
|
193
|
+
'compare-version.error.invalidParams.title': 'Ekki hægt að bera saman skjöl',
|
|
194
|
+
/** The error message shown when the previous document for comparison could not be extracted from the URL */
|
|
195
|
+
'compare-version.error.invalidPreviousDocumentParam': 'Fyrri skjals parameter er ógilt.',
|
|
196
|
+
|
|
197
|
+
/** The text for the "Compare versions" action for a document */
|
|
198
|
+
'compare-versions.menu-item.title': 'Bera saman útgáfur',
|
|
199
|
+
/** The string used to label draft documents */
|
|
200
|
+
'compare-versions.status.draft': 'Drög',
|
|
201
|
+
/** The string used to label published documents */
|
|
202
|
+
'compare-versions.status.published': 'Birt',
|
|
203
|
+
/** The title used when comparing versions of a document */
|
|
204
|
+
'compare-versions.title': 'Bera saman útgáfur',
|
|
205
|
+
|
|
146
206
|
/** The text in the "Cancel" button in the confirm delete dialog that cancels the action and closes the dialog */
|
|
147
207
|
'confirm-delete-dialog.cancel-button.text': 'Hætta við',
|
|
148
208
|
/** Used in `confirm-delete-dialog.cdr-summary.title` */
|
|
@@ -167,8 +227,6 @@ export default removeUndefinedLocaleResources({
|
|
|
167
227
|
'confirm-delete-dialog.cdr-table.dataset.label': 'Gagnasanf',
|
|
168
228
|
/** The header for the document ID column in the list of cross-dataset references found */
|
|
169
229
|
'confirm-delete-dialog.cdr-table.document-id.label': 'Auðkenni skjals',
|
|
170
|
-
/** The toast title when the copy button has been clicked */
|
|
171
|
-
'confirm-delete-dialog.cdr-table.id-copied-toast.title': 'Afritað aðkenni skjals á klippiborð!',
|
|
172
230
|
/** The toast title when the copy button has been clicked but copying failed */
|
|
173
231
|
'confirm-delete-dialog.cdr-table.id-copied-toast.title-failed':
|
|
174
232
|
'Mistókst að afrita skjalaauðkenni',
|
|
@@ -272,6 +330,13 @@ export default removeUndefinedLocaleResources({
|
|
|
272
330
|
/** The title of the sync lock toast on the form view */
|
|
273
331
|
'document-view.form-view.sync-lock-toast.title': 'Samstilli skjal…',
|
|
274
332
|
|
|
333
|
+
/**The title for the menu items that will be shown when expanding a publish release event to inspect the document */
|
|
334
|
+
'events.inspect.release': 'Skoða <VersionBadge>{{releaseTitle}}</VersionBadge> skjal',
|
|
335
|
+
/**The title for the menu items that will be shown when expanding a publish draft event to inspect the draft document*/
|
|
336
|
+
'events.open.draft': 'Opna <VersionBadge>drög</VersionBadge> skjal',
|
|
337
|
+
/**The title for the menu items that will be shown when expanding a publish release event to inspect the release*/
|
|
338
|
+
'events.open.release': 'Opna <VersionBadge>{{releaseTitle}}</VersionBadge> útgáfu',
|
|
339
|
+
|
|
275
340
|
/** The loading messaging for when the tooltip is still loading permission info */
|
|
276
341
|
'insufficient-permissions-message-tooltip.loading-text': 'Hleður…',
|
|
277
342
|
|
|
@@ -362,6 +427,9 @@ export default removeUndefinedLocaleResources({
|
|
|
362
427
|
/** The text when copy URL operation succeeded */
|
|
363
428
|
'panes.document-operation-results.operation-success_copy-url':
|
|
364
429
|
'Skjalavefslóð afrituð á klippiborð',
|
|
430
|
+
/** */
|
|
431
|
+
'panes.document-operation-results.operation-success_createVersion':
|
|
432
|
+
'<Strong>{{title}}</Strong> var bætt við útgáfuna',
|
|
365
433
|
/** The text when a delete operation succeeded */
|
|
366
434
|
'panes.document-operation-results.operation-success_delete': 'Skjalinu var eytt',
|
|
367
435
|
/** The text when a discard changes operation succeeded */
|
|
@@ -380,8 +448,6 @@ export default removeUndefinedLocaleResources({
|
|
|
380
448
|
'Birtingu skjalsins var afturkallað. Drög hafa verið búin til úr síðustu birtu útgáfu.',
|
|
381
449
|
/** The document title shown when document title is "undefined" in operation message */
|
|
382
450
|
'panes.document-operation-results.operation-undefined-title': 'Ótitlað',
|
|
383
|
-
/** The title of the reconnecting toast */
|
|
384
|
-
'panes.document-pane-provider.reconnecting.title': 'Tenging rofnaði. Endurtengi…',
|
|
385
451
|
/** The loading message for the document not found pane */
|
|
386
452
|
'panes.document-pane.document-not-found.loading': 'Hleð skjali…',
|
|
387
453
|
/** The text of the document not found pane if the schema is known */
|
package/src/studio.ts
CHANGED
|
@@ -118,6 +118,9 @@ export default removeUndefinedLocaleResources({
|
|
|
118
118
|
'asset-source.usage-list.documents-using-image_unnamed_zero':
|
|
119
119
|
'Engin skjöl eru að nota þessa mynd',
|
|
120
120
|
|
|
121
|
+
/** Label when a release has been deleted by a different user */
|
|
122
|
+
'banners.deleted-bundle-banner.text': "Útgáfan '<strong>{{title}}</strong>' hefur verið eytt.",
|
|
123
|
+
|
|
121
124
|
/** Action message for navigating to next month */
|
|
122
125
|
'calendar.action.go-to-next-month': 'Fara í næsta mánuð',
|
|
123
126
|
/** Action message for navigating to next year */
|
|
@@ -231,6 +234,10 @@ export default removeUndefinedLocaleResources({
|
|
|
231
234
|
'changes.error-boundary.developer-info': 'Athugaðu þróunarvalmyndina fyrir frekari upplýsingar',
|
|
232
235
|
/** Text shown when a diff component crashes during rendering, triggering the error boundary */
|
|
233
236
|
'changes.error-boundary.title': 'Það kom upp villa við að sýna breytingarnar á þessu sviði',
|
|
237
|
+
/* Error description when changes could not be loaded */
|
|
238
|
+
'changes.error-description': 'Við getum ekki hlaðið inn breytingunum fyrir þetta skjal.',
|
|
239
|
+
/** Error title when changes could not be loaded */
|
|
240
|
+
'changes.error-title': 'Eitthvað fór úrskeiðis',
|
|
234
241
|
/** Error message shown when the value of a field is not the expected one */
|
|
235
242
|
'changes.error.incorrect-type-message':
|
|
236
243
|
'Gildisvilla: Gildið er af gerðinni "<code>{{actualType}}</code>", búist var við "<code>{{expectedType}}</code>"',
|
|
@@ -265,6 +272,8 @@ export default removeUndefinedLocaleResources({
|
|
|
265
272
|
'Breyttu skjalinu eða veldu eldri útgáfu í tímalínunni til að sjá lista yfir breytingar birtast á þessum glugga.',
|
|
266
273
|
/** No Changes title in the Review Changes pane */
|
|
267
274
|
'changes.no-changes-title': 'Engar breytingar eru til staðar',
|
|
275
|
+
/* Label for the tooltip that shows when an action is not selectable*/
|
|
276
|
+
'changes.not-selectable': 'Ekki er hægt að velja þennan atburð',
|
|
268
277
|
/** Portable Text diff: An annotation was added */
|
|
269
278
|
'changes.portable-text.annotation_added': 'Bætti við skýringu',
|
|
270
279
|
/** Portable Text diff: An annotation was changed */
|
|
@@ -308,6 +317,8 @@ export default removeUndefinedLocaleResources({
|
|
|
308
317
|
'changes.removed-label': 'Fjarlægt',
|
|
309
318
|
/** Title for the Review Changes pane */
|
|
310
319
|
'changes.title': 'Endurskoða breytingar',
|
|
320
|
+
/**The title that will be shown in the badge inside the events when the item is a draft */
|
|
321
|
+
'changes.versions.draft': 'Drög',
|
|
311
322
|
|
|
312
323
|
/** --- Common components --- */
|
|
313
324
|
/** Tooltip text for context menu buttons */
|
|
@@ -343,6 +354,10 @@ export default removeUndefinedLocaleResources({
|
|
|
343
354
|
/** Title for the default ordering/SortOrder if no orderings are provided and the title field is found */
|
|
344
355
|
'default-orderings.title': 'Raða eftir Titli',
|
|
345
356
|
|
|
357
|
+
/** Label to show in the document footer indicating the creation date of the document */
|
|
358
|
+
'document-status.created': 'Búið til {{date}}',
|
|
359
|
+
/** Label to show in the document status indicating the date of the status */
|
|
360
|
+
'document-status.date': '{{date}}',
|
|
346
361
|
/** Label to show in the document footer indicating the last edited date of the document */
|
|
347
362
|
'document-status.edited': 'Breytt {{date}}',
|
|
348
363
|
/** Label to show in the document footer indicating the document is not published*/
|
|
@@ -415,6 +430,8 @@ export default removeUndefinedLocaleResources({
|
|
|
415
430
|
'form.field.deprecated-label': 'úrelt',
|
|
416
431
|
/** Fallback title shown above field if it has no defined title */
|
|
417
432
|
'form.field.untitled-field-label': 'Án titils',
|
|
433
|
+
/** The title of the reconnecting toast */
|
|
434
|
+
'form.reconnecting.toast.title': 'Tenging rofin. Endurtengi…',
|
|
418
435
|
/** Accessibility label for the icon that indicates the field has a validation error */
|
|
419
436
|
'form.validation.has-error-aria-label': 'Inniheldur villu',
|
|
420
437
|
/** Accessibility label for the icon that indicates the field has validation information */
|
|
@@ -533,6 +550,8 @@ export default removeUndefinedLocaleResources({
|
|
|
533
550
|
'inputs.array.resolving-initial-value': 'Leysir úr upphaflegu gildi…',
|
|
534
551
|
/** Tooltip content when boolean input is disabled */
|
|
535
552
|
'inputs.boolean.disabled': 'Óvirkt',
|
|
553
|
+
/** Warning label when selected datetime is in the past */
|
|
554
|
+
'inputs.dateTime.past-date-warning': 'Veldu dagsetningu í framtíðinni.',
|
|
536
555
|
/** Placeholder value for datetime input */
|
|
537
556
|
'inputs.datetime.placeholder': 't.d. {{example}}',
|
|
538
557
|
/** Acessibility label for button to open file options menu */
|
|
@@ -1087,6 +1106,10 @@ export default removeUndefinedLocaleResources({
|
|
|
1087
1106
|
* when there are templates/types available for creation
|
|
1088
1107
|
*/
|
|
1089
1108
|
'new-document.create-new-document-label': 'Nýtt skjal…',
|
|
1109
|
+
/** Tooltip message for add document button when the selected perspective is published */
|
|
1110
|
+
'new-document.disabled-published.tooltip': 'Þú getur ekki búið til ný skjöl sem eru birt',
|
|
1111
|
+
/** Tooltip message for add document button when the selected perspective is for inactive release */
|
|
1112
|
+
'new-document.disabled-release.tooltip': 'Þú getur ekki bætt skjölum við þessa útgáfu',
|
|
1090
1113
|
/** Placeholder for the "filter" input within the new document menu */
|
|
1091
1114
|
'new-document.filter-placeholder': 'Sía',
|
|
1092
1115
|
/** Loading indicator text within the new document menu */
|
|
@@ -1135,6 +1158,106 @@ export default removeUndefinedLocaleResources({
|
|
|
1135
1158
|
/* Relative time, just now */
|
|
1136
1159
|
'relative-time.just-now': 'rétt í þessu',
|
|
1137
1160
|
|
|
1161
|
+
/** Action message to add document to new release */
|
|
1162
|
+
'release.action.add-to-new-release': 'Bæta við útgáfu',
|
|
1163
|
+
/** Action message to add document to release */
|
|
1164
|
+
'release.action.add-to-release': 'Bæta við {{title}}',
|
|
1165
|
+
/** Action message for when document is already in release */
|
|
1166
|
+
'release.action.already-in-release': 'Nú þegar í útgáfu {{title}}',
|
|
1167
|
+
/** Action message for when you click to view all versions you can copy the current document to */
|
|
1168
|
+
'release.action.copy-to': 'Afrita útgáfu til',
|
|
1169
|
+
/** Action message for creating new releases */
|
|
1170
|
+
'release.action.create-new': 'Ný útgáfa',
|
|
1171
|
+
/** Action message for when document is already in release */
|
|
1172
|
+
'release.action.discard-version': 'Hafna útgáfu',
|
|
1173
|
+
/** Description for toast when version discarding failed */
|
|
1174
|
+
'release.action.discard-version.failure': 'Mistókst að hafna útgáfu',
|
|
1175
|
+
/** Description for toast when version deletion is successfully discarded */
|
|
1176
|
+
'release.action.discard-version.success':
|
|
1177
|
+
'<strong>{{title}}</strong> útgáfa var hafnað með góðum árangri',
|
|
1178
|
+
/** Action message for when a new release is created off an existing version, draft or published document */
|
|
1179
|
+
'release.action.new-release': 'Ný útgáfa',
|
|
1180
|
+
/** Tooltip message for not having permissions for creating new releases */
|
|
1181
|
+
'release.action.permission.error': 'Þú hefur ekki leyfi til að framkvæma þessa aðgerð',
|
|
1182
|
+
/** Error message for when a version is set to be unpublished */
|
|
1183
|
+
'release.action.unpublish-version.failure': 'Mistókst að setja útgáfu til að vera óbirt í útgáfu',
|
|
1184
|
+
/** Action message for when a version is set to be unpublished successfully */
|
|
1185
|
+
'release.action.unpublish-version.success':
|
|
1186
|
+
'Tókst með góðum árangri að setja <strong>{{title}}</strong> til að vera óbirt í útgáfu',
|
|
1187
|
+
/** Action message for when the view release is pressed */
|
|
1188
|
+
'release.action.view-release': 'Skoða útgáfu',
|
|
1189
|
+
/** Label for banner when release is scheduled */
|
|
1190
|
+
'release.banner.scheduled-for-publishing-on': 'Áætlað til birtingar á {{date}}',
|
|
1191
|
+
/** Label for Draft chip in document header */
|
|
1192
|
+
'release.chip.draft': 'Drög',
|
|
1193
|
+
/** Label for Draft chip in global header */
|
|
1194
|
+
'release.chip.global.drafts': 'Drög',
|
|
1195
|
+
/** Label for Published chip in document header */
|
|
1196
|
+
'release.chip.published': 'Birt',
|
|
1197
|
+
/** Label for tooltip in chip with the created date */
|
|
1198
|
+
'release.chip.tooltip.created-date': 'Búið til {{date}}',
|
|
1199
|
+
/** Label for tooltip in draft chip when it's a live edit document */
|
|
1200
|
+
'release.chip.tooltip.draft-disabled.live-edit':
|
|
1201
|
+
'Þetta skjal er í beinni ritstillingu, drög eru óvirk',
|
|
1202
|
+
/** Label for tooltip in chip with the lasted edited date */
|
|
1203
|
+
'release.chip.tooltip.edited-date': 'Breytt {{date}}',
|
|
1204
|
+
/** Label for tooltip in chip when document is intended for a future release that hasn't been scheduled */
|
|
1205
|
+
'release.chip.tooltip.intended-for-date': 'Ætlað fyrir {{date}}',
|
|
1206
|
+
/** Label for tooltip in chip when there is no recent draft edits */
|
|
1207
|
+
'release.chip.tooltip.no-edits': 'Engar breytingar',
|
|
1208
|
+
/** Label for tooltip in chip when document isn't published */
|
|
1209
|
+
'release.chip.tooltip.not-published': 'Óbirt',
|
|
1210
|
+
/** Label for tooltip in chip with the published date */
|
|
1211
|
+
'release.chip.tooltip.published-date': 'Birt {{date}}',
|
|
1212
|
+
/** Label for tooltip in chip when document is in a release that has been scheduled */
|
|
1213
|
+
'release.chip.tooltip.scheduled-for-date': 'Áætlað fyrir {{date}}',
|
|
1214
|
+
/** Label for tooltip in scheduled chip without a known date */
|
|
1215
|
+
'release.chip.tooltip.unknown-date': 'Óþekkt dagsetning',
|
|
1216
|
+
/** Label for tooltip on deleted release */
|
|
1217
|
+
'release.deleted-tooltip': 'Þessari útgáfu hefur verið eytt',
|
|
1218
|
+
/** Title for copying version to a new release dialog */
|
|
1219
|
+
'release.dialog.copy-to-release.title': 'Afrita útgáfu í nýja útgáfu',
|
|
1220
|
+
/** Title for creating releases dialog */
|
|
1221
|
+
'release.dialog.create.title': 'Ný útgáfa',
|
|
1222
|
+
/** Label for description in tooltip to explain release types */
|
|
1223
|
+
'release.dialog.tooltip.description':
|
|
1224
|
+
'Áætlaður útgáfutími er notaður til að búa til betri forskoðanir og vísbendingar um hvort skjöl rekist á.',
|
|
1225
|
+
/** Label for noting that a release time is not final */
|
|
1226
|
+
'release.dialog.tooltip.note': 'Þú getur alltaf breytt því síðar.',
|
|
1227
|
+
/** Title for tooltip to explain release time */
|
|
1228
|
+
'release.dialog.tooltip.title': 'Áætlaður útgáfutími',
|
|
1229
|
+
/** The placeholder text when the release doesn't have a description */
|
|
1230
|
+
'release.form.placeholder-describe-release': 'Lýstu útgáfunni…',
|
|
1231
|
+
/** Tooltip for button to hide release visibility */
|
|
1232
|
+
'release.layer.hide': 'Fela útgáfu',
|
|
1233
|
+
/** Label for draft perspective in navbar */
|
|
1234
|
+
'release.navbar.drafts': 'Drög',
|
|
1235
|
+
/** Label for published releases in navbar */
|
|
1236
|
+
'release.navbar.published': 'Birt',
|
|
1237
|
+
/** Tooltip for releases navigation in navbar */
|
|
1238
|
+
'release.navbar.tooltip': 'Útgáfur',
|
|
1239
|
+
/** The placeholder text when the release doesn't have a title */
|
|
1240
|
+
'release.placeholder-untitled-release': 'Ónefnd útgáfa',
|
|
1241
|
+
/** The toast title that will be shown when the user has a release perspective which is now archived */
|
|
1242
|
+
'release.toast.archived-release.title': "Útgáfunni '{{title}}' hefur verið safnað",
|
|
1243
|
+
/** The toast tiele that will be shown the creating a release fails */
|
|
1244
|
+
'release.toast.create-release-error.title': 'Mistókst að búa til útgáfu',
|
|
1245
|
+
/**The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1246
|
+
'release.toast.not-found-release.title': "Ekki tókst að finna '{{title}}' útgáfuna",
|
|
1247
|
+
/** Label for when a version of a document has already been added to the release */
|
|
1248
|
+
'release.tooltip.already-added': 'Útgáfa af þessu skjali hefur þegar verið bætt við',
|
|
1249
|
+
/** Label for when a release is scheduled / scheduling and a user can't add a document version to it */
|
|
1250
|
+
'release.tooltip.locked':
|
|
1251
|
+
'Þessi útgáfa hefur verið áætluð. Aflýstu henni til að bæta við fleiri skjölum.',
|
|
1252
|
+
/** Label for the release type 'as soon as possible' */
|
|
1253
|
+
'release.type.asap': 'Eins fljótt og auðið er',
|
|
1254
|
+
/** Label for the release type 'at time', meaning it's a release with a scheduled date */
|
|
1255
|
+
'release.type.scheduled': 'Á ákveðnum tíma',
|
|
1256
|
+
/** Label for the release type 'undecided' */
|
|
1257
|
+
'release.type.undecided': 'Óákveðið',
|
|
1258
|
+
/** Tooltip for the dropdown to show all versions of document */
|
|
1259
|
+
'release.version-list.tooltip': 'Sjá allar útgáfur skjalsins',
|
|
1260
|
+
|
|
1138
1261
|
/** Accessibility label to open search action when the search would go fullscreen (eg on narrower screens) */
|
|
1139
1262
|
'search.action-open-aria-label': 'Opna leit',
|
|
1140
1263
|
/** Action label for adding a search filter */
|
|
@@ -1590,6 +1713,12 @@ export default removeUndefinedLocaleResources({
|
|
|
1590
1713
|
'Sögufærslur skjalsins hafa ekki orðið fyrir áhrifum.',
|
|
1591
1714
|
/** Title for error when the timeline for the given document can't be loaded */
|
|
1592
1715
|
'timeline.error.load-document-changes-title': 'Villa kom upp við að sækja breytingar á skjali.',
|
|
1716
|
+
/** Description for error when the timeline for the given document can't be loaded */
|
|
1717
|
+
'timeline.error.load-document-changes-version-description':
|
|
1718
|
+
'Virkjaðu atburða API í gegnum Studio stillingarnar til að sjá sögu skjals.',
|
|
1719
|
+
/** Title for error when the timeline for the given version document can't be loaded */
|
|
1720
|
+
'timeline.error.load-document-changes-version-title':
|
|
1721
|
+
'Sagan um útgáfur skjala er aðeins aðgengileg í gegnum Events API.',
|
|
1593
1722
|
/** Error description for when the document doesn't have history */
|
|
1594
1723
|
'timeline.error.no-document-history-description':
|
|
1595
1724
|
'Þegar efni skjalsins er breytt munu útgáfur skjalsins birtast í þessum valmynd.',
|
|
@@ -1610,6 +1739,8 @@ export default removeUndefinedLocaleResources({
|
|
|
1610
1739
|
'timeline.list.aria-label': 'Endurskoðanir skjals',
|
|
1611
1740
|
/** Label for loading history */
|
|
1612
1741
|
'timeline.loading-history': 'Hleð sögu…',
|
|
1742
|
+
/* Label for when no previous since events are available*/
|
|
1743
|
+
'timeline.no-previous-events': 'Engir fyrri atburðir',
|
|
1613
1744
|
/** Label shown in review changes timeline when a document has been created */
|
|
1614
1745
|
'timeline.operation.created': 'Búið til',
|
|
1615
1746
|
/** Label shown in review changes timeline when a document has been created, with a timestamp */
|
package/src/vision.ts
CHANGED
|
@@ -63,11 +63,21 @@ export default removeUndefinedLocaleResources({
|
|
|
63
63
|
* @see {@link https://www.sanity.io/docs/perspectives}
|
|
64
64
|
*/
|
|
65
65
|
'settings.perspective-label': 'Perspective',
|
|
66
|
+
/** Notification about previewDrafts to drafts rename */
|
|
67
|
+
'settings.perspective.preview-drafts-renamed-to-drafts.description':
|
|
68
|
+
'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).',
|
|
66
69
|
/** Call to action to read the docs related to "Perspectives" */
|
|
67
70
|
'settings.perspectives.action.docs-link': 'Lestu skjölin',
|
|
71
|
+
/** Option for selecting default perspective */
|
|
72
|
+
'settings.perspectives.default': 'Engin perspective (API sjálfgefið)',
|
|
68
73
|
/** Description for popover that explains what "Perspectives" are */
|
|
69
74
|
'settings.perspectives.description':
|
|
70
75
|
'Perspectives leyfa fyrirspurn þinni að keyra gegn mismunandi "sýnum" af efni í dataset þínu',
|
|
76
|
+
/** Description for upcoming default perspective change */
|
|
77
|
+
'settings.perspectives.new-default.description':
|
|
78
|
+
'Sjálfgefið perspective mun breytast úr "<code>raw</code>" í "<code>published</code>" í væntanlegri API útgáfu. Vinsamlegast kynntu þér nánar í skjölun.',
|
|
79
|
+
/** Label for the pinned release perspective */
|
|
80
|
+
'settings.perspectives.pinned-release-label': 'Fest útgáfa',
|
|
71
81
|
/** Title for popover that explains what "Perspectives" are */
|
|
72
82
|
'settings.perspectives.title': 'Perspectives',
|
|
73
83
|
})
|