This commit is contained in:
wenyann 2020-05-26 17:27:37 +08:00
parent def79b1de0
commit 0511cfedb7
1 changed files with 21 additions and 0 deletions

View File

@ -80,6 +80,16 @@ export default {
'weeks_5': '周五',
'weeks_6': '周六',
'test_unit': '測試',
'system_parameter_setting': '系統參數設置',
'connection_successful': '連接成功',
'connection_failed': '連接失敗',
'save_failed': '保存失敗',
'host_cannot_be_empty': '主機不能為空',
'port_cannot_be_empty': '埠號不能為空',
'account_cannot_be_empty': '帳戶不能為空',
'remove': '移除',
'remove_cancel': '移除失敗',
'remove_success': '移除成功'
},
workspace: {
'create': '創建工作空間',
@ -491,6 +501,17 @@ export default {
'status_change_success': '狀態修改成功!',
'status_change_failed': '狀態修改失敗, 校驗不通過!',
},
system_parameter_setting: {
'mailbox_service_settings': '郵件服務設定',
'test_connection': '測試連結',
'SMTP_host': 'SMTP主機',
'SMTP_port': 'SMTP埠',
'SMTP_account': 'SMTP帳戶',
'SMTP_password': 'SMTP密碼',
'SSL': '開啟SSL如果SMTP埠是465通常需要啟用SSL',
'TLS': '開啟TLS如果SMTP埠是587通常需要啟用TLS',
'SMTP': '是否匿名 SMTP',
},
i18n: {
'home': '首頁'
}