zh-TW.js 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. const e = {
  2. docImage: {
  3. title: "圖片",
  4. upload: {
  5. float: "插入圖片"
  6. },
  7. panel: {
  8. title: "編圖"
  9. }
  10. },
  11. "image-popup": {
  12. replace: "替換",
  13. delete: "刪除",
  14. edit: "編輯",
  15. crop: "裁切",
  16. reset: "重置大小"
  17. },
  18. "image-text-wrap": {
  19. title: "文字环绕",
  20. wrappingStyle: "环绕方式",
  21. square: "四周型",
  22. topAndBottom: "上下型",
  23. inline: "嵌入型",
  24. behindText: "衬于文字下方",
  25. inFrontText: "浮于文字上方",
  26. wrapText: "自动换行",
  27. bothSide: "两侧",
  28. leftOnly: "左侧",
  29. rightOnly: "右侧",
  30. distanceFromText: "距正文",
  31. top: "上(px)",
  32. left: "左(px)",
  33. bottom: "下(px)",
  34. right: "右(px)"
  35. },
  36. "image-position": {
  37. title: "位置",
  38. horizontal: "水平",
  39. vertical: "垂直",
  40. absolutePosition: "绝对位置(px)",
  41. relativePosition: "相对位置",
  42. toTheRightOf: "右侧",
  43. relativeTo: "相对于",
  44. bellow: "下方",
  45. options: "选项",
  46. moveObjectWithText: "对象随文字移动",
  47. column: "栏",
  48. margin: "页边距",
  49. page: "页面",
  50. line: "行",
  51. paragraph: "段落"
  52. },
  53. "update-status": {
  54. exceedMaxSize: "圖片大小超過限制, 限制為{0}M",
  55. invalidImageType: "圖片類型錯誤",
  56. exceedMaxCount: "圖片只能一次上傳{0}張",
  57. invalidImage: "無效圖片"
  58. }
  59. };
  60. export {
  61. e as default
  62. };