HomePage.Designer.cs 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace PDF_Master.Strings.HomePage {
  11. using System;
  12. /// <summary>
  13. /// 一个强类型的资源类,用于查找本地化的字符串等。
  14. /// </summary>
  15. // 此类是由 StronglyTypedResourceBuilder
  16. // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
  17. // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
  18. // (以 /str 作为命令选项),或重新生成 VS 项目。
  19. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
  20. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  21. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  22. public class HomePage {
  23. private static global::System.Resources.ResourceManager resourceMan;
  24. private static global::System.Globalization.CultureInfo resourceCulture;
  25. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  26. internal HomePage() {
  27. }
  28. /// <summary>
  29. /// 返回此类使用的缓存的 ResourceManager 实例。
  30. /// </summary>
  31. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  32. public static global::System.Resources.ResourceManager ResourceManager {
  33. get {
  34. if (object.ReferenceEquals(resourceMan, null)) {
  35. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PDF_Master.Strings.HomePage.HomePage", typeof(HomePage).Assembly);
  36. resourceMan = temp;
  37. }
  38. return resourceMan;
  39. }
  40. }
  41. /// <summary>
  42. /// 重写当前线程的 CurrentUICulture 属性,对
  43. /// 使用此强类型资源类的所有资源查找执行重写。
  44. /// </summary>
  45. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  46. public static global::System.Globalization.CultureInfo Culture {
  47. get {
  48. return resourceCulture;
  49. }
  50. set {
  51. resourceCulture = value;
  52. }
  53. }
  54. /// <summary>
  55. /// 查找类似 Correct 的本地化字符串。
  56. /// </summary>
  57. public static string AIErrorCorrectionBtn_CorrectBtn {
  58. get {
  59. return ResourceManager.GetString("AIErrorCorrectionBtn_CorrectBtn", resourceCulture);
  60. }
  61. }
  62. /// <summary>
  63. /// 查找类似 AI Error Correction 的本地化字符串。
  64. /// </summary>
  65. public static string AIErrorCorrectionBtn_Title {
  66. get {
  67. return ResourceManager.GetString("AIErrorCorrectionBtn_Title", resourceCulture);
  68. }
  69. }
  70. /// <summary>
  71. /// 查找类似 Rewriting 的本地化字符串。
  72. /// </summary>
  73. public static string AIRewriteBtn_RewritingBtn {
  74. get {
  75. return ResourceManager.GetString("AIRewriteBtn_RewritingBtn", resourceCulture);
  76. }
  77. }
  78. /// <summary>
  79. /// 查找类似 AI Rewriting 的本地化字符串。
  80. /// </summary>
  81. public static string AIRewriteBtn_Title {
  82. get {
  83. return ResourceManager.GetString("AIRewriteBtn_Title", resourceCulture);
  84. }
  85. }
  86. /// <summary>
  87. /// 查找类似 Limit document size to 10M, document
  88. ///page number to 30, 10w characters per
  89. ///month. 的本地化字符串。
  90. /// </summary>
  91. public static string AISelectTranslationBtn_LimitTip {
  92. get {
  93. return ResourceManager.GetString("AISelectTranslationBtn_LimitTip", resourceCulture);
  94. }
  95. }
  96. /// <summary>
  97. /// 查找类似 Limit document size to 10M, document page number to 30, 10w characters
  98. ///per month. 的本地化字符串。
  99. /// </summary>
  100. public static string AITranslation_LimitTip {
  101. get {
  102. return ResourceManager.GetString("AITranslation_LimitTip", resourceCulture);
  103. }
  104. }
  105. /// <summary>
  106. /// 查找类似 Scanned PDF file is not supported 的本地化字符串。
  107. /// </summary>
  108. public static string AITranslation_NotSupportedTip {
  109. get {
  110. return ResourceManager.GetString("AITranslation_NotSupportedTip", resourceCulture);
  111. }
  112. }
  113. /// <summary>
  114. /// 查找类似 or drop file here 的本地化字符串。
  115. /// </summary>
  116. public static string AITranslationBtn_DropTip {
  117. get {
  118. return ResourceManager.GetString("AITranslationBtn_DropTip", resourceCulture);
  119. }
  120. }
  121. /// <summary>
  122. /// 查找类似 Limit document size to 10M, document page number to 30, 10w characters per month
  123. ///Scanning PDF file is not supported! 的本地化字符串。
  124. /// </summary>
  125. public static string AITranslationBtn_LimitTip {
  126. get {
  127. return ResourceManager.GetString("AITranslationBtn_LimitTip", resourceCulture);
  128. }
  129. }
  130. /// <summary>
  131. /// 查找类似 Select File 的本地化字符串。
  132. /// </summary>
  133. public static string AITranslationBtn_SelectFileBtn {
  134. get {
  135. return ResourceManager.GetString("AITranslationBtn_SelectFileBtn", resourceCulture);
  136. }
  137. }
  138. /// <summary>
  139. /// 查找类似 Support PDF and Word file 的本地化字符串。
  140. /// </summary>
  141. public static string AITranslationBtn_SupportTip {
  142. get {
  143. return ResourceManager.GetString("AITranslationBtn_SupportTip", resourceCulture);
  144. }
  145. }
  146. /// <summary>
  147. /// 查找类似 AI Translation 的本地化字符串。
  148. /// </summary>
  149. public static string AITranslationBtn_Title {
  150. get {
  151. return ResourceManager.GetString("AITranslationBtn_Title", resourceCulture);
  152. }
  153. }
  154. /// <summary>
  155. /// 查找类似 Translation Language 的本地化字符串。
  156. /// </summary>
  157. public static string AITranslationBtn_TranslationLanguage {
  158. get {
  159. return ResourceManager.GetString("AITranslationBtn_TranslationLanguage", resourceCulture);
  160. }
  161. }
  162. /// <summary>
  163. /// 查找类似 Baidu translation interface call failed 的本地化字符串。
  164. /// </summary>
  165. public static string BaiduTranslation05001 {
  166. get {
  167. return ResourceManager.GetString("BaiduTranslation05001", resourceCulture);
  168. }
  169. }
  170. /// <summary>
  171. /// 查找类似 The file name cannot be empty 的本地化字符串。
  172. /// </summary>
  173. public static string BaiduTranslation05002 {
  174. get {
  175. return ResourceManager.GetString("BaiduTranslation05002", resourceCulture);
  176. }
  177. }
  178. /// <summary>
  179. /// 查找类似 File format not supported 的本地化字符串。
  180. /// </summary>
  181. public static string BaiduTranslation05003 {
  182. get {
  183. return ResourceManager.GetString("BaiduTranslation05003", resourceCulture);
  184. }
  185. }
  186. /// <summary>
  187. /// 查找类似 File translation file size cannot exceed 10MB 的本地化字符串。
  188. /// </summary>
  189. public static string BaiduTranslation05004 {
  190. get {
  191. return ResourceManager.GetString("BaiduTranslation05004", resourceCulture);
  192. }
  193. }
  194. /// <summary>
  195. /// 查找类似 Translation language not supported 的本地化字符串。
  196. /// </summary>
  197. public static string BaiduTranslation05005 {
  198. get {
  199. return ResourceManager.GetString("BaiduTranslation05005", resourceCulture);
  200. }
  201. }
  202. /// <summary>
  203. /// 查找类似 Failed to get the page number of the file 的本地化字符串。
  204. /// </summary>
  205. public static string BaiduTranslation05006 {
  206. get {
  207. return ResourceManager.GetString("BaiduTranslation05006", resourceCulture);
  208. }
  209. }
  210. /// <summary>
  211. /// 查找类似 user file upload error 的本地化字符串。
  212. /// </summary>
  213. public static string BaiduTranslation05007 {
  214. get {
  215. return ResourceManager.GetString("BaiduTranslation05007", resourceCulture);
  216. }
  217. }
  218. /// <summary>
  219. /// 查找类似 fileKey does not exist 的本地化字符串。
  220. /// </summary>
  221. public static string BaiduTranslation05008 {
  222. get {
  223. return ResourceManager.GetString("BaiduTranslation05008", resourceCulture);
  224. }
  225. }
  226. /// <summary>
  227. /// 查找类似 The file is empty, the file size cannot be 0 的本地化字符串。
  228. /// </summary>
  229. public static string BaiduTranslation05009 {
  230. get {
  231. return ResourceManager.GetString("BaiduTranslation05009", resourceCulture);
  232. }
  233. }
  234. /// <summary>
  235. /// 查找类似 Word format translation error, please use PDF format for translation 的本地化字符串。
  236. /// </summary>
  237. public static string BaiduTranslation05010 {
  238. get {
  239. return ResourceManager.GetString("BaiduTranslation05010", resourceCulture);
  240. }
  241. }
  242. /// <summary>
  243. /// 查找类似 Documents over 30 pages 的本地化字符串。
  244. /// </summary>
  245. public static string BaiduTranslation05011 {
  246. get {
  247. return ResourceManager.GetString("BaiduTranslation05011", resourceCulture);
  248. }
  249. }
  250. /// <summary>
  251. /// 查找类似 file exists encrypted 的本地化字符串。
  252. /// </summary>
  253. public static string BaiduTranslation05012 {
  254. get {
  255. return ResourceManager.GetString("BaiduTranslation05012", resourceCulture);
  256. }
  257. }
  258. /// <summary>
  259. /// 查找类似 This document does not support translation at this time 的本地化字符串。
  260. /// </summary>
  261. public static string BaiduTranslation05013 {
  262. get {
  263. return ResourceManager.GetString("BaiduTranslation05013", resourceCulture);
  264. }
  265. }
  266. /// <summary>
  267. /// 查找类似 File translation failed 的本地化字符串。
  268. /// </summary>
  269. public static string BaiduTranslation05999 {
  270. get {
  271. return ResourceManager.GetString("BaiduTranslation05999", resourceCulture);
  272. }
  273. }
  274. /// <summary>
  275. /// 查找类似 Invalid project 的本地化字符串。
  276. /// </summary>
  277. public static string BaiduTranslation06001 {
  278. get {
  279. return ResourceManager.GetString("BaiduTranslation06001", resourceCulture);
  280. }
  281. }
  282. /// <summary>
  283. /// 查找类似 Invalid version 的本地化字符串。
  284. /// </summary>
  285. public static string BaiduTranslation06002 {
  286. get {
  287. return ResourceManager.GetString("BaiduTranslation06002", resourceCulture);
  288. }
  289. }
  290. /// <summary>
  291. /// 查找类似 Character exceeds limit 的本地化字符串。
  292. /// </summary>
  293. public static string BaiduTranslation06003 {
  294. get {
  295. return ResourceManager.GetString("BaiduTranslation06003", resourceCulture);
  296. }
  297. }
  298. /// <summary>
  299. /// 查找类似 Usage over limit 的本地化字符串。
  300. /// </summary>
  301. public static string BaiduTranslation06004 {
  302. get {
  303. return ResourceManager.GetString("BaiduTranslation06004", resourceCulture);
  304. }
  305. }
  306. /// <summary>
  307. /// 查找类似 The required parameter is empty or the fixed parameter is incorrect. 的本地化字符串。
  308. /// </summary>
  309. public static string BaiduTranslation10001 {
  310. get {
  311. return ResourceManager.GetString("BaiduTranslation10001", resourceCulture);
  312. }
  313. }
  314. /// <summary>
  315. /// 查找类似 Access frequency is limited. 的本地化字符串。
  316. /// </summary>
  317. public static string BaiduTranslation10004 {
  318. get {
  319. return ResourceManager.GetString("BaiduTranslation10004", resourceCulture);
  320. }
  321. }
  322. /// <summary>
  323. /// 查找类似 Signature verification failed. 的本地化字符串。
  324. /// </summary>
  325. public static string BaiduTranslation10005 {
  326. get {
  327. return ResourceManager.GetString("BaiduTranslation10005", resourceCulture);
  328. }
  329. }
  330. /// <summary>
  331. /// 查找类似 User is unauthorized. 的本地化字符串。
  332. /// </summary>
  333. public static string BaiduTranslation10006 {
  334. get {
  335. return ResourceManager.GetString("BaiduTranslation10006", resourceCulture);
  336. }
  337. }
  338. /// <summary>
  339. /// 查找类似 Quotation query information has expired. 的本地化字符串。
  340. /// </summary>
  341. public static string BaiduTranslation20100 {
  342. get {
  343. return ResourceManager.GetString("BaiduTranslation20100", resourceCulture);
  344. }
  345. }
  346. /// <summary>
  347. /// 查找类似 Query translation record has expired. 的本地化字符串。
  348. /// </summary>
  349. public static string BaiduTranslation20101 {
  350. get {
  351. return ResourceManager.GetString("BaiduTranslation20101", resourceCulture);
  352. }
  353. }
  354. /// <summary>
  355. /// 查找类似 Incorrect document type. 的本地化字符串。
  356. /// </summary>
  357. public static string BaiduTranslation20102 {
  358. get {
  359. return ResourceManager.GetString("BaiduTranslation20102", resourceCulture);
  360. }
  361. }
  362. /// <summary>
  363. /// 查找类似 Document size does not meet the requirements. 的本地化字符串。
  364. /// </summary>
  365. public static string BaiduTranslation20103 {
  366. get {
  367. return ResourceManager.GetString("BaiduTranslation20103", resourceCulture);
  368. }
  369. }
  370. /// <summary>
  371. /// 查找类似 Failed to create task. 的本地化字符串。
  372. /// </summary>
  373. public static string BaiduTranslation20104 {
  374. get {
  375. return ResourceManager.GetString("BaiduTranslation20104", resourceCulture);
  376. }
  377. }
  378. /// <summary>
  379. /// 查找类似 Request timed out. 的本地化字符串。
  380. /// </summary>
  381. public static string BaiduTranslation52001 {
  382. get {
  383. return ResourceManager.GetString("BaiduTranslation52001", resourceCulture);
  384. }
  385. }
  386. /// <summary>
  387. /// 查找类似 Server system error. 的本地化字符串。
  388. /// </summary>
  389. public static string BaiduTranslation52002 {
  390. get {
  391. return ResourceManager.GetString("BaiduTranslation52002", resourceCulture);
  392. }
  393. }
  394. /// <summary>
  395. /// 查找类似 Unauthorized user. 的本地化字符串。
  396. /// </summary>
  397. public static string BaiduTranslation52003 {
  398. get {
  399. return ResourceManager.GetString("BaiduTranslation52003", resourceCulture);
  400. }
  401. }
  402. /// <summary>
  403. /// 查找类似 Required parameter is empty. 的本地化字符串。
  404. /// </summary>
  405. public static string BaiduTranslation54000 {
  406. get {
  407. return ResourceManager.GetString("BaiduTranslation54000", resourceCulture);
  408. }
  409. }
  410. /// <summary>
  411. /// 查找类似 Signature error. 的本地化字符串。
  412. /// </summary>
  413. public static string BaiduTranslation54001 {
  414. get {
  415. return ResourceManager.GetString("BaiduTranslation54001", resourceCulture);
  416. }
  417. }
  418. /// <summary>
  419. /// 查找类似 Access frequency is limited. 的本地化字符串。
  420. /// </summary>
  421. public static string BaiduTranslation54003 {
  422. get {
  423. return ResourceManager.GetString("BaiduTranslation54003", resourceCulture);
  424. }
  425. }
  426. /// <summary>
  427. /// 查找类似 Insufficient account balance. 的本地化字符串。
  428. /// </summary>
  429. public static string BaiduTranslation54004 {
  430. get {
  431. return ResourceManager.GetString("BaiduTranslation54004", resourceCulture);
  432. }
  433. }
  434. /// <summary>
  435. /// 查找类似 Insufficient amount of withholding. 的本地化字符串。
  436. /// </summary>
  437. public static string BaiduTranslation54010 {
  438. get {
  439. return ResourceManager.GetString("BaiduTranslation54010", resourceCulture);
  440. }
  441. }
  442. /// <summary>
  443. /// 查找类似 Illegal client IP address. 的本地化字符串。
  444. /// </summary>
  445. public static string BaiduTranslation58000 {
  446. get {
  447. return ResourceManager.GetString("BaiduTranslation58000", resourceCulture);
  448. }
  449. }
  450. /// <summary>
  451. /// 查找类似 Translation language direction not supported. 的本地化字符串。
  452. /// </summary>
  453. public static string BaiduTranslation58001 {
  454. get {
  455. return ResourceManager.GetString("BaiduTranslation58001", resourceCulture);
  456. }
  457. }
  458. /// <summary>
  459. /// 查找类似 Parameter error. 的本地化字符串。
  460. /// </summary>
  461. public static string BaiduTranslation66000 {
  462. get {
  463. return ResourceManager.GetString("BaiduTranslation66000", resourceCulture);
  464. }
  465. }
  466. /// <summary>
  467. /// 查找类似 File information not found. 的本地化字符串。
  468. /// </summary>
  469. public static string BaiduTranslation70201 {
  470. get {
  471. return ResourceManager.GetString("BaiduTranslation70201", resourceCulture);
  472. }
  473. }
  474. /// <summary>
  475. /// 查找类似 Failed to generate remote file. 的本地化字符串。
  476. /// </summary>
  477. public static string BaiduTranslation70202 {
  478. get {
  479. return ResourceManager.GetString("BaiduTranslation70202", resourceCulture);
  480. }
  481. }
  482. /// <summary>
  483. /// 查找类似 Uploaded file size exceeded the limit. 的本地化字符串。
  484. /// </summary>
  485. public static string BaiduTranslation70203 {
  486. get {
  487. return ResourceManager.GetString("BaiduTranslation70203", resourceCulture);
  488. }
  489. }
  490. /// <summary>
  491. /// 查找类似 Cache file expired. 的本地化字符串。
  492. /// </summary>
  493. public static string BaiduTranslation70204 {
  494. get {
  495. return ResourceManager.GetString("BaiduTranslation70204", resourceCulture);
  496. }
  497. }
  498. /// <summary>
  499. /// 查找类似 Document translation failed. 的本地化字符串。
  500. /// </summary>
  501. public static string BaiduTranslation70205 {
  502. get {
  503. return ResourceManager.GetString("BaiduTranslation70205", resourceCulture);
  504. }
  505. }
  506. /// <summary>
  507. /// 查找类似 Unsupported file type. 的本地化字符串。
  508. /// </summary>
  509. public static string BaiduTranslation70206 {
  510. get {
  511. return ResourceManager.GetString("BaiduTranslation70206", resourceCulture);
  512. }
  513. }
  514. /// <summary>
  515. /// 查找类似 The document content is incorrect and cannot be translated. 的本地化字符串。
  516. /// </summary>
  517. public static string BaiduTranslation70207 {
  518. get {
  519. return ResourceManager.GetString("BaiduTranslation70207", resourceCulture);
  520. }
  521. }
  522. /// <summary>
  523. /// 查找类似 Cancel 的本地化字符串。
  524. /// </summary>
  525. public static string BtnCancle {
  526. get {
  527. return ResourceManager.GetString("BtnCancle", resourceCulture);
  528. }
  529. }
  530. /// <summary>
  531. /// 查找类似 Scan 的本地化字符串。
  532. /// </summary>
  533. public static string BtnScan {
  534. get {
  535. return ResourceManager.GetString("BtnScan", resourceCulture);
  536. }
  537. }
  538. /// <summary>
  539. /// 查找类似 Invalid project 的本地化字符串。
  540. /// </summary>
  541. public static string ChatGTP06001 {
  542. get {
  543. return ResourceManager.GetString("ChatGTP06001", resourceCulture);
  544. }
  545. }
  546. /// <summary>
  547. /// 查找类似 Invalid version 的本地化字符串。
  548. /// </summary>
  549. public static string ChatGTP06002 {
  550. get {
  551. return ResourceManager.GetString("ChatGTP06002", resourceCulture);
  552. }
  553. }
  554. /// <summary>
  555. /// 查找类似 Content too long 的本地化字符串。
  556. /// </summary>
  557. public static string ChatGTP06003 {
  558. get {
  559. return ResourceManager.GetString("ChatGTP06003", resourceCulture);
  560. }
  561. }
  562. /// <summary>
  563. /// 查找类似 Usage over limit 的本地化字符串。
  564. /// </summary>
  565. public static string ChatGTP06004 {
  566. get {
  567. return ResourceManager.GetString("ChatGTP06004", resourceCulture);
  568. }
  569. }
  570. /// <summary>
  571. /// 查找类似 System error 的本地化字符串。
  572. /// </summary>
  573. public static string ChatGTP06005 {
  574. get {
  575. return ResourceManager.GetString("ChatGTP06005", resourceCulture);
  576. }
  577. }
  578. /// <summary>
  579. /// 查找类似 Missing parameters 的本地化字符串。
  580. /// </summary>
  581. public static string ChatGTP06006 {
  582. get {
  583. return ResourceManager.GetString("ChatGTP06006", resourceCulture);
  584. }
  585. }
  586. /// <summary>
  587. /// 查找类似 Copied 的本地化字符串。
  588. /// </summary>
  589. public static string ChatGTPAI_Copied {
  590. get {
  591. return ResourceManager.GetString("ChatGTPAI_Copied", resourceCulture);
  592. }
  593. }
  594. /// <summary>
  595. /// 查找类似 Copy 的本地化字符串。
  596. /// </summary>
  597. public static string ChatGTPAI_Copy {
  598. get {
  599. return ResourceManager.GetString("ChatGTPAI_Copy", resourceCulture);
  600. }
  601. }
  602. /// <summary>
  603. /// 查找类似 Limited to 150 characters per session, 5 times per month 的本地化字符串。
  604. /// </summary>
  605. public static string ChatGTPAI_LimitTip {
  606. get {
  607. return ResourceManager.GetString("ChatGTPAI_LimitTip", resourceCulture);
  608. }
  609. }
  610. /// <summary>
  611. /// 查找类似 Result 的本地化字符串。
  612. /// </summary>
  613. public static string ChatGTPAI_Result {
  614. get {
  615. return ResourceManager.GetString("ChatGTPAI_Result", resourceCulture);
  616. }
  617. }
  618. /// <summary>
  619. /// 查找类似 Please enter text content here... 的本地化字符串。
  620. /// </summary>
  621. public static string ChatGTPAI_TextBoxWatermark {
  622. get {
  623. return ResourceManager.GetString("ChatGTPAI_TextBoxWatermark", resourceCulture);
  624. }
  625. }
  626. /// <summary>
  627. /// 查找类似 Limited to 150 characters per session, 5 times per month 的本地化字符串。
  628. /// </summary>
  629. public static string ChatGTPLimit150 {
  630. get {
  631. return ResourceManager.GetString("ChatGTPLimit150", resourceCulture);
  632. }
  633. }
  634. /// <summary>
  635. /// 查找类似 Network error 的本地化字符串。
  636. /// </summary>
  637. public static string ChatGTPNetworkError {
  638. get {
  639. return ResourceManager.GetString("ChatGTPNetworkError", resourceCulture);
  640. }
  641. }
  642. /// <summary>
  643. /// 查找类似 Next 的本地化字符串。
  644. /// </summary>
  645. public static string Guid_AcceptButton {
  646. get {
  647. return ResourceManager.GetString("Guid_AcceptButton", resourceCulture);
  648. }
  649. }
  650. /// <summary>
  651. /// 查找类似 Sign up to Unlock Premium Features 的本地化字符串。
  652. /// </summary>
  653. public static string Guid_LaterButton {
  654. get {
  655. return ResourceManager.GetString("Guid_LaterButton", resourceCulture);
  656. }
  657. }
  658. /// <summary>
  659. /// 查找类似 Start Now 的本地化字符串。
  660. /// </summary>
  661. public static string Guid_StartNow {
  662. get {
  663. return ResourceManager.GetString("Guid_StartNow", resourceCulture);
  664. }
  665. }
  666. /// <summary>
  667. /// 查找类似 Fix a typo or add a new text box in a PDF effortlessly. Crop, replace, rotate, flip, and export images as desired. 的本地化字符串。
  668. /// </summary>
  669. public static string GuidContent_Edit {
  670. get {
  671. return ResourceManager.GetString("GuidContent_Edit", resourceCulture);
  672. }
  673. }
  674. /// <summary>
  675. /// 查找类似 PDF Master Beta Invites You to Enjoy All Advanced Features!
  676. ///
  677. ///Edit, Annotate and Convert PDFs with PDF Master to boost your productivity. 的本地化字符串。
  678. /// </summary>
  679. public static string GuidContentP1 {
  680. get {
  681. return ResourceManager.GetString("GuidContentP1", resourceCulture);
  682. }
  683. }
  684. /// <summary>
  685. /// 查找类似 Add highlights, freehand, text, stamps, links, shapes, and notes to your documents. Easily mark up your PDFs anytime! 的本地化字符串。
  686. /// </summary>
  687. public static string GuidContentP2 {
  688. get {
  689. return ResourceManager.GetString("GuidContentP2", resourceCulture);
  690. }
  691. }
  692. /// <summary>
  693. /// 查找类似 Fix a typo or add a new text box in a PDF effortlessly. Crop, replace, rotate, flip, and export images as desired. 的本地化字符串。
  694. /// </summary>
  695. public static string GuidContentP3 {
  696. get {
  697. return ResourceManager.GetString("GuidContentP3", resourceCulture);
  698. }
  699. }
  700. /// <summary>
  701. /// 查找类似 Drag and drop page thumbnails to rearrange pages. Or easily delete, insert, rotate, split pages. 的本地化字符串。
  702. /// </summary>
  703. public static string GuidContentP4 {
  704. get {
  705. return ResourceManager.GetString("GuidContentP4", resourceCulture);
  706. }
  707. }
  708. /// <summary>
  709. /// 查找类似 Convert PDF to editable Word, Excel, PPT, Text and image with all your fonts and formatting preserved. 的本地化字符串。
  710. /// </summary>
  711. public static string GuidContentP5 {
  712. get {
  713. return ResourceManager.GetString("GuidContentP5", resourceCulture);
  714. }
  715. }
  716. /// <summary>
  717. /// 查找类似 All advanced features in PDF Master can be used after registration, including converting PDFs without limitation. 的本地化字符串。
  718. /// </summary>
  719. public static string GuidContentP6 {
  720. get {
  721. return ResourceManager.GetString("GuidContentP6", resourceCulture);
  722. }
  723. }
  724. /// <summary>
  725. /// 查找类似 The Brand New PDF Master 的本地化字符串。
  726. /// </summary>
  727. public static string GuidTitleP1 {
  728. get {
  729. return ResourceManager.GetString("GuidTitleP1", resourceCulture);
  730. }
  731. }
  732. /// <summary>
  733. /// 查找类似 Comment PDFs with Rich Annotation Tools 的本地化字符串。
  734. /// </summary>
  735. public static string GuidTitleP2 {
  736. get {
  737. return ResourceManager.GetString("GuidTitleP2", resourceCulture);
  738. }
  739. }
  740. /// <summary>
  741. /// 查找类似 Edit Original Text and Images Like Word 的本地化字符串。
  742. /// </summary>
  743. public static string GuidTitleP3 {
  744. get {
  745. return ResourceManager.GetString("GuidTitleP3", resourceCulture);
  746. }
  747. }
  748. /// <summary>
  749. /// 查找类似 Organize PDF Pages with Ease 的本地化字符串。
  750. /// </summary>
  751. public static string GuidTitleP4 {
  752. get {
  753. return ResourceManager.GetString("GuidTitleP4", resourceCulture);
  754. }
  755. }
  756. /// <summary>
  757. /// 查找类似 Convert PDF to Office Fast and Easily 的本地化字符串。
  758. /// </summary>
  759. public static string GuidTitleP5 {
  760. get {
  761. return ResourceManager.GetString("GuidTitleP5", resourceCulture);
  762. }
  763. }
  764. /// <summary>
  765. /// 查找类似 Sign up to Unlock Premium Features 的本地化字符串。
  766. /// </summary>
  767. public static string GuidTitleP6 {
  768. get {
  769. return ResourceManager.GetString("GuidTitleP6", resourceCulture);
  770. }
  771. }
  772. /// <summary>
  773. /// 查找类似 AI Error Correction 的本地化字符串。
  774. /// </summary>
  775. public static string Home_AIErrorCorrectionBtn {
  776. get {
  777. return ResourceManager.GetString("Home_AIErrorCorrectionBtn", resourceCulture);
  778. }
  779. }
  780. /// <summary>
  781. /// 查找类似 AI Rewriting 的本地化字符串。
  782. /// </summary>
  783. public static string Home_AIRewritingBtn {
  784. get {
  785. return ResourceManager.GetString("Home_AIRewritingBtn", resourceCulture);
  786. }
  787. }
  788. /// <summary>
  789. /// 查找类似 AI Translation 的本地化字符串。
  790. /// </summary>
  791. public static string Home_AITranslationBtn {
  792. get {
  793. return ResourceManager.GetString("Home_AITranslationBtn", resourceCulture);
  794. }
  795. }
  796. /// <summary>
  797. /// 查找类似 Create PDF 的本地化字符串。
  798. /// </summary>
  799. public static string Home_CreatePDF {
  800. get {
  801. return ResourceManager.GetString("Home_CreatePDF", resourceCulture);
  802. }
  803. }
  804. /// <summary>
  805. /// 查找类似 New Blank Page 的本地化字符串。
  806. /// </summary>
  807. public static string Home_CreateToNew {
  808. get {
  809. return ResourceManager.GetString("Home_CreateToNew", resourceCulture);
  810. }
  811. }
  812. /// <summary>
  813. /// 查找类似 Home 的本地化字符串。
  814. /// </summary>
  815. public static string Home_HomeBtn {
  816. get {
  817. return ResourceManager.GetString("Home_HomeBtn", resourceCulture);
  818. }
  819. }
  820. /// <summary>
  821. /// 查找类似 Open Files 的本地化字符串。
  822. /// </summary>
  823. public static string Home_OpenFiles {
  824. get {
  825. return ResourceManager.GetString("Home_OpenFiles", resourceCulture);
  826. }
  827. }
  828. /// <summary>
  829. /// 查找类似 Import From Scanner 的本地化字符串。
  830. /// </summary>
  831. public static string HomeBtn_CreatePDFFromScannerBtn {
  832. get {
  833. return ResourceManager.GetString("HomeBtn_CreatePDFFromScannerBtn", resourceCulture);
  834. }
  835. }
  836. /// <summary>
  837. /// 查找类似 New Blank Page 的本地化字符串。
  838. /// </summary>
  839. public static string HomeBtn_CreatePDFNewBlankPageBtn {
  840. get {
  841. return ResourceManager.GetString("HomeBtn_CreatePDFNewBlankPageBtn", resourceCulture);
  842. }
  843. }
  844. /// <summary>
  845. /// 查找类似 New From Files 的本地化字符串。
  846. /// </summary>
  847. public static string HomeBtn_CreatePDFNewFromFilesBtn {
  848. get {
  849. return ResourceManager.GetString("HomeBtn_CreatePDFNewFromFilesBtn", resourceCulture);
  850. }
  851. }
  852. /// <summary>
  853. /// 查找类似 Create PDF 的本地化字符串。
  854. /// </summary>
  855. public static string HomeBtn_CreatePDFTitle {
  856. get {
  857. return ResourceManager.GetString("HomeBtn_CreatePDFTitle", resourceCulture);
  858. }
  859. }
  860. /// <summary>
  861. /// 查找类似 Select Files 的本地化字符串。
  862. /// </summary>
  863. public static string HomeBtn_OpenPDFBtn {
  864. get {
  865. return ResourceManager.GetString("HomeBtn_OpenPDFBtn", resourceCulture);
  866. }
  867. }
  868. /// <summary>
  869. /// 查找类似 Or drop files here to open 的本地化字符串。
  870. /// </summary>
  871. public static string HomeBtn_OpenPDFDropTip {
  872. get {
  873. return ResourceManager.GetString("HomeBtn_OpenPDFDropTip", resourceCulture);
  874. }
  875. }
  876. /// <summary>
  877. /// 查找类似 Open PDF 的本地化字符串。
  878. /// </summary>
  879. public static string HomeBtn_OpenPDFTitle {
  880. get {
  881. return ResourceManager.GetString("HomeBtn_OpenPDFTitle", resourceCulture);
  882. }
  883. }
  884. /// <summary>
  885. /// 查找类似 Remove from Recents 的本地化字符串。
  886. /// </summary>
  887. public static string HomeList_MenuRemove {
  888. get {
  889. return ResourceManager.GetString("HomeList_MenuRemove", resourceCulture);
  890. }
  891. }
  892. /// <summary>
  893. /// 查找类似 Show in Folder 的本地化字符串。
  894. /// </summary>
  895. public static string HomeList_MenuShow {
  896. get {
  897. return ResourceManager.GetString("HomeList_MenuShow", resourceCulture);
  898. }
  899. }
  900. /// <summary>
  901. /// 查找类似 Click “Open Files” or drag file here to open 的本地化字符串。
  902. /// </summary>
  903. public static string HomeList_NoFilesContent {
  904. get {
  905. return ResourceManager.GetString("HomeList_NoFilesContent", resourceCulture);
  906. }
  907. }
  908. /// <summary>
  909. /// 查找类似 No recently opened files 的本地化字符串。
  910. /// </summary>
  911. public static string HomeList_NoFilesTitle {
  912. get {
  913. return ResourceManager.GetString("HomeList_NoFilesTitle", resourceCulture);
  914. }
  915. }
  916. /// <summary>
  917. /// 查找类似 Recents 的本地化字符串。
  918. /// </summary>
  919. public static string HomeList_Title {
  920. get {
  921. return ResourceManager.GetString("HomeList_Title", resourceCulture);
  922. }
  923. }
  924. /// <summary>
  925. /// 查找类似 Quick Tools 的本地化字符串。
  926. /// </summary>
  927. public static string HomeTool_Title {
  928. get {
  929. return ResourceManager.GetString("HomeTool_Title", resourceCulture);
  930. }
  931. }
  932. /// <summary>
  933. /// 查找类似 Error 的本地化字符串。
  934. /// </summary>
  935. public static string Scanner_Error {
  936. get {
  937. return ResourceManager.GetString("Scanner_Error", resourceCulture);
  938. }
  939. }
  940. /// <summary>
  941. /// 查找类似 Operation too frequent, please try again later. 的本地化字符串。
  942. /// </summary>
  943. public static string Scanner_Errorbody {
  944. get {
  945. return ResourceManager.GetString("Scanner_Errorbody", resourceCulture);
  946. }
  947. }
  948. /// <summary>
  949. /// 查找类似 OK 的本地化字符串。
  950. /// </summary>
  951. public static string Scanner_Errorok {
  952. get {
  953. return ResourceManager.GetString("Scanner_Errorok", resourceCulture);
  954. }
  955. }
  956. /// <summary>
  957. /// 查找类似 Untitled 的本地化字符串。
  958. /// </summary>
  959. public static string Scanner_Untitled {
  960. get {
  961. return ResourceManager.GetString("Scanner_Untitled", resourceCulture);
  962. }
  963. }
  964. /// <summary>
  965. /// 查找类似 Create PDF from scanner 的本地化字符串。
  966. /// </summary>
  967. public static string TextCreate {
  968. get {
  969. return ResourceManager.GetString("TextCreate", resourceCulture);
  970. }
  971. }
  972. /// <summary>
  973. /// 查找类似 No Scanners 的本地化字符串。
  974. /// </summary>
  975. public static string TextNoScan {
  976. get {
  977. return ResourceManager.GetString("TextNoScan", resourceCulture);
  978. }
  979. }
  980. /// <summary>
  981. /// 查找类似 Scanners 的本地化字符串。
  982. /// </summary>
  983. public static string TextScans {
  984. get {
  985. return ResourceManager.GetString("TextScans", resourceCulture);
  986. }
  987. }
  988. /// <summary>
  989. /// 查找类似 AI Translation 的本地化字符串。
  990. /// </summary>
  991. public static string ViewRightMenuText_AITranslation {
  992. get {
  993. return ResourceManager.GetString("ViewRightMenuText_AITranslation", resourceCulture);
  994. }
  995. }
  996. /// <summary>
  997. /// 查找类似 Translate 的本地化字符串。
  998. /// </summary>
  999. public static string ViewRightMenuText_AITranslationBtn {
  1000. get {
  1001. return ResourceManager.GetString("ViewRightMenuText_AITranslationBtn", resourceCulture);
  1002. }
  1003. }
  1004. /// <summary>
  1005. /// 查找类似 AI Translation 的本地化字符串。
  1006. /// </summary>
  1007. public static string ViewRightMenuText_AITranslationTitle {
  1008. get {
  1009. return ResourceManager.GetString("ViewRightMenuText_AITranslationTitle", resourceCulture);
  1010. }
  1011. }
  1012. }
  1013. }