en.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  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. "viewer": "Viewer",
  12. "annotations": "Annotations",
  13. "forms": "Forms",
  14. "signatures": "Signatures",
  15. "security": "Security",
  16. "compare": "Compare Documents",
  17. "editor": "Content Editor",
  18. "document": "Document Editor",
  19. "note": "Note",
  20. "highlight": "Highlight",
  21. "underline": "Underline",
  22. "strikeout": "Strikeout",
  23. "squiggly": "Squiggly",
  24. "ink": "Ink",
  25. "circle": "Circle",
  26. "square": "Square",
  27. "arrow": "Arrow",
  28. "line": "Line",
  29. "freetext": "Free Text",
  30. "stamp": "Stamp",
  31. "image": "Image",
  32. "link": "Link",
  33. "textField": "Text Field",
  34. "checkbox": "Check Box",
  35. "radioButton": "Radio Button",
  36. "listBox": "List Box",
  37. "comboButton": "Combo Button",
  38. "button": "Push Button",
  39. "setPassword": "Set Password",
  40. "removePassword": "Remove Password",
  41. "openFile": "Open File",
  42. "search": "Search",
  43. "rightPanel": "Right Panel",
  44. "viewSetting": "View Setting",
  45. "download": "Download",
  46. "flatten" : "Save as Flattened PDF",
  47. "print" : "Print",
  48. "settings": {
  49. "settings": "Settings",
  50. "author": "Author",
  51. "annotator": "Annotator",
  52. "language": "Language",
  53. "highlightLink": "Highlight Link",
  54. "highlightForm": "Highlight Form",
  55. "creationInfo": "Creation Information",
  56. "version": "Version"
  57. },
  58. "addText": "Add Text",
  59. "addImage": "Add Image",
  60. "undo": "Undo",
  61. "redo": "Redo",
  62. "createSignField": "Create Signature Field",
  63. "addDigitalSign": "Add Digital Signature",
  64. "addElectronicSign": "Add Electronic Signature",
  65. "verifyDigitalSign": "Verify Digital Signature"
  66. },
  67. "nextPage": "Next",
  68. "previousPage": "Previous",
  69. "loading": "Loading",
  70. "upload": "Upload",
  71. "exit": "Exit",
  72. "leftPanel": {
  73. "thumbnails": "Thumbnails",
  74. "outlines": "Outlines",
  75. "noOutlines": "No Outlines",
  76. "layers": "Layers",
  77. "noLayers": "No Layers",
  78. "annotations": "Annotations",
  79. "noAnnotations": "No Annotations",
  80. "importAnnotations": "Import Annotations",
  81. "exportAnnotations": "Export Annotations",
  82. "search": "Search",
  83. "searchPdf": "Search PDF",
  84. "page": "Page",
  85. "whichPage": ["Page", ""],
  86. "previousPhrase": "Find the previous occurrence of the phrase",
  87. "nextPhrase": "Find the next occurrence of the phrase",
  88. "results": "Results",
  89. "noResults": "No results",
  90. "signature": "Signature",
  91. "signatureList": "Signature List",
  92. "signatureDetails": "Signature Details",
  93. "certificationDetails": "Certification Details",
  94. "noSignatures": "No Signatures",
  95. "marked": "Marked",
  96. "unmarked": "Unmarked",
  97. "accepted": "Accepted",
  98. "rejected": "Rejected",
  99. "cancelled": "Cancelled",
  100. "completed": "Completed",
  101. "none": "None",
  102. "edit": "Edit",
  103. "delete": "Delete",
  104. "replyPlaceholder": "Reply or add thoughts",
  105. "reply": "Reply",
  106. "confirm": "Confirm"
  107. },
  108. "pageModePanel": {
  109. "displayMode": "Display Mode",
  110. "singlePage": "Single Page",
  111. "twoPages": "Two Pages",
  112. "coverMode": "Cover Mode",
  113. "splitView": "Scroll",
  114. "vertical": "Vertical Scrolling",
  115. "horizontal": "Horizontal Scrolling",
  116. "themes": "Themes"
  117. },
  118. "stampPanel": {
  119. "standard": "Standard",
  120. "dynamic": "Dynamic"
  121. },
  122. "linkPanel": {
  123. "linkTo": "Link to",
  124. "url": "URL",
  125. "goToPages": "Go To Pages",
  126. "email": "Email",
  127. "go": "Go"
  128. },
  129. "rightPanel": {
  130. "general": "General",
  131. "name": "Name",
  132. "formField": "Form Field",
  133. "visible": "Visible",
  134. "hidden": "Hidden",
  135. "differentNameError": "Please choose a different name.",
  136. "buttonText": "Button Text",
  137. "appearance": "Appearance",
  138. "backgroundColor": "Background Color",
  139. "preferences": "Preferences",
  140. "alignment": "Alignment",
  141. "left": "Left",
  142. "center": "Center",
  143. "right": "Right",
  144. "defaultValue": "Default Value",
  145. "multiLine": "Multi-line",
  146. "buttonStyle": "Button Style",
  147. "check": "Check",
  148. "circle": "Circle",
  149. "cross": "Cross",
  150. "diamond": "Diamond",
  151. "square": "Square",
  152. "star": "Star",
  153. "defaultChecked": "Button is checked by default",
  154. "item": "Item",
  155. "itemList": "Item List",
  156. "option": "Item",
  157. "selectAction": "Select Action",
  158. "none": "None",
  159. "goPage": "Go To Pages",
  160. "openLink": "Open a Web Link",
  161. "addUrl": "Add URL",
  162. "addPage": "Add Page",
  163. "radioBtnTip1": "1 button in group. At lease 2 buttons needed.",
  164. "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.",
  165. "listBoxTip": "Select an item in the item list to make it the default option."
  166. },
  167. "prevent": {
  168. "title": "Not Available in Server-Backed",
  169. "standalone": "Standalone",
  170. "description": "Content Editor is only available on Standalone. Change to Standalone to edit PDF content.",
  171. "description1": "Document Editor is only available on Standalone. Change to Standalone to edit PDF pages."
  172. },
  173. "passwordDialog": {
  174. "enterPwd": "Enter the Password to View the Document",
  175. "enterPwdPlaceholder": "Please Enter the Password",
  176. "wrongPwd": "Wrong Password",
  177. "encryptPdf": "Encrypt Your PDF",
  178. "encrypt": "Encrypt",
  179. "supportTip": "Support: Numbers, letters, {'@'}, $, !, %, ?, & ",
  180. "removePwdSuccess": "Password Removed Successfully!",
  181. "removePwdFailure": "Failed to Remove the Password.",
  182. "setPwdSuccess": "Set the Password for the File Successfully!",
  183. "setPwdFailure": "Failed to Set Passwords for this Document.",
  184. "note": [
  185. "Note:",
  186. "- All changes will take effect after downloading.",
  187. "- You can reset your password anytime before downloading."
  188. ]
  189. },
  190. "ok": "OK",
  191. "cancel": "Cancel",
  192. "continue": "Continue",
  193. "signatures": {
  194. "tip": "Please create a signature field first, then select the type of signature.",
  195. "trackpad": "Trackpad",
  196. "lineWidth": "Line Width",
  197. "keyboard": "Keyboard",
  198. "signHere": "Sign Here",
  199. "image": "Image",
  200. "selectFile": "Select a File",
  201. "none": "None",
  202. "clear": "Clear",
  203. "save": "Save and Apply",
  204. "uploadError": "Please upload images less than 1MB",
  205. "selectTypeDialog": {
  206. "selectType": "Select Signature Type",
  207. "signWithElectronic": "Sign with Electronic Signatures",
  208. "signWithElectronicDesc": "Draw, type, or upload image signatures to sign files.",
  209. "signWithDigital": "Sign with Digital Signatures",
  210. "signWithDigitalDesc": "Create or upload a digital certificate with a unique digital ID to sign files.",
  211. "startSigning": "Start Signing"
  212. },
  213. "detailsDialog": {
  214. "title": "Digital Signature Details",
  215. "signBy": "Valid signature, signed by ",
  216. "signingTime": "Signing Time",
  217. "validitySummary": "Validity Summary",
  218. "validIdentity": "The signer's identity is valid.",
  219. "invalidIdentity": "The signer's identity is invalid.",
  220. "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.",
  221. "expiredCertificate": "The file was signed with a certificate that has expired. If you acquired this file recently, it may not be authentic.",
  222. "validSignature": "The signature is valid.",
  223. "invalidSignature": "The signature is invalid.",
  224. "notModifiedDoc": "The document has not been modified since this signature was applied.",
  225. "alteredDoc": "The document has been altered or corrupted since it was signed by the current user.",
  226. "viewCertificateDetails": "View Certificate Details",
  227. "unknownSignature": "Signature validity is unknown.",
  228. "atLeastOneInvalid": "At least one signature is invalid.",
  229. "viewAllSignatures": "View All Signatures"
  230. },
  231. "certificateViewerDialog": {
  232. "title": "Certificate Viewer",
  233. "abstracts": "Abstracts",
  234. "summary": "Summary",
  235. "issuedTo": "Issued to:",
  236. "issuer": "Issuer:",
  237. "validFrom": "Valid from:",
  238. "validTo": "Valid to:",
  239. "intendedUsage": "Intended Usage:",
  240. "details": "Details",
  241. "version": "Version",
  242. "algorithm": "Algorithm",
  243. "subject": "Subject",
  244. "serialNumber": "Serial Number",
  245. "certificatePolicy": "Certificate Policy:",
  246. "crlDistributionPoints": "CRL Distribution Points:",
  247. "issuerInfoAccess": "Issuer Information Access:",
  248. "issuerKeyIdentifier": "Issuer‘s Key Identifier:",
  249. "subjectKeyIdentifier": "Subject‘s Key Identifier:",
  250. "basicConstraints": "Basic Constraints:",
  251. "keyUsage": "Key Usage:",
  252. "publicKey": "Public Key:",
  253. "X509": "X.509 Data:",
  254. "SHA1Digest": "SHA1 Digest:",
  255. "MD5Digest": "MD5 Digest:",
  256. "trust": "Trust",
  257. "trustedTo": "This Certificate Is Trusted to:",
  258. "sign": "Sign document or data",
  259. "certify": "Certify document",
  260. "addToTrust": "Add to Trusted Certificates",
  261. "done": "Done"
  262. },
  263. "deleteConfirm": "Are you sure to delete it?",
  264. "addDigitalFileDialog": {
  265. "title": "Add a Digital ID",
  266. "desc": "Browse a digital ID file. Digital IDs are password-protected. If you do not know the password, you cannot obtain a digital ID.",
  267. "certificateFile": "Certificate File",
  268. "uploadFile": "Upload your certificate file",
  269. "upload": "Upload",
  270. "password": "Password",
  271. "enterPassword": "Enter the password of the certificate file",
  272. "invalidPassword": "Invalid Password"
  273. },
  274. "appearanceDialog": {
  275. "title": "Customize the Signature Appearance",
  276. "signHere": "Sign Here!",
  277. "includeText": "Include Text",
  278. "name": "Name",
  279. "dName": "Distinguishable name",
  280. "date": "Date",
  281. "ComPDFKitVersion": "ComPDFKit Version",
  282. "logo": "Logo",
  283. "location": "Location",
  284. "reason": "Reason",
  285. "signReason": "Reason",
  286. "docOwner": "I am the owner of the document",
  287. "approvingDoc": "I am approving the document",
  288. "reviewedDoc": "I have reviewed this document",
  289. "labels": "Labels",
  290. "text": "Text",
  291. "type": "Type",
  292. "textAlignment": "Text Alignment"
  293. }
  294. },
  295. "color": "Color",
  296. "opacity": "Opacity",
  297. "font": "Font",
  298. "regular": "Regular",
  299. "oblique": "Oblique",
  300. "bold": "Bold",
  301. "boldOblique": "Bold Oblique",
  302. "delete": "Delete",
  303. "warning": "Warning",
  304. "colon": ": ",
  305. "compare": {
  306. "startCompare": "Start to Compare",
  307. "exit": "Exit",
  308. "oldFile": "Old File",
  309. "newFile": "New File",
  310. "dropFile": [
  311. "Drop a PDF file here",
  312. "or"
  313. ],
  314. "chooseOldFile": "Choose Your Old File",
  315. "chooseNewFile": "Choose Your New File",
  316. "comingSoon": "The Comparison Results Are Coming Soon!",
  317. "contentComparison": "Content Comparison",
  318. "compareItems": "Compare Items",
  319. "text": "Text",
  320. "images": "Images",
  321. "colorMark": "Color to Mark differences",
  322. "replacedContent": "Replaced Content",
  323. "insertedContent": "Inserted Content",
  324. "deletedContent": "Deleted Content",
  325. "overlayComparison": "Overlay Comparison",
  326. "blendMode": "Blend Mode",
  327. "normal": "Normal",
  328. "multiply": "Multiply",
  329. "screen": "Screen",
  330. "overlay": "Overlay",
  331. "darken": "Darken",
  332. "lighten": "Lighten",
  333. "colorDodge": "ColorDodge",
  334. "colorBurn": "ColorBurn",
  335. "hardLight": "HardLight",
  336. "softLight": "SoftLight",
  337. "difference": "Difference",
  338. "exclusion": "Exclusion",
  339. "hue": "Hue",
  340. "saturation": "Saturation",
  341. "colour": "Colour",
  342. "luminosity": "Luminosity",
  343. "return": "Return",
  344. "compare": "Compare",
  345. "downloadOptions": "Select an Output Option",
  346. "downloadTwoFiles": "Save and Download Separately",
  347. "downloadOneFile": "Merge into One File",
  348. "printSetting": "Print Setting",
  349. "printOldFile": "Print the comparison result of the old file",
  350. "printNewFile": "Print the comparison result of the new file",
  351. "byComPDFKit": "Comparison Results by ComPDFKit"
  352. },
  353. "editorPanel": {
  354. "textProp": "Text Properties",
  355. "fontColor": "Font Color",
  356. "textStyle": "Text Style",
  357. "imageProp": "Image Properties",
  358. "rotate": "Rotate",
  359. "rotateLeft": "Rotate Left",
  360. "rotateRight": "Rotate Right",
  361. "flip": "Flip",
  362. "flipHorizontal": "Flip horizontal",
  363. "flipVertical": "Flip vertical",
  364. "tools": "Tools",
  365. "replace": "Replace",
  366. "export": "Export",
  367. "crop": "Crop",
  368. "maximum": "Maximum upload image size: 2MB."
  369. },
  370. "documentEditor": {
  371. "save": "Save",
  372. "saveAs": "Save As...",
  373. "insert": "Insert",
  374. "delete": "Delete",
  375. "rotateRight": "Rotate Right",
  376. "rotateLeft": "Rotate Left",
  377. "copy": "Copy",
  378. "extract": "Extract",
  379. "replace": "Replace",
  380. "move": "Move",
  381. "selectAll": "Select All",
  382. "dialog": {
  383. "insertPages": "Insert Pages",
  384. "blankPage": "Blank Page",
  385. "customPage": "Custom Blank Page",
  386. "fromPdf": "From PDF",
  387. "selectFile": "Select a File",
  388. "pageRange": "Page Range",
  389. "allPages": "All Pages",
  390. "oddPage": "Odd Pages Only",
  391. "evenPage": "Even Pages Only",
  392. "customRange": "Custom Range",
  393. "insertTo": "Insert to",
  394. "firstPage": "First Page",
  395. "lastPage": "Last Page",
  396. "page": "Page",
  397. "pageTip": "e.g. 3, 5-10",
  398. "before": "Before",
  399. "after": "After"
  400. },
  401. "deleteConfirmText": "Do you want to delete page",
  402. "eachPage": "Each page in a separate file",
  403. "deleteAfter": "Delete page after extraction",
  404. "moveTo": "Move after page:",
  405. "inputPageTip": "Input 0 to maximum page number"
  406. }
  407. }