Skip to content

Commit 10897ae

Browse files
author
AI Assistant
committed
fix: add missing i18n keys for trust stats and download page sections
index.html: add 6 missing trust section keys (trustTag, trustTitle, trustUsers, trustDeploys, trustDistros, trustGuides) to zh/en. download.html: add 25 missing keys for changelog, system requirements sections to zh/en so language switching works correctly.
1 parent 8874362 commit 10897ae

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

download.html

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,17 @@ <h3 data-i18n="dlG6T">请尊重休息时间</h3>
540540
dlFaq4Q:'GitHub 邀请过期了怎么办?',
541541
dlFaq4A:'GitHub 仓库邀请的有效期为 <strong style="color:var(--accent2)">7 天</strong>,请在收到邀请邮件后及时前往注册邮箱确认接受。如果邀请已过期,请添加作者微信(Lucifer-0622)重新发送邀请。',
542542
dlFaq5Q:'有新系统/版本的适配需求怎么办?',
543-
dlFaq5A:'如果您需要脚本支持新的操作系统或 Oracle 版本,欢迎通过以下方式联系作者:<ol><li>点击页面右下角的微信图标,扫码添加作者微信咨询。</li><li>在用户群内提出需求,作者会评估并纳入后续更新计划。</li><li>较复杂的定制需求可能需要额外付费,具体请沟通确认。</li></ol>'
543+
dlFaq5A:'如果您需要脚本支持新的操作系统或 Oracle 版本,欢迎通过以下方式联系作者:<ol><li>点击页面右下角的微信图标,扫码添加作者微信咨询。</li><li>在用户群内提出需求,作者会评估并纳入后续更新计划。</li><li>较复杂的定制需求可能需要额外付费,具体请沟通确认。</li></ol>',
544+
dlSecChangelog:'版本更新日志', dlSecChangelogSub:'OracleShellInstall 主要版本更新记录',
545+
cl50a:'新增 Oracle 26ai 版本支持', cl50b:'新增 Ubuntu 24.04 / Debian 12 支持', cl50c:'优化 RAC 集群安装流程', cl50d:'新增在线命令生成器',
546+
cl40a:'新增 Oracle 21c 版本支持', cl40b:'新增 openEuler / Kylin V10 / UOS 等国产系统支持', cl40c:'新增 Rocky Linux / AlmaLinux 支持', cl40d:'优化 ASM 磁盘自动配置逻辑',
547+
cl30a:'新增 RHEL 9 / Oracle Linux 9 支持', cl30b:'新增 ARM 架构支持', cl30c:'优化补丁自动应用机制',
548+
dlSecReq:'系统要求', dlSecReqSub:'运行脚本前请确认服务器满足以下最低要求',
549+
dlReqOs:'操作系统', dlReqOsVal:'Linux x86_64 / ARM64(最小化安装即可)',
550+
dlReqMem:'内存', dlReqMemVal:'最低 2GB(生产环境建议 8GB+)',
551+
dlReqDisk:'磁盘空间', dlReqDiskVal:'最低 30GB(建议 50GB+)',
552+
dlReqBash:'Bash 版本', dlReqUser:'执行用户',
553+
dlReqNet:'网络', dlReqNetVal:'可配置本地 YUM/APT 源离线安装'
544554
},
545555
en: {
546556
dlTitle:'Download Center',
@@ -586,7 +596,17 @@ <h3 data-i18n="dlG6T">请尊重休息时间</h3>
586596
dlFaq4Q:'What if my GitHub invitation has expired?',
587597
dlFaq4A:'GitHub repository invitations are valid for <strong style="color:var(--accent2)">7 days</strong>. Please check your registered email and accept promptly after receiving the invitation. If the invitation has expired, contact the author via WeChat (Lucifer-0622) to have it resent.',
588598
dlFaq5Q:'What if I need support for a new OS/version?',
589-
dlFaq5A:'If you need the script to support a new operating system or Oracle version, feel free to contact the author:<ol><li>Click the WeChat icon at the bottom-right of the page to scan and add the author on WeChat.</li><li>Post your request in the user group — the author will evaluate and include it in future update plans.</li><li>More complex custom requests may require additional fees — please discuss for details.</li></ol>'
599+
dlFaq5A:'If you need the script to support a new operating system or Oracle version, feel free to contact the author:<ol><li>Click the WeChat icon at the bottom-right of the page to scan and add the author on WeChat.</li><li>Post your request in the user group — the author will evaluate and include it in future update plans.</li><li>More complex custom requests may require additional fees — please discuss for details.</li></ol>',
600+
dlSecChangelog:'Version History', dlSecChangelogSub:'Major version updates of OracleShellInstall',
601+
cl50a:'Added Oracle 26ai support', cl50b:'Added Ubuntu 24.04 / Debian 12 support', cl50c:'Optimized RAC cluster installation workflow', cl50d:'Added online command generator',
602+
cl40a:'Added Oracle 21c support', cl40b:'Added openEuler / Kylin V10 / UOS domestic OS support', cl40c:'Added Rocky Linux / AlmaLinux support', cl40d:'Optimized ASM disk auto-configuration logic',
603+
cl30a:'Added RHEL 9 / Oracle Linux 9 support', cl30b:'Added ARM architecture support', cl30c:'Optimized automatic patch application',
604+
dlSecReq:'System Requirements', dlSecReqSub:'Ensure your server meets the following minimum requirements before running the script',
605+
dlReqOs:'Operating System', dlReqOsVal:'Linux x86_64 / ARM64 (minimal install is sufficient)',
606+
dlReqMem:'Memory', dlReqMemVal:'Minimum 2GB (8GB+ recommended for production)',
607+
dlReqDisk:'Disk Space', dlReqDiskVal:'Minimum 30GB (50GB+ recommended)',
608+
dlReqBash:'Bash Version', dlReqUser:'Run As',
609+
dlReqNet:'Network', dlReqNetVal:'Supports offline install with local YUM/APT repos'
590610
}
591611
};
592612
Object.assign(i18n.zh, pageI18n.zh);

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,8 @@ <h2 data-i18n="ctaTitle">告别手动安装,从现在开始</h2>
369369
quote2a: '— 运维架构师, 某政企单位', quote2l: '查看麒麟安装实录 →',
370370
quote3: '"给新同事搭测试环境用的,命令生成器选好参数复制粘贴就行,完全不用担心配错,太省心了。"',
371371
quote3a: '— 初级 DBA, 学习环境搭建', quote3l: '试试命令生成器 →',
372+
trustTag: '用户信赖', trustTitle: '被众多 DBA 选择的自动化工具',
373+
trustUsers: '付费用户', trustDeploys: '生产环境部署', trustDistros: '支持 Linux 发行版', trustGuides: '安装实录教程',
372374
},
373375
en: {
374376
heroBadge: 'One-Click Install \u00b7 Production Ready',
@@ -395,6 +397,8 @@ <h2 data-i18n="ctaTitle">告别手动安装,从现在开始</h2>
395397
quote2a: '— Ops Architect, Government Enterprise', quote2l: 'View Kylin Install Log →',
396398
quote3: '"I use it to set up test environments for new team members. Just pick the params in the generator, copy-paste, done. Zero chance of misconfiguration."',
397399
quote3a: '— Junior DBA, Learning Environment', quote3l: 'Try the Generator →',
400+
trustTag: 'Trusted', trustTitle: 'The Automation Tool Chosen by DBAs',
401+
trustUsers: 'Paid Users', trustDeploys: 'Production Deployments', trustDistros: 'Linux Distros Supported', trustGuides: 'Install Tutorials',
398402
}
399403
};
400404

0 commit comments

Comments
 (0)