@sanity/locale-cs-cz 1.1.29 → 1.1.30

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": "Se\u0159adit podle Jm\xE9na",
413
413
  /** Title for the default ordering/SortOrder if no orderings are provided and the title field is found */
414
414
  "default-orderings.title": "Se\u0159adit podle Titulku",
415
+ /** Label for action that closes divergence inspector */
416
+ "divergence.action.close.label": "Zav\u0159\xEDt",
417
+ /** Label for action that marks divergence as resolved */
418
+ "divergence.action.markResolved.label": "Ignorovat",
419
+ /** Label for action that moves inspector to the next divergence in the document */
420
+ "divergence.action.next.label": "Dal\u0161\xED",
421
+ /** Label for action that moves inspector to the previous divergence in the document */
422
+ "divergence.action.previous.label": "P\u0159edchoz\xED",
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": "Kop\xEDrovat ze z\xE1kladny",
425
+ /** Verb to describe the node's value changed */
426
+ "divergence.effect.changed": "zm\u011Bn\u011Bno",
427
+ /** Summary of the change that occurred */
428
+ "divergence.effect.summary": "{{title}} {{effect}} ve verzi {{versionName}}",
429
+ /** Label for divergence in a single node */
430
+ "divergence.unresolved-divergence_one": "Nevy\u0159e\u0161en\xE1 zm\u011Bna ve verzi {{versionName}}",
431
+ /** Label for divergences in multiple nodes */
432
+ "divergence.unresolved-divergence_other": "{{count}} nevy\u0159e\u0161en\xFDch zm\u011Bn ve verzi {{versionName}}",
415
433
  /** Label to show in the document footer indicating the creation date of the document */
416
434
  "document-status.created": "Vytvo\u0159eno {{date}}",
417
435
  /** Label to show in the document status indicating the date of the status */