| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- const t = {
- docImage: {
- title: "Hình ảnh",
- upload: {
- float: "Chèn hình ảnh"
- },
- panel: {
- title: "Chỉnh sửa hình ảnh"
- }
- },
- "image-popup": {
- replace: "Thay thế",
- delete: "Xóa",
- edit: "Chỉnh sửa",
- crop: "Cắt",
- reset: "Đặt lại kích thước"
- },
- "image-text-wrap": {
- title: "Text Wrapping",
- wrappingStyle: "Wrapping Style",
- square: "Square",
- topAndBottom: "Top and Bottom",
- inline: "In line with text",
- behindText: "Behind text",
- inFrontText: "In front of text",
- wrapText: "Wrap text",
- bothSide: "Both sides",
- leftOnly: "Left only",
- rightOnly: "Right only",
- distanceFromText: "Distance from text",
- top: "Top(px)",
- left: "Left(px)",
- bottom: "Bottom(px)",
- right: "Right(px)"
- },
- "image-position": {
- title: "Position",
- horizontal: "Horizontal",
- vertical: "Vertical",
- absolutePosition: "Absolute Position(px)",
- relativePosition: "Relative Position",
- toTheRightOf: "to the right of",
- relativeTo: "relative to",
- bellow: "bellow",
- options: "Options",
- moveObjectWithText: "Move object with text",
- column: "Column",
- margin: "Margin",
- page: "Page",
- line: "Line",
- paragraph: "Paragraph"
- },
- "update-status": {
- exceedMaxSize: "Kích thước hình ảnh vượt quá giới hạn, giới hạn là {0}M",
- invalidImageType: "Loại hình ảnh không hợp lệ",
- exceedMaxCount: "Chỉ có thể tải lên tối đa {0} hình ảnh một lần",
- invalidImage: "Hình ảnh không hợp lệ"
- }
- };
- export {
- t as default
- };
|