|
|
|
|
|
// 官方推荐的多国语言方法 兼容性不好
|
|
|
// 自定义多国语言动态加载方法
|
|
|
|
|
|
Ext.ns("Zi.LAN");
|
|
|
|
|
|
//#region MsCodeFeeTemplate,需求编号:SR2017061200005-3
|
|
|
|
|
|
Zi.LAN.PORT = "Enname";//"英文名称";
|
|
|
Zi.LAN.cname = "Cnname";//"中文名称";
|
|
|
Zi.LAN.country = "Country";//"国家";
|
|
|
Zi.LAN.CHAU = "continent";//"洲";
|
|
|
Zi.LAN.PORTTYPE = "Port type";//"港口类型";
|
|
|
Zi.LAN.GANGKOU = "Port";//"港口";
|
|
|
Zi.LAN.NEILUDIAN = "IInterior point";//"内陆点";
|
|
|
Zi.LAN.LANE = "Lane";//"航线";
|
|
|
Zi.LAN.EDICODE = "";//"EDI代码";
|
|
|
Zi.LAN.DESCRIP = "";//"港口说明";
|
|
|
Zi.LAN.LoadData = "Data loading, please wait...";//"数据加载中,请稍等...";
|
|
|
Zi.LAN.FenYe = "Record {0} - {1} /Total {2} Records";//"当前显示 {0} - {1}条记录 /共 {2}条记录";
|
|
|
Zi.LAN.Nodata = "No data";//"没有数据";
|
|
|
Zi.LAN.xnew = "New";//"新建";
|
|
|
Zi.LAN.delete1 = "Delete";//"删除";
|
|
|
Zi.LAN.Save = "Save";//"保存";
|
|
|
Zi.LAN.SaveClose ="Save and close";// "保存并关闭";
|
|
|
Zi.LAN.SaveNew = "Save and new";//"保存并新建";
|
|
|
Zi.LAN.CopyNew ="Copy";// "复制新建";
|
|
|
Zi.LAN.ExecuteQuery ="Execute Query";// "查询";
|
|
|
Zi.LAN.ResetCondition ="Reset";// "重置条件";
|
|
|
Zi.LAN.ExportExcel ="Export Excel";// "导出Excel";
|
|
|
Zi.LAN.NowSelect = "Querying data...";//"正在查询数据...";
|
|
|
Zi.LAN.Msg_SavingAndWait ="Saving data, please wait...";// "正在保存数据, 请稍侯..";
|
|
|
Zi.LAN.Msg_Saving ="Saving data...";// "正在保存数据...";
|
|
|
Zi.LAN.Error ="Error";// "错误";
|
|
|
Zi.LAN.FuWuQiError = "Server response error, please try again";//"服务器响应出错,请重试";
|
|
|
Zi.LAN.Caveat = "Warning";//"警告";
|
|
|
Zi.LAN.Prompt ="Hint";// "提示";
|
|
|
Zi.LAN.SelectDanju ="Please select the document first";// "请先选择单据";
|
|
|
Zi.LAN.suredelete = "Are you sure to delete this record";//"确定删除该记录吗?";
|
|
|
Zi.LAN.nowdelete = "Deleting data...";//"正在删除数据...";
|
|
|
Zi.LAN.truedelete ="Deleted successfully!";// "删除成功!";
|
|
|
Zi.LAN.SelectError = "Query condition assignment error, please check";//"查询条件赋值错误,请检查。";
|
|
|
//#endregion
|
|
|
|
|
|
//Zi.LAN. = "";
|
|
|
|
|
|
|
|
|
|