Add localization for PDF to PNG conversion alerts and loader messages

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

View File

@@ -223,7 +223,18 @@
"name": "PDF zu PNG",
"subtitle": "Jede PDF-Seite in ein PNG-Bild konvertieren.",
"imageScale": "Bildskalierung",
"imageScaleExplanation": "Höhere Skalierung = bessere Qualität, aber größere Dateigröße"
"imageScaleExplanation": "Höhere Skalierung = bessere Qualität, aber 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 PNGs konvertiert!",
"conversionError": "Konvertierung in PNG fehlgeschlagen. Die Datei könnte beschädigt sein."
},
"loader": {
"converting": "Wird in PNG konvertiert..."
}
},
"pdfToWebp": {
"name": "PDF zu WebP",

View File

@@ -223,7 +223,18 @@
"name": "PDF to PNG",
"subtitle": "Convert each PDF page into a PNG image.",
"imageScale": "Image Scale",
"imageScaleExplanation": "Higher scale = better quality but larger file size"
"imageScaleExplanation": "Higher scale = better quality but 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 PNGs successfully!",
"conversionError": "Failed to convert PDF to PNG. The file might be corrupted."
},
"loader": {
"converting": "Converting to PNG..."
}
},
"pdfToWebp": {
"name": "PDF to WebP",