@sanity/locale-nl-nl 1.1.11 → 1.1.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/locale-nl-nl",
3
- "version": "1.1.11",
3
+ "version": "1.1.13",
4
4
  "private": false,
5
5
  "description": "Dutch / Nederlands locale/translation for Sanity Studio",
6
6
  "keywords": [
package/src/copy-paste.ts CHANGED
@@ -17,6 +17,8 @@ export default removeUndefinedLocaleResources({
17
17
  '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ëren',
22
24
  /** --- On copy --- */
@@ -61,6 +63,9 @@ export default removeUndefinedLocaleResources({
61
63
  /** The validation message that is shown when reference types are incompatible */
62
64
  'copy-paste.on-paste.validation.reference-type-incompatible.description':
63
65
  'Referenties van type "{{sourceReferenceType}}" zijn niet toegestaan in referentieveld dat types "{{targetReferenceTypes}}" accepteert',
66
+ /** The validation message that is shown when reference does not exist */
67
+ 'copy-paste.on-paste.validation.reference-validation-failed.description':
68
+ 'Het gerefereerde document "{{ref}}" bestaat niet',
64
69
  /** The validation message that is shown when the source and target schema types are incompatible */
65
70
  'copy-paste.on-paste.validation.schema-type-incompatible.description':
66
71
  'Bron- en doelschema types zijn niet compatibel',
package/src/structure.ts CHANGED
@@ -1,6 +1,8 @@
1
1
  import {removeUndefinedLocaleResources} from 'sanity'
2
2
 
3
3
  export default removeUndefinedLocaleResources({
4
+ /** Label for the "Copy Document URL" document action */
5
+ 'action.copy-document-url.label': 'Document URL kopiëren',
4
6
  /** Tooltip when action button is disabled because the operation is not ready */
5
7
  'action.delete.disabled.not-ready': 'Operatie niet klaar',
6
8
  /** Tooltip when action button is disabled because the document does not exist */
@@ -342,6 +344,9 @@ export default removeUndefinedLocaleResources({
342
344
  /** The text when a generic operation succeeded (fallback, generally not shown) */
343
345
  'panes.document-operation-results.operation-success':
344
346
  'Succesvol {{context}} uitgevoerd op document',
347
+ /** The text when copy URL operation succeeded */
348
+ 'panes.document-operation-results.operation-success_copy-url':
349
+ 'Document URL gekopieerd naar klembord',
345
350
  /** The text when a delete operation succeeded */
346
351
  'panes.document-operation-results.operation-success_delete':
347
352
  'Het document is succesvol verwijderd',
package/src/studio.ts CHANGED
@@ -468,6 +468,8 @@ export default removeUndefinedLocaleResources({
468
468
  * eg. will prompt the user to select a type once triggered
469
469
  */
470
470
  'inputs.array.action.add-item-select-type': 'Voeg item toe...',
471
+ /** Label for copying an array item */
472
+ 'inputs.array.action.copy': 'Kopiëren',
471
473
  /** Array drag handle button tooltip */
472
474
  'inputs.array.action.drag.tooltip': 'Slepen om te herschikken',
473
475
  /** Label for duplicating an array item */
@@ -866,6 +868,8 @@ export default removeUndefinedLocaleResources({
866
868
  'inputs.portable-text.style.quote': 'Citaat',
867
869
  /** Label for action to clear the current value of the reference field */
868
870
  'inputs.reference.action.clear': 'Wissen',
871
+ /** Label for action to copy the current item (used within arrays) */
872
+ 'inputs.reference.action.copy': 'Kopiëren',
869
873
  /** Label for action to create a new document from the reference input */
870
874
  'inputs.reference.action.create-new-document': 'Maak nieuw',
871
875
  /** Label for action to create a new document from the reference input, when there are multiple templates or document types to choose from */
@@ -1099,7 +1103,7 @@ export default removeUndefinedLocaleResources({
1099
1103
  /** Title of the alert for studio users when packages in their studio are out-of-date */
1100
1104
  'package-version.new-package-available.title': 'Sanity Studio is klaar om te updaten!',
1101
1105
 
1102
- /** Label for action to manage members of the current studio project */
1106
+ /** Label for action to invite members to the current studio project */
1103
1107
  'presence.action.manage-members': 'Leden beheren',
1104
1108
  /** Accessibility label for presence menu button */
1105
1109
  'presence.aria-label': 'Wie is hier',