/** 繁体中文 */ import lang from 'element-plus/dist/locale/zh-tw'; export default { ...lang, y: { name: 'zh-tw', upload: { uploading: '上傳中', exception: '上傳失敗', retry: '重試', }, proTable: { emptyText: '暂无数据', }, tableTools: { refresh: '刷新', size: '密度', fullscreen: '全屏', sizeOption: { large: '寬鬆', default: '默認', small: '中等', }, columns: '列設置', columnsOption: { columns: '列展示', reset: '重置', index: 'index', selection: 'selection', untitled: 'untitled', }, }, tour: { skip: '跳過', prev: '上一步', next: '下一步', finish: '完成', }, cropper: { zoomIn: '放大', zoomOut: '縮小', rotateLeft: '向左旋轉', rotateRight: '向右旋轉', moveLeft: '左移', moveRight: '右移', moveUp: '上移', moveDown: '下移', flipX: '左右翻轉', flipY: '上下翻轉', reset: '重新開始', upload: '選擇圖片', ok: '完成', title: '裁剪圖片', }, }, };