fix i18n 新增中国台湾和中国香港的繁体

This commit is contained in:
小吾立 2024-06-19 09:10:48 +08:00
parent 923b438379
commit da176fcfcb
13 changed files with 6307 additions and 3 deletions

View File

@ -1,4 +1,4 @@
package i8n;
package i8n.web;
import cn.hutool.core.io.FileUtil;
import cn.hutool.core.util.CharsetUtil;

View File

@ -1,4 +1,4 @@
package i8n;
package i8n.web;
import cn.hutool.core.io.FileUtil;
import cn.hutool.core.util.CharsetUtil;

View File

@ -1,4 +1,4 @@
package i8n;
package i8n.web;
import cn.hutool.core.bean.BeanUtil;
import cn.hutool.core.collection.CollUtil;

View File

@ -0,0 +1,18 @@
[
{
"name": "主地址(默認安裝)",
"url": "curl -fsSL https://jpom.top/docs/install.sh | bash -s Agent jdk+default+beta"
},
{
"name": "備用地址(默認安裝)",
"url": "curl -fsSL https://gitee.com/dromara/Jpom/raw/docs/docs/.vuepress/public/docs/install.sh | bash -s Agent jdk+default+beta"
},
{
"name": "主地址(自定義安裝)",
"url": "yum install -y wget && wget -O install.sh https://jpom.top/docs/install.sh && bash install.sh Agent jdk+beta"
},
{
"name": "備用地址(自定義安裝)",
"url": "yum install -y wget && wget -O install.sh https://gitee.com/dromara/Jpom/raw/docs/docs/.vuepress/public/docs/install.sh && bash install.sh Agent jdk+beta"
}
]

View File

@ -0,0 +1,18 @@
[
{
"name": "主地址(默認安裝)",
"url": "curl -fsSL https://jpom.top/docs/install.sh | bash -s Agent jdk+default"
},
{
"name": "備用地址(默認安裝)",
"url": "curl -fsSL https://gitee.com/dromara/Jpom/raw/docs/docs/.vuepress/public/docs/install.sh | bash -s Agent jdk+default"
},
{
"name": "主地址(自定義安裝)",
"url": "yum install -y wget && wget -O install.sh https://jpom.top/docs/install.sh && bash install.sh Agent jdk"
},
{
"name": "備用地址(自定義安裝)",
"url": "yum install -y wget && wget -O install.sh https://gitee.com/dromara/Jpom/raw/docs/docs/.vuepress/public/docs/install.sh && bash install.sh Agent jdk"
}
]

View File

@ -0,0 +1,18 @@
[
{
"name": "主地址(預設安裝)",
"url": "curl -fsSL https://jpom.top/docs/install.sh | bash -s Agent jdk+default+beta"
},
{
"name": "備用地址(預設安裝)",
"url": "curl -fsSL https://gitee.com/dromara/Jpom/raw/docs/docs/.vuepress/public/docs/install.sh | bash -s Agent jdk+default+beta"
},
{
"name": "主地址(自定義安裝)",
"url": "yum install -y wget && wget -O install.sh https://jpom.top/docs/install.sh && bash install.sh Agent jdk+beta"
},
{
"name": "備用地址(自定義安裝)",
"url": "yum install -y wget && wget -O install.sh https://gitee.com/dromara/Jpom/raw/docs/docs/.vuepress/public/docs/install.sh && bash install.sh Agent jdk+beta"
}
]

View File

@ -0,0 +1,18 @@
[
{
"name": "主地址(預設安裝)",
"url": "curl -fsSL https://jpom.top/docs/install.sh | bash -s Agent jdk+default"
},
{
"name": "備用地址(預設安裝)",
"url": "curl -fsSL https://gitee.com/dromara/Jpom/raw/docs/docs/.vuepress/public/docs/install.sh | bash -s Agent jdk+default"
},
{
"name": "主地址(自定義安裝)",
"url": "yum install -y wget && wget -O install.sh https://jpom.top/docs/install.sh && bash install.sh Agent jdk"
},
{
"name": "備用地址(自定義安裝)",
"url": "yum install -y wget && wget -O install.sh https://gitee.com/dromara/Jpom/raw/docs/docs/.vuepress/public/docs/install.sh && bash install.sh Agent jdk"
}
]

View File

