提交 2e126e2e 编写于 作者: F fengxuefeng

Language internationalization

上级 3f69eec0
...@@ -34,7 +34,7 @@ limitations under the License. ...@@ -34,7 +34,7 @@ limitations under the License.
<el-table-column width="120"> <el-table-column width="120">
<template slot="header"> <template slot="header">
<span class="cl-text-center"> <span class="cl-text-center">
Name {{ $t('hardwareVisual.name') }}
<el-tooltip class="item" <el-tooltip class="item"
effect="light" effect="light"
:content="$t('hardwareVisual.chipNameTip')" :content="$t('hardwareVisual.chipNameTip')"
...@@ -50,7 +50,7 @@ limitations under the License. ...@@ -50,7 +50,7 @@ limitations under the License.
<el-table-column width="80"> <el-table-column width="80">
<template slot="header"> <template slot="header">
<span class="cl-text-center"> <span class="cl-text-center">
NPU {{ $t('hardwareVisual.npu') }}
<el-tooltip class="item" <el-tooltip class="item"
effect="light" effect="light"
:content="$t('hardwareVisual.deviceIdTip')" :content="$t('hardwareVisual.deviceIdTip')"
...@@ -66,7 +66,7 @@ limitations under the License. ...@@ -66,7 +66,7 @@ limitations under the License.
<el-table-column width="110"> <el-table-column width="110">
<template slot="header"> <template slot="header">
<span class="cl-text-center"> <span class="cl-text-center">
Available {{ $t('hardwareVisual.available') }}
<el-tooltip class="item" <el-tooltip class="item"
effect="light" effect="light"
:content="$t('hardwareVisual.availableTip')" :content="$t('hardwareVisual.availableTip')"
...@@ -86,10 +86,10 @@ limitations under the License. ...@@ -86,10 +86,10 @@ limitations under the License.
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="80"> <el-table-column width="100">
<template slot="header"> <template slot="header">
<span class="cl-text-center"> <span class="cl-text-center">
Health {{ $t('hardwareVisual.health') }}
<el-tooltip class="item" <el-tooltip class="item"
effect="light" effect="light"
:content="$t('hardwareVisual.healthTip')" :content="$t('hardwareVisual.healthTip')"
...@@ -121,7 +121,7 @@ limitations under the License. ...@@ -121,7 +121,7 @@ limitations under the License.
<el-table-column width="130"> <el-table-column width="130">
<template slot="header"> <template slot="header">
<span class="cl-text-center"> <span class="cl-text-center">
IP Address {{ $t('hardwareVisual.ipAddress') }}
<el-tooltip class="item" <el-tooltip class="item"
effect="light" effect="light"
:content="$t('hardwareVisual.ipTip')" :content="$t('hardwareVisual.ipTip')"
...@@ -136,7 +136,7 @@ limitations under the License. ...@@ -136,7 +136,7 @@ limitations under the License.
</el-table-column> </el-table-column>
<el-table-column prop="aicore"> <el-table-column prop="aicore">
<template slot="header"> <template slot="header">
AI Core(%) {{ $t('hardwareVisual.aiCore') }}
<el-tooltip class="item" <el-tooltip class="item"
effect="light" effect="light"
:content="$t('hardwareVisual.aicoreTip')" :content="$t('hardwareVisual.aicoreTip')"
...@@ -155,7 +155,7 @@ limitations under the License. ...@@ -155,7 +155,7 @@ limitations under the License.
<el-table-column prop="hbm_usage" <el-table-column prop="hbm_usage"
min-width="100"> min-width="100">
<template slot="header"> <template slot="header">
HBM-Usage(MB) {{ $t('hardwareVisual.hbmUsage') }}
<el-tooltip class="item" <el-tooltip class="item"
effect="light" effect="light"
:content="$t('hardwareVisual.hbmTip')" :content="$t('hardwareVisual.hbmTip')"
...@@ -173,7 +173,7 @@ limitations under the License. ...@@ -173,7 +173,7 @@ limitations under the License.
</el-table-column> </el-table-column>
<el-table-column prop="power"> <el-table-column prop="power">
<template slot="header"> <template slot="header">
Power(W) {{ $t('hardwareVisual.power') }}
<el-tooltip class="item" <el-tooltip class="item"
effect="light" effect="light"
:content="$t('hardwareVisual.powerTip')" :content="$t('hardwareVisual.powerTip')"
...@@ -192,7 +192,7 @@ limitations under the License. ...@@ -192,7 +192,7 @@ limitations under the License.
<el-table-column prop="temp" <el-table-column prop="temp"
width="150"> width="150">
<template slot="header"> <template slot="header">
Temp(℃) {{ $t('hardwareVisual.temp') }}
<el-tooltip class="item" <el-tooltip class="item"
effect="light" effect="light"
:content="$t('hardwareVisual.temperatureTip')" :content="$t('hardwareVisual.temperatureTip')"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册