zh-TW.js 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. const e = {
  2. sheetImage: {
  3. title: "圖片",
  4. upload: {
  5. float: "浮動圖片",
  6. cell: "儲存格圖片"
  7. },
  8. panel: {
  9. title: "編圖"
  10. }
  11. },
  12. "image-popup": {
  13. replace: "替換",
  14. delete: "刪除",
  15. edit: "編輯",
  16. crop: "裁切",
  17. reset: "重置大小"
  18. },
  19. "drawing-anchor": {
  20. title: "錨點屬性",
  21. both: "與儲存格一起移動和調整大小",
  22. position: "移動但不調整大小與儲存格",
  23. none: "不要移動或調整大小與單元格"
  24. },
  25. "update-status": {
  26. exceedMaxSize: "圖片大小超過限制, 限制為{0}M",
  27. invalidImageType: "圖片類型錯誤",
  28. exceedMaxCount: "圖片只能一次上傳{0}張",
  29. invalidImage: "無效圖片"
  30. },
  31. "sheet-drawing-view": "繪圖",
  32. shortcut: {
  33. sheet: {
  34. "drawing-move-down": "下移繪圖",
  35. "drawing-move-up": "上移繪圖",
  36. "drawing-move-left": "左移繪圖",
  37. "drawing-move-right": "右移繪圖",
  38. "drawing-delete": "刪除繪圖"
  39. }
  40. }
  41. };
  42. export {
  43. e as default
  44. };