fix(项目报告): 优化项目报告页面的国际化内容

--bug=1008477 --user=宋天阳 【国际化】-所有页面国际化相关bug
https://www.tapd.cn/55049933/s/1085714
This commit is contained in:
song-tianyang 2021-12-22 20:45:17 +08:00 committed by song-tianyang
parent 13b1e35880
commit 9730124c36
4 changed files with 5 additions and 2 deletions

@ -1 +1 @@
Subproject commit d6c139164b4b0519dcee21e111fc4da142b85c88
Subproject commit 88b54ba98e8e0bdc6262f63310424263309493ea

View File

@ -7,6 +7,7 @@ export default {
yes: "yes",
no: "no",
example: "Demo",
subject: "Subject",
excelFile: "Excel",
xmindFile: "Xmind",
default: "default",
@ -69,7 +70,7 @@ export default {
input_limit: 'Within {0} and {1} characters',
login: 'Sign In',
welcome: 'One-stop open source continuous testing platform',
theme_color:'Theme color',
theme_color: 'Theme color',
username: 'Username',
password: 'Password',
input_username: 'Please enter username',

View File

@ -7,6 +7,7 @@ export default {
yes: "是",
no: "否",
example: "示例",
subject: "主题",
excelFile: "表格文件.xls",
xmindFile: "思维导图.xmind",
default: "默认值",

View File

@ -7,6 +7,7 @@ export default {
yes: "是",
no: "否",
example: "示例",
subject: "主題",
excelFile: "表格文件.xls",
xmindFile: "思維導圖.xmind",
default: "默認值",