added zh-tw translation. fix zh-cn translation.

This commit is contained in:
Yao Wei (魏銘廷) 2012-02-22 13:24:49 +08:00
parent 1b0c9d81ac
commit 4e90a41614

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