From 5b9a08c9a181cede78a2e043dc635f307c813dcb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 05:28:16 +0800 Subject: [PATCH] New Crowdin translations by GitHub Action (#76) Co-authored-by: Crowdin Bot --- .vitepress/config/zh_CN.ts | 2 +- .vitepress/config/zh_TW.ts | 136 ++++----- zh_CN/cert.md | 5 +- zh_TW/about.md | 19 +- zh_TW/advanced/api.md | 20 +- zh_TW/advanced/app.md | 56 ++-- zh_TW/advanced/app/environment.md | 118 ++++---- zh_TW/advanced/app/native.md | 92 +++--- zh_TW/advanced/app/template.md | 102 +++---- zh_TW/advanced/backup.md | 314 ++++++++++---------- zh_TW/advanced/cert.md | 102 +++---- zh_TW/advanced/cert/account.md | 112 +++---- zh_TW/advanced/cert/cert.md | 128 ++++---- zh_TW/advanced/cert/dns.md | 132 ++++---- zh_TW/advanced/container.md | 78 ++--- zh_TW/advanced/container/compose.md | 98 +++--- zh_TW/advanced/container/container.md | 118 ++++---- zh_TW/advanced/container/image.md | 94 +++--- zh_TW/advanced/container/network.md | 96 +++--- zh_TW/advanced/container/volume.md | 96 +++--- zh_TW/advanced/database.md | 100 +++---- zh_TW/advanced/database/database.md | 76 ++--- zh_TW/advanced/database/server.md | 114 +++---- zh_TW/advanced/database/user.md | 112 +++---- zh_TW/advanced/file.md | 276 ++++++++--------- zh_TW/advanced/monitor.md | 124 ++++---- zh_TW/advanced/project.md | 220 +++++++------- zh_TW/advanced/project/general.md | 98 +++--- zh_TW/advanced/project/go.md | 68 ++--- zh_TW/advanced/project/java.md | 78 ++--- zh_TW/advanced/project/nodejs.md | 84 +++--- zh_TW/advanced/project/php.md | 62 ++-- zh_TW/advanced/project/python.md | 84 +++--- zh_TW/advanced/security.md | 42 +-- zh_TW/advanced/setting/basic.md | 66 ++-- zh_TW/advanced/setting/safe.md | 112 +++---- zh_TW/advanced/setting/user.md | 84 +++--- zh_TW/advanced/ssh.md | 120 ++++---- zh_TW/advanced/task/panel.md | 112 +++---- zh_TW/advanced/task/schedule.md | 132 ++++---- zh_TW/advanced/toolbox.md | 42 +-- zh_TW/advanced/toolbox/benchmark.md | 52 ++-- zh_TW/advanced/toolbox/disk.md | 152 +++++----- zh_TW/advanced/toolbox/log.md | 94 +++--- zh_TW/advanced/toolbox/process.md | 88 +++--- zh_TW/advanced/toolbox/ssh.md | 94 +++--- zh_TW/advanced/toolbox/system.md | 110 +++---- zh_TW/advanced/toolbox/webhook.md | 76 ++--- zh_TW/advanced/website.md | 92 +++--- zh_TW/advanced/website/php.md | 140 ++++----- zh_TW/advanced/website/proxy.md | 142 ++++----- zh_TW/advanced/website/static.md | 118 ++++---- zh_TW/cert.md | 63 ++-- zh_TW/faq/application.md | 62 ++-- zh_TW/faq/container.md | 50 ++-- zh_TW/faq/database.md | 66 ++-- zh_TW/faq/panel.md | 54 ++-- zh_TW/faq/project.md | 68 ++--- zh_TW/faq/website.md | 86 +++--- zh_TW/quickstart/cli.md | 64 ++-- zh_TW/quickstart/first-container.md | 50 ++-- zh_TW/quickstart/first-project.md | 72 ++--- zh_TW/quickstart/first-website.md | 58 ++-- zh_TW/quickstart/install.md | 84 +++--- zh_TW/quickstart/introduction.md | 52 ++-- zh_TW/quickstart/news/acepanel-3-release.md | 196 ++++++------ zh_TW/quickstart/uninstall.md | 16 +- zh_TW/quickstart/upgrade.md | 26 +- 68 files changed, 3173 insertions(+), 3176 deletions(-) diff --git a/.vitepress/config/zh_CN.ts b/.vitepress/config/zh_CN.ts index df334ed..27e8626 100644 --- a/.vitepress/config/zh_CN.ts +++ b/.vitepress/config/zh_CN.ts @@ -71,7 +71,7 @@ function nav(): DefaultTheme.NavItem[] { link: locale == 'zh_CN' ? '/' : `/${locale}/` }, { text: "文档", - link: locale == 'zh_CN' ? '/quickstart/install' : `/${locale}/quickstart/install` + link: locale == 'zh_CN' ? '/quickstart/introduction' : `/${locale}/quickstart/introduction` }, { text: "支持", link: locale == 'zh_CN' ? '/support' : `/${locale}/support` diff --git a/.vitepress/config/zh_TW.ts b/.vitepress/config/zh_TW.ts index bc67659..8a98fb6 100644 --- a/.vitepress/config/zh_TW.ts +++ b/.vitepress/config/zh_TW.ts @@ -20,12 +20,12 @@ export const config = defineConfig({ base: locale == 'zh_CN' ? '/advanced' : `/${locale}/advanced`, items: sidebarAdvanced() }, { - text: "FAQ", + text: "常見問題", collapsed: true, base: locale == 'zh_CN' ? '/faq' : `/${locale}/faq`, items: sidebarFAQ() }, { - text: "Versions", + text: "版本歷史", collapsed: true, items: [...versions.map((version: string) => { return { @@ -71,7 +71,7 @@ function nav(): DefaultTheme.NavItem[] { link: locale == 'zh_CN' ? '/' : `/${locale}/` }, { text: "文檔", - link: locale == 'zh_CN' ? '/quickstart/install' : `/${locale}/quickstart/install` + link: locale == 'zh_CN' ? '/quickstart/introduction' : `/${locale}/quickstart/introduction` }, { text: "支持", link: locale == 'zh_CN' ? '/support' : `/${locale}/support` @@ -85,98 +85,98 @@ function nav(): DefaultTheme.NavItem[] { } function sidebarQuickstart(): DefaultTheme.SidebarItem[] { return [{ - text: 'News & Announcements', + text: "動態與公告", collapsed: true, items: [{ - text: "AcePanel 3.0 Official Release", + text: "AcePanel 3.0 正式發布", link: '/news/acepanel-3-release' }] }, { - text: 'Introduction', + text: "介紹", link: '/introduction' }, { - text: 'Install', + text: "安裝", link: '/install' }, { - text: 'Upgrade', + text: "升級", link: '/upgrade' }, { - text: 'First Website', + text: "第一個網站", link: '/first-website' }, { - text: 'First Container', + text: "第一個容器", link: '/first-container' }, { - text: 'First Project', + text: "第一個項目", link: '/first-project' }, { - text: 'Command Line', + text: "命令列", link: '/cli' }, { - text: 'Uninstall', + text: "卸載", link: '/uninstall' }]; } function sidebarAdvanced(): DefaultTheme.SidebarItem[] { return [{ - text: "Apps", + text: "應用", collapsed: true, items: [{ - text: "Overview", + text: "概述", link: '/app' }, { - text: "Native Apps", + text: "原生應用", link: '/app/native' }, { - text: "Runtimes", + text: "運行環境", link: '/app/environment' }, { - text: "Container Templates", + text: "容器模版", link: '/app/template' }] }, { - text: "Containers", + text: "容器", collapsed: true, items: [{ - text: "Overview", + text: "概述", link: '/container' }, { - text: "Containers", + text: "容器", link: '/container/container' }, { - text: "Compose", + text: "編排", link: '/container/compose' }, { - text: "Images", + text: "映像", link: '/container/image' }, { - text: "Networks", + text: "網路", link: '/container/network' }, { - text: "Volumes", + text: "卷", link: '/container/volume' }] }, { - text: "Websites", + text: "網站", collapsed: true, items: [{ - text: "Overview", + text: "概述", link: '/website' }, { - text: "Reverse Proxy", + text: "反向代理", link: '/website/proxy' }, { text: "PHP", link: '/website/php' }, { - text: "Static", + text: "純靜態", link: '/website/static' }] }, { - text: "Projects", + text: "項目", collapsed: true, items: [{ - text: "Overview", + text: "概述", link: '/project' }, { text: "Go", @@ -194,130 +194,130 @@ function sidebarAdvanced(): DefaultTheme.SidebarItem[] { text: "Python", link: '/project/python' }, { - text: "General", + text: "通用", link: '/project/general' }] }, { - text: "Databases", + text: "數據庫", collapsed: true, items: [{ - text: "Overview", + text: "概述", link: '/database' }, { - text: "Databases", + text: "數據庫", link: '/database/database' }, { - text: "Users", + text: "用戶", link: '/database/user' }, { - text: "Servers", + text: "伺服器", link: '/database/server' }] }, { - text: "Certificates", + text: "證書", collapsed: true, items: [{ - text: "Overview", + text: "概述", link: '/cert' }, { - text: "Certificates", + text: "證書", link: '/cert/cert' }, { - text: "Accounts", + text: "帳號", link: '/cert/account' }, { text: "DNS", link: '/cert/dns' }] }, { - text: "Monitor", + text: "監控", link: '/monitor' }, { - text: "Files", + text: "檔案", link: '/file' }, { - text: "Backup", + text: "備份", link: '/backup' }, { - text: "Terminal", + text: "終端機", link: '/ssh' }, { - text: "Tasks", + text: "任務", collapsed: true, items: [{ - text: "Scheduled Tasks", + text: "計劃任務", link: '/task/schedule' }, { - text: "Panel Tasks", + text: "面板任務", link: '/task/panel' }] }, { - text: "Toolbox", + text: "工具箱", collapsed: true, items: [{ - text: "Overview", + text: "概述", link: '/toolbox' }, { - text: "Processes", + text: "進程", link: '/toolbox/process' }, { - text: "System", + text: "系統", link: '/toolbox/system' }, { text: "SSH", link: '/toolbox/ssh' }, { - text: "Disk", + text: "磁碟", link: '/toolbox/disk' }, { - text: "Log Cleanup", + text: "日誌清理", link: '/toolbox/log' }, { - text: "Webhooks", + text: "Web 鉤子", link: '/toolbox/webhook' }, { - text: "Benchmark", + text: "跑分", link: '/toolbox/benchmark' }] }, { - text: "Settings", + text: "設置", collapsed: true, items: [{ - text: "Basic Settings", + text: "基本設置", link: '/setting/basic' }, { - text: "Security Settings", + text: "安全設置", link: '/setting/safe' }, { - text: "User Management", + text: "用戶設置", link: '/setting/user' }] }, { - text: 'Panel API', + text: "面板 API", link: '/api' }, { - text: 'Security Recommendations', + text: "安全建議", link: '/security' }]; } function sidebarFAQ(): DefaultTheme.SidebarItem[] { return [{ - text: "Panel", + text: "面板", link: '/panel' }, { - text: "Application", + text: "應用", link: '/application' }, { - text: "Database", + text: "數據庫", link: '/database' }, { - text: "Website", + text: "網站", link: '/website' }, { - text: "Project", + text: "項目", link: '/project' }, { - text: "Container", + text: "容器", link: '/container' }]; } \ No newline at end of file diff --git a/zh_CN/cert.md b/zh_CN/cert.md index f3acd9f..57817d6 100644 --- a/zh_CN/cert.md +++ b/zh_CN/cert.md @@ -56,8 +56,7 @@ next: false border: 2px solid var(--vp-c-brand); } -.cert-card.featured::before { - content: "推荐"; +.cert-badge { position: absolute; top: -12px; right: 24px; @@ -300,7 +299,7 @@ next: false 联系购买 -