zh-CN.ts 275 Bytes
Newer Older
hucy's avatar
hucy committed
1
export default {
hucy's avatar
hucy committed
2 3 4 5 6 7 8 9
  ok: 'ok',
  'Select file': '选择文件',
  preview: '预览',
  'Upload files': '上传文件',
  'No file selected': '未选择任何文件',
  'Confirm upload': '确认上传',
  'clear all': '清除所有',
  'remove from list': '从列表移除',
hucy's avatar
hucy committed
10
};