Browse Source

change chinese

JET-GZX 2 days ago
parent
commit
b21955b14d
1 changed files with 23 additions and 23 deletions
  1. 23 23
      VirgoRT/Config/EventDefine.xml

+ 23 - 23
VirgoRT/Config/EventDefine.xml

@@ -2,7 +2,7 @@
 <EventDefine xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <EventDefinition>
     <Id>9</Id>
-    <Description>操控权限:{0}</Description>
+    <Description>Control permissions:{0}</Description>
     <Level>Information</Level>
     <EventEnum>OperationAuthorization</EventEnum>
     <DetailDesc>Only authorized account can execute operation and control command</DetailDesc>
@@ -10,10 +10,10 @@
   </EventDefinition>
   <EventDefinition>
     <Id>10</Id>
-    <Description>'{0}' 退出系统。</Description>
+    <Description>'{0}' exits the system.</Description>
     <Level>Information</Level>
     <EventEnum>UserLoggedOff</EventEnum>
-    <DetailDesc>用户退出系统。</DetailDesc>
+    <DetailDesc>User exits the system.</DetailDesc>
     <Solution />
   </EventDefinition>
   <EventDefinition>
@@ -21,41 +21,41 @@
     <Description>User {0} login</Description>
     <Level>Information</Level>
     <EventEnum>UserLoggedIn</EventEnum>
-    <DetailDesc>用户登录</DetailDesc>
+    <DetailDesc>log in</DetailDesc>
     <GlobalDescription_en>User {0} login</GlobalDescription_en>
-    <GlobalDescription_zh>账号{0}登录</GlobalDescription_zh>
+    <GlobalDescription_zh>Account {0} login</GlobalDescription_zh>
     <Solution />
   </EventDefinition>
   <EventDefinition>
     <Id>12</Id>
-    <Description>用户帐号'{0}'的内容被修改。</Description>
+    <Description>The content of user account '{0}' has been modified.</Description>
     <Level>Information</Level>
     <EventEnum>AccountChanged</EventEnum>
-    <DetailDesc>用户帐号改变</DetailDesc>
+    <DetailDesc>User account change</DetailDesc>
     <Solution />
   </EventDefinition>
   <EventDefinition>
     <Id>13</Id>
-    <Description>用户账号'{0}'的密码被修改。</Description>
+    <Description>The password for user account '{0}' has been changed.</Description>
     <Level>Information</Level>
     <EventEnum>PasswordChanged</EventEnum>
-    <DetailDesc>用户账号密码变更</DetailDesc>
+    <DetailDesc>User account password change</DetailDesc>
     <Solution />
   </EventDefinition>
   <EventDefinition>
     <Id>14</Id>
-    <Description>用户帐号'{0}'已被删除。</Description>
+    <Description>The user account '{0}' has been deleted.</Description>
     <Level>Information</Level>
     <EventEnum>AccountDeleted</EventEnum>
-    <DetailDesc>用户帐号删除</DetailDesc>
+    <DetailDesc>User account deletion</DetailDesc>
     <Solution />
   </EventDefinition>
   <EventDefinition>
     <Id>15</Id>
-    <Description>用户帐号'{0}'已被创建。</Description>
+    <Description>The user account '{0}' has been created.</Description>
     <Level>Information</Level>
     <EventEnum>AccountCreated</EventEnum>
-    <DetailDesc>用户帐号创建</DetailDesc>
+    <DetailDesc>User account creation</DetailDesc>
     <Solution />
   </EventDefinition>
   <EventDefinition>
@@ -322,13 +322,13 @@
  
   <EventDefinition>
     <Id>5027</Id>
-    <Description>{0} PLC运行失败,请检查PLC运行情况。</Description>
+    <Description>{0} PLC operation failed, please check the PLC operation status. </Description>
     <Level>Alarm</Level>
     <EventEnum>PlcHeartBeatFail</EventEnum>
-    <DetailDesc>PLC运行时需不断向C#程序发送心跳包消息,如果消息发送超时,则向GUI发送该错误消息。</DetailDesc>
+    <DetailDesc>When the PLC is running, it needs to continuously send heartbeat packet messages to the C # program. If the message timeout occurs, it will send the error message to the GUI.</DetailDesc>
     <Solution>
-      1.检查反应腔工控机上的PLC程序是否已运行。
-    </Solution>
+		1. Check if the PLC program on the industrial computer in the reaction chamber is running.
+	</Solution>
   </EventDefinition>
   <EventDefinition>
     <Id>5120</Id>
@@ -353,20 +353,20 @@
     <Id>5126</Id>
     <Description>{0} {1}Tolerance alarm:{2}.</Description>
     <GlobalDescription_en>{0} {1} Tolerance alarm:{2}.</GlobalDescription_en>
-    <GlobalDescription_zh>{0} {1} 跟随误差报警:{2}.</GlobalDescription_zh>
+    <GlobalDescription_zh>{0} {1} Follow error alarm:{2}.</GlobalDescription_zh>
     <Level>Alarm</Level>
     <EventEnum>ToleranceAlarm</EventEnum>
-    <DetailDesc>当设备模块的设定量和实际反馈量的误差比较报警时发出该警告。</DetailDesc>
+    <DetailDesc>When the error between the set value and the actual feedback value of the device module is compared, an alarm is issued.</DetailDesc>
     <Solution>
-      1.检查发生跟随误差的器件工作是否正常。
-      2.检查设定值或变化速率是否超出范围。
-    </Solution>
+		1. Check if the device with tracking error is working properly.
+		2. Check if the set value or rate of change exceeds the range.
+	</Solution>
   </EventDefinition>
   <EventDefinition>
     <Id>5128</Id>
     <Description>TC {0} broken.</Description>
     <GlobalDescription_en>TC {0} broken.</GlobalDescription_en>
-    <GlobalDescription_zh>温度计 {0} 坏了。</GlobalDescription_zh>
+    <GlobalDescription_zh>The thermometer {0} is broken.</GlobalDescription_zh>
     <Level>Alarm</Level>
     <EventEnum>TCBroken</EventEnum>
     <DetailDesc>display if TC is broken</DetailDesc>