mirror of
				https://github.com/digitalocean/nginxconfig.io.git
				synced 2025-11-04 18:28:17 +08:00 
			
		
		
		
	Update Chinese Traditional translations (#313)
This commit is contained in:
		@@ -27,13 +27,13 @@ THE SOFTWARE.
 | 
			
		||||
import common from '../common';
 | 
			
		||||
 | 
			
		||||
export default {
 | 
			
		||||
    title: `${common.nginx} 配寘`,
 | 
			
		||||
    description: `配寘高性能、安全、穩定的${common.nginx}服務器的最簡單方法。`,
 | 
			
		||||
    title: `${common.nginx} 配置`,
 | 
			
		||||
    description: `配置高效能、安全、穩定的${common.nginx}伺服器的最簡單方法。`,
 | 
			
		||||
    singleColumnMode: '垂直模式',
 | 
			
		||||
    splitColumnMode: '水准模式',
 | 
			
		||||
    perWebsiteConfig: '網站配寘',
 | 
			
		||||
    addSite: '添加網站',
 | 
			
		||||
    globalConfig: '全域配寘',
 | 
			
		||||
    setup: '使用配寘',
 | 
			
		||||
    configFiles: '配寘檔案',
 | 
			
		||||
    splitColumnMode: '水平模式',
 | 
			
		||||
    perWebsiteConfig: '網站配置',
 | 
			
		||||
    addSite: '新增網站',
 | 
			
		||||
    globalConfig: '全域配置',
 | 
			
		||||
    setup: '使用配置',
 | 
			
		||||
    configFiles: '配置檔案',
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
@@ -34,15 +34,15 @@ export default {
 | 
			
		||||
    enableHttp3Connections: `${common.enable} ${common.http}/3 連接`,
 | 
			
		||||
    forceHttps: `強制 ${common.https}`,
 | 
			
		||||
    hsts: 'HSTS',
 | 
			
		||||
    enableStrictTransportSecurity: `${common.enable}HSTS(強制用戶端、瀏覽器等使用HTTPS與服務器創建連結),需要HTTPS連接`,
 | 
			
		||||
    enableStrictTransportSecurity: `${common.enable}HSTS(強制用戶端、瀏覽器等使用HTTPS與伺服器建立連結),需要HTTPS連接`,
 | 
			
		||||
    enableIncludeSubDomains: `${common.enable}includeSubDomains指令,HSTS對所有子域生效`,
 | 
			
		||||
    enablePreload: `${common.enable}preload指令,強制用戶端只可以使用https連接`,
 | 
			
		||||
    certificationType: '證書類型',
 | 
			
		||||
    customCertificate: '本地證書',
 | 
			
		||||
    letsEncryptEmail: `${common.letsEncrypt} 郵箱`,
 | 
			
		||||
    http3IsANonStandardModule: 'HTTP/3 並不是標準的 NGINX 模塊, 請查看 ',
 | 
			
		||||
    http3NginxQuicReadme: 'NGINX QUIC 文檔',
 | 
			
		||||
    http3IsANonStandardModule: 'HTTP/3 並不是標準的 NGINX 模組, 請查看 ',
 | 
			
		||||
    http3NginxQuicReadme: 'NGINX QUIC 說明',
 | 
			
		||||
    http3OrThe: ' 或者 ', 
 | 
			
		||||
    http3CloudflareQuicheProject: 'Cloudflare quiche 項目',
 | 
			
		||||
    http3ForBuildingNginxWithHttp3: ' 來構建支持 HTTP/3 的 NGINX !',
 | 
			
		||||
    http3ForBuildingNginxWithHttp3: ' 來構建支援 HTTP/3 的 NGINX !',
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
@@ -27,7 +27,7 @@ THE SOFTWARE.
 | 
			
		||||
import common from '../../common';
 | 
			
		||||
 | 
			
		||||
export default {
 | 
			
		||||
    phpIsDisabled: `${common.php}已禁用。`,
 | 
			
		||||
    phpIsDisabled: `${common.php}已停用。`,
 | 
			
		||||
    phpCannotBeEnabledWithReverseProxy: `${common.php}在啟用${common.reverseProxy}時無法啟用。`,
 | 
			
		||||
    phpCannotBeEnabledWithPython: `${common.php}在啟用${common.python}時無法啟用。`,
 | 
			
		||||
    enablePhp: `${common.enable} ${common.php}`,
 | 
			
		||||
@@ -40,7 +40,7 @@ export default {
 | 
			
		||||
    joomlaRules: `${common.joomla} 規則`,
 | 
			
		||||
    enableJoomlaRules: `${common.enable} ${common.joomla}專屬規則`,
 | 
			
		||||
    phpServer: `${common.php} 服務`,
 | 
			
		||||
    phpBackupServer: `${common.php}備份服務器`,
 | 
			
		||||
    phpBackupServer: `${common.php}備份伺服器`,
 | 
			
		||||
    tcp: 'TCP',
 | 
			
		||||
    hhvmSocket: 'HHVM socket',
 | 
			
		||||
    php5Socket: '5.x socket',
 | 
			
		||||
@@ -51,6 +51,6 @@ export default {
 | 
			
		||||
    php74Socket: '7.4 socket',
 | 
			
		||||
    php80Socket: '8.0 socket',
 | 
			
		||||
    phpSocket: 'PHP socket',
 | 
			
		||||
    custom: '自定义',
 | 
			
		||||
    disabled: '禁用',
 | 
			
		||||
    custom: '自定義',
 | 
			
		||||
    disabled: '停用',
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
@@ -26,7 +26,7 @@ THE SOFTWARE.
 | 
			
		||||
 | 
			
		||||
export default {
 | 
			
		||||
    presets: '預設',
 | 
			
		||||
    itLooksLikeYouCustomisedTheConfig: '看起來您已經為這個網站定制了配寘。選擇新的預設可能會重置或更改一些您已經定制的設定。',
 | 
			
		||||
    itLooksLikeYouCustomisedTheConfig: '看起來您已經為這個網站定制了配置。選擇新的預設可能會重置或更改一些您已經定制的設定。',
 | 
			
		||||
    frontend: '前端',
 | 
			
		||||
    nodeJs: 'Node.js',
 | 
			
		||||
    singlePageApplication: '單頁面應用',
 | 
			
		||||
 
 | 
			
		||||
@@ -27,7 +27,7 @@ THE SOFTWARE.
 | 
			
		||||
import common from '../../common';
 | 
			
		||||
 | 
			
		||||
export default {
 | 
			
		||||
    pythonIsDisabled: `${common.python}已禁用。`,
 | 
			
		||||
    pythonIsDisabled: `${common.python}已停用。`,
 | 
			
		||||
    pythonCannotBeEnabledWithReverseProxy: `${common.python}在啟用${common.reverseProxy}時無法啟用。`,
 | 
			
		||||
    pythonCannotBeEnabledWithPhp: `${common.python}在啟用${common.php}時無法啟用。`,
 | 
			
		||||
    enablePython: `${common.enable} ${common.python}`,
 | 
			
		||||
 
 | 
			
		||||
@@ -25,6 +25,6 @@ THE SOFTWARE.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
export default {
 | 
			
		||||
    disableForThisDomain: '在此網站上禁用',
 | 
			
		||||
    disableForThisDomain: '在此網站上停用',
 | 
			
		||||
    responseCode: '響應程式碼',
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
@@ -27,7 +27,7 @@ THE SOFTWARE.
 | 
			
		||||
import common from '../../common';
 | 
			
		||||
 | 
			
		||||
export default {
 | 
			
		||||
    reverseProxyIsDisabled: `${common.reverseProxy}已禁用。`,
 | 
			
		||||
    reverseProxyIsDisabled: `${common.reverseProxy}已停用。`,
 | 
			
		||||
    reverseProxyCannotBeEnabledWithPhp: `${common.reverseProxy}在啟用${common.php}時無法啟用。`,
 | 
			
		||||
    reverseProxyCannotBeEnabledWithPython: `${common.reverseProxy}在啟用${common.python}時無法啟用。`,
 | 
			
		||||
    enableReverseProxy: `${common.enable} ${common.reverseProxyLower}`,
 | 
			
		||||
 
 | 
			
		||||
@@ -34,7 +34,7 @@ export default {
 | 
			
		||||
    dockerfile,
 | 
			
		||||
    dockerCompose: `${docker} 編排服務`,
 | 
			
		||||
    applyDockerTweaks: `應用${docker}調整`,
 | 
			
		||||
    applyDockerTweaksForNginx: `為使用${docker}運行${common.nginx}進行配寘調整。`,
 | 
			
		||||
    applyDockerTweaksForNginx: `為使用${docker}運行${common.nginx}進行配置調整。`,
 | 
			
		||||
    applyDockerTweaksExplainer: `將${common.nginx}用戶更新為<code class="slim">nginx</code>,將pid更新為<code class="slim">/var/run/nginx.pid</code>`,
 | 
			
		||||
    includeDockerfile: `生成${dockerfile}運行${common.nginx}與${docker}`,
 | 
			
		||||
    includeDockerCompose: `生成docker-compose.yaml來運行${common.nginx} docker-compose`,
 | 
			
		||||
 
 | 
			
		||||
@@ -31,10 +31,10 @@ const ipv4 = 'IPv4';
 | 
			
		||||
const ipv6 = 'IPv6';
 | 
			
		||||
 | 
			
		||||
export default {
 | 
			
		||||
    sslProfile: `${common.ssl}配寘`,
 | 
			
		||||
    httpsMustBeEnabledOnOneSite: `必須在至少一個網站上啟用${common.https}才能配寘全域${common.https}設定。`,
 | 
			
		||||
    portReuse: '端口複用',
 | 
			
		||||
    enableReuseOfPort: `${common.enable} 端口複用來為每個worker生成監聽套接字`,
 | 
			
		||||
    sslProfile: `${common.ssl}配置`,
 | 
			
		||||
    httpsMustBeEnabledOnOneSite: `必須在至少一個網站上啟用${common.https}才能配置全域${common.https}設定。`,
 | 
			
		||||
    portReuse: '連接埠複用',
 | 
			
		||||
    enableReuseOfPort: `${common.enable} 連接埠複用來為每個worker生成監聽套接字`,
 | 
			
		||||
    ocspDnsResolvers: 'OCSP DNS解析器',
 | 
			
		||||
    cloudflareResolver: 'Cloudflare解析器',
 | 
			
		||||
    googlePublicDns: '穀歌公共DNS',
 | 
			
		||||
 
 | 
			
		||||
@@ -29,7 +29,7 @@ import common from '../../common';
 | 
			
		||||
export default {
 | 
			
		||||
    enableFileNotFoundErrorLogging: `${common.enable}“檔案未找到”錯誤日誌:`,
 | 
			
		||||
    logformat: 'log_format',
 | 
			
		||||
    enableCloudflare: '將Cloudflare請求頭部添加到默認日誌格式',
 | 
			
		||||
    enableCloudflare: '將Cloudflare請求頭部添加到預設日誌格式',
 | 
			
		||||
    cfRay: 'CF-Ray',
 | 
			
		||||
    cfConnectingIp: 'CF-Connecting-IP',
 | 
			
		||||
    xForwardedFor: 'X-Forwarded-For',
 | 
			
		||||
 
 | 
			
		||||
@@ -27,6 +27,6 @@ THE SOFTWARE.
 | 
			
		||||
import common from '../../common';
 | 
			
		||||
 | 
			
		||||
export default {
 | 
			
		||||
    nginxConfigDirectory: `${common.nginx}配寘目錄`,
 | 
			
		||||
    nginxConfigDirectory: `${common.nginx}配置目錄`,
 | 
			
		||||
    mb: 'MB',
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
@@ -31,9 +31,9 @@ export default {
 | 
			
		||||
    enableGzipCompression: `${common.enable}Gzip壓縮`,
 | 
			
		||||
    brotliCompression: 'Brotli 壓縮',
 | 
			
		||||
    enableBrotliCompression: `${common.enable}brotli壓縮`,
 | 
			
		||||
    brotliIsANonStandardModule: 'Brotli 不是標準的 NGINX 模塊, 前往 ',
 | 
			
		||||
    brotliIsANonStandardModule: 'Brotli 不是標準的 NGINX 模組, 前往 ',
 | 
			
		||||
    brotliGoogleNgxBrotliProject: 'Google ngx_brotli 項目',
 | 
			
		||||
    brotliForBuildingNginxWithBrotli: ' 構建支持 Brotli 的 NGINX!',
 | 
			
		||||
    brotliForBuildingNginxWithBrotli: ' 構建支援 Brotli 的 NGINX!',
 | 
			
		||||
    expirationForAssets: '資源有效期',
 | 
			
		||||
    expirationForMedia: '媒體資源有效期',
 | 
			
		||||
    expirationForSvgs: 'SVGs有效期',
 | 
			
		||||
 
 | 
			
		||||
@@ -28,5 +28,5 @@ import common from '../../common';
 | 
			
		||||
 | 
			
		||||
export default {
 | 
			
		||||
    pythonServer: `${common.python} 服務`,
 | 
			
		||||
    pythonMustBeEnabledOnOneSite: `必須在至少一個網站上啟用${common.python}才能配寘全域${common.python}設定。`,
 | 
			
		||||
    pythonMustBeEnabledOnOneSite: `必須在至少一個網站上啟用${common.python}才能配置全域${common.python}設定。`,
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
@@ -29,7 +29,7 @@ import common from '../../common';
 | 
			
		||||
const legacyXForwarded = '傳統 X-Forwarded-* 標頭';
 | 
			
		||||
 | 
			
		||||
export default {
 | 
			
		||||
    reverseProxyMustBeEnabledOnOneSite: `必須在至少一個網站上啟用${common.reverseProxy}才能配寘全域${common.reverseProxy}設定。`,
 | 
			
		||||
    reverseProxyMustBeEnabledOnOneSite: `必須在至少一個網站上啟用${common.reverseProxy}才能配置全域${common.reverseProxy}設定。`,
 | 
			
		||||
    seconds: '秒',
 | 
			
		||||
    passOn: `轉發 ${legacyXForwarded} `,
 | 
			
		||||
    remove: `主動刪除 ${legacyXForwarded}`,
 | 
			
		||||
 
 | 
			
		||||
@@ -27,6 +27,6 @@ THE SOFTWARE.
 | 
			
		||||
import common from '../../common';
 | 
			
		||||
 | 
			
		||||
export default {
 | 
			
		||||
    whenUsingWordPressUnsafeEvalIsOftenRequiredToAllowFunctionality: `當使用${common.wordPress}時,, <code class="slim">script-src 'self' 'unsafe-inline' 'unsafe-eval';</code>經常需要在內容安全策略中,以允許管理面板的功能正確。`,
 | 
			
		||||
    whenUsingWordPressUnsafeEvalIsOftenRequiredToAllowFunctionality: `當使用${common.wordPress}時, <code class="slim">script-src 'self' 'unsafe-inline' 'unsafe-eval';</code>經常需要在內容安全策略中,以允許管理面板的功能正確。`,
 | 
			
		||||
    security: '安全',
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
@@ -32,22 +32,22 @@ export default {
 | 
			
		||||
    symlinkVhost: '符號連結 vhost',
 | 
			
		||||
    enableSymLinksFrom: `${common.enable}符號連結`,
 | 
			
		||||
    to: '到',
 | 
			
		||||
    shareConfiguration: '分享配寘',
 | 
			
		||||
    resetConfiguration: '重置配寘',
 | 
			
		||||
    resetGlobalConfig: '重置全域配寘',
 | 
			
		||||
    shareConfiguration: '分享配置',
 | 
			
		||||
    resetConfiguration: '重置配置',
 | 
			
		||||
    resetGlobalConfig: '重置全域配置',
 | 
			
		||||
    resetAllDomains: '重置所有網站',
 | 
			
		||||
    resetAllDomainsConfig: '重置所有網站',
 | 
			
		||||
    removeAllDomains: '删除所有網站',
 | 
			
		||||
    resetDomainConfig: '重置網站配寘',
 | 
			
		||||
    resetDomainConfig: '重置網站配置',
 | 
			
		||||
    removeDomain: '删除網站',
 | 
			
		||||
    yesImSure: '好的',
 | 
			
		||||
    noCancel: '取消',
 | 
			
		||||
    tools: '工具',
 | 
			
		||||
    resetGlobalConfigBody: '您確定要重置全域配寘部分中的所有配置選項嗎?',
 | 
			
		||||
    resetAllDomainsConfigBody: '您確定要重置所有網站的配寘嗎?',
 | 
			
		||||
    removeAllDomainsBody: '您確定要删除所有網站的配寘嗎?',
 | 
			
		||||
    resetGlobalConfigBody: '您確定要重置全域配置部分中的所有配置選項嗎?',
 | 
			
		||||
    resetAllDomainsConfigBody: '您確定要重置所有網站的配置嗎?',
 | 
			
		||||
    removeAllDomainsBody: '您確定要删除所有網站的配置嗎?',
 | 
			
		||||
    areYouSureYouWantToResetAllConfigurationOptionsForThe: '您確定要重置',
 | 
			
		||||
    domain: '網站的所有配置選項嗎?',
 | 
			
		||||
    areYouSureYouWantToRemoveThe: '你確定要删除',
 | 
			
		||||
    domainConfiguration: '的網站配寘嗎?',
 | 
			
		||||
    domainConfiguration: '的網站配置嗎?',
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
@@ -25,6 +25,6 @@ THE SOFTWARE.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
export default {
 | 
			
		||||
    downloadConfig: '下載配寘',
 | 
			
		||||
    downloadConfig: '下載配置',
 | 
			
		||||
    copyBase64: '複製Base64',
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
@@ -29,11 +29,11 @@ import common from '../../common';
 | 
			
		||||
const certbot = 'Certbot';
 | 
			
		||||
 | 
			
		||||
export default {
 | 
			
		||||
    commentOutSslDirectivesInConfiguration: `注釋掉配寘中的${common.ssl}相關指令:`,
 | 
			
		||||
    reloadYourNginxServer: `重新加載你的${common.nginx}服務器:`,
 | 
			
		||||
    obtainSslCertificatesFromLetsEncrypt: `使用${certbot}從${common.letsEncrypt}獲得${common.ssl}證書:`,
 | 
			
		||||
    uncommentSslDirectivesInConfiguration: `在配寘中取消注釋${common.ssl}相關指令:`,
 | 
			
		||||
    configureCertbotToReloadNginxOnCertificateRenewal: `配寘${certbot},當${common.nginx}成功更新證書時重新加載:`,
 | 
			
		||||
    certbotDoesNotNeedToBeSetupForYourConfiguration: `${certbot}不需要為您的${common.nginx}配寘進行設定。 `,
 | 
			
		||||
    commentOutSslDirectivesInConfiguration: `註解掉配置中的${common.ssl}相關指令:`,
 | 
			
		||||
    reloadYourNginxServer: `重新載入你的${common.nginx}伺服器:`,
 | 
			
		||||
    obtainSslCertificatesFromLetsEncrypt: `使用${certbot}從${common.letsEncrypt}取得${common.ssl}證書:`,
 | 
			
		||||
    uncommentSslDirectivesInConfiguration: `在配置中取消註解${common.ssl}相關指令:`,
 | 
			
		||||
    configureCertbotToReloadNginxOnCertificateRenewal: `配置${certbot},當${common.nginx}成功更新證書時重新載入:`,
 | 
			
		||||
    certbotDoesNotNeedToBeSetupForYourConfiguration: `${certbot}不需要為您的${common.nginx}配置進行設定。 `,
 | 
			
		||||
    certbot,
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
@@ -27,14 +27,14 @@ THE SOFTWARE.
 | 
			
		||||
import common from '../../common';
 | 
			
		||||
 | 
			
		||||
export default {
 | 
			
		||||
    downloadTheGeneratedConfig: '<b>下載</b> 生成的配寘:',
 | 
			
		||||
    andUploadItToYourServers: '然後<b>上傳</b>到你的服務器的',
 | 
			
		||||
    downloadTheGeneratedConfig: '<b>下載</b> 產生的配置:',
 | 
			
		||||
    andUploadItToYourServers: '然後<b>上傳</b>到你的伺服器的',
 | 
			
		||||
    directory: '目錄.',
 | 
			
		||||
    or: '或, ',
 | 
			
		||||
    copyBase64StringOfCompressedConfig: '複製壓縮配寘的base64字串',
 | 
			
		||||
    pasteItInYourServersCommandLineAndExecute: ',將其粘貼到服務器的命令列並執行。',
 | 
			
		||||
    navigateToYourNginxConfigurationDirectoryOnYourServer: `進入你的${common.nginx}服務器上的<b>配寘目錄</b>:`,
 | 
			
		||||
    createABackupOfYourCurrentNginxConfiguration: `創建當前${common.nginx}配寘的<b>備份</b>:`,
 | 
			
		||||
    extractTheNewCompressedConfigurationArchiveUsingTar: '使用tar<b>解壓</b>新的壓縮配寘',
 | 
			
		||||
    copyBase64StringOfCompressedConfig: '複製壓縮配置的base64字串',
 | 
			
		||||
    pasteItInYourServersCommandLineAndExecute: ',將其粘貼到伺服器的命令列並執行。',
 | 
			
		||||
    navigateToYourNginxConfigurationDirectoryOnYourServer: `進入你的${common.nginx}伺服器上的<b>配置資料夾</b>:`,
 | 
			
		||||
    createABackupOfYourCurrentNginxConfiguration: `創建當前${common.nginx}配置的<b>備份</b>:`,
 | 
			
		||||
    extractTheNewCompressedConfigurationArchiveUsingTar: '使用tar<b>解壓</b>新的壓縮配置',
 | 
			
		||||
    download: '下載',
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
@@ -28,6 +28,6 @@ import common from '../../common';
 | 
			
		||||
 | 
			
		||||
export default {
 | 
			
		||||
    letsGoLive: '讓我們開始吧!',
 | 
			
		||||
    reloadNginxToLoadInYourNewConfiguration: `重新加載${common.nginx}以載入新的配寘:`,
 | 
			
		||||
    reloadNginxToLoadInYourNewConfiguration: `重新加載${common.nginx}以載入新的配置:`,
 | 
			
		||||
    goLive: '上線!',
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
@@ -27,8 +27,8 @@ THE SOFTWARE.
 | 
			
		||||
import common from '../../common';
 | 
			
		||||
 | 
			
		||||
export default {
 | 
			
		||||
    generateDiffieHellmanKeysByRunningThisCommandOnYourServer: '在您的服務器上運行此命令生成<b>Diffie-Hellman keys</b>:',
 | 
			
		||||
    generateDiffieHellmanKeysByRunningThisCommandOnYourServer: '在您的伺服器上運行此命令生成<b>Diffie-Hellman keys</b>:',
 | 
			
		||||
    createACommonAcmeChallengeDirectoryForLetsEncrypt: `創建一個通用的<b>ACME-challenge</b>目錄(用於 <b>${common.letsEncrypt}</b>):`,
 | 
			
		||||
    noAdditionalStepsAreNeededToSetUpSslForNginx: `無需任何操作,即可為您的${common.nginx}完成${common.ssl}配寘`,
 | 
			
		||||
    noAdditionalStepsAreNeededToSetUpSslForNginx: `無需任何操作,即可為您的${common.nginx}完成${common.ssl}配置`,
 | 
			
		||||
    sslInit: `${common.ssl} 初始化`,
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user