Add localization for PDF to WebP conversion alerts and loader messages

This commit is contained in:
Sebastian Espei
2026-03-10 19:52:38 +01:00
parent 37d95e249d
commit 8d26378611
3 changed files with 36 additions and 11 deletions

View File

@@ -240,7 +240,18 @@
"name": "PDF to WebP",
"subtitle": "Convert each PDF page into a WebP image.",
"imageQuality": "Image Quality",
"imageQualityExplanation": "Higher quality = larger file size"
"imageQualityExplanation": "Higher quality = larger file size",
"alert": {
"invalidFile": "Invalid File",
"invalidFileExplanation": "Please upload a PDF file.",
"noFile": "No File",
"noFileExplanation": "Please upload a PDF file first.",
"conversionSuccess": "PDF converted to WebPs successfully!",
"conversionError": "Failed to convert PDF to WebP. The file might be corrupted."
},
"loader": {
"converting": "Converting to WebP..."
}
},
"pdfToBmp": {
"name": "PDF to BMP",