sintonia/airtime_mvc/public/js/plupload/i18n/zh_CN.js

28 lines
1.1 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// 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: ")
});