@sanity/locale-is-is 1.1.4 → 1.2.1

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.
Files changed (50) hide show
  1. package/README.md +0 -5
  2. package/dist/{_chunks → _chunks-cjs}/comments.cjs +7 -7
  3. package/dist/_chunks-cjs/comments.cjs.map +1 -0
  4. package/dist/{_chunks → _chunks-cjs}/structure.cjs +26 -24
  5. package/dist/_chunks-cjs/structure.cjs.map +1 -0
  6. package/dist/{_chunks → _chunks-cjs}/studio.cjs +105 -42
  7. package/dist/_chunks-cjs/studio.cjs.map +1 -0
  8. package/dist/{_chunks → _chunks-cjs}/tasks.cjs +44 -7
  9. package/dist/_chunks-cjs/tasks.cjs.map +1 -0
  10. package/dist/{_chunks → _chunks-cjs}/validation.cjs +3 -3
  11. package/dist/_chunks-cjs/validation.cjs.map +1 -0
  12. package/dist/{_chunks → _chunks-cjs}/vision.cjs +5 -1
  13. package/dist/_chunks-cjs/vision.cjs.map +1 -0
  14. package/dist/{_chunks → _chunks-es}/comments.js +7 -7
  15. package/dist/_chunks-es/comments.js.map +1 -0
  16. package/dist/{_chunks → _chunks-es}/structure.js +26 -24
  17. package/dist/_chunks-es/structure.js.map +1 -0
  18. package/dist/{_chunks → _chunks-es}/studio.js +105 -42
  19. package/dist/_chunks-es/studio.js.map +1 -0
  20. package/dist/{_chunks → _chunks-es}/tasks.js +44 -7
  21. package/dist/_chunks-es/tasks.js.map +1 -0
  22. package/dist/{_chunks → _chunks-es}/validation.js +3 -3
  23. package/dist/_chunks-es/validation.js.map +1 -0
  24. package/dist/{_chunks → _chunks-es}/vision.js +5 -1
  25. package/dist/_chunks-es/vision.js.map +1 -0
  26. package/dist/index.cjs +6 -6
  27. package/dist/index.cjs.map +1 -1
  28. package/dist/index.d.cts +14 -0
  29. package/dist/index.d.ts +3 -3
  30. package/dist/index.js +6 -6
  31. package/dist/index.js.map +1 -1
  32. package/package.json +7 -4
  33. package/src/comments.ts +8 -7
  34. package/src/structure.ts +27 -24
  35. package/src/studio.ts +112 -42
  36. package/src/tasks.ts +44 -7
  37. package/src/validation.ts +3 -3
  38. package/src/vision.ts +5 -1
  39. package/dist/_chunks/comments.cjs.map +0 -1
  40. package/dist/_chunks/comments.js.map +0 -1
  41. package/dist/_chunks/structure.cjs.map +0 -1
  42. package/dist/_chunks/structure.js.map +0 -1
  43. package/dist/_chunks/studio.cjs.map +0 -1
  44. package/dist/_chunks/studio.js.map +0 -1
  45. package/dist/_chunks/tasks.cjs.map +0 -1
  46. package/dist/_chunks/tasks.js.map +0 -1
  47. package/dist/_chunks/validation.cjs.map +0 -1
  48. package/dist/_chunks/validation.js.map +0 -1
  49. package/dist/_chunks/vision.cjs.map +0 -1
  50. package/dist/_chunks/vision.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validation.js","sources":["../../src/validation.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Array must have exactly \"$wantedLength\" items, but has more/less */\n 'array.exact-length': 'Verður að hafa nákvæmlega {{wantedLength}} atriði',\n /** Portable Text array must have exactly \"$wantedLength\" blocks, but has more/less */\n 'array.exact-length_blocks': 'Verður að hafa nákvæmlega {{wantedLength}} blokkir',\n /** Array item is a duplicate, but array wants only unique items */\n 'array.item-duplicate': 'Má ekki vera afrit',\n /** Array has more than the maximum of \"$maxLength\" items */\n 'array.maximum-length': 'Má hafa í mesta lagi {{maxLength}} atriði',\n /** Portable Text array has more than the maximum of \"$maxLength\" items */\n 'array.maximum-length_blocks': 'Má hafa í mesta lagi {{maxLength}} blokkir',\n /** Array has less than the minimum of \"$minLength\" items */\n 'array.minimum-length': 'Verður að hafa að minnsta kosti {{minLength}} atriði',\n /** Portable Text array has less than the minimum of \"$minLength\" blocks */\n 'array.minimum-length_blocks': 'Verður að hafa að minnsta kosti {{minLength}} blokkir',\n\n /** Date is not valid or not in the correct format (ISO-8601) */\n 'date.invalid-format': 'Verður að vera gild ISO-8601 sniðin dagsetning',\n /** Date is later than the given maximum date \"$maxDate\" */\n 'date.maximum': 'Verður að vera á eða fyrir {{maxDate}}',\n /** Date is earlier than the given minimum date \"$minDate\" */\n 'date.minimum': 'Verður að vera á eða eftir {{minDate}}',\n\n /** A value of incorrect type is found, eg found `number` instead of `string` */\n 'generic.incorrect-type': 'Væntanleg týpa \"{{expectedType}}\", fékk \"{{actualType}}\"',\n /** Value is not one of the values specifically allowed */\n 'generic.not-allowed': 'Gildi passaði ekki við nein leyfð gildi',\n /** Value \"$givenValue\" is not one of the values specifically allowed */\n 'generic.not-allowed_hint': 'Gildi \"{{hint}}\" passaði ekki við nein leyfð gildi',\n /** A value is expected, but none is provided */\n 'generic.required': 'Krafist',\n\n /** Number is less than the given minimum threshold value \"$threshold\" */\n 'number.greater-than': 'Verður að vera meira en {{threshold}}',\n /** Number is greater than the given maximum threshold value \"$threshold\" */\n 'number.less-than': 'Verður að vera minna en {{threshold}}',\n /** Number is higher than the given maximum value \"$maxNumber\" */\n 'number.maximum': 'Verður að vera lægra en eða jafnt og {{maxNumber}}',\n /** Number has more precision (decimals) than the allowed \"$limit\" */\n 'number.maximum-precision': 'Hámarks nákvæmni er {{limit}}',\n /** Number is lower than the given minimum value \"$minNumber\" */\n 'number.minimum': 'Verður að vera meira en eða jafnt og {{minNumber}}',\n /** Number is not an integer (\"whole number\") */\n 'number.non-integer': 'Verður að vera heiltala',\n\n /** Object is missing a reference to an asset document in its `asset` field */\n 'object.asset-required': 'Eign er krafist',\n /** Object is missing a reference to a file asset document in its `asset` field */\n 'object.asset-required_file': 'Skrá er krafist',\n /** Object is missing a reference to an image asset document in its `asset` field */\n 'object.asset-required_image': 'Mynd er krafist',\n /** Object is not a reference to a document (eg `{_ref: 'documentId'}`) */\n 'object.not-reference': 'Verður að vera tilvísun í skjal',\n /** Object references a document which is not published */\n 'object.reference-not-published': 'Tilvísunarskjal verður að vera birt',\n\n /** Accessibility label for closing the validation panel */\n 'panel.close-button-aria-label': 'Loka staðfestingarvalmynd',\n /** Message shown when the validation panel is opened but there are no errors/warnings */\n 'panel.no-errors-message': 'Engar staðfestingarvillur',\n /** Title for the actual \"Validation\" panel/feature */\n 'panel.title': 'Staðfesting',\n\n /** Slug is an object, but is missing a `current` string property */\n 'slug.missing-current': 'Slug verður að hafa gildi',\n /** Slug is not an object (eg `{current: 'some-slug'}`) */\n 'slug.not-object': 'Slug verður að vera hlutur',\n /** Slug is already in use somewhere else, but needs to be unique */\n 'slug.not-unique': 'Slug er nú þegar í notkun',\n\n /** String is not a valid email address */\n 'string.email': 'Verður að vera gilt netfang',\n /** String has a different character length than the exact number \"$wantedLength\" */\n 'string.exact-length': 'Verður að vera nákvæmlega {{wantedLength}} stafir að lengd',\n /** String contains characters that are not in lowercase */\n 'string.lowercase': 'Verður að vera allt lágstafir',\n /** String is longer than the limit of \"$maxLength\" characters */\n 'string.maximum-length': 'Má vera í mesta lagi {{maxLength}} stafir að lengd',\n /** String is shorter than the limit of \"$minLength\" characters */\n 'string.minimum-length': 'Verður að vera að minnsta kosti {{minLength}} stafir að lengd',\n /** String does not match the given regular expression, but should */\n 'string.regex-does-not-match': 'Passar ekki við \"{{name}}\"-mynstrið',\n /** String matches the given regular expression, but should not */\n 'string.regex-match': 'Á ekki að passa við \"{{name}}\"-mynstrið',\n /** String contains characters that are not in uppercase */\n 'string.uppercase': 'Verður að vera allt hástafir',\n /** String contains a protocol/scheme that is not allowed, eg (`ftp`, `mailto`…) */\n 'string.url.disallowed-scheme': 'Passar ekki við leyfileg prótókól/snið',\n /** String contains a URL with a username or password specified before the host */\n 'string.url.includes-credentials': 'Notandanafn/lykilorð ekki leyft',\n /** String is not a valid URL */\n 'string.url.invalid': 'Ekki gild vefslóð',\n /** String is not an absolute URL (eg it is missing a protocol/host) */\n 'string.url.not-absolute': 'Afstæðar vefslóðir eru ekki leyfðar',\n /** String is not a relative URL (eg it contains a protocol/host) */\n 'string.url.not-relative': 'Aðeins afstæðar vefslóðir eru leyfðar',\n})\n"],"names":[],"mappings":";;AAEA,iBAAe,8BAA+B,CAAA;AAAA;AAAA,EAE5C,oBAAsB,EAAA,kEAAA;AAAA;AAAA,EAEtB,2BAA6B,EAAA,gEAAA;AAAA;AAAA,EAE7B,sBAAwB,EAAA,uBAAA;AAAA;AAAA,EAExB,sBAAwB,EAAA,oDAAA;AAAA;AAAA,EAExB,6BAA+B,EAAA,kDAAA;AAAA;AAAA,EAE/B,sBAAwB,EAAA,kEAAA;AAAA;AAAA,EAExB,6BAA+B,EAAA,gEAAA;AAAA;AAAA,EAG/B,qBAAuB,EAAA,yDAAA;AAAA;AAAA,EAEvB,cAAgB,EAAA,oDAAA;AAAA;AAAA,EAEhB,cAAgB,EAAA,oDAAA;AAAA;AAAA,EAGhB,wBAA0B,EAAA,mEAAA;AAAA;AAAA,EAE1B,qBAAuB,EAAA,kDAAA;AAAA;AAAA,EAEvB,0BAA4B,EAAA,6DAAA;AAAA;AAAA,EAE5B,kBAAoB,EAAA,SAAA;AAAA;AAAA,EAGpB,qBAAuB,EAAA,6CAAA;AAAA;AAAA,EAEvB,kBAAoB,EAAA,6CAAA;AAAA;AAAA,EAEpB,gBAAkB,EAAA,gEAAA;AAAA;AAAA,EAElB,0BAA4B,EAAA,wCAAA;AAAA;AAAA,EAE5B,gBAAkB,EAAA,6DAAA;AAAA;AAAA,EAElB,oBAAsB,EAAA,+BAAA;AAAA;AAAA,EAGtB,uBAAyB,EAAA,iBAAA;AAAA;AAAA,EAEzB,4BAA8B,EAAA,oBAAA;AAAA;AAAA,EAE9B,6BAA+B,EAAA,iBAAA;AAAA;AAAA,EAE/B,sBAAwB,EAAA,6CAAA;AAAA;AAAA,EAExB,gCAAkC,EAAA,8CAAA;AAAA;AAAA,EAGlC,+BAAiC,EAAA,8BAAA;AAAA;AAAA,EAEjC,yBAA2B,EAAA,8BAAA;AAAA;AAAA,EAE3B,aAAe,EAAA,gBAAA;AAAA;AAAA,EAGf,sBAAwB,EAAA,iCAAA;AAAA;AAAA,EAExB,iBAAmB,EAAA,kCAAA;AAAA;AAAA,EAEnB,iBAAmB,EAAA,oCAAA;AAAA;AAAA,EAGnB,cAAgB,EAAA,mCAAA;AAAA;AAAA,EAEhB,qBAAuB,EAAA,2EAAA;AAAA;AAAA,EAEvB,kBAAoB,EAAA,wCAAA;AAAA;AAAA,EAEpB,uBAAyB,EAAA,6DAAA;AAAA;AAAA,EAEzB,uBAAyB,EAAA,2EAAA;AAAA;AAAA,EAEzB,6BAA+B,EAAA,2CAAA;AAAA;AAAA,EAE/B,oBAAsB,EAAA,qDAAA;AAAA;AAAA,EAEtB,kBAAoB,EAAA,uCAAA;AAAA;AAAA,EAEpB,8BAAgC,EAAA,uDAAA;AAAA;AAAA,EAEhC,iCAAmC,EAAA,oCAAA;AAAA;AAAA,EAEnC,oBAAsB,EAAA,yBAAA;AAAA;AAAA,EAEtB,yBAA2B,EAAA,oDAAA;AAAA;AAAA,EAE3B,yBAA2B,EAAA,yDAAA;AAC7B,CAAC,CAAA;;;;"}
