mirror of
https://github.com/digitalocean/nginxconfig.io
synced 2024-11-12 21:27:09 +00:00
Update Simplified Chinese Translation (#252)
* Complete Translation In Simplified Chinese * Update src/nginxconfig/i18n/zh-cn/templates/domain_sections/https.js Co-authored-by: Matt (IPv4) Cowley <me@mattcowley.co.uk> Co-authored-by: Matt (IPv4) Cowley <me@mattcowley.co.uk>
This commit is contained in:
parent
deec5269ad
commit
03ad31f8d7
3 changed files with 9 additions and 9 deletions
|
@ -26,5 +26,5 @@ THE SOFTWARE.
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
wantToContributeChanges: '👋 想要申请新的功能,提出修改意见,或将该工具翻译成新的语言?',
|
wantToContributeChanges: '👋 想要申请新的功能,提出修改意见,或将该工具翻译成新的语言?',
|
||||||
getInvolvedOnGitHub: '在GitHub上参与进来',
|
getInvolvedOnGitHub: '欢迎在 Github 中参与本项目',
|
||||||
};
|
};
|
||||||
|
|
|
@ -26,5 +26,5 @@ THE SOFTWARE.
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
lookingForAPlaceToDeploy: '👋 在寻找部署新配置的地方?',
|
lookingForAPlaceToDeploy: '👋 在寻找部署新配置的地方?',
|
||||||
tryOutDigitalOceansDroplet: '试用用于Nginx的DigitalOcean的LEMP Droplet。',
|
tryOutDigitalOceansDroplet: '试用已安装 NGINX 的 DigitalOcean LEMP Droplet。',
|
||||||
};
|
};
|
||||||
|
|
|
@ -32,8 +32,8 @@ export default {
|
||||||
enableHttp2Connections: `${common.enable} ${common.http}/2 连接`,
|
enableHttp2Connections: `${common.enable} ${common.http}/2 连接`,
|
||||||
http3: `${common.http}/3`,
|
http3: `${common.http}/3`,
|
||||||
enableHttp3Connections: `${common.enable} ${common.http}/3 连接`,
|
enableHttp3Connections: `${common.enable} ${common.http}/3 连接`,
|
||||||
portReuse: 'Reuseport', // TODO: translate
|
portReuse: '端口重用',
|
||||||
enableReuseOfPort: `${common.enable} reuseport to generate a listening socket per worker`, // TODO: translate
|
enableReuseOfPort: `${common.enable} 重用端口 为每个 NGINX Worker 单独生成一个监听套接字`,
|
||||||
forceHttps: `强制 ${common.https}`,
|
forceHttps: `强制 ${common.https}`,
|
||||||
hsts: 'HSTS',
|
hsts: 'HSTS',
|
||||||
enableStrictTransportSecurity: `${common.enable}HSTS(强制客户端、浏览器等使用 HTTPS 与服务器创建链接),需要HTTPS连接`,
|
enableStrictTransportSecurity: `${common.enable}HSTS(强制客户端、浏览器等使用 HTTPS 与服务器创建链接),需要HTTPS连接`,
|
||||||
|
@ -42,9 +42,9 @@ export default {
|
||||||
certificationType: '证书类型',
|
certificationType: '证书类型',
|
||||||
customCertificate: '本地证书',
|
customCertificate: '本地证书',
|
||||||
letsEncryptEmail: `${common.letsEncrypt} 邮箱`,
|
letsEncryptEmail: `${common.letsEncrypt} 邮箱`,
|
||||||
http3Warning1: 'HTTP/3 isn\'t a standard NGINX module, check the ', // TODO: translate
|
http3Warning1: 'HTTP/3 并不是一个标准的 NGINX 模块, 请查看 ',
|
||||||
http3Warning2: 'NGINX QUIC readme ', // TODO: translate
|
http3Warning2: 'NGINX QUIC 使用文档',
|
||||||
http3Warning3: ' or the ', // TODO: translate
|
http3Warning3: ' 或者 ',
|
||||||
http3Warning4: 'Cloudflare quiche project ', // TODO: translate
|
http3Warning4: 'Cloudflare quiche 项目',
|
||||||
http3Warning5: ' for how to build NGINX with HTTP/3!', // TODO: translate
|
http3Warning5: ' 以构建支持 HTTP/3 的 NGINX!',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue