|
@@ -35,6 +35,11 @@ export const BaseConfigEn = {
|
|
|
connect_wx:'Associated Public Account',
|
|
|
wx_original_id:'Please Enter Original ID',
|
|
|
wx_original_tips:'Note: When filling in associated public account, AppID, AppSecret and original ID must all be provided. ',
|
|
|
+ report_sheet_size:'Report Table Font',
|
|
|
+ report_type1:'Smart Report',
|
|
|
+ report_type2:'Report list',
|
|
|
+ report_type3:'English Report',
|
|
|
+ report_sheet_tip: 'Set the font size for shared tables, time series tables, and mixed tables when inserting into research reports',
|
|
|
|
|
|
ppt_zh:'Chinese PPT',
|
|
|
ppt_en:'English PPT',
|
|
@@ -44,6 +49,8 @@ export const BaseConfigEn = {
|
|
|
ppt_tip01:'Upload Format: png, jpg. Maximum of three images can be uploaded, recommended image ratio: 10:7',
|
|
|
ppt_tip02:'Upload Format: png, jpg. Recommended image ratio: 10:7',
|
|
|
ppt_tip03:'Upload Format: png, jpg. Recommended image ratio: 10:7',
|
|
|
+ ppt_sheet:' PPT Table',
|
|
|
+ ppt_sheet_tip: 'Set the font size for shared tables, time series tables, and mixed tables when inserting into PPT',
|
|
|
|
|
|
resource_placeholder01:'Please enter the image name',
|
|
|
resource_placeholder02:'Please select the image type',
|
|
@@ -96,6 +103,11 @@ export const BaseConfigZh = {
|
|
|
connect_wx:'关联公众号',
|
|
|
wx_original_id:'请输入原始Id',
|
|
|
wx_original_tips:'注:关联公众号填写时,AppID、AppSecret原始ID均需填写。',
|
|
|
+ report_sheet_size:'研报表格字体',
|
|
|
+ report_type1:'智能研报',
|
|
|
+ report_type2:'研报列表',
|
|
|
+ report_type3:'英文研报',
|
|
|
+ report_sheet_tip: '设置共享表格、时间序列表格、混合表格插入研报的表格字号',
|
|
|
|
|
|
ppt_zh:'中文PPT',
|
|
|
ppt_en:'英文PPT',
|
|
@@ -105,6 +117,8 @@ export const BaseConfigZh = {
|
|
|
ppt_tip01:'上传格式:png、jpg,最多上传三张,建议图片比例:10:7',
|
|
|
ppt_tip02:'上传格式:png、jpg,建议图片比例:10:7',
|
|
|
ppt_tip03:'上传格式:png、jpg,建议图片比例:10:7',
|
|
|
+ ppt_sheet:'PPT表格',
|
|
|
+ ppt_sheet_tip: '设置共享表格、时间序列表格、混合表格插入PPT的表格字号',
|
|
|
|
|
|
resource_placeholder01:'请输入图片名称',
|
|
|
resource_placeholder02:'请选择图片类型',
|