diff options
Diffstat (limited to 'apps/settings/l10n/zh_TW.js')
-rw-r--r-- | apps/settings/l10n/zh_TW.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings/l10n/zh_TW.js b/apps/settings/l10n/zh_TW.js index c234d73607d..8dab233ddea 100644 --- a/apps/settings/l10n/zh_TW.js +++ b/apps/settings/l10n/zh_TW.js @@ -240,7 +240,9 @@ OC.L10N.register( "Webcron" : "Webcron", "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php 在 webcron 服務中註冊,每五分鐘透過 HTTP 呼叫一次 cron.php。使用情境:非常小的站台(一到五個使用者,取決於使用量)。", "Cron (Recommended)" : "Cron(建議)", + "Use system cron service to call the cron.php file every 5 minutes." : "使用系統 cron 每5分鐘呼叫 cron.php。", "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php 必須由系統使用者「{user}」執行。", + "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "PHP POSIX 擴充元件是必須的。請檢視 {linkstart}PHP 文件{linkend}以取得更多資訊。", "Unable to update background job mode" : "無法更新背景工作模式", "Profile" : "個人檔案", "Enable or disable profile by default for new users." : "預設情況下為新使用者啟用或停用個人檔案", @@ -454,6 +456,7 @@ OC.L10N.register( "Updates" : "更新", "App bundles" : "應用程式套裝", "Featured apps" : "精選應用程式", + "Supported apps" : "支援的應用程式", "Show to everyone" : "對所有人顯示", "Show to logged in users only" : "僅對已登入的使用者顯示", "Hide" : "隱藏", |