Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
05eee37f20
|
@ -1,26 +1,26 @@
|
|||
// Chinese
|
||||
plupload.addI18n({
|
||||
'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.',
|
||||
'Filename' : 'Filename',
|
||||
'Status' : 'Status',
|
||||
'Size' : 'Size',
|
||||
'Add files' : 'Add files',
|
||||
'Stop current upload' : 'Stop current upload',
|
||||
'Start uploading queue' : 'Start uploading queue',
|
||||
'Uploaded %d/%d files': 'Uploaded %d/%d files',
|
||||
'N/A' : 'N/A',
|
||||
'Drag files here.' : 'Drag files here.',
|
||||
'File extension error.': 'File extension error.',
|
||||
'File size error.': 'File size error.',
|
||||
'Init error.': 'Init error.',
|
||||
'HTTP Error.': 'HTTP Error.',
|
||||
'Security error.': 'Security error.',
|
||||
'Generic error.': 'Generic error.',
|
||||
'IO error.': 'IO error.',
|
||||
'Stop Upload': 'Stop Upload',
|
||||
'Add Files': 'Add Files',
|
||||
'Start Upload': 'Start Upload',
|
||||
'Start upload': 'Start upload',
|
||||
'%d files queued': '%d files queued'
|
||||
});
|
||||
'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个文件在队列中'
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue