en.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581
  1. {
  2. "header": {
  3. "leftPanel": "Left Panel",
  4. "fullScreen": "Full Screen",
  5. "pan": "Pan",
  6. "cropPage": "Snip",
  7. "zoomIn": "Zoom In",
  8. "zoomOut": "Zoom Out",
  9. "light": "Light",
  10. "dark": "Dark",
  11. "lightMode": "Light Mode",
  12. "darkMode": "Dark Mode",
  13. "viewer": "Viewer",
  14. "annotations": "Annotations",
  15. "forms": "Forms",
  16. "signatures": "Signatures",
  17. "security": "Security",
  18. "compare": "Compare Documents",
  19. "editor": "Content Editor",
  20. "document": "Document Editor",
  21. "separation": "Color Separation",
  22. "measurement": "Measurement",
  23. "note": "Note",
  24. "highlight": "Highlight",
  25. "underline": "Underline",
  26. "strikeout": "Strikeout",
  27. "squiggly": "Squiggly",
  28. "ink": "Ink",
  29. "circle": "Circle",
  30. "square": "Square",
  31. "arrow": "Arrow",
  32. "line": "Line",
  33. "freetext": "Free Text",
  34. "stamp": "Stamp",
  35. "image": "Image",
  36. "link": "Link",
  37. "textField": "Text Field",
  38. "checkbox": "Check Box",
  39. "radioButton": "Radio Button",
  40. "listBox": "List Box",
  41. "comboButton": "Combo Button",
  42. "button": "Push Button",
  43. "openFile": "Open File",
  44. "search": "Search",
  45. "rightPanel": "Right Panel",
  46. "viewSetting": "View Setting",
  47. "download": "Download",
  48. "flatten" : "Save as Flattened PDF",
  49. "print" : "Print",
  50. "settings": {
  51. "settings": "Settings",
  52. "author": "Author",
  53. "annotator": "Annotator",
  54. "language": "Language",
  55. "highlightLink": "Highlight Link",
  56. "highlightForm": "Highlight Form",
  57. "fillConsecutively": "Fill in consecutively",
  58. "creationInfo": "Creation Information",
  59. "version": "Version"
  60. },
  61. "addText": "Add Text",
  62. "addImage": "Add Image",
  63. "undo": "Undo",
  64. "redo": "Redo",
  65. "createSignField": "Create Signature Field",
  66. "addDigitalSign": "Add Digital Signature",
  67. "addElectronicSign": "Add Electronic Signature",
  68. "verifyDigitalSign": "Verify Digital Signature",
  69. "measureLine": "Line",
  70. "measureMultiline": "Multiline",
  71. "measurePolygon": "Polygon",
  72. "measureRectangle": "Rectangle",
  73. "measureCircle": "Circle"
  74. },
  75. "nextPage": "Next",
  76. "previousPage": "Previous",
  77. "loading": "Loading",
  78. "upload": "Upload",
  79. "exit": "Exit",
  80. "leftPanel": {
  81. "thumbnails": "Thumbnails",
  82. "outlines": "Outlines",
  83. "noOutlines": "No Outlines",
  84. "layers": "Layers",
  85. "noLayers": "No Layers",
  86. "menu": "Menu",
  87. "showAll": "Show All",
  88. "hideAll": "Hide All",
  89. "restoreSettings": "Restore Default Settings",
  90. "exportLayers": "Export File Layers",
  91. "layerProperty": "Layer Property",
  92. "exportLayer": "Export This Layer",
  93. "annotations": "Annotations",
  94. "noAnnotations": "No Annotations",
  95. "importAnnotations": "Import Annotations",
  96. "exportAnnotations": "Export Annotations",
  97. "search": "Search",
  98. "searchPdf": "Search PDF",
  99. "page": "Page",
  100. "whichPage": ["Page", ""],
  101. "previousPhrase": "Find the previous occurrence of the phrase",
  102. "nextPhrase": "Find the next occurrence of the phrase",
  103. "results": "Results",
  104. "noResults": "No results",
  105. "signature": "Signature",
  106. "signatureList": "Signature List",
  107. "signatureDetails": "Signature Details",
  108. "certificationDetails": "Certification Details",
  109. "noSignatures": "No Signatures",
  110. "marked": "Marked",
  111. "unmarked": "Unmarked",
  112. "accepted": "Accepted",
  113. "rejected": "Rejected",
  114. "cancelled": "Cancelled",
  115. "completed": "Completed",
  116. "none": "None",
  117. "edit": "Edit",
  118. "delete": "Delete",
  119. "replyPlaceholder": "Reply or add thoughts",
  120. "reply": "Reply",
  121. "confirm": "Confirm"
  122. },
  123. "pageModePanel": {
  124. "displayMode": "Display Mode",
  125. "singlePage": "Single Page",
  126. "twoPages": "Two Pages",
  127. "coverMode": "Cover Mode",
  128. "splitView": "Scroll",
  129. "vertical": "Vertical Scrolling",
  130. "horizontal": "Horizontal Scrolling",
  131. "themes": "Themes"
  132. },
  133. "stampPanel": {
  134. "standard": "Standard",
  135. "dynamic": "Dynamic"
  136. },
  137. "linkPanel": {
  138. "linkTo": "Link to",
  139. "url": "URL",
  140. "goToPages": "Go To Pages",
  141. "email": "Email",
  142. "go": "Go"
  143. },
  144. "rightPanel": {
  145. "general": "General",
  146. "name": "Name",
  147. "formField": "Form Field",
  148. "visible": "Visible",
  149. "hidden": "Hidden",
  150. "properties": "Properties",
  151. "requried": "Requried",
  152. "differentNameError": "Please choose a different name.",
  153. "buttonText": "Button Text",
  154. "appearance": "Appearance",
  155. "backgroundColor": "Background Color",
  156. "preferences": "Preferences",
  157. "alignment": "Alignment",
  158. "left": "Left",
  159. "center": "Center",
  160. "right": "Right",
  161. "defaultValue": "Default Value",
  162. "multiLine": "Multi-line",
  163. "buttonStyle": "Button Style",
  164. "check": "Check",
  165. "circle": "Circle",
  166. "cross": "Cross",
  167. "diamond": "Diamond",
  168. "square": "Square",
  169. "star": "Star",
  170. "defaultChecked": "Button is checked by default",
  171. "item": "Item",
  172. "itemList": "Item List",
  173. "option": "Item",
  174. "selectAction": "Select Action",
  175. "none": "None",
  176. "goPage": "Go To Pages",
  177. "openLink": "Open a Web Link",
  178. "addUrl": "Add URL",
  179. "addPage": "Add Page",
  180. "radioBtnTip1": "1 button in group. At lease 2 buttons needed.",
  181. "radioBtnTip2": "To create a set of mutualy exclusive radio buttons (i.e., where only one can be selected at a time), please give the fields the same name.",
  182. "listBoxTip": "Select an item in the item list to make it the default option."
  183. },
  184. "prevent": {
  185. "title": "Not Available in Server-Backed",
  186. "standalone": "Standalone",
  187. "description": "Content Editor is only available on Standalone. Change to Standalone to edit PDF content.",
  188. "description1": "Document Editor is only available on Standalone. Change to Standalone to edit PDF pages."
  189. },
  190. "passwordDialog": {
  191. "enterPwd": "Enter the Password to View the Document",
  192. "enterPwdPlaceholder": "Please Enter the Password",
  193. "wrongPwd": "Wrong Password",
  194. "encryptPdf": "Encrypt Your PDF",
  195. "encrypt": "Encrypt",
  196. "supportTip": "Support: Numbers, letters, {'@'}, $, !, %, ?, & ",
  197. "removePwdSuccess": "Password Removed Successfully!",
  198. "removePwdFailure": "Failed to Remove the Password.",
  199. "setPwdSuccess": "Set the Password for the File Successfully!",
  200. "setPwdFailure": "Failed to Set Passwords for this Document.",
  201. "note": [
  202. "Note:",
  203. "- All changes will take effect after downloading.",
  204. "- You can reset your password anytime before downloading."
  205. ]
  206. },
  207. "ok": "OK",
  208. "cancel": "Cancel",
  209. "continue": "Continue",
  210. "signatures": {
  211. "tip": "Please create a signature field first, then select the type of signature.",
  212. "trackpad": "Trackpad",
  213. "lineWidth": "Line Width",
  214. "keyboard": "Keyboard",
  215. "signHere": "Sign Here",
  216. "image": "Image",
  217. "selectFile": "Select a File",
  218. "none": "None",
  219. "clear": "Clear",
  220. "save": "Save and Apply",
  221. "uploadError": "Please upload images less than 1MB",
  222. "selectTypeDialog": {
  223. "selectType": "Select Signature Type",
  224. "signWithElectronic": "Sign with Electronic Signatures",
  225. "signWithElectronicDesc": "Draw, type, or upload image signatures to sign files.",
  226. "signWithDigital": "Sign with Digital Signatures",
  227. "signWithDigitalDesc": "Create or upload a digital certificate with a unique digital ID to sign files.",
  228. "startSigning": "Start Signing"
  229. },
  230. "detailsDialog": {
  231. "title": "Digital Signature Details",
  232. "signBy": "Valid signature, signed by ",
  233. "signingTime": "Signing Time",
  234. "validitySummary": "Validity Summary",
  235. "validIdentity": "The signer's identity is valid.",
  236. "invalidIdentity": "The signer's identity is invalid.",
  237. "unknownIdentity": "Signature validity is unknown because it has not been included in your list of trusted certificates and none of its parent certificates are trusted certificates.",
  238. "expiredCertificate": "The file was signed with a certificate that has expired. If you acquired this file recently, it may not be authentic.",
  239. "validSignature": "The signature is valid.",
  240. "invalidSignature": "The signature is invalid.",
  241. "notModifiedDoc": "The document has not been modified since this signature was applied.",
  242. "alteredDoc": "The document has been altered or corrupted since it was signed by the current user.",
  243. "viewCertificateDetails": "View Certificate Details",
  244. "unknownSignature": "Signature validity is unknown.",
  245. "atLeastOneInvalid": "At least one signature is invalid.",
  246. "viewAllSignatures": "View All Signatures"
  247. },
  248. "certificateViewerDialog": {
  249. "title": "Certificate Viewer",
  250. "abstracts": "Abstracts",
  251. "summary": "Summary",
  252. "issuedTo": "Issued to:",
  253. "issuer": "Issuer:",
  254. "validFrom": "Valid from:",
  255. "validTo": "Valid to:",
  256. "intendedUsage": "Intended Usage:",
  257. "details": "Details",
  258. "version": "Version",
  259. "algorithm": "Algorithm",
  260. "subject": "Subject",
  261. "serialNumber": "Serial Number",
  262. "certificatePolicy": "Certificate Policy:",
  263. "crlDistributionPoints": "CRL Distribution Points:",
  264. "issuerInfoAccess": "Issuer Information Access:",
  265. "issuerKeyIdentifier": "Issuer‘s Key Identifier:",
  266. "subjectKeyIdentifier": "Subject‘s Key Identifier:",
  267. "basicConstraints": "Basic Constraints:",
  268. "keyUsage": "Key Usage:",
  269. "publicKey": "Public Key:",
  270. "X509": "X.509 Data:",
  271. "SHA1Digest": "SHA1 Digest:",
  272. "MD5Digest": "MD5 Digest:",
  273. "trust": "Trust",
  274. "trustedTo": "This Certificate Is Trusted to:",
  275. "sign": "Sign document or data",
  276. "certify": "Certify document",
  277. "addToTrust": "Add to Trusted Certificates",
  278. "done": "Done"
  279. },
  280. "deleteConfirm": "Are you sure to delete it?",
  281. "addDigitalFileDialog": {
  282. "title": "Add a Digital ID",
  283. "desc": "Browse a digital ID file. Digital IDs are password-protected. If you do not know the password, you cannot obtain a digital ID.",
  284. "certificateFile": "Certificate File",
  285. "uploadFile": "Upload certificate file",
  286. "upload": "Upload",
  287. "password": "Password",
  288. "enterPassword": "Enter the password of the certificate file",
  289. "invalidPassword": "Invalid Password"
  290. },
  291. "appearanceDialog": {
  292. "title": "Customize the Signature Appearance",
  293. "signHere": "Sign Here!",
  294. "includeText": "Include Text",
  295. "name": "Name",
  296. "dName": "Distinguishable name",
  297. "date": "Date",
  298. "ComPDFKitVersion": "ComPDFKit Version",
  299. "logo": "Logo",
  300. "location": "Location",
  301. "reason": "Reason",
  302. "signReason": "Reason",
  303. "docOwner": "I am the owner of the document",
  304. "approvingDoc": "I am approving the document",
  305. "reviewedDoc": "I have reviewed this document",
  306. "labels": "Labels",
  307. "text": "Text",
  308. "type": "Type",
  309. "textAlignment": "Text Alignment"
  310. }
  311. },
  312. "color": "Color",
  313. "opacity": "Opacity",
  314. "font": "Font",
  315. "regular": "Regular",
  316. "oblique": "Oblique",
  317. "bold": "Bold",
  318. "boldOblique": "Bold Oblique",
  319. "delete": "Delete",
  320. "warning": "Warning",
  321. "colon": ": ",
  322. "compare": {
  323. "startCompare": "Start to Compare",
  324. "exit": "Exit",
  325. "oldFile": "Old File",
  326. "newFile": "New File",
  327. "dropFile": [
  328. "Drop a PDF file here",
  329. "or"
  330. ],
  331. "chooseOldFile": "Choose Your Old File",
  332. "chooseNewFile": "Choose Your New File",
  333. "comingSoon": "The Comparison Results Are Coming Soon!",
  334. "contentComparison": "Content Comparison",
  335. "compareItems": "Compare Items",
  336. "text": "Text",
  337. "images": "Images",
  338. "colorMark": "Color to Mark differences",
  339. "replacedContent": "Replaced Content",
  340. "insertedContent": "Inserted Content",
  341. "deletedContent": "Deleted Content",
  342. "overlayComparison": "Overlay Comparison",
  343. "blendMode": "Blend Mode",
  344. "normal": "Normal",
  345. "multiply": "Multiply",
  346. "screen": "Screen",
  347. "overlay": "Overlay",
  348. "darken": "Darken",
  349. "lighten": "Lighten",
  350. "colorDodge": "ColorDodge",
  351. "colorBurn": "ColorBurn",
  352. "hardLight": "HardLight",
  353. "softLight": "SoftLight",
  354. "difference": "Difference",
  355. "exclusion": "Exclusion",
  356. "hue": "Hue",
  357. "saturation": "Saturation",
  358. "colour": "Colour",
  359. "luminosity": "Luminosity",
  360. "return": "Return",
  361. "compare": "Compare",
  362. "downloadOptions": "Select an Output Option",
  363. "downloadTwoFiles": "Save and Download Separately",
  364. "downloadOneFile": "Merge into One File",
  365. "printSetting": "Print Setting",
  366. "printOldFile": "Print the comparison result of the old file",
  367. "printNewFile": "Print the comparison result of the new file",
  368. "byComPDFKit": "Comparison Results by ComPDFKit"
  369. },
  370. "editorPanel": {
  371. "textProp": "Text Properties",
  372. "fontColor": "Font Color",
  373. "textStyle": "Text Style",
  374. "spacing": "Spacing",
  375. "characterSpacing": "Character Spacing",
  376. "lineSpacing": "Line Spacing",
  377. "paragraphSpacing": "Paragraph Spacing",
  378. "imageProp": "Image Properties",
  379. "rotate": "Rotate",
  380. "rotateLeft": "Rotate Left",
  381. "rotateRight": "Rotate Right",
  382. "flip": "Flip",
  383. "flipHorizontal": "Flip horizontal",
  384. "flipVertical": "Flip vertical",
  385. "tools": "Tools",
  386. "replace": "Replace",
  387. "export": "Export",
  388. "crop": "Crop",
  389. "maximum": "Maximum upload image size: 2MB."
  390. },
  391. "documentEditor": {
  392. "save": "Save",
  393. "saveAs": "Save As...",
  394. "insert": "Insert",
  395. "delete": "Delete",
  396. "rotateRight": "Rotate Right",
  397. "rotateLeft": "Rotate Left",
  398. "copy": "Copy",
  399. "extract": "Extract",
  400. "replace": "Replace",
  401. "move": "Move",
  402. "selectAll": "Select All",
  403. "dialog": {
  404. "insertPages": "Insert Pages",
  405. "blankPage": "Blank Page",
  406. "customPage": "Custom Blank Page",
  407. "fromPdf": "From PDF",
  408. "selectFile": "Select a File",
  409. "pageRange": "Page Range",
  410. "allPages": "All Pages",
  411. "oddPage": "Odd Pages Only",
  412. "evenPage": "Even Pages Only",
  413. "customRange": "Custom Range",
  414. "insertTo": "Insert to",
  415. "firstPage": "First Page",
  416. "lastPage": "Last Page",
  417. "page": "Page",
  418. "pageTip": "e.g. 3, 5-10",
  419. "before": "Before",
  420. "after": "After"
  421. },
  422. "deleteConfirmText": "Do you want to delete page",
  423. "eachPage": "Each page in a separate file",
  424. "deleteAfter": "Delete page after extraction",
  425. "moveTo": "Move after page:",
  426. "inputPageTip": "Input 0 to maximum page number"
  427. },
  428. "paste": "Paste",
  429. "properties": "Properties",
  430. "security": {
  431. "pwdProtection": "Password Protection",
  432. "encryption": "Encryption",
  433. "decryption": "Decryption",
  434. "redaction": "Redaction",
  435. "fillBlack": "Fill Black",
  436. "fillWhite": "Fill White",
  437. "caution": "Caution",
  438. "enterTip": "The redacted content will be permanently removed from this document. Please confirm your action.",
  439. "understand": "Understand and Start",
  440. "applyTip": "After applying redactions, the redacted content will be permanently removed.",
  441. "exit": "Exit",
  442. "apply": "Apply",
  443. "note": "Note",
  444. "exitTip": "Your redactions have not been applied. Are you sure to exit?",
  445. "exitConfirm": "Exit",
  446. "saveTip": ["All redacted content in this document will be permanently deleted and cannot be recovered.", "Are you sure you want to redact them and save the file?"],
  447. "save": "Save"
  448. },
  449. "layer": {
  450. "show": "Show",
  451. "hide": "Hide",
  452. "lock": "Lock",
  453. "unlock": "Unlock",
  454. "lockedTip": "The current layer is locked. To change its visibility, please unlock it in the layer properties first.",
  455. "ok": "OK",
  456. "setProperty": "Set Layer Property",
  457. "layerProperty": "Layer Property",
  458. "layerName": "Layer Name",
  459. "enterLayerName": "Please enter the layer name",
  460. "defaultSettings": "Default Settings",
  461. "defaultShow": "Default show when opening files",
  462. "defaultHide": "Default hide when opening files",
  463. "lockLayer": "Lock Layer",
  464. "printProperty": "Print Property",
  465. "always": "Always",
  466. "never": "Never",
  467. "printVisible": "Print when visible",
  468. "exportProperty": "Export Property",
  469. "exportVisible": "Export when visible",
  470. "copyLink": "Copy Link",
  471. "technicalDoc": "Technical Document"
  472. },
  473. "colorSeparation": {
  474. "toggleColor": "Toggle colors",
  475. "notShowTip": "The color will be not show in document",
  476. "accessOnPc": "This feature is not available for Mobile, please access on PC for the best experience"
  477. },
  478. "measurement": {
  479. "scale": "Scale",
  480. "length": "Length",
  481. "precision": "Precision",
  482. "angle": "Angle",
  483. "radius": "Radius",
  484. "perimeter": "Perimeter",
  485. "area": "Area",
  486. "reply": "Reply",
  487. "drawingToActual": "Drawing dimensions: Actual size",
  488. "settingScale": "Scale",
  489. "pt": "pt",
  490. "in": "in",
  491. "mm": "mm",
  492. "cm": "cm",
  493. "m": "m",
  494. "km": "km",
  495. "ft": "ft",
  496. "yd": "yd",
  497. "mi": "mi",
  498. "scaleError": "Scale should be greater than 0.",
  499. "showCaption": "Show Caption",
  500. "done": "Done"
  501. },
  502. "measurementPanel": {
  503. "appearance": "Appearance",
  504. "lineWidth": "Line Width",
  505. "lineColor": "Line Color",
  506. "fillColor": "Fill Color",
  507. "lineStyle": "Line and Border Style",
  508. "start": "Start",
  509. "end": "End",
  510. "fontColor": "Font Color",
  511. "fontStyle": "Font Style",
  512. "note": "Note"
  513. }
  514. }