@sanity/locale-is-is 1.2.8 → 1.2.9

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.8",
3
+ "version": "1.2.9",
4
4
  "private": false,
5
5
  "description": "Icelandic / Íslenska locale/translation for Sanity Studio",
6
6
  "keywords": [
package/src/studio.ts CHANGED
@@ -649,6 +649,14 @@ export default removeUndefinedLocaleResources({
649
649
  'inputs.imagetool.load-error': 'Villa: {{errorMessage}}',
650
650
  /** Hotspot & Crop */
651
651
  'inputs.imagetool.title': 'Hotspot & Crop',
652
+ /** Warnings displayed to developers when using the crop/hotspot tool on vector images, notifying them that crops/hotspot are not respected when serving the image in vector format. For the crop/hotspot to apply, images must be served in a raster format such as JPG or PNG, by appending eg `fm=jpg` to the image url, or calling `format('jpg')` if using `@sanity/image-url` */
653
+ 'inputs.imagetool.vector-warning.developer-info':
654
+ "Eignaleiðslan styður ekki heitan reit og afskurð fyrir vektorsnið. Til að virkja heitan reit og afskurð, settu þessa mynd í eitthvað af studdu rastersniðunum. Til dæmis: <code>fm=jpg</code> við <ImageUrlDocumentationLink>myndar-URL</ImageUrlDocumentationLink> eða kallaðu <code>.format('png')</code> með <ImageUrlPackageDocumentationLink>@sanity/image-url</ImageUrlPackageDocumentationLink>.",
655
+ /** See developer info */
656
+ 'inputs.imagetool.vector-warning.expand-developer-info': 'Sjá upplýsingar fyrir þróunaraðila',
657
+ /** Gotcha: Serving vector images with hotspot and crop from the Sanity Image API */
658
+ 'inputs.imagetool.vector-warning.title':
659
+ 'Viðvörun: Heitur reitur og afskurður geta ekki verið beitt á þessa mynd þar sem hún er sýnd.',
652
660
  /** Convert to `{{targetType}}` */
653
661
  'inputs.invalid-value.convert-button.text': 'Breyta í <code>{{targetType}}</code>',
654
662
  /** The current value (<code>`{{actualType}}`</code>) */