From cb22c4c65177aaf37746646cc53e29f9f87fa2d1 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Tue, 16 Dec 2025 22:23:50 +0000 Subject: [PATCH] translations --- frontend/public/locales/en-GB/translation.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/frontend/public/locales/en-GB/translation.toml b/frontend/public/locales/en-GB/translation.toml index b78bc01f9..93337d693 100644 --- a/frontend/public/locales/en-GB/translation.toml +++ b/frontend/public/locales/en-GB/translation.toml @@ -958,6 +958,7 @@ desc = "Add custom text anywhere in your PDF" addFiles = "Add Files" uploadFromComputer = "Upload from computer" openFromComputer = "Open from computer" +mobileUpload = "Upload from Mobile" [viewPdf] tags = "view,read,annotate,text,image,highlight,edit" @@ -6261,7 +6262,9 @@ failed = "An error occurred while adding text to the PDF." title = "Upload from Mobile" description = "Scan this QR code with your mobile device to upload photos directly to this page." error = "Connection Error" +pollingError = "Error checking for files" sessionId = "Session ID" +filesReceived = "{{count}} file(s) received" connected = "Mobile device connected" instructions = "Open the camera app on your phone and scan this code. Files will be transferred directly between devices." @@ -6271,11 +6274,19 @@ noSession = "Invalid Session" noSessionMessage = "Please scan a valid QR code to access this page." uploadSuccess = "Upload Successful!" uploadSuccessMessage = "Your images have been transferred." +httpsRequired = "Camera access requires HTTPS or localhost. Please use HTTPS or access via localhost." +uploadFailed = "Upload failed. Please try again." +uploading = "Uploading..." connected = "Connected" connecting = "Connecting..." camera = "Camera" fileUpload = "File Upload" cameraAccessDenied = "Camera access denied. Please enable camera access." +liveDetection = "Live Detection" +autoEnhance = "Auto-enhance" +autoEnhanceInfo = "Document edges will be automatically detected and perspective corrected" +flashlight = "Flashlight" +processing = "Processing..." capture = "Capture Photo" selectImage = "Select Image" preview = "Preview"