@sanity/locale-is-is 1.2.25 → 1.2.27

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-is-is",
3
- "version": "1.2.25",
3
+ "version": "1.2.27",
4
4
  "private": false,
5
5
  "description": "Icelandic / Íslenska locale/translation for Sanity Studio",
6
6
  "keywords": [
@@ -46,7 +46,7 @@
46
46
  ],
47
47
  "browserslist": "extends @sanity/browserslist-config",
48
48
  "peerDependencies": {
49
- "sanity": "^3.22.0 || ^4.0.0-0 || ^5.0.0-0"
49
+ "sanity": "^3.22.0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0"
50
50
  },
51
51
  "publishConfig": {
52
52
  "access": "public"
package/src/studio.ts CHANGED
@@ -461,6 +461,25 @@ export default removeUndefinedLocaleResources({
461
461
  /** Title for the default ordering/SortOrder if no orderings are provided and the title field is found */
462
462
  'default-orderings.title': 'Raða eftir Titli',
463
463
 
464
+ /** Label for action that closes divergence inspector */
465
+ 'divergence.action.close.label': undefined, // 'Close'
466
+ /** Label for action that marks divergence as resolved */
467
+ 'divergence.action.markResolved.label': undefined, // 'Ignore'
468
+ /** Label for action that moves inspector to the next divergence in the document */
469
+ 'divergence.action.next.label': undefined, // 'Next'
470
+ /** Label for action that moves inspector to the previous divergence in the document */
471
+ 'divergence.action.previous.label': undefined, // 'Previous'
472
+ /** Label for action that replaces the node's value in the current version with its latest value in the upstream version */
473
+ 'divergence.action.takeFromUpstream.label': undefined, // 'Copy from base'
474
+ /** Verb to describe the node's value changed */
475
+ 'divergence.effect.changed': undefined, // 'changed'
476
+ /** Summary of the change that occurred */
477
+ 'divergence.effect.summary': undefined, // '{{title}} {{effect}} in {{versionName}} version'
478
+ /** Label for divergence in a single node */
479
+ 'divergence.unresolved-divergence_one': undefined, // 'Unresolved change in {{versionName}} version'
480
+ /** Label for divergences in multiple nodes */
481
+ 'divergence.unresolved-divergence_other': undefined, // '{{count}} unresolved changes in {{versionName}} version'
482
+
464
483
  /** Label to show in the document footer indicating the creation date of the document */
465
484
  'document-status.created': 'Búið til {{date}}',
466
485
  /** Label to show in the document status indicating the date of the status */