diff --git a/backend/i18n/lang/en.yaml b/backend/i18n/lang/en.yaml index 866f71d02..869ec111d 100644 --- a/backend/i18n/lang/en.yaml +++ b/backend/i18n/lang/en.yaml @@ -90,7 +90,7 @@ ErrGroupIsUsed: 'The group is in use and cannot be deleted' ErrBackupMatch: 'the backup file does not match the current partial data of the website: {{ .detail}}"' ErrBackupExist: 'the backup file corresponds to a portion of the original data that does not exist: {{ .detail}}"' ErrPHPResource: 'The local runtime does not support switching!' -ErrPathPermission: 'A folder with non-1000:1000 permissions was detected in the index directory, which may cause Access denied errors when accessing the website.' +ErrPathPermission: 'A folder with non-1000:1000 permissions was detected in the index directory, which may cause an Access denied error when accessing the website. Please click the save button above' ErrDomainIsUsed: "Domain is already used by website {{ .name }}" ErrDomainFormat: "{{ .name }} domain format error" @@ -184,6 +184,7 @@ ErrDefaultIP: "default is a reserved name, please change it to another name" ErrGroupInUse: "The IP group is used by the black/white list and cannot be deleted" ErrGroupExist: "IP group name already exists" ErrIPRange: "Wrong IP range" +ErrIPExist: "IP is exit" #license ErrLicense: "License format error, please check and try again!" diff --git a/backend/i18n/lang/zh-Hant.yaml b/backend/i18n/lang/zh-Hant.yaml index 48a7bf074..1a7116c5f 100644 --- a/backend/i18n/lang/zh-Hant.yaml +++ b/backend/i18n/lang/zh-Hant.yaml @@ -90,7 +90,7 @@ ErrGroupIsUsed: '分組正在使用中,無法刪除' ErrBackupMatch: '該備份文件與當前網站部分數據不匹配: {{ .detail}}"' ErrBackupExist: '該備份文件對應部分原數據不存在: {{ .detail}}"' ErrPHPResource: '本地運行環境不支持切換!' -ErrPathPermission: 'index 目錄下檢測到非 1000:1000 權限文件夾,可能導致網站訪問 Access denied 錯誤' +ErrPathPermission: 'index 目錄下偵測到非 1000:1000 權限資料夾,可能導致網站存取 Access denied 錯誤,請點擊上方儲存按鈕' ErrDomainIsUsed: "域名已被網站【{{ .name }}】使用" ErrDomainFormat: "{{ .name }} 域名格式不正確" @@ -178,13 +178,15 @@ ErrBanAction: "設置失敗,當前 {{ .name }} 服務不可用,請檢查後 #waf ErrScope: "不支援修改此配置" ErrStateChange: "狀態修改失敗" -ErrRuleExist: "規則名稱已存在" +ErrRuleExist: "規則已存在" ErrRuleNotExist: "規則不存在" ErrParseIP: "IP 格式錯誤" ErrDefaultIP: "default 為保留名稱,請更換其他名稱" ErrGroupInUse: "IP 群組被黑/白名單使用,無法刪除" ErrGroupExist: "IP 群組名稱已存在" ErrIPRange: "IP 範圍錯誤" +ErrIPExist: "IP 已存在" + #license ErrLicense: "許可證格式錯誤,請檢查後重試!" diff --git a/backend/i18n/lang/zh.yaml b/backend/i18n/lang/zh.yaml index caf8b4656..c0b489cf4 100644 --- a/backend/i18n/lang/zh.yaml +++ b/backend/i18n/lang/zh.yaml @@ -90,7 +90,7 @@ ErrGroupIsUsed: '分组正在使用中,无法删除' ErrBackupMatch: '该备份文件与当前网站部分数据不匹配 {{ .detail}}"' ErrBackupExist: '该备份文件对应部分源数据不存在 {{ .detail}}"' ErrPHPResource: '本地运行环境不支持切换!' -ErrPathPermission: 'index 目录下检测到非 1000:1000 权限文件夹,可能导致网站访问 Access denied 错误' +ErrPathPermission: 'index 目录下检测到非 1000:1000 权限文件夹,可能导致网站访问 Access denied 错误,请点击上方保存按钮' ErrDomainIsUsed: "域名已被网站【{{ .name }}】使用" ErrDomainFormat: "{{ .name }} 域名格式不正确" @@ -177,13 +177,14 @@ ErrBanAction: "设置失败,当前 {{ .name }} 服务不可用,请检查后 #waf ErrScope: "不支持修改此配置" ErrStateChange: "状态修改失败" -ErrRuleExist: "规则名称已存在" +ErrRuleExist: "规则已存在" ErrRuleNotExist: "规则不存在" ErrParseIP: "IP 格式错误" ErrDefaultIP: "default 为保留名称,请更换其他名称" ErrGroupInUse: "IP 组被黑/白名单使用,无法删除" ErrGroupExist: "IP 组名称已存在" ErrIPRange: "IP 范围错误" +ErrIPExist: "IP 已存在" #license ErrLicense: "许可证格式错误,请检查后重试!" diff --git a/frontend/src/components/upload/index.vue b/frontend/src/components/upload/index.vue index 11fd19e1a..ea89aa61d 100644 --- a/frontend/src/components/upload/index.vue +++ b/frontend/src/components/upload/index.vue @@ -8,6 +8,9 @@