mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-01-24 15:14:01 +08:00
Feat: i18n text
This commit is contained in:
parent
2c8adc4253
commit
a63ece10bc
@ -89,8 +89,8 @@ onMounted(async () => {
|
||||
:key="index"
|
||||
style="margin-bottom: 2px"
|
||||
>
|
||||
<span>{{ t("主机") }}: {{ item.host }}</span>
|
||||
<span style="margin-left: 6px">{{ t("容器") }}: {{ item.container }}</span>
|
||||
<span>{{ t("TXT_CODE_8dfc41ef") }}: {{ item.host }}</span>
|
||||
<span style="margin-left: 6px">{{ t("TXT_CODE_8f8103b7") }}: {{ item.container }}</span>
|
||||
<span style="margin-left: 8px">
|
||||
<a-tag color="green">{{ item.protocol }}</a-tag>
|
||||
</span>
|
||||
|
@ -39,8 +39,8 @@ defineExpose({
|
||||
:key="index"
|
||||
style="margin-bottom: 2px"
|
||||
>
|
||||
<span>{{ t("主机") }}: {{ item.host }}</span>
|
||||
<span style="margin-left: 6px">{{ t("容器") }}: {{ item.container }}</span>
|
||||
<span>{{ t("TXT_CODE_8dfc41ef") }}: {{ item.host }}</span>
|
||||
<span style="margin-left: 6px">{{ t("TXT_CODE_8f8103b7") }}: {{ item.container }}</span>
|
||||
<span style="margin-left: 8px">
|
||||
<a-tag color="green">{{ item.protocol }}</a-tag>
|
||||
</span>
|
||||
|
Loading…
Reference in New Issue
Block a user