translation files

This commit is contained in:
EthanHealy01 2025-10-28 20:08:59 +00:00
parent 86caa3c327
commit 8a27458d4c
3 changed files with 19 additions and 1 deletions

View File

@ -2202,6 +2202,15 @@
"processing": "Analysing differences...",
"complete": "Comparison ready"
},
"longJob": {
"title": "Large comparison in progress",
"body": "These PDFs together exceed 2,000 pages. Processing can take several minutes."
},
"slowOperation": {
"title": "Still working…",
"body": "This comparison is taking longer than usual. You can let it continue or cancel it.",
"cancel": "Cancel comparison"
},
"pageCount": "{{count}} pages",
"lastModified": "Last modified",
"newLine": "new-line",

View File

@ -1341,6 +1341,15 @@
"processing": "Analyzing differences...",
"complete": "Comparison ready"
},
"longJob": {
"title": "Large comparison in progress",
"body": "These PDFs together exceed 2,000 pages. Processing can take several minutes."
},
"slowOperation": {
"title": "Still working…",
"body": "This comparison is taking longer than usual. You can let it continue or cancel it.",
"cancel": "Cancel comparison"
},
"error": {
"selectRequired": "Select a base and comparison document.",
"filesMissing": "Unable to locate the selected files. Please re-select them.",

View File

@ -5,7 +5,7 @@ export interface PagePreview {
width: number;
height: number;
rotation: number;
url: string;
url: string | null;
}
export interface WordHighlightEntry {