Browse Source

!804 UI Optimize internationalization entries

Merge pull request !804 from 夏易凡/1026master
tags/v1.1.0
mindspore-ci-bot Gitee 5 years ago
parent
commit
c4319545b3
3 changed files with 4 additions and 4 deletions
  1. +2
    -2
      mindinsight/ui/src/components/benchmarkBarChart.vue
  2. +1
    -1
      mindinsight/ui/src/locales/en-us.json
  3. +1
    -1
      mindinsight/ui/src/locales/zh-cn.json

+ 2
- 2
mindinsight/ui/src/components/benchmarkBarChart.vue View File

@@ -32,7 +32,7 @@ export default {
barEnd: 100, // Zoom end value
firstInit: true, // Identification of the first load data
limitCount: 20, // Limit number of bars
legendLimit: 10, // Limit number of characters in legend
legendLimit: 16, // Limit number of characters in legend
};
},

@@ -147,7 +147,7 @@ export default {
},
grid: {
left: '10%',
right: 200,
right: 260,
bottom: '3%',
top: 30,
},


+ 1
- 1
mindinsight/ui/src/locales/en-us.json View File

@@ -559,7 +559,7 @@
"weightError": "Weight calculation error",
"weightSum": "The sum of weights must be 1",
"radarChart": "Explanation Method Comparison Radar Chart",
"comprehensiveTooltip": "The page of comprehensive assessment provides configurable weights for different scoring dimensions and calculates the comprehensive scores to sort and filter the explanation methods. The explanation method has advantages and disadvantages in different scoring dimensions. You can refer to the description of each dimension, adjust the weight based on the actual requirements, and assess the explanation method with emphasis. By default, weights for each dimension are the same.",
"comprehensiveTooltip": "On the comprehensive assessment page, you can configure weights for different scoring dimensions to calculate the comprehensive scores of explanation methods to sort and filter the methods. Each explanation method has advantages in different scoring dimensions. You can refer to the description of each dimension and adjust weights based on the actual requirements to assess the explanation method. By default, the same weight is set for each dimension.",
"classifyTooltip": "Classification assessment groups datasets by tag and measures the explanation methods based on data with different tags.",
"scoreSystemtooltipOne": "Function description:",
"scoreSystemtooltiptwo": "The scoring system provides multiple dimensions for scoring explanation methods.",


+ 1
- 1
mindinsight/ui/src/locales/zh-cn.json View File

@@ -558,7 +558,7 @@
"weightError": "权重计算出错",
"weightSum": "权重总和必须为1",
"radarChart": "解释方法对比雷达图",
"comprehensiveTooltip": "综合评估页面为不同评分维度提供可配置的权重,计算解释方法的综合得分,以便对解释方法进行排序筛选。解释方法在不同评分维度上各有优势,可以参考各个维度的介绍,根据实际需求对权重进行调整,有侧重地评估解释方法。本功能默认对各个维度设置相同的权重。",
"comprehensiveTooltip": "综合评估页面支持对不同评分维度配置权重,用于计算解释方法的综合评分,以便对解释方法进行排序筛选。解释方法在不同评分维度上各有优势,可以参考各个维度的介绍,根据实际需求对权重进行调整,有侧重地评估解释方法。本功能默认对各个维度设置相同的权重。",
"classifyTooltip": "分类评估将数据集按照标签进行分组,在不同标签的数据上分别度量解释方法。",
"scoreSystemtooltipOne": "功能说明:",
"scoreSystemtooltiptwo": "评分体系提供多个维度对解释方法进行评分。",


Loading…
Cancel
Save