123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207 |
- <?xml version="1.0" encoding="utf-8" ?>
- <Dictionary>
- <Language culture="en">
- <texts>
- <!--实时数据-->
- <text name="warning">Caveat</text>
- <text name="overload">Overload</text>
- <text name="normal">Signal normal</text>
- <text name="abnormal">Signal abnormal</text>
- <text name="leisure">Leisure</text>
- <text name="changeTeam">Change after {0} minutes</text>
- <text name="enterEntrance">Enter {0}</text>
- <!--设备-->
- <text name="new">New</text>
- <text name="edit">Edit</text>
- <text name="delete">Delete</text>
- <test name="deleteDeviceMessage">Are you sure you want to delete the device [{0}]? This operation cannot be restored!</test>
- <text name="notification">notification</text>
- <text name="deleteEquipmentLog">Delete Equipment [{0}]</text>
- <text name="addEquipmentLog">Add Equipment [{0}]</text>
- <text name="editEquipmentLog">Edit Equipment [{0}]</text>
- <text name="equipmentNotNull" >Equipment name cannot be empty!</text>
- <text name="error">Error</text>
- <text name="ipError">The IP address is empty or incorrectly formatted!</text>
- <text name="portError">The IP address is empty or incorrectly formatted!</text>
- <text name="saveFailed">Save Failed</text>
- <text name="exclamation">Abnormal</text>
- <!--用户-->
- <text name="admin">Admin</text>
- <text name="user">User</text>
- <text name="userNameNotNull" >UserName cannot be empty! </text>
- <text name="trueNameNotNull" >TrueName name cannot be empty! </text>
- <text name="passwordNotNull" >Password name cannot be empty! </text>
- <test name="deleteOperatorMessage">Are you sure you want to delete the operator [{0}]? This operation cannot be restored!</test>
- <text name="addUserLog">Add User [{0}]</text>
- <text name="editUserLog">Edut User [{0}]</text>
- <text name="deleteUserLog">Delete User [{0}]</text>
- <!--记录-->
- <text name="all">All</text>
- <text name="exportSucceeded">Export Succeeded!</text>
- <text name="weighingRecords">Weighing Records</text>
- <text name="weighingFailed">Export Failed!</text>
- <!--公共-->
- <text name="hour">Hour</text>
- <text name="day">Day</text>
- <text name="month">Month</text>
- <text name="sunday">Sunday</text>
- <!--图表-->
- <text name="startTimeOrEndTimeNotNull">Start date or end date is empty! </text>
- <!--报表-->
- <text name="team">Team</text>
- <text name="equipment">Equipment</text>
- <text name="entrance">Entrance</text>
- <text name="prevDay">Prev Day</text>
- <text name="nextDay">Next Day</text>
- <text name="prevWeek">Prev Week</text>
- <text name="nextWeek">Next Week</text>
- <text name="prevMonth">Prev Month</text>
- <text name="nextMonth">Next Month</text>
- <text name="prevYear">Prev Year</text>
- <text name="nextYear">Next Year</text>
- <text name="thisWeek">This Week</text>
- <text name="thisMonth">This Month</text>
- <text name="thisYear">This Year</text>
- <text name="today">Today</text>
- <text name="to">To</text>
- <text name="dailyReport">DAILY REPORT FOR WEIGHING</text>
- <text name="weeklyReport">WEEKLY REPORT FOR WEIGHING</text>
- <text name="monthlyReport">MONTHLY REPORT FOR WEIGHING</text>
- <text name="annualReport">ANNUAL REPORT FOR WEIGHING</text>
- <text name="dateRange">Date Range:</text>
- <text name="statisticType">Type:</text>
- <!--班组-->
- <text name="teamNameNotNull">Team name cannot be empty!</text>
- <test name="deleteTeamMessage">Are you sure you want to delete all data of team [{0}]? This operation cannot be recovered?</test>
- <text name="addTeamLog">Add Team [{0}]</text>
- <text name="editTeamLog">Edit Team [{0}]</text>
- <text name="deleteTeamLog">Delete Team [{0}]</text>
- <!--登录-->
- <text name="userNameOrPasswordError">wrong user name or password!</text>
- <text name="loginSystem">Login System</text>
- <text name="serverError">The server connection is abnormal, please check whether the server configuration is normal!</text>
- <!--主界面-->
- <text name="operator">Operator:</text>
- <text name="ThresholdMinError">Threshold min format is incorrect</text>
- <text name="ThresholdMaxError">Threshold max format is incorrect</text>
- <text name="ThresholdSave">Threshold Save</text>
- <text name="SerialPortSave">Modify serial parameters</text>
- <text name="restartEffective">Effective after software restart!</text>
- <!--料口管理-->
- <text name="addEntranceLog">Add Entrance [{0}]</text>
- <text name="editEntranceLog">Edit Entrance [{0}]</text>
- <text name="entranceNotNull" >Entrance name cannot be empty!</text>
- <text name="deleteEntranceLog">Delete Entrance [{0}]</text>
- <!--服务器设置-->
- <text name="hostIsNotEmpty" >Hostname or IP address cannot be empty !</text>
- <text name="portIsNotEmpty" >Port number cannot be empty !</text>
- <text name="databaseIsNotEmpty" >Database name cannot be empty !</text>
- <text name="usernameIsNotEmpty" >Username can not be empty !</text>
- <text name="pwdIsNotEmpty" >Password can not be empty !</text>
- <text name="connectionSucceeded" >Successfully connected !</text>
- <text name="failedConnection" >Failed connection !</text>
- </texts>
- </Language>
- <Language culture="zh-Hans">
- <texts>
- <!--实时数据-->
- <text name="warning">预 警</text>
- <text name="overload">超 载</text>
- <text name="normal">通讯正常</text>
- <text name="abnormal">通讯异常</text>
- <text name="leisure">空闲</text>
- <text name="changeTeam">{0}分钟后换班</text>
- <text name="enterEntrance">入 {0}</text>
- <!--设备-->
- <text name="new">新增</text>
- <text name="edit">修改</text>
- <text name="delete">删除</text>
- <test name="deleteDeviceMessage">是否确认删除设备[{0}],此操作不可恢复!</test>
- <text name="notification">通知</text>
- <text name="deleteEquipmentLog">删除设备[{0}]</text>
- <text name="addEquipmentLog">添加设备[{0}]</text>
- <text name="editEquipmentLog">编辑设备[{0}]</text>
- <text name="equipmentNotNull" >设备名称不能为空!</text>
- <text name="error">错误</text>
- <text name="ipError">IP地址为空或者格式不正确!</text>
- <text name="portError">端口号为空或者格式不正确!</text>
- <text name="saveFailed">保存失败</text>
- <text name="exclamation">异常</text>
- <!--用户-->
- <text name="admin">管理员</text>
- <text name="user">普通用户</text>
- <text name="userNameNotNull" >用户名不能为空!</text>
- <text name="trueNameNotNull" >真实姓名不能为空!</text>
- <text name="passwordNotNull" >密码不能为空!</text>
- <test name="deleteOperatorMessage">是否确认删除用户[{0}],此操作不可恢复!</test>
- <text name="addUserLog">添加用户 [{0}]</text>
- <text name="editUserLog">修改用户 [{0}]</text>
- <text name="deleteUserLog">删除用户 [{0}]</text>
- <!--记录-->
- <text name="all">全部</text>
- <text name="exportSucceeded">导出成功!</text>
- <text name="weighingRecords">称重记录</text>
- <text name="weighingFailed">导出失败!</text>
- <!--公共-->
- <text name="hour">时</text>
- <text name="day">日</text>
- <text name="month">月</text>
- <text name="sunday">星期日</text>
- <!--图表-->
- <text name="startTimeOrEndTimeNotNull">开始日期或结束日期为空! </text>
- <!--报表-->
- <text name="team">班组</text>
- <text name="equipment">设备</text>
- <text name="entrance">料口</text>
- <text name="prevDay">前一天</text>
- <text name="nextDay">后一天</text>
- <text name="prevWeek">上一周</text>
- <text name="nextWeek">下一周</text>
- <text name="prevMonth">上一月</text>
- <text name="nextMonth">下一月</text>
- <text name="prevYear">上一年</text>
- <text name="nextYear">下一年</text>
- <text name="thisWeek">本 周</text>
- <text name="thisMonth">本 月</text>
- <text name="thisYear">今 年</text>
- <text name="today">今 天</text>
- <text name="to">至</text>
- <text name="dailyReport">称重日报表</text>
- <text name="weeklyReport">称重周报表</text>
- <text name="monthlyReport">称重月报表</text>
- <text name="annualReport">称重年报表</text>
- <text name="dateRange">时间区间:</text>
- <text name="statisticType">统计类型:</text>
- <!--班组-->
- <text name="teamNameNotNull">班组名称不能为空!</text>
- <text name="addTeamLog">添加班组 [{0}]</text>
- <text name="editTeamLog">修改班组 [{0}]</text>
- <text name="deleteTeamLog">删除班组 [{0}]</text>
- <test name="deleteTeamMessage">是否确认删除班组[{0}]的所有数据,此操作不可恢复?</test>
- <!--登录-->
- <text name="userNameOrPasswordError">用户名或密码错误!</text>
- <text name="loginSystem">登录系统</text>
- <text name="serverError">服务器连接异常,请查验服务器配置是否正常</text>
- <!--主界面-->
- <text name="operator">操作员:</text>
- <text name="ThresholdMinError">门限小格式不正确</text>
- <text name="ThresholdMaxError">门限大格式不正确</text>
- <text name="ThresholdSave">修改门限值</text>
- <text name="SerialPortSave">修改串口参数</text>
- <text name="restartEffective">软件重启后生效!</text>
- <!--料口管理-->
- <text name="addEntranceLog">添加料口[{0}]</text>
- <text name="editEntranceLog">修改料口[{0}]</text>
- <text name="entranceNotNull" >料口名称不能为空</text>
- <!--服务器设置-->
- <text name="hostIsNotEmpty" >主机名或Ip地址不能为空!</text>
- <text name="portIsNotEmpty" >端口号不能为空 !</text>
- <text name="databaseIsNotEmpty" >D数据库名称不能为空!</text>
- <text name="usernameIsNotEmpty" >用户名不能为空!</text>
- <text name="pwdIsNotEmpty" >密码不能为空!</text>
- <text name="connectionSucceeded" >连接成功!</text>
- <text name="failedConnection" >连接失败!</text>
- </texts>
- </Language>
- </Dictionary>
|