diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-05-02 00:07:20 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-05-02 00:07:20 +0000 |
commit | f27d382c4775d1a47ca8d81a987fd82b79cf05c9 (patch) | |
tree | 4c6fb414674c5eaf89242b02b5ae07a53e60059f /core/l10n/zh_TW.js | |
parent | af6f5e8fad2584b5291a0ada8695d5a0a9952a13 (diff) | |
download | nextcloud-server-f27d382c4775d1a47ca8d81a987fd82b79cf05c9.tar.gz nextcloud-server-f27d382c4775d1a47ca8d81a987fd82b79cf05c9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/zh_TW.js')
-rw-r--r-- | core/l10n/zh_TW.js | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js index ee829bef045..197e522b4bd 100644 --- a/core/l10n/zh_TW.js +++ b/core/l10n/zh_TW.js @@ -90,9 +90,6 @@ OC.L10N.register( "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "您正在藉由 HTTP 訪問此網站,如我們的<a href=\"{docUrl}\">安全性提示</a>所述,我們強烈建議設定您的伺服器須要求使用 HTTPS", "Shared" : "已分享", "Shared with {recipients}" : "與 {recipients} 分享", - "Error" : "錯誤", - "Error while sharing" : "分享時發生錯誤", - "Error while unsharing" : "取消分享時發生錯誤", "Error setting expiration date" : "設定到期日發生錯誤", "The public link will expire no later than {days} days after it is created" : "這個公開連結會在 {days} 天內失效", "Set expiration date" : "指定到期日", @@ -118,6 +115,7 @@ OC.L10N.register( "remote" : "遠端", "Unshare" : "取消分享", "Could not unshare" : "無法取消分享", + "Error while sharing" : "分享時發生錯誤", "Share details could not be loaded for this item." : "無法載入分享細節", "No users or groups found for {search}" : "沒有群組或使用者符合 {search}", "No users found for {search}" : "沒有使用者符合 {search}", @@ -125,6 +123,7 @@ OC.L10N.register( "{sharee} (group)" : "{sharee} (群組)", "{sharee} (remote)" : "{sharee} (遠端)", "Share" : "分享", + "Error" : "錯誤", "Error removing share" : "移除分享時發生錯誤", "Non-existing tag #{tag}" : "不存在的標籤 #{tag}", "restricted" : "受限", @@ -133,12 +132,6 @@ OC.L10N.register( "Delete" : "刪除", "Rename" : "重新命名", "Collaborative tags" : "標籤", - "The object type is not specified." : "未指定物件類型", - "Enter new" : "輸入新的", - "Add" : "增加", - "Edit tags" : "編輯標籤", - "Error loading dialog template: {error}" : "載入對話樣板出錯:{error}", - "No tags selected for deletion." : "沒有選擇要刪除的標籤", "unknown text" : "未知的文字", "Hello world!" : "哈囉 世界!", "sunny" : "晴朗的", @@ -244,9 +237,16 @@ OC.L10N.register( "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "您的檔案是加密的,如果您沒有啟用救援金鑰,當您重設密碼之後將無法存取您的資料。<br/>如果不確定該怎麼做,請聯絡您的系統管理員。<br/>您確定要繼續嗎?", "Ok" : "好", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "您的資料目錄和檔案看來可以被公開存取,這表示 .htaccess 檔案並未生效,我們強烈建議您設定您的網頁伺服器,拒絕資料目錄的公開存取,或者將您的資料目錄移出網頁伺服器根目錄。", + "Error while unsharing" : "取消分享時發生錯誤", "can reshare" : "允許轉分享", "can edit" : "可編輯", "access control" : "存取控制", + "The object type is not specified." : "未指定物件類型", + "Enter new" : "輸入新的", + "Add" : "增加", + "Edit tags" : "編輯標籤", + "Error loading dialog template: {error}" : "載入對話樣板出錯:{error}", + "No tags selected for deletion." : "沒有選擇要刪除的標籤", "The update was successful. Redirecting you to Nextcloud now." : "更新成功,即將重導向至 Nextcloud", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "嗨,\n\n%s 和你分享了 %s ,到這裡看它:%s\n", "The share will expire on %s." : "這個分享將會於 %s 過期", |