@sanity/locale-nl-nl 1.1.21 → 1.1.22

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/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() {
@@ -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
@@ -3,6 +3,10 @@ const locale = defineLocale({
3
3
  id: "nl-NL",
4
4
  title: "Nederlands",
5
5
  bundles: [
6
+ {
7
+ namespace: "canvas",
8
+ resources: () => import("./_chunks-es/canvas.js")
9
+ },
6
10
  {
7
11
  namespace: "comments",
8
12
  resources: () => import("./_chunks-es/comments.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: '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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/locale-nl-nl",
3
- "version": "1.1.21",
3
+ "version": "1.1.22",
4
4
  "private": false,
5
5
  "description": "Dutch / Nederlands locale/translation for Sanity Studio",
6
6
  "keywords": [
package/src/canvas.ts ADDED
@@ -0,0 +1,59 @@
1
+ import {removeUndefinedLocaleResources} from 'sanity'
2
+
3
+ export default removeUndefinedLocaleResources({
4
+ /** The text for the "Edit in Canvas" action. */
5
+ 'action.edit-document': undefined, // 'Edit in Canvas'
6
+ /** The text for the "Link to Canvas" action. */
7
+ 'action.link-document': undefined, // 'Link to 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': undefined, // 'Please wait until the document initial values are resolved'
10
+ /** The text for the "Link to Canvas" action when the user doesn't have permissions to link the document to Canvas. */
11
+ 'action.link-document-disabled.missing-permissions': undefined, // 'You don\'t have permissions to link this document to Canvas'
12
+ /** The text for the "Link to Canvas" action when the document is not in the dashboard. */
13
+ 'action.link-document-disabled.not-in-dashboard': undefined, // 'Open this document in Dashboard to link to Canvas'
14
+ /** The text for the "Link to Canvas" action when the document is a version document. */
15
+ 'action.link-document-disabled.version-document': undefined, // 'Version documents are not yet supported in Canvas'
16
+ /** The text for the "Unlink from Canvas" action. */
17
+ 'action.unlink-document': undefined, // 'Unlink from Canvas'
18
+
19
+ /** The text for the action button in the banner when the document is linked to Canvas. */
20
+ 'banner.edit-document-in-canvas': undefined, // 'Edit in Canvas'
21
+ /** The text for the banner when the document is linked to Canvas. */
22
+ 'banner.linked-to-canvas': undefined, // 'This document is linked to Canvas'
23
+
24
+ /** The text for the "Confirm document changes" dialog cancel button. */
25
+ 'dialog.confirm-document-changes.cancel': undefined, // 'Cancel'
26
+ /** The text for the "Confirm document changes" dialog confirm button. */
27
+ 'dialog.confirm-document-changes.confirm': undefined, // 'Accept and continue'
28
+ /** The description for the "Confirm document changes" dialog. */
29
+ 'dialog.confirm-document-changes.description': undefined, // 'This document needs to be updated to be compatible with Canvas.\n Existing content may be edited or removed as part of this process.'
30
+ /** The description for the "Confirm document changes" dialog footer. */
31
+ 'dialog.confirm-document-changes.footer-description': undefined, // 'You can unlink from Canvas at any time'
32
+ /** The title for the "Confirm document changes" dialog. */
33
+ 'dialog.confirm-document-changes.title': undefined, // 'Confirm document changes'
34
+ /** The text for the Link to Canvas dialog when there is a error. */
35
+ 'dialog.link-to-canvas.error': undefined, // 'Failed to link to Canvas'
36
+ /** The text for the "Link to Canvas" dialog when the document is being redirected. */
37
+ 'dialog.link-to-canvas.redirecting': undefined, // 'Taking you to Canvas to complete linking...'
38
+ /** The title for the "Link to Canvas" dialog. */
39
+ 'dialog.link-to-canvas.title': undefined, // 'Link to Canvas'
40
+ /** The text for the "Link to Canvas" dialog when the document is being validated. */
41
+ 'dialog.link-to-canvas.validating': undefined, // 'Validating'
42
+ /** The text for the "Unlink from Canvas" dialog cancel button. */
43
+ 'dialog.unlink-from-canvas.cancel': undefined, // 'Cancel'
44
+ /** The text for the "Unlink from Canvas" dialog description. */
45
+ 'dialog.unlink-from-canvas.description': undefined, // 'Once unlinked, it will be editable here and future edits in Canvas will no longer automatically map to this document.'
46
+ /** The text for the "Unlink from Canvas" dialog error message. */
47
+ 'dialog.unlink-from-canvas.error': undefined, // 'Failed to unlink from Canvas'
48
+ /** The text for the "Unlink from Canvas" dialog success message. */
49
+ 'dialog.unlink-from-canvas.success': undefined, // 'Unlinked from Canvas'
50
+ /** The title for the "Unlink from Canvas" dialog. */
51
+ 'dialog.unlink-from-canvas.title': undefined, // 'Unlink from Canvas'
52
+ /** The text for the "Unlink from Canvas" dialog unlink button. */
53
+ 'dialog.unlink-from-canvas.unlink-action': undefined, // 'Unlink now'
54
+ /** The text for the "Unlink from Canvas" dialog when the document is being unlinked. */
55
+ 'dialog.unlink-from-canvas.unlinking': undefined, // 'You\'re unlinking <strong>“{{documentTitle}}”</strong> from Canvas.'
56
+
57
+ /** The text for the "Navigate to Canvas" dialog error message. */
58
+ 'navigate-to-canvas-doc.error.missing-permissions': undefined, // 'Missing permissions to navigate to Canvas'
59
+ })
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
@@ -4,6 +4,11 @@ const locale = defineLocale({
4
4
  id: 'nl-NL',
5
5
  title: 'Nederlands',
6
6
  bundles: [
7
+ {
8
+ namespace: 'canvas',
9
+ resources: () => import('./canvas'),
10
+ },
11
+
7
12
  {
8
13
  namespace: 'comments',
9
14
  resources: () => import('./comments'),
package/src/structure.ts CHANGED
@@ -11,6 +11,8 @@ 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': undefined, // 'Some document actions are disabled for documents linked to Canvas'
14
16
  /** Message prompting the user to confirm discarding changes */
15
17
  'action.discard-changes.confirm-dialog.confirm-discard-changes':
16
18
  'Weet u zeker dat u alle wijzigingen wilt verwijderen sinds de laatste publicatie?',
@@ -178,6 +180,21 @@ export default removeUndefinedLocaleResources({
178
180
  /** The title for the close group button on the split pane on the document panel header */
179
181
  'buttons.split-pane-close-group-button.title': 'Sluit paneelgroep',
180
182
 
183
+ /** The text for the canvas linked banner action button */
184
+ 'canvas.banner.edit-in-canvas-action': undefined, // 'Edit in Canvas'
185
+ /** The text for the canvas linked banner when the document is a draft */
186
+ 'canvas.banner.linked-text.draft': undefined, // 'This draft document is linked to Canvas'
187
+ /** The text for the canvas linked banner when the document is a live document */
188
+ 'canvas.banner.linked-text.published': undefined, // 'This live document is linked to Canvas'
189
+ /** The text for the canvas linked banner when the document is a version document */
190
+ 'canvas.banner.linked-text.version': undefined, // 'This version document is linked to Canvas'
191
+ /** The text for the canvas linked banner popover button */
192
+ 'canvas.banner.popover-button-text': undefined, // 'Learn more'
193
+ /** The description for the canvas linked banner popover */
194
+ 'canvas.banner.popover-description': undefined, // 'Canvas lets you author in a free-form editor that automatically maps back to the Studio as structured content - as you type.'
195
+ /** The heading for the canvas linked banner popover */
196
+ 'canvas.banner.popover-heading': undefined, // 'Idea first authoring'
197
+
181
198
  /** The label used in the changes inspector for the from selector */
182
199
  'changes.from.label': 'Van',
183
200
  /* The label for the history tab in the changes inspector*/
@@ -197,6 +214,8 @@ export default removeUndefinedLocaleResources({
197
214
  /** The error message shown when the previous document for comparison could not be extracted from the URL */
198
215
  'compare-version.error.invalidPreviousDocumentParam': 'De vorige documentparameter is ongeldig.',
199
216
 
217
+ /** The text for the tooltip when the "Compare versions" action for a document is disabled */
218
+ 'compare-versions.menu-item.disabled-reason': undefined, // 'There are no other versions of this document to compare.'
200
219
  /** The text for the "Compare versions" action for a document */
201
220
  'compare-versions.menu-item.title': 'Versies vergelijken',
202
221
  /** The string used to label draft documents */
@@ -335,6 +354,11 @@ export default removeUndefinedLocaleResources({
335
354
  /** The title of the sync lock toast on the form view */
336
355
  'document-view.form-view.sync-lock-toast.title': 'Document synchroniseren…',
337
356
 
357
+ /** The description for the document favorite action */
358
+ 'document.favorites.add-to-favorites': undefined, // 'Add to favorites'
359
+ /** The description for the document unfavorite action */
360
+ 'document.favorites.remove-from-favorites': undefined, // 'Remove from favorites'
361
+
338
362
  /**The title for the menu items that will be shown when expanding a publish release event to inspect the document */
339
363
  'events.inspect.release': 'Inspecteer <VersionBadge>{{releaseTitle}}</VersionBadge> document',
340
364
  /**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,31 @@
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': undefined, // 'Disabled'
6
+ /** "Enabled" status for auto-updates in About-dialog */
7
+ 'about-dialog.version-info.auto-updates.enabled': undefined, // 'Enabled'
8
+ /** "Auto Updates" status header in About-dialog */
9
+ 'about-dialog.version-info.auto-updates.header': undefined, // 'Auto 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': undefined, // 'How to enable'
12
+ /** Text displayed on the "Copy to clipboard"-button after clicked */
13
+ 'about-dialog.version-info.copy-to-clipboard-button.copied-text': undefined, // 'Copied to Clipboard. Happy pasting!'
14
+ /** "Copy to Clipboard" button text for copying version details from About-dialog */
15
+ 'about-dialog.version-info.copy-to-clipboard-button.text': undefined, // 'Copy to Clipboard'
16
+ /** "Current version" header in about dialog */
17
+ 'about-dialog.version-info.current-version.header': undefined, // 'Current version'
18
+ /** "How to upgrade" link text */
19
+ 'about-dialog.version-info.how-to-upgrade': undefined, // 'How to upgrade'
20
+ /** "Latest version" header in about dialog */
21
+ 'about-dialog.version-info.latest-version.header': undefined, // 'Latest version'
22
+ /** "Latest version" header in about dialog */
23
+ 'about-dialog.version-info.latest-version.text': undefined, // 'Latest version is {{latestVersion}}'
24
+ /** "Up to date" status in About-dialog */
25
+ 'about-dialog.version-info.up-to-date': undefined, // 'Up to date'
26
+ /** "User agent" header in About-dialog */
27
+ 'about-dialog.version-info.user-agent.header': undefined, // 'User agent'
28
+
4
29
  /** The text used in the tooltip shown in the dialog close button */
5
30
  'announcement.dialog.close': 'Sluiten',
6
31
  /** Aria label to be used in the dialog close button */
@@ -61,11 +86,17 @@ export default removeUndefinedLocaleResources({
61
86
  /** Text shown when the list of assets only include a specific set of types */
62
87
  'asset-source.dialog.accept-message':
63
88
  'Alleen assets van geaccepteerde typen worden getoond: <strong>{{acceptTypes}}</strong>',
89
+ /** Select asset dialog cancel-button */
90
+ 'asset-source.dialog.button.cancel': undefined, // 'Cancel'
91
+ /** Select asset dialog select-button */
92
+ 'asset-source.dialog.button.select': undefined, // 'Select'
64
93
  /** Keys shared between both image asset source and file asset source */
65
94
  /** Select asset dialog title for files */
66
95
  'asset-source.dialog.default-title_file': 'Selecteer bestand',
67
96
  /** Select asset dialog title for images */
68
97
  'asset-source.dialog.default-title_image': 'Selecteer afbeelding',
98
+ /** Insert asset error */
99
+ 'asset-source.dialog.insert-asset-error': undefined, // 'Error inserting asset. See the console for more information.'
69
100
  /** Select asset dialog load more items */
70
101
  'asset-source.dialog.load-more': 'Meer laden',
71
102
  /** Text shown when selecting a file but there's no files to select from */
@@ -92,6 +123,7 @@ export default removeUndefinedLocaleResources({
92
123
  'asset-source.image.asset-list.delete-successful': 'Afbeelding is verwijderd',
93
124
  /** Text displayed on button or menu invoking the image asset source */
94
125
  'asset-source.image.title': 'Geüploade afbeeldingen',
126
+ /** Built in asset source usage texts */
95
127
  'asset-source.usage-list.documents-using-file_named_one':
96
128
  'Eén document gebruikt bestand <code>{{filename}}</code>',
97
129
  'asset-source.usage-list.documents-using-file_named_other':
@@ -120,6 +152,16 @@ export default removeUndefinedLocaleResources({
120
152
  'asset-source.usage-list.documents-using-image_unnamed_zero':
121
153
  'Geen documenten gebruiken deze afbeelding',
122
154
 
155
+ /** Common (all) Asset Source texts. Note that all translation keys starting with 'asset-source.' is for the built in asset source. */
156
+ 'asset-sources.common.uploader.upload-failed.description': undefined, // 'See the console for more information.'
157
+ 'asset-sources.common.uploader.upload-failed.title': undefined, // 'Upload failed'
158
+ /** Menu Items for Dataset Asset Source (will be replaced with workspace name by default) */
159
+ 'asset-sources.dataset.file.title': undefined, // 'Workspace files'
160
+ 'asset-sources.dataset.image.title': undefined, // 'Workspace images'
161
+ /** Menu Items for Media Library Asset Source */
162
+ 'asset-sources.media-library.file.title': undefined, // 'Media Library'
163
+ 'asset-sources.media-library.image.title': undefined, // 'Media Library'
164
+
123
165
  /** Label when a release has been deleted by a different user */
124
166
  'banners.deleted-bundle-banner.text': "De release '<strong>{{title}}</strong>' is verwijderd.",
125
167
 
@@ -141,10 +183,8 @@ export default removeUndefinedLocaleResources({
141
183
  'calendar.action.go-to-yesterday': 'Gisteren',
142
184
  /** Label for switch that controls whether or not to include time in given timestamp */
143
185
  'calendar.action.include-time-label': 'Tijd opnemen',
144
- /** Action message for selecting the hour */
145
- 'calendar.action.select-hour': 'Selecteer uur',
146
- /** Action message for selecting the minute */
147
- 'calendar.action.select-minute': 'Selecteer minuut',
186
+ /** Action message for selecting the time */
187
+ 'calendar.action.select-time': undefined, // 'Select time'
148
188
  /** Action message for setting to the current time */
149
189
  'calendar.action.set-to-current-time': 'Instellen op de huidige tijd',
150
190
  /** 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 +411,9 @@ export default removeUndefinedLocaleResources({
371
411
  /** Label to show in the document footer indicating the revision from date of the document */
372
412
  'document-status.revision-from': 'Revisie van <em>{{date}}</em>',
373
413
 
414
+ /** Label to indicate that a document type was not found */
415
+ 'document.type.not-found': undefined, // 'Document type "{{type}}" not found'
416
+
374
417
  /** The value of the <code>_key</code> property must be a unique string. */
375
418
  'form.error.duplicate-keys-alert.details.additional-description':
376
419
  'De waarde van de <code>_key</code> eigenschap moet een unieke string zijn.',
@@ -479,6 +522,8 @@ export default removeUndefinedLocaleResources({
479
522
 
480
523
  /** Text for button to cancel an ongoing upload */
481
524
  'input.files.common.cancel-upload': 'Annuleren',
525
+ /** Text for menuitem upload button default asset source */
526
+ 'input.files.common.upload-placeholder.file-input-button.default-source.badge': undefined, // 'Default'
482
527
  /** Text for file input button in upload placeholder */
483
528
  'input.files.common.upload-placeholder.file-input-button.text': 'Uploaden',
484
529
  /** Uploading <FileName/> */
@@ -626,6 +671,8 @@ export default removeUndefinedLocaleResources({
626
671
  'inputs.files.common.placeholder.drop-to-upload_image': 'Laat vallen om afbeelding te uploaden',
627
672
  /** Read only */
628
673
  'inputs.files.common.placeholder.read-only': 'Alleen-lezen',
674
+ /** Select asset source destination for files to upload */
675
+ 'inputs.files.common.placeholder.select-asset-source-upload-destination': undefined, // 'Upload files to:'
629
676
  /** Can't upload files here */
630
677
  'inputs.files.common.placeholder.upload-not-supported': 'Kan hier geen bestanden uploaden',
631
678
  /** Clear upload */
@@ -965,6 +1012,8 @@ export default removeUndefinedLocaleResources({
965
1012
  'inputs.reference.error.nonexistent-document.clear-button-label': 'Wissen',
966
1013
  /** Error title for when the search for a reference failed. Note that the message sent by the backend may not be localized. */
967
1014
  'inputs.reference.error.search-failed-title': 'Zoeken naar referentie mislukt',
1015
+ /** Label for when the GDR points to an invalid type */
1016
+ 'inputs.reference.global.invalid-type': undefined, // 'The referenced document is of invalid type ({{typeName}})'
968
1017
  /** Alternative text for the image shown in cross-dataset reference input */
969
1018
  'inputs.reference.image-preview-alt-text': 'Afbeeldingsvoorbeeld van het gerefereerde document',
970
1019
  /** 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 +1234,6 @@ export default removeUndefinedLocaleResources({
1185
1234
  'release.action.discard-version': 'Versie verwijderen',
1186
1235
  /** Description for toast when version discarding failed */
1187
1236
  '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
1237
  /** Action message for when a new release is created off an existing version, draft or published document */
1192
1238
  'release.action.new-release': 'Nieuwe Release',
1193
1239
  /** Tooltip message for not having permissions for creating new releases */
@@ -1208,6 +1254,8 @@ export default removeUndefinedLocaleResources({
1208
1254
  'release.chip.global.drafts': 'Concepten',
1209
1255
  /** Label for Published chip in document header */
1210
1256
  'release.chip.published': 'Gepubliceerd',
1257
+ /** Label for tooltip in chip when document is in an archived release */
1258
+ 'release.chip.tooltip.archived': undefined, // 'This release is archived and cannot be edited.'
1211
1259
  /** Label for tooltip in chip with the created date */
1212
1260
  'release.chip.tooltip.created-date': 'Gecreëerd {{date}}',
1213
1261
  /** Label for tooltip in draft chip when it's a live edit document */
@@ -1231,6 +1279,8 @@ export default removeUndefinedLocaleResources({
1231
1279
  'release.deleted-tooltip': 'Deze release is verwijderd',
1232
1280
  /** Title for copying version to a new release dialog */
1233
1281
  'release.dialog.copy-to-release.title': 'Versie kopiëren naar nieuwe release',
1282
+ /** Title for action create a release */
1283
+ 'release.dialog.create.confirm': undefined, // 'Create release'
1234
1284
  /** Title for creating releases dialog */
1235
1285
  'release.dialog.create.title': 'Nieuwe release',
1236
1286
  /** Label for description in tooltip to explain release types */
@@ -1252,12 +1302,18 @@ export default removeUndefinedLocaleResources({
1252
1302
  'release.navbar.tooltip': 'Releases',
1253
1303
  /** The placeholder text when the release doesn't have a title */
1254
1304
  'release.placeholder-untitled-release': 'Naamloze release',
1305
+ /** The toast description that will be shown when the user has a release perspective which is now archived */
1306
+ 'release.toast.archived-release.description': undefined, // 'This release has been unpinned'
1255
1307
  /** The toast title that will be shown when the user has a release perspective which is now archived */
1256
1308
  'release.toast.archived-release.title': "De '{{title}}' release is gearchiveerd",
1257
- /** The toast tiele that will be shown the creating a release fails */
1309
+ /** The toast title that will be shown the creating a release fails */
1258
1310
  'release.toast.create-release-error.title': 'Aanmaken van release mislukt',
1259
1311
  /**The toast title that will be shown when the user has a release perspective which is now deleted */
1260
1312
  'release.toast.not-found-release.title': "De release '{{title}}' kon niet worden gevonden",
1313
+ /** The toast description that will be shown when the user has a release perspective which is now published */
1314
+ 'release.toast.published-release.description': undefined, // 'This release has been unpinned'
1315
+ /** The toast title that will be shown when the user has a release perspective which is now deleted */
1316
+ 'release.toast.published-release.title': undefined, // 'The \'{{title}}\' release was published'
1261
1317
  /** Label for when a version of a document has already been added to the release */
1262
1318
  'release.tooltip.already-added': 'Een versie van dit document is al toegevoegd',
1263
1319
  /** Label for when a release is scheduled / scheduling and a user can't add a document version to it */