@sanity/locale-hr-hr 1.1.14 → 1.1.15

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.
@@ -584,6 +584,12 @@ var studio = sanity.removeUndefinedLocaleResources({
584
584
  "inputs.imagetool.load-error": "Gre\u0161ka: {{errorMessage}}",
585
585
  /** Hotspot & Crop */
586
586
  "inputs.imagetool.title": "Izrez i Obrezivanje",
587
+ /** 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` */
588
+ "inputs.imagetool.vector-warning.developer-info": "Asset Pipeline ne podr\u017Eava hotspot i crop za vektorske formate. Da biste omogu\u0107ili hotspot i crop, prebacite ovu sliku u bilo koji od podr\u017Eanih rasterskih formata. Na primjer: <code>fm=jpg</code> na <ImageUrlDocumentationLink>URL-u slike</ImageUrlDocumentationLink> ili pozovite <code>.format('png')</code> s <ImageUrlPackageDocumentationLink>@sanity/image-url</ImageUrlPackageDocumentationLink>.",
589
+ /** See developer info */
590
+ "inputs.imagetool.vector-warning.expand-developer-info": "Pogledajte informacije za developere",
591
+ /** Gotcha: Serving vector images with hotspot and crop from the Sanity Image API */
592
+ "inputs.imagetool.vector-warning.title": "Upozorenje: Hotspot i crop mo\u017Eda ne\u0107e biti primijenjeni prilikom prikazivanja ove slike.",
587
593
  /** Convert to `{{targetType}}` */
588
594
  "inputs.invalid-value.convert-button.text": "Pretvori u {{targetType}}",
589
595
  /** The current value (<code>`{{actualType}}`</code>) */