diff --git a/src/_h5ai/conf/l10n/zh-tw.json b/src/_h5ai/conf/l10n/zh-tw.json index 2ff1ab01..4c4cf341 100644 --- a/src/_h5ai/conf/l10n/zh-tw.json +++ b/src/_h5ai/conf/l10n/zh-tw.json @@ -1,6 +1,7 @@ { "lang": "正體中文", "details": "詳細資料", + "list": "清單", "icons": "圖示", "name": "檔名", "lastModified": "上次修改", @@ -9,5 +10,9 @@ "empty": "空資料夾", "folders": "資料夾", "files": "檔案", - "download": "下載" -} \ No newline at end of file + "download": "下載", + "noMatch": "沒有符合的檔案", + "dateFormat": "YYYY-MM-DD HH:mm", /* syntax as specified on http://momentjs.com */ + "filter": "過濾", + "delete": "刪除" +}