diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-01-10 00:05:53 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-01-10 00:05:53 +0100 |
commit | 912050afa0bd963fdde7d7b223c32bb9bd8e1479 (patch) | |
tree | d509d78d11d13a89bcc4b6bb98ee0e76d50a50d9 /core/l10n/zh_TW.php | |
parent | fda1ada4f07a23c427468ab4ed97c11303171ce2 (diff) | |
download | nextcloud-server-912050afa0bd963fdde7d7b223c32bb9bd8e1479.tar.gz nextcloud-server-912050afa0bd963fdde7d7b223c32bb9bd8e1479.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/zh_TW.php')
-rw-r--r-- | core/l10n/zh_TW.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/core/l10n/zh_TW.php b/core/l10n/zh_TW.php index 45c7596e609..def8c31a21a 100644 --- a/core/l10n/zh_TW.php +++ b/core/l10n/zh_TW.php @@ -26,6 +26,8 @@ "The app name is not specified." => "沒有詳述APP名稱.", "Error while sharing" => "分享時發生錯誤", "Error while unsharing" => "取消分享時發生錯誤", +"Error while changing permissions" => "修改權限時發生錯誤", +"Shared with you and the group {group} by {owner}" => "由 {owner} 分享給您和 {group}", "Shared with you by {owner}" => "{owner} 已經和您分享", "Share with" => "與分享", "Share with link" => "使用連結分享", @@ -34,6 +36,8 @@ "Set expiration date" => "設置到期日", "Expiration date" => "到期日", "Share via email:" => "透過email分享:", +"No people found" => "沒有找到任何人", +"Resharing is not allowed" => "不允許重新分享", "Shared in {item} with {user}" => "已和 {user} 分享 {item}", "Unshare" => "取消共享", "can edit" => "可編輯", @@ -43,6 +47,7 @@ "delete" => "刪除", "share" => "分享", "Password protected" => "密碼保護", +"Error unsetting expiration date" => "解除過期日設定失敗", "Error setting expiration date" => "錯誤的到期日設定", "ownCloud password reset" => "ownCloud 密碼重設", "Use the following link to reset your password: {link}" => "請循以下聯結重設你的密碼: (聯結) ", @@ -66,6 +71,8 @@ "Add" => "添加", "Security Warning" => "安全性警告", "No secure random number generator is available, please enable the PHP OpenSSL extension." => "沒有可用的隨機數字產生器, 請啟用 PHP 中 OpenSSL 擴充功能.", +"Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "若沒有安全的亂數產生器,攻擊者可能可以預測密碼重設信物,然後控制您的帳戶。", +"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "您的資料目錄 (Data Directory) 和檔案可能可以由網際網路上面公開存取。Owncloud 所提供的 .htaccess 設定檔並未生效,我們強烈建議您設定您的網頁伺服器以防止資料目錄被公開存取,或將您的資料目錄移出網頁伺服器的 document root 。", "Create an <strong>admin account</strong>" => "建立一個<strong>管理者帳號</strong>", "Advanced" => "進階", "Data folder" => "資料夾", @@ -98,6 +105,9 @@ "December" => "十二月", "web services under your control" => "網路服務已在你控制", "Log out" => "登出", +"Automatic logon rejected!" => "自動登入被拒!", +"If you did not change your password recently, your account may be compromised!" => "如果您最近並未更改密碼,您的帳號可能已經遭到入侵!", +"Please change your password to secure your account again." => "請更改您的密碼以再次取得您的帳戶的控制權。", "Lost your password?" => "忘記密碼?", "remember" => "記住", "Log in" => "登入", @@ -105,5 +115,6 @@ "prev" => "上一頁", "next" => "下一頁", "Security Warning!" => "安全性警告!", +"Please verify your password. <br/>For security reasons you may be occasionally asked to enter your password again." => "請輸入您的密碼。<br/>基於安全性的理由,您有時候可能會被要求再次輸入密碼。", "Verify" => "驗證" ); |