@sanity/locale-nl-nl 1.1.34 → 1.1.35

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.
@@ -412,6 +412,24 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
412
412
  "default-orderings.name": "Sorteren op naam",
413
413
  /** Title for the default ordering/SortOrder if no orderings are provided and the title field is found */
414
414
  "default-orderings.title": "Sorteren op titel",
415
+ /** Label for action that closes divergence inspector */
416
+ "divergence.action.close.label": "Sluiten",
417
+ /** Label for action that marks divergence as resolved */
418
+ "divergence.action.markResolved.label": "Negeren",
419
+ /** Label for action that moves inspector to the next divergence in the document */
420
+ "divergence.action.next.label": "Volgende",
421
+ /** Label for action that moves inspector to the previous divergence in the document */
422
+ "divergence.action.previous.label": "Vorige",
423
+ /** Label for action that replaces the node's value in the current version with its latest value in the upstream version */
424
+ "divergence.action.takeFromUpstream.label": "Kopi\xEBren van basis",
425
+ /** Verb to describe the node's value changed */
426
+ "divergence.effect.changed": "gewijzigd",
427
+ /** Summary of the change that occurred */
428
+ "divergence.effect.summary": "{{title}} {{effect}} in {{versionName}} versie",
429
+ /** Label for divergence in a single node */
430
+ "divergence.unresolved-divergence_one": "Onopgeloste wijziging in {{versionName}} versie",
431
+ /** Label for divergences in multiple nodes */
432
+ "divergence.unresolved-divergence_other": "{{count}} onopgeloste wijzigingen in {{versionName}} versie",
415
433
  /** Label to show in the document footer indicating the creation date of the document */
416
434
  "document-status.created": "Gemaakt op {{date}}",
417
435
  /** Label to show in the document status indicating the date of the status */