Add localization for image quality
This commit is contained in:
@@ -212,7 +212,9 @@
|
|||||||
},
|
},
|
||||||
"pdfToWebp": {
|
"pdfToWebp": {
|
||||||
"name": "PDF zu WebP",
|
"name": "PDF zu WebP",
|
||||||
"subtitle": "Jede PDF-Seite in ein WebP-Bild konvertieren."
|
"subtitle": "Jede PDF-Seite in ein WebP-Bild konvertieren.",
|
||||||
|
"imageQuality": "Bildqualität",
|
||||||
|
"imageQualityExplanation": "Höhere Qualität = größere Dateigröße"
|
||||||
},
|
},
|
||||||
"pdfToBmp": {
|
"pdfToBmp": {
|
||||||
"name": "PDF zu BMP",
|
"name": "PDF zu BMP",
|
||||||
|
|||||||
@@ -212,7 +212,9 @@
|
|||||||
},
|
},
|
||||||
"pdfToWebp": {
|
"pdfToWebp": {
|
||||||
"name": "PDF to WebP",
|
"name": "PDF to WebP",
|
||||||
"subtitle": "Convert each PDF page into a WebP image."
|
"subtitle": "Convert each PDF page into a WebP image.",
|
||||||
|
"imageQuality": "Image Quality",
|
||||||
|
"imageQualityExplanation": "Higher quality = larger file size"
|
||||||
},
|
},
|
||||||
"pdfToBmp": {
|
"pdfToBmp": {
|
||||||
"name": "PDF to BMP",
|
"name": "PDF to BMP",
|
||||||
|
|||||||
@@ -163,6 +163,7 @@
|
|||||||
<label
|
<label
|
||||||
for="webp-quality"
|
for="webp-quality"
|
||||||
class="block mb-2 text-sm font-medium text-gray-300"
|
class="block mb-2 text-sm font-medium text-gray-300"
|
||||||
|
data-i18n="tools:pdfToWebp.imageQuality"
|
||||||
>Image Quality</label
|
>Image Quality</label
|
||||||
>
|
>
|
||||||
<div class="flex items-center gap-4">
|
<div class="flex items-center gap-4">
|
||||||
@@ -181,7 +182,10 @@
|
|||||||
>85%</span
|
>85%</span
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<p class="mt-1 text-xs text-gray-400">
|
<p
|
||||||
|
class="mt-1 text-xs text-gray-400"
|
||||||
|
data-i18n="tools:pdfToWebp.imageQualityExplanation"
|
||||||
|
>
|
||||||
Higher quality = larger file size
|
Higher quality = larger file size
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user