更新名称

This commit is contained in:
marvzhang
2020-02-21 16:49:59 +08:00
parent 893ede30e2
commit 0ce810da20
2 changed files with 2 additions and 1 deletions

View File

@@ -127,7 +127,7 @@
icon="el-icon-plus"
@click="onSettingsAdd"
>
{{$t('Add')}}
{{$t('Add Variable')}}
</el-button>
<el-button size="small" type="success" @click="onSettingsSave" icon="el-icon-check">
{{$t('Save')}}

View File

@@ -219,6 +219,7 @@ export default {
'Running Tasks': '运行中的任务',
'Item Name': 'Item 名称',
'Add Item': '添加 Item',
'Add Variable': '添加变量',
// 爬虫列表
'Name': '名称',