diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-06 00:30:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-06 00:30:47 +0000 |
commit | 0e0b468c10b8a65cbf346c052cadbc8d834eb28f (patch) | |
tree | 925d741a7c712cc17a2ce256ab57bb3c13bb472c /apps/files/l10n/zh_TW.js | |
parent | 82c5f41dde1246ad92c0d2867f88db800c384a4d (diff) | |
download | nextcloud-server-0e0b468c10b8a65cbf346c052cadbc8d834eb28f.tar.gz nextcloud-server-0e0b468c10b8a65cbf346c052cadbc8d834eb28f.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/zh_TW.js')
-rw-r--r-- | apps/files/l10n/zh_TW.js | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index ea969cb07c4..a5b2ecb0a9d 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -10,7 +10,6 @@ OC.L10N.register( "Show grid view" : "顯示網格檢視", "Home" : "家目錄", "Close" : "關閉", - "Favorites" : "最愛", "Could not create folder \"{dir}\"" : "無法建立資料夾「{dir}」", "This will stop your current uploads." : "這會終止目前任何的上傳。", "Upload cancelled." : "上傳已取消。", @@ -104,7 +103,6 @@ OC.L10N.register( "Favorited" : "已加入最愛", "Favorite" : "我的最愛", "Copy direct link (only works for users who have access to this file/folder)" : "複製直接連結(僅對有權存取此檔案或資料夾的使用者有用)", - "You can only favorite a single file or folder at a time" : "您一次只能將一個檔案或資料夾加入最愛", "New folder" : "新資料夾", "Create new folder" : "新增資料夾", "Upload file" : "上傳檔案", @@ -119,6 +117,7 @@ OC.L10N.register( "Removed from favorites" : "已從最愛中移除", "You added {file} to your favorites" : "您已新增 {file} 至您的最愛", "You removed {file} from your favorites" : "您已從您的最愛移除 {file}", + "Favorites" : "最愛", "File changes" : "檔案更動", "Created by {user}" : "由 {user} 建立", "Changed by {user}" : "由 {user} 改動", @@ -172,10 +171,11 @@ OC.L10N.register( "Reload current directory" : "重新載入目前的目錄", "Go to the \"{dir}\" directory" : "到「{dir}」目錄", "Select the row for {displayName}" : "選取 {displayName} 的列", - "Open folder {name}" : "開啟資料夾 {name}", + "File name" : "檔案名稱", "Download file {name}" : "下載檔案 {name}", "\"{displayName}\" action executed successfully" : "「{displayName}」動作執行成功", "\"{displayName}\" action failed" : "「{displayName}」操作失敗", + "Name cannot be empty" : "名稱不能空白", "Total rows summary" : "總列摘要", "Select all" : "全選", "Unselect all" : "取消全選", @@ -229,6 +229,7 @@ OC.L10N.register( "Unable to create new file from template" : "無法從範本建立新檔案", "Delete permanently" : "永久刪除", "Open folder {displayName}" : "開啟資料夾 {displayName}", + "Open details" : "開啟細節", "Set up templates folder" : "設定範本資料夾", "Templates" : "範本", "Create new templates folder" : "建立新的範本資料夾", @@ -250,6 +251,7 @@ OC.L10N.register( "Text file" : "文字檔案", "New text file.txt" : "新文字檔案.txt", "Storage invalid" : "無效的儲存空間", + "You can only favorite a single file or folder at a time" : "您一次只能將一個檔案或資料夾加入最愛", "Unlimited" : "無限制", "Search users" : "搜尋使用者", "Cancel" : "取消", @@ -257,6 +259,7 @@ OC.L10N.register( "%s%%" : "%s%%", "%1$s of %2$s used" : "在 %2$s 中使用了 %1$s ", "Deleted files" : "已刪除的檔案", + "Open folder {name}" : "開啟資料夾 {name}", "Search for an account" : "搜尋帳號" }, "nplurals=1; plural=0;"); |