@@ -34,6 +34,10 @@ var vision = removeUndefinedLocaleResources({
34
34
  "result.execution-time-label": "Framkv\xE6mdart\xEDmi",
35
35
  /** Label for "Result" explorer/view */
36
36
  "result.label": "Ni\xF0ursta\xF0a",
37
+ /** Tooltip text shown when the query result is not encodable as CSV */
38
+ "result.save-result-as-csv.not-csv-encodable": "Ni\xF0urst\xF6\xF0una er ekki h\xE6gt a\xF0 umrita sem CSV",
39
+ /** Label for "Save result as" result action */
40
+ "result.save-result-as-format": "Vista ni\xF0urst\xF6\xF0u sem <SaveResultButtons/>",
37
41
  /**
38
42
  * "Not applicable" message for when there is no Execution time or End to End time information
39
43
  * available for the query (eg when the query has not been executed, or errored)
@@ -44,7 +48,7 @@ var vision = removeUndefinedLocaleResources({
44
48
  /** Label for the "Custom API version" input in settings, shown when "other" is chosen as API version */
45
49
  "settings.custom-api-version-label": "S\xE9rsni\xF0in API \xFAtg\xE1fa",
46
50
  /** Label for the "Dataset" dropdown in vision settings */
47
- "settings.dataset-label": "Dataset",
51
+ "settings.dataset-label": "Gagnasafn",
48
52
  /** Error label for when the API version in 'Custom API version' input is invalid */
49
53
  "settings.error.invalid-api-version": "\xD3gild API \xFAtg\xE1fa",
50
54
  /** Label for the "other" versions within the "API version" dropdown */
@@ -0,0 +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,aAAe,8BAA+B,CAAA;AAAA;AAAA,EAE5C,8BAAgC,EAAA,2BAAA;AAAA;AAAA,EAEhC,sBAAwB,EAAA,QAAA;AAAA;AAAA,EAExB,uBAAyB,EAAA,QAAA;AAAA;AAAA,EAEzB,qBAAuB,EAAA,iBAAA;AAAA;AAAA,EAEvB,sBAAwB,EAAA,UAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMxB,WAAa,EAAA,SAAA;AAAA;AAAA,EAGb,kCAAoC,EAAA,+BAAA;AAAA;AAAA,EAEpC,cAAgB,EAAA,YAAA;AAAA;AAAA,EAGhB,oBAAsB,EAAA,WAAA;AAAA;AAAA,EAEtB,kBAAoB,EAAA,SAAA;AAAA;AAAA,EAEpB,aAAe,EAAA,YAAA;AAAA;AAAA,EAEf,WAAa,EAAA,2BAAA;AAAA;AAAA,EAGb,8BAAgC,EAAA,eAAA;AAAA;AAAA,EAEhC,6BAA+B,EAAA,uBAAA;AAAA;AAAA,EAE/B,cAAgB,EAAA,kBAAA;AAAA;AAAA,EAEhB,6CAA+C,EAAA,4DAAA;AAAA;AAAA,EAE/C,8BAAgC,EAAA,oDAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhC,8BAAgC,EAAA,oBAAA;AAAA;AAAA,EAGhC,4BAA8B,EAAA,kBAAA;AAAA;AAAA,EAE9B,mCAAqC,EAAA,kCAAA;AAAA;AAAA,EAErC,wBAA0B,EAAA,WAAA;AAAA;AAAA,EAE1B,oCAAsC,EAAA,2BAAA;AAAA;AAAA,EAEtC,kCAAoC,EAAA,UAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAKpC,4BAA8B,EAAA,aAAA;AAAA;AAAA,EAE9B,wCAA0C,EAAA,kBAAA;AAAA;AAAA,EAE1C,mCACE,EAAA,+GAAA;AAAA;AAAA,EAEF,6BAA+B,EAAA,cAAA;AACjC,CAAC,CAAA;;;;"}
package/dist/index.cjs CHANGED
@@ -10,27 +10,27 @@ const locale = sanity.defineLocale({
10
10
  bundles: [
11
11
  {
12
12
  namespace: "comments",
13
- resources: () => Promise.resolve().then(function () { return require('./_chunks/comments.cjs'); })
13
+ resources: () => Promise.resolve().then(function () { return require('./_chunks-cjs/comments.cjs'); })
14
14
  },
15
15
  {
16
16
  namespace: "structure",
17
- resources: () => Promise.resolve().then(function () { return require('./_chunks/structure.cjs'); })
17
+ resources: () => Promise.resolve().then(function () { return require('./_chunks-cjs/structure.cjs'); })
18
18
  },
19
19
  {
20
20
  namespace: "studio",
21
- resources: () => Promise.resolve().then(function () { return require('./_chunks/studio.cjs'); })
21
+ resources: () => Promise.resolve().then(function () { return require('./_chunks-cjs/studio.cjs'); })
22
22
  },
23
23
  {
24
24
  namespace: "tasks",
25
- resources: () => Promise.resolve().then(function () { return require('./_chunks/tasks.cjs'); })
25
+ resources: () => Promise.resolve().then(function () { return require('./_chunks-cjs/tasks.cjs'); })
26
26
  },
27
27
  {
28
28
  namespace: "validation",
29
- resources: () => Promise.resolve().then(function () { return require('./_chunks/validation.cjs'); })
29
+ resources: () => Promise.resolve().then(function () { return require('./_chunks-cjs/validation.cjs'); })
30
30
  },
31
31
  {
32
32
  namespace: "vision",
33
- resources: () => Promise.resolve().then(function () { return require('./_chunks/vision.cjs'); })
33
+ resources: () => Promise.resolve().then(function () { return require('./_chunks-cjs/vision.cjs'); })
34
34
  }
35
35
  ],
36
36
  weekInfo: {
@@ -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: 'comments',\n resources: () => import('./comments'),\n },\n\n {\n namespace: 'structure',\n resources: () => import('./structure'),\n },\n\n {\n namespace: 'studio',\n resources: () => import('./studio'),\n },\n\n {\n namespace: 'tasks',\n resources: () => import('./tasks'),\n },\n\n {\n namespace: 'validation',\n resources: () => import('./validation'),\n },\n\n {\n namespace: 'vision',\n resources: () => import('./vision'),\n },\n ],\n weekInfo: {\n firstDay: 1,\n minimalDays: 4,\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,mBAAa,CAAA;AAAA,EAC1B,EAAI,EAAA,OAAA;AAAA,EACJ,KAAO,EAAA,aAAA;AAAA,EACP,OAAS,EAAA;AAAA,IACP;AAAA,MACE,SAAW,EAAA,UAAA;AAAA,MACX,SAAA,EAAW,MAAM,oDAAO,wBAAY,KAAA;AAAA,KACtC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,WAAA;AAAA,MACX,SAAA,EAAW,MAAM,oDAAO,yBAAa,KAAA;AAAA,KACvC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,QAAA;AAAA,MACX,SAAA,EAAW,MAAM,oDAAO,sBAAU,KAAA;AAAA,KACpC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,OAAA;AAAA,MACX,SAAA,EAAW,MAAM,oDAAO,qBAAS,KAAA;AAAA,KACnC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,YAAA;AAAA,MACX,SAAA,EAAW,MAAM,oDAAO,0BAAc,KAAA;AAAA,KACxC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,QAAA;AAAA,MACX,SAAA,EAAW,MAAM,oDAAO,sBAAU,KAAA;AAAA,KACpC;AAAA,GACF;AAAA,EACA,QAAU,EAAA;AAAA,IACR,QAAU,EAAA,CAAA;AAAA,IACV,WAAa,EAAA,CAAA;AAAA,IACb,OAAA,EAAS,CAAC,CAAA,EAAG,CAAC,CAAA;AAAA,GAChB;AACF,CAAC,CAAA,CAAA;AAOY,MAAA,UAAA,GAAaC,mBAGhB,CAAA,CAAC,MAAY,MAAA;AAAA,EACrB,IAAM,EAAA,sBAAA;AAAA,EACN,IAAM,EAAA;AAAA,IACJ,OAAA,EAAS,CAAC,MAAS,GAAA,EAAC,GAAG,MAAQ,EAAA,GAAG,MAAM,EAAA,GAAI,MAAM,CAAA;AAAA,GACpD;AACF,CAAE,CAAA;;;;"}
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: 'comments',\n resources: () => import('./comments'),\n },\n\n {\n namespace: 'structure',\n resources: () => import('./structure'),\n },\n\n {\n namespace: 'studio',\n resources: () => import('./studio'),\n },\n\n {\n namespace: 'tasks',\n resources: () => import('./tasks'),\n },\n\n {\n namespace: 'validation',\n resources: () => import('./validation'),\n },\n\n {\n namespace: 'vision',\n resources: () => import('./vision'),\n },\n ],\n weekInfo: {\n firstDay: 1,\n minimalDays: 4,\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,mBAAa,CAAA;AAAA,EAC1B,EAAI,EAAA,OAAA;AAAA,EACJ,KAAO,EAAA,aAAA;AAAA,EACP,OAAS,EAAA;AAAA,IACP;AAAA,MACE,SAAW,EAAA,UAAA;AAAA,MACX,SAAA,EAAW,MAAM,oDAAO,4BAAY,KAAA;AAAA,KACtC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,WAAA;AAAA,MACX,SAAA,EAAW,MAAM,oDAAO,6BAAa,KAAA;AAAA,KACvC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,QAAA;AAAA,MACX,SAAA,EAAW,MAAM,oDAAO,0BAAU,KAAA;AAAA,KACpC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,OAAA;AAAA,MACX,SAAA,EAAW,MAAM,oDAAO,yBAAS,KAAA;AAAA,KACnC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,YAAA;AAAA,MACX,SAAA,EAAW,MAAM,oDAAO,8BAAc,KAAA;AAAA,KACxC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,QAAA;AAAA,MACX,SAAA,EAAW,MAAM,oDAAO,0BAAU,KAAA;AAAA,KACpC;AAAA,GACF;AAAA,EACA,QAAU,EAAA;AAAA,IACR,QAAU,EAAA,CAAA;AAAA,IACV,WAAa,EAAA,CAAA;AAAA,IACb,OAAA,EAAS,CAAC,CAAA,EAAG,CAAC,CAAA;AAAA,GAChB;AACF,CAAC,CAAA,CAAA;AAOY,MAAA,UAAA,GAAaC,mBAGhB,CAAA,CAAC,MAAY,MAAA;AAAA,EACrB,IAAM,EAAA,sBAAA;AAAA,EACN,IAAM,EAAA;AAAA,IACJ,OAAA,EAAS,CAAC,MAAS,GAAA,EAAC,GAAG,MAAQ,EAAA,GAAG,MAAM,EAAA,GAAI,MAAM,CAAA;AAAA,GACpD;AACF,CAAE,CAAA;;;;"}
@@ -0,0 +1,14 @@
1
+ import {LocaleDefinition} from 'sanity'
2
+ import {Plugin as Plugin_2} from 'sanity'
3
+
4
+ /**
5
+ * Íslenska / Icelandic locale/translation plugin for Sanity Studio
6
+ *
7
+ * @public
8
+ */
9
+ export declare const isISLocale: Plugin_2<void | {
10
+ title?: string
11
+ weekInfo?: LocaleDefinition['weekInfo']
12
+ }>
13
+
14
+ export {}
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import {LocaleWeekInfo} from 'sanity'
1
+ import {LocaleDefinition} from 'sanity'
2
2
  import {Plugin as Plugin_2} from 'sanity'
3
3
 
4
4
  /**
@@ -7,8 +7,8 @@ import {Plugin as Plugin_2} from 'sanity'
7
7
  * @public
8
8
  */
9
9
  export declare const isISLocale: Plugin_2<void | {
10
- title?: string | undefined
11
- weekInfo?: LocaleWeekInfo | undefined
10
+ title?: string
11
+ weekInfo?: LocaleDefinition['weekInfo']
12
12
  }>
13
13
 
14
14
  export {}
package/dist/index.js CHANGED
@@ -6,27 +6,27 @@ const locale = defineLocale({
6
6
  bundles: [
7
7
  {
8
8
  namespace: "comments",
9
- resources: () => import('./_chunks/comments.js')
9
+ resources: () => import('./_chunks-es/comments.js')
10
10
  },
11
11
  {
12
12
  namespace: "structure",
13
- resources: () => import('./_chunks/structure.js')
13
+ resources: () => import('./_chunks-es/structure.js')
14
14
  },
15
15
  {
16
16
  namespace: "studio",
17
- resources: () => import('./_chunks/studio.js')
17
+ resources: () => import('./_chunks-es/studio.js')
18
18
  },
19
19
  {
20
20
  namespace: "tasks",
21
- resources: () => import('./_chunks/tasks.js')
21
+ resources: () => import('./_chunks-es/tasks.js')
22
22
  },
23
23
  {
24
24
  namespace: "validation",
25
- resources: () => import('./_chunks/validation.js')
25
+ resources: () => import('./_chunks-es/validation.js')
26
26
  },
27
27
  {
28
28
  namespace: "vision",
29
- resources: () => import('./_chunks/vision.js')
29
+ resources: () => import('./_chunks-es/vision.js')
30
30
  }
31
31
  ],
32
32
  weekInfo: {
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: 'comments',\n resources: () => import('./comments'),\n },\n\n {\n namespace: 'structure',\n resources: () => import('./structure'),\n },\n\n {\n namespace: 'studio',\n resources: () => import('./studio'),\n },\n\n {\n namespace: 'tasks',\n resources: () => import('./tasks'),\n },\n\n {\n namespace: 'validation',\n resources: () => import('./validation'),\n },\n\n {\n namespace: 'vision',\n resources: () => import('./vision'),\n },\n ],\n weekInfo: {\n firstDay: 1,\n minimalDays: 4,\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,YAAa,CAAA;AAAA,EAC1B,EAAI,EAAA,OAAA;AAAA,EACJ,KAAO,EAAA,aAAA;AAAA,EACP,OAAS,EAAA;AAAA,IACP;AAAA,MACE,SAAW,EAAA,UAAA;AAAA,MACX,SAAA,EAAW,MAAM,OAAO,uBAAY,CAAA;AAAA,KACtC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,WAAA;AAAA,MACX,SAAA,EAAW,MAAM,OAAO,wBAAa,CAAA;AAAA,KACvC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,QAAA;AAAA,MACX,SAAA,EAAW,MAAM,OAAO,qBAAU,CAAA;AAAA,KACpC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,OAAA;AAAA,MACX,SAAA,EAAW,MAAM,OAAO,oBAAS,CAAA;AAAA,KACnC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,YAAA;AAAA,MACX,SAAA,EAAW,MAAM,OAAO,yBAAc,CAAA;AAAA,KACxC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,QAAA;AAAA,MACX,SAAA,EAAW,MAAM,OAAO,qBAAU,CAAA;AAAA,KACpC;AAAA,GACF;AAAA,EACA,QAAU,EAAA;AAAA,IACR,QAAU,EAAA,CAAA;AAAA,IACV,WAAa,EAAA,CAAA;AAAA,IACb,OAAA,EAAS,CAAC,CAAA,EAAG,CAAC,CAAA;AAAA,GAChB;AACF,CAAC,CAAA,CAAA;AAOY,MAAA,UAAA,GAAa,YAGhB,CAAA,CAAC,MAAY,MAAA;AAAA,EACrB,IAAM,EAAA,sBAAA;AAAA,EACN,IAAM,EAAA;AAAA,IACJ,OAAA,EAAS,CAAC,MAAS,GAAA,EAAC,GAAG,MAAQ,EAAA,GAAG,MAAM,EAAA,GAAI,MAAM,CAAA;AAAA,GACpD;AACF,CAAE,CAAA;;;;"}
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: 'comments',\n resources: () => import('./comments'),\n },\n\n {\n namespace: 'structure',\n resources: () => import('./structure'),\n },\n\n {\n namespace: 'studio',\n resources: () => import('./studio'),\n },\n\n {\n namespace: 'tasks',\n resources: () => import('./tasks'),\n },\n\n {\n namespace: 'validation',\n resources: () => import('./validation'),\n },\n\n {\n namespace: 'vision',\n resources: () => import('./vision'),\n },\n ],\n weekInfo: {\n firstDay: 1,\n minimalDays: 4,\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,YAAa,CAAA;AAAA,EAC1B,EAAI,EAAA,OAAA;AAAA,EACJ,KAAO,EAAA,aAAA;AAAA,EACP,OAAS,EAAA;AAAA,IACP;AAAA,MACE,SAAW,EAAA,UAAA;AAAA,MACX,SAAA,EAAW,MAAM,OAAO,0BAAY,CAAA;AAAA,KACtC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,WAAA;AAAA,MACX,SAAA,EAAW,MAAM,OAAO,2BAAa,CAAA;AAAA,KACvC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,QAAA;AAAA,MACX,SAAA,EAAW,MAAM,OAAO,wBAAU,CAAA;AAAA,KACpC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,OAAA;AAAA,MACX,SAAA,EAAW,MAAM,OAAO,uBAAS,CAAA;AAAA,KACnC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,YAAA;AAAA,MACX,SAAA,EAAW,MAAM,OAAO,4BAAc,CAAA;AAAA,KACxC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,QAAA;AAAA,MACX,SAAA,EAAW,MAAM,OAAO,wBAAU,CAAA;AAAA,KACpC;AAAA,GACF;AAAA,EACA,QAAU,EAAA;AAAA,IACR,QAAU,EAAA,CAAA;AAAA,IACV,WAAa,EAAA,CAAA;AAAA,IACb,OAAA,EAAS,CAAC,CAAA,EAAG,CAAC,CAAA;AAAA,GAChB;AACF,CAAC,CAAA,CAAA;AAOY,MAAA,UAAA,GAAa,YAGhB,CAAA,CAAC,MAAY,MAAA;AAAA,EACrB,IAAM,EAAA,sBAAA;AAAA,EACN,IAAM,EAAA;AAAA,IACJ,OAAA,EAAS,CAAC,MAAS,GAAA,EAAC,GAAG,MAAQ,EAAA,GAAG,MAAM,EAAA,GAAI,MAAM,CAAA;AAAA,GACpD;AACF,CAAE,CAAA;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/locale-is-is",
3
- "version": "1.1.4",
3
+ "version": "1.2.1",
4
4
  "private": false,
5
5
  "description": "Icelandic / Íslenska locale/translation for Sanity Studio",
6
6
  "keywords": [
@@ -20,12 +20,16 @@
20
20
  "directory": "locales/is-IS"
21
21
  },
22
22
  "license": "MIT",
23
- "contributors": [],
23
+ "contributors": [
24
+ {
25
+ "name": "magnimarels",
26
+ "url": "https://github.com/magnimarels"
27
+ }
28
+ ],
24
29
  "sideEffects": false,
25
30
  "type": "module",
26
31
  "exports": {
27
32
  ".": {
28
- "types": "./dist/index.d.ts",
29
33
  "source": "./src/index.ts",
30
34
  "import": "./dist/index.js",
31
35
  "require": "./dist/index.cjs",
@@ -35,7 +39,6 @@
35
39
  },
36
40
  "main": "./dist/index.cjs",
37
41
  "module": "./dist/index.js",
38
- "source": "./src/index.ts",
39
42
  "types": "./dist/index.d.ts",
40
43
  "files": [
41
44
  "dist",
package/src/comments.ts CHANGED
@@ -33,7 +33,7 @@ export default removeUndefinedLocaleResources({
33
33
  'copy-link-success-message': 'Tengill afritaður á klippiborð',
34
34
 
35
35
  /** The delete dialog body for a comment */
36
- 'delete-comment.body': 'Einu sinni eytt, er ekki hægtendurheimta athugasemd.',
36
+ 'delete-comment.body': 'Ekki hægt endurheimta athugasemd eftirhenni er eitt.',
37
37
  /** The delete dialog confirm button text for a comment */
38
38
  'delete-comment.confirm': 'Eyða athugasemd',
39
39
  /** The delete dialog title for a comment */
@@ -44,7 +44,7 @@ export default removeUndefinedLocaleResources({
44
44
 
45
45
  /** The delete dialog body for a thread */
46
46
  'delete-thread.body':
47
- 'Þessi athugasemd og svör hennar verða eytt, og einu sinni eytt er ekki hægt að endurheimta þau.',
47
+ 'Þessi athugasemd og svörum hennar verða eytt, og ekki er hægt að endurheimta þau eftir að þeim er eytt.',
48
48
  /** The delete dialog conform button text for a thread */
49
49
  'delete-thread.confirm': 'Eyða þræði',
50
50
  /** The delete dialog title for a thread */
@@ -63,7 +63,7 @@ export default removeUndefinedLocaleResources({
63
63
  'feature-feedback.title': 'Hjálpaðu til við að bæta ',
64
64
 
65
65
  /** The name of the comments feature, for use in header. Capitalized, eg "Comments". */
66
- 'feature-name': 'Comments',
66
+ 'feature-name': 'Athugasemdir',
67
67
 
68
68
  /** Aria label for button above fields to add a comment, when the field currently do not have any comments */
69
69
  'field-button.aria-label-add': 'Bæta við athugasemd',
@@ -77,7 +77,8 @@ export default removeUndefinedLocaleResources({
77
77
  'field-button.title': 'Bæta við athugasemd',
78
78
 
79
79
  /* The text shown in the inline comment button when the button is disabled due to overlap */
80
- 'inline-add-comment-button.disabled-overlap-title': 'Ekki er hægt að hafa skarandi athugasemdir',
80
+ 'inline-add-comment-button.disabled-overlap-title':
81
+ 'Ekki er hægt að hafa athugasemdir sem skarast',
81
82
  /** The text shown in the inline comment button */
82
83
  'inline-add-comment-button.title': 'Bæta við athugasemd',
83
84
 
@@ -123,9 +124,9 @@ export default removeUndefinedLocaleResources({
123
124
  /** The button aria label to re-open a comment that is resolved */
124
125
  'list-item.re-open-resolved-aria-label': 'Opna aftur',
125
126
  /** The button aria label to mark a comment as resolved */
126
- 'list-item.resolved-tooltip-aria-label': 'Merktu athugasemd sem leyst',
127
+ 'list-item.resolved-tooltip-aria-label': 'Merktu athugasemd sem leysta',
127
128
  /** The button text to mark a comment as resolved */
128
- 'list-item.resolved-tooltip-content': 'Merktu sem leyst',
129
+ 'list-item.resolved-tooltip-content': 'Merktu sem leysta',
129
130
 
130
131
  /** The empty state text for open comments */
131
132
  'list-status.empty-state-open-text': 'Opnar athugasemdir á þessu skjali verða sýndar hér.',
@@ -138,7 +139,7 @@ export default removeUndefinedLocaleResources({
138
139
  /** The list status message for error */
139
140
  'list-status.error': 'Eitthvað fór úrskeiðis',
140
141
  /** The list status message for loading status */
141
- 'list-status.loading': 'Hleð athugasemdum',
142
+ 'list-status.loading': 'Hleður athugasemdum',
142
143
 
143
144
  /** Text shown when no users can be found to mention */
144
145
  'mentions.no-users-found': 'Engir notendur fundust',
package/src/structure.ts CHANGED
@@ -4,7 +4,7 @@ export default removeUndefinedLocaleResources({
4
4
  /** Tooltip when action button is disabled because the operation is not ready */
5
5
  'action.delete.disabled.not-ready': 'Aðgerð ekki tilbúin',
6
6
  /** Tooltip when action button is disabled because the document does not exist */
7
- 'action.delete.disabled.nothing-to-delete': 'Þetta skjal er ekki til eða þegar eytt',
7
+ 'action.delete.disabled.nothing-to-delete': 'Þetta skjal er ekki til eða þegar eytt',
8
8
  /** Label for the "Delete" document action button */
9
9
  'action.delete.label': 'Eyða',
10
10
  /** Label for the "Delete" document action while the document is being deleted */
@@ -55,7 +55,7 @@ export default removeUndefinedLocaleResources({
55
55
  'action.publish.validation-issues.tooltip':
56
56
  'Það eru staðfestingarvillur sem þarf að laga áður en hægt er að birta þetta skjal',
57
57
  /** Tooltip when publish button is waiting for validation and async tasks to complete.*/
58
- 'action.publish.waiting': 'Bíð eftir að verkefni klárist áður en birt er',
58
+ 'action.publish.waiting': 'Bíð eftir að verkefni klárist áður en er birt',
59
59
  /** Message prompting the user to confirm that they want to restore to an earlier version*/
60
60
  'action.restore.confirm.message': 'Ertu viss um að þú viljir endurheimta þetta skjal?',
61
61
  /** Fallback tooltip for when user is looking at the initial version */
@@ -77,7 +77,7 @@ export default removeUndefinedLocaleResources({
77
77
  /** The text for the restore button on the deleted document banner */
78
78
  'banners.deleted-document-banner.restore-button.text': 'Endurheimta nýjustu útgáfuna',
79
79
  /** The text content for the deleted document banner */
80
- 'banners.deleted-document-banner.text': 'Þetta skjal hefur verið eytt.',
80
+ 'banners.deleted-document-banner.text': 'Þessu skjali hefur verið eytt.',
81
81
  /** The text content for the deprecated document type banner */
82
82
  'banners.deprecated-document-type-banner.text': 'Þessi skjaltýpa er úrelt.',
83
83
  /** The text for the permission check banner if the user only has one role, and it does not allow updating this document */
@@ -128,27 +128,27 @@ export default removeUndefinedLocaleResources({
128
128
  /** Used in `confirm-delete-dialog.cdr-summary.title` */
129
129
  'confirm-delete-dialog.cdr-summary.document-count_other': '{{count}} skjöl',
130
130
  /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */
131
- 'confirm-delete-dialog.cdr-summary.subtitle_one': 'Dataset: {{datasets}}',
131
+ 'confirm-delete-dialog.cdr-summary.subtitle_one': 'Gagnasafn: {{datasets}}',
132
132
  /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */
133
- 'confirm-delete-dialog.cdr-summary.subtitle_other': 'Datasets: {{datasets}}',
133
+ 'confirm-delete-dialog.cdr-summary.subtitle_other': 'Gagnasöfn: {{datasets}}',
134
134
  /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */
135
- 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_one': 'Ófáanlegt dataset',
135
+ 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_one': 'Ófáanlegt gagnasafn',
136
136
  /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */
137
- 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_other': 'Ófáanleg datasets',
137
+ 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_other': 'Ófáanleg gagnasöfn',
138
138
  /** The text that appears in the title `<summary>` that includes the list of CDRs (singular) */
139
- 'confirm-delete-dialog.cdr-summary.title_one': '{{documentCount}} í öðru dataset',
139
+ 'confirm-delete-dialog.cdr-summary.title_one': '{{documentCount}} í öðru gagnasafni',
140
140
  /** The text that appears in the title `<summary>` that includes the list of CDRs (plural) */
141
- 'confirm-delete-dialog.cdr-summary.title_other': '{{documentCount}} í {{count}} datasets',
141
+ 'confirm-delete-dialog.cdr-summary.title_other': '{{documentCount}} í {{count}} gagnasöfnum',
142
142
  /** Appears when hovering over the copy button to copy */
143
143
  'confirm-delete-dialog.cdr-table.copy-id-button.tooltip': 'Afrita auðkenni á klippiborð',
144
144
  /** The header for the dataset column in the list of cross-dataset references found */
145
- 'confirm-delete-dialog.cdr-table.dataset.label': 'Dataset',
145
+ 'confirm-delete-dialog.cdr-table.dataset.label': 'Gagnasanf',
146
146
  /** The header for the document ID column in the list of cross-dataset references found */
147
- 'confirm-delete-dialog.cdr-table.document-id.label': 'Skjal auðkenni',
147
+ 'confirm-delete-dialog.cdr-table.document-id.label': 'Auðkenni skjals',
148
148
  /** The toast title when the copy button has been clicked */
149
- 'confirm-delete-dialog.cdr-table.id-copied-toast.title': 'Afritað skjal auðkenni á klippiborð!',
149
+ 'confirm-delete-dialog.cdr-table.id-copied-toast.title': 'Afritað aðkenni skjals á klippiborð!',
150
150
  /** The header for the project ID column in the list of cross-dataset references found */
151
- 'confirm-delete-dialog.cdr-table.project-id.label': 'Verkefni auðkenni',
151
+ 'confirm-delete-dialog.cdr-table.project-id.label': 'Auðkenni verkefnis',
152
152
  /** The text in the "Delete anyway" button in the confirm delete dialog that confirms the action */
153
153
  'confirm-delete-dialog.confirm-anyway-button.text_delete': 'Eyða samt',
154
154
  /** The text in the "Unpublish anyway" button in the confirm delete dialog that confirms the action */
@@ -182,7 +182,7 @@ export default removeUndefinedLocaleResources({
182
182
  '{{count}} aðrar tilvísanir ekki sýndar',
183
183
  /** Text in the tooltip of this component if hovering over the info icon */
184
184
  'confirm-delete-dialog.other-reference-count.tooltip':
185
- 'Við getum ekki birt upplýsingar um þessar tilvísanir vegna vantar aðgangstokens fyrir tengd gagnasett.',
185
+ 'Við getum ekki birt upplýsingar um þessar tilvísanir vegna vöntunar aðgangstokens fyrir tengd gagnasett.',
186
186
  /** Appears when unable to render a document preview in the referring document list */
187
187
  'confirm-delete-dialog.preview-item.preview-unavailable.subtitle': 'ID: {{documentId}}',
188
188
  /** Appears when unable to render a document preview in the referring document list */
@@ -200,10 +200,10 @@ export default removeUndefinedLocaleResources({
200
200
  '{{count}} skjöl vísa í “<DocumentTitle/>”',
201
201
  /** Describes the list of documents that refer to the one trying to be deleted (delete) */
202
202
  'confirm-delete-dialog.referring-documents-descriptor.text_delete':
203
- 'Þú gætir ekki getað eytt “<DocumentTitle/>” þar sem eftirfarandi skjöl vísa í það:',
203
+ 'Þú getur ekki eytt “<DocumentTitle/>” þar sem eftirfarandi skjöl vísa í það:',
204
204
  /** Describes the list of documents that refer to the one trying to be deleted (unpublish) */
205
205
  'confirm-delete-dialog.referring-documents-descriptor.text_unpublish':
206
- 'Þú gætir ekki getað afturkallað birtingu “<DocumentTitle/>” þar sem eftirfarandi skjöl vísa í það:',
206
+ 'Þú getur ekki afturkallað birtingu “<DocumentTitle/>” þar sem eftirfarandi skjöl vísa í það:',
207
207
 
208
208
  /** The text for the cancel button in the confirm dialog used in document action shortcuts if none is provided */
209
209
  'confirm-dialog.cancel-button.fallback-text': 'Hætta við',
@@ -236,7 +236,7 @@ export default removeUndefinedLocaleResources({
236
236
  'document-inspector.view-mode.raw-json': 'Hrátt JSON',
237
237
 
238
238
  /** The text for when a form is hidden */
239
- 'document-view.form-view.form-hidden': 'Þessi eyðublað er falið',
239
+ 'document-view.form-view.form-hidden': 'Þetta eyðublað er falið',
240
240
  /** Fallback title shown when a form title is not provided */
241
241
  'document-view.form-view.form-title-fallback': 'Titilllaus',
242
242
  /** The text for when the form view is loading a document */
@@ -271,9 +271,9 @@ export default removeUndefinedLocaleResources({
271
271
  'no-document-types-screen.link-text': 'Lærðu hvernig á að bæta við skjalategund →',
272
272
  /** The subtitle of the no document type screen that appears directly below the title */
273
273
  'no-document-types-screen.subtitle':
274
- 'Vinsamlegast skilgreindu að minnsta kosti eina skjalgert í skemanu þínu.',
274
+ 'Vinsamlegast skilgreindu að minnsta kosti eina skjalgerð í skemanu þínu.',
275
275
  /** The title of the no document type screen */
276
- 'no-document-types-screen.title': 'Engar skjalgertir',
276
+ 'no-document-types-screen.title': 'Engar skjalgerðir',
277
277
 
278
278
  /** Text shown on back button visible on smaller breakpoints */
279
279
  'pane-header.back-button.text': 'Til baka',
@@ -330,17 +330,20 @@ export default removeUndefinedLocaleResources({
330
330
  'panes.document-operation-results.operation-error': 'Villa kom upp við {{context}}',
331
331
  /** The text when a delete operation failed */
332
332
  'panes.document-operation-results.operation-error_delete':
333
- 'Villa kom upp við tilraun til að eyða þessu skjali. Þetta þýðir yfirleitt að aðrar skjöl vísa til þess.',
333
+ 'Villa kom upp við tilraun til að eyða þessu skjali. Þetta þýðir yfirleitt að önnur skjöl vísa til þess.',
334
334
  /** The text when an unpublish operation failed */
335
335
  'panes.document-operation-results.operation-error_unpublish':
336
- 'Villa kom upp við tilraun til að afturkalla birtingu þessa skjals. Þetta þýðir yfirleitt að aðrar skjöl vísa til þess.',
336
+ 'Villa kom upp við tilraun til að afturkalla birtingu þessa skjals. Þetta þýðir yfirleitt að önnur skjöl vísa til þess.',
337
337
  /** The text when a generic operation succeeded (fallback, generally not shown) */
338
338
  'panes.document-operation-results.operation-success': 'Aðgerð {{context}} á skjali tókst',
339
339
  /** The text when a delete operation succeeded */
340
340
  'panes.document-operation-results.operation-success_delete': 'Skjalinu var eytt',
341
341
  /** The text when a discard changes operation succeeded */
342
342
  'panes.document-operation-results.operation-success_discardChanges':
343
- 'Öllum breytingum síðan síðast var birt hefur nú verið hent. Hægt er að endurheimta hent drögin úr sögunni',
343
+ 'Öllum breytingum síðan síðast var birt hefur nú verið hent. Hægt er að endurheimta hentum drögum úr sögunni',
344
+ /** The text when a duplicate operation succeeded */
345
+ 'panes.document-operation-results.operation-success_duplicate':
346
+ 'Skjalið var afritað með góðum árangri',
344
347
  /** The text when a publish operation succeeded */
345
348
  'panes.document-operation-results.operation-success_publish': 'Skjalið var birt',
346
349
  /** The text when a restore operation succeeded */
@@ -362,13 +365,13 @@ export default removeUndefinedLocaleResources({
362
365
  'panes.document-pane.document-not-found.title': 'Skjalið fannst ekki',
363
366
  /** The text of the document not found pane if the schema is not found */
364
367
  'panes.document-pane.document-unknown-type.text':
365
- 'Þetta skjal hefur skjematýpuna <Code>{{documentType}}</Code>, sem er ekki skilgreind sem týpa í staðbundnu efni stúdíó skemanu.',
368
+ 'Þetta skjal hefur skematýpuna <Code>{{documentType}}</Code>, sem er ekki skilgreind sem týpa í staðbundnu efni stúdíó skemanu.',
366
369
  /** The title of the document not found pane if the schema is not found or unknown */
367
370
  'panes.document-pane.document-unknown-type.title':
368
371
  'Óþekkt skjalategund: <Code>{{documentType}}</Code>',
369
372
  /** The title of the document not found pane if the schema is unknown */
370
373
  'panes.document-pane.document-unknown-type.without-schema.text':
371
- 'Þetta skjal er ekki til, og engin skjematýpa var tilgreind fyrir það.',
374
+ 'Þetta skjal er ekki til, og engin skematýpa var tilgreind fyrir það.',
372
375
  /** Default message shown while resolving the structure definition for an asynchronous node */
373
376
  'panes.resolving.default-message': 'Hleður…',
374
377
  /** Message shown while resolving the structure definition for an asynchronous node and it is taking a while (more than 5s) */