Update tw.php

This commit is contained in:
Clark Chen 2018-06-25 15:07:33 +08:00 committed by GitHub
commit 397cf699bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -573,7 +573,7 @@ $LANG['tw'] = array(
'Current Number Of Databases' => '目前的資料庫數量',
'Local backup' => '本機備份',
'Compression level' => '壓縮等級',
'Directory' => 'Directory',
'Directory' => '路徑',
'Remote backup' => '遠端備份',
'ftp' => 'FTP',
'sftp' => 'SFTP',
@ -740,14 +740,14 @@ $LANG['tw'] = array(
'webalizer' => 'webalizer',
'awstats' => 'awstats',
'Vesta SSL' => 'Vesta SSL',
'SUBJECT' => 'SUBJECT',
'ALIASES' => 'ALIASES',
'NOT_BEFORE' => 'NOT_BEFORE',
'NOT_AFTER' => 'NOT_AFTER',
'SIGNATURE' => 'SIGNATURE',
'PUB_KEY' => 'PUB_KEY',
'ISSUER' => 'ISSUER',
'Vesta SSL' => 'Vesta後台 SSL',
'SUBJECT' => '主體名稱',
'ALIASES' => '主體別名',
'NOT_BEFORE' => '有效期自',
'NOT_AFTER' => '有效期到',
'SIGNATURE' => '簽章演算法',
'PUB_KEY' => '公開金鑰',
'ISSUER' => '簽發者',
'Use server hostname' => '使用伺服器主機名稱',
'Use domain hostname' => '使用網域主機名稱',
@ -758,5 +758,5 @@ $LANG['tw'] = array(
'maximum characters length, including prefix' => '最多 %s 字元(包含前綴)',
'Email Credentials' => 'Email Credentials',
'Email Credentials' => '信箱登入資訊',
);