i18n
This commit is contained in:
parent
a7a5086816
commit
65a54d9286
|
@ -40,13 +40,7 @@
|
||||||
},
|
},
|
||||||
deleteClickStop() {
|
deleteClickStop() {
|
||||||
this.$emit('deleteClickStop');
|
this.$emit('deleteClickStop');
|
||||||
},
|
}
|
||||||
/* removeClick(){
|
|
||||||
this.$emit('removeClick');
|
|
||||||
},
|
|
||||||
removeClickStop(){
|
|
||||||
this.$emit('removeClickStop')
|
|
||||||
}*/
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -89,7 +89,7 @@ export default {
|
||||||
'weeks_6': 'Sat',
|
'weeks_6': 'Sat',
|
||||||
'test_unit': 'tests',
|
'test_unit': 'tests',
|
||||||
'remove': 'Remove',
|
'remove': 'Remove',
|
||||||
'remove_cancel': 'Remove Failed',
|
'remove_cancel': 'Remove Cancel',
|
||||||
'remove_success': 'Remove Success',
|
'remove_success': 'Remove Success',
|
||||||
'tips': 'The authentication information has expired, please login again'
|
'tips': 'The authentication information has expired, please login again'
|
||||||
},
|
},
|
||||||
|
|
|
@ -88,7 +88,7 @@ export default {
|
||||||
'port_cannot_be_empty': '端口号不能为空',
|
'port_cannot_be_empty': '端口号不能为空',
|
||||||
'account_cannot_be_empty': '帐户不能为空',
|
'account_cannot_be_empty': '帐户不能为空',
|
||||||
'remove': '移除',
|
'remove': '移除',
|
||||||
'remove_cancel': '移除失败',
|
'remove_cancel': '移除取消',
|
||||||
'remove_success': '移除成功',
|
'remove_success': '移除成功',
|
||||||
'tips': '认证信息已过期,请重新登录'
|
'tips': '认证信息已过期,请重新登录'
|
||||||
},
|
},
|
||||||
|
|
|
@ -88,7 +88,7 @@ export default {
|
||||||
'port_cannot_be_empty': '埠號不能為空',
|
'port_cannot_be_empty': '埠號不能為空',
|
||||||
'account_cannot_be_empty': '帳戶不能為空',
|
'account_cannot_be_empty': '帳戶不能為空',
|
||||||
'remove': '移除',
|
'remove': '移除',
|
||||||
'remove_cancel': '移除失敗',
|
'remove_cancel': '移除取消',
|
||||||
'remove_success': '移除成功',
|
'remove_success': '移除成功',
|
||||||
'tips': '认認證資訊已過期,請重新登入'
|
'tips': '认認證資訊已過期,請重新登入'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue