mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-11-05 18:56:09 +08:00
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:
@@ -46,4 +46,5 @@ export default {
|
||||
reverseProxy: 'Reverse proxy',
|
||||
reverseProxyLower: 'reverse proxy',
|
||||
restrict: 'Restrict',
|
||||
listen: 'listen',
|
||||
};
|
||||
|
||||
@@ -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?',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user