Various fixes for desktop (#4976)

# Description of Changes
- ~Force classic logo~
- Refer to email instead of username in SaaS sign in flow
- Allow drag-and-drop files into desktop app
- Convert terminology & icons from upload/download to open/save in
desktop version
This commit is contained in:
James Brunton
2025-11-25 13:11:13 +00:00
committed by GitHub
parent 991e03970e
commit 2d8b0ff08c
19 changed files with 195 additions and 37 deletions
+18 -2
View File
@@ -130,6 +130,8 @@
"save": "Save",
"saveToBrowser": "Save to Browser",
"download": "Download",
"downloadUnavailable": "Download unavailable for this item",
"saveUnavailable": "Save unavailable for this item",
"pin": "Pin File (keep active after tool run)",
"unpin": "Unpin File (replace after tool run)",
"undoOperationTooltip": "Click to undo the last operation and restore the original files",
@@ -872,7 +874,8 @@
},
"landing": {
"addFiles": "Add Files",
"uploadFromComputer": "Upload from computer"
"uploadFromComputer": "Upload from computer",
"openFromComputer": "Open from computer"
},
"viewPdf": {
"tags": "view,read,annotate,text,image,highlight,edit",
@@ -3877,6 +3880,7 @@
"exportAll": "Export PDF",
"downloadSelected": "Download Selected Files",
"downloadAll": "Download All",
"saveAll": "Save All",
"toggleTheme": "Toggle Theme",
"toggleBookmarks": "Toggle Bookmarks",
"language": "Language",
@@ -4570,12 +4574,17 @@
"or": "or",
"dropFileHere": "Drop file here or click to upload",
"dropFilesHere": "Drop files here or click the upload button",
"dropFilesHereOpen": "Drop files here or click the open button",
"pdfFilesOnly": "PDF files only",
"supportedFileTypes": "Supported file types",
"upload": "Upload",
"uploadFile": "Upload File",
"uploadFiles": "Upload Files",
"open": "Open",
"openFile": "Open File",
"openFiles": "Open Files",
"noFilesInStorage": "No files available in storage. Upload some files first.",
"noFilesInStorageOpen": "No files available in storage. Open some files first.",
"selectFromStorage": "Select from Storage",
"backToTools": "Back to Tools",
"addFiles": "Add Files",
@@ -4621,6 +4630,8 @@
"myFiles": "My Files",
"noRecentFiles": "No recent files found",
"googleDriveNotAvailable": "Google Drive integration not available",
"downloadSelected": "Download Selected",
"saveSelected": "Save Selected",
"openFiles": "Open Files",
"openFile": "Open File",
"details": "File Details",
@@ -5769,12 +5780,17 @@
"label": "Username",
"placeholder": "Enter your username"
},
"email": {
"label": "Email",
"placeholder": "Enter your email"
},
"password": {
"label": "Password",
"placeholder": "Enter your password"
},
"error": {
"emptyUsername": "Please enter your username",
"emptyEmail": "Please enter your email",
"emptyPassword": "Please enter your password",
"oauthFailed": "OAuth login failed. Please try again."
},
@@ -6032,4 +6048,4 @@
"tags": "text,annotation,label",
"applySignatures": "Apply Text"
}
}
}