Rename airtime_mvc/ to legacy/
This commit is contained in:
parent
f0879322c2
commit
3e18d42c8b
1316 changed files with 0 additions and 0 deletions
27
legacy/public/js/plupload/i18n/zh_CN.js
Normal file
27
legacy/public/js/plupload/i18n/zh_CN.js
Normal file
|
@ -0,0 +1,27 @@
|
|||
// Chinese
|
||||
plupload.addI18n({
|
||||
'Select files' : '选择文件',
|
||||
'Add files to the upload queue and click the start button.' : '往上传队列中添加文件,并且点击按钮开始上传。',
|
||||
'Filename' : '文件名',
|
||||
'Status' : '上传状态',
|
||||
'Size' : '大小',
|
||||
'Add files' : '添加文件',
|
||||
'Stop current upload' : '中断当前上传',
|
||||
'Start uploading queue' : '启动上传队列',
|
||||
'Uploaded %d/%d files': '已经上传%d/%d',
|
||||
'N/A' : '未知',
|
||||
'Drag files here.' : '拖拽文件至此处。',
|
||||
'File extension error.': '文件后缀名不符合要求。',
|
||||
'File size error.': '文件大小错误。',
|
||||
'Init error.': '初始化出错。',
|
||||
'HTTP Error.': 'HTTP错误。',
|
||||
'Security error.': '安全性错误',
|
||||
'Generic error.': '系统错误。',
|
||||
'IO error.': '输入输出错误。',
|
||||
'Stop Upload': '停止上传',
|
||||
'Add Files': '添加文件',
|
||||
'Start Upload': '开始上传',
|
||||
'Start upload': '开始上传',
|
||||
'%d files queued': '%d个文件在队列中',
|
||||
"Error: Invalid file extension: " : $.i18n._("Error: Invalid file extension: ")
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue