translations

This commit is contained in:
Reece 2025-11-13 17:54:19 +00:00
parent 3855a3ccc4
commit 1ea4b137f1

View File

@ -1978,9 +1978,23 @@
"title": "Draw your signature", "title": "Draw your signature",
"clear": "Clear" "clear": "Clear"
}, },
"canvas": {
"heading": "Draw your signature",
"clickToOpen": "Click to open the drawing canvas",
"modalTitle": "Draw your signature",
"colorLabel": "Colour",
"penSizeLabel": "Pen size",
"penSizePlaceholder": "Size",
"clear": "Clear canvas",
"colorPickerTitle": "Choose stroke colour"
},
"text": { "text": {
"name": "Signer Name", "name": "Signer Name",
"placeholder": "Enter your full name" "placeholder": "Enter your full name",
"fontLabel": "Font",
"fontSizeLabel": "Font size",
"fontSizePlaceholder": "Type or select font size (8-200)",
"colorLabel": "Text colour"
}, },
"clear": "Clear", "clear": "Clear",
"add": "Add", "add": "Add",
@ -2003,6 +2017,11 @@
"steps": { "steps": {
"configure": "Configure Signature" "configure": "Configure Signature"
}, },
"step": {
"createDesc": "Choose how you want to create the signature",
"place": "Place & save",
"placeDesc": "Position the signature on your PDF"
},
"type": { "type": {
"title": "Signature Type", "title": "Signature Type",
"draw": "Draw", "draw": "Draw",
@ -2019,11 +2038,16 @@
"title": "How to add signature", "title": "How to add signature",
"canvas": "After drawing your signature in the canvas, close the modal then click anywhere on the PDF to place it.", "canvas": "After drawing your signature in the canvas, close the modal then click anywhere on the PDF to place it.",
"image": "After uploading your signature image above, click anywhere on the PDF to place it.", "image": "After uploading your signature image above, click anywhere on the PDF to place it.",
"text": "After entering your name above, click anywhere on the PDF to place your signature." "text": "After entering your name above, click anywhere on the PDF to place your signature.",
"paused": "Placement paused",
"resumeHint": "Resume placement to click and add your signature.",
"noSignature": "Create a signature above to enable placement tools."
}, },
"mode": { "mode": {
"move": "Move Signature", "move": "Move Signature",
"place": "Place Signature" "place": "Place Signature",
"pause": "Pause placement",
"resume": "Resume placement"
}, },
"updateAndPlace": "Update and Place", "updateAndPlace": "Update and Place",
"activate": "Activate Signature Placement", "activate": "Activate Signature Placement",
@ -4607,6 +4631,9 @@
"processImagesDesc": "Converts multiple image files into a single PDF document, then applies OCR technology to extract searchable text from the images." "processImagesDesc": "Converts multiple image files into a single PDF document, then applies OCR technology to extract searchable text from the images."
} }
}, },
"colorPicker": {
"title": "Choose colour"
},
"common": { "common": {
"previous": "Previous", "previous": "Previous",
"next": "Next", "next": "Next",
@ -4622,7 +4649,8 @@
"used": "used", "used": "used",
"available": "available", "available": "available",
"cancel": "Cancel", "cancel": "Cancel",
"preview": "Preview" "preview": "Preview",
"done": "Done"
}, },
"config": { "config": {
"overview": { "overview": {