diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-01-06 02:20:00 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-01-06 02:20:00 +0000 |
commit | e160104caf34bfb40e368db90ace1ccfe594f074 (patch) | |
tree | 827edbfda7ff158f1be96ceabdbb26b4a83f2182 /apps/files/l10n/zh_TW.js | |
parent | 5fa935d6d6c93ccecd91b942d5014c1a4ed463bd (diff) | |
download | nextcloud-server-e160104caf34bfb40e368db90ace1ccfe594f074.tar.gz nextcloud-server-e160104caf34bfb40e368db90ace1ccfe594f074.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/zh_TW.js')
-rw-r--r-- | apps/files/l10n/zh_TW.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index 23ddc9a4869..b4c455ed830 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -25,6 +25,7 @@ OC.L10N.register( "{loadedSize} of {totalSize} ({bitrate})" : "{totalSize} 中的 {loadedSize} ({bitrate})", "Uploading that item is not supported" : "不支援上傳該項目", "Target folder does not exist any more" : "目標資料夾已經不存在了", + "Operation is blocked by access control" : "操作已被存取控制封鎖", "Error when assembling chunks, status code {status}" : "重組檔案片段時出錯,狀態代碼 {status}", "Actions" : "動作", "Rename" : "重新命名", @@ -34,6 +35,7 @@ OC.L10N.register( "Delete file" : "刪除檔案", "Delete folder" : "刪除資料夾", "Disconnect storage" : "切斷儲存空間連接", + "Leave this share" : "保留該共用", "Could not load info for file \"{file}\"" : "無法讀取 \"{file}\" 的詳細資料", "Files" : "檔案", "Details" : "詳細資料", @@ -59,6 +61,7 @@ OC.L10N.register( "Could not fetch file details \"{file}\"" : "不能取得檔案細節\"{file}\"", "Error deleting file \"{fileName}\"." : "刪除 \"{fileName}\" 出錯", "No search results in other folders for {tag}{filter}{endtag}" : "在其它資料夾中沒有找到 {tag}{filter}{endtag}", + "Enter more than two characters to search in other folders" : "輸入兩個字元以上以便在其它資料夾搜尋", "Name" : "名稱", "Size" : "大小", "Modified" : "修改時間", @@ -77,7 +80,13 @@ OC.L10N.register( "\"/\" is not allowed inside a file name." : "不允許檔名中出現 \"/\"", "\"{name}\" is not an allowed filetype" : "\"{name}\" 是不允許的檔案類型", "Storage of {owner} is full, files can not be updated or synced anymore!" : "{owner} 的儲存空間已滿,沒有辦法再更新或是同步檔案!", + "Group folder \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "群組資料夾 \"{mountPoint}\" 已滿,已無法再更新或同步檔案!", + "External storage \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "外部儲存空間 \"{mountPoint}\" 已滿,已無法再更新或同步檔案!", "Your storage is full, files can not be updated or synced anymore!" : "您的儲存空間已滿,沒有辦法再更新或是同步檔案!", + "Storage of {owner} is almost full ({usedSpacePercent}%)." : "{owner} 的儲存空間將近已滿 ({usedSpacePercent}%).", + "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "群組資料夾 \"{mountPoint}\" 將近已滿 ({usedSpacePercent}%).", + "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "外部儲存空間 \"{mountPoint}\" 將近已滿 ({usedSpacePercent}%).", + "Your storage is almost full ({usedSpacePercent}%)." : "您的儲存空間將近已滿 ({usedSpacePercent}%).", "_matches '{filter}'_::_match '{filter}'_" : ["符合「{filter}」"], "View in folder" : "在資料夾中檢視", "Copied!" : "已複製", @@ -127,6 +136,7 @@ OC.L10N.register( "{user} moved {oldfile} to {newfile}" : "{user} 移動 {oldfile} 到 {newfile}", "A file has been added to or removed from your <strong>favorites</strong>" : "檔案已被新增或移除從 <strong>最愛</strong>", "A file or folder has been <strong>changed</strong>" : "檔案或目錄已被 <strong>變更</strong>", + "A favorite file or folder has been <strong>changed</strong>" : "一個最愛的檔案或資料夾已 <strong>變更</strong>", "All files" : "所有檔案", "Unlimited" : "無限制", "Upload (max. %s)" : "上傳(至多 %s)", @@ -183,6 +193,8 @@ OC.L10N.register( "New text file.txt" : "新文字檔.txt", "Unshare" : "取消分享", "Storage of {owner} is almost full ({usedSpacePercent}%)" : "{owner} 的儲存空間快要滿了 ({usedSpacePercent}%)", + "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "群組資料夾 \"{mountPoint}\" 將近已滿 ({usedSpacePercent}%)", + "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "外部儲存空間 \"{mountPoint}\" 將近已滿 ({usedSpacePercent}%)", "Your storage is almost full ({usedSpacePercent}%)" : "您的儲存空間快要滿了 ({usedSpacePercent}%)", "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "檔案或目錄已被 <strong>更動</strong> 或 <strong>改名</strong>", "A new file or folder has been <strong>created</strong>" : "新的檔案或目錄已被 <strong>建立</strong>", |