ChartSet.js 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. /**
  2. * 系统设置-图表配置
  3. */
  4. /* 英文 */
  5. export const ChartSetEn = {
  6. label00:'Chart Data Source Setting',
  7. label00_hint:'Enabling the switch means data source visibility is on by default for new charts and can be toggled manually. Conversely, if disabled, it applies to new charts only, not historical ones.',
  8. label01:'Chart Types',
  9. label02:'Chart Library Default Theme',
  10. add_btn:'Add Custom Theme',
  11. edit_btn:'Edit Custom Theme',
  12. theme_name:'Theme Name',
  13. theme_name_placeholder:'Please enter theme name',
  14. alert_msg:'After deletion, all charts using this theme will adopt the ETA theme. Are you sure you want to proceed with the deletion?',
  15. opt_label01:'Line Setting',
  16. opt_label02:'Scatter Setting',
  17. opt_label03:'Legend Setting',
  18. opt_label04:'Title Setting',
  19. opt_label05:'Annotation Text Settings (Source & Identification)',
  20. opt_label06:'Horizontal Axis Setting',
  21. opt_label07:'Vertical Axis Setting',
  22. opt_label08:'Plot Area Setting',
  23. opt_label09:'Bar Setting',
  24. opt_label10:'Lines, Bar Setting',
  25. config_opt01:'Color',
  26. config_opt02:'Sequence',
  27. config_opt03:'Line Style',
  28. config_opt04:'Thickness',
  29. config_opt05:'Smooth Line',
  30. config_opt06:'Size',
  31. config_opt07:'Position',
  32. config_opt08:'Font Size',
  33. config_opt09:'Alignment Method',
  34. config_opt10:'Background Color',
  35. unit01:'st Line',
  36. unit02:'st Bar',
  37. unit03:'st Series',
  38. config_opt05_yes:'Yes',
  39. config_opt05_no:'No',
  40. set_hint:'The default theme is set successfully',
  41. };
  42. /* 中文 */
  43. export const ChartSetZh = {
  44. label00:'图表的数据来源',
  45. label00_hint:'开启状态表示新建图表时,数据来源展示开关默认开启,可手动切换,关闭状态同理,仅对新增图表生效,历史图表不处理',
  46. label01:'图表类型',
  47. label02:'图库默认主题',
  48. add_btn:'添加自定义主题',
  49. edit_btn:'编辑自定义主题',
  50. theme_name:'主题名称',
  51. theme_name_placeholder:'请输入主题名称',
  52. alert_msg:'删除后,所有采用该主题的图表,将采用ETA主题,是否确定删除?',
  53. opt_label01:'线条设置',
  54. opt_label02:'散点设置',
  55. opt_label03:'图例设置',
  56. opt_label04:'标题设置',
  57. opt_label05:'标记文字设置(来源,标识)',
  58. opt_label06:'横轴设置',
  59. opt_label07:'纵轴设置',
  60. opt_label08:'绘图区设置',
  61. opt_label09:'柱形设置',
  62. opt_label10:'线条、柱形设置',
  63. config_opt01:'颜色',
  64. config_opt02:'顺序',
  65. config_opt03:'线型',
  66. config_opt04:'粗细',
  67. config_opt05:'平滑线',
  68. config_opt06:'大小',
  69. config_opt07:'位置',
  70. config_opt08:'字号',
  71. config_opt09:'对齐方式',
  72. config_opt10:'背景色',
  73. unit01:'条',
  74. unit02:'根',
  75. unit03:'系列',
  76. config_opt05_yes:'是',
  77. config_opt05_no:'否',
  78. set_hint:'默认主题设置成功',
  79. };
  80. /**
  81. * $t('SystemManage.ChartSet.XXX')
  82. */