Skip to content

Commit

Permalink
feat: tweak name
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Aug 3, 2019
1 parent f870e53 commit 2e9e871
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reliable-view",
"version": "1.0.4",
"version": "1.0.5",
"description": "view layer for Reliable",
"files": [
"public/*.js",
Expand Down
14 changes: 7 additions & 7 deletions view/src/i18n/zh_CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export default {
'setting.site': '站点设置',

'builds.buildNumber': '构建号',
'builds.buildLog': '构建日志',
'builds.jobName': '构建名',
'builds.buildLog': '运行日志',
'builds.jobName': '项目名',
'builds.platform': '平台',
'builds.buildEndTime': '完成时间',
'builds.detailInfo': '详情',
Expand All @@ -31,7 +31,7 @@ export default {
'buildinfo.pkgTab': '包信息',
'buildinfo.testTab': '测试结果',
'buildinfo.extraTab': '扩展信息',
'buildinfo.filesTab': '构建产物',
'buildinfo.filesTab': '产物',

'buildinfo.pkg.version': '版本号',
'buildinfo.pkg.type': '类型',
Expand All @@ -41,7 +41,7 @@ export default {
'buildinfo.pkg.gitInfo': '提交信息',
'buildinfo.pkg.committer': '提交人',
'buildinfo.pkg.commitTime': '提交时间',
'buildinfo.state': '构建状态',
'buildinfo.state': '状态',

'buildinfo.test.lineCoverage': '行覆盖率',
'buildinfo.test.passPercent': '通过率',
Expand All @@ -56,7 +56,7 @@ export default {
'buildinfo.files.fileAddress': '下载地址',

'insight.builds.number': '应用总数',
'insight.builds.trend': '构建趋势',
'insight.builds.trend': '构建总数',
'insight.builds.top': '榜单',
'insight.test.lineCoverage': '平均行覆盖率',
'insight.test.lineCoverage.tip': '测试覆盖率的平均值',
Expand All @@ -65,8 +65,8 @@ export default {
'insight.test.passPercent': '通过率',
'insight.test.passPercent.tip': 'CI 100% 成功次数 / CI 执行次数',
'insight.test.passPercent.history': '通过率历史记录',
'insight.test.duration': '平均构建时长',
'insight.test.duration.history': '构建时长历史记录',
'insight.test.duration': '平均时长',
'insight.test.duration.history': '时长历史记录',
'insight.committer': '最后提交',
'insight.dateRange.tip': '请选择时间范围,不选择将会统计全部数据',

Expand Down

0 comments on commit 2e9e871

Please sign in to comment.