Merge pull request #38 from medicalwei/develop

Add translation to zh-tw, and fix translation on zh-cn.
This commit is contained in:
Lars Jung 2012-02-21 22:16:50 -08:00
commit 78dc01d5b3

View File

@ -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": "下載"
}
}
};