mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-28 05:54:48 -04:00
added zh-tw translation. fix zh-cn translation.
This commit is contained in:
parent
1b0c9d81ac
commit
4e90a41614
1 changed files with 15 additions and 1 deletions
|
@ -424,7 +424,21 @@ var H5AI_CONFIG = {
|
||||||
"empty": "空文件夹",
|
"empty": "空文件夹",
|
||||||
"folders": "文件夹",
|
"folders": "文件夹",
|
||||||
"files": "文件",
|
"files": "文件",
|
||||||
"download": "download"
|
"download": "下载"
|
||||||
|
},
|
||||||
|
|
||||||
|
"zh-tw": {
|
||||||
|
"lang": "正體中文",
|
||||||
|
"details": "詳細資料",
|
||||||
|
"icons": "圖示",
|
||||||
|
"name": "檔名",
|
||||||
|
"lastModified": "上次修改",
|
||||||
|
"size": "大小",
|
||||||
|
"parentDirectory": "上層目錄",
|
||||||
|
"empty": "空資料夾",
|
||||||
|
"folders": "資料夾",
|
||||||
|
"files": "檔案",
|
||||||
|
"download": "下載"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue