You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.2 KiB
JavaScript

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

// 官方推荐的多国语言方法 兼容性不好
// 自定义多国语言动态加载方法
Ext.ns("Zi.LAN");
//#region MsCodeFeeTemplate需求编号SR2017061200005-3
Zi.LAN.LANEID = "航线代码";
Zi.LAN.LANE = "航线名称";
Zi.LAN.LANEEN = "航线英文名称";
Zi.LAN.EDICODE = "航线EDI代码";
Zi.LAN.OP = "默认操作";
Zi.LAN.DOC = "默认单证";
Zi.LAN.CUSTSERVICE = "默认客服";
Zi.LAN.LoadData = "数据加载中,请稍等...";
Zi.LAN.FenYe = "当前显示 {0} - {1}条记录 /共 {2}条记录";
Zi.LAN.Nodata = "没有数据";
Zi.LAN.xnew = "新建";
Zi.LAN.delete1 = "删除";
Zi.LAN.Save = "保存";
Zi.LAN.ExecuteQuery = "查询";
Zi.LAN.ExportExcel = "导出Excel";
Zi.LAN.NowSelect = "正在查询数据...";
Zi.LAN.Msg_SavingAndWait = "正在保存数据, 请稍侯..";
Zi.LAN.Msg_Saving = "正在保存数据...";
Zi.LAN.Error = "错误";
Zi.LAN.FuWuQiError = "服务器响应出错,请重试";
Zi.LAN.Caveat = "警告";
Zi.LAN.Prompt = "提示";
Zi.LAN.SelectDanju = "请先选择单据";
Zi.LAN.suredelete = "确定删除该记录吗?";
Zi.LAN.nowdelete = "正在删除数据...";
Zi.LAN.truedelete = "删除成功!";
//#endregion
//Zi.LAN. = "";