Add localization for PDF to WebP conversion alerts and loader messages
This commit is contained in:
@@ -240,7 +240,18 @@
|
||||
"name": "PDF zu WebP",
|
||||
"subtitle": "Jede PDF-Seite in ein WebP-Bild konvertieren.",
|
||||
"imageQuality": "Bildqualität",
|
||||
"imageQualityExplanation": "Höhere Qualität = größere Dateigröße"
|
||||
"imageQualityExplanation": "Höhere Qualität = größere Dateigröße",
|
||||
"alert": {
|
||||
"invalidFile": "Ungültige Datei",
|
||||
"invalidFileExplanation": "Bitte wähle eine PDF Datei aus.",
|
||||
"noFile": "Keine Datei",
|
||||
"noFileExplanation": "Bitte lade zuerst eine PDF-Datei hoch.",
|
||||
"conversionSuccess": "PDF erfolgreich in WebPs konvertiert!",
|
||||
"conversionError": "Konvertierung in WebP fehlgeschlagen. Die Datei könnte beschädigt sein."
|
||||
},
|
||||
"loader": {
|
||||
"converting": "Wird in WebP konvertiert..."
|
||||
}
|
||||
},
|
||||
"pdfToBmp": {
|
||||
"name": "PDF zu BMP",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user