fix(项目报告): 优化项目报告页面的国际化内容
--bug=1008477 --user=宋天阳 【国际化】-所有页面国际化相关bug https://www.tapd.cn/55049933/s/1085714
This commit is contained in:
parent
13b1e35880
commit
9730124c36
|
@ -1 +1 @@
|
|||
Subproject commit d6c139164b4b0519dcee21e111fc4da142b85c88
|
||||
Subproject commit 88b54ba98e8e0bdc6262f63310424263309493ea
|
|
@ -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',
|
||||
|
|
|
@ -7,6 +7,7 @@ export default {
|
|||
yes: "是",
|
||||
no: "否",
|
||||
example: "示例",
|
||||
subject: "主题",
|
||||
excelFile: "表格文件.xls",
|
||||
xmindFile: "思维导图.xmind",
|
||||
default: "默认值",
|
||||
|
|
|
@ -7,6 +7,7 @@ export default {
|
|||
yes: "是",
|
||||
no: "否",
|
||||
example: "示例",
|
||||
subject: "主題",
|
||||
excelFile: "表格文件.xls",
|
||||
xmindFile: "思維導圖.xmind",
|
||||
default: "默認值",
|
||||
|
|
Loading…
Reference in New Issue