feat: trans

This commit is contained in:
lejianwen
2025-04-14 12:41:38 +08:00
parent 00b09aae76
commit 24c480b2b7
8 changed files with 616 additions and 530 deletions
+4 -4
View File
@@ -40,14 +40,14 @@
<upload-filled/>
</el-icon>
<div class="el-upload__text">
Drop file here or <em>click to upload</em>
{{ T('Drop file here or click to upload') }}
</div>
<template #tip>
<div class="el-upload__tip">
please upload csv file <br>
columns: <span style="font-weight: bold;font-size: 15px">id,cpu,hostname,memory,os,username,uuid,version,group_id</span>
{{ T('Please upload csv file') }} <br>
{{ T('Columns') }}: <span style="font-weight: bold;font-size: 15px">id,cpu,hostname,memory,os,username,uuid,version,group_id</span>
<br>
<span>you can see export file</span>
<span>{{ T('You can reference export file') }}</span>
</div>
</template>