@sanity/locale-is-is 1.2.26 → 1.2.28
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/copy-paste.cjs +2 -0
- package/dist/_chunks-cjs/copy-paste.cjs.map +1 -1
- package/dist/_chunks-cjs/feedback.cjs +47 -0
- package/dist/_chunks-cjs/feedback.cjs.map +1 -0
- package/dist/_chunks-cjs/presentation.cjs +131 -0
- package/dist/_chunks-cjs/presentation.cjs.map +1 -0
- package/dist/_chunks-cjs/releases.cjs +460 -0
- package/dist/_chunks-cjs/releases.cjs.map +1 -0
- package/dist/_chunks-cjs/singleDocRelease.cjs +23 -0
- package/dist/_chunks-cjs/singleDocRelease.cjs.map +1 -0
- package/dist/_chunks-cjs/structure.cjs +8 -0
- package/dist/_chunks-cjs/structure.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +11 -26
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-cjs/vision.cjs +22 -0
- package/dist/_chunks-cjs/vision.cjs.map +1 -1
- package/dist/_chunks-es/copy-paste.js +2 -0
- package/dist/_chunks-es/copy-paste.js.map +1 -1
- package/dist/_chunks-es/feedback.js +49 -0
- package/dist/_chunks-es/feedback.js.map +1 -0
- package/dist/_chunks-es/presentation.js +133 -0
- package/dist/_chunks-es/presentation.js.map +1 -0
- package/dist/_chunks-es/releases.js +462 -0
- package/dist/_chunks-es/releases.js.map +1 -0
- package/dist/_chunks-es/singleDocRelease.js +25 -0
- package/dist/_chunks-es/singleDocRelease.js.map +1 -0
- package/dist/_chunks-es/structure.js +8 -0
- package/dist/_chunks-es/structure.js.map +1 -1
- package/dist/_chunks-es/studio.js +11 -26
- package/dist/_chunks-es/studio.js.map +1 -1
- package/dist/_chunks-es/vision.js +22 -0
- package/dist/_chunks-es/vision.js.map +1 -1
- package/dist/index.cjs +20 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +14 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/copy-paste.ts +3 -0
- package/src/feedback.ts +47 -0
- package/src/index.ts +17 -2
- package/src/presentation.ts +150 -0
- package/src/releases.ts +551 -0
- package/src/singleDocRelease.ts +26 -0
- package/src/structure.ts +9 -0
- package/src/studio.ts +13 -18
- package/src/vision.ts +23 -0
- package/dist/_chunks-cjs/create.cjs +0 -35
- package/dist/_chunks-cjs/create.cjs.map +0 -1
- package/dist/_chunks-es/create.js +0 -37
- package/dist/_chunks-es/create.js.map +0 -1
|
@@ -19,11 +19,21 @@ var vision = removeUndefinedLocaleResources({
|
|
|
19
19
|
/** Label for executing the query, eg doing a fetch */
|
|
20
20
|
"action.query-execute": "S\xE6kja",
|
|
21
21
|
/** Label for saving a query */
|
|
22
|
+
"action.save-personal-copy": "Vista pers\xF3nulegt eintak",
|
|
23
|
+
/** Label for saving a personal query */
|
|
24
|
+
"action.save-personal-query": "Vista sem pers\xF3nulegt",
|
|
25
|
+
/** Label for saving a query */
|
|
22
26
|
"action.save-query": "Vista fyrirspurn",
|
|
27
|
+
/** Label for saving a shared query */
|
|
28
|
+
"action.save-shared-query": "Vista sem samn\xFDtt",
|
|
29
|
+
/** Label for unsharing a query */
|
|
30
|
+
"action.unshare": "H\xE6tta samn\xFDtingu",
|
|
23
31
|
/** Label for updating a query */
|
|
24
32
|
"action.update": "Uppf\xE6ra",
|
|
25
33
|
/** Label for actions user can take */
|
|
26
34
|
"label.actions": "A\xF0ger\xF0ir",
|
|
35
|
+
/** Label for all saved queries */
|
|
36
|
+
"label.all": "Allt",
|
|
27
37
|
/** Label for saved queries that have been edited */
|
|
28
38
|
"label.edited": "Breytt",
|
|
29
39
|
/**
|
|
@@ -41,8 +51,12 @@ var vision = removeUndefinedLocaleResources({
|
|
|
41
51
|
"label.search-queries": "Leita \xED fyrirspurnum",
|
|
42
52
|
/** Share query */
|
|
43
53
|
"label.share": "Deila",
|
|
54
|
+
/** Label for query type "shared" */
|
|
55
|
+
"label.shared": "Samn\xFDtt",
|
|
44
56
|
/** Label for saved query type "team" */
|
|
45
57
|
"label.team": "H\xF3pur",
|
|
58
|
+
/** Label for untitled query fallback */
|
|
59
|
+
"label.untitled-query": "\xC1n titils",
|
|
46
60
|
/** Error message for when the "Params" input are not a valid json */
|
|
47
61
|
"params.error.params-invalid-json": "Parametrar eru ekki gilt JSON",
|
|
48
62
|
/** Label for "Params" (parameters) editor/input */
|
|
@@ -74,8 +88,16 @@ var vision = removeUndefinedLocaleResources({
|
|
|
74
88
|
"save-query.already-saved": "Fyrirspurn \xFEegar vistu\xF0",
|
|
75
89
|
/** Save error label */
|
|
76
90
|
"save-query.error": "Villa vi\xF0 a\xF0 vista fyrirspurn",
|
|
91
|
+
/** Save personal copy success label */
|
|
92
|
+
"save-query.personal-copy-success": "Pers\xF3nulegt eintak vista\xF0",
|
|
93
|
+
/** Warning displayed before sharing a query */
|
|
94
|
+
"save-query.share-warning": "Samn\xFDttar fyrirspurnir eru geymdar sem skj\xF6l \xED dataset \xFE\xEDnum og teljast me\xF0 \xED skjalakv\xF3ta \xFE\xEDnum.",
|
|
95
|
+
/** Save shared query success label */
|
|
96
|
+
"save-query.shared-success": "Samn\xFDtt fyrirspurn vistu\xF0",
|
|
77
97
|
/** Save success label */
|
|
78
98
|
"save-query.success": "Fyrirspurn vistu\xF0",
|
|
99
|
+
/** Save unshared query success label */
|
|
100
|
+
"save-query.unshared-success": "Fyrirspurn f\xE6r\xF0 \xED pers\xF3nulegt",
|
|
79
101
|
/** Label for the "API version" dropdown in settings */
|
|
80
102
|
"settings.api-version-label": "API \xFAtg\xE1fa",
|
|
81
103
|
/** 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 deleting a query */\n 'action.delete': 'Eyða',\n /** Label for editing a query's title */\n 'action.edit-title': 'Breyta titli',\n /** Label for stopping an ongoing listen operation */\n 'action.listen-cancel': 'Stoppa',\n /** Label for setting up a listener */\n 'action.listen-execute': 'Hlusta',\n /** Label for query loading table */\n 'action.load-queries': 'Hlaða fyrirspurnum',\n /** Label for loading a query */\n 'action.load-query': 'Hlaða fyrirspurn',\n /** Label for cancelling an ongoing query */\n 'action.query-cancel': 'Hætta við',\n /** Label for executing the query, eg doing a fetch */\n 'action.query-execute': 'Sækja',\n /** Label for saving a query */\n 'action.save-query': 'Vista fyrirspurn',\n /** Label for updating a query */\n 'action.update': 'Uppfæra',\n\n /** Label for actions user can take */\n 'label.actions': 'Aðgerðir',\n /** Label for saved queries that have been edited */\n 'label.edited': 'Breytt',\n /**\n * Some features has a \"New\" label indicating that the feature was recently introduced.\n * This defines what the text of that label is. Keep it short and sweet.\n */\n 'label.new': 'Nýtt',\n /** Label for query type \"personal\" */\n 'label.personal': 'Persónulegt',\n /** Label for savedAt date */\n 'label.saved-at': 'Vistað þann',\n /** Saved queries */\n 'label.saved-queries': 'Vistaðar fyrirspurnir',\n /** Search queries */\n 'label.search-queries': 'Leita í fyrirspurnum',\n /** Share query */\n 'label.share': 'Deila',\n /** Label for saved query type \"team\" */\n 'label.team': 'Hópur',\n\n /** Error message for when the \"Params\" input are not a valid json */\n 'params.error.params-invalid-json': 'Parametrar eru ekki gilt JSON',\n /** Label for \"Params\" (parameters) editor/input */\n 'params.label': 'Parametrar',\n\n /** Label for 'Column' indicator when there is an error within the query */\n 'query.error.column': 'Dálkur',\n /** Label for 'Line' indicator when there is an error within the query */\n 'query.error.line': 'Lína',\n /** Label for \"Query\" editor/input */\n 'query.label': 'Fyrirspurn',\n /** Label for the \"Query URL\" field, shown after executing a query, and allows for copying */\n 'query.url': 'Fyrirspurnarvefslóð',\n\n /** Label for \"End to End time\" information of the fetched query */\n 'result.end-to-end-time-label': 'Enda-til-enda',\n /** Label for \"Execution time\" information of the fetched query */\n 'result.execution-time-label': 'Framkvæmdartími',\n /** Label for \"Result\" explorer/view */\n 'result.label': 'Niðurstaða',\n /** Tooltip text shown when the query result is not encodable as CSV */\n 'result.save-result-as-csv.not-csv-encodable': 'Niðurstöðuna er ekki hægt að umrita sem CSV',\n /** Label for \"Save result as\" result action */\n 'result.save-result-as-format': 'Vista niðurstöðu sem <SaveResultButtons/>',\n /**\n * \"Not applicable\" message for when there is no Execution time or End to End time information\n * available for the query (eg when the query has not been executed, or errored)\n */\n 'result.timing-not-applicable': 'ekki viðeigandi',\n\n /** Query already saved error label */\n 'save-query.already-saved': 'Fyrirspurn þegar vistuð',\n /** Save error label */\n 'save-query.error': 'Villa við að vista fyrirspurn',\n /** Save success label */\n 'save-query.success': 'Fyrirspurn vistuð',\n\n /** Label for the \"API version\" dropdown in settings */\n 'settings.api-version-label': 'API útgáfa',\n /** Label for the \"Custom API version\" input in settings, shown when \"other\" is chosen as API version */\n 'settings.custom-api-version-label': 'Sérsniðin API útgáfa',\n /** Label for the \"Dataset\" dropdown in vision settings */\n 'settings.dataset-label': 'Gagnasafn',\n /** Error label for when the API version in 'Custom API version' input is invalid */\n 'settings.error.invalid-api-version': 'Ógild API útgáfa',\n /** Label for the \"other\" versions within the \"API version\" dropdown */\n 'settings.other-api-version-label': 'Annað',\n /**\n * Label for the \"Perspective\" dropdown in vision settings\n * @see {@link https://www.sanity.io/docs/perspectives}\n */\n 'settings.perspective-label': 'Perspective',\n /** Notification about previewDrafts to drafts rename */\n 'settings.perspective.preview-drafts-renamed-to-drafts.description':\n 'Perspective \"<code>previewDrafts</code>\" hefur verið endurnefnt í \"<code>drafts</code>\" og er nú úrelt. Þessi breyting er virk fyrir allar útgáfur með stuðning við perspective (>= v2021-03-25).',\n /** Call to action to read the docs related to \"Perspectives\" */\n 'settings.perspectives.action.docs-link': 'Lestu skjölin',\n /** Option for selecting default perspective */\n 'settings.perspectives.default': 'Engin perspective (API sjálfgefið)',\n /** Description for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.description':\n 'Perspectives leyfa fyrirspurn þinni að keyra gegn mismunandi \"sýnum\" af efni í dataset þínu',\n /** Description for upcoming default perspective change */\n 'settings.perspectives.new-default.description':\n 'Sjálfgefið perspective mun breytast úr \"<code>raw</code>\" í \"<code>published</code>\" í væntanlegri API útgáfu. Vinsamlegast kynntu þér nánar í skjölun.',\n /** Label for the pinned release perspective */\n 'settings.perspectives.pinned-release-label': 'Fest útgáfa',\n /** Label for the scheduled drafts perspective */\n 'settings.perspectives.scheduled-drafts': 'Áætlaðar drög',\n /** Title for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.title': 'Perspectives',\n})\n"],"names":[],"mappings":";AAEA,IAAA,SAAe,+BAA+B;AAAA;AAAA,EAE5C,gCAAgC;AAAA;AAAA,EAEhC,iBAAiB;AAAA;AAAA,EAEjB,qBAAqB;AAAA;AAAA,EAErB,wBAAwB;AAAA;AAAA,EAExB,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA,EAEvB,qBAAqB;AAAA;AAAA,EAErB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA,EAExB,qBAAqB;AAAA;AAAA,EAErB,iBAAiB;AAAA;AAAA,EAGjB,iBAAiB;AAAA;AAAA,EAEjB,gBAAgB;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhB,aAAa;AAAA;AAAA,EAEb,kBAAkB;AAAA;AAAA,EAElB,kBAAkB;AAAA;AAAA,EAElB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA,EAExB,eAAe;AAAA;AAAA,EAEf,cAAc;AAAA;AAAA,
|
|
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-personal-copy': 'Vista persónulegt eintak',\n /** Label for saving a personal query */\n 'action.save-personal-query': 'Vista sem persónulegt',\n /** Label for saving a query */\n 'action.save-query': 'Vista fyrirspurn',\n /** Label for saving a shared query */\n 'action.save-shared-query': 'Vista sem samnýtt',\n /** Label for unsharing a query */\n 'action.unshare': 'Hætta samnýtingu',\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 all saved queries */\n 'label.all': 'Allt',\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 query type \"shared\" */\n 'label.shared': 'Samnýtt',\n /** Label for saved query type \"team\" */\n 'label.team': 'Hópur',\n /** Label for untitled query fallback */\n 'label.untitled-query': 'Án titils',\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 personal copy success label */\n 'save-query.personal-copy-success': 'Persónulegt eintak vistað',\n /** Warning displayed before sharing a query */\n 'save-query.share-warning':\n 'Samnýttar fyrirspurnir eru geymdar sem skjöl í dataset þínum og teljast með í skjalakvóta þínum.',\n /** Save shared query success label */\n 'save-query.shared-success': 'Samnýtt fyrirspurn vistuð',\n /** Save success label */\n 'save-query.success': 'Fyrirspurn vistuð',\n /** Save unshared query success label */\n 'save-query.unshared-success': 'Fyrirspurn færð í persónulegt',\n\n /** Label for the \"API version\" dropdown in settings */\n 'settings.api-version-label': 'API útgáfa',\n /** Label for the \"Custom API version\" input in settings, shown when \"other\" is chosen as API version */\n 'settings.custom-api-version-label': 'Sérsniðin API útgáfa',\n /** Label for the \"Dataset\" dropdown in vision settings */\n 'settings.dataset-label': 'Gagnasafn',\n /** Error label for when the API version in 'Custom API version' input is invalid */\n 'settings.error.invalid-api-version': 'Ógild API útgáfa',\n /** Label for the \"other\" versions within the \"API version\" dropdown */\n 'settings.other-api-version-label': 'Annað',\n /**\n * Label for the \"Perspective\" dropdown in vision settings\n * @see {@link https://www.sanity.io/docs/perspectives}\n */\n 'settings.perspective-label': 'Perspective',\n /** Notification about previewDrafts to drafts rename */\n 'settings.perspective.preview-drafts-renamed-to-drafts.description':\n 'Perspective \"<code>previewDrafts</code>\" hefur verið endurnefnt í \"<code>drafts</code>\" og er nú úrelt. Þessi breyting er virk fyrir allar útgáfur með stuðning við perspective (>= v2021-03-25).',\n /** Call to action to read the docs related to \"Perspectives\" */\n 'settings.perspectives.action.docs-link': 'Lestu skjölin',\n /** Option for selecting default perspective */\n 'settings.perspectives.default': 'Engin perspective (API sjálfgefið)',\n /** Description for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.description':\n 'Perspectives leyfa fyrirspurn þinni að keyra gegn mismunandi \"sýnum\" af efni í dataset þínu',\n /** Description for upcoming default perspective change */\n 'settings.perspectives.new-default.description':\n 'Sjálfgefið perspective mun breytast úr \"<code>raw</code>\" í \"<code>published</code>\" í væntanlegri API útgáfu. Vinsamlegast kynntu þér nánar í skjölun.',\n /** Label for the pinned release perspective */\n 'settings.perspectives.pinned-release-label': 'Fest útgáfa',\n /** Label for the scheduled drafts perspective */\n 'settings.perspectives.scheduled-drafts': 'Áætlaðar drög',\n /** Title for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.title': 'Perspectives',\n})\n"],"names":[],"mappings":";AAEA,IAAA,SAAe,+BAA+B;AAAA;AAAA,EAE5C,gCAAgC;AAAA;AAAA,EAEhC,iBAAiB;AAAA;AAAA,EAEjB,qBAAqB;AAAA;AAAA,EAErB,wBAAwB;AAAA;AAAA,EAExB,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA,EAEvB,qBAAqB;AAAA;AAAA,EAErB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA,EAExB,6BAA6B;AAAA;AAAA,EAE7B,8BAA8B;AAAA;AAAA,EAE9B,qBAAqB;AAAA;AAAA,EAErB,4BAA4B;AAAA;AAAA,EAE5B,kBAAkB;AAAA;AAAA,EAElB,iBAAiB;AAAA;AAAA,EAGjB,iBAAiB;AAAA;AAAA,EAEjB,aAAa;AAAA;AAAA,EAEb,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,gBAAgB;AAAA;AAAA,EAEhB,cAAc;AAAA;AAAA,EAEd,wBAAwB;AAAA;AAAA,EAGxB,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,oCAAoC;AAAA;AAAA,EAEpC,4BACE;AAAA;AAAA,EAEF,6BAA6B;AAAA;AAAA,EAE7B,sBAAsB;AAAA;AAAA,EAEtB,+BAA+B;AAAA;AAAA,EAG/B,8BAA8B;AAAA;AAAA,EAE9B,qCAAqC;AAAA;AAAA,EAErC,0BAA0B;AAAA;AAAA,EAE1B,sCAAsC;AAAA;AAAA,EAEtC,oCAAoC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKpC,8BAA8B;AAAA;AAAA,EAE9B,qEACE;AAAA;AAAA,EAEF,0CAA0C;AAAA;AAAA,EAE1C,iCAAiC;AAAA;AAAA,EAEjC,qCACE;AAAA;AAAA,EAEF,iDACE;AAAA;AAAA,EAEF,8CAA8C;AAAA;AAAA,EAE9C,0CAA0C;AAAA;AAAA,EAE1C,+BAA+B;AACjC,CAAC;"}
|
package/dist/index.cjs
CHANGED
|
@@ -24,9 +24,9 @@ const locale = sanity.defineLocale({
|
|
|
24
24
|
})
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
|
-
namespace: "
|
|
27
|
+
namespace: "feedback",
|
|
28
28
|
resources: () => Promise.resolve().then(function() {
|
|
29
|
-
return require("./_chunks-cjs/
|
|
29
|
+
return require("./_chunks-cjs/feedback.cjs");
|
|
30
30
|
})
|
|
31
31
|
},
|
|
32
32
|
{
|
|
@@ -35,6 +35,24 @@ const locale = sanity.defineLocale({
|
|
|
35
35
|
return require("./_chunks-cjs/media-library.cjs");
|
|
36
36
|
})
|
|
37
37
|
},
|
|
38
|
+
{
|
|
39
|
+
namespace: "presentation",
|
|
40
|
+
resources: () => Promise.resolve().then(function() {
|
|
41
|
+
return require("./_chunks-cjs/presentation.cjs");
|
|
42
|
+
})
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
namespace: "releases",
|
|
46
|
+
resources: () => Promise.resolve().then(function() {
|
|
47
|
+
return require("./_chunks-cjs/releases.cjs");
|
|
48
|
+
})
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
namespace: "singleDocRelease",
|
|
52
|
+
resources: () => Promise.resolve().then(function() {
|
|
53
|
+
return require("./_chunks-cjs/singleDocRelease.cjs");
|
|
54
|
+
})
|
|
55
|
+
},
|
|
38
56
|
{
|
|
39
57
|
namespace: "structure",
|
|
40
58
|
resources: () => Promise.resolve().then(function() {
|
package/dist/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sources":["../src/index.ts"],"sourcesContent":["import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'\n\nconst locale = defineLocale({\n id: 'is-IS',\n title: 'Íslenska',\n bundles: [\n {\n namespace: 'canvas',\n resources: () => import('./canvas'),\n },\n\n {\n namespace: 'comments',\n resources: () => import('./comments'),\n },\n\n {\n namespace: 'copy-paste',\n resources: () => import('./copy-paste'),\n },\n\n {\n namespace: '
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":["../src/index.ts"],"sourcesContent":["import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'\n\nconst locale = defineLocale({\n id: 'is-IS',\n title: 'Íslenska',\n bundles: [\n {\n namespace: 'canvas',\n resources: () => import('./canvas'),\n },\n\n {\n namespace: 'comments',\n resources: () => import('./comments'),\n },\n\n {\n namespace: 'copy-paste',\n resources: () => import('./copy-paste'),\n },\n\n {\n namespace: 'feedback',\n resources: () => import('./feedback'),\n },\n\n {\n namespace: 'media-library',\n resources: () => import('./media-library'),\n },\n\n {\n namespace: 'presentation',\n resources: () => import('./presentation'),\n },\n\n {\n namespace: 'releases',\n resources: () => import('./releases'),\n },\n\n {\n namespace: 'singleDocRelease',\n resources: () => import('./singleDocRelease'),\n },\n\n {\n namespace: 'structure',\n resources: () => import('./structure'),\n },\n\n {\n namespace: 'studio',\n resources: () => import('./studio'),\n },\n\n {\n namespace: 'tasks',\n resources: () => import('./tasks'),\n },\n\n {\n namespace: 'validation',\n resources: () => import('./validation'),\n },\n\n {\n namespace: 'vision',\n resources: () => import('./vision'),\n },\n ],\n weekInfo: {\n firstDay: 7,\n minimalDays: 1,\n weekend: [6, 7],\n },\n})\n\n/**\n * Íslenska / Icelandic locale/translation plugin for Sanity Studio\n *\n * @public\n */\nexport const isISLocale = definePlugin<{\n title?: string\n weekInfo?: LocaleDefinition['weekInfo']\n} | void>((config) => ({\n name: '@sanity/locale-is-is',\n i18n: {\n locales: [config ? {...locale, ...config} : locale],\n },\n}))\n"],"names":["defineLocale","definePlugin"],"mappings":";;;AAEA,MAAM,SAASA,OAAAA,aAAa;AAAA,EAC1B,IAAI;AAAA,EACJ,OAAO;AAAA,EACP,SAAS;AAAA,IACP;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGpC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,4BAAY;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGtC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,8BAAc;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGxC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,4BAAY;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGtC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,iCAAiB;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAG3C;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,gCAAgB;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAG1C;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,4BAAY;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGtC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,oCAAoB;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAG9C;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,6BAAa;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGvC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGpC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,yBAAS;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGnC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,8BAAc;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGxC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,EACpC;AAAA,EAEF,UAAU;AAAA,IACR,UAAU;AAAA,IACV,aAAa;AAAA,IACb,SAAS,CAAC,GAAG,CAAC;AAAA,EAAA;AAElB,CAAC,GAOY,aAAaC,OAAAA,aAGhB,CAAC,YAAY;AAAA,EACrB,MAAM;AAAA,EACN,MAAM;AAAA,IACJ,SAAS,CAAC,SAAS,EAAC,GAAG,QAAQ,GAAG,OAAA,IAAU,MAAM;AAAA,EAAA;AAEtD,EAAE;;"}
|
package/dist/index.js
CHANGED
|
@@ -16,13 +16,25 @@ const locale = defineLocale({
|
|
|
16
16
|
resources: () => import("./_chunks-es/copy-paste.js")
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
|
-
namespace: "
|
|
20
|
-
resources: () => import("./_chunks-es/
|
|
19
|
+
namespace: "feedback",
|
|
20
|
+
resources: () => import("./_chunks-es/feedback.js")
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
23
|
namespace: "media-library",
|
|
24
24
|
resources: () => import("./_chunks-es/media-library.js")
|
|
25
25
|
},
|
|
26
|
+
{
|
|
27
|
+
namespace: "presentation",
|
|
28
|
+
resources: () => import("./_chunks-es/presentation.js")
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
namespace: "releases",
|
|
32
|
+
resources: () => import("./_chunks-es/releases.js")
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
namespace: "singleDocRelease",
|
|
36
|
+
resources: () => import("./_chunks-es/singleDocRelease.js")
|
|
37
|
+
},
|
|
26
38
|
{
|
|
27
39
|
namespace: "structure",
|
|
28
40
|
resources: () => import("./_chunks-es/structure.js")
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'\n\nconst locale = defineLocale({\n id: 'is-IS',\n title: 'Íslenska',\n bundles: [\n {\n namespace: 'canvas',\n resources: () => import('./canvas'),\n },\n\n {\n namespace: 'comments',\n resources: () => import('./comments'),\n },\n\n {\n namespace: 'copy-paste',\n resources: () => import('./copy-paste'),\n },\n\n {\n namespace: '
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'\n\nconst locale = defineLocale({\n id: 'is-IS',\n title: 'Íslenska',\n bundles: [\n {\n namespace: 'canvas',\n resources: () => import('./canvas'),\n },\n\n {\n namespace: 'comments',\n resources: () => import('./comments'),\n },\n\n {\n namespace: 'copy-paste',\n resources: () => import('./copy-paste'),\n },\n\n {\n namespace: 'feedback',\n resources: () => import('./feedback'),\n },\n\n {\n namespace: 'media-library',\n resources: () => import('./media-library'),\n },\n\n {\n namespace: 'presentation',\n resources: () => import('./presentation'),\n },\n\n {\n namespace: 'releases',\n resources: () => import('./releases'),\n },\n\n {\n namespace: 'singleDocRelease',\n resources: () => import('./singleDocRelease'),\n },\n\n {\n namespace: 'structure',\n resources: () => import('./structure'),\n },\n\n {\n namespace: 'studio',\n resources: () => import('./studio'),\n },\n\n {\n namespace: 'tasks',\n resources: () => import('./tasks'),\n },\n\n {\n namespace: 'validation',\n resources: () => import('./validation'),\n },\n\n {\n namespace: 'vision',\n resources: () => import('./vision'),\n },\n ],\n weekInfo: {\n firstDay: 7,\n minimalDays: 1,\n weekend: [6, 7],\n },\n})\n\n/**\n * Íslenska / Icelandic locale/translation plugin for Sanity Studio\n *\n * @public\n */\nexport const isISLocale = definePlugin<{\n title?: string\n weekInfo?: LocaleDefinition['weekInfo']\n} | void>((config) => ({\n name: '@sanity/locale-is-is',\n i18n: {\n locales: [config ? {...locale, ...config} : locale],\n },\n}))\n"],"names":[],"mappings":";AAEA,MAAM,SAAS,aAAa;AAAA,EAC1B,IAAI;AAAA,EACJ,OAAO;AAAA,EACP,SAAS;AAAA,IACP;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IAAA;AAAA,IAGpC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,0BAAY;AAAA,IAAA;AAAA,IAGtC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,4BAAc;AAAA,IAAA;AAAA,IAGxC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,0BAAY;AAAA,IAAA;AAAA,IAGtC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,+BAAiB;AAAA,IAAA;AAAA,IAG3C;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,8BAAgB;AAAA,IAAA;AAAA,IAG1C;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,0BAAY;AAAA,IAAA;AAAA,IAGtC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,kCAAoB;AAAA,IAAA;AAAA,IAG9C;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,2BAAa;AAAA,IAAA;AAAA,IAGvC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IAAA;AAAA,IAGpC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,uBAAS;AAAA,IAAA;AAAA,IAGnC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,4BAAc;AAAA,IAAA;AAAA,IAGxC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IAAA;AAAA,EACpC;AAAA,EAEF,UAAU;AAAA,IACR,UAAU;AAAA,IACV,aAAa;AAAA,IACb,SAAS,CAAC,GAAG,CAAC;AAAA,EAAA;AAElB,CAAC,GAOY,aAAa,aAGhB,CAAC,YAAY;AAAA,EACrB,MAAM;AAAA,EACN,MAAM;AAAA,IACJ,SAAS,CAAC,SAAS,EAAC,GAAG,QAAQ,GAAG,OAAA,IAAU,MAAM;AAAA,EAAA;AAEtD,EAAE;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/locale-is-is",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.28",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Icelandic / Íslenska locale/translation for Sanity Studio",
|
|
6
6
|
"keywords": [
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
],
|
|
47
47
|
"browserslist": "extends @sanity/browserslist-config",
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"sanity": "^3.22.0 || ^4.0.0-0 || ^5.0.0-0"
|
|
49
|
+
"sanity": "^3.22.0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0"
|
|
50
50
|
},
|
|
51
51
|
"publishConfig": {
|
|
52
52
|
"access": "public"
|
package/src/copy-paste.ts
CHANGED
|
@@ -45,6 +45,9 @@ export default removeUndefinedLocaleResources({
|
|
|
45
45
|
/** The validation message that is shown when primitive types are incompatible */
|
|
46
46
|
'copy-paste.on-paste.validation.primitive-type-incompatible.description':
|
|
47
47
|
'Gildi af taginu "{{type}}" er ekki leyfilegt í þessum reit',
|
|
48
|
+
/** The validation message that is shown when read-only fields are skipped during document paste */
|
|
49
|
+
'copy-paste.on-paste.validation.read-only-fields-skipped.description':
|
|
50
|
+
'Sleppt skrifvarnum reitum: {{fieldNames}}',
|
|
48
51
|
/** --- On paste --- */
|
|
49
52
|
/** The validation message that is shown when pasting a value into a read-only target */
|
|
50
53
|
'copy-paste.on-paste.validation.read-only-target.description': 'Markið er skrifvarið',
|
package/src/feedback.ts
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import {removeUndefinedLocaleResources} from 'sanity'
|
|
2
|
+
|
|
3
|
+
export default removeUndefinedLocaleResources({
|
|
4
|
+
/** Browse button text */
|
|
5
|
+
'feedback.attachment.browse': 'Vafra',
|
|
6
|
+
/** Drop zone text for image attachment */
|
|
7
|
+
'feedback.attachment.drop-zone': 'Dragðu eða límdu skrá hér',
|
|
8
|
+
/** Error shown when attached image exceeds size limit */
|
|
9
|
+
'feedback.attachment.error.size': 'Mynd verður að vera undir 20 MB',
|
|
10
|
+
/** Label for the image attachment section */
|
|
11
|
+
'feedback.attachment.label': 'Hengja við mynd',
|
|
12
|
+
/** Remove attached image button text */
|
|
13
|
+
'feedback.attachment.remove': 'Fjarlægja',
|
|
14
|
+
/** Cancel button text */
|
|
15
|
+
'feedback.cancel': 'Hætta við',
|
|
16
|
+
/** Consent disclaimer shown when the user agrees to follow up */
|
|
17
|
+
'feedback.consent.disclaimer':
|
|
18
|
+
'Við myndum gjarnan vilja fræðast meira. Með því að velja já deilirðu nafni þínu og netfangi með Sanity teyminu.',
|
|
19
|
+
/** Label for the contact consent toggle */
|
|
20
|
+
'feedback.consent.label': 'Megum við hafa samband við þig vegna þessara endurgjafa?',
|
|
21
|
+
/** Consent toggle: no */
|
|
22
|
+
'feedback.consent.no': 'Nei',
|
|
23
|
+
/** Consent toggle: yes */
|
|
24
|
+
'feedback.consent.yes': 'Já',
|
|
25
|
+
/** Title of the feedback dialog */
|
|
26
|
+
'feedback.dialog.title': 'Deildu endurgjöf með Sanity',
|
|
27
|
+
/** Toast message after failed submission */
|
|
28
|
+
'feedback.error': 'Mistókst að senda endurgjöf með villu',
|
|
29
|
+
/** Label for "send feedback" in the help resources menu */
|
|
30
|
+
'feedback.menu-item': 'Senda endurgjöf',
|
|
31
|
+
/** Label for the message field */
|
|
32
|
+
'feedback.message.label': 'Hvað virkar vel? Hvað mætti vera betra?',
|
|
33
|
+
/** Placeholder for the message field */
|
|
34
|
+
'feedback.message.placeholder': 'Lýstu vandamáli þínu eða beiðni...',
|
|
35
|
+
/** Sentiment option: happy */
|
|
36
|
+
'feedback.sentiment.happy': 'Auðvelt',
|
|
37
|
+
/** Label for the sentiment question */
|
|
38
|
+
'feedback.sentiment.label': 'Hversu auðvelt eða erfitt er að nota Sanity?',
|
|
39
|
+
/** Sentiment option: neutral */
|
|
40
|
+
'feedback.sentiment.neutral': 'Ekki viss',
|
|
41
|
+
/** Sentiment option: unhappy */
|
|
42
|
+
'feedback.sentiment.unhappy': 'Erfitt',
|
|
43
|
+
/** Submit button text */
|
|
44
|
+
'feedback.submit': 'Senda endurgjöf',
|
|
45
|
+
/** Toast message after successful submission */
|
|
46
|
+
'feedback.success': 'Endurgjöf send, takk fyrir!',
|
|
47
|
+
})
|
package/src/index.ts
CHANGED
|
@@ -20,8 +20,8 @@ const locale = defineLocale({
|
|
|
20
20
|
},
|
|
21
21
|
|
|
22
22
|
{
|
|
23
|
-
namespace: '
|
|
24
|
-
resources: () => import('./
|
|
23
|
+
namespace: 'feedback',
|
|
24
|
+
resources: () => import('./feedback'),
|
|
25
25
|
},
|
|
26
26
|
|
|
27
27
|
{
|
|
@@ -29,6 +29,21 @@ const locale = defineLocale({
|
|
|
29
29
|
resources: () => import('./media-library'),
|
|
30
30
|
},
|
|
31
31
|
|
|
32
|
+
{
|
|
33
|
+
namespace: 'presentation',
|
|
34
|
+
resources: () => import('./presentation'),
|
|
35
|
+
},
|
|
36
|
+
|
|
37
|
+
{
|
|
38
|
+
namespace: 'releases',
|
|
39
|
+
resources: () => import('./releases'),
|
|
40
|
+
},
|
|
41
|
+
|
|
42
|
+
{
|
|
43
|
+
namespace: 'singleDocRelease',
|
|
44
|
+
resources: () => import('./singleDocRelease'),
|
|
45
|
+
},
|
|
46
|
+
|
|
32
47
|
{
|
|
33
48
|
namespace: 'structure',
|
|
34
49
|
resources: () => import('./structure'),
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
import {removeUndefinedLocaleResources} from 'sanity'
|
|
2
|
+
|
|
3
|
+
export default removeUndefinedLocaleResources({
|
|
4
|
+
/** The status of the channel connection */
|
|
5
|
+
'channel.status_connected': 'Tengt',
|
|
6
|
+
/** The status of the channel connection */
|
|
7
|
+
'channel.status_connecting': 'Tengist',
|
|
8
|
+
/** The status of the channel connection */
|
|
9
|
+
'channel.status_disconnected': 'Ótengd',
|
|
10
|
+
/** The status of the channel connection */
|
|
11
|
+
'channel.status_reconnecting': 'Endurtengjast',
|
|
12
|
+
|
|
13
|
+
/** The title shown above the document list */
|
|
14
|
+
'document-list-pane.document-list.title': 'Skjöl á þessari síðu',
|
|
15
|
+
/** The text shown if the document list is unable to render */
|
|
16
|
+
'document-list-pane.error.text': 'Gat ekki birt skjalalistann',
|
|
17
|
+
|
|
18
|
+
/** The text shown if the document editor is unable to render */
|
|
19
|
+
'document-pane.error.text': 'Gat ekki birt skjalaritstjórann',
|
|
20
|
+
|
|
21
|
+
/** The text shown on the button for bypassing after a connection has failed */
|
|
22
|
+
'error-card.continue-button.text': 'Halda áfram engu að síður',
|
|
23
|
+
/** The text shown on the button for retrying after a connection has failed */
|
|
24
|
+
'error-card.retry-button.text': 'Reyna aftur',
|
|
25
|
+
/** The title on the card shown after a connection has failed */
|
|
26
|
+
'error-card.title': 'Villa kom upp',
|
|
27
|
+
|
|
28
|
+
/** The text shown when the document is used in a single location */
|
|
29
|
+
'locations-banner.locations-count_one': 'Notað á einni síðu',
|
|
30
|
+
/** The text shown when the document is used in multiple locations */
|
|
31
|
+
'locations-banner.locations-count_other': 'Notað á {{count}} síðum',
|
|
32
|
+
/** The text shown when a resolver exists but the document is not used in any locations */
|
|
33
|
+
'locations-banner.locations-count_zero': 'Ekki notað á neinum síðum',
|
|
34
|
+
/** The text shown whilst the locations resolver is executing */
|
|
35
|
+
'locations-banner.resolving.text': 'Leysir staðsetningar...',
|
|
36
|
+
|
|
37
|
+
/** The label shown on a main document in the list pane */
|
|
38
|
+
'main-document.label': 'Aðalskjal',
|
|
39
|
+
/** The warning message text shown when a defined resolver fails to return a main document */
|
|
40
|
+
'main-document.missing.text': 'Vantar aðalskjal fyrir <Code>{{path}}</Code>',
|
|
41
|
+
|
|
42
|
+
/** The label for the tab that shows the document editor at narrow viewports */
|
|
43
|
+
'narrow-tabs.content-tab.label': 'Uppbygging',
|
|
44
|
+
/** The label for the tab that shows the navigator at narrow viewports */
|
|
45
|
+
'narrow-tabs.navigator-tab.label': 'Flakkar',
|
|
46
|
+
/** The label for the tab that shows the preview at narrow viewports */
|
|
47
|
+
'narrow-tabs.preview-tab.label': 'Kynning',
|
|
48
|
+
|
|
49
|
+
/** The label for a generic error message */
|
|
50
|
+
'presentation-error.label': 'Villuskilaboð',
|
|
51
|
+
|
|
52
|
+
/** The toast description for the error message explaining that the iframe is blocked from loading due to a security mismatch. */
|
|
53
|
+
'preview-frame.configuration.error.description':
|
|
54
|
+
'Forskoðunar-iframe er stillt til að hlaða <Code>{{targetOrigin}}</Code>, en uppgefið uppruni er <Code>{{reportedOrigin}}</Code>. Presentation Tool getur ekki tengst óþekktum uppruna af öryggisástæðum. Uppfærðu <Code>presentationTool.allowOrigins</Code> stillingarnar þínar til að leyfa tengingu við Visual Editing og Loaders.',
|
|
55
|
+
/** The title of the error toast that shows when the preview iframe times out while waiting for a connection over comlink to establish, and the root cause is discovered to be that the iframe is loading on an URL origin that's not in the allow list. */
|
|
56
|
+
'preview-frame.configuration.error.title': 'Misræmi í uppruna forskoðunar-URL',
|
|
57
|
+
/** The text shown when the preview frame cannot connect to Presentation */
|
|
58
|
+
'preview-frame.connection.error.text': 'Gat ekki tengst forskoðuninni',
|
|
59
|
+
/** The text shown on the button for dismissing the error overlay after a timeout */
|
|
60
|
+
'preview-frame.continue-button.text': 'Halda áfram engu að síður',
|
|
61
|
+
/** The label for the loader's connection status */
|
|
62
|
+
'preview-frame.loader.connection-status.label': 'Tengiststaða loader',
|
|
63
|
+
/** The `aria-label` for the navigator toggle button */
|
|
64
|
+
'preview-frame.navigator.toggle-button.aria-label': 'Kveikja/slökkva á yfirliti',
|
|
65
|
+
/** The tooltip text for the navigator toggle button */
|
|
66
|
+
'preview-frame.navigator.toggle-button.tooltip': 'Kveikja/slökkva á yfirliti',
|
|
67
|
+
/** The label for the overlay's connection status */
|
|
68
|
+
'preview-frame.overlay.connection-status.label': 'Tengingastaða yfirlagningar',
|
|
69
|
+
/** The text shown on the overlay toggle button */
|
|
70
|
+
'preview-frame.overlay.toggle-button.text': 'Breyta',
|
|
71
|
+
/** The text shown on the overlay toggle tooltip when overlays are enabled */
|
|
72
|
+
'preview-frame.overlay.toggle-button.tooltip_disable': 'Slökkva á breytingaryfirlagning',
|
|
73
|
+
/** The text shown on the overlay toggle tooltip when overlays are disabled */
|
|
74
|
+
'preview-frame.overlay.toggle-button.tooltip_enable': 'Kveikja á breytingaryfirlagning',
|
|
75
|
+
/** The text description for the published perspective switcher menu item */
|
|
76
|
+
'preview-frame.perspective.published.text': 'Skoða þessa síðu með birtu efni',
|
|
77
|
+
/** The `aria-label` for the refresh button */
|
|
78
|
+
'preview-frame.refresh-button.aria-label': 'Endurhlaða forskoðun',
|
|
79
|
+
/** The tooltip text for the refresh button */
|
|
80
|
+
'preview-frame.refresh-button.tooltip': 'Endurhlaða forskoðun',
|
|
81
|
+
/** The `aria-label` for the button that opens the share menu */
|
|
82
|
+
'preview-frame.share-button.aria-label': 'Deila þessari forskoðun',
|
|
83
|
+
/** Text describing the current status of the preview frame */
|
|
84
|
+
'preview-frame.status_connecting': 'Tengist.',
|
|
85
|
+
/** Text describing the current status of the preview frame */
|
|
86
|
+
'preview-frame.status_loading': 'Hleður.',
|
|
87
|
+
/** Text describing the current status of the preview frame */
|
|
88
|
+
'preview-frame.status_refreshing': 'Uppfærir.',
|
|
89
|
+
/** Text describing the current status of the preview frame */
|
|
90
|
+
'preview-frame.status_reloading': 'Uppfærir.',
|
|
91
|
+
/** Text describing the current status of the preview frame */
|
|
92
|
+
'preview-frame.status_timeout':
|
|
93
|
+
'Gat ekki tengst, athugaðu vafraglugga fyrir frekari upplýsingar.',
|
|
94
|
+
/** The `aria-label` for the button that switches viewport size */
|
|
95
|
+
'preview-frame.viewport-button.aria-label': 'Skipta um skjástærð',
|
|
96
|
+
/** The viewport size button tooltip text when switching to a full width viewport */
|
|
97
|
+
'preview-frame.viewport-button.tooltip_full': 'Skipta yfir í fulla skjástærð',
|
|
98
|
+
/** The viewport size button tooltip text when switching to a narrow viewport */
|
|
99
|
+
'preview-frame.viewport-button.tooltip_narrow': 'Skipta yfir í þrönga skjástærð',
|
|
100
|
+
|
|
101
|
+
/** The validation error message shown when the preview location input is missing an origin */
|
|
102
|
+
'preview-location-input.error_missing-origin': 'Vefslóð verður að byrja á {{origin}}',
|
|
103
|
+
/** The validation error message shown when the preview location input's base path matches that of the studio */
|
|
104
|
+
'preview-location-input.error_same-base-path':
|
|
105
|
+
'Vefslóð má ekki hafa sömu grunnslóð og Studio {{basePath}}',
|
|
106
|
+
|
|
107
|
+
/** The toast description for the error message explaining that the iframe won't navigate to the new preview URL due to an URL origin security mismatch. */
|
|
108
|
+
'preview-search-param.configuration.error.description':
|
|
109
|
+
'Beinirinn vill fara á <Code>{{previewSearchParam}}</Code>, en uppruni <Code>{{blockedOrigin}}</Code> er ekki leyfður. Uppfærðu <Code>presentationTool.allowOrigins</Code> stillingar þínar til að leyfa það.',
|
|
110
|
+
/** The title of the error toast that shows when attempting to navigate to a preview URL origin that's not in the allow list. */
|
|
111
|
+
'preview-search-param.configuration.error.title': 'Lokuð forskoðunarslóð',
|
|
112
|
+
|
|
113
|
+
/** Error toast that notifies that URL Preview Secrets can't be generated as the user lacks ACL grants */
|
|
114
|
+
'preview-url-secret.missing-grants':
|
|
115
|
+
'Þú hefur ekki leyfi til að búa til URL Preview Secrets. Þetta mun líklega valda því að forskoðunin mistakist við hleðslu.',
|
|
116
|
+
|
|
117
|
+
/** Menu item in the share preview menu that allows copying the current preview URL, if sharing is enabled */
|
|
118
|
+
'share-preview-menu.copy-url.text': 'Afrita forskoðunartengil',
|
|
119
|
+
/** Fallback message shown when the current user is not permitted to share previews */
|
|
120
|
+
'share-preview-menu.error_missing-grants': 'Þú hefur ekki leyfi til að deila forskoðunum. ',
|
|
121
|
+
/** Error message toast that shows the current user does not have permission to toggle sharing of the current preview */
|
|
122
|
+
'share-preview-menu.error_toggle-sharing':
|
|
123
|
+
'Þú hefur ekki leyfi til að kveikja eða slökkva á deilingu þessarar forskoðunar',
|
|
124
|
+
/** The text show below the QR Code SVG, with instructions on how to use it */
|
|
125
|
+
'share-preview-menu.qr-code.instructions':
|
|
126
|
+
'Skannaðu QR kóðann til að opna forskoðunina í símanum þínum.',
|
|
127
|
+
/** Placeholder message for the QR Code SVG when sharing is yet to be enabled */
|
|
128
|
+
'share-preview-menu.qr-code.placeholder': 'QR kóði mun birtast hér',
|
|
129
|
+
/** The <title> for the QR Code SVG that shows a link to the current preview */
|
|
130
|
+
'share-preview-menu.qr-code.title': 'QR kóði sem inniheldur slóðina: {{url}}',
|
|
131
|
+
/** The first line of the label that renders next to the sharing toggle, it renders on two rows */
|
|
132
|
+
'share-preview-menu.toggle-button.label_first-line': 'Deildu þessari forskoðun',
|
|
133
|
+
/** The second line of the label that renders next to the sharing toggle, it renders on two rows */
|
|
134
|
+
'share-preview-menu.toggle-button.label_second-line': 'með öllum sem hafa hlekkinn',
|
|
135
|
+
/** The text shown on the sharing toggle tooltip when sharing is enabled */
|
|
136
|
+
'share-preview-menu.toggle-button.tooltip_disable': 'Slökkva á deilingu',
|
|
137
|
+
/** The text shown on the sharing toggle tooltip when sharing is disabled */
|
|
138
|
+
'share-preview-menu.toggle-button.tooltip_enable': 'Kveikja á deilingu',
|
|
139
|
+
|
|
140
|
+
/** The status of the clipboard operation when copying a URL */
|
|
141
|
+
'share-url.clipboard.status_copying': 'Afritar slóð á klippiborð…',
|
|
142
|
+
/** The status of the clipboard operation when copying a URL */
|
|
143
|
+
'share-url.clipboard.status_failed': 'Afritun mistókst',
|
|
144
|
+
/** The status of the clipboard operation when copying a URL */
|
|
145
|
+
'share-url.clipboard.status_success': 'Slóðin hefur verið afrituð á klippiborðið',
|
|
146
|
+
/** The status of the clipboard operation when copying a URL */
|
|
147
|
+
'share-url.clipboard.status_unsupported': 'Klippiborð er ekki stutt',
|
|
148
|
+
/** The share URL menu item text for opening a preview window */
|
|
149
|
+
'share-url.menu-item.open.text': 'Opna forskoðun',
|
|
150
|
+
})
|