zh-TW.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
};