fix: 添加缺失的 i18n 翻译 - permissions 部分和 max_length

This commit is contained in:
2026-04-20 05:27:57 +08:00
parent 37a63ebc35
commit 0fdf7f29f1
3 changed files with 288 additions and 0 deletions
+96
View File
@@ -1594,5 +1594,101 @@
"403": "沒有權限執行此操作",
"404": "請求的資源不存在",
"500": "伺服器內部錯誤"
},
"permissions": {
"dashboard": "資料概覽",
"asset-access": "存取資產",
"asset-add": "新增資產",
"asset-edit": "編輯資產",
"asset-del": "刪除資產",
"asset-copy": "複製資產",
"asset-conn-test": "連線測試",
"asset-import": "匯入資產",
"asset-change-owner": "修改擁有者",
"asset-authorised-user-add": "授權使用者",
"asset-authorised-user-del": "取消授權使用者",
"asset-authorised-user-group-add": "授權使用者群組",
"asset-authorised-user-group-del": "取消授權使用者群組",
"credential-add": "新增憑證",
"credential-del": "刪除憑證",
"credential-edit": "編輯憑證",
"command-add": "新增命令",
"command-edit": "編輯命令",
"command-del": "刪除命令",
"command-exec": "執行命令",
"command-change-owner": "修改擁有者",
"access-gateway-add": "新增閘道",
"access-gateway-del": "刪除閘道",
"access-gateway-edit": "編輯閘道",
"online-session-disconnect": "斷開連線",
"online-session-monitor": "監控連線",
"offline-session-playback": "回放連線",
"offline-session-del": "刪除連線",
"offline-session-clear": "清空連線",
"offline-session-command": "命令記錄",
"offline-session-reviewed": "標記已閱",
"offline-session-unreviewed": "標記未讀",
"offline-session-reviewed-all": "全部標記已閱",
"login-log-del": "刪除登入日誌",
"login-log-clear": "清空登入日誌",
"storage-log-del": "刪除檔案日誌",
"storage-log-clear": "清空檔案日誌",
"session-command": "命令日誌",
"job-add": "新增任務",
"job-del": "刪除任務",
"job-edit": "編輯任務",
"job-run": "執行任務",
"job-change-status": "修改狀態",
"job-log": "任務日誌",
"job-log-clear": "清空日誌",
"storage-add": "新增儲存",
"storage-del": "刪除儲存",
"storage-edit": "編輯儲存",
"storage-browse-download": "下載檔案",
"storage-browse-upload": "上傳檔案",
"storage-browse-mkdir": "建立目錄",
"storage-browse-rm": "刪除檔案",
"storage-browse-rename": "重新命名",
"storage-browse-edit": "編輯檔案",
"monitoring": "系統監控",
"access-security-add": "新增規則",
"access-security-del": "刪除規則",
"access-security-edit": "編輯規則",
"login-policy-add": "新增策略",
"login-policy-del": "刪除策略",
"login-policy-edit": "編輯策略",
"login-policy-bind-user": "綁定使用者",
"user-add": "新增使用者",
"user-del": "刪除使用者",
"user-edit": "編輯使用者",
"user-change-password": "修改密碼",
"user-enable-disable": "啟用/停用",
"user-reset-totp": "重置 OTP",
"user-bind-asset": "綁定資產",
"user-unbind-asset": "解綁資產",
"login-policy-unbind-user": "解綁使用者",
"user-unbind-login-policy": "解綁策略",
"role-add": "新增角色",
"role-del": "刪除角色",
"role-edit": "編輯角色",
"role-detail": "角色詳情",
"user-group-add": "新增使用者群組",
"user-group-del": "刪除使用者群組",
"user-group-edit": "編輯使用者群組",
"user-group-detail": "使用者群組詳情",
"user-group-bind-asset": "綁定資產",
"user-group-unbind-asset": "解綁資產",
"command-filter-add": "新增攔截器",
"command-filter-del": "刪除攔截器",
"command-filter-edit": "編輯攔截器",
"command-filter-rule-add": "新增規則",
"command-filter-rule-put": "修改規則",
"command-filter-rule-del": "刪除規則",
"strategy-add": "新增策略",
"strategy-edit": "編輯策略",
"strategy-del": "刪除策略",
"strategy-detail": "策略詳情",
"setting": "系統設定",
"info": "系統資訊"
}
}