Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
05eee37f20
|
@ -1,26 +1,26 @@
|
||||||
// Chinese
|
// Chinese
|
||||||
plupload.addI18n({
|
plupload.addI18n({
|
||||||
'Select files' : 'Select files',
|
'Select files' : '选择文件',
|
||||||
'Add files to the upload queue and click the start button.' : 'Add files to the upload queue and click the start button.',
|
'Add files to the upload queue and click the start button.' : '往上传队列中添加文件,并且点击按钮开始上传。',
|
||||||
'Filename' : 'Filename',
|
'Filename' : '文件名',
|
||||||
'Status' : 'Status',
|
'Status' : '上传状态',
|
||||||
'Size' : 'Size',
|
'Size' : '大小',
|
||||||
'Add files' : 'Add files',
|
'Add files' : '添加文件',
|
||||||
'Stop current upload' : 'Stop current upload',
|
'Stop current upload' : '中断当前上传',
|
||||||
'Start uploading queue' : 'Start uploading queue',
|
'Start uploading queue' : '启动上传队列',
|
||||||
'Uploaded %d/%d files': 'Uploaded %d/%d files',
|
'Uploaded %d/%d files': '已经上传%d/%d',
|
||||||
'N/A' : 'N/A',
|
'N/A' : '未知',
|
||||||
'Drag files here.' : 'Drag files here.',
|
'Drag files here.' : '拖拽文件至此处。',
|
||||||
'File extension error.': 'File extension error.',
|
'File extension error.': '文件后缀名不符合要求。',
|
||||||
'File size error.': 'File size error.',
|
'File size error.': '文件大小错误。',
|
||||||
'Init error.': 'Init error.',
|
'Init error.': '初始化出错。',
|
||||||
'HTTP Error.': 'HTTP Error.',
|
'HTTP Error.': 'HTTP错误。',
|
||||||
'Security error.': 'Security error.',
|
'Security error.': '安全性错误',
|
||||||
'Generic error.': 'Generic error.',
|
'Generic error.': '系统错误。',
|
||||||
'IO error.': 'IO error.',
|
'IO error.': '输入输出错误。',
|
||||||
'Stop Upload': 'Stop Upload',
|
'Stop Upload': '停止上传',
|
||||||
'Add Files': 'Add Files',
|
'Add Files': '添加文件',
|
||||||
'Start Upload': 'Start Upload',
|
'Start Upload': '开始上传',
|
||||||
'Start upload': 'Start upload',
|
'Start upload': '开始上传',
|
||||||
'%d files queued': '%d files queued'
|
'%d files queued': '%d个文件在队列中'
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue