mirror of
https://github.com/iib0011/omni-tools.git
synced 2026-04-22 05:06:24 +05:30
locales: full i8n support for convert to pdf
This commit is contained in:
parent
73d337bc2b
commit
e2a5a67d37
1 changed files with 14 additions and 2 deletions
|
|
@ -65,8 +65,20 @@
|
|||
},
|
||||
"convertToPdf": {
|
||||
"title": "Images to PDF",
|
||||
"description": "Convert various image formats (PNG, GIF, JPG, TIF, PSD, SVG, WEBP, HEIC, RAW) to PDF, with options to scale the image and choose page orientation.",
|
||||
"shortDescription": "Convert images to PDF with scale and orientation control"
|
||||
"description": "Convert various image formats (PNG, GIF, JPG, WEBP, HEIC, HEIF) to PDF, with options to scale the image and choose page orientation.",
|
||||
"shortDescription": "Convert images to PDF with scale and orientation control",
|
||||
"inputTitle": "Input Images",
|
||||
"resultTitle": "Output PDF",
|
||||
"options": {
|
||||
"type": "PDF Type",
|
||||
"orientation": "Orientation",
|
||||
"scale": "Scale",
|
||||
"portrait": "Portrait (Vertical)",
|
||||
"landscape": "Landscape (Horizontal)",
|
||||
"fullsize": "Full Size (Image size)",
|
||||
"a4": "A4 Page",
|
||||
"image": "Image"
|
||||
}
|
||||
},
|
||||
"protectPdf": {
|
||||
"description": "Add password protection to your PDF files securely in your browser",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue