@compdfkit_pdf_sdk/webviewer 2.7.4-rc.2 → 2.7.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/browser-ponyfill.2b991114.js +2 -0
- package/dist/assets/{index.a9540d4e.css → index.3100e3f5.css} +1 -1
- package/dist/assets/index.489e06fb.js +2699 -0
- package/dist/index.html +2 -2
- package/dist/lib/ComPDFKit.wasm +0 -0
- package/dist/lib/PDFWorker.js +1 -1
- package/dist/locales/translation-en.json +671 -0
- package/dist/locales/translation-fr.json +670 -0
- package/dist/locales/translation-ja.json +670 -0
- package/dist/locales/translation-th.json +670 -0
- package/dist/locales/translation-zh-CN.json +670 -0
- package/dist/locales/translation-zh-TW.json +670 -0
- package/package.json +1 -1
- package/dist/assets/index.57414a17.js +0 -2717
|
@@ -0,0 +1,671 @@
|
|
|
1
|
+
{
|
|
2
|
+
"common": {
|
|
3
|
+
"properties": "Properties",
|
|
4
|
+
"navigation": {
|
|
5
|
+
"nextPage": "Next",
|
|
6
|
+
"previousPage": "Previous"
|
|
7
|
+
},
|
|
8
|
+
"actions": {
|
|
9
|
+
"loading": "Loading",
|
|
10
|
+
"upload": "Open File",
|
|
11
|
+
"ok": "OK",
|
|
12
|
+
"exit": "Exit",
|
|
13
|
+
"cancel": "Cancel",
|
|
14
|
+
"continue": "Continue",
|
|
15
|
+
"delete": "Delete",
|
|
16
|
+
"apply": "Apply",
|
|
17
|
+
"save": "Save",
|
|
18
|
+
"clear": "Clear",
|
|
19
|
+
"edit": "Edit",
|
|
20
|
+
"reply": "Reply",
|
|
21
|
+
"confirm": "Confirm"
|
|
22
|
+
},
|
|
23
|
+
"uiElements": {
|
|
24
|
+
"color": "Color",
|
|
25
|
+
"opacity": "Opacity",
|
|
26
|
+
"font": "Font"
|
|
27
|
+
},
|
|
28
|
+
"fontStyles": {
|
|
29
|
+
"regular": "Regular",
|
|
30
|
+
"oblique": "Oblique",
|
|
31
|
+
"bold": "Bold",
|
|
32
|
+
"boldOblique": "Bold Oblique"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
|
|
36
|
+
"toolbar": {
|
|
37
|
+
"viewControls": {
|
|
38
|
+
"leftPanel": "Left Panel",
|
|
39
|
+
"fullScreen": "Full Screen",
|
|
40
|
+
"viewSetting": "View Setting",
|
|
41
|
+
"pan": "Pan",
|
|
42
|
+
"cropPage": "Snip",
|
|
43
|
+
"zoomIn": "Zoom In",
|
|
44
|
+
"zoomOut": "Zoom Out",
|
|
45
|
+
"search": "Search"
|
|
46
|
+
},
|
|
47
|
+
"themeSwitcher": {
|
|
48
|
+
"light": "Light",
|
|
49
|
+
"dark": "Dark",
|
|
50
|
+
"lightMode": "Light Mode",
|
|
51
|
+
"darkMode": "Dark Mode"
|
|
52
|
+
},
|
|
53
|
+
"toolbarGroup": {
|
|
54
|
+
"viewer": "Viewer",
|
|
55
|
+
"annotations": "Annotations",
|
|
56
|
+
"forms": "Forms",
|
|
57
|
+
"signatures": "Signatures",
|
|
58
|
+
"security": "Security",
|
|
59
|
+
"redaction": "Redaction",
|
|
60
|
+
"compare": "Compare Documents",
|
|
61
|
+
"editor": "Content Editor",
|
|
62
|
+
"documentEditor": "Document Editor",
|
|
63
|
+
"separation": "Color Separation",
|
|
64
|
+
"measurement": "Measurement"
|
|
65
|
+
},
|
|
66
|
+
"annotationTools": {
|
|
67
|
+
"note": "Note",
|
|
68
|
+
"highlight": "Highlight",
|
|
69
|
+
"underline": "Underline",
|
|
70
|
+
"strikeout": "Strikeout",
|
|
71
|
+
"squiggly": "Squiggly",
|
|
72
|
+
"ink": "Ink",
|
|
73
|
+
"circle": "Circle",
|
|
74
|
+
"arc": "Arc",
|
|
75
|
+
"polygon": "Polygon",
|
|
76
|
+
"polyline": "Multiline",
|
|
77
|
+
"square": "Rectangle",
|
|
78
|
+
"arrow": "Arrow",
|
|
79
|
+
"line": "Line",
|
|
80
|
+
"freetext": "Free Text",
|
|
81
|
+
"stamp": "Stamp",
|
|
82
|
+
"image": "Image",
|
|
83
|
+
"link": "Link"
|
|
84
|
+
},
|
|
85
|
+
"formTools": {
|
|
86
|
+
"textField": "Text Field",
|
|
87
|
+
"checkbox": "Check Box",
|
|
88
|
+
"radioButton": "Radio Button",
|
|
89
|
+
"listBox": "List Box",
|
|
90
|
+
"comboButton": "Combo Button",
|
|
91
|
+
"button": "Push Button"
|
|
92
|
+
},
|
|
93
|
+
"fileOperations": {
|
|
94
|
+
"openFile": "Open File",
|
|
95
|
+
"download": "Download",
|
|
96
|
+
"flatten": "Save as Flattened PDF",
|
|
97
|
+
"print": "Print"
|
|
98
|
+
},
|
|
99
|
+
"editorTools": {
|
|
100
|
+
"addText": "Add Text",
|
|
101
|
+
"addImage": "Add Image",
|
|
102
|
+
"undo": "Undo",
|
|
103
|
+
"redo": "Redo"
|
|
104
|
+
},
|
|
105
|
+
"signatureTools": {
|
|
106
|
+
"createSignField": "Create/Set Signature Field",
|
|
107
|
+
"addDigitalSign": "Add Digital Signature",
|
|
108
|
+
"addElectronicSign": "Add Electronic Signature",
|
|
109
|
+
"verifyDigitalSign": "Verify Digital Signature"
|
|
110
|
+
},
|
|
111
|
+
"measurementTools": {
|
|
112
|
+
"measureLine": "Line",
|
|
113
|
+
"measureMultiline": "Multiline",
|
|
114
|
+
"measurePolygon": "Polygon",
|
|
115
|
+
"measureRectangle": "Rectangle",
|
|
116
|
+
"measureCircle": "Circle/Ellipse",
|
|
117
|
+
"measureCurve": "Curve",
|
|
118
|
+
"measureArc": "Arc"
|
|
119
|
+
},
|
|
120
|
+
"settings": {
|
|
121
|
+
"title": "Settings",
|
|
122
|
+
"author": "Author",
|
|
123
|
+
"annotator": "Annotator",
|
|
124
|
+
"language": "Language",
|
|
125
|
+
"highlightLink": "Highlight Link",
|
|
126
|
+
"highlightForm": "Highlight Form",
|
|
127
|
+
"fillConsecutively": "Fill Form Fields Consecutively",
|
|
128
|
+
"creationInfo": "Creation Information",
|
|
129
|
+
"version": "Version"
|
|
130
|
+
},
|
|
131
|
+
"compareTip": "Click here to start."
|
|
132
|
+
},
|
|
133
|
+
|
|
134
|
+
"panels": {
|
|
135
|
+
"left": {
|
|
136
|
+
"thumbnails": "Thumbnails",
|
|
137
|
+
"outlines": {
|
|
138
|
+
"title": "Outlines",
|
|
139
|
+
"empty": "No Outlines"
|
|
140
|
+
},
|
|
141
|
+
"layers": {
|
|
142
|
+
"title": "Layers",
|
|
143
|
+
"empty": "No Layers",
|
|
144
|
+
"menu": "Menu",
|
|
145
|
+
"showAll": "Show All",
|
|
146
|
+
"hideAll": "Hide All",
|
|
147
|
+
"restoreSettings": "Restore Default Settings",
|
|
148
|
+
"exportLayers": "Export File Layers",
|
|
149
|
+
"layerProperty": "Layer Property",
|
|
150
|
+
"exportLayer": "Export This Layer"
|
|
151
|
+
},
|
|
152
|
+
"annotations": {
|
|
153
|
+
"title": "Annotations",
|
|
154
|
+
"empty": "No Annotations",
|
|
155
|
+
"import": "Import Annotations",
|
|
156
|
+
"export": "Export Annotations"
|
|
157
|
+
},
|
|
158
|
+
"reply": {
|
|
159
|
+
"marked": "Marked",
|
|
160
|
+
"unmarked": "Unmarked",
|
|
161
|
+
"accepted": "Accepted",
|
|
162
|
+
"rejected": "Rejected",
|
|
163
|
+
"cancelled": "Cancelled",
|
|
164
|
+
"completed": "Completed",
|
|
165
|
+
"none": "None",
|
|
166
|
+
"replyPlaceholder": "Reply or add thoughts"
|
|
167
|
+
},
|
|
168
|
+
"search": {
|
|
169
|
+
"title": "Search",
|
|
170
|
+
"placeholder": "Search PDF",
|
|
171
|
+
"page": "Page",
|
|
172
|
+
"pageIndicator": "Page {{page}}",
|
|
173
|
+
"previous": "Find the previous occurrence of the phrase",
|
|
174
|
+
"next": "Find the next occurrence of the phrase",
|
|
175
|
+
"noResults": "No results"
|
|
176
|
+
},
|
|
177
|
+
"signatures": {
|
|
178
|
+
"title": "Signature",
|
|
179
|
+
"list": "Digital Signature List",
|
|
180
|
+
"details": "Signature Details",
|
|
181
|
+
"certification": "Certification Details",
|
|
182
|
+
"empty": "No Signatures"
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
"right": {
|
|
186
|
+
"general": {
|
|
187
|
+
"title": "General",
|
|
188
|
+
"name": "Name",
|
|
189
|
+
"formField": "Form Field",
|
|
190
|
+
"visibility": {
|
|
191
|
+
"visible": "Visible",
|
|
192
|
+
"hidden": "Hidden"
|
|
193
|
+
},
|
|
194
|
+
"properties": "Properties",
|
|
195
|
+
"required": "Required",
|
|
196
|
+
"nameConflict": "Please choose a different name.",
|
|
197
|
+
"buttonText": "Button Text"
|
|
198
|
+
},
|
|
199
|
+
"appearance": {
|
|
200
|
+
"title": "Appearance",
|
|
201
|
+
"backgroundColor": "Background Color"
|
|
202
|
+
},
|
|
203
|
+
"preferences": {
|
|
204
|
+
"title": "Preferences",
|
|
205
|
+
"alignment": {
|
|
206
|
+
"title": "Alignment",
|
|
207
|
+
"left": "Left",
|
|
208
|
+
"center": "Center",
|
|
209
|
+
"right": "Right"
|
|
210
|
+
},
|
|
211
|
+
"defaultValue": "Default Value",
|
|
212
|
+
"multiLine": "Multi-line",
|
|
213
|
+
"buttonStyle": "Button Style",
|
|
214
|
+
"styles": {
|
|
215
|
+
"check": "Check",
|
|
216
|
+
"circle": "Circle",
|
|
217
|
+
"cross": "Cross",
|
|
218
|
+
"diamond": "Diamond",
|
|
219
|
+
"square": "Square",
|
|
220
|
+
"star": "Star"
|
|
221
|
+
},
|
|
222
|
+
"defaultChecked": "Button is checked by default",
|
|
223
|
+
"item": "Item",
|
|
224
|
+
"itemList": "Item List",
|
|
225
|
+
"selectAction": {
|
|
226
|
+
"title": "Select Action",
|
|
227
|
+
"none": "None",
|
|
228
|
+
"goPage": "Go To Pages",
|
|
229
|
+
"openLink": "Open a Web Link"
|
|
230
|
+
},
|
|
231
|
+
"addResource": {
|
|
232
|
+
"url": "Add URL",
|
|
233
|
+
"page": "Add Page"
|
|
234
|
+
},
|
|
235
|
+
"radioTips": [
|
|
236
|
+
"1 button in group. At least 2 buttons needed.",
|
|
237
|
+
"To create a set of mutually exclusive radio buttons, please give the fields the same name."
|
|
238
|
+
],
|
|
239
|
+
"listBoxTip": "Select an item in the item list to make it the default option."
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
"pageMode": {
|
|
243
|
+
"displayMode": {
|
|
244
|
+
"title": "Display Mode",
|
|
245
|
+
"singlePage": "Single Page",
|
|
246
|
+
"twoPages": "Two Pages",
|
|
247
|
+
"coverMode": "Cover Mode"
|
|
248
|
+
},
|
|
249
|
+
"splitView": {
|
|
250
|
+
"title": "Scroll",
|
|
251
|
+
"vertical": "Vertical Scrolling",
|
|
252
|
+
"horizontal": "Horizontal Scrolling"
|
|
253
|
+
},
|
|
254
|
+
"themes": "Themes"
|
|
255
|
+
},
|
|
256
|
+
"stamp": {
|
|
257
|
+
"standard": "Standard",
|
|
258
|
+
"dynamic": "Dynamic",
|
|
259
|
+
"custom": "Custom",
|
|
260
|
+
"create": "Create",
|
|
261
|
+
"createHere": "Create Here"
|
|
262
|
+
},
|
|
263
|
+
"link": {
|
|
264
|
+
"title": "Link to",
|
|
265
|
+
"types": {
|
|
266
|
+
"url": "URL",
|
|
267
|
+
"pages": "Go To Pages",
|
|
268
|
+
"email": "Email"
|
|
269
|
+
},
|
|
270
|
+
"action": "Go"
|
|
271
|
+
},
|
|
272
|
+
"measurement": {
|
|
273
|
+
"appearance": "Appearance",
|
|
274
|
+
"lineWidth": "Line Width",
|
|
275
|
+
"lineColor": "Line Color",
|
|
276
|
+
"lineStyle": "Line and Border Style",
|
|
277
|
+
"lineOpacity": "Line Opacity",
|
|
278
|
+
"lineTextOpacity": "Line & Text Opacity",
|
|
279
|
+
"lineStart": "Start",
|
|
280
|
+
"lineEnd": "End",
|
|
281
|
+
"fillColor": "Fill Color",
|
|
282
|
+
"fillOpacity": "Fill Opacity",
|
|
283
|
+
"fontColor": "Font Color",
|
|
284
|
+
"fontStyle": "Font Style",
|
|
285
|
+
"note": "Note"
|
|
286
|
+
},
|
|
287
|
+
"freeText": {
|
|
288
|
+
"title": "Free text",
|
|
289
|
+
"fontStyle": "Font Style",
|
|
290
|
+
"fontColor": "Font Color",
|
|
291
|
+
"borderWidth": "Border Width",
|
|
292
|
+
"borderColor": "Border Color",
|
|
293
|
+
"opacity": "Opacity",
|
|
294
|
+
"fillColor": "Fill Color"
|
|
295
|
+
},
|
|
296
|
+
"customStamp": {
|
|
297
|
+
"title": "Custom Stamp",
|
|
298
|
+
"preview": "Preview",
|
|
299
|
+
"properties": "Properties",
|
|
300
|
+
"fontFamily": "Font",
|
|
301
|
+
"fontColor": "Font Color",
|
|
302
|
+
"fontStyle": "Font Style",
|
|
303
|
+
"fontSize": "Font Size",
|
|
304
|
+
"alignment": "Alignment",
|
|
305
|
+
"addText": "Add Text",
|
|
306
|
+
"addShape": "Add Shape",
|
|
307
|
+
"addDateTime": "Add Date and Time",
|
|
308
|
+
"shape": "Shape",
|
|
309
|
+
"borderColor": "Border Color",
|
|
310
|
+
"borderWidth": "Border Width",
|
|
311
|
+
"borderOpacity": "Border Opacity",
|
|
312
|
+
"opacity": "Opacity",
|
|
313
|
+
"fillColor": "Fill Color",
|
|
314
|
+
"fillOpacity": "Fill Opacity",
|
|
315
|
+
"dateTime": "Date and Time",
|
|
316
|
+
"createHere": "Create Here"
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
|
|
320
|
+
"passwordDialog": {
|
|
321
|
+
"enterPwd": "Enter the Password to View the Document",
|
|
322
|
+
"placeholder": "Please Enter the Password",
|
|
323
|
+
"wrongPwd": "Wrong Password",
|
|
324
|
+
"longPwd": "Password is too long, maximum 20 characters.",
|
|
325
|
+
"samePwd": "Document Password and Permission Password can't be the same",
|
|
326
|
+
"encryptTitle": "Encrypt Your PDF",
|
|
327
|
+
"encrypt": "Encrypt",
|
|
328
|
+
"support": "Support: Numbers, letters, {'@'}, $, !, %, ?, &",
|
|
329
|
+
"removeSuccess": "Password Removed Successfully!",
|
|
330
|
+
"removeFailure": "Failed to Remove the Password.",
|
|
331
|
+
"setSuccess": "Password set successfully! Download the file to take effect.",
|
|
332
|
+
"setFailure": "Failed to Set Passwords for this Document.",
|
|
333
|
+
"documentPwd": "Document Password",
|
|
334
|
+
"permissionPwd": "Permission Password",
|
|
335
|
+
"disablePrinting": "Disable printing",
|
|
336
|
+
"disableCopying": "Disable copying",
|
|
337
|
+
"disableEdit": "Disable annotation, form, measurement, redaction(add, delete and modify)",
|
|
338
|
+
"notes": [
|
|
339
|
+
"Note:",
|
|
340
|
+
"- All changes will take effect after downloading.",
|
|
341
|
+
"- You can reset your password anytime before downloading."
|
|
342
|
+
],
|
|
343
|
+
"enterPermissionPwd": "Enter the Permission Password"
|
|
344
|
+
},
|
|
345
|
+
|
|
346
|
+
"signatures": {
|
|
347
|
+
"tip": "Please create a signature field first, then select the type of signature.",
|
|
348
|
+
"danger": "Please select a blank signature field to sign.",
|
|
349
|
+
"trackpad": "Trackpad",
|
|
350
|
+
"lineWidth": "Line Width",
|
|
351
|
+
"keyboard": "Keyboard",
|
|
352
|
+
"signHere": "Sign Here",
|
|
353
|
+
"image": "Image",
|
|
354
|
+
"selectFile": "Select a File",
|
|
355
|
+
"none": "None",
|
|
356
|
+
"uploadError": "Please upload images less than 1MB",
|
|
357
|
+
"fullStorage": "Your signature templates are full. Please delete some to create new ones.",
|
|
358
|
+
"title": "Select Signature Type",
|
|
359
|
+
"electronic": {
|
|
360
|
+
"title": "Sign with Electronic Signatures",
|
|
361
|
+
"description": "Draw, type, or upload image signatures to sign files."
|
|
362
|
+
},
|
|
363
|
+
"digital": {
|
|
364
|
+
"title": "Sign with Digital Signatures",
|
|
365
|
+
"description": "Create or upload a digital certificate with a unique digital ID to sign files."
|
|
366
|
+
},
|
|
367
|
+
"startSigning": "Start Signing",
|
|
368
|
+
"details": {
|
|
369
|
+
"title": "Digital Signature Details",
|
|
370
|
+
"signer": "Valid signature, signed by ",
|
|
371
|
+
"signingTime": "Signing Time",
|
|
372
|
+
"validitySummary": "Validity Summary",
|
|
373
|
+
"validIdentity": "The signer's identity is valid.",
|
|
374
|
+
"invalidIdentity": "The signer's identity is invalid.",
|
|
375
|
+
"unknownIdentity": "Signature validity is unknown because it has not been included in your list of trusted certificates.",
|
|
376
|
+
"expiredCertificate": "The file was signed with a certificate that has expired.",
|
|
377
|
+
"validSignature": "The signature is valid.",
|
|
378
|
+
"invalidSignature": "The signature is invalid.",
|
|
379
|
+
"notModified": "The document has not been modified since this signature was applied.",
|
|
380
|
+
"altered": "The document has been altered or corrupted since it was signed.",
|
|
381
|
+
"viewCertificate": "View Certificate Details",
|
|
382
|
+
"unknownSignature": "Signature validity is unknown.",
|
|
383
|
+
"invalidSignatures": "At least one signature is invalid.",
|
|
384
|
+
"viewAll": "View All Signatures"
|
|
385
|
+
},
|
|
386
|
+
"certificateViewer": {
|
|
387
|
+
"title": "Certificate Viewer",
|
|
388
|
+
"abstracts": "Abstracts",
|
|
389
|
+
"summary": "Summary",
|
|
390
|
+
"issuedTo": "Issued to:",
|
|
391
|
+
"issuer": "Issuer:",
|
|
392
|
+
"validFrom": "Valid from:",
|
|
393
|
+
"validTo": "Valid to:",
|
|
394
|
+
"intendedUsage": "Intended Usage:",
|
|
395
|
+
"details": {
|
|
396
|
+
"title": "Details",
|
|
397
|
+
"version": "Version",
|
|
398
|
+
"algorithm": "Algorithm",
|
|
399
|
+
"subject": "Subject",
|
|
400
|
+
"serialNumber": "Serial Number",
|
|
401
|
+
"certificatePolicy": "Certificate Policy:",
|
|
402
|
+
"crlDistribution": "CRL Distribution Points:",
|
|
403
|
+
"issuerInfoAccess": "Issuer Information Access:",
|
|
404
|
+
"issuerKeyIdentifier": "Issuer's Key Identifier:",
|
|
405
|
+
"subjectKeyIdentifier": "Subject's Key Identifier:",
|
|
406
|
+
"constraints": "Basic Constraints:",
|
|
407
|
+
"keyUsage": "Key Usage:",
|
|
408
|
+
"publicKey": "Public Key:",
|
|
409
|
+
"x509": "X.509 Data:",
|
|
410
|
+
"sha1Digests": "SHA1 Digest:",
|
|
411
|
+
"md5Digests": "MD5 Digest:"
|
|
412
|
+
},
|
|
413
|
+
"trust": {
|
|
414
|
+
"title": "Trust",
|
|
415
|
+
"sign": "Sign document or data",
|
|
416
|
+
"certify": "Certify document",
|
|
417
|
+
"addToTrust": "Add to Trusted Certificates",
|
|
418
|
+
"done": "Done"
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
"deleteConfirm": "Are you sure to delete it?",
|
|
422
|
+
"digitalDialog": {
|
|
423
|
+
"title": "Add a Digital ID",
|
|
424
|
+
"description": "Browse a digital ID file. Digital IDs are password-protected. If you do not know the password, you cannot obtain a digital ID.",
|
|
425
|
+
"certificateFile": "Certificate File",
|
|
426
|
+
"uploadFile": "Upload certificate file",
|
|
427
|
+
"password": "Password",
|
|
428
|
+
"enterPassword": "Enter the password of the certificate file",
|
|
429
|
+
"invalidPassword": "Invalid Password"
|
|
430
|
+
},
|
|
431
|
+
"appearance": {
|
|
432
|
+
"title": "Add Digital Signature",
|
|
433
|
+
"signHere": "Sign Here!",
|
|
434
|
+
"includeText": "Include Text",
|
|
435
|
+
"name": "Name",
|
|
436
|
+
"distinguishableName": "Distinguishable name",
|
|
437
|
+
"date": "Date",
|
|
438
|
+
"version": "ComPDFKit Version",
|
|
439
|
+
"logo": "Logo",
|
|
440
|
+
"location": "Location",
|
|
441
|
+
"reason": "Reason",
|
|
442
|
+
"docOwner": "I am the owner of the document",
|
|
443
|
+
"approving": "I am approving the document",
|
|
444
|
+
"reviewed": "I have reviewed this document",
|
|
445
|
+
"labels": "Labels",
|
|
446
|
+
"textAlignment": "Text Alignment"
|
|
447
|
+
},
|
|
448
|
+
"electronicSignature": {
|
|
449
|
+
"title": "Add Electronic Signature",
|
|
450
|
+
"empty": "Start creating your signature template!",
|
|
451
|
+
"mySignatures": "My Signatures",
|
|
452
|
+
"create": "Create Signatures",
|
|
453
|
+
"saveTemplate": "Save to My Signature Templates.",
|
|
454
|
+
"dropFile": "Drop image here or"
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
|
|
458
|
+
"compare": {
|
|
459
|
+
"startCompare": "Start to Compare",
|
|
460
|
+
"return": "Return",
|
|
461
|
+
"compare": "Compare",
|
|
462
|
+
"oldFile": "Old File",
|
|
463
|
+
"newFile": "New File",
|
|
464
|
+
"dropFile": [
|
|
465
|
+
"Drop a PDF file here",
|
|
466
|
+
"or"
|
|
467
|
+
],
|
|
468
|
+
"chooseOld": "Choose Your Old File",
|
|
469
|
+
"chooseNew": "Choose Your New File",
|
|
470
|
+
"status": "The Comparison Results Are Coming Soon!",
|
|
471
|
+
"contentDialog": {
|
|
472
|
+
"title": "Content Comparison",
|
|
473
|
+
"items": "Compare Items",
|
|
474
|
+
"text": "Text",
|
|
475
|
+
"images": "Images",
|
|
476
|
+
"colorMark": "Color to Mark differences",
|
|
477
|
+
"replaced": "Replaced Content",
|
|
478
|
+
"inserted": "Inserted Content",
|
|
479
|
+
"deleted": "Deleted Content"
|
|
480
|
+
},
|
|
481
|
+
"overlayDialog": {
|
|
482
|
+
"title": "Overlay Comparison",
|
|
483
|
+
"blendMode": "Blend Mode",
|
|
484
|
+
"normal": "Normal",
|
|
485
|
+
"multiply": "Multiply",
|
|
486
|
+
"screen": "Screen",
|
|
487
|
+
"overlay": "Overlay",
|
|
488
|
+
"darken": "Darken",
|
|
489
|
+
"lighten": "Lighten",
|
|
490
|
+
"colorDodge": "ColorDodge",
|
|
491
|
+
"colorBurn": "ColorBurn",
|
|
492
|
+
"hardLight": "HardLight",
|
|
493
|
+
"softLight": "SoftLight",
|
|
494
|
+
"difference": "Difference",
|
|
495
|
+
"exclusion": "Exclusion",
|
|
496
|
+
"hue": "Hue",
|
|
497
|
+
"saturation": "Saturation",
|
|
498
|
+
"colour": "Colour",
|
|
499
|
+
"luminosity": "Luminosity"
|
|
500
|
+
},
|
|
501
|
+
"downloadOptions": "Select an Output Option",
|
|
502
|
+
"separateFiles": "Save and Download Separately",
|
|
503
|
+
"mergedFile": "Merge into One File",
|
|
504
|
+
"printSettings": "Print Setting",
|
|
505
|
+
"printOld": "Print the comparison result of the old file",
|
|
506
|
+
"printNew": "Print the comparison result of the new file",
|
|
507
|
+
"credit": "Comparison Results by ComPDFKit"
|
|
508
|
+
},
|
|
509
|
+
|
|
510
|
+
"contentEditor": {
|
|
511
|
+
"textProperties": {
|
|
512
|
+
"title": "Text Properties",
|
|
513
|
+
"fontColor": "Font Color",
|
|
514
|
+
"textStyle": "Text Style",
|
|
515
|
+
"spacing": "Spacing",
|
|
516
|
+
"characterSpacing": "Character Spacing",
|
|
517
|
+
"lineSpacing": "Line Spacing",
|
|
518
|
+
"paragraphSpacing": "Paragraph Spacing"
|
|
519
|
+
},
|
|
520
|
+
"imageProperties": {
|
|
521
|
+
"title": "Image Properties",
|
|
522
|
+
"rotate": "Rotate",
|
|
523
|
+
"rotateLeft": "Rotate Left",
|
|
524
|
+
"rotateRight": "Rotate Right",
|
|
525
|
+
"flip": "Flip",
|
|
526
|
+
"flipHorizontal": "Flip horizontal",
|
|
527
|
+
"flipVertical": "Flip vertical",
|
|
528
|
+
"tools": "Tools",
|
|
529
|
+
"replace": "Replace",
|
|
530
|
+
"export": "Export",
|
|
531
|
+
"crop": "Crop",
|
|
532
|
+
"maxSize": "Maximum upload image size: 2MB."
|
|
533
|
+
}
|
|
534
|
+
},
|
|
535
|
+
|
|
536
|
+
"documentEditor": {
|
|
537
|
+
"saveAs": "Save As...",
|
|
538
|
+
"insert": "Insert",
|
|
539
|
+
"rotateRight": "Rotate Right",
|
|
540
|
+
"rotateLeft": "Rotate Left",
|
|
541
|
+
"copy": "Copy",
|
|
542
|
+
"extract": "Extract",
|
|
543
|
+
"replace": "Replace",
|
|
544
|
+
"move": "Move",
|
|
545
|
+
"selectAll": "Select All",
|
|
546
|
+
"unselectAll": "Unselect All",
|
|
547
|
+
"dialog": {
|
|
548
|
+
"insertPages": "Insert Pages",
|
|
549
|
+
"blankPage": "Blank Page",
|
|
550
|
+
"customPage": "Custom Blank Page",
|
|
551
|
+
"fromPdf": "From PDF",
|
|
552
|
+
"selectFile": "Select a File",
|
|
553
|
+
"pageRange": "Page Range",
|
|
554
|
+
"allPages": "All Pages",
|
|
555
|
+
"oddPage": "Odd Pages Only",
|
|
556
|
+
"evenPage": "Even Pages Only",
|
|
557
|
+
"customRange": "Custom Range",
|
|
558
|
+
"insertTo": "Insert to",
|
|
559
|
+
"firstPage": "First Page",
|
|
560
|
+
"lastPage": "Last Page",
|
|
561
|
+
"page": "Page",
|
|
562
|
+
"tip": "e.g. 3, 5-10",
|
|
563
|
+
"before": "Before",
|
|
564
|
+
"after": "After"
|
|
565
|
+
},
|
|
566
|
+
"deleteConfirmation": "Do you want to delete page?",
|
|
567
|
+
"separateFiles": "Each page in a separate file",
|
|
568
|
+
"deleteAfter": "Delete page after extraction",
|
|
569
|
+
"moveTo": "Move after page:",
|
|
570
|
+
"pageInputTip": "Input 0 to maximum page number"
|
|
571
|
+
},
|
|
572
|
+
|
|
573
|
+
"security": {
|
|
574
|
+
"encryption": "Encryption",
|
|
575
|
+
"decryption": "Decryption"
|
|
576
|
+
},
|
|
577
|
+
|
|
578
|
+
"redaction": {
|
|
579
|
+
"fillBlack": "Fill Black",
|
|
580
|
+
"fillWhite": "Fill White",
|
|
581
|
+
"caution": "Caution",
|
|
582
|
+
"warning": "The redacted content will be permanently removed from this document. Please confirm your action.",
|
|
583
|
+
"understand": "Understand and Start",
|
|
584
|
+
"applyWarning": "After applying redactions, the redacted content will be permanently removed.",
|
|
585
|
+
"note": "Note",
|
|
586
|
+
"exitWarning": "Your redactions have not been applied. Are you sure to exit?",
|
|
587
|
+
"saveWarning": [
|
|
588
|
+
"All redacted content in this document will be permanently deleted and cannot be recovered.",
|
|
589
|
+
"Are you sure you want to redact them and save the file?"
|
|
590
|
+
]
|
|
591
|
+
},
|
|
592
|
+
|
|
593
|
+
"layer": {
|
|
594
|
+
"show": "Show",
|
|
595
|
+
"hide": "Hide",
|
|
596
|
+
"lock": "Lock",
|
|
597
|
+
"unlock": "Unlock",
|
|
598
|
+
"lockedWarning": "The current layer is locked. To change its visibility, please unlock it in the layer properties first.",
|
|
599
|
+
"properties": {
|
|
600
|
+
"title": "Set Layer Property",
|
|
601
|
+
"layerProperty": "Layer Property",
|
|
602
|
+
"name": "Layer Name",
|
|
603
|
+
"namePlaceholder": "Please enter the layer name",
|
|
604
|
+
"defaultSettings": "Default Settings",
|
|
605
|
+
"defaultShow": "Default show when opening files",
|
|
606
|
+
"defaultHide": "Default hide when opening files",
|
|
607
|
+
"lockLayer": "Lock Layer",
|
|
608
|
+
"printProperty": "Print Property",
|
|
609
|
+
"always": "Always",
|
|
610
|
+
"never": "Never",
|
|
611
|
+
"printVisible": "Print when visible",
|
|
612
|
+
"exportProperty": "Export Property",
|
|
613
|
+
"exportVisible": "Export when visible"
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
|
|
617
|
+
"colorSeparation": {
|
|
618
|
+
"toggleColor": "Toggle colors",
|
|
619
|
+
"mobileWarning": "This feature is not available for Mobile, please access on PC for the best experience"
|
|
620
|
+
},
|
|
621
|
+
|
|
622
|
+
"measurement": {
|
|
623
|
+
"scale": "Scale",
|
|
624
|
+
"dimensions": {
|
|
625
|
+
"distance": "Distance",
|
|
626
|
+
"angle": "Angle",
|
|
627
|
+
"radius": "Radius",
|
|
628
|
+
"perimeter": "Perimeter",
|
|
629
|
+
"area": "Area",
|
|
630
|
+
"arcLength": "Arc Length",
|
|
631
|
+
"width": "Width",
|
|
632
|
+
"height": "Height"
|
|
633
|
+
},
|
|
634
|
+
"precision": "Precision",
|
|
635
|
+
"tooltips": {
|
|
636
|
+
"xAxis": "X-axis distance",
|
|
637
|
+
"yAxis": "Y-axis distance",
|
|
638
|
+
"lineAngle": "Enter the angle between the line and the horizontal to adjust its slope. Rotate from the starting point: counterclockwise is [0°, 180°], clockwise is [-180°, 0°].",
|
|
639
|
+
"multilineAngle": "Uneditable, only displays the angle at the turning point between two lines during measurement.",
|
|
640
|
+
"circleRadius": "Radius for circle, or semi-major axis for ellipse. Upon input, the selected shape will be adjusted to a perfect circle with the specified radius.",
|
|
641
|
+
"horizontally": "Horizontally",
|
|
642
|
+
"vertically": "Vertically"
|
|
643
|
+
},
|
|
644
|
+
"drawingDimensions": "Drawing dimensions",
|
|
645
|
+
"actualSize": "Actual size",
|
|
646
|
+
"settingScale": "Scale",
|
|
647
|
+
"units": {
|
|
648
|
+
"pt": "pt",
|
|
649
|
+
"in": "in",
|
|
650
|
+
"mm": "mm",
|
|
651
|
+
"cm": "cm",
|
|
652
|
+
"m": "m",
|
|
653
|
+
"km": "km",
|
|
654
|
+
"ft": "ft",
|
|
655
|
+
"yd": "yd",
|
|
656
|
+
"mi": "mi"
|
|
657
|
+
},
|
|
658
|
+
"settings": "Measurement Settings",
|
|
659
|
+
"scaleError": "Scale should be greater than 0.",
|
|
660
|
+
"showCaption": "Show Caption",
|
|
661
|
+
"done": "Done",
|
|
662
|
+
"curveMeasurement": {
|
|
663
|
+
"title": "How to measure a curve?",
|
|
664
|
+
"steps": [
|
|
665
|
+
"Step 1: Select the start and end points;",
|
|
666
|
+
"Step 2: Drag the blue control point to adjust the shape."
|
|
667
|
+
],
|
|
668
|
+
"confirmation": "Got it"
|
|
669
|
+
}
|
|
670
|
+
}
|
|
671
|
+
}
|