@sanity/locale-is-is 1.2.1 → 1.2.3
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 +63 -0
- package/dist/_chunks-cjs/copy-paste.cjs.map +1 -0
- package/dist/_chunks-cjs/studio.cjs +14 -8
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-es/copy-paste.js +61 -0
- package/dist/_chunks-es/copy-paste.js.map +1 -0
- package/dist/_chunks-es/studio.js +14 -8
- package/dist/_chunks-es/studio.js.map +1 -1
- package/dist/index.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/copy-paste.ts +72 -0
- package/src/index.ts +5 -0
- package/src/studio.ts +12 -9
package/dist/index.cjs
CHANGED
|
@@ -12,6 +12,10 @@ const locale = sanity.defineLocale({
|
|
|
12
12
|
namespace: "comments",
|
|
13
13
|
resources: () => Promise.resolve().then(function () { return require('./_chunks-cjs/comments.cjs'); })
|
|
14
14
|
},
|
|
15
|
+
{
|
|
16
|
+
namespace: "copy-paste",
|
|
17
|
+
resources: () => Promise.resolve().then(function () { return require('./_chunks-cjs/copy-paste.cjs'); })
|
|
18
|
+
},
|
|
15
19
|
{
|
|
16
20
|
namespace: "structure",
|
|
17
21
|
resources: () => Promise.resolve().then(function () { return require('./_chunks-cjs/structure.cjs'); })
|
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: '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;;;;"}
|
|
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: 'copy-paste',\n resources: () => import('./copy-paste'),\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,YAAA;AAAA,MACX,SAAA,EAAW,MAAM,oDAAO,8BAAc,KAAA;AAAA,KACxC;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;;;;"}
|
package/dist/index.js
CHANGED
|
@@ -8,6 +8,10 @@ const locale = defineLocale({
|
|
|
8
8
|
namespace: "comments",
|
|
9
9
|
resources: () => import('./_chunks-es/comments.js')
|
|
10
10
|
},
|
|
11
|
+
{
|
|
12
|
+
namespace: "copy-paste",
|
|
13
|
+
resources: () => import('./_chunks-es/copy-paste.js')
|
|
14
|
+
},
|
|
11
15
|
{
|
|
12
16
|
namespace: "structure",
|
|
13
17
|
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: '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;;;;"}
|
|
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: 'copy-paste',\n resources: () => import('./copy-paste'),\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,YAAA;AAAA,MACX,SAAA,EAAW,MAAM,OAAO,4BAAc,CAAA;AAAA,KACxC;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
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import {removeUndefinedLocaleResources} from 'sanity'
|
|
2
|
+
|
|
3
|
+
export default removeUndefinedLocaleResources({
|
|
4
|
+
/** Text on the field action button to copy a document */
|
|
5
|
+
'copy-paste.field-action-copy-button.document.title': 'Afrita skjal',
|
|
6
|
+
/** Text on the field action button to copy a field */
|
|
7
|
+
'copy-paste.field-action-copy-button.field.title': 'Afrita reit',
|
|
8
|
+
/** Text on the field action button to paste a document */
|
|
9
|
+
'copy-paste.field-action-paste-button.document.title': 'Líma inn skjal',
|
|
10
|
+
/** Text on the field action button to paste a field */
|
|
11
|
+
'copy-paste.field-action-paste-button.field.title': 'Líma inn reit',
|
|
12
|
+
/** The error message that is shown when the clipboard is not supported */
|
|
13
|
+
'copy-paste.on-copy.validation.clipboard-not-supported.title':
|
|
14
|
+
'Vafrinn þinn styður ekki þessa aðgerð',
|
|
15
|
+
/** The success message that is shown when a document is copied */
|
|
16
|
+
'copy-paste.on-copy.validation.copy-document-success.title': 'Skjal "{{fieldNames}}" afritað',
|
|
17
|
+
/** The success message that is shown when a field is copied */
|
|
18
|
+
'copy-paste.on-copy.validation.copy-field_one-success.title': 'Reitur "{{fieldName}}" afritaður',
|
|
19
|
+
/** The error message that is shown when there is no value to copy */
|
|
20
|
+
'copy-paste.on-copy.validation.no-value.title': 'Tómt gildi, ekkert til að afrita',
|
|
21
|
+
/** --- On copy --- */
|
|
22
|
+
/** The error message that is shown when schema types are incompatible */
|
|
23
|
+
'copy-paste.on-copy.validation.schema-type-incompatible.title':
|
|
24
|
+
'Gat ekki leyst úr skematýpu fyrir slóð: {{path}}',
|
|
25
|
+
/** The validation message that is shown when array types are incompatible */
|
|
26
|
+
'copy-paste.on-paste.validation.array-type-incompatible.description':
|
|
27
|
+
'Gildi af gerðinni "{{type}}" er ekki leyfilegt í þessum fylkisreit',
|
|
28
|
+
/** The validation message that is shown when array values are incompatible */
|
|
29
|
+
'copy-paste.on-paste.validation.array-value-incompatible.description':
|
|
30
|
+
'Gildi af taginu "{{type}}" er ekki leyfilegt í þessum fylkisreit',
|
|
31
|
+
/** The validation message that is shown when the clipboard is empty */
|
|
32
|
+
'copy-paste.on-paste.validation.clipboard-empty.title': 'Ekkert til að líma inn',
|
|
33
|
+
/** The validation message that is shown when the clipboard item is invalid */
|
|
34
|
+
'copy-paste.on-paste.validation.clipboard-invalid.title': 'Ógilt klippiborðsatriði',
|
|
35
|
+
/** The success message that is shown when a document is pasted */
|
|
36
|
+
'copy-paste.on-paste.validation.document-paste-success.title': 'Skjal "{{fieldNames}}" uppfært',
|
|
37
|
+
/** The success message that is shown when a field is pasted */
|
|
38
|
+
'copy-paste.on-paste.validation.field_one-paste-success.title':
|
|
39
|
+
'Reitur "{{fieldName}}" uppfærður',
|
|
40
|
+
/** The validation message that is shown when image files are incompatible */
|
|
41
|
+
'copy-paste.on-paste.validation.image-file-incompatible.description':
|
|
42
|
+
'"{{sourceSchemaType}}" er ekki leyfilegt í "{{targetSchemaType}}"',
|
|
43
|
+
/** The error message that is shown when the MIME type is not accepted */
|
|
44
|
+
'copy-paste.on-paste.validation.mime-type-incompatible.description':
|
|
45
|
+
'MIME tag "{{mimeType}}" er ekki samþykkt fyrir þennan reit',
|
|
46
|
+
/** The error message that is shown when the MIME type validation fails */
|
|
47
|
+
'copy-paste.on-paste.validation.mime-type-validation-failed.description':
|
|
48
|
+
'MIME tagstaðfesting mistókst',
|
|
49
|
+
/** The warning message that is shown when not all values can be pasted */
|
|
50
|
+
'copy-paste.on-paste.validation.partial-warning.title': 'Gat ekki límt inn öll gildi',
|
|
51
|
+
/** The validation message that is shown when primitive types are incompatible */
|
|
52
|
+
'copy-paste.on-paste.validation.primitive-type-incompatible.description':
|
|
53
|
+
'Gildi af taginu "{{type}}" er ekki leyfilegt í þessum reit',
|
|
54
|
+
/** --- On paste --- */
|
|
55
|
+
/** The validation message that is shown when pasting a value into a read-only target */
|
|
56
|
+
'copy-paste.on-paste.validation.read-only-target.description': 'Markið er skrifvarið',
|
|
57
|
+
/** The validation message that is shown when reference is incompatible with filter */
|
|
58
|
+
'copy-paste.on-paste.validation.reference-filter-incompatible.description':
|
|
59
|
+
'Tilvísun er ekki leyfileg í tilvísunarreit samkvæmt síu',
|
|
60
|
+
/** The validation message that is shown when reference types are incompatible */
|
|
61
|
+
'copy-paste.on-paste.validation.reference-type-incompatible.description':
|
|
62
|
+
'Tilvísanir af taginu "{{sourceReferenceType}}" eru ekki leyfðar í tilvísunarreit sem samþykkir tög "{{targetReferenceTypes}}"',
|
|
63
|
+
/** The validation message that is shown when the source and target schema types are incompatible */
|
|
64
|
+
'copy-paste.on-paste.validation.schema-type-incompatible.description':
|
|
65
|
+
'Uppruna- og markskematýpur eru ekki samrýmanlegar',
|
|
66
|
+
/** The validation message that is shown when schema types are incompatible */
|
|
67
|
+
'copy-paste.on-paste.validation.schema-type-incompatible.title':
|
|
68
|
+
'Gat ekki leyst úr skematýpu fyrir slóð: {{path}}',
|
|
69
|
+
/** The validation message that is shown when string values are incompatible */
|
|
70
|
+
'copy-paste.on-paste.validation.string-value-incompatible.description':
|
|
71
|
+
'Gildi "{{value}}" er ekki leyfilegt í "{{allowedStrings}}"',
|
|
72
|
+
})
|
package/src/index.ts
CHANGED
package/src/studio.ts
CHANGED
|
@@ -133,6 +133,10 @@ export default removeUndefinedLocaleResources({
|
|
|
133
133
|
'calendar.action.set-to-current-time': 'Stilltu á núverandi tíma',
|
|
134
134
|
/** Label for selecting an hour preset. Receives a `time` param as a string on hh:mm format and a `date` param as a Date instance denoting the preset date */
|
|
135
135
|
'calendar.action.set-to-time-preset': '{{time}} á {{date, datetime}}',
|
|
136
|
+
/** Aria label for button to open date picker */
|
|
137
|
+
'calendar.button.aria-label': undefined, // 'Open calendar'
|
|
138
|
+
/** Tooltip content for button to open datetime input */
|
|
139
|
+
'calendar.button.tooltip-text': undefined, // 'Select date'
|
|
136
140
|
/** Error message displayed in calendar when entered date is not the correct format */
|
|
137
141
|
'calendar.error.must-be-in-format':
|
|
138
142
|
'Verður að vera á sniðinu <Emphasis>{{exampleDate}}</Emphasis>',
|
|
@@ -653,7 +657,9 @@ export default removeUndefinedLocaleResources({
|
|
|
653
657
|
'inputs.invalid-value.reset-button.text': 'Endurstilla gildi',
|
|
654
658
|
/** Invalid property value */
|
|
655
659
|
'inputs.invalid-value.title': 'Ógilt eignagildi',
|
|
656
|
-
/**
|
|
660
|
+
/** Title for the "All fields" field group */
|
|
661
|
+
'inputs.object.field-group-tabs.all-fields-title': 'Allir reitir',
|
|
662
|
+
/** Aria label for the "Field groups" select control on smaller screens */
|
|
657
663
|
'inputs.object.field-group-tabs.aria-label': 'Hópar reita',
|
|
658
664
|
/** Read-only field description */
|
|
659
665
|
'inputs.object.unknown-fields.read-only.description':
|
|
@@ -698,13 +704,13 @@ export default removeUndefinedLocaleResources({
|
|
|
698
704
|
'Smelltu eða ýttu á bil til að virkja',
|
|
699
705
|
/** Label for activate on focus with context of tap and not focused */
|
|
700
706
|
'inputs.portable-text.activate-on-focus-message_tap': 'Ýttu til að virkja',
|
|
701
|
-
/**Aria label for the annotation object */
|
|
707
|
+
/** Aria label for the annotation object */
|
|
702
708
|
'inputs.portable-text.annotation-aria-label': 'Athugasemdahlutur',
|
|
703
709
|
/** Title for dialog that allows editing an annotation */
|
|
704
710
|
'inputs.portable-text.annotation-editor.title': 'Breyta {{schemaType}}',
|
|
705
711
|
/** Title of the default "link" annotation */
|
|
706
712
|
'inputs.portable-text.annotation.link': 'Hlekkur',
|
|
707
|
-
/**Aria label for the block object */
|
|
713
|
+
/** Aria label for the block object */
|
|
708
714
|
'inputs.portable-text.block.aria-label': 'Blokka hlutu',
|
|
709
715
|
/** Label for action to edit a block item, in the case where it is editable */
|
|
710
716
|
'inputs.portable-text.block.edit': 'Breyta',
|
|
@@ -728,7 +734,7 @@ export default removeUndefinedLocaleResources({
|
|
|
728
734
|
'inputs.portable-text.decorator.underline': 'Undirstrika',
|
|
729
735
|
/** Placeholder text for when the editor is empty */
|
|
730
736
|
'inputs.portable-text.empty-placeholder': 'Tómt',
|
|
731
|
-
/**Aria label for the block object */
|
|
737
|
+
/** Aria label for the block object */
|
|
732
738
|
'inputs.portable-text.inline-block.aria-label': 'Innri hlutur',
|
|
733
739
|
/** Label for action to edit an inline object item */
|
|
734
740
|
'inputs.portable-text.inline-object.edit': 'Breyta hlut',
|
|
@@ -1076,9 +1082,6 @@ export default removeUndefinedLocaleResources({
|
|
|
1076
1082
|
/** Title for "Create new document" dialog */
|
|
1077
1083
|
'new-document.title': 'Búa til nýtt skjal',
|
|
1078
1084
|
|
|
1079
|
-
/** More detailed alert text letting user know they have an out-of-date version and should reload */
|
|
1080
|
-
'package-version.new-package-available.description':
|
|
1081
|
-
'Endurhlaðið síðuna til að nota nýju útgáfuna.',
|
|
1082
1085
|
/** Label for button that will make the browser reload when users' studio version is out-of-date */
|
|
1083
1086
|
'package-version.new-package-available.reload-button': 'Endurhlaða',
|
|
1084
1087
|
/** Title of the alert for studio users when packages in their studio are out-of-date */
|
|
@@ -1620,10 +1623,10 @@ export default removeUndefinedLocaleResources({
|
|
|
1620
1623
|
/** Label for missing change version for timeline menu dropdown are showing */
|
|
1621
1624
|
'timeline.since-version-missing': 'Síðan: óþekkt útgáfa',
|
|
1622
1625
|
|
|
1623
|
-
/**Aria label for the action buttons in the PTE toolbar */
|
|
1626
|
+
/** Aria label for the action buttons in the PTE toolbar */
|
|
1624
1627
|
'toolbar.portable-text.action-button-aria-label': '{{action}}',
|
|
1625
1628
|
|
|
1626
|
-
/**
|
|
1629
|
+
/** Accessibility label for the breadcrumb menu */
|
|
1627
1630
|
'tree-editing-dialog.breadcrumbs.menu': 'Valmynd brauðmola',
|
|
1628
1631
|
/** Title placeholder for search input in array of objects */
|
|
1629
1632
|
'tree-editing-dialog.search-placeholder': 'Leita',
|