HomePage.resx 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <root>
  3. <!--
  4. Microsoft ResX Schema
  5. Version 2.0
  6. The primary goals of this format is to allow a simple XML format
  7. that is mostly human readable. The generation and parsing of the
  8. various data types are done through the TypeConverter classes
  9. associated with the data types.
  10. Example:
  11. ... ado.net/XML headers & schema ...
  12. <resheader name="resmimetype">text/microsoft-resx</resheader>
  13. <resheader name="version">2.0</resheader>
  14. <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
  15. <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
  16. <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
  17. <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
  18. <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
  19. <value>[base64 mime encoded serialized .NET Framework object]</value>
  20. </data>
  21. <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
  22. <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
  23. <comment>This is a comment</comment>
  24. </data>
  25. There are any number of "resheader" rows that contain simple
  26. name/value pairs.
  27. Each data row contains a name, and value. The row also contains a
  28. type or mimetype. Type corresponds to a .NET class that support
  29. text/value conversion through the TypeConverter architecture.
  30. Classes that don't support this are serialized and stored with the
  31. mimetype set.
  32. The mimetype is used for serialized objects, and tells the
  33. ResXResourceReader how to depersist the object. This is currently not
  34. extensible. For a given mimetype the value must be set accordingly:
  35. Note - application/x-microsoft.net.object.binary.base64 is the format
  36. that the ResXResourceWriter will generate, however the reader can
  37. read any of the formats listed below.
  38. mimetype: application/x-microsoft.net.object.binary.base64
  39. value : The object must be serialized with
  40. : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
  41. : and then encoded with base64 encoding.
  42. mimetype: application/x-microsoft.net.object.soap.base64
  43. value : The object must be serialized with
  44. : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
  45. : and then encoded with base64 encoding.
  46. mimetype: application/x-microsoft.net.object.bytearray.base64
  47. value : The object must be serialized into a byte array
  48. : using a System.ComponentModel.TypeConverter
  49. : and then encoded with base64 encoding.
  50. -->
  51. <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  52. <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
  53. <xsd:element name="root" msdata:IsDataSet="true">
  54. <xsd:complexType>
  55. <xsd:choice maxOccurs="unbounded">
  56. <xsd:element name="metadata">
  57. <xsd:complexType>
  58. <xsd:sequence>
  59. <xsd:element name="value" type="xsd:string" minOccurs="0" />
  60. </xsd:sequence>
  61. <xsd:attribute name="name" use="required" type="xsd:string" />
  62. <xsd:attribute name="type" type="xsd:string" />
  63. <xsd:attribute name="mimetype" type="xsd:string" />
  64. <xsd:attribute ref="xml:space" />
  65. </xsd:complexType>
  66. </xsd:element>
  67. <xsd:element name="assembly">
  68. <xsd:complexType>
  69. <xsd:attribute name="alias" type="xsd:string" />
  70. <xsd:attribute name="name" type="xsd:string" />
  71. </xsd:complexType>
  72. </xsd:element>
  73. <xsd:element name="data">
  74. <xsd:complexType>
  75. <xsd:sequence>
  76. <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
  77. <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
  78. </xsd:sequence>
  79. <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
  80. <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
  81. <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
  82. <xsd:attribute ref="xml:space" />
  83. </xsd:complexType>
  84. </xsd:element>
  85. <xsd:element name="resheader">
  86. <xsd:complexType>
  87. <xsd:sequence>
  88. <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
  89. </xsd:sequence>
  90. <xsd:attribute name="name" type="xsd:string" use="required" />
  91. </xsd:complexType>
  92. </xsd:element>
  93. </xsd:choice>
  94. </xsd:complexType>
  95. </xsd:element>
  96. </xsd:schema>
  97. <resheader name="resmimetype">
  98. <value>text/microsoft-resx</value>
  99. </resheader>
  100. <resheader name="version">
  101. <value>2.0</value>
  102. </resheader>
  103. <resheader name="reader">
  104. <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  105. </resheader>
  106. <resheader name="writer">
  107. <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  108. </resheader>
  109. <data name="AIErrorCorrectionBtn_CorrectBtn" xml:space="preserve">
  110. <value>Correct</value>
  111. </data>
  112. <data name="AIErrorCorrectionBtn_Title" xml:space="preserve">
  113. <value>AI Error Correction</value>
  114. </data>
  115. <data name="AIRewriteBtn_RewritingBtn" xml:space="preserve">
  116. <value>Rewriting</value>
  117. </data>
  118. <data name="AIRewriteBtn_Title" xml:space="preserve">
  119. <value>AI Rewriting</value>
  120. </data>
  121. <data name="AISelectTranslationBtn_LimitTip" xml:space="preserve">
  122. <value>Limit document size to 10M, document
  123. page number to 30, 10w characters per
  124. month.</value>
  125. </data>
  126. <data name="AITranslationBtn_DropTip" xml:space="preserve">
  127. <value>or drop file here</value>
  128. </data>
  129. <data name="AITranslationBtn_LimitTip" xml:space="preserve">
  130. <value>Limit document size to 10M, document page number to 30, 10w characters per month
  131. Scanning PDF file is not supported!</value>
  132. </data>
  133. <data name="AITranslationBtn_SelectFileBtn" xml:space="preserve">
  134. <value>Select File</value>
  135. </data>
  136. <data name="AITranslationBtn_SupportTip" xml:space="preserve">
  137. <value>Support PDF and Word file</value>
  138. </data>
  139. <data name="AITranslationBtn_Title" xml:space="preserve">
  140. <value>AI Translation</value>
  141. </data>
  142. <data name="AITranslationBtn_TranslationLanguage" xml:space="preserve">
  143. <value>Translation Language</value>
  144. </data>
  145. <data name="AITranslation_LimitTip" xml:space="preserve">
  146. <value>Limit document size to 10M, document page number to 30, 10w characters
  147. per month.</value>
  148. </data>
  149. <data name="AITranslation_NotSupportedTip" xml:space="preserve">
  150. <value>Scanned PDF file is not supported</value>
  151. </data>
  152. <data name="BaiduTranslation05001" xml:space="preserve">
  153. <value>Baidu translation interface call failed</value>
  154. </data>
  155. <data name="BaiduTranslation05002" xml:space="preserve">
  156. <value>The file name cannot be empty</value>
  157. </data>
  158. <data name="BaiduTranslation05003" xml:space="preserve">
  159. <value>File format not supported</value>
  160. </data>
  161. <data name="BaiduTranslation05004" xml:space="preserve">
  162. <value>File translation file size cannot exceed 10MB</value>
  163. </data>
  164. <data name="BaiduTranslation05005" xml:space="preserve">
  165. <value>Translation language not supported</value>
  166. </data>
  167. <data name="BaiduTranslation05006" xml:space="preserve">
  168. <value>Failed to get the page number of the file</value>
  169. </data>
  170. <data name="BaiduTranslation05007" xml:space="preserve">
  171. <value>user file upload error</value>
  172. </data>
  173. <data name="BaiduTranslation05008" xml:space="preserve">
  174. <value>fileKey does not exist</value>
  175. </data>
  176. <data name="BaiduTranslation05009" xml:space="preserve">
  177. <value>The file is empty, the file size cannot be 0</value>
  178. </data>
  179. <data name="BaiduTranslation05010" xml:space="preserve">
  180. <value>Word format translation error, please use PDF format for translation</value>
  181. </data>
  182. <data name="BaiduTranslation05011" xml:space="preserve">
  183. <value>Documents over 30 pages</value>
  184. </data>
  185. <data name="BaiduTranslation05012" xml:space="preserve">
  186. <value>file exists encrypted</value>
  187. </data>
  188. <data name="BaiduTranslation05013" xml:space="preserve">
  189. <value>This document does not support translation at this time</value>
  190. </data>
  191. <data name="BaiduTranslation05999" xml:space="preserve">
  192. <value>File translation failed</value>
  193. </data>
  194. <data name="BaiduTranslation06001" xml:space="preserve">
  195. <value>Invalid project</value>
  196. </data>
  197. <data name="BaiduTranslation06002" xml:space="preserve">
  198. <value>Invalid version</value>
  199. </data>
  200. <data name="BaiduTranslation06003" xml:space="preserve">
  201. <value>Character exceeds limit</value>
  202. </data>
  203. <data name="BaiduTranslation06004" xml:space="preserve">
  204. <value>Usage over limit</value>
  205. </data>
  206. <data name="BaiduTranslation10001" xml:space="preserve">
  207. <value>The required parameter is empty or the fixed parameter is incorrect.</value>
  208. </data>
  209. <data name="BaiduTranslation10004" xml:space="preserve">
  210. <value>Access frequency is limited.</value>
  211. </data>
  212. <data name="BaiduTranslation10005" xml:space="preserve">
  213. <value>Signature verification failed.</value>
  214. </data>
  215. <data name="BaiduTranslation10006" xml:space="preserve">
  216. <value>User is unauthorized.</value>
  217. </data>
  218. <data name="BaiduTranslation20100" xml:space="preserve">
  219. <value>Quotation query information has expired.</value>
  220. </data>
  221. <data name="BaiduTranslation20101" xml:space="preserve">
  222. <value>Query translation record has expired.</value>
  223. </data>
  224. <data name="BaiduTranslation20102" xml:space="preserve">
  225. <value>Incorrect document type.</value>
  226. </data>
  227. <data name="BaiduTranslation20103" xml:space="preserve">
  228. <value>Document size does not meet the requirements.</value>
  229. </data>
  230. <data name="BaiduTranslation20104" xml:space="preserve">
  231. <value>Failed to create task.</value>
  232. </data>
  233. <data name="BaiduTranslation52001" xml:space="preserve">
  234. <value>Request timed out.</value>
  235. </data>
  236. <data name="BaiduTranslation52002" xml:space="preserve">
  237. <value>Server system error.</value>
  238. </data>
  239. <data name="BaiduTranslation52003" xml:space="preserve">
  240. <value>Unauthorized user.</value>
  241. </data>
  242. <data name="BaiduTranslation54000" xml:space="preserve">
  243. <value>Required parameter is empty.</value>
  244. </data>
  245. <data name="BaiduTranslation54001" xml:space="preserve">
  246. <value>Signature error.</value>
  247. </data>
  248. <data name="BaiduTranslation54003" xml:space="preserve">
  249. <value>Access frequency is limited.</value>
  250. </data>
  251. <data name="BaiduTranslation54004" xml:space="preserve">
  252. <value>Insufficient account balance.</value>
  253. </data>
  254. <data name="BaiduTranslation54010" xml:space="preserve">
  255. <value>Insufficient amount of withholding.</value>
  256. </data>
  257. <data name="BaiduTranslation58000" xml:space="preserve">
  258. <value>Illegal client IP address.</value>
  259. </data>
  260. <data name="BaiduTranslation58001" xml:space="preserve">
  261. <value>Translation language direction not supported.</value>
  262. </data>
  263. <data name="BaiduTranslation66000" xml:space="preserve">
  264. <value>Parameter error.</value>
  265. </data>
  266. <data name="BaiduTranslation70201" xml:space="preserve">
  267. <value>File information not found.</value>
  268. </data>
  269. <data name="BaiduTranslation70202" xml:space="preserve">
  270. <value>Failed to generate remote file.</value>
  271. </data>
  272. <data name="BaiduTranslation70203" xml:space="preserve">
  273. <value>Uploaded file size exceeded the limit.</value>
  274. </data>
  275. <data name="BaiduTranslation70204" xml:space="preserve">
  276. <value>Cache file expired.</value>
  277. </data>
  278. <data name="BaiduTranslation70205" xml:space="preserve">
  279. <value>Document translation failed.</value>
  280. </data>
  281. <data name="BaiduTranslation70206" xml:space="preserve">
  282. <value>Unsupported file type.</value>
  283. </data>
  284. <data name="BaiduTranslation70207" xml:space="preserve">
  285. <value>The document content is incorrect and cannot be translated.</value>
  286. </data>
  287. <data name="BtnCancle" xml:space="preserve">
  288. <value>Cancel</value>
  289. </data>
  290. <data name="BtnScan" xml:space="preserve">
  291. <value>Scan</value>
  292. </data>
  293. <data name="ChatGTP06001" xml:space="preserve">
  294. <value>Invalid project</value>
  295. </data>
  296. <data name="ChatGTP06002" xml:space="preserve">
  297. <value>Invalid version</value>
  298. </data>
  299. <data name="ChatGTP06003" xml:space="preserve">
  300. <value>Content too long</value>
  301. </data>
  302. <data name="ChatGTP06004" xml:space="preserve">
  303. <value>Usage over limit</value>
  304. </data>
  305. <data name="ChatGTP06005" xml:space="preserve">
  306. <value>System error</value>
  307. </data>
  308. <data name="ChatGTP06006" xml:space="preserve">
  309. <value>Missing parameters</value>
  310. </data>
  311. <data name="ChatGTPAI_Copied" xml:space="preserve">
  312. <value>Copied</value>
  313. </data>
  314. <data name="ChatGTPAI_Copy" xml:space="preserve">
  315. <value>Copy</value>
  316. </data>
  317. <data name="ChatGTPAI_LimitTip" xml:space="preserve">
  318. <value>Limited to 150 characters per session, 5 times per month</value>
  319. </data>
  320. <data name="ChatGTPAI_Result" xml:space="preserve">
  321. <value>Result</value>
  322. </data>
  323. <data name="ChatGTPAI_TextBoxWatermark" xml:space="preserve">
  324. <value>Please enter text content here...</value>
  325. </data>
  326. <data name="ChatGTPLimit150" xml:space="preserve">
  327. <value>Limited to 150 characters per session, 5 times per month</value>
  328. </data>
  329. <data name="ChatGTPNetworkError" xml:space="preserve">
  330. <value>Network error</value>
  331. </data>
  332. <data name="GuidContentP1" xml:space="preserve">
  333. <value>PDF Master Beta Invites You to Enjoy All Advanced Features!
  334. Edit, Annotate and Convert PDFs with PDF Master to boost your productivity.</value>
  335. </data>
  336. <data name="GuidContentP2" xml:space="preserve">
  337. <value>Add highlights, freehand, text, stamps, links, shapes, and notes to your documents. Easily mark up your PDFs anytime!</value>
  338. </data>
  339. <data name="GuidContentP3" xml:space="preserve">
  340. <value>Fix a typo or add a new text box in a PDF effortlessly. Crop, replace, rotate, flip, and export images as desired.</value>
  341. </data>
  342. <data name="GuidContentP4" xml:space="preserve">
  343. <value>Drag and drop page thumbnails to rearrange pages. Or easily delete, insert, rotate, split pages.</value>
  344. </data>
  345. <data name="GuidContentP5" xml:space="preserve">
  346. <value>Convert PDF to editable Word, Excel, PPT, Text and image with all your fonts and formatting preserved.</value>
  347. </data>
  348. <data name="GuidContentP6" xml:space="preserve">
  349. <value>All advanced features in PDF Master can be used after registration, including converting PDFs without limitation.</value>
  350. </data>
  351. <data name="GuidContent_Edit" xml:space="preserve">
  352. <value>Fix a typo or add a new text box in a PDF effortlessly. Crop, replace, rotate, flip, and export images as desired.</value>
  353. </data>
  354. <data name="GuidTitleP1" xml:space="preserve">
  355. <value>The Brand New PDF Master</value>
  356. </data>
  357. <data name="GuidTitleP2" xml:space="preserve">
  358. <value>Comment PDFs with Rich Annotation Tools</value>
  359. </data>
  360. <data name="GuidTitleP3" xml:space="preserve">
  361. <value>Edit Original Text and Images Like Word</value>
  362. </data>
  363. <data name="GuidTitleP4" xml:space="preserve">
  364. <value>Organize PDF Pages with Ease</value>
  365. </data>
  366. <data name="GuidTitleP5" xml:space="preserve">
  367. <value>Convert PDF to Office Fast and Easily</value>
  368. </data>
  369. <data name="GuidTitleP6" xml:space="preserve">
  370. <value>Sign up to Unlock Premium Features</value>
  371. </data>
  372. <data name="Guid_AcceptButton" xml:space="preserve">
  373. <value>Next</value>
  374. </data>
  375. <data name="Guid_LaterButton" xml:space="preserve">
  376. <value>Sign up to Unlock Premium Features</value>
  377. </data>
  378. <data name="Guid_StartNow" xml:space="preserve">
  379. <value>Start Now</value>
  380. <comment>已经登陆的情况下,最后一页按钮文案</comment>
  381. </data>
  382. <data name="HomeBtn_CreatePDFFromScannerBtn" xml:space="preserve">
  383. <value>Import From Scanner</value>
  384. </data>
  385. <data name="HomeBtn_CreatePDFNewBlankPageBtn" xml:space="preserve">
  386. <value>New Blank Page</value>
  387. </data>
  388. <data name="HomeBtn_CreatePDFNewFromFilesBtn" xml:space="preserve">
  389. <value>New From Files</value>
  390. </data>
  391. <data name="HomeBtn_CreatePDFTitle" xml:space="preserve">
  392. <value>Create PDF</value>
  393. </data>
  394. <data name="HomeBtn_OpenPDFBtn" xml:space="preserve">
  395. <value>Select Files</value>
  396. </data>
  397. <data name="HomeBtn_OpenPDFDropTip" xml:space="preserve">
  398. <value>Or drop files here to open</value>
  399. </data>
  400. <data name="HomeBtn_OpenPDFTitle" xml:space="preserve">
  401. <value>Open PDF</value>
  402. </data>
  403. <data name="HomeList_MenuRemove" xml:space="preserve">
  404. <value>Remove from Recents</value>
  405. </data>
  406. <data name="HomeList_MenuShow" xml:space="preserve">
  407. <value>Show in Folder</value>
  408. </data>
  409. <data name="HomeList_NoFilesContent" xml:space="preserve">
  410. <value>Click “Open Files” or drag file here to open</value>
  411. </data>
  412. <data name="HomeList_NoFilesTitle" xml:space="preserve">
  413. <value>No recently opened files</value>
  414. </data>
  415. <data name="HomeList_Title" xml:space="preserve">
  416. <value>Recents</value>
  417. </data>
  418. <data name="HomeTool_Title" xml:space="preserve">
  419. <value>Quick Tools</value>
  420. </data>
  421. <data name="Home_AIErrorCorrectionBtn" xml:space="preserve">
  422. <value>AI Error Correction</value>
  423. </data>
  424. <data name="Home_AIRewritingBtn" xml:space="preserve">
  425. <value>AI Rewriting</value>
  426. </data>
  427. <data name="Home_AITranslationBtn" xml:space="preserve">
  428. <value>AI Translation</value>
  429. </data>
  430. <data name="Home_CreatePDF" xml:space="preserve">
  431. <value>Create PDF</value>
  432. </data>
  433. <data name="Home_CreateToNew" xml:space="preserve">
  434. <value>New Blank Page</value>
  435. </data>
  436. <data name="Home_HomeBtn" xml:space="preserve">
  437. <value>Home</value>
  438. </data>
  439. <data name="Home_OpenFiles" xml:space="preserve">
  440. <value>Open Files</value>
  441. </data>
  442. <data name="Scanner_Error" xml:space="preserve">
  443. <value>Error</value>
  444. </data>
  445. <data name="Scanner_Errorbody" xml:space="preserve">
  446. <value>Operation too frequent, please try again later.</value>
  447. </data>
  448. <data name="Scanner_Errorok" xml:space="preserve">
  449. <value>OK</value>
  450. </data>
  451. <data name="Scanner_Untitled" xml:space="preserve">
  452. <value>Untitled</value>
  453. </data>
  454. <data name="TextCreate" xml:space="preserve">
  455. <value>Create PDF from scanner</value>
  456. </data>
  457. <data name="TextNoScan" xml:space="preserve">
  458. <value>No Scanners</value>
  459. </data>
  460. <data name="TextScans" xml:space="preserve">
  461. <value>Scanners</value>
  462. </data>
  463. <data name="ViewRightMenuText_AITranslation" xml:space="preserve">
  464. <value>AI Translation</value>
  465. </data>
  466. <data name="ViewRightMenuText_AITranslationBtn" xml:space="preserve">
  467. <value>Translate</value>
  468. </data>
  469. <data name="ViewRightMenuText_AITranslationTitle" xml:space="preserve">
  470. <value>AI Translation</value>
  471. </data>
  472. </root>