Resources.zh-CN.resx 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497
  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="GlobalLableAutoMode" xml:space="preserve">
  110. <value>自动模式</value>
  111. </data>
  112. <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  113. <data name="logo" type="System.Resources.ResXFileRef, System.Windows.Forms">
  114. <value>..\logo.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
  115. </data>
  116. <data name="GlobalLableManualMode" xml:space="preserve">
  117. <value>手动模式</value>
  118. </data>
  119. <data name="RTLoadModuleFailed" xml:space="preserve">
  120. <value>系统初始化异常,请检查系统启动日志。\r\n</value>
  121. </data>
  122. <data name="ConfirmExit" xml:space="preserve">
  123. <value>是否确定退出系统?</value>
  124. </data>
  125. <data name="RTEntity_Invoke_Operation01" xml:space="preserve">
  126. <value>手动操作 {0}{1}</value>
  127. </data>
  128. <data name="RTEntity_Invoke_UndefinedOperation0" xml:space="preserve">
  129. <value>未定义的操作 {0}</value>
  130. </data>
  131. <data name="RTEntity_Invoke_ErrorDuringReadRecipeFile0" xml:space="preserve">
  132. <value>读取菜单文件失败 {0}</value>
  133. </data>
  134. <data name="RTEntity_Invoke_RecipeFileContentNotValid0" xml:space="preserve">
  135. <value>菜单文件无效, {0}</value>
  136. </data>
  137. <data name="RTEntity_Invoke_RecipeFileNotValid0" xml:space="preserve">
  138. <value>菜单文件无效, {0}</value>
  139. </data>
  140. <data name="RTEntity_Invoke_Invoke0Exception" xml:space="preserve">
  141. <value>调用方法{0} 出现异常,请查看日志文件详细记录</value>
  142. </data>
  143. <data name="PumpDownRoutine_Monitor_CheckDoorStatus" xml:space="preserve">
  144. <value>检查门的状态</value>
  145. </data>
  146. <data name="PumpDownRoutine_Monitor_CheckPumpStatus" xml:space="preserve">
  147. <value>检查泵的状态</value>
  148. </data>
  149. <data name="PumpDownRoutine_Monitor_CloseAllTheValves" xml:space="preserve">
  150. <value>关闭所有阀门</value>
  151. </data>
  152. <data name="PumpDownRoutine_Monitor_OpenPumpingValve" xml:space="preserve">
  153. <value>打开抽气阀门</value>
  154. </data>
  155. <data name="PumpDownRoutine_Monitor_WaitChamberPressureUntilBelow0" xml:space="preserve">
  156. <value>等待腔体压力低于{0}</value>
  157. </data>
  158. <data name="PumpDownRoutine_Monitor_PumpingDownCompleted" xml:space="preserve">
  159. <value>抽气结束</value>
  160. </data>
  161. <data name="PumpDownRoutine_PumpDownRoutine_PumpingDown" xml:space="preserve">
  162. <value>抽气</value>
  163. </data>
  164. <data name="IoSensorFactory_Product_BackPanelDoorIsOpened" xml:space="preserve">
  165. <value>背板门已打开</value>
  166. </data>
  167. <data name="IoSensorFactory_Product_ChamberDoorIsOpened" xml:space="preserve">
  168. <value>腔体门已打开</value>
  169. </data>
  170. <data name="IoSensorFactory_Product_PrecursorDoorIsOpened" xml:space="preserve">
  171. <value>液态源门已打开</value>
  172. </data>
  173. <data name="IoSensorFactory_Product_PumpDoorIsOpened" xml:space="preserve">
  174. <value>抽气泵门已打开</value>
  175. </data>
  176. <data name="CommonRoutine_CheckDoor_CheckChamberDoor" xml:space="preserve">
  177. <value>检查腔体门是否关闭</value>
  178. </data>
  179. <data name="CommonRoutine_CheckDoor_CheckBackpanelDoor" xml:space="preserve">
  180. <value>检查背板门是否关闭</value>
  181. </data>
  182. <data name="CommonRoutine_CheckDoor_ChamberDoorNotClosed" xml:space="preserve">
  183. <value>腔体门未关闭</value>
  184. </data>
  185. <data name="CommonRoutine_CheckDoor_BackpanelDoorNotClosed" xml:space="preserve">
  186. <value>背板门未关闭</value>
  187. </data>
  188. <data name="CommonRoutine_CloseAllValve_CanNotCloseValve01" xml:space="preserve">
  189. <value>不能关闭阀门{0}, {1}</value>
  190. </data>
  191. <data name="CommonRoutine_CloseAllValve_CanNotCloseValve0In1S" xml:space="preserve">
  192. <value>不能在{1} 秒内关闭阀门{0}</value>
  193. </data>
  194. <data name="CommonRoutine_OpenValve_Open0" xml:space="preserve">
  195. <value>打开{0}</value>
  196. </data>
  197. <data name="CommonRoutine_OpenValve_0CanNotBeOpen" xml:space="preserve">
  198. <value>打开{0}失败</value>
  199. </data>
  200. <data name="CommonRoutine_CloseValve_Close0" xml:space="preserve">
  201. <value>关闭{0}</value>
  202. </data>
  203. <data name="CommonRoutine_CloseValve_0CanNotBeClose" xml:space="preserve">
  204. <value>关闭{0}失败</value>
  205. </data>
  206. <data name="StopPumpRoutine_StopPumpRoutine_StopPump" xml:space="preserve">
  207. <value>停止抽气</value>
  208. </data>
  209. <data name="StopPumpRoutine_Monitor_CheckIfTheRfIsOn" xml:space="preserve">
  210. <value>检查射频是否打开</value>
  211. </data>
  212. <data name="StopPumpRoutine_Monitor_CheckIfTheGasStoppedFlowing" xml:space="preserve">
  213. <value>检查是否在流气</value>
  214. </data>
  215. <data name="StopPumpRoutine_Monitor_ClosePumpValve" xml:space="preserve">
  216. <value>关闭抽气阀门</value>
  217. </data>
  218. <data name="StopPumpRoutine_Monitor_StopPumpingCompleted" xml:space="preserve">
  219. <value>停止抽气,操作完成</value>
  220. </data>
  221. <data name="GasFlowRoutine_GasFlowRoutine_GasFlow" xml:space="preserve">
  222. <value>流气体</value>
  223. </data>
  224. <data name="GasFlowRoutine_Start_PumpingValveNotOpenOpenPumpValveFirst" xml:space="preserve">
  225. <value>抽气阀门没有打开</value>
  226. </data>
  227. <data name="GasFlowRoutine_Monitor_OpenValveAndFlowMfc" xml:space="preserve">
  228. <value>打开阀门,流气</value>
  229. </data>
  230. <data name="GasFlowRoutine_Monitor_GasFlowCompleted" xml:space="preserve">
  231. <value>流气操作完成</value>
  232. </data>
  233. <data name="GasFlowRoutine_CheckStable_GasFlowPressureNotStableIn0Seconds" xml:space="preserve">
  234. <value>在流气的{0}秒内压力没有稳定</value>
  235. </data>
  236. <data name="RfPowerRoutine_Monitor_RFPowerOn" xml:space="preserve">
  237. <value>打开射频</value>
  238. </data>
  239. <data name="RfPowerRoutine_Monitor_RfPowerCompleted" xml:space="preserve">
  240. <value>打开射频操作完成</value>
  241. </data>
  242. <data name="RfPowerRoutine_AbortRf_StopRFError" xml:space="preserve">
  243. <value>停止射频出错</value>
  244. </data>
  245. <data name="StopGasFlowRoutine_StopGasFlowRoutine_StopGasFlow" xml:space="preserve">
  246. <value>停止流气</value>
  247. </data>
  248. <data name="StopGasFlowRoutine_Monitor_CloseValveAndStopMfc" xml:space="preserve">
  249. <value>关闭阀门,停止流气</value>
  250. </data>
  251. <data name="StopGasFlowRoutine_Monitor_StopGasFlowCompleted" xml:space="preserve">
  252. <value>停止流气操作完成</value>
  253. </data>
  254. <data name="CyclePurgeRoutine_CyclePurgeRoutine_CyclePurge" xml:space="preserve">
  255. <value>吹扫</value>
  256. </data>
  257. <data name="CyclePurgeRoutine_Monitor_CheckIfThePumpValveOpen" xml:space="preserve">
  258. <value>检查抽气阀门是否打开</value>
  259. </data>
  260. <data name="CyclePurgeRoutine_Monitor_StartCyclePurge" xml:space="preserve">
  261. <value>开始吹扫</value>
  262. </data>
  263. <data name="CyclePurgeRoutine_Monitor_Pumping" xml:space="preserve">
  264. <value>抽气</value>
  265. </data>
  266. <data name="CyclePurgeRoutine_Monitor_Venting" xml:space="preserve">
  267. <value>充气</value>
  268. </data>
  269. <data name="CyclePurgeRoutine_Monitor_KeepInPumpingStatus" xml:space="preserve">
  270. <value>保持在抽气状态</value>
  271. </data>
  272. <data name="CyclePurgeRoutine_Monitor_CyclePurgeFinished" xml:space="preserve">
  273. <value>吹扫操作完成</value>
  274. </data>
  275. <data name="VentRountine_VentRountine_Vent" xml:space="preserve">
  276. <value>充气</value>
  277. </data>
  278. <data name="VentRountine_Monitor_CheckSensor" xml:space="preserve">
  279. <value>检查设备状态</value>
  280. </data>
  281. <data name="VentRountine_Monitor_PumpingCloseValve" xml:space="preserve">
  282. <value>抽气关闭阀门</value>
  283. </data>
  284. <data name="VentRountine_Monitor_PumpingOpenValve" xml:space="preserve">
  285. <value>抽气打开阀门</value>
  286. </data>
  287. <data name="VentRountine_Monitor_CloseAllTheValve" xml:space="preserve">
  288. <value>关闭所有阀门</value>
  289. </data>
  290. <data name="VentRountine_Monitor_VentDelay0SecondsBeforeOpenVentValve" xml:space="preserve">
  291. <value>打开充气阀门之前,等待{0}秒</value>
  292. </data>
  293. <data name="VentRountine_Monitor_VentValve" xml:space="preserve">
  294. <value>充气阀门</value>
  295. </data>
  296. <data name="VentRountine_Monitor_Vent0Seconds" xml:space="preserve">
  297. <value>充气{0}秒</value>
  298. </data>
  299. <data name="VentRountine_Monitor_VentCompleted" xml:space="preserve">
  300. <value>充气操作完成</value>
  301. </data>
  302. <data name="LeakCheckRoutine_LeakCheckRoutine_LeakCheck" xml:space="preserve">
  303. <value>检漏</value>
  304. </data>
  305. <data name="LeakCheckRoutine_Monitor_OpenGasFinalValve" xml:space="preserve">
  306. <value>打开气体总阀</value>
  307. </data>
  308. <data name="LeakCheckRoutine_Monitor_PumpDelay0Seconds" xml:space="preserve">
  309. <value>继续抽气{0}秒</value>
  310. </data>
  311. <data name="LeakCheckRoutine_Monitor_LeakCheckDelay0Seconds" xml:space="preserve">
  312. <value>检漏等待{0}秒 </value>
  313. </data>
  314. <data name="LeakCheckRoutine_Monitor_CalculateLeakCheckRate" xml:space="preserve">
  315. <value>计算漏率</value>
  316. </data>
  317. <data name="LeakCheckRoutine_Monitor_LeakCheckFinished" xml:space="preserve">
  318. <value>检漏操作完成</value>
  319. </data>
  320. <data name="LeakCheckRoutine_CalcLeakCheck_LeakCheckTime0StartPressure1StopPressure2LeakTime3LeakRate4" xml:space="preserve">
  321. <value>检漏时间: {0}, 开始压力: {1}, 结束压力: {2}, 检漏计时时间: {3}, 漏率: {4}</value>
  322. </data>
  323. <data name="Process_Process_Process" xml:space="preserve">
  324. <value>工艺运行</value>
  325. </data>
  326. <data name="Process_Exit_Recipe0RNStartTime1RNEndTime2RNTotalTime3" xml:space="preserve">
  327. <value>菜单文件:{0}
  328. 开始时间:{1}
  329. 结束时间:{2}
  330. 总时间:{3}</value>
  331. </data>
  332. <data name="Process_Exit_0RecipeCompletelyRun" xml:space="preserve">
  333. <value>{0} 工艺运行结束</value>
  334. </data>
  335. <data name="Process_Exit_0RecipeWasAborted" xml:space="preserve">
  336. <value>{0} 工艺被终止运行</value>
  337. </data>
  338. <data name="Process_Monitor_RecipeRunningStartStep01" xml:space="preserve">
  339. <value>工艺运行:开始第{0}步,({1})</value>
  340. </data>
  341. <data name="Process_PauseRecipe_工艺运行中当前第0步暂停" xml:space="preserve">
  342. <value>工艺运行中:当前第{0}步,暂停</value>
  343. </data>
  344. <data name="Process_AbortRecipe_UserAbortedRecipe" xml:space="preserve">
  345. <value>工艺终止运行</value>
  346. </data>
  347. <data name="CommonRoutine_End_0FinishedIn1Minitues" xml:space="preserve">
  348. <value>{0} 操作完成,用时{1}分钟</value>
  349. </data>
  350. <data name="CommonRoutine_CyclePump_PumpingPressureTo0MTor" xml:space="preserve">
  351. <value>压力抽到{0}毫托</value>
  352. </data>
  353. <data name="CommonRoutine_CycleVent_VentPressureTo0Mtor" xml:space="preserve">
  354. <value>充气压力到{0}毫托</value>
  355. </data>
  356. <data name="PreProcess_LoadRecipe_LoadRecipe0Failed" xml:space="preserve">
  357. <value>加载菜单文件'{0}'失败</value>
  358. </data>
  359. <data name="PreProcess_Monitor_CheckChamberPressure" xml:space="preserve">
  360. <value>检查腔体压力</value>
  361. </data>
  362. <data name="PreProcess_Monitor_PreprocessFinished" xml:space="preserve">
  363. <value>完成工艺准备</value>
  364. </data>
  365. <data name="PreProcess_Stop_Recipe0RNFailedReason1" xml:space="preserve">
  366. <value>运行工艺{0}
  367. 失败,原因:{1}</value>
  368. </data>
  369. <data name="PostProcess_Monitor_WaitFor10Seconds" xml:space="preserve">
  370. <value>等待10秒钟</value>
  371. </data>
  372. <data name="PostProcess_Monitor_RFPowerOff" xml:space="preserve">
  373. <value>关闭射频</value>
  374. </data>
  375. <data name="PostProcess_Monitor_StopAllTheGasFlow" xml:space="preserve">
  376. <value>停止流气</value>
  377. </data>
  378. <data name="PostProcess_Monitor_PumpDelay0Seconds" xml:space="preserve">
  379. <value>抽气等待{0}秒</value>
  380. </data>
  381. <data name="PostProcess_Monitor_VentDelay0Seconds" xml:space="preserve">
  382. <value>充气等待{0}秒</value>
  383. </data>
  384. <data name="PostProcess_Monitor_PostProcessFinished" xml:space="preserve">
  385. <value>工艺收尾结束</value>
  386. </data>
  387. <data name="PostProcess_Stop_0FailedAfterRunningRecipe" xml:space="preserve">
  388. <value>{0} 工艺收尾失败</value>
  389. </data>
  390. <data name="PostProcess_PostProcess_PostProcess" xml:space="preserve">
  391. <value>工艺收尾</value>
  392. </data>
  393. <data name="PMEntity_fProcessLoadRecipe_LoadingRecipeFile" xml:space="preserve">
  394. <value>加载菜单文件</value>
  395. </data>
  396. <data name="PMEntity_fProcessLoadRecipe_LoadingRecipeFileFailed" xml:space="preserve">
  397. <value>加载菜单文件失败</value>
  398. </data>
  399. <data name="PMEntity_fStartPreProcess_PreparingRunningRecipe" xml:space="preserve">
  400. <value>准备运行工艺</value>
  401. </data>
  402. <data name="PMEntity_fStartPreProcess_PreparingRunningRecipeFailed" xml:space="preserve">
  403. <value>准备运行工艺失败</value>
  404. </data>
  405. <data name="PMEntity_fPreProcess_RunRecipePumpingDown" xml:space="preserve">
  406. <value>工艺运行中,抽气</value>
  407. </data>
  408. <data name="PMEntity_fPreProcess_RunRecipePumpingDownFailed" xml:space="preserve">
  409. <value>工艺运行中,抽气失败</value>
  410. </data>
  411. <data name="PMEntity_fAbortPreProcess_RunRecipePumpingDownAborted" xml:space="preserve">
  412. <value>工艺运行中,抽气被终止</value>
  413. </data>
  414. <data name="PMEntity_fStartProcess_StartRunningRecipe" xml:space="preserve">
  415. <value>工艺运行中</value>
  416. </data>
  417. <data name="PMEntity_fStartProcess_RunRecipeFailed" xml:space="preserve">
  418. <value>工艺运行失败</value>
  419. </data>
  420. <data name="PMEntity_fProcess_RunningRecipe" xml:space="preserve">
  421. <value>工艺运行中</value>
  422. </data>
  423. <data name="PMEntity_fAbortProcess_RunningRecipeAborted" xml:space="preserve">
  424. <value>工艺运行中被终止</value>
  425. </data>
  426. <data name="PMEntity_fAbortProcess_RunRecipeAborted" xml:space="preserve">
  427. <value>工艺运行中被终止</value>
  428. </data>
  429. <data name="PMEntity_fSkipStep_RunRecipeSkipped" xml:space="preserve">
  430. <value>工艺跳到下一步</value>
  431. </data>
  432. <data name="PMEntity_fStartPostProcess_RunRecipePostProcess" xml:space="preserve">
  433. <value>开始工艺收尾</value>
  434. </data>
  435. <data name="PMEntity_fPostProcess_RunRecipeCyclePurge" xml:space="preserve">
  436. <value>工艺收尾,吹扫</value>
  437. </data>
  438. <data name="PMEntity_fPostProcess_RecipeCompleted" xml:space="preserve">
  439. <value>工艺完成</value>
  440. </data>
  441. <data name="PMEntity_fPostProcess_RunRecipeCyclePurgeError" xml:space="preserve">
  442. <value>工艺收尾,吹扫失败</value>
  443. </data>
  444. <data name="PMEntity_fAbortPostProcess_RecipeAborted" xml:space="preserve">
  445. <value>工艺收尾被终止</value>
  446. </data>
  447. <data name="CommonRoutine_CheckVAC_PumpBelow0" xml:space="preserve">
  448. <value>抽气到{0}毫托</value>
  449. </data>
  450. <data name="SCManager_SetItemValue_0SetpointShouldBeIn1And2SettingValue3IsNotValid" xml:space="preserve">
  451. <value>{0} 设定值{3}无效,应该介于{1}和{2}之间</value>
  452. </data>
  453. <data name="PreProcess_Monitor_SetRFMatchMode" xml:space="preserve">
  454. <value>设定RF Match模式 {0}</value>
  455. </data>
  456. <data name="IoEmo_Monitor_EmergencyOffButtonWasPressed" xml:space="preserve">
  457. <value>急停未恢复</value>
  458. </data>
  459. <data name="IoEmo_Monitor_MainContactorIsOff" xml:space="preserve">
  460. <value>主系统未上电</value>
  461. </data>
  462. <data name="IoStatistics_Initialize_ResetStatisticsOf0" xml:space="preserve">
  463. <value>{0}统计清零</value>
  464. </data>
  465. <data name="IoStatistics_Initialize_ResetStatisticsOf0FailedNotDefineConfigEntry" xml:space="preserve">
  466. <value>{0}统计清零失败,没有找到设置的定义</value>
  467. </data>
  468. <data name="PreProcess_Start_CanNotRunRecipeBecausePumpPMNeeded" xml:space="preserve">
  469. <value>不能运行工艺,泵需要做PM保养</value>
  470. </data>
  471. <data name="PreProcess_Start_CanNotRunRecipeBecauseRFPMNeeded" xml:space="preserve">
  472. <value>不能运行工艺,RF射频需要做PM保养</value>
  473. </data>
  474. <data name="PreProcess_Start_BasePressure0NotValid" xml:space="preserve">
  475. <value>底压设定值{0}无效</value>
  476. </data>
  477. <data name="PreProcess_Start_PumpDownLimit0NotValid" xml:space="preserve">
  478. <value>抽气报警时间 {0}无效</value>
  479. </data>
  480. <data name="SystemInOnlineRemoteModeCanNotSwitchToManualSwitchOffHostControlFirst" xml:space="preserve">
  481. <value>系统在OnlineRemote模式下,不能切换到手动,先停止Host控制</value>
  482. </data>
  483. <data name="HostControlModeChangeTo_stateNotifySystemChangeToAutoMode" xml:space="preserve">
  484. <value>系统切换到OnlineRemote模式,运行模式更新为自动运行</value>
  485. </data>
  486. </root>