提交 87669fdb 编写于 作者: N nzomkxia

add i18n item

上级 40cc846c
......@@ -85,7 +85,7 @@
color='primary'
:href='getHref(props.item.service, props.item.appName, props.item.group, props.item.version)'
>
Detail
{{ $t('detail') }}
</v-btn>
<v-menu
>
......@@ -95,7 +95,7 @@
small
dark
>
More
{{ $t('more') }}
<v-icon>expand_more</v-icon>
</v-btn>
<v-list>
......
......@@ -128,5 +128,7 @@ export default {
execute: 'EXECUTE',
result: 'Result: ',
success: 'SUCCESS',
fail: 'FAIL'
fail: 'FAIL',
detail: 'Detail',
more: 'More'
}
......@@ -128,5 +128,7 @@ export default {
execute: '执行',
result: '结果: ',
success: ' 成功',
fail: '失败'
fail: '失败',
detail: '详情',
more: '更多'
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册