diff options
Diffstat (limited to 'settings/l10n/zh_TW.js')
-rw-r--r-- | settings/l10n/zh_TW.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/settings/l10n/zh_TW.js b/settings/l10n/zh_TW.js index 7085ec1b685..9a3f4e60ea5 100644 --- a/settings/l10n/zh_TW.js +++ b/settings/l10n/zh_TW.js @@ -1,7 +1,11 @@ OC.L10N.register( "settings", { - "Enabled" : "已啓用", + "Cron" : "Cron", + "Sharing" : "分享", + "Security" : "安全性", + "Email Server" : "郵件伺服器", + "Log" : "紀錄", "Authentication error" : "認證錯誤", "Your full name has been changed." : "您的全名已變更。", "Unable to change full name" : "無法變更全名", @@ -26,6 +30,7 @@ OC.L10N.register( "Wrong admin recovery password. Please check the password and try again." : "錯誤的管理者還原密碼", "Back-end doesn't support password change, but the users encryption key was successfully updated." : "後端不支援變更密碼,但成功更新使用者的加密金鑰", "Unable to change password" : "無法修改密碼", + "Enabled" : "已啓用", "Saved" : "已儲存", "test email settings" : "測試郵件設定", "If you received this email, the settings seem to be correct." : "假如您收到這個郵件,此設定看起來是正確的。", @@ -84,22 +89,18 @@ OC.L10N.register( "This means that there might be problems with certain characters in file names." : "這個意思是指在檔名中使用一些字元可能會有問題", "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "我們強烈建議在您的系統上安裝必要的套件來支援以下的語系: %s", "Please double check the <a href='%s'>installation guides</a>." : "請參考<a href='%s'>安裝指南</a>。", - "Cron" : "Cron", "Last cron was executed at %s." : "最後的排程已執行於 %s。", "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "最後的排程已執行於 %s。現在過了好幾個小時,看起來是有錯誤。", "Cron was not executed yet!" : "排程沒有執行!", "Execute one task with each page loaded" : "當頁面載入時,執行", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "已經與 webcron 服務註冊好,將會每15分鐘呼叫 cron.php", - "Sharing" : "分享", "Allow apps to use the Share API" : "允許 apps 使用分享 API", "Allow public uploads" : "允許任何人上傳", "Allow resharing" : "允許轉貼分享", "Allow users to send mail notification for shared files" : "允許使用者寄送有關分享檔案的郵件通知", - "Security" : "安全性", "Enforce HTTPS" : "強制啟用 HTTPS", "Forces the clients to connect to %s via an encrypted connection." : "強迫用戶端使用加密連線連接到 %s", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "請使用 HTTPS 連線到 %s 以啓用或停用強制 SSL 加密。", - "Email Server" : "郵件伺服器", "This is used for sending out notifications." : "這是使用於寄送通知。", "Send mode" : "寄送模式", "From address" : "寄件地址", @@ -112,7 +113,6 @@ OC.L10N.register( "SMTP Password" : "SMTP 密碼", "Test email settings" : "測試郵件設定", "Send email" : "寄送郵件", - "Log" : "紀錄", "Log level" : "紀錄層級", "More" : "更多", "Less" : "更少", |