diff options
Diffstat (limited to 'core/l10n/zh_TW.js')
-rw-r--r-- | core/l10n/zh_TW.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js index aa5624f9a70..fdc497f9e30 100644 --- a/core/l10n/zh_TW.js +++ b/core/l10n/zh_TW.js @@ -219,6 +219,8 @@ OC.L10N.register( "The specified document has not been found on the server." : "該文件不存在於伺服器上", "You can click here to return to %s." : "點這裡以回到 %s", "Internal Server Error" : "內部伺服器錯誤", + "The server was unable to complete your request." : "伺服器無法完成你的請求。", + "If this happens again, please send the technical details below to the server administrator." : "如果此問題重複發生,請寄送技術資訊給管理員。", "More details can be found in the server log." : "伺服器記錄檔裡面有更多細節", "Technical details" : "技術細節", "Remote Address: %s" : "遠端位置:%s", @@ -269,6 +271,8 @@ OC.L10N.register( "Log in" : "登入", "Stay logged in" : "保持登入狀態", "Alternative Logins" : "其他登入方法", + "Account access" : "帳戶存取", + "You are about to grant %s access to your %s account." : "你已批准%s存取你的%s帳戶。", "App token" : "App token", "Alternative login using app token" : "透過應用程式憑證的方式登入", "Redirecting …" : "重新導向…", @@ -280,6 +284,9 @@ OC.L10N.register( "Cancel log in" : "取消登入", "Use backup code" : "使用備用認證碼", "Error while validating your second factor" : "驗證二階段因子發生錯誤", + "Access through untrusted domain" : "經由不可信任的域名存取。", + "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "請聯絡你的管理員。如果妳就是管理員,請編輯config/config.php內的\"trusted_domains\"設定,該項的範例通常位於config.sample.php。", + "Depending on your configuration, this button could also work to trust the domain:" : "根據你的設定值,此按鈕也可用於信任以下網域:", "Add \"%s\" as trusted domain" : "將 %s 加入到信任的網域", "App update required" : "需要更新應用程式", "%s will be updated to version %s" : "%s 將會更新至版本 %s", |