diff --git a/src/nginxconfig/i18n/zh-cn/templates/callouts/contribute.js b/src/nginxconfig/i18n/zh-cn/templates/callouts/contribute.js index 75a9e75..d3042e3 100644 --- a/src/nginxconfig/i18n/zh-cn/templates/callouts/contribute.js +++ b/src/nginxconfig/i18n/zh-cn/templates/callouts/contribute.js @@ -25,6 +25,6 @@ THE SOFTWARE. */ export default { - wantToContributeChanges: '👋 Want to request new features, contribute changes, or translate the tool into a new language?', // TODO: translate - getInvolvedOnGitHub: 'Get involved on GitHub', // TODO: translate + wantToContributeChanges: '👋 想要申请新的功能,提出修改意见,或将该工具翻译成新的语言?', + getInvolvedOnGitHub: '在GitHub上参与进来', }; diff --git a/src/nginxconfig/i18n/zh-cn/templates/callouts/droplet.js b/src/nginxconfig/i18n/zh-cn/templates/callouts/droplet.js index 676e584..0dbfb39 100644 --- a/src/nginxconfig/i18n/zh-cn/templates/callouts/droplet.js +++ b/src/nginxconfig/i18n/zh-cn/templates/callouts/droplet.js @@ -25,6 +25,6 @@ THE SOFTWARE. */ export default { - lookingForAPlaceToDeploy: '👋 Looking for a place to deploy your new configuration?', // TODO: translate - tryOutDigitalOceansDroplet: 'Try out DigitalOcean\'s LEMP Droplet with NGINX', // TODO: translate + lookingForAPlaceToDeploy: '👋 在寻找部署新配置的地方?', + tryOutDigitalOceansDroplet: '试用用于Nginx的DigitalOcean的LEMP Droplet。', }; diff --git a/src/nginxconfig/i18n/zh-cn/templates/global_sections/php.js b/src/nginxconfig/i18n/zh-cn/templates/global_sections/php.js index 1780e41..2360aef 100644 --- a/src/nginxconfig/i18n/zh-cn/templates/global_sections/php.js +++ b/src/nginxconfig/i18n/zh-cn/templates/global_sections/php.js @@ -40,6 +40,6 @@ export default { php74Socket: '7.4 socket', php80Socket: '8.0 socket', phpSocket: 'PHP socket', - custom: 'Custom', // TODO: translate + custom: '自定义', disabled: '禁用', }; diff --git a/src/nginxconfig/i18n/zh-tw/templates/callouts/contribute.js b/src/nginxconfig/i18n/zh-tw/templates/callouts/contribute.js index 75a9e75..a7cca39 100644 --- a/src/nginxconfig/i18n/zh-tw/templates/callouts/contribute.js +++ b/src/nginxconfig/i18n/zh-tw/templates/callouts/contribute.js @@ -25,6 +25,6 @@ THE SOFTWARE. */ export default { - wantToContributeChanges: '👋 Want to request new features, contribute changes, or translate the tool into a new language?', // TODO: translate - getInvolvedOnGitHub: 'Get involved on GitHub', // TODO: translate + wantToContributeChanges: '👋 想要申請新的功能,提出修改意見,或將該工具翻譯成新的語言?', + getInvolvedOnGitHub: '在GitHub上參與進來', }; diff --git a/src/nginxconfig/i18n/zh-tw/templates/callouts/droplet.js b/src/nginxconfig/i18n/zh-tw/templates/callouts/droplet.js index 676e584..1a6c92b 100644 --- a/src/nginxconfig/i18n/zh-tw/templates/callouts/droplet.js +++ b/src/nginxconfig/i18n/zh-tw/templates/callouts/droplet.js @@ -25,6 +25,6 @@ THE SOFTWARE. */ export default { - lookingForAPlaceToDeploy: '👋 Looking for a place to deploy your new configuration?', // TODO: translate - tryOutDigitalOceansDroplet: 'Try out DigitalOcean\'s LEMP Droplet with NGINX', // TODO: translate + lookingForAPlaceToDeploy: '👋 在尋找部署新配置的地方?', + tryOutDigitalOceansDroplet: '試用用於Nginx的DigitalOcean的LEMP Droplet。', }; diff --git a/src/nginxconfig/i18n/zh-tw/templates/global_sections/php.js b/src/nginxconfig/i18n/zh-tw/templates/global_sections/php.js index f71f5d3..de71684 100644 --- a/src/nginxconfig/i18n/zh-tw/templates/global_sections/php.js +++ b/src/nginxconfig/i18n/zh-tw/templates/global_sections/php.js @@ -40,6 +40,6 @@ export default { php74Socket: '7.4 socket', php80Socket: '8.0 socket', phpSocket: 'PHP socket', - custom: 'Custom', // TODO: translate + custom: '自定义', disabled: '禁用', };