@sanity/locale-nl-nl 1.1.21 → 1.1.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_chunks-cjs/canvas.cjs +58 -0
- package/dist/_chunks-cjs/canvas.cjs.map +1 -0
- package/dist/_chunks-cjs/create.cjs +0 -20
- package/dist/_chunks-cjs/create.cjs.map +1 -1
- package/dist/_chunks-cjs/structure.cjs +22 -0
- package/dist/_chunks-cjs/structure.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +61 -7
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-es/canvas.js +60 -0
- package/dist/_chunks-es/canvas.js.map +1 -0
- package/dist/_chunks-es/create.js +0 -20
- package/dist/_chunks-es/create.js.map +1 -1
- package/dist/_chunks-es/structure.js +22 -0
- package/dist/_chunks-es/structure.js.map +1 -1
- package/dist/_chunks-es/studio.js +61 -7
- package/dist/_chunks-es/studio.js.map +1 -1
- package/dist/index.cjs +6 -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/canvas.ts +68 -0
- package/src/create.ts +0 -27
- package/src/index.ts +5 -0
- package/src/structure.ts +27 -0
- package/src/studio.ts +68 -8
package/dist/index.cjs
CHANGED
|
@@ -5,6 +5,12 @@ const locale = sanity.defineLocale({
|
|
|
5
5
|
id: "nl-NL",
|
|
6
6
|
title: "Nederlands",
|
|
7
7
|
bundles: [
|
|
8
|
+
{
|
|
9
|
+
namespace: "canvas",
|
|
10
|
+
resources: () => Promise.resolve().then(function() {
|
|
11
|
+
return require("./_chunks-cjs/canvas.cjs");
|
|
12
|
+
})
|
|
13
|
+
},
|
|
8
14
|
{
|
|
9
15
|
namespace: "comments",
|
|
10
16
|
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: 'nl-NL',\n title: 'Nederlands',\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: 'create',\n resources: () => import('./create'),\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 * Nederlands / Dutch locale/translation plugin for Sanity Studio\n *\n * @public\n */\nexport const nlNLLocale = definePlugin<{\n title?: string\n weekInfo?: LocaleDefinition['weekInfo']\n} | void>((config) => ({\n name: '@sanity/locale-nl-nl',\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,4BAAY;AAAA,MAAA,CAAA;AAAA,IACtC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,8BAAc;AAAA,MAAA,CAAA;AAAA,IACxC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IACpC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,6BAAa;AAAA,MAAA,CAAA;AAAA,IACvC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IACpC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,yBAAS;AAAA,MAAA,CAAA;AAAA,IACnC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,8BAAc;AAAA,MAAA,CAAA;AAAA,IACxC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,EAEtC;AAAA,EACA,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,OAAM,IAAI,MAAM;AAAA,EAAA;AAEtD,EAAE;;"}
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":["../src/index.ts"],"sourcesContent":["import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'\n\nconst locale = defineLocale({\n id: 'nl-NL',\n title: 'Nederlands',\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: 'create',\n resources: () => import('./create'),\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 * Nederlands / Dutch locale/translation plugin for Sanity Studio\n *\n * @public\n */\nexport const nlNLLocale = definePlugin<{\n title?: string\n weekInfo?: LocaleDefinition['weekInfo']\n} | void>((config) => ({\n name: '@sanity/locale-nl-nl',\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,IACpC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,4BAAY;AAAA,MAAA,CAAA;AAAA,IACtC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,8BAAc;AAAA,MAAA,CAAA;AAAA,IACxC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IACpC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,6BAAa;AAAA,MAAA,CAAA;AAAA,IACvC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IACpC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,yBAAS;AAAA,MAAA,CAAA;AAAA,IACnC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,8BAAc;AAAA,MAAA,CAAA;AAAA,IACxC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,EAEtC;AAAA,EACA,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,OAAM,IAAI,MAAM;AAAA,EAAA;AAEtD,EAAE;;"}
|
package/dist/index.js
CHANGED
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: 'nl-NL',\n title: 'Nederlands',\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: 'create',\n resources: () => import('./create'),\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 * Nederlands / Dutch locale/translation plugin for Sanity Studio\n *\n * @public\n */\nexport const nlNLLocale = definePlugin<{\n title?: string\n weekInfo?: LocaleDefinition['weekInfo']\n} | void>((config) => ({\n name: '@sanity/locale-nl-nl',\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,0BAAY;AAAA,IACtC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,4BAAc;AAAA,IACxC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IACpC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,2BAAa;AAAA,IACvC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IACpC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,uBAAS;AAAA,IACnC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,4BAAc;AAAA,IACxC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IAAA;AAAA,EAEtC;AAAA,EACA,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,OAAM,IAAI,MAAM;AAAA,EAAA;AAEtD,EAAE;"}
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'\n\nconst locale = defineLocale({\n id: 'nl-NL',\n title: 'Nederlands',\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: 'create',\n resources: () => import('./create'),\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 * Nederlands / Dutch locale/translation plugin for Sanity Studio\n *\n * @public\n */\nexport const nlNLLocale = definePlugin<{\n title?: string\n weekInfo?: LocaleDefinition['weekInfo']\n} | void>((config) => ({\n name: '@sanity/locale-nl-nl',\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,IACpC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,0BAAY;AAAA,IACtC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,4BAAc;AAAA,IACxC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IACpC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,2BAAa;AAAA,IACvC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IACpC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,uBAAS;AAAA,IACnC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,4BAAc;AAAA,IACxC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IAAA;AAAA,EAEtC;AAAA,EACA,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,OAAM,IAAI,MAAM;AAAA,EAAA;AAEtD,EAAE;"}
|
package/package.json
CHANGED
package/src/canvas.ts
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import {removeUndefinedLocaleResources} from 'sanity'
|
|
2
|
+
|
|
3
|
+
export default removeUndefinedLocaleResources({
|
|
4
|
+
/** The text for the "Edit in Canvas" action. */
|
|
5
|
+
'action.edit-document': 'Bewerk in Canvas',
|
|
6
|
+
/** The text for the "Link to Canvas" action. */
|
|
7
|
+
'action.link-document': 'Link naar Canvas',
|
|
8
|
+
/** The text for the "Link to Canvas" action when the document is not yet resolved. */
|
|
9
|
+
'action.link-document-disabled.initial-value-not-resolved':
|
|
10
|
+
'Wacht alstublieft tot de initiële waarden van het document zijn opgelost',
|
|
11
|
+
/** The text for the "Link to Canvas" action when the user doesn't have permissions to link the document to Canvas. */
|
|
12
|
+
'action.link-document-disabled.missing-permissions':
|
|
13
|
+
'U heeft geen toestemming om dit document te linken aan Canvas',
|
|
14
|
+
/** The text for the "Link to Canvas" action when the document is not in the dashboard. */
|
|
15
|
+
'action.link-document-disabled.not-in-dashboard':
|
|
16
|
+
'Open dit document in Dashboard om te linken aan Canvas',
|
|
17
|
+
/** The text for the "Link to Canvas" action when the document is a version document. */
|
|
18
|
+
'action.link-document-disabled.version-document':
|
|
19
|
+
'Versiedocumenten worden nog niet ondersteund in Canvas',
|
|
20
|
+
/** The text for the "Unlink from Canvas" action. */
|
|
21
|
+
'action.unlink-document': 'Ontkoppel van Canvas',
|
|
22
|
+
|
|
23
|
+
/** The text for the action button in the banner when the document is linked to Canvas. */
|
|
24
|
+
'banner.edit-document-in-canvas': 'Bewerk in Canvas',
|
|
25
|
+
/** The text for the banner when the document is linked to Canvas. */
|
|
26
|
+
'banner.linked-to-canvas': 'Dit document is gekoppeld aan Canvas',
|
|
27
|
+
|
|
28
|
+
/** The text for the "Confirm document changes" dialog cancel button. */
|
|
29
|
+
'dialog.confirm-document-changes.cancel': 'Annuleren',
|
|
30
|
+
/** The text for the "Confirm document changes" dialog confirm button. */
|
|
31
|
+
'dialog.confirm-document-changes.confirm': 'Accepteren en doorgaan',
|
|
32
|
+
/** The description for the "Confirm document changes" dialog. */
|
|
33
|
+
'dialog.confirm-document-changes.description':
|
|
34
|
+
'Dit document moet worden bijgewerkt om compatibel te zijn met Canvas.\n Bestaande inhoud kan worden bewerkt of verwijderd als onderdeel van dit proces.',
|
|
35
|
+
/** The description for the "Confirm document changes" dialog footer. */
|
|
36
|
+
'dialog.confirm-document-changes.footer-description':
|
|
37
|
+
'U kunt op elk moment de koppeling met Canvas ongedaan maken',
|
|
38
|
+
/** The title for the "Confirm document changes" dialog. */
|
|
39
|
+
'dialog.confirm-document-changes.title': 'Bevestig wijzigingen in document',
|
|
40
|
+
/** The text for the Link to Canvas dialog when there is a error. */
|
|
41
|
+
'dialog.link-to-canvas.error': 'Koppelen aan Canvas mislukt',
|
|
42
|
+
/** The text for the "Link to Canvas" dialog when the document is being redirected. */
|
|
43
|
+
'dialog.link-to-canvas.redirecting': 'We brengen u naar Canvas om het koppelen te voltooien...',
|
|
44
|
+
/** The title for the "Link to Canvas" dialog. */
|
|
45
|
+
'dialog.link-to-canvas.title': 'Link naar Canvas',
|
|
46
|
+
/** The text for the "Link to Canvas" dialog when the document is being validated. */
|
|
47
|
+
'dialog.link-to-canvas.validating': 'Valideren',
|
|
48
|
+
/** The text for the "Unlink from Canvas" dialog cancel button. */
|
|
49
|
+
'dialog.unlink-from-canvas.cancel': 'Annuleren',
|
|
50
|
+
/** The text for the "Unlink from Canvas" dialog description. */
|
|
51
|
+
'dialog.unlink-from-canvas.description':
|
|
52
|
+
'Eenmaal ontkoppeld, kan het hier bewerkt worden en zullen toekomstige bewerkingen in Canvas niet meer automatisch gekoppeld worden aan dit document.',
|
|
53
|
+
/** The text for the "Unlink from Canvas" dialog error message. */
|
|
54
|
+
'dialog.unlink-from-canvas.error': 'Ontkoppelen van Canvas mislukt',
|
|
55
|
+
/** The text for the "Unlink from Canvas" dialog success message. */
|
|
56
|
+
'dialog.unlink-from-canvas.success': 'Ontkoppeld van Canvas',
|
|
57
|
+
/** The title for the "Unlink from Canvas" dialog. */
|
|
58
|
+
'dialog.unlink-from-canvas.title': 'Ontkoppel van Canvas',
|
|
59
|
+
/** The text for the "Unlink from Canvas" dialog unlink button. */
|
|
60
|
+
'dialog.unlink-from-canvas.unlink-action': 'Nu ontkoppelen',
|
|
61
|
+
/** The text for the "Unlink from Canvas" dialog when the document is being unlinked. */
|
|
62
|
+
'dialog.unlink-from-canvas.unlinking':
|
|
63
|
+
'U bent <strong>“{{documentTitle}}”</strong> aan het ontkoppelen van Canvas.',
|
|
64
|
+
|
|
65
|
+
/** The text for the "Navigate to Canvas" dialog error message. */
|
|
66
|
+
'navigate-to-canvas-doc.error.missing-permissions':
|
|
67
|
+
'Ontbrekende machtigingen om naar Canvas te navigeren',
|
|
68
|
+
})
|
package/src/create.ts
CHANGED
|
@@ -17,35 +17,8 @@ export default removeUndefinedLocaleResources({
|
|
|
17
17
|
/** Edit in Create button text */
|
|
18
18
|
'edit-in-create-button.text': 'Bewerk met Sanity Create',
|
|
19
19
|
|
|
20
|
-
/** Details for the "Linking in progress" dialog */
|
|
21
|
-
'linking-in-progress-dialog.details':
|
|
22
|
-
'Eenmaal gekoppeld, zullen je wijzigingen hier in realtime verschijnen.',
|
|
23
|
-
/** Header of the "Linking in progress" dialog */
|
|
24
|
-
'linking-in-progress-dialog.header': 'Koppelen aan Sanity Create',
|
|
25
|
-
/** Lede text for the "Linking in progress" dialog */
|
|
26
|
-
'linking-in-progress-dialog.lede':
|
|
27
|
-
'Ga terug naar Sanity Create. Je document zal automatisch synchroniseren (duurt meestal een paar seconden).',
|
|
28
|
-
/** "Linking in progress" troubleshooting button title */
|
|
29
|
-
'linking-in-progress-dialog.troubleshooting.button.title': 'Koppelen vertraagd?',
|
|
30
|
-
/** "Linking in progress" troubleshooting content */
|
|
31
|
-
'linking-in-progress-dialog.troubleshooting.content':
|
|
32
|
-
'Controleer of je Sanity Create venster nog open is, of als het proces vast lijkt te zitten. Als problemen aanhouden, probeer de Studio te verversen en probeer opnieuw.',
|
|
33
|
-
|
|
34
|
-
/** Subtitle of the "Start writing in Create" banner */
|
|
35
|
-
'start-in-create-banner.subtitle':
|
|
36
|
-
'Een vrije vorm, AI-gestuurde editor die direct synchroniseert met uw Studio-documenten.',
|
|
37
|
-
/** Header of the "Start writing in Create" banner */
|
|
38
|
-
'start-in-create-banner.title': 'Begin met Sanity Create',
|
|
39
|
-
/** Header badge of the "Start writing in Create" banner */
|
|
40
|
-
'start-in-create-banner.title-badge': 'Vroege toegang',
|
|
41
|
-
|
|
42
20
|
/** CTA in "Start writing in Create" dialog: Learn more */
|
|
43
21
|
'start-in-create-dialog.cta.learn-more': 'Meer leren',
|
|
44
|
-
/** Toast error message when we dont have a resolved Sanity Create url*/
|
|
45
|
-
'start-in-create-dialog.error-toast.unresolved-url': 'Kan de URL van Sanity Create niet bepalen.',
|
|
46
|
-
|
|
47
|
-
/** "Start in Sanity Create" link button text */
|
|
48
|
-
'start-in-create-link.label': 'Begin in Create',
|
|
49
22
|
|
|
50
23
|
/** Text for the document pane banner informing users that the document is linked to Sanity Create */
|
|
51
24
|
'studio-create-link-banner.text': 'Dit document is gekoppeld aan Sanity Create',
|
package/src/index.ts
CHANGED
package/src/structure.ts
CHANGED
|
@@ -11,6 +11,9 @@ export default removeUndefinedLocaleResources({
|
|
|
11
11
|
'action.delete.label': 'Verwijderen',
|
|
12
12
|
/** Label for the "Delete" document action while the document is being deleted */
|
|
13
13
|
'action.delete.running.label': 'Verwijderen…',
|
|
14
|
+
/** Tooltip when action is disabled because the document is linked to Canvas */
|
|
15
|
+
'action.disabled-by-canvas.tooltip':
|
|
16
|
+
'Sommige documentacties zijn uitgeschakeld voor documenten die gekoppeld zijn aan Canvas',
|
|
14
17
|
/** Message prompting the user to confirm discarding changes */
|
|
15
18
|
'action.discard-changes.confirm-dialog.confirm-discard-changes':
|
|
16
19
|
'Weet u zeker dat u alle wijzigingen wilt verwijderen sinds de laatste publicatie?',
|
|
@@ -178,6 +181,22 @@ export default removeUndefinedLocaleResources({
|
|
|
178
181
|
/** The title for the close group button on the split pane on the document panel header */
|
|
179
182
|
'buttons.split-pane-close-group-button.title': 'Sluit paneelgroep',
|
|
180
183
|
|
|
184
|
+
/** The text for the canvas linked banner action button */
|
|
185
|
+
'canvas.banner.edit-in-canvas-action': 'Bewerk in Canvas',
|
|
186
|
+
/** The text for the canvas linked banner when the document is a draft */
|
|
187
|
+
'canvas.banner.linked-text.draft': 'Dit conceptdocument is gekoppeld aan Canvas',
|
|
188
|
+
/** The text for the canvas linked banner when the document is a live document */
|
|
189
|
+
'canvas.banner.linked-text.published': 'Dit live document is gekoppeld aan Canvas',
|
|
190
|
+
/** The text for the canvas linked banner when the document is a version document */
|
|
191
|
+
'canvas.banner.linked-text.version': 'Dit versiedocument is gekoppeld aan Canvas',
|
|
192
|
+
/** The text for the canvas linked banner popover button */
|
|
193
|
+
'canvas.banner.popover-button-text': 'Meer leren',
|
|
194
|
+
/** The description for the canvas linked banner popover */
|
|
195
|
+
'canvas.banner.popover-description':
|
|
196
|
+
'Canvas stelt je in staat om in een vrij vormgegeven editor te schrijven die automatisch terugkaart naar de Studio als gestructureerde inhoud - terwijl je typt.',
|
|
197
|
+
/** The heading for the canvas linked banner popover */
|
|
198
|
+
'canvas.banner.popover-heading': 'Idee eerst schrijven',
|
|
199
|
+
|
|
181
200
|
/** The label used in the changes inspector for the from selector */
|
|
182
201
|
'changes.from.label': 'Van',
|
|
183
202
|
/* The label for the history tab in the changes inspector*/
|
|
@@ -197,6 +216,9 @@ export default removeUndefinedLocaleResources({
|
|
|
197
216
|
/** The error message shown when the previous document for comparison could not be extracted from the URL */
|
|
198
217
|
'compare-version.error.invalidPreviousDocumentParam': 'De vorige documentparameter is ongeldig.',
|
|
199
218
|
|
|
219
|
+
/** The text for the tooltip when the "Compare versions" action for a document is disabled */
|
|
220
|
+
'compare-versions.menu-item.disabled-reason':
|
|
221
|
+
'Er zijn geen andere versies van dit document om te vergelijken.',
|
|
200
222
|
/** The text for the "Compare versions" action for a document */
|
|
201
223
|
'compare-versions.menu-item.title': 'Versies vergelijken',
|
|
202
224
|
/** The string used to label draft documents */
|
|
@@ -335,6 +357,11 @@ export default removeUndefinedLocaleResources({
|
|
|
335
357
|
/** The title of the sync lock toast on the form view */
|
|
336
358
|
'document-view.form-view.sync-lock-toast.title': 'Document synchroniseren…',
|
|
337
359
|
|
|
360
|
+
/** The description for the document favorite action */
|
|
361
|
+
'document.favorites.add-to-favorites': 'Toevoegen aan favorieten',
|
|
362
|
+
/** The description for the document unfavorite action */
|
|
363
|
+
'document.favorites.remove-from-favorites': 'Verwijderen uit favorieten',
|
|
364
|
+
|
|
338
365
|
/**The title for the menu items that will be shown when expanding a publish release event to inspect the document */
|
|
339
366
|
'events.inspect.release': 'Inspecteer <VersionBadge>{{releaseTitle}}</VersionBadge> document',
|
|
340
367
|
/**The title for the menu items that will be shown when expanding a publish draft event to inspect the draft document*/
|
package/src/studio.ts
CHANGED
|
@@ -1,6 +1,32 @@
|
|
|
1
1
|
import {removeUndefinedLocaleResources} from 'sanity'
|
|
2
2
|
|
|
3
3
|
export default removeUndefinedLocaleResources({
|
|
4
|
+
/** "Disabled" status for auto-updates in About-dialog */
|
|
5
|
+
'about-dialog.version-info.auto-updates.disabled': 'Uitgeschakeld',
|
|
6
|
+
/** "Enabled" status for auto-updates in About-dialog */
|
|
7
|
+
'about-dialog.version-info.auto-updates.enabled': 'Ingeschakeld',
|
|
8
|
+
/** "Auto Updates" status header in About-dialog */
|
|
9
|
+
'about-dialog.version-info.auto-updates.header': 'Automatische Updates',
|
|
10
|
+
/** "How to enable" next to Disabled state for Auto updates in about dialog */
|
|
11
|
+
'about-dialog.version-info.auto-updates.how-to-enable': 'Hoe in te schakelen',
|
|
12
|
+
/** Text displayed on the "Copy to clipboard"-button after clicked */
|
|
13
|
+
'about-dialog.version-info.copy-to-clipboard-button.copied-text':
|
|
14
|
+
'Gekopieerd naar klembord. Gelukkig plakken!',
|
|
15
|
+
/** "Copy to Clipboard" button text for copying version details from About-dialog */
|
|
16
|
+
'about-dialog.version-info.copy-to-clipboard-button.text': 'Kopiëren naar klembord',
|
|
17
|
+
/** "Current version" header in about dialog */
|
|
18
|
+
'about-dialog.version-info.current-version.header': 'Huidige versie',
|
|
19
|
+
/** "How to upgrade" link text */
|
|
20
|
+
'about-dialog.version-info.how-to-upgrade': 'Hoe te upgraden',
|
|
21
|
+
/** "Latest version" header in about dialog */
|
|
22
|
+
'about-dialog.version-info.latest-version.header': 'Laatste versie',
|
|
23
|
+
/** "Latest version" header in about dialog */
|
|
24
|
+
'about-dialog.version-info.latest-version.text': 'Laatste versie is {{latestVersion}}',
|
|
25
|
+
/** "Up to date" status in About-dialog */
|
|
26
|
+
'about-dialog.version-info.up-to-date': 'Up-to-date',
|
|
27
|
+
/** "User agent" header in About-dialog */
|
|
28
|
+
'about-dialog.version-info.user-agent.header': 'User agent',
|
|
29
|
+
|
|
4
30
|
/** The text used in the tooltip shown in the dialog close button */
|
|
5
31
|
'announcement.dialog.close': 'Sluiten',
|
|
6
32
|
/** Aria label to be used in the dialog close button */
|
|
@@ -61,11 +87,18 @@ export default removeUndefinedLocaleResources({
|
|
|
61
87
|
/** Text shown when the list of assets only include a specific set of types */
|
|
62
88
|
'asset-source.dialog.accept-message':
|
|
63
89
|
'Alleen assets van geaccepteerde typen worden getoond: <strong>{{acceptTypes}}</strong>',
|
|
90
|
+
/** Select asset dialog cancel-button */
|
|
91
|
+
'asset-source.dialog.button.cancel': 'Annuleren',
|
|
92
|
+
/** Select asset dialog select-button */
|
|
93
|
+
'asset-source.dialog.button.select': 'Selecteren',
|
|
64
94
|
/** Keys shared between both image asset source and file asset source */
|
|
65
95
|
/** Select asset dialog title for files */
|
|
66
96
|
'asset-source.dialog.default-title_file': 'Selecteer bestand',
|
|
67
97
|
/** Select asset dialog title for images */
|
|
68
98
|
'asset-source.dialog.default-title_image': 'Selecteer afbeelding',
|
|
99
|
+
/** Insert asset error */
|
|
100
|
+
'asset-source.dialog.insert-asset-error':
|
|
101
|
+
'Fout bij het invoegen van asset. Zie de console voor meer informatie.',
|
|
69
102
|
/** Select asset dialog load more items */
|
|
70
103
|
'asset-source.dialog.load-more': 'Meer laden',
|
|
71
104
|
/** Text shown when selecting a file but there's no files to select from */
|
|
@@ -92,6 +125,7 @@ export default removeUndefinedLocaleResources({
|
|
|
92
125
|
'asset-source.image.asset-list.delete-successful': 'Afbeelding is verwijderd',
|
|
93
126
|
/** Text displayed on button or menu invoking the image asset source */
|
|
94
127
|
'asset-source.image.title': 'Geüploade afbeeldingen',
|
|
128
|
+
/** Built in asset source usage texts */
|
|
95
129
|
'asset-source.usage-list.documents-using-file_named_one':
|
|
96
130
|
'Eén document gebruikt bestand <code>{{filename}}</code>',
|
|
97
131
|
'asset-source.usage-list.documents-using-file_named_other':
|
|
@@ -120,6 +154,16 @@ export default removeUndefinedLocaleResources({
|
|
|
120
154
|
'asset-source.usage-list.documents-using-image_unnamed_zero':
|
|
121
155
|
'Geen documenten gebruiken deze afbeelding',
|
|
122
156
|
|
|
157
|
+
/** Common (all) Asset Source texts. Note that all translation keys starting with 'asset-source.' is for the built in asset source. */
|
|
158
|
+
'asset-sources.common.uploader.upload-failed.description': 'Zie de console voor meer informatie.',
|
|
159
|
+
'asset-sources.common.uploader.upload-failed.title': 'Upload mislukt',
|
|
160
|
+
/** Menu Items for Dataset Asset Source (will be replaced with workspace name by default) */
|
|
161
|
+
'asset-sources.dataset.file.title': 'Werkruimte bestanden',
|
|
162
|
+
'asset-sources.dataset.image.title': 'Werkruimte afbeeldingen',
|
|
163
|
+
/** Menu Items for Media Library Asset Source */
|
|
164
|
+
'asset-sources.media-library.file.title': 'Media Bibliotheek',
|
|
165
|
+
'asset-sources.media-library.image.title': 'Media Bibliotheek',
|
|
166
|
+
|
|
123
167
|
/** Label when a release has been deleted by a different user */
|
|
124
168
|
'banners.deleted-bundle-banner.text': "De release '<strong>{{title}}</strong>' is verwijderd.",
|
|
125
169
|
|
|
@@ -141,10 +185,8 @@ export default removeUndefinedLocaleResources({
|
|
|
141
185
|
'calendar.action.go-to-yesterday': 'Gisteren',
|
|
142
186
|
/** Label for switch that controls whether or not to include time in given timestamp */
|
|
143
187
|
'calendar.action.include-time-label': 'Tijd opnemen',
|
|
144
|
-
/** Action message for selecting the
|
|
145
|
-
'calendar.action.select-
|
|
146
|
-
/** Action message for selecting the minute */
|
|
147
|
-
'calendar.action.select-minute': 'Selecteer minuut',
|
|
188
|
+
/** Action message for selecting the time */
|
|
189
|
+
'calendar.action.select-time': 'Selecteer tijd',
|
|
148
190
|
/** Action message for setting to the current time */
|
|
149
191
|
'calendar.action.set-to-current-time': 'Instellen op de huidige tijd',
|
|
150
192
|
/** 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 */
|
|
@@ -371,6 +413,9 @@ export default removeUndefinedLocaleResources({
|
|
|
371
413
|
/** Label to show in the document footer indicating the revision from date of the document */
|
|
372
414
|
'document-status.revision-from': 'Revisie van <em>{{date}}</em>',
|
|
373
415
|
|
|
416
|
+
/** Label to indicate that a document type was not found */
|
|
417
|
+
'document.type.not-found': 'Documenttype "{{type}}" niet gevonden',
|
|
418
|
+
|
|
374
419
|
/** The value of the <code>_key</code> property must be a unique string. */
|
|
375
420
|
'form.error.duplicate-keys-alert.details.additional-description':
|
|
376
421
|
'De waarde van de <code>_key</code> eigenschap moet een unieke string zijn.',
|
|
@@ -479,6 +524,8 @@ export default removeUndefinedLocaleResources({
|
|
|
479
524
|
|
|
480
525
|
/** Text for button to cancel an ongoing upload */
|
|
481
526
|
'input.files.common.cancel-upload': 'Annuleren',
|
|
527
|
+
/** Text for menuitem upload button default asset source */
|
|
528
|
+
'input.files.common.upload-placeholder.file-input-button.default-source.badge': 'Standaard',
|
|
482
529
|
/** Text for file input button in upload placeholder */
|
|
483
530
|
'input.files.common.upload-placeholder.file-input-button.text': 'Uploaden',
|
|
484
531
|
/** Uploading <FileName/> */
|
|
@@ -626,6 +673,9 @@ export default removeUndefinedLocaleResources({
|
|
|
626
673
|
'inputs.files.common.placeholder.drop-to-upload_image': 'Laat vallen om afbeelding te uploaden',
|
|
627
674
|
/** Read only */
|
|
628
675
|
'inputs.files.common.placeholder.read-only': 'Alleen-lezen',
|
|
676
|
+
/** Select asset source destination for files to upload */
|
|
677
|
+
'inputs.files.common.placeholder.select-asset-source-upload-destination':
|
|
678
|
+
'Upload bestanden naar:',
|
|
629
679
|
/** Can't upload files here */
|
|
630
680
|
'inputs.files.common.placeholder.upload-not-supported': 'Kan hier geen bestanden uploaden',
|
|
631
681
|
/** Clear upload */
|
|
@@ -965,6 +1015,9 @@ export default removeUndefinedLocaleResources({
|
|
|
965
1015
|
'inputs.reference.error.nonexistent-document.clear-button-label': 'Wissen',
|
|
966
1016
|
/** Error title for when the search for a reference failed. Note that the message sent by the backend may not be localized. */
|
|
967
1017
|
'inputs.reference.error.search-failed-title': 'Zoeken naar referentie mislukt',
|
|
1018
|
+
/** Label for when the GDR points to an invalid type */
|
|
1019
|
+
'inputs.reference.global.invalid-type':
|
|
1020
|
+
'Het gerefereerde document is van een ongeldig type ({{typeName}})',
|
|
968
1021
|
/** Alternative text for the image shown in cross-dataset reference input */
|
|
969
1022
|
'inputs.reference.image-preview-alt-text': 'Afbeeldingsvoorbeeld van het gerefereerde document',
|
|
970
1023
|
/** Description for alert shown when a reference in a live-edit document is marked as being weak, the referenced document exists, AND the reference is supposed to be have been strengthened on publish */
|
|
@@ -1185,9 +1238,6 @@ export default removeUndefinedLocaleResources({
|
|
|
1185
1238
|
'release.action.discard-version': 'Versie verwijderen',
|
|
1186
1239
|
/** Description for toast when version discarding failed */
|
|
1187
1240
|
'release.action.discard-version.failure': 'Mislukt om versie te verwijderen',
|
|
1188
|
-
/** Description for toast when version deletion is successfully discarded */
|
|
1189
|
-
'release.action.discard-version.success':
|
|
1190
|
-
'Versie <strong>{{title}}</strong> is succesvol verwijderd',
|
|
1191
1241
|
/** Action message for when a new release is created off an existing version, draft or published document */
|
|
1192
1242
|
'release.action.new-release': 'Nieuwe Release',
|
|
1193
1243
|
/** Tooltip message for not having permissions for creating new releases */
|
|
@@ -1208,6 +1258,8 @@ export default removeUndefinedLocaleResources({
|
|
|
1208
1258
|
'release.chip.global.drafts': 'Concepten',
|
|
1209
1259
|
/** Label for Published chip in document header */
|
|
1210
1260
|
'release.chip.published': 'Gepubliceerd',
|
|
1261
|
+
/** Label for tooltip in chip when document is in an archived release */
|
|
1262
|
+
'release.chip.tooltip.archived': 'Deze release is gearchiveerd en kan niet worden bewerkt.',
|
|
1211
1263
|
/** Label for tooltip in chip with the created date */
|
|
1212
1264
|
'release.chip.tooltip.created-date': 'Gecreëerd {{date}}',
|
|
1213
1265
|
/** Label for tooltip in draft chip when it's a live edit document */
|
|
@@ -1231,6 +1283,8 @@ export default removeUndefinedLocaleResources({
|
|
|
1231
1283
|
'release.deleted-tooltip': 'Deze release is verwijderd',
|
|
1232
1284
|
/** Title for copying version to a new release dialog */
|
|
1233
1285
|
'release.dialog.copy-to-release.title': 'Versie kopiëren naar nieuwe release',
|
|
1286
|
+
/** Title for action create a release */
|
|
1287
|
+
'release.dialog.create.confirm': 'Release aanmaken',
|
|
1234
1288
|
/** Title for creating releases dialog */
|
|
1235
1289
|
'release.dialog.create.title': 'Nieuwe release',
|
|
1236
1290
|
/** Label for description in tooltip to explain release types */
|
|
@@ -1252,12 +1306,18 @@ export default removeUndefinedLocaleResources({
|
|
|
1252
1306
|
'release.navbar.tooltip': 'Releases',
|
|
1253
1307
|
/** The placeholder text when the release doesn't have a title */
|
|
1254
1308
|
'release.placeholder-untitled-release': 'Naamloze release',
|
|
1309
|
+
/** The toast description that will be shown when the user has a release perspective which is now archived */
|
|
1310
|
+
'release.toast.archived-release.description': 'Deze release is losgemaakt',
|
|
1255
1311
|
/** The toast title that will be shown when the user has a release perspective which is now archived */
|
|
1256
1312
|
'release.toast.archived-release.title': "De '{{title}}' release is gearchiveerd",
|
|
1257
|
-
/** The toast
|
|
1313
|
+
/** The toast title that will be shown the creating a release fails */
|
|
1258
1314
|
'release.toast.create-release-error.title': 'Aanmaken van release mislukt',
|
|
1259
1315
|
/**The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1260
1316
|
'release.toast.not-found-release.title': "De release '{{title}}' kon niet worden gevonden",
|
|
1317
|
+
/** The toast description that will be shown when the user has a release perspective which is now published */
|
|
1318
|
+
'release.toast.published-release.description': 'Deze release is losgemaakt',
|
|
1319
|
+
/** The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1320
|
+
'release.toast.published-release.title': "De '{{title}}' release is gepubliceerd",
|
|
1261
1321
|
/** Label for when a version of a document has already been added to the release */
|
|
1262
1322
|
'release.tooltip.already-added': 'Een versie van dit document is al toegevoegd',
|
|
1263
1323
|
/** Label for when a release is scheduled / scheduling and a user can't add a document version to it */
|