Add Chinese translations (cn & tw) (#190)

* - Add Chinese translation
- Fix code style with eslint

* Check and revise

* Added traditional Chinese

* Check and revise

* fix Typo
This commit is contained in:
墨娘
2020-12-10 20:05:20 +08:00
committed by GitHub
parent bc1bcd7b5b
commit 7d3290d850
70 changed files with 2397 additions and 14 deletions

View File

@@ -46,4 +46,5 @@ export default {
reverseProxy: 'Reverse proxy',
reverseProxyLower: 'reverse proxy',
restrict: 'Restrict',
listen: 'listen',
};

View File

@@ -37,9 +37,17 @@ export default {
resetGlobalConfig: 'Reset global config',
resetAllDomains: 'Reset all domains',
removeAllDomains: 'Remove all domains',
resetAllDomainsConfig: 'Reset all domain configs',
resetDomainConfig: 'Reset domain config',
removeDomain: 'Remove domain',
yesImSure: 'Yes, I\'m sure',
noCancel: 'No, cancel',
tools: 'Tools',
resetGlobalConfigBody: 'Are you sure you want to reset all configuration options in the global config section?',
resetAllDomainsConfigBody: 'Are you sure you want to reset the configuration of ALL domains?',
removeAllDomainsBody: 'Are you sure you want to remove ALL domain configurations?',
areYouSureYouWantToResetAllConfigurationOptionsForThe: 'Are you sure you want to reset all configuration options for the',
domain: 'domain?',
areYouSureYouWantToRemoveThe: 'Are you sure you want to remove the ',
domainConfiguration: 'domain configuration?',
};