@sanity/locale-nl-nl 1.1.10 → 1.1.12

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.
@@ -17,6 +17,8 @@ var copyPaste = sanity.removeUndefinedLocaleResources({
17
17
  "copy-paste.on-copy.validation.copy-document-success.title": 'Document "{{fieldNames}}" gekopieerd',
18
18
  /** The success message that is shown when a field is copied */
19
19
  "copy-paste.on-copy.validation.copy-field_one-success.title": 'Veld "{{fieldName}}" gekopieerd',
20
+ /** The success message that is shown when a array item is copied */
21
+ "copy-paste.on-copy.validation.copy-item_one-success.title": 'Item "{{typeName}}" gekopieerd',
20
22
  /** The error message that is shown when there is no value to copy */
21
23
  "copy-paste.on-copy.validation.no-value.title": "Lege waarde, niets om te kopi\xEBren",
22
24
  /** --- On copy --- */
@@ -51,6 +53,8 @@ var copyPaste = sanity.removeUndefinedLocaleResources({
51
53
  "copy-paste.on-paste.validation.reference-filter-incompatible.description": "Referentie is niet toegestaan in referentieveld volgens filter",
52
54
  /** The validation message that is shown when reference types are incompatible */
53
55
  "copy-paste.on-paste.validation.reference-type-incompatible.description": 'Referenties van type "{{sourceReferenceType}}" zijn niet toegestaan in referentieveld dat types "{{targetReferenceTypes}}" accepteert',
56
+ /** The validation message that is shown when reference does not exist */
57
+ "copy-paste.on-paste.validation.reference-validation-failed.description": 'Het gerefereerde document "{{ref}}" bestaat niet',
54
58
  /** The validation message that is shown when the source and target schema types are incompatible */
55
59
  "copy-paste.on-paste.validation.schema-type-incompatible.description": "Bron- en doelschema types zijn niet compatibel",
56
60
  /** The validation message that is shown when schema types are incompatible */
@@ -1 +1 @@
1
- {"version":3,"file":"copy-paste.cjs","sources":["../../src/copy-paste.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Text on the field action button to copy a document */\n 'copy-paste.field-action-copy-button.document.title': 'Document kopiëren',\n /** Text on the field action button to copy a field */\n 'copy-paste.field-action-copy-button.field.title': 'Veld kopiëren',\n /** Text on the field action button to paste a document */\n 'copy-paste.field-action-paste-button.document.title': 'Document plakken',\n /** Text on the field action button to paste a field */\n 'copy-paste.field-action-paste-button.field.title': 'Veld plakken',\n /** The error message that is shown when the clipboard is not supported */\n 'copy-paste.on-copy.validation.clipboard-not-supported.title':\n 'Uw browser ondersteunt deze actie niet',\n /** The success message that is shown when a document is copied */\n 'copy-paste.on-copy.validation.copy-document-success.title':\n 'Document \"{{fieldNames}}\" gekopieerd',\n /** The success message that is shown when a field is copied */\n 'copy-paste.on-copy.validation.copy-field_one-success.title': 'Veld \"{{fieldName}}\" gekopieerd',\n /** The error message that is shown when there is no value to copy */\n 'copy-paste.on-copy.validation.no-value.title': 'Lege waarde, niets om te kopiëren',\n /** --- On copy --- */\n /** The error message that is shown when schema types are incompatible */\n 'copy-paste.on-copy.validation.schema-type-incompatible.title':\n 'Kon schema type voor pad niet oplossen: {{path}}',\n /** The validation message that is shown when array types are incompatible */\n 'copy-paste.on-paste.validation.array-type-incompatible.description':\n 'Waarde van type \"{{type}}\" is niet toegestaan in dit array veld',\n /** The validation message that is shown when array values are incompatible */\n 'copy-paste.on-paste.validation.array-value-incompatible.description':\n 'Waarde van type \"{{type}}\" is niet toegestaan in dit array veld',\n /** The validation message that is shown when the clipboard is empty */\n 'copy-paste.on-paste.validation.clipboard-empty.title': 'Niets om te plakken',\n /** The validation message that is shown when the clipboard item is invalid */\n 'copy-paste.on-paste.validation.clipboard-invalid.title': 'Ongeldig klembord item',\n /** The success message that is shown when a document is pasted */\n 'copy-paste.on-paste.validation.document-paste-success.title':\n 'Document \"{{fieldNames}}\" bijgewerkt',\n /** The success message that is shown when a field is pasted */\n 'copy-paste.on-paste.validation.field_one-paste-success.title': 'Veld \"{{fieldName}}\" bijgewerkt',\n /** The validation message that is shown when image files are incompatible */\n 'copy-paste.on-paste.validation.image-file-incompatible.description':\n 'Een \"{{sourceSchemaType}}\" is niet toegestaan in een \"{{targetSchemaType}}\"',\n /** The error message that is shown when the MIME type is not accepted */\n 'copy-paste.on-paste.validation.mime-type-incompatible.description':\n 'MIME type \"{{mimeType}}\" wordt niet geaccepteerd voor dit veld',\n /** The error message that is shown when the MIME type validation fails */\n 'copy-paste.on-paste.validation.mime-type-validation-failed.description':\n 'MIME type validatie mislukt',\n /** The warning message that is shown when not all values can be pasted */\n 'copy-paste.on-paste.validation.partial-warning.title': 'Kon niet alle waarden plakken',\n /** The validation message that is shown when primitive types are incompatible */\n 'copy-paste.on-paste.validation.primitive-type-incompatible.description':\n 'Waarde van type \"{{type}}\" is niet toegestaan in dit veld',\n /** --- On paste --- */\n /** The validation message that is shown when pasting a value into a read-only target */\n 'copy-paste.on-paste.validation.read-only-target.description': 'Het doel is alleen-lezen',\n /** The validation message that is shown when reference is incompatible with filter */\n 'copy-paste.on-paste.validation.reference-filter-incompatible.description':\n 'Referentie is niet toegestaan in referentieveld volgens filter',\n /** The validation message that is shown when reference types are incompatible */\n 'copy-paste.on-paste.validation.reference-type-incompatible.description':\n 'Referenties van type \"{{sourceReferenceType}}\" zijn niet toegestaan in referentieveld dat types \"{{targetReferenceTypes}}\" accepteert',\n /** The validation message that is shown when the source and target schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.description':\n 'Bron- en doelschema types zijn niet compatibel',\n /** The validation message that is shown when schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.title':\n 'Kon schema type voor pad niet oplossen: {{path}}',\n /** The validation message that is shown when string values are incompatible */\n 'copy-paste.on-paste.validation.string-value-incompatible.description':\n 'Waarde \"{{value}}\" is niet toegestaan in \"{{allowedStrings}}\"',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";;;;AAEA,gBAAeA,qCAA+B,CAAA;AAAA;AAAA,EAE5C,oDAAsD,EAAA,sBAAA;AAAA;AAAA,EAEtD,iDAAmD,EAAA,kBAAA;AAAA;AAAA,EAEnD,qDAAuD,EAAA,kBAAA;AAAA;AAAA,EAEvD,kDAAoD,EAAA,cAAA;AAAA;AAAA,EAEpD,6DACE,EAAA,wCAAA;AAAA;AAAA,EAEF,2DACE,EAAA,sCAAA;AAAA;AAAA,EAEF,4DAA8D,EAAA,iCAAA;AAAA;AAAA,EAE9D,8CAAgD,EAAA,sCAAA;AAAA;AAAA;AAAA,EAGhD,8DACE,EAAA,kDAAA;AAAA;AAAA,EAEF,oEACE,EAAA,iEAAA;AAAA;AAAA,EAEF,qEACE,EAAA,iEAAA;AAAA;AAAA,EAEF,sDAAwD,EAAA,qBAAA;AAAA;AAAA,EAExD,wDAA0D,EAAA,wBAAA;AAAA;AAAA,EAE1D,6DACE,EAAA,sCAAA;AAAA;AAAA,EAEF,8DAAgE,EAAA,iCAAA;AAAA;AAAA,EAEhE,oEACE,EAAA,6EAAA;AAAA;AAAA,EAEF,mEACE,EAAA,gEAAA;AAAA;AAAA,EAEF,wEACE,EAAA,6BAAA;AAAA;AAAA,EAEF,sDAAwD,EAAA,+BAAA;AAAA;AAAA,EAExD,wEACE,EAAA,2DAAA;AAAA;AAAA;AAAA,EAGF,6DAA+D,EAAA,0BAAA;AAAA;AAAA,EAE/D,0EACE,EAAA,gEAAA;AAAA;AAAA,EAEF,wEACE,EAAA,uIAAA;AAAA;AAAA,EAEF,qEACE,EAAA,gDAAA;AAAA;AAAA,EAEF,+DACE,EAAA,kDAAA;AAAA;AAAA,EAEF,sEACE,EAAA,+DAAA;AACJ,CAAC,CAAA;;;;"}
1
+ {"version":3,"file":"copy-paste.cjs","sources":["../../src/copy-paste.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Text on the field action button to copy a document */\n 'copy-paste.field-action-copy-button.document.title': 'Document kopiëren',\n /** Text on the field action button to copy a field */\n 'copy-paste.field-action-copy-button.field.title': 'Veld kopiëren',\n /** Text on the field action button to paste a document */\n 'copy-paste.field-action-paste-button.document.title': 'Document plakken',\n /** Text on the field action button to paste a field */\n 'copy-paste.field-action-paste-button.field.title': 'Veld plakken',\n /** The error message that is shown when the clipboard is not supported */\n 'copy-paste.on-copy.validation.clipboard-not-supported.title':\n 'Uw browser ondersteunt deze actie niet',\n /** The success message that is shown when a document is copied */\n 'copy-paste.on-copy.validation.copy-document-success.title':\n 'Document \"{{fieldNames}}\" gekopieerd',\n /** The success message that is shown when a field is copied */\n 'copy-paste.on-copy.validation.copy-field_one-success.title': 'Veld \"{{fieldName}}\" gekopieerd',\n /** The success message that is shown when a array item is copied */\n 'copy-paste.on-copy.validation.copy-item_one-success.title': 'Item \"{{typeName}}\" gekopieerd',\n /** The error message that is shown when there is no value to copy */\n 'copy-paste.on-copy.validation.no-value.title': 'Lege waarde, niets om te kopiëren',\n /** --- On copy --- */\n /** The error message that is shown when schema types are incompatible */\n 'copy-paste.on-copy.validation.schema-type-incompatible.title':\n 'Kon schema type voor pad niet oplossen: {{path}}',\n /** The validation message that is shown when array types are incompatible */\n 'copy-paste.on-paste.validation.array-type-incompatible.description':\n 'Waarde van type \"{{type}}\" is niet toegestaan in dit array veld',\n /** The validation message that is shown when array values are incompatible */\n 'copy-paste.on-paste.validation.array-value-incompatible.description':\n 'Waarde van type \"{{type}}\" is niet toegestaan in dit array veld',\n /** The validation message that is shown when the clipboard is empty */\n 'copy-paste.on-paste.validation.clipboard-empty.title': 'Niets om te plakken',\n /** The validation message that is shown when the clipboard item is invalid */\n 'copy-paste.on-paste.validation.clipboard-invalid.title': 'Ongeldig klembord item',\n /** The success message that is shown when a document is pasted */\n 'copy-paste.on-paste.validation.document-paste-success.title':\n 'Document \"{{fieldNames}}\" bijgewerkt',\n /** The success message that is shown when a field is pasted */\n 'copy-paste.on-paste.validation.field_one-paste-success.title': 'Veld \"{{fieldName}}\" bijgewerkt',\n /** The validation message that is shown when image files are incompatible */\n 'copy-paste.on-paste.validation.image-file-incompatible.description':\n 'Een \"{{sourceSchemaType}}\" is niet toegestaan in een \"{{targetSchemaType}}\"',\n /** The error message that is shown when the MIME type is not accepted */\n 'copy-paste.on-paste.validation.mime-type-incompatible.description':\n 'MIME type \"{{mimeType}}\" wordt niet geaccepteerd voor dit veld',\n /** The error message that is shown when the MIME type validation fails */\n 'copy-paste.on-paste.validation.mime-type-validation-failed.description':\n 'MIME type validatie mislukt',\n /** The warning message that is shown when not all values can be pasted */\n 'copy-paste.on-paste.validation.partial-warning.title': 'Kon niet alle waarden plakken',\n /** The validation message that is shown when primitive types are incompatible */\n 'copy-paste.on-paste.validation.primitive-type-incompatible.description':\n 'Waarde van type \"{{type}}\" is niet toegestaan in dit veld',\n /** --- On paste --- */\n /** The validation message that is shown when pasting a value into a read-only target */\n 'copy-paste.on-paste.validation.read-only-target.description': 'Het doel is alleen-lezen',\n /** The validation message that is shown when reference is incompatible with filter */\n 'copy-paste.on-paste.validation.reference-filter-incompatible.description':\n 'Referentie is niet toegestaan in referentieveld volgens filter',\n /** The validation message that is shown when reference types are incompatible */\n 'copy-paste.on-paste.validation.reference-type-incompatible.description':\n 'Referenties van type \"{{sourceReferenceType}}\" zijn niet toegestaan in referentieveld dat types \"{{targetReferenceTypes}}\" accepteert',\n /** The validation message that is shown when reference does not exist */\n 'copy-paste.on-paste.validation.reference-validation-failed.description':\n 'Het gerefereerde document \"{{ref}}\" bestaat niet',\n /** The validation message that is shown when the source and target schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.description':\n 'Bron- en doelschema types zijn niet compatibel',\n /** The validation message that is shown when schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.title':\n 'Kon schema type voor pad niet oplossen: {{path}}',\n /** The validation message that is shown when string values are incompatible */\n 'copy-paste.on-paste.validation.string-value-incompatible.description':\n 'Waarde \"{{value}}\" is niet toegestaan in \"{{allowedStrings}}\"',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";;;;AAEA,gBAAeA,qCAA+B,CAAA;AAAA;AAAA,EAE5C,oDAAsD,EAAA,sBAAA;AAAA;AAAA,EAEtD,iDAAmD,EAAA,kBAAA;AAAA;AAAA,EAEnD,qDAAuD,EAAA,kBAAA;AAAA;AAAA,EAEvD,kDAAoD,EAAA,cAAA;AAAA;AAAA,EAEpD,6DACE,EAAA,wCAAA;AAAA;AAAA,EAEF,2DACE,EAAA,sCAAA;AAAA;AAAA,EAEF,4DAA8D,EAAA,iCAAA;AAAA;AAAA,EAE9D,2DAA6D,EAAA,gCAAA;AAAA;AAAA,EAE7D,8CAAgD,EAAA,sCAAA;AAAA;AAAA;AAAA,EAGhD,8DACE,EAAA,kDAAA;AAAA;AAAA,EAEF,oEACE,EAAA,iEAAA;AAAA;AAAA,EAEF,qEACE,EAAA,iEAAA;AAAA;AAAA,EAEF,sDAAwD,EAAA,qBAAA;AAAA;AAAA,EAExD,wDAA0D,EAAA,wBAAA;AAAA;AAAA,EAE1D,6DACE,EAAA,sCAAA;AAAA;AAAA,EAEF,8DAAgE,EAAA,iCAAA;AAAA;AAAA,EAEhE,oEACE,EAAA,6EAAA;AAAA;AAAA,EAEF,mEACE,EAAA,gEAAA;AAAA;AAAA,EAEF,wEACE,EAAA,6BAAA;AAAA;AAAA,EAEF,sDAAwD,EAAA,+BAAA;AAAA;AAAA,EAExD,wEACE,EAAA,2DAAA;AAAA;AAAA;AAAA,EAGF,6DAA+D,EAAA,0BAAA;AAAA;AAAA,EAE/D,0EACE,EAAA,gEAAA;AAAA;AAAA,EAEF,wEACE,EAAA,uIAAA;AAAA;AAAA,EAEF,wEACE,EAAA,kDAAA;AAAA;AAAA,EAEF,qEACE,EAAA,gDAAA;AAAA;AAAA,EAEF,+DACE,EAAA,kDAAA;AAAA;AAAA,EAEF,sEACE,EAAA,+DAAA;AACJ,CAAC,CAAA;;;;"}
@@ -115,6 +115,10 @@ var studio = sanity.removeUndefinedLocaleResources({
115
115
  "calendar.action.set-to-current-time": "Instellen op de huidige tijd",
116
116
  /** 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 */
117
117
  "calendar.action.set-to-time-preset": "{{time}} op {{date, datetime}}",
118
+ /** Aria label for button to open date picker */
119
+ "calendar.button.aria-label": "Kalender openen",
120
+ /** Tooltip content for button to open datetime input */
121
+ "calendar.button.tooltip-text": "Selecteer datum",
118
122
  /** Error message displayed in calendar when entered date is not the correct format */
119
123
  "calendar.error.must-be-in-format": "Moet in het formaat <Emphasis>{{exampleDate}}</Emphasis> zijn",
120
124
  /** Month name for April */
@@ -413,6 +417,8 @@ var studio = sanity.removeUndefinedLocaleResources({
413
417
  * eg. will prompt the user to select a type once triggered
414
418
  */
415
419
  "inputs.array.action.add-item-select-type": "Voeg item toe...",
420
+ /** Label for copying an array item */
421
+ "inputs.array.action.copy": "Kopi\xEBren",
416
422
  /** Array drag handle button tooltip */
417
423
  "inputs.array.action.drag.tooltip": "Slepen om te herschikken",
418
424
  /** Label for duplicating an array item */
@@ -762,6 +768,8 @@ var studio = sanity.removeUndefinedLocaleResources({
762
768
  "inputs.portable-text.style.quote": "Citaat",
763
769
  /** Label for action to clear the current value of the reference field */
764
770
  "inputs.reference.action.clear": "Wissen",
771
+ /** Label for action to copy the current item (used within arrays) */
772
+ "inputs.reference.action.copy": "Kopi\xEBren",
765
773
  /** Label for action to create a new document from the reference input */
766
774
  "inputs.reference.action.create-new-document": "Maak nieuw",
767
775
  /** Label for action to create a new document from the reference input, when there are multiple templates or document types to choose from */