diff --git a/public/locales/de/tools.json b/public/locales/de/tools.json index ea93f3a..f6d9197 100644 --- a/public/locales/de/tools.json +++ b/public/locales/de/tools.json @@ -212,7 +212,9 @@ }, "pdfToWebp": { "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": { "name": "PDF zu BMP", diff --git a/public/locales/en/tools.json b/public/locales/en/tools.json index 9783bee..e9485f7 100644 --- a/public/locales/en/tools.json +++ b/public/locales/en/tools.json @@ -212,7 +212,9 @@ }, "pdfToWebp": { "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": { "name": "PDF to BMP", diff --git a/src/pages/pdf-to-webp.html b/src/pages/pdf-to-webp.html index a1cc403..cb8c870 100644 --- a/src/pages/pdf-to-webp.html +++ b/src/pages/pdf-to-webp.html @@ -163,6 +163,7 @@
@@ -181,7 +182,10 @@ >85%
-

+

Higher quality = larger file size