@ -0,0 +1,176 @@
[
{
"title": "概括總覽",
"icon_v3": "laptop",
"id": "overview"
},
{
"title": "節點&項目",
"icon_v3": "apartment",
"id": "outgiving",
"childs": [
{
"title": "邏輯節點",
"id": "nodeList"
},
{
"title": "項目列表",
"id": "projectSearch"
},
{
"id": "outgivingList",
"title": "分發列表"
},
{
"id": "outgivingLog",
"title": "分發日誌"
},
{
"id": "outgivingWhitelistDirectory",
"title": "授權配置",
"role": "system"
},
{
"id": "logRead",
"title": "日誌搜索"
}
]
},
{
"title": "在線構建",
"icon_v3": "build",
"id": "build",
"childs": [
{
"id": "repository",
"title": "倉庫信息"
},
{
"id": "buildList",
"title": "構建列表"
},
{
"id": "buildHistory",
"title": "構建歷史"
}
]
},
{
"title": "SSH管理",
"icon_v3": "code",
"id": "sshManager",
"childs": [
{
"title": "SSH列表",
"id": "sshList"
},
{
"title": "命令管理",
"id": "commandList"
},
{
"title": "命令執行記錄",
"id": "commandLogList"
}
]
},
{
"title": "腳本管理",
"icon_v3": "file-text",
"id": "scriptManager",
"childs": [
{
"title": "節點腳本列表",
"id": "scriptAllList"
},
{
"title": "腳本列表",
"id": "serverScriptList"
},
{
"title": "腳本執行記錄",
"id": "serverScriptLogList"
},
{
"title": "環境變量",
"id": "configWorkspaceEnv"
}
]
},
{
"title": "Docker管理",
"icon_v3": "cloud-server",
"id": "dockerManager",
"childs": [
{
"title": "Docker列表",
"id": "dockerList"
},
{
"title": "集羣列表",
"id": "dockerSwarm"
}
]
},
{
"title": "監控管理",
"icon_v3": "monitor",
"id": "monitor",
"childs": [
{
"id": "monitorList",
"title": "監控列表"
},
{
"id": "monitorLog",
"title": "監控日誌"
},
{
"id": "userOptLog",
"title": "操作監控"
}
]
},
{
"title": "文件管理",
"icon_v3": "file",
"id": "file-manager",
"childs": [
{
"id": "fileStorage",
"title": "文件列表"
},
{
"id": "staticFileStorage",
"title": "靜態文件"
},
{
"id": "fileReleaseTask",
"title": "發佈任務"
}
]
},
{
"title": "其他管理",
"icon_v3": "tool",
"id": "tools",
"childs": [
{
"id": "certificate",
"title": "證書管理"
},
{
"id": "myWorkspaceList",
"title": "我的工作空間"
},
{
"id": "netTools",
"title": "網絡工具"
},
{
"id": "cronTools",
"title": "Cron表達式"
}
]
}
]

View File

@ -0,0 +1,135 @@
[
{
"title": "資產總覽",
"icon_v3": "laptop",
"id": "system-overview"
},
{
"title": "資產管理",
"icon_v3": "hdd",
"id": "assets-manager",
"childs": [
{
"id": "machine_node_info",
"title": "機器管理",
"role": "system"
},
{
"id": "machine_ssh_info",
"title": "SSH管理",
"role": "system"
},
{
"id": "machine_docker_info",
"title": "Docker管理",
"role": "system"
},
{
"id": "global_repository",
"title": "共享倉庫",
"role": "system"
},
{
"id": "script_library",
"title": "腳本庫",
"role": "system"
}
]
},
{
"title": "配置管理",
"icon_v3": "save",
"id": "config",
"childs": [
{
"id": "authConfig",
"title": "認證管理",
"role": "system"
},
{
"id": "monitorConfigEmail",
"title": "郵箱配置",
"role": "system"
},
{
"id": "systemExtConfig",
"title": "系統配置目錄",
"role": "system"
}
]
},
{
"title": "用户管理",
"icon_v3": "user",
"id": "user",
"childs": [
{
"id": "userList",
"title": "用户列表",
"role": "system"
},
{
"id": "permission_group",
"title": "權限組",
"role": "system"
},
{
"id": "user_log",
"title": "操作日誌",
"role": "system"
},
{
"id": "user_login_log",
"title": "登錄日誌",
"role": "system"
}
]
},
{
"title": "服務端配置",
"icon_v3": "setting",
"id": "setting",
"childs": [
{
"id": "workspace",
"title": "工作空間&集羣",
"role": "system"
},
{
"id": "globalEnv",
"title": "全局變量",
"role": "system"
},
{
"id": "cacheManage",
"title": "緩存管理",
"role": "system"
},
{
"id": "logManage",
"title": "系統日誌",
"role": "system"
},
{
"id": "update",
"title": "在線升級",
"role": "sys"
},
{
"id": "sysConfig",
"title": "系統配置",
"role": "system"
},
{
"id": "backup",
"title": "數據庫備份",
"role": "system",
"storageMode": "H2"
},
{
"id": "about",
"title": "關於系統"
}
]
}
]

View File

