diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-12-20 02:29:39 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-12-20 02:29:39 +0000 |
commit | dcc6dfaafa82ff314da9a32ebbf1df9d173c7c0a (patch) | |
tree | aa0771d48d72beb0082bce5a9830d7fe06a884ce /core/l10n/zh_TW.js | |
parent | e56d1dd02b2b55d393408daf7caf70e44278e818 (diff) | |
download | nextcloud-server-dcc6dfaafa82ff314da9a32ebbf1df9d173c7c0a.tar.gz nextcloud-server-dcc6dfaafa82ff314da9a32ebbf1df9d173c7c0a.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/zh_TW.js')
-rw-r--r-- | core/l10n/zh_TW.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js index e09c6b07ddc..7809b5e4eef 100644 --- a/core/l10n/zh_TW.js +++ b/core/l10n/zh_TW.js @@ -86,8 +86,6 @@ OC.L10N.register( "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "偵測到您的反向代理標頭設定不正確,但也有可能是因為您目前正透過信任的代理伺服器存取 Nextcloud。若您目前不是透過信任的代理伺服器存取 Nextcloud,這就是一個安全性問題,允許攻擊者對 Nextcloud 假冒 IP 位址。更多資訊請查閱{linkstart}文件 ↗{linkend}。", "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached是用於分散式緩存的設置,但是目前安裝了錯誤的PHP模組為「memcache」。\\OC\\Memcache\\Memcached僅支援「memcached」而不是「memcache」。請參閱 {linkstart}memcached wiki了解兩種模組資訊 ↗{linkend}。", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "部份檔案未通過完整性檢查。更多關於如何解決此問題的資訊可在{linkstart1}文件 ↗{linkend}中找到。({linkstart2}無效檔案列表……{linkend} / {linkstart3}重新掃描……{linkend})", - "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "PHP 的 OPcache 模組並未被載入。{linkstart}為了提供更好的效能,建議 ↗{linkend}將此 PHP 模組載入。", - "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "PHP 的 OPcache 模組並未被妥善設定。{linkstart}為了有更好的效能表現 ↗{linkend},我們建議在 <code>php.ini</code> 設定檔中使用以下設定:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "無法取得 PHP 中的 \"set_time_limit\" 函式。這可能導致執行過程被終止並造成不完整安裝。我們強烈建議啟用該函式。", "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "您的 PHP 並未啟用 FreeType 支援,導致大頭貼產生器和設定界面無法使用。", "Missing index \"{indexName}\" in table \"{tableName}\"." : "在資料表 \"{tableName}\" 中,找不到索引值 \"{indexName}\" 。", @@ -425,6 +423,8 @@ OC.L10N.register( "Password can not be changed. Please contact your administrator." : "無法重設密碼,請聯絡管理員。", "Could not fetch list of apps from the app store." : "無法從應用程式商店抓取應用程式清單", "Can't install this app because it is not compatible" : "應用程式無法安裝,因為不相容", - "Can't install this app" : "無法安裝這個應用程式" + "Can't install this app" : "無法安裝這個應用程式", + "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "PHP 的 OPcache 模組並未被載入。{linkstart}為了提供更好的效能,建議 ↗{linkend}將此 PHP 模組載入。", + "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "PHP 的 OPcache 模組並未被妥善設定。{linkstart}為了有更好的效能表現 ↗{linkend},我們建議在 <code>php.ini</code> 設定檔中使用以下設定:" }, "nplurals=1; plural=0;"); |