diff options
Diffstat (limited to 'apps/files/l10n/zh_TW.js')
-rw-r--r-- | apps/files/l10n/zh_TW.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index 244d728fc22..e2417b3def1 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -41,7 +41,8 @@ OC.L10N.register( "Details" : "詳細資料", "Please select tag(s) to add to the selection" : "請選取要新增到選定項目的標籤", "Apply tag(s) to selection" : "將標籤套用至選定項目", - "Select" : "選取", + "Select directory \"{dirName}\"" : "選取目錄「{dirName}」", + "Select file \"{fileName}\"" : "選取檔案「{fileName}」", "Pending" : "等候中", "Unable to determine date" : "無法確定日期", "This operation is forbidden" : "此動作被禁止", @@ -210,6 +211,7 @@ OC.L10N.register( "Deleted shares" : "已刪除的分享", "Pending shares" : "等待分享", "Text file" : "文字檔案", - "New text file.txt" : "新文字檔案.txt" + "New text file.txt" : "新文字檔案.txt", + "Select" : "選取" }, "nplurals=1; plural=0;"); |