mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-12-18 20:04:17 +01:00
translation files
This commit is contained in:
parent
86caa3c327
commit
8a27458d4c
@ -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",
|
||||
|
||||
@ -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.",
|
||||
|
||||
@ -5,7 +5,7 @@ export interface PagePreview {
|
||||
width: number;
|
||||
height: number;
|
||||
rotation: number;
|
||||
url: string;
|
||||
url: string | null;
|
||||
}
|
||||
|
||||
export interface WordHighlightEntry {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user