@sanity/locale-cs-cz 1.1.12 → 1.1.13
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.
|
@@ -585,6 +585,15 @@ var studio = sanity.removeUndefinedLocaleResources({
|
|
|
585
585
|
"inputs.imagetool.load-error": "Chyba: {{errorMessage}}",
|
|
586
586
|
/** Hotspot & Crop */
|
|
587
587
|
"inputs.imagetool.title": "Hotspot & Crop",
|
|
588
|
+
/** 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` */
|
|
589
|
+
"inputs.imagetool.vector-warning.developer-info": void 0,
|
|
590
|
+
// 'The Asset Pipeline does not support hotspot and crop for vector formats. To enable hotspot & crop, output this image to any of the supported raster formats. For example: <code>fm=jpg</code> to the <ImageUrlDocumentationLink>image URL</ImageUrlDocumentationLink> or call <code>.format(\'png\')</code> with <ImageUrlPackageDocumentationLink>@sanity/image-url</ImageUrlPackageDocumentationLink>.'
|
|
591
|
+
/** See developer info */
|
|
592
|
+
"inputs.imagetool.vector-warning.expand-developer-info": void 0,
|
|
593
|
+
// 'See developer info'
|
|
594
|
+
/** Gotcha: Serving vector images with hotspot and crop from the Sanity Image API */
|
|
595
|
+
"inputs.imagetool.vector-warning.title": void 0,
|
|
596
|
+
// 'Warning: Hotspot and crop might not be applied to this image where it\'s presented.'
|
|
588
597
|
/** Convert to `{{targetType}}` */
|
|
589
598
|
"inputs.invalid-value.convert-button.text": "P\u0159ev\xE9st na <code>{{targetType}}</code>",
|
|
590
599
|
/** The current value (<code>`{{actualType}}`</code>) */
|