Add convert strings

This commit is contained in:
Sebastian Espei
2026-03-10 17:26:08 +01:00
parent 0fe94795cc
commit 3093dcbf4a
2 changed files with 20 additions and 10 deletions

View File

@@ -204,23 +204,28 @@
},
"pdfToJpg": {
"name": "PDF to JPG",
"subtitle": "Convert each PDF page into a JPG image."
"subtitle": "Convert each PDF page into a JPG image.",
"convertButton": "Convert"
},
"pdfToPng": {
"name": "PDF to PNG",
"subtitle": "Convert each PDF page into a PNG image."
"subtitle": "Convert each PDF page into a PNG image.",
"convertButton": "Convert"
},
"pdfToWebp": {
"name": "PDF to WebP",
"subtitle": "Convert each PDF page into a WebP image."
"subtitle": "Convert each PDF page into a WebP image.",
"convertButton": "Convert"
},
"pdfToBmp": {
"name": "PDF to BMP",
"subtitle": "Convert each PDF page into a BMP image."
"subtitle": "Convert each PDF page into a BMP image.",
"convertButton": "Convert"
},
"pdfToTiff": {
"name": "PDF to TIFF",
"subtitle": "Convert each PDF page into a TIFF image."
"subtitle": "Convert each PDF page into a TIFF image.",
"convertButton": "Convert"
},
"pdfToGreyscale": {
"name": "PDF to Greyscale",