mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-03-21 21:10:00 +01:00
Merge pull request #38 from medicalwei/develop
Add translation to zh-tw, and fix translation on zh-cn.
This commit is contained in:
commit
78dc01d5b3
@ -424,7 +424,21 @@ var H5AI_CONFIG = {
|
||||
"empty": "空文件夹",
|
||||
"folders": "文件夹",
|
||||
"files": "文件",
|
||||
"download": "download"
|
||||
"download": "下载"
|
||||
},
|
||||
|
||||
"zh-tw": {
|
||||
"lang": "正體中文",
|
||||
"details": "詳細資料",
|
||||
"icons": "圖示",
|
||||
"name": "檔名",
|
||||
"lastModified": "上次修改",
|
||||
"size": "大小",
|
||||
"parentDirectory": "上層目錄",
|
||||
"empty": "空資料夾",
|
||||
"folders": "資料夾",
|
||||
"files": "檔案",
|
||||
"download": "下載"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user