diff options
Diffstat (limited to 'apps/settings/l10n/zh_TW.json')
-rw-r--r-- | apps/settings/l10n/zh_TW.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/settings/l10n/zh_TW.json b/apps/settings/l10n/zh_TW.json index 2c8cb0abd6a..ed463f569c4 100644 --- a/apps/settings/l10n/zh_TW.json +++ b/apps/settings/l10n/zh_TW.json @@ -239,6 +239,11 @@ "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "您的 PHP 並未啟用 FreeType 支援,導致頭像產生器和設定介面無法使用。", "PHP getenv" : "PHP getenv", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP 設置似乎不完整,導致無法正確取得系統環境變數,因為偵測到 getenv(\"PATH\") 回傳資料為空值。", + "PHP file size upload limit" : "PHP 檔案大小上傳限制", + "The PHP upload_max_filesize is too low. A size of at least %1$s is recommended. Current value: %2$s." : "PHP upload_max_filesize 設定值太低。建議至少為 %1$s。目前值:%2$s。", + "The PHP post_max_size is too low. A size of at least %1$s is recommended. Current value: %2$s." : "PHP post_max_size 設定值太低。建議至少為 %1$s。目前值:%2$s。", + "The PHP max_input_time is too low. A time of at least %1$s is recommended. Current value: %2$s." : "PHP max_input_time 設定值太低。建議至少為 %1$s。目前值:%2$s。", + "The PHP max_execution_time is too low. A time of at least %1$s is recommended. Current value: %2$s." : "PHP max_execution_time 設定值太低。建議至少為 %1$s。目前值:%2$s。", "PHP memory limit" : "PHP 記憶體限制", "The PHP memory limit is below the recommended value of %s." : "目前的 PHP 的記憶體限制設定低於建議值 %s。", "PHP modules" : "PHP 模組", @@ -792,6 +797,7 @@ "Privacy policy" : "隱私權政策", "None/STARTTLS" : "無/STARTTLS", "SSL" : "SSL", + "Mail delivery is disabled by instance config \"%s\"." : "郵件遞送已透過站台設定「%s」停用。", "Open documentation" : "開啟文件", "It is important to set up this server to be able to send emails, like for password reset and notifications." : "設定伺服器可以寄送電子郵件非常重要,使用者通知和密碼重設將會需要。", "Send mode" : "傳送模式", |