GitBucket
4.6.0
Toggle navigation
Sign in
Files
Branches
1
Tags
Issues
Pull Requests
Labels
Milestones
Wiki
08335
/
hivui-platform-template
hivui平台项目模板
Browse code
@中文描述: 多语言引入默认中文文件
@升级登记:1 @同步后端:0 @同步数据库:0 @同步配置:0 @向下兼容:1
master
1 parent
ddb6e7f
commit
389ef8b144d2ae6c140d00b3ac3325204f962460
hhb
authored
on 12 Jul 2023
Showing
3 changed files
project/hivuiBirt/index.html
project/hivuiSam/index.html
project/hivuiSam/lang/zh-CN.js
Ignore Space
Show notes
View
project/hivuiBirt/index.html
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <title>EAP5-Admin-Main</title> <% if(htmlWebpackPlugin.vite){%> <!--预览时 公共库--> <link rel="stylesheet" href="/assets_platform/element-ui/index.css"> <script src="/assets_platform/vue/vue.min.js"></script> <script src="/assets_platform/vuex/vuex.min.js"></script> <script src="/assets_platform/vue-router/vue-router.min.js"></script> <script src="/assets_platform/element-ui/index.js"></script> <script src="/assets_platform/eap/eap.umd.min.js"></script> <%}%> <% if(!htmlWebpackPlugin.vite){%> <link rel="stylesheet" href="${serverPath}/render/assets_platform/element-ui/index.css"> <script src="${serverPath}/render/assets_platform/vue/vue.min.js"></script> <script src="${serverPath}/render/assets_platform/vuex/vuex.min.js"></script> <script src="${serverPath}/render/assets_platform/vue-router/vue-router.min.js"></script> <script src="${serverPath}/render/assets_platform/element-ui/index.js"></script> <script src="${serverPath}/render/assets_platform/vue-i18n/vue-i18n.js"></script> <script src="${serverPath}/render/${devGroup}/${projectName}/lang/element-ui/${locale}.js"></script> <script src="${serverPath}/render/${devGroup}/${projectName}/hivuiBirt/lang/zh-CN.js"></script> <script src="${serverPath}/lang/ref?pn=${projectName}/${devGroup}&vmId=hiui&filePath=${devGroup}/${projectName}/lang/hi-ui/def.language&locale=${locale}"></script> <script src="${serverPath}/lang/ref?pn=${projectName}/${devGroup}&vmId=tpl&filePath=${devGroup}/${projectName}/hivuiBirt/lang/def.language&locale=${locale}"></script> <script src="${serverPath}/lang/ref?pn=${projectName}/${devGroup}&vmId=scheme&bizPath=${projectName}.pro/setting.project_setrootdir/global.dir/rolescheme.roletp&locale=${locale}"></script> <script src="${serverPath}/lang/static?pn=${projectName}/${devGroup}&vmId=project"></script> <script> // window.isGuest=${isGuest}; window.scpRequestData = ${requestParams}; </script> <script> try{ // 统一输出语言包 zh-CN 名 if(!window.GLOBAL_LANG_TPL){ console.error(window.location.href+',当前模板语言包不存在') } if(!window.GLOBAL_LANG_HIUI){ console.error(window.location.href+',hiui语言包不存在') } window.lang = window.lang ||{}; window.lang.keys = Object.assign({},window.GLOBAL_LANG_TPL||{},window.GLOBAL_LANG_HIUI||{},window.GLOBAL_LANG_PROJECT||{},window.GLOBAL_LANG_MODULE||{},window.GLOBAL_LANG_SCHEME||{}); Vue.prototype._i18n = new VueI18n({ locale: 'localelang', messages: { 'localelang':window.lang.keys, } }); (function(lang){ lang = lang.split('-'); lang= lang[0]+((lang[1]||'').charAt(0).toUpperCase() + (lang[1]||'').slice(1)); ELEMENT.locale(ELEMENT.lang[lang]) })('${locale}'); }catch(e){ console.log('语言包加载出错!') } </script> <!--发布时 公共库--> <!-- <script src="${serverPath}/render/assets_platform/vendor_dll/vuelibs.dll.js"></script> --> <script src="${serverPath}/render/assets_platform/vendor_dll/vendor.dll.js"></script> <script src="${serverPath}/render/assets_platform/eap/eap.umd.min.js"></script> <%}%> </head> <body> <div id="app"> <!-- <div style="padding:50px 0;text-align:center;"> <div> <img id="main_loading_logo" src="" /> </div> <div>系统初始化中...<a href="javascript:location.reload();">【点我刷新】</a></div> </div> --> </div> <script> window.onload=()=>{ // let _img=window.customSysCofig&&window.customSysCofig.sysLoadLogo&&window.customSysCofig.sysLoadLogo.src; // document.getElementById("main_loading_logo").src=(_img||(window._global?"./assets/logo_max.png":"./static/img/logo_max.png")); // if(window.customSysCofig?.syTitle){ // document.title=window.customSysCofig.syTitle; // } } </script> <% if(htmlWebpackPlugin.vite==true){%> <script type="module" src="/<%=htmlWebpackPlugin.project%>/hivuiBirt/index.js"></script> <%}%> <!-- built files will be auto injected --> </body> </html>
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <title>EAP5-Admin-Main</title> <% if(htmlWebpackPlugin.vite){%> <!--预览时 公共库--> <link rel="stylesheet" href="/assets_platform/element-ui/index.css"> <script src="/assets_platform/vue/vue.min.js"></script> <script src="/assets_platform/vuex/vuex.min.js"></script> <script src="/assets_platform/vue-router/vue-router.min.js"></script> <script src="/assets_platform/element-ui/index.js"></script> <script src="/assets_platform/eap/eap.umd.min.js"></script> <%}%> <% if(!htmlWebpackPlugin.vite){%> <link rel="stylesheet" href="${serverPath}/render/assets_platform/element-ui/index.css"> <script src="${serverPath}/render/assets_platform/vue/vue.min.js"></script> <script src="${serverPath}/render/assets_platform/vuex/vuex.min.js"></script> <script src="${serverPath}/render/assets_platform/vue-router/vue-router.min.js"></script> <script src="${serverPath}/render/assets_platform/element-ui/index.js"></script> <script src="${serverPath}/render/assets_platform/vue-i18n/vue-i18n.js"></script> <script src="${serverPath}/render/${devGroup}/${projectName}/lang/element-ui/${locale}.js"></script> <script src="${serverPath}/lang/ref?pn=${projectName}/${devGroup}&vmId=hiui&filePath=${devGroup}/${projectName}/lang/hi-ui/def.language&locale=${locale}"></script> <script src="${serverPath}/lang/ref?pn=${projectName}/${devGroup}&vmId=tpl&filePath=${devGroup}/${projectName}/hivuiBirt/lang/def.language&locale=${locale}"></script> <script src="${serverPath}/lang/ref?pn=${projectName}/${devGroup}&vmId=scheme&bizPath=${projectName}.pro/setting.project_setrootdir/global.dir/rolescheme.roletp&locale=${locale}"></script> <script src="${serverPath}/lang/static?pn=${projectName}/${devGroup}&vmId=project"></script> <script> // window.isGuest=${isGuest}; window.scpRequestData = ${requestParams}; </script> <script> try{ // 统一输出语言包 zh-CN 名 if(!window.GLOBAL_LANG_TPL){ console.error(window.location.href+',当前模板语言包不存在') } if(!window.GLOBAL_LANG_HIUI){ console.error(window.location.href+',hiui语言包不存在') } window.lang = window.lang ||{}; window.lang.keys = Object.assign({},window.GLOBAL_LANG_TPL||{},window.GLOBAL_LANG_HIUI||{},window.GLOBAL_LANG_PROJECT||{},window.GLOBAL_LANG_MODULE||{},window.GLOBAL_LANG_SCHEME||{}); Vue.prototype._i18n = new VueI18n({ locale: 'localelang', messages: { 'localelang':window.lang.keys, } }); (function(lang){ lang = lang.split('-'); lang= lang[0]+((lang[1]||'').charAt(0).toUpperCase() + (lang[1]||'').slice(1)); ELEMENT.locale(ELEMENT.lang[lang]) })('${locale}'); }catch(e){ console.log('语言包加载出错!') } </script> <!--发布时 公共库--> <!-- <script src="${serverPath}/render/assets_platform/vendor_dll/vuelibs.dll.js"></script> --> <script src="${serverPath}/render/assets_platform/vendor_dll/vendor.dll.js"></script> <script src="${serverPath}/render/assets_platform/eap/eap.umd.min.js"></script> <%}%> </head> <body> <div id="app"> <!-- <div style="padding:50px 0;text-align:center;"> <div> <img id="main_loading_logo" src="" /> </div> <div>系统初始化中...<a href="javascript:location.reload();">【点我刷新】</a></div> </div> --> </div> <script> window.onload=()=>{ // let _img=window.customSysCofig&&window.customSysCofig.sysLoadLogo&&window.customSysCofig.sysLoadLogo.src; // document.getElementById("main_loading_logo").src=(_img||(window._global?"./assets/logo_max.png":"./static/img/logo_max.png")); // if(window.customSysCofig?.syTitle){ // document.title=window.customSysCofig.syTitle; // } } </script> <% if(htmlWebpackPlugin.vite==true){%> <script type="module" src="/<%=htmlWebpackPlugin.project%>/hivuiBirt/index.js"></script> <%}%> <!-- built files will be auto injected --> </body> </html>
Ignore Space
Show notes
View
project/hivuiSam/index.html
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <title>EAP5-Admin-Main</title> <% if(htmlWebpackPlugin.vite){%> <!--预览时 公共库--> <link rel="stylesheet" href="/assets_platform/element-ui/index.css"> <script src="/assets_platform/vue/vue.min.js"></script> <script src="/assets_platform/vuex/vuex.min.js"></script> <script src="/assets_platform/vue-router/vue-router.min.js"></script> <script src="/assets_platform/element-ui/index.js"></script> <script src="/assets_platform/eap/eap.umd.min.js"></script> <%}%> <% if(!htmlWebpackPlugin.vite){%> <link rel="stylesheet" href="${serverPath}/render/assets_platform/element-ui/index.css"> <script src="${serverPath}/render/assets_platform/vue/vue.min.js"></script> <script src="${serverPath}/render/assets_platform/vuex/vuex.min.js"></script> <script src="${serverPath}/render/assets_platform/vue-router/vue-router.min.js"></script> <script src="${serverPath}/render/assets_platform/element-ui/index.js"></script> <script src="${serverPath}/render/assets_platform/vue-i18n/vue-i18n.js"></script> <script src="${serverPath}/render/${devGroup}/${projectName}/lang/desktop/element-ui/${locale}.js"></script> <script src="${serverPath}/render/${devGroup}/${projectName}/hivuiSam/lang/zh-CN.js"></script> <script src="${serverPath}/lang/ref?pn=${projectName}/${devGroup}&vmId=hiui&filePath=${devGroup}/${projectName}/lang/hi-ui/def.language&locale=${locale}"></script> <script src="${serverPath}/lang/ref?pn=${projectName}/${devGroup}&vmId=tpl&filePath=admin/eap5csxm/hivuiSam/lang/def.language&locale=${locale}"></script> <script src="${serverPath}/lang/static?pn=${projectName}/${devGroup}&vmId=project"></script> <script> // window.isGuest=${isGuest}; window.scpRequestData = ${requestParams}; </script> <script> try{ window.global={ pName:"${projectName}", pUser:"${devGroup}", pn:"${projectName}/${devGroup}" } // 统一输出语言包 zh-CN 名 if(!window.GLOBAL_LANG_TPL){ console.error(window.location.href+',当前模板语言包不存在') } if(!window.GLOBAL_LANG_HIUI){ console.error(window.location.href+',hiui语言包不存在') } window.lang = window.lang ||{}; window.lang.keys = Object.assign({},window.GLOBAL_LANG_TPL||{},window.GLOBAL_LANG_HIUI||{},window.GLOBAL_LANG_PROJECT||{},window.GLOBAL_LANG_MODULE||{}); Vue.prototype._i18n = new VueI18n({ locale: 'localelang', messages: { 'localelang':window.lang.keys, } }); (function(lang){ lang = lang.split('-'); lang= lang[0]+((lang[1]||'').charAt(0).toUpperCase() + (lang[1]||'').slice(1)); ELEMENT.locale(ELEMENT.lang[lang]) })('${locale}'); }catch(e){ console.log('语言包加载出错!') } </script> <!--发布时 公共库--> <!-- <script src="${serverPath}/render/assets_platform/vendor_dll/vuelibs.dll.js"></script> --> <script src="${serverPath}/render/assets_platform/vendor_dll/vendor.dll.js"></script> <script src="${serverPath}/render/assets_platform/eap/eap.umd.min.js"></script> <%}%> <!-- <script src="/eaptpl/setting/desktop/appsetting/js/1.0.0/appsetting.js" type="text/javascript"></script> --> </head> <body> <div id="app"> <!-- <div style="padding:50px 0;text-align:center;"> <div> <img id="main_loading_logo" src="" /> </div> <div>系统初始化中...<a href="javascript:location.reload();">【点我刷新】</a></div> </div> --> </div> <script> //window.onload=()=>{ // let _img=window.customSysCofig&&window.customSysCofig.sysLoadLogo&&window.customSysCofig.sysLoadLogo.src; // document.getElementById("main_loading_logo").src=(_img||(window._global?"./assets/logo_max.png":"./static/img/logo_max.png")); // if(window.customSysCofig?.syTitle){ // document.title=window.customSysCofig.syTitle; // } //} </script> <% if(htmlWebpackPlugin.vite==true){%> <script type="module" src="/<%=htmlWebpackPlugin.project%>/hivuiSam/index.js"></script> <%}%> <!-- built files will be auto injected --> </body> </html>
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <title>EAP5-Admin-Main</title> <% if(htmlWebpackPlugin.vite){%> <!--预览时 公共库--> <link rel="stylesheet" href="/assets_platform/element-ui/index.css"> <script src="/assets_platform/vue/vue.min.js"></script> <script src="/assets_platform/vuex/vuex.min.js"></script> <script src="/assets_platform/vue-router/vue-router.min.js"></script> <script src="/assets_platform/element-ui/index.js"></script> <script src="/assets_platform/eap/eap.umd.min.js"></script> <%}%> <% if(!htmlWebpackPlugin.vite){%> <link rel="stylesheet" href="${serverPath}/render/assets_platform/element-ui/index.css"> <script src="${serverPath}/render/assets_platform/vue/vue.min.js"></script> <script src="${serverPath}/render/assets_platform/vuex/vuex.min.js"></script> <script src="${serverPath}/render/assets_platform/vue-router/vue-router.min.js"></script> <script src="${serverPath}/render/assets_platform/element-ui/index.js"></script> <script src="${serverPath}/render/assets_platform/vue-i18n/vue-i18n.js"></script> <script src="${serverPath}/render/${devGroup}/${projectName}/lang/desktop/element-ui/${locale}.js"></script> <script src="${serverPath}/lang/ref?pn=${projectName}/${devGroup}&vmId=hiui&filePath=${devGroup}/${projectName}/lang/hi-ui/def.language&locale=${locale}"></script> <script src="${serverPath}/lang/ref?pn=${projectName}/${devGroup}&vmId=tpl&filePath=admin/eap5csxm/hivuiSam/lang/def.language&locale=${locale}"></script> <script src="${serverPath}/lang/static?pn=${projectName}/${devGroup}&vmId=project"></script> <script> // window.isGuest=${isGuest}; window.scpRequestData = ${requestParams}; </script> <script> try{ window.global={ pName:"${projectName}", pUser:"${devGroup}", pn:"${projectName}/${devGroup}" } // 统一输出语言包 zh-CN 名 if(!window.GLOBAL_LANG_TPL){ console.error(window.location.href+',当前模板语言包不存在') } if(!window.GLOBAL_LANG_HIUI){ console.error(window.location.href+',hiui语言包不存在') } window.lang = window.lang ||{}; window.lang.keys = Object.assign({},window.GLOBAL_LANG_TPL||{},window.GLOBAL_LANG_HIUI||{},window.GLOBAL_LANG_PROJECT||{},window.GLOBAL_LANG_MODULE||{}); Vue.prototype._i18n = new VueI18n({ locale: 'localelang', messages: { 'localelang':window.lang.keys, } }); (function(lang){ lang = lang.split('-'); lang= lang[0]+((lang[1]||'').charAt(0).toUpperCase() + (lang[1]||'').slice(1)); ELEMENT.locale(ELEMENT.lang[lang]) })('${locale}'); }catch(e){ console.log('语言包加载出错!') } </script> <!--发布时 公共库--> <!-- <script src="${serverPath}/render/assets_platform/vendor_dll/vuelibs.dll.js"></script> --> <script src="${serverPath}/render/assets_platform/vendor_dll/vendor.dll.js"></script> <script src="${serverPath}/render/assets_platform/eap/eap.umd.min.js"></script> <%}%> <!-- <script src="/eaptpl/setting/desktop/appsetting/js/1.0.0/appsetting.js" type="text/javascript"></script> --> </head> <body> <div id="app"> <!-- <div style="padding:50px 0;text-align:center;"> <div> <img id="main_loading_logo" src="" /> </div> <div>系统初始化中...<a href="javascript:location.reload();">【点我刷新】</a></div> </div> --> </div> <script> //window.onload=()=>{ // let _img=window.customSysCofig&&window.customSysCofig.sysLoadLogo&&window.customSysCofig.sysLoadLogo.src; // document.getElementById("main_loading_logo").src=(_img||(window._global?"./assets/logo_max.png":"./static/img/logo_max.png")); // if(window.customSysCofig?.syTitle){ // document.title=window.customSysCofig.syTitle; // } //} </script> <% if(htmlWebpackPlugin.vite==true){%> <script type="module" src="/<%=htmlWebpackPlugin.project%>/hivuiSam/index.js"></script> <%}%> <!-- built files will be auto injected --> </body> </html>
Ignore Space
Show notes
View
project/hivuiSam/lang/zh-CN.js
var GLOBAL_LANG_TPL = { "hivuiBirt_datetime_to": "至", "hivuiBirt_datetime_start": "开始日期", "hivuiBirt_datetime_end": "结束日期", "hivuiBirt_datetime_now": "本日", "hivuiBirt_datetime_yesterday": "昨日", "hivuiBirt_datetime_last7": "近7日", "hivuiBirt_datetime_last28": "近28日", "hivuiBirt_datetime_last84": "近84日", "hivuiBirt_datetime_halfYear": "近半年", "hivuiBirt_datetime_oneYear": "近1年", "hivuiBirt_datetime_overdue": "已过期", "hivuiBirt_datetime_threeMonth": "三个月内", "hivuiBirt_datetime_three2six_months": "三至六个月", "hivuiBirt_datetime_six2nine_months": "六至九个月", "hivuiBirt_datetime_nine_months": "九个月以上", "hivuiBirt_datetime_eighteen_months": "18个月上", "hivuiBirt_datetime_two_years": "二年以上", "hivuiBirt_datetime_three_years": "三年以上", "hivuiBirt_datetime_week": "本周", "hivuiBirt_datetime_month": "本月", "hivuiBirt_datetime_quarter": "本季度", "hivuiBirt_datetime_year": "本年度", "hivuiSam_btn_back": "后退", "hivuiSam_btn_go": "前进", "hivuiSam_btn_sort": "排序", "hivuiSam_btn_noSort": "不排序", "hivuiSam_btn_columnSet": "列设置", "hivuiSam_btn_refresh": "刷新", "hivuiSam_btn_edit": "编辑", "hivuiSam_btn_confirm": "确定", "hivuiSam_btn_remove": "删除", "hivuiSam_btn_executeOverlay": "执行叠加", "hivuiSam_btn_analysisRecord": "分析记录", "hivuiSam_btn_schemeList": "方案列表", "hivuiSam_btn_export": "导出excel", "hivuiSam_btn_schemeSave": "保存方案", "hivuiSam_btn_up": "上移", "hivuiSam_btn_down": "下移", "hivuiSam_btn_doQuery": "执行查询", "hivuiSam_btn_reset": "重置", "hivuiSam_btn_chart": "图表", "hivuiSam_btn_inRange":"内", "hivuiSam_btn_outRange":"外", "hivuiSam_table_scheme": "方案名称", "hivuiSam_table_abbreviation": "缩写", "hivuiSam_table_operate": "操作", "hivuiSam_table_countField": "统计字段", "hivuiSam_table_tableColumn": "网格列", "hivuiSam_table_tableColumnCount": "网格合计列", "hivuiSam_table_chartColumn": "图表列", "hivuiSam_table_chartColumnCount": "图表列汇总", "hivuiSam_check_overlay": "叠加", "hivuiSam_check_directPerspective": "直接透视", "hivuiSam_layout_panel": "面板", "hivuiSam_layout_conditionPanel": "条件面板", "hivuiSam_layout_setPanel": "设置面板", "hivuiSam_layout_summary": "汇总条件", "hivuiSam_form_group": "分组条件", "hivuiSam_form_xInverse": "横轴翻转", "hivuiSam_form_toolbox": "显示工具条", "hivuiSam_form_axisMarking": "轴标记", "hivuiSam_form_legend": "系列名", "hivuiSam_form_tipStyle": "提示风格", "hivuiSam_form_staField": "统计字段", "hivuiSam_form_title": "标题", "hivuiSam_form_mainTitle": "主标题", "hivuiSam_form_subTitle": "副标题", "hivuiSam_form_weekColumns": "周栏", "hivuiSam_form_column": "栏数", "hivuiSam_form_week": "每栏周期", "hivuiSam_title_num": "显示数值", "hivuiSam_title_percent": "显示百分比", "hivuiSam_title_columnSet": "分析列设置", "hivuiSam_title_analysisField": "选择分析字段", "hivuiSam_title_groupField": "选择分组字段", "hivuiSam_label_none": "不显示", "hivuiSam_label_depthAnalysis": "深度分析", "hivuiSam_name_empty": "空条件", "hivuiSam_name_sum": "统计", "hivuiSam_dropdown_table":"表格", "hivuiSam_dropdown_pie":"饼图", "hivuiSam_dropdown_bar":"柱图", "hivuiSam_dropdown_line":"线图", "hivuiSam_dropdown_area":"区域图", "hivuiSam_dropdown_stack":"叠加柱图", "hivuiSam_axisMarkOptions_none":"不显示", "hivuiSam_axisMarkOptions_num":"显示值", "hivuiSam_axisMarkOptions_percent":"百分比", "hivuiSam_legendOptions_1":"不显示", "hivuiSam_legendOptions_2":"上边", "hivuiSam_legendOptions_3":"右边", "hivuiSam_tipStyleOptions_1":"值", "hivuiSam_tipStyleOptions_2":"百分比%", "hivuiSam_tipStyleOptions_3":"值+分类", "hivuiSam_trans_target":"目标", "hivuiSam_trans_source":"来源" };
var GLOBAL_LANG_TPL = { "hivuiBirt_datetime_to": "至", "hivuiBirt_datetime_start": "开始日期", "hivuiBirt_datetime_end": "结束日期", "hivuiBirt_datetime_now": "本日", "hivuiBirt_datetime_yesterday": "昨日", "hivuiBirt_datetime_last7": "近7日", "hivuiBirt_datetime_last28": "近28日", "hivuiBirt_datetime_last84": "近84日", "hivuiBirt_datetime_halfYear": "近半年", "hivuiBirt_datetime_oneYear": "近1年", "hivuiBirt_datetime_overdue": "已过期", "hivuiBirt_datetime_threeMonth": "三个月内", "hivuiBirt_datetime_three2six_months": "三至六个月", "hivuiBirt_datetime_six2nine_months": "六至九个月", "hivuiBirt_datetime_nine_months": "九个月以上", "hivuiBirt_datetime_eighteen_months": "18个月上", "hivuiBirt_datetime_two_years": "二年以上", "hivuiBirt_datetime_three_years": "三年以上", "hivuiBirt_datetime_week": "本周", "hivuiBirt_datetime_month": "本月", "hivuiBirt_datetime_quarter": "本季度", "hivuiBirt_datetime_year": "本年度", "hivuiSam_btn_back": "后退", "hivuiSam_btn_go": "前进", "hivuiSam_btn_sort": "排序", "hivuiSam_btn_noSort": "不排序", "hivuiSam_btn_columnSet": "列设置", "hivuiSam_btn_refresh": "刷新", "hivuiSam_btn_edit": "编辑", "hivuiSam_btn_confirm": "确定", "hivuiSam_btn_remove": "删除", "hivuiSam_btn_executeOverlay": "执行叠加", "hivuiSam_btn_analysisRecord": "分析记录", "hivuiSam_btn_schemeList": "方案列表", "hivuiSam_btn_export": "导出excel", "hivuiSam_btn_schemeSave": "保存方案", "hivuiSam_btn_up": "上移", "hivuiSam_btn_down": "下移", "hivuiSam_btn_doQuery": "执行查询", "hivuiSam_btn_reset": "重置", "hivuiSam_btn_chart": "图表", "hivuiSam_btn_inRange":"内", "hivuiSam_btn_outRange":"外", "hivuiSam_table_scheme": "方案名称", "hivuiSam_table_abbreviation": "缩写", "hivuiSam_table_operate": "操作", "hivuiSam_table_countField": "统计字段", "hivuiSam_table_tableColumn": "网格列", "hivuiSam_table_tableColumnCount": "网格合计列", "hivuiSam_table_chartColumn": "图表列", "hivuiSam_table_chartColumnCount": "图表列汇总", "hivuiSam_check_overlay": "叠加", "hivuiSam_check_directPerspective": "直接透视", "hivuiSam_layout_panel": "面板", "hivuiSam_layout_conditionPanel": "条件面板", "hivuiSam_layout_setPanel": "设置面板", "hivuiSam_layout_summary": "汇总条件", "hivuiSam_form_group": "分组条件", "hivuiSam_form_xInverse": "横轴翻转", "hivuiSam_form_toolbox": "显示工具条", "hivuiSam_form_axisMarking": "轴标记", "hivuiSam_form_legend": "系列名", "hivuiSam_form_tipStyle": "提示风格", "hivuiSam_form_staField": "统计字段", "hivuiSam_form_title": "标题", "hivuiSam_form_mainTitle": "主标题", "hivuiSam_form_subTitle": "副标题", "hivuiSam_form_weekColumns": "周栏", "hivuiSam_form_column": "栏数", "hivuiSam_form_week": "每栏周期", "hivuiSam_title_num": "显示数值", "hivuiSam_title_percent": "显示百分比", "hivuiSam_title_columnSet": "分析列设置", "hivuiSam_title_analysisField": "选择分析字段", "hivuiSam_title_groupField": "选择分组字段", "hivuiSam_label_none": "不显示", "hivuiSam_label_depthAnalysis": "深度分析", "hivuiSam_name_empty": "空条件", "hivuiSam_name_sum": "统计", "hivuiSam_dropdown_table":"表格", "hivuiSam_dropdown_pie":"饼图", "hivuiSam_dropdown_bar":"柱图", "hivuiSam_dropdown_line":"线图", "hivuiSam_dropdown_area":"区域图", "hivuiSam_dropdown_stack":"叠加柱图", "hivuiSam_axisMarkOptions_none":"不显示", "hivuiSam_axisMarkOptions_num":"显示值", "hivuiSam_axisMarkOptions_percent":"百分比", "hivuiSam_legendOptions_1":"不显示", "hivuiSam_legendOptions_2":"上边", "hivuiSam_legendOptions_3":"右边", "hivuiSam_tipStyleOptions_1":"值", "hivuiSam_tipStyleOptions_2":"百分比%", "hivuiSam_tipStyleOptions_3":"值+分类" };
Show line notes below