diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-05-01 00:12:41 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-05-01 00:12:41 +0000 |
commit | 5e8cedab9f7dddd06b6973a9bf355536fa2e063f (patch) | |
tree | 627b42e1c885e0aef467bb8c7ac644793365c642 /core/l10n/zh_TW.js | |
parent | 4907b4e7e2722bec4a5ee546064f64e83453a398 (diff) | |
download | nextcloud-server-5e8cedab9f7dddd06b6973a9bf355536fa2e063f.tar.gz nextcloud-server-5e8cedab9f7dddd06b6973a9bf355536fa2e063f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/zh_TW.js')
-rw-r--r-- | core/l10n/zh_TW.js | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js index be321ce0b4d..196f6bf4901 100644 --- a/core/l10n/zh_TW.js +++ b/core/l10n/zh_TW.js @@ -54,6 +54,35 @@ OC.L10N.register( "%s (incompatible)" : "%s (不相容)", "Following apps have been disabled: %s" : "以下應用程式已經被停用:%s", "Already up to date" : "已經是最新版", + "No" : "否", + "Yes" : "是", + "No files in here" : "沒有任何檔案", + "New folder" : "新資料夾", + "No more subfolders in here" : "這裡沒有其他子資料夾了", + "Size" : "大小", + "Modified" : "已修改", + "{newName} already exists" : "{newName} 已經存在", + "Choose" : "選擇", + "Copy" : "複製", + "Move" : "移動", + "Error loading file picker template: {error}" : "載入檔案選擇器樣板出錯: {error}", + "OK" : "OK", + "Error loading message template: {error}" : "載入訊息樣板出錯: {error}", + "read-only" : "唯讀", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} 個檔案衝突"], + "One file conflict" : "一個檔案衝突", + "New Files" : "新檔案", + "Already existing files" : "已經存在的檔案", + "Which files do you want to keep?" : "您要保留哪一個檔案?", + "If you select both versions, the copied file will have a number added to its name." : "如果您同時選擇兩個版本,被複製的那個檔案名稱後面會加上編號", + "Cancel" : "取消", + "Continue" : "繼續", + "(all selected)" : "(已全選)", + "({count} selected)" : "(已選 {count} 項)", + "Error loading file exists template" : "載入檔案存在樣板出錯", + "Pending" : "等候中", + "Copy to {folder}" : "複製到 {folder}", + "Move to {folder}" : "移動到 {folder}", "Saving..." : "儲存中...", "Dismiss" : "知道了", "Authentication required" : "需要認證", @@ -87,7 +116,6 @@ OC.L10N.register( "Not supported!" : "不支援!", "Press ⌘-C to copy." : "按下 ⌘-C 來複製", "Press Ctrl-C to copy." : "按下 Ctrl-C 來複製", - "Copy" : "複製", "Unable to create a link share" : "無法建立連結分享", "Unable to toggle this option" : "無法調整這個選項", "Resharing is not allowed" : "不允許重新分享", @@ -169,34 +197,6 @@ OC.L10N.register( "Password can not be changed. Please contact your administrator." : "無法變更密碼,請聯絡您的系統管理員", "Reset password" : "重設密碼", "Sending email …" : "傳送 email…", - "No" : "否", - "Yes" : "是", - "No files in here" : "沒有任何檔案", - "New folder" : "新資料夾", - "No more subfolders in here" : "這裡沒有其他子資料夾了", - "Size" : "大小", - "Modified" : "已修改", - "{newName} already exists" : "{newName} 已經存在", - "Choose" : "選擇", - "Move" : "移動", - "Error loading file picker template: {error}" : "載入檔案選擇器樣板出錯: {error}", - "OK" : "OK", - "Error loading message template: {error}" : "載入訊息樣板出錯: {error}", - "read-only" : "唯讀", - "_{count} file conflict_::_{count} file conflicts_" : ["{count} 個檔案衝突"], - "One file conflict" : "一個檔案衝突", - "New Files" : "新檔案", - "Already existing files" : "已經存在的檔案", - "Which files do you want to keep?" : "您要保留哪一個檔案?", - "If you select both versions, the copied file will have a number added to its name." : "如果您同時選擇兩個版本,被複製的那個檔案名稱後面會加上編號", - "Cancel" : "取消", - "Continue" : "繼續", - "(all selected)" : "(已全選)", - "({count} selected)" : "(已選 {count} 項)", - "Error loading file exists template" : "載入檔案存在樣板出錯", - "Pending" : "等候中", - "Copy to {folder}" : "複製到 {folder}", - "Move to {folder}" : "移動到 {folder}", "Very weak password" : "密碼強度非常弱", "Weak password" : "密碼強度弱", "So-so password" : "密碼強度普通", |