feat: trans
This commit is contained in:
@@ -507,5 +507,17 @@
|
||||
},
|
||||
"DeviceGroupManage": {
|
||||
"One": "Device Group Manage"
|
||||
},
|
||||
"Drop file here or click to upload": {
|
||||
"One": "Drop file here or click to upload"
|
||||
},
|
||||
"Please upload csv file": {
|
||||
"One": "Please upload csv file"
|
||||
},
|
||||
"Columns": {
|
||||
"One": "Columns"
|
||||
},
|
||||
"You can reference export file": {
|
||||
"One": "You can reference export file"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -507,5 +507,17 @@
|
||||
},
|
||||
"Result": {
|
||||
"One": "Resultado"
|
||||
},
|
||||
"Drop file here or click to upload": {
|
||||
"One": "Suelte el archivo aquí o haga clic para cargar"
|
||||
},
|
||||
"Please upload csv file": {
|
||||
"One": "Por favor, suba un archivo csv"
|
||||
},
|
||||
"Columns": {
|
||||
"One": "Columnas"
|
||||
},
|
||||
"You can reference export file": {
|
||||
"One": "Puede hacer referencia al archivo de exportación"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -510,5 +510,17 @@
|
||||
},
|
||||
"Result": {
|
||||
"One": "Résultat"
|
||||
},
|
||||
"Drop file here or click to upload": {
|
||||
"One": "Déposez le fichier ici ou cliquez pour télécharger"
|
||||
},
|
||||
"Please upload csv file": {
|
||||
"One": "Veuillez télécharger le fichier csv"
|
||||
},
|
||||
"Columns": {
|
||||
"One": "Colonnes"
|
||||
},
|
||||
"You can reference export file": {
|
||||
"One": "Vous pouvez vous référer au fichier d'exportation"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -493,5 +493,17 @@
|
||||
},
|
||||
"Result": {
|
||||
"One": "결과"
|
||||
},
|
||||
"Drop file here or click to upload": {
|
||||
"One": "여기에 파일을 드롭하거나 클릭하여 업로드하십시오"
|
||||
},
|
||||
"Please upload csv file": {
|
||||
"One": "csv 파일을 업로드하십시오"
|
||||
},
|
||||
"Columns": {
|
||||
"One": "열"
|
||||
},
|
||||
"You can reference export file": {
|
||||
"One": "내보내기 파일을 참조할 수 있습니다"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -507,6 +507,18 @@
|
||||
},
|
||||
"Result": {
|
||||
"One": "Результат"
|
||||
},
|
||||
"Drop file here or click to upload": {
|
||||
"One": "Перетащите файл сюда или нажмите, чтобы загрузить"
|
||||
},
|
||||
"Please upload csv file": {
|
||||
"One": "Пожалуйста, загрузите файл csv"
|
||||
},
|
||||
"Columns": {
|
||||
"One": "Столбцы"
|
||||
},
|
||||
"You can reference export file": {
|
||||
"One": "Вы можете ссылаться на экспортируемый файл"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -526,5 +526,20 @@
|
||||
},
|
||||
"DeviceGroupManage": {
|
||||
"One": "设备组管理"
|
||||
},
|
||||
"Import": {
|
||||
"One": "导入"
|
||||
},
|
||||
"Drop file here or click to upload": {
|
||||
"One": "将文件拖到此处或单击上传"
|
||||
},
|
||||
"Please upload csv file": {
|
||||
"One": "请上传csv文件"
|
||||
},
|
||||
"Columns": {
|
||||
"One": "列"
|
||||
},
|
||||
"You can reference export file": {
|
||||
"One": "您可以参考导出文件"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -523,6 +523,17 @@
|
||||
},
|
||||
"Result": {
|
||||
"One": "結果"
|
||||
},
|
||||
"Drop file here or click to upload": {
|
||||
"One": "將檔案拖到這裡,或點擊上傳"
|
||||
},
|
||||
"Please upload csv file": {
|
||||
"One": "請上傳 csv 檔案"
|
||||
},
|
||||
"Columns": {
|
||||
"One": "欄位"
|
||||
},
|
||||
"You can reference export file": {
|
||||
"One": "您可以參考匯出檔案"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user