|
@@ -0,0 +1,1173 @@
|
|
|
+/* 指标相关的通用文字
|
|
|
+ 在最外层commonLang中用
|
|
|
+ $t('Edb.xxx')
|
|
|
+*/
|
|
|
+
|
|
|
+export default {
|
|
|
+ trend_chart_tab: {
|
|
|
+ zh:'走势图',
|
|
|
+ en: 'Trend Chart'
|
|
|
+ },
|
|
|
+ data_detail_tab: {
|
|
|
+ zh:'数据详情',
|
|
|
+ en: 'Data Detail'
|
|
|
+ },
|
|
|
+ detail_refresh_btn:{
|
|
|
+ zh:'刷新',
|
|
|
+ en:'Update'
|
|
|
+ },
|
|
|
+ detail_edit_btn:{
|
|
|
+ zh:'编辑',
|
|
|
+ en:'Edit'
|
|
|
+ },
|
|
|
+ detail_save_btn:{
|
|
|
+ zh:'保存',
|
|
|
+ en:'Save'
|
|
|
+ },
|
|
|
+ detail_trace_btn:{
|
|
|
+ zh:'指标溯源',
|
|
|
+ en:'Indicator Traceability'
|
|
|
+ },
|
|
|
+ detail_more_btn:{
|
|
|
+ zh:'更多操作',
|
|
|
+ en: 'More Operation'
|
|
|
+ },
|
|
|
+ detail_en_btn:{
|
|
|
+ zh:'设置英文名称',
|
|
|
+ en:'Set English name'
|
|
|
+ },
|
|
|
+ detail_recalculate_btn:{
|
|
|
+ zh:'重新计算',
|
|
|
+ en:'Recalculate'
|
|
|
+ },
|
|
|
+ detail_copydata_btn:{
|
|
|
+ zh:'复制数据',
|
|
|
+ en:'Copy data'
|
|
|
+ },
|
|
|
+ detail_lookdata_btn: {
|
|
|
+ zh:'查看数据',
|
|
|
+ en:'View indicators'
|
|
|
+ },
|
|
|
+ detail_del_btn:{
|
|
|
+ zh:'删除',
|
|
|
+ en:'Delete'
|
|
|
+ },
|
|
|
+ detail_add_latest:{
|
|
|
+ zh:'添加最新值',
|
|
|
+ en:'Add latest value'
|
|
|
+ },
|
|
|
+ detail_edit_latest:{
|
|
|
+ zh:'编辑最新值',
|
|
|
+ en:'Edit latest value'
|
|
|
+ },
|
|
|
+ detail_refresh_all:{
|
|
|
+ zh:'全部刷新',
|
|
|
+ en:'Update all'
|
|
|
+ },
|
|
|
+ creater: {
|
|
|
+ zh:'添加人',
|
|
|
+ en:'Creator'
|
|
|
+ },
|
|
|
+ show_yearonyear: {
|
|
|
+ zh:'展示同比图',
|
|
|
+ en:'Show year-on-year chart'
|
|
|
+ },
|
|
|
+ hide_yearonyear: {
|
|
|
+ zh:'隐藏同比图',
|
|
|
+ en:'Hide year-on-year chart'
|
|
|
+ },
|
|
|
+ switch_season: {
|
|
|
+ zh:'切换季节性图',
|
|
|
+ en:'Switch to seasonal chart'
|
|
|
+ },
|
|
|
+ switch_curve: {
|
|
|
+ zh:'切换曲线图',
|
|
|
+ en:'Switch to curve chart'
|
|
|
+ },
|
|
|
+ eta_name:{
|
|
|
+ zh:'ETA指标',
|
|
|
+ en:'ETA index'
|
|
|
+ },
|
|
|
+ eta_predictor_name:{
|
|
|
+ zh:'ETA预测指标',
|
|
|
+ en:'ETA predictor index'
|
|
|
+ },
|
|
|
+ formula_instru: {
|
|
|
+ zh:'公式说明',
|
|
|
+ en:'Formula Specification'
|
|
|
+ },
|
|
|
+ choose_edb: {
|
|
|
+ zh:'选择指标',
|
|
|
+ en:'Select indicators'
|
|
|
+ },
|
|
|
+ have_choose_edb: {
|
|
|
+ zh:'已选指标',
|
|
|
+ en:'Selected Indicator'
|
|
|
+ },
|
|
|
+ calculate_ing: {
|
|
|
+ zh:'计算中...',
|
|
|
+ en:'Calculating...'
|
|
|
+ },
|
|
|
+ time_len_set: {
|
|
|
+ zh:'时间长度设置',
|
|
|
+ en:'Time Duration Setting'
|
|
|
+ },
|
|
|
+ recent_n_yaer: {
|
|
|
+ zh:'最近N年',
|
|
|
+ en:'Recently N years'
|
|
|
+ },
|
|
|
+ interval_set: {
|
|
|
+ zh:'区间设置',
|
|
|
+ en:'Set Time Period'
|
|
|
+ },
|
|
|
+ year_num: {
|
|
|
+ zh:'年数',
|
|
|
+ en:'Number of years'
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
+ /* 指标相关字段 */
|
|
|
+ Detail: {
|
|
|
+ e_date: {
|
|
|
+ zh:'日期',
|
|
|
+ en:'Date'
|
|
|
+ },
|
|
|
+ e_value: {
|
|
|
+ zh:'值',
|
|
|
+ en:'Value'
|
|
|
+ },
|
|
|
+ source: {
|
|
|
+ zh:'数据来源',
|
|
|
+ en:'Data Source'
|
|
|
+ },
|
|
|
+ e_id: {
|
|
|
+ zh:'指标ID',
|
|
|
+ en:'Indicator ID'
|
|
|
+ },
|
|
|
+ e_name: {
|
|
|
+ zh:'指标名称',
|
|
|
+ en:'Indicator Name'
|
|
|
+ },
|
|
|
+ e_code: {
|
|
|
+ zh:'指标编码',
|
|
|
+ en:'Indicator Code'
|
|
|
+ },
|
|
|
+ e_fre: {
|
|
|
+ zh:'频度',
|
|
|
+ en:'Frequency'
|
|
|
+ },
|
|
|
+ e_unit: {
|
|
|
+ zh:'单位',
|
|
|
+ en:'Unit'
|
|
|
+ },
|
|
|
+ e_menu: {
|
|
|
+ zh:'指标目录',
|
|
|
+ en:'Data Catalogue'
|
|
|
+ },
|
|
|
+ e_start_time: {
|
|
|
+ zh:'起始时间',
|
|
|
+ en:'Start Time'
|
|
|
+ },
|
|
|
+ e_end_time: {
|
|
|
+ zh: '结束时间',
|
|
|
+ en: 'End Time'
|
|
|
+ },
|
|
|
+ e_update_time: {
|
|
|
+ zh:'更新时间',
|
|
|
+ en:'Update Time'
|
|
|
+ },
|
|
|
+ e_status: {
|
|
|
+ zh:'刷新状态',
|
|
|
+ en:'Update Status'
|
|
|
+ },
|
|
|
+ e_latest_date: {
|
|
|
+ zh:'最新日期',
|
|
|
+ en:'Latest Date'
|
|
|
+ },
|
|
|
+ e_start_date: {
|
|
|
+ zh:'起始日期',
|
|
|
+ en:'Start Date'
|
|
|
+ },
|
|
|
+ e_latest_value: {
|
|
|
+ zh:'最新值',
|
|
|
+ en:'Latest Value'
|
|
|
+ },
|
|
|
+ e_recent_time: {
|
|
|
+ zh:'最近更新',
|
|
|
+ en:'Recent Update'
|
|
|
+ },
|
|
|
+ e_stock_code: {
|
|
|
+ zh:'证券代码',
|
|
|
+ en:' Security Code'
|
|
|
+ },
|
|
|
+ e_opera: {
|
|
|
+ zh:'操作',
|
|
|
+ en:'Operation'
|
|
|
+ },
|
|
|
+ e_en_unit: {
|
|
|
+ zh:'英文单位',
|
|
|
+ en:'English Unit'
|
|
|
+ },
|
|
|
+ e_en_name: {
|
|
|
+ zh:'英文指标名称',
|
|
|
+ en:'Enligh Indicator Name'
|
|
|
+ },
|
|
|
+ predict_date: {
|
|
|
+ zh:'预测日期',
|
|
|
+ en:'Predictive Date'
|
|
|
+ },
|
|
|
+ predict_end_date: {
|
|
|
+ zh:'预测截止日期',
|
|
|
+ en:'Expiry Date of Prediction'
|
|
|
+ },
|
|
|
+ predict_val: {
|
|
|
+ zh:'预测值',
|
|
|
+ en:'Predictive Value'
|
|
|
+ },
|
|
|
+ add_to_edb:{
|
|
|
+ zh:'添加指标库',
|
|
|
+ en:'Add indicator library'
|
|
|
+ },
|
|
|
+ create_chart_btn:{
|
|
|
+ zh:'一键成图',
|
|
|
+ en:'Graph'
|
|
|
+ },
|
|
|
+ add_indicator_btn:{
|
|
|
+ zh:'添加指标',
|
|
|
+ en:'Add indicator'
|
|
|
+ },
|
|
|
+ select_catalogue:{
|
|
|
+ zh:'所属目录',
|
|
|
+ en:'catalogue'
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+
|
|
|
+ /* 单位 */
|
|
|
+ UnitAll: {
|
|
|
+ u_null: {
|
|
|
+ zh:'无',
|
|
|
+ en:'Null'
|
|
|
+ },
|
|
|
+ wanton: {
|
|
|
+ zh:'万吨',
|
|
|
+ en:'10000 tonnes'
|
|
|
+ },
|
|
|
+ u_bill: {
|
|
|
+ zh:'亿元',
|
|
|
+ en:'Billions'
|
|
|
+ },
|
|
|
+ u_yuan: {
|
|
|
+ zh:'元',
|
|
|
+ en:'Yuan'
|
|
|
+ },
|
|
|
+ yuan_ton: {
|
|
|
+ zh:'元/吨',
|
|
|
+ en:'Yuan/tonne'
|
|
|
+ },
|
|
|
+ yuan_wetton: {
|
|
|
+ zh:'元/湿吨',
|
|
|
+ en:'Yuan/wet ton'
|
|
|
+ },
|
|
|
+ u_kg: {
|
|
|
+ zh:'千克',
|
|
|
+ en:'kg'
|
|
|
+ },
|
|
|
+ u_ton: {
|
|
|
+ zh:'吨',
|
|
|
+ en:'Tonnes'
|
|
|
+ },
|
|
|
+ short_ton: {
|
|
|
+ zh:'短吨',
|
|
|
+ en:'short ton'
|
|
|
+ },
|
|
|
+ doll_ton: {
|
|
|
+ zh:'美元/吨',
|
|
|
+ en:'dollar/tonne'
|
|
|
+ },
|
|
|
+ wan_skilo: {
|
|
|
+ zh:'万平方千米',
|
|
|
+ en:'ten thousand square kilometers'
|
|
|
+ },
|
|
|
+ doll_bar: {
|
|
|
+ zh:'美元/桶',
|
|
|
+ en:'dollar/barrel'
|
|
|
+ },
|
|
|
+ cent_gal: {
|
|
|
+ zh:'美分/加仑',
|
|
|
+ en:'cent/gallon'
|
|
|
+ },
|
|
|
+ u_hand: {
|
|
|
+ zh:'手',
|
|
|
+ en:'hand'
|
|
|
+ },
|
|
|
+ },
|
|
|
+
|
|
|
+ /* 频度 */
|
|
|
+ FreAll: {
|
|
|
+ day: {
|
|
|
+ zh:'日度',
|
|
|
+ en:'Daliy'
|
|
|
+ },
|
|
|
+ week: {
|
|
|
+ zh:'周度',
|
|
|
+ en:'Weekly'
|
|
|
+ },
|
|
|
+ dekad: {
|
|
|
+ zh:'旬度',
|
|
|
+ en:'Decadal'
|
|
|
+ },
|
|
|
+ month: {
|
|
|
+ zh:'月度',
|
|
|
+ en:'Monthly'
|
|
|
+ },
|
|
|
+ quarter: {
|
|
|
+ zh:'季度',
|
|
|
+ en:'Quarterly'
|
|
|
+ },
|
|
|
+ half_year: {
|
|
|
+ zh:'半年度',
|
|
|
+ en:'Semi-Annual'
|
|
|
+ },
|
|
|
+ year: {
|
|
|
+ zh:'年度',
|
|
|
+ en:'Yearly'
|
|
|
+ },
|
|
|
+ year_min:{
|
|
|
+ zh:'年',
|
|
|
+ en:'Year'
|
|
|
+ },
|
|
|
+ quarter_min: {
|
|
|
+ zh:'季',
|
|
|
+ en:'season'
|
|
|
+ },
|
|
|
+ month_min: {
|
|
|
+ zh:'月',
|
|
|
+ en:'month'
|
|
|
+ },
|
|
|
+ week_min: {
|
|
|
+ zh:'周',
|
|
|
+ en:'week'
|
|
|
+ },
|
|
|
+ day_min: {
|
|
|
+ zh:'天',
|
|
|
+ en:'day'
|
|
|
+ },
|
|
|
+ },
|
|
|
+
|
|
|
+ /* 计算方式 */
|
|
|
+ CalculatesAll: {
|
|
|
+ calculate: {
|
|
|
+ zh: '指标运算',
|
|
|
+ en: 'Calculation'
|
|
|
+ },
|
|
|
+ to_month_quarter: {
|
|
|
+ zh: '累计值转月/季值',
|
|
|
+ en: 'Convert Cumulative Values to Monthly/Quarterly'
|
|
|
+ },
|
|
|
+ to_month: {
|
|
|
+ zh: '累计值转月值',
|
|
|
+ en: 'Convert Cumulative Values to Monthly Values'
|
|
|
+ },
|
|
|
+ to_quarter: {
|
|
|
+ zh: '累计值转季值',
|
|
|
+ en: 'Convert Cumulative Values to Quarterly Values'
|
|
|
+ },
|
|
|
+ on_year: {
|
|
|
+ zh: '同比值',
|
|
|
+ en: 'Year-on-Year Value'
|
|
|
+ },
|
|
|
+ differ: {
|
|
|
+ zh: '同差值',
|
|
|
+ en: 'Difference Value'
|
|
|
+ },
|
|
|
+ n_move_average: {
|
|
|
+ zh: 'N数值移动平均计算',
|
|
|
+ en: 'Calculation of N-number Moving Average'
|
|
|
+ },
|
|
|
+ n_rate: {
|
|
|
+ zh: 'N数值环比值',
|
|
|
+ en: 'Sequential Growth Rate'
|
|
|
+ },
|
|
|
+ n_differ: {
|
|
|
+ zh: 'N数值环差值',
|
|
|
+ en: 'N Period-over-Period Difference Calculation'
|
|
|
+ },
|
|
|
+ up_conver: {
|
|
|
+ zh: '升频',
|
|
|
+ en: 'Up-conversion'
|
|
|
+ },
|
|
|
+ splic: {
|
|
|
+ zh: '指标拼接',
|
|
|
+ en: 'Indicator Splicing'
|
|
|
+ },
|
|
|
+ time_move: {
|
|
|
+ zh: '时间移位',
|
|
|
+ en: 'Time Shift'
|
|
|
+ },
|
|
|
+ super_season: {
|
|
|
+ zh: '超季节性',
|
|
|
+ en: 'Super-seasonality'
|
|
|
+ },
|
|
|
+ fit_residu: {
|
|
|
+ zh: '拟合残差',
|
|
|
+ en: 'Fit Residual'
|
|
|
+ },
|
|
|
+ annual: {
|
|
|
+ zh: '年化',
|
|
|
+ en: 'annualization'
|
|
|
+ },
|
|
|
+ down_conver: {
|
|
|
+ zh: '降频',
|
|
|
+ en: 'Down-conversion'
|
|
|
+ },
|
|
|
+ diff_index: {
|
|
|
+ zh: '扩散指数',
|
|
|
+ en: 'Diffusion Index'
|
|
|
+ },
|
|
|
+ cumulate: {
|
|
|
+ zh: '累计值',
|
|
|
+ en: 'Cumulative Value'
|
|
|
+ },
|
|
|
+ cumulate_oneyear: {
|
|
|
+ zh: '年初至今累计值',
|
|
|
+ en: 'Year-to-date Cumulative Value'
|
|
|
+ },
|
|
|
+ ex_smooth: {
|
|
|
+ zh: '指数修匀',
|
|
|
+ en: 'Exponential Smoothing'
|
|
|
+ },
|
|
|
+ day_mean: {
|
|
|
+ zh: '日均值',
|
|
|
+ en: 'Daily Mean'
|
|
|
+ },
|
|
|
+ standard_differ: {
|
|
|
+ zh: '标准差',
|
|
|
+ en: 'Standard deviation'
|
|
|
+ },
|
|
|
+ percent: {
|
|
|
+ zh: '百分比',
|
|
|
+ en: 'Percentile'
|
|
|
+ },
|
|
|
+ select_date: {
|
|
|
+ zh: '根据日期选择指标值',
|
|
|
+ en: 'Select values by date'
|
|
|
+ },
|
|
|
+ indicator_calculation: {
|
|
|
+ zh: '指标计算',
|
|
|
+ en: 'Indicator calculation'
|
|
|
+ },
|
|
|
+ rule_move_average: {
|
|
|
+ zh: 'N期移动均值',
|
|
|
+ en: 'Moving Average'
|
|
|
+ },
|
|
|
+ period_over_period: {
|
|
|
+ zh: 'N期环比值',
|
|
|
+ en: 'N-Period Period-over-Period Value'
|
|
|
+ },
|
|
|
+ period_difference: {
|
|
|
+ zh: 'N期环比值',
|
|
|
+ en: 'N-Period Difference Value'
|
|
|
+ },
|
|
|
+ annualized: {
|
|
|
+ zh: '年化值',
|
|
|
+ en: 'Annualized Value'
|
|
|
+ },
|
|
|
+ frequency: {
|
|
|
+ zh: '降频',
|
|
|
+ en: 'Downsample or Reduce Frequency'
|
|
|
+ },
|
|
|
+ },
|
|
|
+
|
|
|
+ /* 指标添加form提示 */
|
|
|
+ Valids: {
|
|
|
+ name_msg: {
|
|
|
+ zh: '指标名称不能为空',
|
|
|
+ en: 'The indicator name cannot be empty'
|
|
|
+ },
|
|
|
+ menu_msg: {
|
|
|
+ zh: '指标目录不能为空',
|
|
|
+ en: 'Index directory can not be empty'
|
|
|
+ },
|
|
|
+ unit_msg: {
|
|
|
+ zh: '单位不能为空',
|
|
|
+ en: 'Unit can not be empty'
|
|
|
+ },
|
|
|
+ fre_msg: {
|
|
|
+ zh: '频度不能为空',
|
|
|
+ en: 'Frequency can not be empty'
|
|
|
+ },
|
|
|
+ n_msg: {
|
|
|
+ zh: 'N值不能为空',
|
|
|
+ en: 'N can not be empty'
|
|
|
+ },
|
|
|
+ move_msg: {
|
|
|
+ zh: '移动方式不能为空',
|
|
|
+ en: 'Moving mode can not be empty'
|
|
|
+ },
|
|
|
+ calendar_msg: {
|
|
|
+ zh: '日历不能为空',
|
|
|
+ en: 'Calendar can not be empty'
|
|
|
+ },
|
|
|
+ alpha_msg: {
|
|
|
+ zh: 'alpha值不能为空',
|
|
|
+ en: 'Alpha can not be empty'
|
|
|
+ },
|
|
|
+ alpha_value_vaild: {
|
|
|
+ zh: '请输入>0,<1的数值',
|
|
|
+ en: 'Please enter a value greater than 0 and less than 1'
|
|
|
+ },
|
|
|
+ no_edb: {
|
|
|
+ zh: '指标不能为空',
|
|
|
+ en: 'The indicator can not be empty'
|
|
|
+ },
|
|
|
+ date_msg: {
|
|
|
+ zh: '日期不能为空',
|
|
|
+ en: 'Date can not be empty'
|
|
|
+ },
|
|
|
+ val_msg: {
|
|
|
+ zh: '值不能为空',
|
|
|
+ en: 'Value can not be empty'
|
|
|
+ },
|
|
|
+ classify_msg: {
|
|
|
+ zh: '分类不能为空',
|
|
|
+ en: 'Category can not be empty'
|
|
|
+ },
|
|
|
+ common_msg: {
|
|
|
+ zh: '{label}不能为空',
|
|
|
+ en: '{label} can not be empty'
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ /* 计算按钮 */
|
|
|
+ CalculateBtns: {
|
|
|
+ calculate: {
|
|
|
+ zh: '生成计算指标',
|
|
|
+ en: 'Generate calculation index'
|
|
|
+ },
|
|
|
+ to_month: {
|
|
|
+ zh: '转月值计算',
|
|
|
+ en: 'Month Convertion Calculation'
|
|
|
+ },
|
|
|
+ to_quarter: {
|
|
|
+ zh: '转季值计算',
|
|
|
+ en: 'Season Convertion Calculation'
|
|
|
+ },
|
|
|
+ on_year: {
|
|
|
+ zh: '同比值计算',
|
|
|
+ en: 'YoY Calculation'
|
|
|
+ },
|
|
|
+ differ: {
|
|
|
+ zh: '同差值计算',
|
|
|
+ en: 'Difference Value Calculation'
|
|
|
+ },
|
|
|
+ n_move_average: {
|
|
|
+ zh: '移动平均计算',
|
|
|
+ en: 'Moving Average Calculation'
|
|
|
+ },
|
|
|
+ n_rate: {
|
|
|
+ zh: '环比值计算',
|
|
|
+ en: 'MoM Growth Rate Calculation'
|
|
|
+ },
|
|
|
+ n_differ: {
|
|
|
+ zh: '环差值计算',
|
|
|
+ en: 'PoP Difference Calculation'
|
|
|
+ },
|
|
|
+ up_conver: {
|
|
|
+ zh: '升频计算',
|
|
|
+ en: 'Up-conversion Calculation'
|
|
|
+ },
|
|
|
+ super_season: {
|
|
|
+ zh: '超季节性计算',
|
|
|
+ en: 'Super-seasonality Calculation'
|
|
|
+ },
|
|
|
+ fit_residu: {
|
|
|
+ zh: '拟合残差计算',
|
|
|
+ en: 'Fit Residual Calculation'
|
|
|
+ },
|
|
|
+ annual: {
|
|
|
+ zh: '年化计算',
|
|
|
+ en: 'Annualization Calculation '
|
|
|
+ },
|
|
|
+ down_conver: {
|
|
|
+ zh: '降频计算',
|
|
|
+ en: 'Downconversion Calculation'
|
|
|
+ },
|
|
|
+ diff_index: {
|
|
|
+ zh: '扩散指数计算',
|
|
|
+ en: 'Diffusion Index Calculation'
|
|
|
+ },
|
|
|
+ cumulate: {
|
|
|
+ zh: '累计值计算',
|
|
|
+ en: 'Cumulative Value Calculation '
|
|
|
+ },
|
|
|
+ cumulate_oneyear: {
|
|
|
+ zh: '年初至今计算',
|
|
|
+ en: 'Year-to-date Calculation'
|
|
|
+ },
|
|
|
+ ex_smooth: {
|
|
|
+ zh: '指数修匀计算',
|
|
|
+ en: 'Exponential Smoothing Calculation'
|
|
|
+ },
|
|
|
+ day_mean: {
|
|
|
+ zh: '日均值计算',
|
|
|
+ en: 'Daily Average Calculation'
|
|
|
+ },
|
|
|
+ },
|
|
|
+
|
|
|
+ /* 通用相关pholder */
|
|
|
+ InputHolderAll: {
|
|
|
+ input_name_orid: {
|
|
|
+ zh: '指标ID/指标名称',
|
|
|
+ en: 'Indicator ID/Indicator Name'
|
|
|
+ },
|
|
|
+ input_name: {
|
|
|
+ zh: '请输入指标名称',
|
|
|
+ en: 'Please input indicator name'
|
|
|
+ },
|
|
|
+ input_menu: {
|
|
|
+ zh: '请选择指标目录',
|
|
|
+ en: 'Please select indicator directory '
|
|
|
+ },
|
|
|
+ input_unit: {
|
|
|
+ zh: '请输入单位',
|
|
|
+ en: 'Please input unit'
|
|
|
+ },
|
|
|
+ input_fre: {
|
|
|
+ zh: '请选择频度',
|
|
|
+ en: 'Please input frequency'
|
|
|
+ },
|
|
|
+ input_n_val: {
|
|
|
+ zh: '请输入N值',
|
|
|
+ en: 'Please input N value'
|
|
|
+ },
|
|
|
+ input_alpha_val: {
|
|
|
+ zh: '请输入alpha值',
|
|
|
+ en: 'Please input alpha'
|
|
|
+ },
|
|
|
+ input_common: {
|
|
|
+ zh: '请输入{label}',
|
|
|
+ en: 'Please input {label}'
|
|
|
+ },
|
|
|
+ input_number: {
|
|
|
+ zh: '请输入数字',
|
|
|
+ en: 'Please input number'
|
|
|
+ },
|
|
|
+ input_date: {
|
|
|
+ zh: '请选择日期',
|
|
|
+ en: 'Please select date'
|
|
|
+ },
|
|
|
+ select_edb_name:{
|
|
|
+ zh: '请选择指标名称',
|
|
|
+ en: 'Please select an indicator name'
|
|
|
+ },
|
|
|
+ input_classify:{
|
|
|
+ zh: '请选择所属分类',
|
|
|
+ en: 'Please select category'
|
|
|
+ },
|
|
|
+ select_menu_name: {
|
|
|
+ zh: '请选择分类名称',
|
|
|
+ en: 'Please select category name'
|
|
|
+ },
|
|
|
+ input_select_edb: {
|
|
|
+ zh: '请选择指标',
|
|
|
+ en: 'Please select Indicator'
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ /* 公示说明 */
|
|
|
+ FormulaTips: {
|
|
|
+ calculate: {
|
|
|
+ zh: `指标运算:<br>
|
|
|
+ 1、选择指标参数<br>
|
|
|
+ 2、生成指标的时间序列:以第一个指标为准,其他指标去匹配第一个指标的日期序列,没有值的,按照所选空值处理方式处理<br>
|
|
|
+ 3、按照输入的计算公式进行计算`,
|
|
|
+ en: `Index calculation:<br>
|
|
|
+ 1、Select index parameters<br>
|
|
|
+ 2、Generate time series for the indicator: use the first indicator as a reference, align other indicators with the date sequence of the first one, and handle missing values according to the selected method for dealing with nulls.<br>
|
|
|
+ 3、Calculate based on the input formula.`
|
|
|
+ },
|
|
|
+ to_month_quarter: {
|
|
|
+ zh: `1、累计值转月值计算方法:<br>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:45%">1月无值:1月=2月/2</span>
|
|
|
+ <span style="width:40%">1月有值:1月=1月</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">2月=2月/2</span>
|
|
|
+ <span style="width:40%">2月=2月-1月</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">3月=3月-2月</span>
|
|
|
+ <span style="width:40%">3月=3月-2月</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">4月=4月-3月</span>
|
|
|
+ <span style="width:40%">4月=4月-3月</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">以此类推</span>
|
|
|
+ <span style="width:40%">以此类推</span>
|
|
|
+ </p>
|
|
|
+ <p>特别说明:若1月和2月均无值,则该年不做计算</p>
|
|
|
+ 2、累计值转季值计算方法:<br>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:45%">1季度无值:1季度=2季度/2 </span>
|
|
|
+ <span style="width:40%">1季度有值:1季度=1季度</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">2季度=2季度/2</span>
|
|
|
+ <span style="width:40%">2季度=2季度-1季度</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">3季度=3季度-2季度</span>
|
|
|
+ <span style="width:40%">3季度=3季度-2季度</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">4季度=4季度-3季度</span>
|
|
|
+ <span style="width:40%">4季度=4季度-3季度</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">以此类推</span>
|
|
|
+ <span style="width:40%">以此类推</span>
|
|
|
+ </p>
|
|
|
+ <p>特别说明:若1季度和2季度均无值,则该年不做计算</p>`,
|
|
|
+ en: `1、 Method for Converting Cumulative Values to Monthly Values:<br>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:45%"> Null in January:January=February/2</span>
|
|
|
+ <span style="width:40%">January has value:January=January</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">February=February/2</span>
|
|
|
+ <span style="width:40%">February=February-January
|
|
|
+ </span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">March=March-February</span>
|
|
|
+ <span style="width:40%">March=March-February</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">April=April-March</span>
|
|
|
+ <span style="width:40%">April=April-March</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">and so on</span>
|
|
|
+ <span style="width:40%">and so on</span>
|
|
|
+ </p>
|
|
|
+ <p> Special Instruction:If January and February are both with null value, it doesn't need to be calculated this year.</p>
|
|
|
+ 2、Method for Converting Cumulative Values to Quarterly Values:<br>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:45%">Null in Q1:Q1=Q2/2</span>
|
|
|
+ <span style="width:40%">Q1 has value:Q1=Q2</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">Q2=Q2/2
|
|
|
+ </span>
|
|
|
+ <span style="width:40%"> Q2=Q2-Q1</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">Q3=Q3-Q2</span>
|
|
|
+ <span style="width:40%">Q3=Q3-Q2</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">Q4=Q4-Q3</span>
|
|
|
+ <span style="width:40%">Q4=Q4-Q3</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">and so on</span>
|
|
|
+ <span style="width:40%">and so on</span>
|
|
|
+ </p>
|
|
|
+ <p>Special Instruction: If Q1 and Q2 are both with null value, it doesn't need to be calculated this year.</p>`
|
|
|
+ },
|
|
|
+ to_month: {
|
|
|
+ zh: `累计值转月值计算方法:<br>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:45%">1月无值:1月=2月/2</span>
|
|
|
+ <span style="width:40%">1月有值:1月=1月</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">2月=2月/2</span>
|
|
|
+ <span style="width:40%">2月=2月-1月</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">3月=3月-2月</span>
|
|
|
+ <span style="width:40%">3月=3月-2月</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">4月=4月-3月</span>
|
|
|
+ <span style="width:40%">4月=4月-3月</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">以此类推</span>
|
|
|
+ <span style="width:40%">以此类推</span>
|
|
|
+ </p>
|
|
|
+ <p>特别说明:若1月和2月均无值,则该年不做计算</p>`,
|
|
|
+ en: `Method for Converting Cumulative Values to Monthly Values:<br>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:45%"> Null in January:January=February/2</span>
|
|
|
+ <span style="width:40%">January has value:January=January</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">February=February/2</span>
|
|
|
+ <span style="width:40%">February=February-January
|
|
|
+ </span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">March=March-February</span>
|
|
|
+ <span style="width:40%">March=March-February</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">April=April-March</span>
|
|
|
+ <span style="width:40%">April=April-March</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">and so on</span>
|
|
|
+ <span style="width:40%">and so on</span>
|
|
|
+ </p>
|
|
|
+ <p> Special Instruction:If January and February are both with null value, it doesn't need to be calculated this year.</p>`
|
|
|
+ },
|
|
|
+ to_quarter: {
|
|
|
+ zh: `累计值转季值计算方法:<br>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:45%">1季度无值:1季度=2季度/2 </span>
|
|
|
+ <span style="width:40%">1季度有值:1季度=1季度</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">2季度=2季度/2</span>
|
|
|
+ <span style="width:40%">2季度=2季度-1季度</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">3季度=3季度-2季度</span>
|
|
|
+ <span style="width:40%">3季度=3季度-2季度</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">4季度=4季度-3季度</span>
|
|
|
+ <span style="width:40%">4季度=4季度-3季度</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">以此类推</span>
|
|
|
+ <span style="width:40%">以此类推</span>
|
|
|
+ </p>
|
|
|
+ <p>特别说明:若1季度和2季度均无值,则该年不做计算</p>`,
|
|
|
+ en: `Method for Converting Cumulative Values to Quarterly Values:<br>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:45%">Null in Q1:Q1=Q2/2</span>
|
|
|
+ <span style="width:40%">Q1 has value:Q1=Q2</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">Q2=Q2/2
|
|
|
+ </span>
|
|
|
+ <span style="width:40%"> Q2=Q2-Q1</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">Q3=Q3-Q2</span>
|
|
|
+ <span style="width:40%">Q3=Q3-Q2</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">Q4=Q4-Q3</span>
|
|
|
+ <span style="width:40%">Q4=Q4-Q3</span>
|
|
|
+ </p>
|
|
|
+ <p style="display:flex;justify-content: space-between;">
|
|
|
+ <span style="width:40%">and so on</span>
|
|
|
+ <span style="width:40%">and so on</span>
|
|
|
+ </p>
|
|
|
+ <p>Special Instruction: If Q1 and Q2 are both with null value, it doesn't need to be calculated this year.</p>`
|
|
|
+ },
|
|
|
+ on_year: {
|
|
|
+ zh: `同比公式:今年同期/去年同期-1<br>
|
|
|
+ 1、锁定当前数值对应的日期<br>
|
|
|
+ 2、匹配上一年同期:寻找过去一年有数值的对应日期中,
|
|
|
+ 与当前数值对应日期相等或者最为接近的那一天,如果有
|
|
|
+ 两个日期与当前数值对应日期的距离相等,则取降序日期
|
|
|
+ 排列下的第一个日期。<br>
|
|
|
+ 3、取到匹配的上一年同期对应的数值<br>
|
|
|
+ 4、将当期的数值与上一年匹配的同期的值计算比例<br>
|
|
|
+ 5、将计算得到的比例填充至当前数值对应的日期,生成
|
|
|
+ 新的数据序列<br>
|
|
|
+ 6、遍历允许跨年,对于日度/周度/季度数据,遍历往前
|
|
|
+ 最多35天,往后最多35天`,
|
|
|
+ en: `Year-over-Year Formula: (Current Period Value / Previous Period Value) - 1<br>
|
|
|
+ 1、Lock the date corresponding to the current value.<br>
|
|
|
+ 2、Match the same period in the previous year: Search for the date in the past year with a value that is equal to or closest to the current value's corresponding date. If there are two dates that are equidistant from the current value's corresponding date, select the first date under descending order.<br>
|
|
|
+ 3、Retrieve the value corresponding to the matched same period of the previous year.<br>
|
|
|
+ 4、Calculate the ratio between the current period's value and the matched value from the same period of last year.<br>
|
|
|
+ 5、Fill in the calculated ratio into the date corresponding to the current value to generate a new data series.<br>
|
|
|
+ 6、Allow iteration across years; for daily/weekly/quarterly data, iterate up to 35 days backward and forward at most.`
|
|
|
+ },
|
|
|
+ differ: {
|
|
|
+ zh: `同差公式:今年同期-去年同期<br>
|
|
|
+ 1、锁定当前数值对应的日期<br>
|
|
|
+ 2、匹配上一年同期:寻找过去一年有数值的对应日期中,
|
|
|
+ 与当前数值对应日期相等或者最为接近的那一天,如果有
|
|
|
+ 两个日期与当前数值对应日期的距离相等,则取降序日期
|
|
|
+ 排列下的第一个日期。<br>
|
|
|
+ 3、取到匹配的上一年同期对应的数值<br>
|
|
|
+ 4、将当期的数值与上一年匹配的同期的值计算差值<br>
|
|
|
+ 5、将计算得到的差值填充至当前数值对应的日期,生成
|
|
|
+ 新的数据序列<br>
|
|
|
+ 6、遍历允许跨年,对于日度/周度/季度数据,遍历往前
|
|
|
+ 最多35天,往后最多35天`,
|
|
|
+ en: `Difference Value Formula: Value this year-Value last year<br>
|
|
|
+ 1、Lock in the date corresponding to the current value.<br>
|
|
|
+ 2、Match the same period from the previous year: Look for the date in the past year with a recorded value that is equal to or closest to the current value's corresponding date. If there are two dates equidistant from the current value's corresponding date, select the first date under a descending order arrangement.<br>
|
|
|
+ 3、Retrieve the matched value from the same period of the previous year.<br>
|
|
|
+ 4、Calculate the difference between the current period’s value and the matched value from the same period of last year.<br>
|
|
|
+ 5、Fill in the calculated difference into the date corresponding to the current value, creating a new data series.<br>
|
|
|
+ 6、Allow for traversal across years; for daily/weekly/quarterly data, traverse up to 35 days backward and 35 days forward.`
|
|
|
+ },
|
|
|
+ n_move_average: {
|
|
|
+ zh: `计算公式:=AVERAGE(N个数值的和),N为取数个数<br>
|
|
|
+ 1、计算当前的数值的N值移动平均,则时间向前追溯
|
|
|
+ N个值(包括当前值),如果遇到空格值的日期,则自
|
|
|
+ 动跳过空格数值,继续往前追溯<br>
|
|
|
+ 2、如果当前日期对应的原始数据为空值,则N值移动
|
|
|
+ 平均也为空值`,
|
|
|
+ en: `Calculation formula: =AVERAGE(Sum of N numerical values), where N is the number of values to be taken.<br>
|
|
|
+ 1、To calculate the moving average of N values for the current value, go back in time for N values (including the current value). If a date with a blank value is encountered, automatically skip over the blank value and continue tracing back.<br>
|
|
|
+ 2、If the original data corresponding to the current date is a blank value, then the moving average of N values will also be a blank value.`
|
|
|
+ },
|
|
|
+ n_rate: {
|
|
|
+ zh: `环比公式:(当期-上期)/上期<br>
|
|
|
+ 1、选择当期对应值,若是当期值为空,则环比值为空;若当期有值,上期值往 前遍历查询,默认N等于1,找最近的一个上期值;可根据设置的N值选择最 近的第N个上期值 <br>
|
|
|
+ 2、将当期的数值与匹配到的上期值按照公式进行计算 <br>
|
|
|
+ 3、将计算得到值填充至当期数值对应的日期,生成新的 数据序列<br>
|
|
|
+ 4、原始数据中出现0和负值时,提示该指标不能进行环比运算`,
|
|
|
+ en: ` Month-on-Month Formula: (Value of Current Period - Value of Previous Period) / Value of Previous Period<br>
|
|
|
+ 1、Select the corresponding value for the current period. If the value for the current period is empty, then the month-on-month value will be empty as well. If there is a value for the current period, search backwards for the previous period's value, with the default N being 1 to find the nearest previous period's value. Based on the set N value, select the Nth closest previous period's value.<br>
|
|
|
+ 2、Calculate using the formula by comparing the current period's value with the matched previous period's value.<br>
|
|
|
+ 3、Fill in the calculated value into the date corresponding to the current period's value to generate a new data series.<br>
|
|
|
+ 4、If zero and negative values appear in the original data, indicate that this indicator cannot be used for month-on-month calculations.`
|
|
|
+ },
|
|
|
+ n_differ: {
|
|
|
+ zh: `环差公式:当期-上期<br>
|
|
|
+ 1、选择当期对应值,若是当期值为空,则环差值为空;若当期有值,上期值往 前遍历查询,默认N等于1,找最近的一个上期值;可根据设置的N值选择最 近的第N个上期值找到最近的一个上期值即可<br>
|
|
|
+ 2、将当期的数值与匹配到的上期值按照公式进行计算<br>
|
|
|
+ 3、将计算得到值填充至当期数值对应的日期,生成新的数据序列`,
|
|
|
+ en: `Period-over-Period Difference Calculation Formula: Value of current period-Value of previous period<br>
|
|
|
+ 1、Select the corresponding value for the current period. If the current value is empty, then the difference from previous period value is empty as well; if there is a current value, search backwards for the previous period value, by default N equals 1, to find the nearest previous period value. You can choose the nearest Nth previous period value based on the set N value to find the nearest previous period value.<br>
|
|
|
+ 2、Calculate according to the formula using the current period's numerical value and the matched previous period's value.<br>
|
|
|
+ 3、Fill in the calculated values into the dates corresponding to the current period's numerical values to generate a new data series.`
|
|
|
+ },
|
|
|
+ up_conver: {
|
|
|
+ zh: `升频:支持转换所有频度指标为日度指标<br>
|
|
|
+ 1、规则:若将月度指标转换为日度指标,如当前月为9月,但9月数据还未更新,假设9月数据是9.30更新,则9.1~9.29的数据等于8.31的数据<br>
|
|
|
+ 2、其他频度规则相同`,
|
|
|
+ en: `Up-conversion:Support for converting all frequency metrics to daily metrics<br>
|
|
|
+ 1、Rule: If converting monthly metrics to daily metrics, for instance, if the current month is September but the data for September has not been updated yet (assuming the data is refreshed on September 30th), then the data from September 1st to 29th should be equal to the data from August 31st.<br>
|
|
|
+ 2、The rules for other frequencies are the same.`
|
|
|
+ },
|
|
|
+ splic: {
|
|
|
+ zh: `1、直接拼接说明:将指标A和指标B按照选取的拼接日期进行拼接;<br>
|
|
|
+ 2、累计值同比拼接说明:指标A最后一个12月31日有值的年份数据乘以指标B的同比增长率得到指标A下一年的数据,从指标A最后一个12月31日有值的日期开始拼接计算得到指标A下一年的数据;`,
|
|
|
+ en: `1、直接拼接说明:将指标A和指标B按照选取的拼接日期进行拼接;<br>
|
|
|
+ 2、累计值同比拼接说明:指标A最后一个12月31日有值的年份数据乘以指标B的同比增长率得到指标A下一年的数据,从指标A最后一个12月31日有值的日期开始拼接计算得到指标A下一年的数据;`
|
|
|
+ },
|
|
|
+ time_move: {
|
|
|
+ zh: `时间移位:把数据的时间序列加(领先)减(滞后)相应的时间,形成新的数据系列。<br>例:<br>
|
|
|
+ <p>
|
|
|
+ 领先10天,即将指标每个数据点的日期加10天。原始数据点(2022-1-1,100)将转化成(2022-1-11,100)
|
|
|
+ </p>
|
|
|
+ <p>
|
|
|
+ 滞后1月,即将日期减30天,原始数据点(2022-1-1,100)将转化成(2021-12-2,100)
|
|
|
+ </p>`,
|
|
|
+ en: `Time Shift:Shift the time series of data forward (lead) or backward (lag) by the corresponding time to form a new data series.<br>For example:<br>
|
|
|
+ <p>
|
|
|
+ Lead by 10 days, which means adding 10 days to the date of each data point of the indicator.the original data point (2022-1-1,100) will be transformed into (2022-1-11,100).
|
|
|
+ </p>
|
|
|
+ <p>
|
|
|
+ Lagging by one month, which means subtracting 30 days from the date, the original data point (2022-1-1,100) will be transformed into (2021-12-2,100).
|
|
|
+ </p>`
|
|
|
+ },
|
|
|
+ super_season: {
|
|
|
+ zh: `计算公式:现值 - AVERAGE(过去N年同期数值和),N为取数个数<br>
|
|
|
+ 1、计算过去N年同期数值和,则时间向前追溯 N年(包括最新一年)<br>
|
|
|
+ 2、参与计算的指标数据通过线性方程补全为日度的数据(包括周末)<br>
|
|
|
+ 3、遇到闰二月,如2.29,去掉该天数据<br>
|
|
|
+ 4、进行农历计算时,只计算11月--次年5月,如果当前月为12月,则取第二年的春节为时间位移标准点<br>
|
|
|
+ 5、计算生成的结果的数据频度与原始指标频度保持一致`,
|
|
|
+ en: `Calculation Formula:Present Value - AVERAGE(Past N years of corresponding period values), where N is the number of data points to consider.<br>
|
|
|
+ 1、To calculate the sum of corresponding period values over the past N years, time is traced back for N years (including the current year).<br>
|
|
|
+ 2、The data points involved in the calculations are completed to daily values (including weekends) using a linear equation.<br>
|
|
|
+ 3、In case of a leap February, such as February 29th, exclude data for that day.<br>
|
|
|
+ 4、When performing lunar calendar calculations, if the current month is December, then use the Spring Festival of the following year as the reference point for time displacement.<br>
|
|
|
+ 5、The data frequency of the resulting calculation should be consistent with that of the original indicator.`
|
|
|
+ },
|
|
|
+ fit_residu: {
|
|
|
+ zh: `拟合残差:计算一个指标(B)的实际值和拟合值(B’)的差值。拟合值B’由指标A(自变量)和指标B(因变量)通过线性回归拟合得到,具体算法如下:<br>
|
|
|
+ 根据指标A(自变量)和指标B(因变量)过去一个时间段内(这个N期可以是从最新值往前倒退N期,包含最新,也可以是选取历史数据的一个时间段内的数据),生成线性回归方程 Y=aX+b<br>
|
|
|
+ 由指标A(自变量)和拟合方程的系数a,b,计算得到拟合出来的系列B’=aA b 再计算拟合系列B’和原始系列B的差值得到新的数据系列Delta,Delta=B-B'`,
|
|
|
+ en: `Fitting Residuals:Compute the difference between the actual value of a metric (B) and its fitted value (B’). The fitted value B’ is obtained through linear regression fitting of metric A (independent variable) and metric B (dependent variable), using the following algorithm:<br>
|
|
|
+ Based on past data for a certain period (this period N can be counting backwards N periods from the most recent, including the latest, or it can be a selected historical time frame) of metrics A (independent variable) and B (dependent variable), generate a linear regression equation Y = aX + b.<br>
|
|
|
+ Using the independent variable A and coefficients a, b from the fitting equation, calculate the fitted series B’ = aA + b. Then compute the difference between the fitted series B’ and the original series B to obtain a new data series Delta, where Delta = B - B’.`
|
|
|
+ },
|
|
|
+ annual: {
|
|
|
+ zh: `年化值=S / a (S表示指标数值,a表示年化平均占比)<br>
|
|
|
+ 1、读取指标最新值对应的日期T和指标数值S<br>
|
|
|
+ 2、计算该指标在过去三年日期T对应的值与当年最后一个日期对应的值的比值,即截止到日期T的累计值占全年值的比重<br>
|
|
|
+ 3、计算三年的占比平均值,即过去三年平均占比a<br>
|
|
|
+ 4、若历史数据不足三年,则至少按两年计算,少于两年不生成年化值<br>
|
|
|
+ 5、如果某一年日期T没有值,则通过日期T前后的两个值,用线性插值法【(Y-Y1)/(X-X1)=(Y2-Y1)/(X2-X1)】计算得到日期T的值
|
|
|
+ `,
|
|
|
+ en: `Annualized Value = S / a (where S is the value of the indicator, and a is the annual average proportion)<br>
|
|
|
+ 1、Retrieve the latest date T for the indicator and its corresponding value S.<br>
|
|
|
+ 2、Calculate the ratio of the cumulative value of the indicator up to date T for the past three years to the value on the last date of each year, which represents the proportion of the cumulative value to that of the whole year.<br>
|
|
|
+ 3、Compute the average proportion for the past three years, which is the average annual proportion a.<br>
|
|
|
+ 4、If historical data is less than three years, calculate using at least two years' worth; do not generate an annualized value if less than two years of data are available.<br>
|
|
|
+ 5、If there is no value for date T in a particular year, use linear interpolation [(Y-Y1)/(X-X1)=(Y2-Y1)/(X2-X1)] based on values before and after date T to determine the value for date T.`
|
|
|
+ },
|
|
|
+ down_conver: {
|
|
|
+ zh: `降频:将高频指标转换为低频指标,需选择转换的频度<br>
|
|
|
+ 1、选择转换的频度,日度可以选择降频成周度、旬度、月度、季度、年度;周度可以选择降频成旬度、月度、季度、年度;旬度可以选择降频成月度、季度、年度;月度可降成季度、年度,季度可降成年度<br>
|
|
|
+ 2、降频后数据日期,周度的降频数据系列日期取每周五;旬度取每月10日、20日、最后一日;月度取每月最后一天,季度取季度最后一天,年度取年度最后一天<br>
|
|
|
+ 3、数据点取值提供两种选择:a、期末值,取区间最后一个日期的数据值。b、取区间平均值。<br>
|
|
|
+ 4、最新值的处理:最新的高频数据,正好处于所要降频的低频的两个日期之间时,例如当前1月3号,1月已经有了数据,但1月31号还未到来,则降成月频数据时最新数据日期为1月31号`,
|
|
|
+ en: `Downconversion:To convert high-frequency indicators into low-frequency indicators, the frequency of conversion must be chosen<br>
|
|
|
+ 1、To select the conversion frequency, daily data can be downsampled to weekly, ten-day periods, monthly, quarterly, or yearly; weekly data can be downsampled to ten-day periods, monthly, quarterly, or yearly; ten-day period data can be downsampled to monthly, quarterly, or yearly; monthly data can be converted to quarterly or yearly frequencies, and quarterly data can be downsampled to yearly.<br>
|
|
|
+ 2、After downsampling the data, for weekly frequency, the date of the data series is set as every Friday; for ten-day periods it's set as the 10th, 20th and the last day of each month; for monthly frequency it's the last day of the month; for quarterly frequency it's the last day of the quarter; and for yearly frequency it's the last day of the year.<br>
|
|
|
+ 3、There are two options for selecting data points: a) End-of-period value, which is taken from the last date's data value within that interval. b) The average value over that interval.<br>
|
|
|
+ 4、Treatment of most recent values: If the latest high-frequency data happens to fall between two dates used in downsampling to a lower frequency—for example, if today is January 3rd and there is already data for January but January 31st has not yet arrived—then when converting to a monthly frequency, the most recent data date would be set as January 31st.`
|
|
|
+ },
|
|
|
+ diff_index: {
|
|
|
+ zh: `扩散指数:AVERAGE(所选指标环差指数和)<br>
|
|
|
+ 1、选择多个指标,设定扩散指标日期并集<br>
|
|
|
+ 2、所选指标在日期并集内有缺失值的用前期值填充<br>
|
|
|
+ 3、计算日期并集内所选指标的每期环差指数(环差>0,取1,环差=0,取0.5,环差<0,取0),并计算环差指数均值`,
|
|
|
+ en: `Diffusion Index: AVERAGE(Sum of Selected Indicators' Sequential Change Index)<br>
|
|
|
+ 1、Select multiple indicators and set the union date for the diffusion indicators.<br>
|
|
|
+ 2、If there are missing values for the selected indicators within the union date, fill them with previous values.<br>
|
|
|
+ 3、Calculate the sequential change index for each period of the selected indicators within the union date (if sequential change > 0, take 1; if sequential change = 0, take 0.5; if sequential change < 0, take 0), and compute the average of the sequential change index.`
|
|
|
+ },
|
|
|
+ cumulate_and_toyear: {
|
|
|
+ zh: `1、累计值计算方法:<br>
|
|
|
+ 日度转周度:日期选周五,计算上周六到本周五的日度值的加总,最新日期为最新值对应的周五。<br>
|
|
|
+ 日度转月度:日期选每个月最后一天,计算当月所有日度值的加总,最新日期为最新值对应当月最后一天。<br>
|
|
|
+ 日度转季度、年度:方法类似转月度。<br>
|
|
|
+ 周度转月度/季度/年度:将周度值转成日度,空值用插值法插值,计算当月/当季/当年所有值的加总,然后除以7。<br>
|
|
|
+ 月度转季度/年度: 当季/当年月度值相加。<br>
|
|
|
+ 以此类推 特别说明:旬度指标可以转成更低频指标,更高频指标不能转成旬度<br>
|
|
|
+ 2、年初至今计算方法:<br>
|
|
|
+ 日度数据年初至今:日期同原日度数据。将每年1月1日(含)到日度数据所在日期(含)之间的日度值,进行加总。<br>
|
|
|
+ 周度数据年初至今:日期同原周度数据。将周度值转成日度频率,空值用插值法插值,然后算法同日度年度至今,再除以7<br>
|
|
|
+ 月度/季度数据年初至今:日期同原月度/季度数据,将每年1月1日(含)到月度数据所在日期(含)之间的月度/季度值,进行加总<br>
|
|
|
+ 以此类推`,
|
|
|
+ en: `1、Cumulative Value Calculation Method:<br>
|
|
|
+ Daily to Weekly Conversion: Select Friday as the date, calculate the sum of daily values from the previous Saturday to this Friday, with the latest date being the Friday corresponding to the latest value.<br>
|
|
|
+ Daily to Monthly Conversion: Select the last day of each month as the date, calculate the sum of all daily values for that month, with the latest date being the last day of the month corresponding to the latest value.<br>
|
|
|
+ Daily to Quarterly and Annual Conversion: The method is similar to monthly conversion.<br>
|
|
|
+ Weekly to Monthly/Quarterly/Annual Conversion: Convert weekly values into daily values, interpolate missing values using interpolation methods, calculate the sum of all values for that month/quarter/year, and then divide by 7.<br>
|
|
|
+ Monthly to Quarterly/Annual Conversion: Sum up monthly values within a quarter/year.<br>
|
|
|
+ And so on. Special note: Ten-day period indicators can be converted into lower frequency indicators; higher frequency indicators cannot be converted into ten-day periods.<br>
|
|
|
+ 2、Calculation Method for Year-to-Date Data:<br>
|
|
|
+ Daily data year-to-date: The date is the same as the original daily data. Sum up the daily values from January 1st (inclusive) to the date of the daily data (inclusive) for each year.<br>
|
|
|
+ Weekly data year-to-date: The date is the same as the original weekly data. Convert weekly values to daily frequency, use interpolation to fill in missing values, and then apply the same algorithm as for daily year-to-date. Finally, divide by 7.<br>
|
|
|
+ Monthly/Quarterly data year-to-date: The date is the same as the original monthly/quarterly data. Sum up the monthly/quarterly values from January 1st (inclusive) to the date of the monthly/quarterly data (inclusive) for each year.<br>
|
|
|
+ And so forth for other frequencies.`
|
|
|
+ },
|
|
|
+ cumulate_val: {
|
|
|
+ zh: `累计值计算方法:<br>
|
|
|
+ 日度转周度:日期选周五,计算上周六到本周五的日度值的加总,最新日期为最新值对应的周五。<br>
|
|
|
+ 日度转月度:日期选每个月最后一天,计算当月所有日度值的加总,最新日期为最新值对应当月最后一天。<br>
|
|
|
+ 日度转季度、年度:方法类似转月度。<br>
|
|
|
+ 周度转月度/季度/年度:将周度值转成日度,空值用插值法插值,计算当月/当季/当年所有值的加总,然后除以7。<br>
|
|
|
+ 月度转季度/年度: 当季/当年月度值相加。<br>
|
|
|
+ 以此类推 特别说明:旬度指标可以转成更低频指标,更高频指标不能转成旬度<br>`,
|
|
|
+ en: `Cumulative Value Calculation Method:<br>
|
|
|
+ Daily to Weekly Conversion: Select Friday as the date, calculate the sum of daily values from the previous Saturday to this Friday, with the latest date being the Friday corresponding to the latest value.<br>
|
|
|
+ Daily to Monthly Conversion: Select the last day of each month as the date, calculate the sum of all daily values for that month, with the latest date being the last day of the month corresponding to the latest value.<br>
|
|
|
+ Daily to Quarterly and Annual Conversion: The method is similar to monthly conversion.<br>
|
|
|
+ Weekly to Monthly/Quarterly/Annual Conversion: Convert weekly values into daily values, interpolate missing values using interpolation methods, calculate the sum of all values for that month/quarter/year, and then divide by 7.<br>
|
|
|
+ Monthly to Quarterly/Annual Conversion: Sum up monthly values within a quarter/year.<br>
|
|
|
+ And so on. Special note: Ten-day period indicators can be converted into lower frequency indicators; higher frequency indicators cannot be converted into ten-day periods.<br>`
|
|
|
+ },
|
|
|
+ cumulate_to_year: {
|
|
|
+ zh: `年初至今计算方法:<br>
|
|
|
+ 日度数据年初至今:日期同原日度数据。将每年1月1日(含)到日度数据所在日期(含)之间的日度值,进行加总。<br>
|
|
|
+ 周度数据年初至今:日期同原周度数据。将周度值转成日度频率,空值用插值法插值,然后算法同日度年度至今,再除以7<br>
|
|
|
+ 月度/季度数据年初至今:日期同原月度/季度数据,将每年1月1日(含)到月度数据所在日期(含)之间的月度/季度值,进行加总<br>
|
|
|
+ 以此类推`,
|
|
|
+ en: `Calculation Method for Year-to-Date Data:<br>
|
|
|
+ Daily data year-to-date: The date is the same as the original daily data. Sum up the daily values from January 1st (inclusive) to the date of the daily data (inclusive) for each year.<br>
|
|
|
+ Weekly data year-to-date: The date is the same as the original weekly data. Convert weekly values to daily frequency, use interpolation to fill in missing values, and then apply the same algorithm as for daily year-to-date. Finally, divide by 7.<br>
|
|
|
+ Monthly/Quarterly data year-to-date: The date is the same as the original monthly/quarterly data. Sum up the monthly/quarterly values from January 1st (inclusive) to the date of the monthly/quarterly data (inclusive) for each year.<br>
|
|
|
+ And so forth for other frequencies.`
|
|
|
+ },
|
|
|
+ ex_smooth: {
|
|
|
+ zh: `指数修匀计算公式:<br>
|
|
|
+ 1、设定指数修匀值序列的初始值=原来时间序列的初始值 <br>
|
|
|
+ 2、选择平滑系数alpha值:在0-1之间,开区间 <br>
|
|
|
+ 3、本期指数修匀值=alpha*本期实际值+(1-alpha)*上期指数修匀值`,
|
|
|
+ en: `Exponential Smoothing Calculation Formula:<br>
|
|
|
+ 1、Set the initial value of the exponential smoothing series to be equal to the initial value of the original time series.<br>
|
|
|
+ 2、Select a smoothing constant alpha value: between 0 and 1, exclusive.<br>
|
|
|
+ 3、Current exponential smoothing value = alpha * current actual value + (1 - alpha) * previous exponential smoothing value.`
|
|
|
+ },
|
|
|
+ day_mean: {
|
|
|
+ zh: `日均值计算公式:<br>
|
|
|
+ 1、年度值转日均值=年度值/对应年份天数 <br>
|
|
|
+ 2、半年度值转日均值=半年度值/对应半年度天数 <br>
|
|
|
+ 3、季度值转日均值=季度值/对应季度天数 <br>
|
|
|
+ 4、月度值转日均值=月度值/对应月度天数 <br>
|
|
|
+ 5、旬度值转日均值=旬度值/对应旬度天数 <br>
|
|
|
+ 6、周度值转日均值=周度值/7`,
|
|
|
+ en: `Daily Average Calculation Formula:<br>
|
|
|
+ 1、Annual value to daily average = Annual value / Number of days in the corresponding year<br>
|
|
|
+ 2、Semi-annual value to daily average = Semi-annual value / Number of days in the corresponding half-year<br>
|
|
|
+ 3、Quarterly value to daily average = Quarterly value / Number of days in the corresponding quarter<br>
|
|
|
+ 4、Monthly value to daily average = Monthly value / Number of days in the corresponding month<br>
|
|
|
+ 5、Decadal (ten-day period) value to daily average = Decadal value / Number of days in the corresponding ten-day period<br>
|
|
|
+ 6、Weekly value to daily average = Weekly value / 7`
|
|
|
+ },
|
|
|
+ adjust_data: {
|
|
|
+ zh: `数据调整:<br>1、将所选指标的历史数据经过调整后保存,该指标更新时将在调整数据的基础上更新最新数据;<br>
|
|
|
+ 2、支持对所选指标添加未来的数据,指标更新到未来相同的日期时,进行数据更正;<br>
|
|
|
+ 3、选中表格,使用“Ctrl+F”可调用快速查找功能,支持快速定位到表格中的数据;<br>
|
|
|
+ 注:系统只取A、B列数据`,
|
|
|
+ en: `Data adjustment:<br>1、Adjust the historical data of the selected indicator and saved, this indicator will be updated based on the adjusted data.<br>
|
|
|
+ 2、Support adding future data to the selected indicator, and data correction when the indicator is updated to the same date in the future<br>
|
|
|
+ 3、Select the table, use "Ctrl + F" to call the fast search function, support quickly locate the data in the table.<br>
|
|
|
+ Note: The system only takes data from columns A and B.`
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ /* 提示信息 */
|
|
|
+ MsgPrompt: {
|
|
|
+ del_not_relate_edb: {
|
|
|
+ zh: '该目录关联指标不可删除',
|
|
|
+ en: 'Cannot delete index linked to this directory'
|
|
|
+ },
|
|
|
+ del_confirm_menu_or_children: {
|
|
|
+ zh: '确认删除当前目录及包含的子目录吗?',
|
|
|
+ en: 'Are you sure you want to delete the current directory and all its subdirectories?'
|
|
|
+ },
|
|
|
+ del_failed: {
|
|
|
+ zh: '删除失败',
|
|
|
+ en: 'Deletion Failed'
|
|
|
+ },
|
|
|
+ del_edb_confirm: {
|
|
|
+ zh: '删除后指标和指标值均不可使用,确认删除吗?',
|
|
|
+ en: 'Once deleted, both the indicators and their values will become unusable. Are you sure you want to delete them?'
|
|
|
+ },
|
|
|
+ del_edb_use_chart: {
|
|
|
+ zh: '当前指标已用作画图,不可删除',
|
|
|
+ en: 'The current indicator is being used for drawing and cannot be deleted.'
|
|
|
+ },
|
|
|
+ del_menu_confirm: {
|
|
|
+ zh: '确定删除当前目录吗?',
|
|
|
+ en: 'Are you sure you want to delete the current directory?'
|
|
|
+ },
|
|
|
+
|
|
|
+ edb_not_enougth_info: {
|
|
|
+ zh: '指标信息请填写完整!',
|
|
|
+ en: 'Please fill in the indicator information completely!'
|
|
|
+ },
|
|
|
+ date_haved_msg: {
|
|
|
+ zh: '该日期已存在',
|
|
|
+ en: 'The date already exists.'
|
|
|
+ },
|
|
|
+ date_have_value_msg: {
|
|
|
+ zh: '该日期已存在数据值{val},确认修改?',
|
|
|
+ en: 'Data value {val} already exists for this date, Do you confirm the modification?'
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+}
|