fix(项目设置): 消息设置模板中参考属性国际化
--bug=1018711 --user=宋昌昌 【国际化】项目设置-消息设置:模版中的参考属性字段:test_track.other_test_name,需要翻译 https://www.tapd.cn/55049933/s/1274272
This commit is contained in:
parent
98f62c3574
commit
ad764db9a4
|
@ -30,6 +30,7 @@ export default {
|
|||
ui_scenario_test_case: "UI Scenario Case",
|
||||
report_statistics: "Report Statistics",
|
||||
sort: 'Sort',
|
||||
other_test_name: 'Other Test Name',
|
||||
demand: {
|
||||
id: 'Demand ID',
|
||||
name: 'Demand Name',
|
||||
|
|
|
@ -31,6 +31,7 @@ export default {
|
|||
report_statistics: "报告统计",
|
||||
sort: '种类',
|
||||
automatic_status_update: "自动状态更新",
|
||||
other_test_name: '其他用例名称',
|
||||
case: {
|
||||
list: "列表",
|
||||
minder: "脑图",
|
||||
|
|
|
@ -31,6 +31,7 @@ export default {
|
|||
report_statistics: "報告統計",
|
||||
sort: '種類',
|
||||
automatic_status_update: "自動狀態更新",
|
||||
other_test_name: '其他用例名稱',
|
||||
case: {
|
||||
list: "列錶",
|
||||
minder: "腦圖",
|
||||
|
|
Loading…
Reference in New Issue