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.
67 lines
3.0 KiB
JavaScript
67 lines
3.0 KiB
JavaScript
|
|
// 官方推荐的多国语言方法 兼容性不好
|
|
// 自定义多国语言动态加载方法
|
|
|
|
Ext.ns("Zi.LAN");
|
|
|
|
//#region MsOpSeae
|
|
Zi.LAN.MONTHNAME = "month";//"月份";
|
|
Zi.LAN.MONTHNUM = "data";//"数据";
|
|
Zi.LAN.MONTHNAME2 = "Year And Month ";//"年度月份";
|
|
Zi.LAN.TITLE = "业务走势图表分析";
|
|
Zi.LAN.PS_OPLB = "Business type";//"业务类型";
|
|
Zi.LAN.PS_BSTYPE = "Transport";//"运输类型";
|
|
Zi.LAN.PS_SALE = "SALE";//"揽货人";
|
|
Zi.LAN.PS_OP = "OP";//"操作";
|
|
Zi.LAN.PS_CUSTOMERNAME = "Customer";//"委托单位";
|
|
Zi.LAN.BSSOURCE = "Source";//"业务来源";
|
|
Zi.LAN.BSSOURCEDETAIL ="Detail";// "来源明细";
|
|
Zi.LAN.CARRIER = "船公司";
|
|
Zi.LAN.LANE ="LANE";// "航线";
|
|
Zi.LAN.SALECORP = "所属分部";
|
|
Zi.LAN.SUBCOMP = "Company";//"所属公司";
|
|
Zi.LAN.rdOBJTYPE ="Statistical condition";// "统计条件";
|
|
Zi.LAN.OPDATE = "Business date";//"业务日期";
|
|
Zi.LAN.ACCDATE = "Accounting period";//"会计期间";
|
|
Zi.LAN.rdOBJNUM = "Analysis content";//"分析内容";
|
|
Zi.LAN.rdoGain = "profit";//"利润";
|
|
Zi.LAN.rdoArrearage = "arrearage";//"欠费";
|
|
Zi.LAN.rdoKgs = "Gross weight";//"毛重";
|
|
Zi.LAN.rdoNetW = "Charge ton";//"计费吨";
|
|
Zi.LAN.rdoBill = "vote";//"票数";
|
|
Zi.LAN.rdoOpXs = "Operating coefficient";//"操作系数";
|
|
Zi.LAN.PS_EXPDATEBGN = "From ETD";//"从业务日期";
|
|
Zi.LAN.PS_EXPDATEEND = "To ETD";//"到业务日期";
|
|
|
|
Zi.LAN.PS_ACCDATEBGN = "From A/P";//"从会计期间";
|
|
Zi.LAN.PS_ACCDATEEND = "To A/P";//"到会计期间";
|
|
Zi.LAN.SaveQuery = "Memory Condition ";//"记忆查询条件";
|
|
Zi.LAN.HideQuery = "Hidden query";//"隐藏查询";
|
|
Zi.LAN.SearchBtn2 = "显示查询";
|
|
Zi.LAN.Refresh = "Execute query";//"执行查询";
|
|
Zi.LAN.btnExportExcel = "导出Excel";
|
|
Zi.LAN.btnprint = "打印";
|
|
Zi.LAN.ClearSql = "Emptying condition";//"清空条件";
|
|
Zi.LAN.DsQuery = "Advanced query";//"高级查询";
|
|
Zi.LAN.mxsj = "Detail data";//"明细数据";
|
|
Zi.LAN.tubiao = "chart";//"图表";
|
|
|
|
|
|
Zi.LAN.LOCK = "lock";//"锁定";
|
|
Zi.LAN.UNLOCK = "unlocked";//"未锁定";
|
|
Zi.LAN.emptyMsg = "No data";//"没有数据";
|
|
Zi.LAN.displayMsg = "Currently, {0} - {1} records are displayed/a total of {2} records are displayed";//"当前显示 {0} - {1}条记录 /共 {2}条记录";
|
|
Zi.LAN.ShuJuJiaZaiZhongQingShaoDeng = "Data loading, please wait...";//"数据加载中,请稍等...";
|
|
Zi.LAN.TiShi = "Tips";//"提示";
|
|
Zi.LAN.KSRQBNWK = "The start date cannot be empty!";//"开始业务日期不能为空!";
|
|
Zi.LAN.JKRQBNWK = "The service end date cannot be empty!";//"结束业务日期不能为空!";
|
|
Zi.LAN.KSRQBNDYJSRQ = "The service start date cannot be later than the end date";//"业务开始日期不能大于结束日期";
|
|
Zi.LAN.KSKQQJBNWK = "The beginning of the accounting period cannot be empty!";//"开始会计期间不能为空!";
|
|
Zi.LAN.JSKQQJBNWK = "End accounting period cannot be empty!";//"结束会计期间不能为空!";
|
|
Zi.LAN.KSQJQJBNDYJSKJQJ = "The start date of an accounting period cannot be greater than the end date";//"会计期间开始日期不能大于结束日期";
|
|
|
|
//Zi.LAN. = "";
|
|
|
|
|
|
|