@sanity/locale-is-is 1.2.25 → 1.2.26
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,33 @@ var studio = removeUndefinedLocaleResources({
|
|
|
412
412
|
"default-orderings.name": "Ra\xF0a eftir Nafni",
|
|
413
413
|
/** Title for the default ordering/SortOrder if no orderings are provided and the title field is found */
|
|
414
414
|
"default-orderings.title": "Ra\xF0a eftir Titli",
|
|
415
|
+
/** Label for action that closes divergence inspector */
|
|
416
|
+
"divergence.action.close.label": void 0,
|
|
417
|
+
// 'Close'
|
|
418
|
+
/** Label for action that marks divergence as resolved */
|
|
419
|
+
"divergence.action.markResolved.label": void 0,
|
|
420
|
+
// 'Ignore'
|
|
421
|
+
/** Label for action that moves inspector to the next divergence in the document */
|
|
422
|
+
"divergence.action.next.label": void 0,
|
|
423
|
+
// 'Next'
|
|
424
|
+
/** Label for action that moves inspector to the previous divergence in the document */
|
|
425
|
+
"divergence.action.previous.label": void 0,
|
|
426
|
+
// 'Previous'
|
|
427
|
+
/** Label for action that replaces the node's value in the current version with its latest value in the upstream version */
|
|
428
|
+
"divergence.action.takeFromUpstream.label": void 0,
|
|
429
|
+
// 'Copy from base'
|
|
430
|
+
/** Verb to describe the node's value changed */
|
|
431
|
+
"divergence.effect.changed": void 0,
|
|
432
|
+
// 'changed'
|
|
433
|
+
/** Summary of the change that occurred */
|
|
434
|
+
"divergence.effect.summary": void 0,
|
|
435
|
+
// '{{title}} {{effect}} in {{versionName}} version'
|
|
436
|
+
/** Label for divergence in a single node */
|
|
437
|
+
"divergence.unresolved-divergence_one": void 0,
|
|
438
|
+
// 'Unresolved change in {{versionName}} version'
|
|
439
|
+
/** Label for divergences in multiple nodes */
|
|
440
|
+
"divergence.unresolved-divergence_other": void 0,
|
|
441
|
+
// '{{count}} unresolved changes in {{versionName}} version'
|
|
415
442
|
/** Label to show in the document footer indicating the creation date of the document */
|
|
416
443
|
"document-status.created": "B\xFAi\xF0 til {{date}}",
|
|
417
444
|
/** Label to show in the document status indicating the date of the status */
|