@ -0,0 +1,176 @@
[
{
"title": "概括總覽",
"icon_v3": "laptop",
"id": "overview"
},
{
"title": "節點&專案",
"icon_v3": "apartment",
"id": "outgiving",
"childs": [
{
"title": "邏輯節點",
"id": "nodeList"
},
{
"title": "專案列表",
"id": "projectSearch"
},
{
"id": "outgivingList",
"title": "分發列表"
},
{
"id": "outgivingLog",
"title": "分發日誌"
},
{
"id": "outgivingWhitelistDirectory",
"title": "授權配置",
"role": "system"
},
{
"id": "logRead",
"title": "日誌搜尋"
}
]
},
{
"title": "線上構建",
"icon_v3": "build",
"id": "build",
"childs": [
{
"id": "repository",
"title": "倉庫資訊"
},
{
"id": "buildList",
"title": "構建列表"
},
{
"id": "buildHistory",
"title": "構建歷史"
}
]
},
{
"title": "SSH管理",
"icon_v3": "code",
"id": "sshManager",
"childs": [
{
"title": "SSH列表",
"id": "sshList"
},
{
"title": "命令管理",
"id": "commandList"
},
{
"title": "命令執行記錄",
"id": "commandLogList"
}
]
},
{
"title": "指令碼管理",
"icon_v3": "file-text",
"id": "scriptManager",
"childs": [
{
"title": "節點指令碼列表",
"id": "scriptAllList"
},
{
"title": "指令碼列表",
"id": "serverScriptList"
},
{
"title": "指令碼執行記錄",
"id": "serverScriptLogList"
},
{
"title": "環境變數",
"id": "configWorkspaceEnv"
}
]
},
{
"title": "Docker管理",
"icon_v3": "cloud-server",
"id": "dockerManager",
"childs": [
{
"title": "Docker列表",
"id": "dockerList"
},
{
"title": "叢集列表",
"id": "dockerSwarm"
}
]
},
{
"title": "監控管理",
"icon_v3": "monitor",
"id": "monitor",
"childs": [
{
"id": "monitorList",
"title": "監控列表"
},
{
"id": "monitorLog",
"title": "監控日誌"
},
{
"id": "userOptLog",
"title": "操作監控"
}
]
},
{
"title": "檔案管理",
"icon_v3": "file",
"id": "file-manager",
"childs": [
{
"id": "fileStorage",
"title": "檔案列表"
},
{
"id": "staticFileStorage",
"title": "靜態檔案"
},
{
"id": "fileReleaseTask",
"title": "釋出任務"
}
]
},
{
"title": "其他管理",
"icon_v3": "tool",
"id": "tools",
"childs": [
{
"id": "certificate",
"title": "證書管理"
},
{
"id": "myWorkspaceList",
"title": "我的工作空間"
},
{
"id": "netTools",
"title": "網路工具"
},
{
"id": "cronTools",
"title": "Cron表示式"
}
]
}
]

View File

@ -0,0 +1,135 @@
[
{
"title": "資產總覽",
"icon_v3": "laptop",
"id": "system-overview"
},
{
"title": "資產管理",
"icon_v3": "hdd",
"id": "assets-manager",
"childs": [
{
"id": "machine_node_info",
"title": "機器管理",
"role": "system"
},
{
"id": "machine_ssh_info",
"title": "SSH管理",
"role": "system"
},
{
"id": "machine_docker_info",
"title": "Docker管理",
"role": "system"
},
{
"id": "global_repository",
"title": "共享倉庫",
"role": "system"
},
{
"id": "script_library",
"title": "指令碼庫",
"role": "system"
}
]
},
{
"title": "配置管理",
"icon_v3": "save",
"id": "config",
"childs": [
{
"id": "authConfig",
"title": "認證管理",
"role": "system"
},
{
"id": "monitorConfigEmail",
"title": "郵箱配置",
"role": "system"
},
{
"id": "systemExtConfig",
"title": "系統配置目錄",
"role": "system"
}
]
},
{
"title": "使用者管理",
"icon_v3": "user",
"id": "user",
"childs": [
{
"id": "userList",
"title": "使用者列表",
"role": "system"
},
{
"id": "permission_group",
"title": "許可權組",
"role": "system"
},
{
"id": "user_log",
"title": "操作日誌",
"role": "system"
},
{
"id": "user_login_log",
"title": "登入日誌",
"role": "system"
}
]
},
{
"title": "服務端配置",
"icon_v3": "setting",
"id": "setting",
"childs": [
{
"id": "workspace",
"title": "工作空間&叢集",
"role": "system"
},
{
"id": "globalEnv",
"title": "全域性變數",
"role": "system"
},
{
"id": "cacheManage",
"title": "快取管理",
"role": "system"
},
{
"id": "logManage",
"title": "系統日誌",
"role": "system"
},
{
"id": "update",
"title": "線上升級",
"role": "sys"
},
{
"id": "sysConfig",
"title": "系統配置",
"role": "system"
},
{
"id": "backup",
"title": "資料庫備份",
"role": "system",
"storageMode": "H2"
},
{
"id": "about",
"title": "關於系統"
}
]
}
]

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff