1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- import "./chunk-2LSFTFF7.js";
- // node_modules/.pnpm/@univerjs+docs-ui@0.5.5_@grpc+grpc-js@1.13.4_react-dom@18.3.1_react@18.3.1_rxjs@7.8.1_typescript@5.4.5/node_modules/@univerjs/docs-ui/lib/es/locale/zh-CN.js
- var e = {
- toolbar: {
- undo: "撤销",
- redo: "重做",
- font: "字体",
- fontSize: "字号",
- bold: "粗体",
- italic: "斜体",
- strikethrough: "删除线",
- subscript: "下标",
- superscript: "上标",
- underline: "下划线",
- textColor: {
- main: "文本颜色",
- right: "颜色选择"
- },
- fillColor: {
- main: "文本背景色",
- right: "背景色选择"
- },
- table: {
- main: "表格",
- insert: "插入表格",
- colCount: "列数",
- rowCount: "行数"
- },
- resetColor: "重置颜色",
- order: "有序列表",
- unorder: "无序列表",
- checklist: "任务列表",
- documentFlavor: "现代模式",
- alignLeft: "左对齐",
- alignCenter: "居中对齐",
- alignRight: "右对齐",
- alignJustify: "两端对齐",
- headerFooter: "页眉页脚"
- },
- table: {
- insert: "插入",
- insertRowAbove: "上方插入行",
- insertRowBelow: "下方插入行",
- insertColumnLeft: "左方插入列",
- insertColumnRight: "右方插入列",
- delete: "表格删除",
- deleteRows: "删除行",
- deleteColumns: "删除列",
- deleteTable: "删除表格"
- },
- headerFooter: {
- header: "页眉",
- footer: "页脚",
- panel: "页眉页脚设置",
- firstPageCheckBox: "首页不同",
- oddEvenCheckBox: "奇偶页不同",
- headerTopMargin: "页眉顶端距离",
- footerBottomMargin: "页脚底端距离",
- closeHeaderFooter: "关闭页眉页脚",
- disableText: "页眉页脚设置不可用"
- },
- doc: {
- menu: {
- paragraphSetting: "段落设置"
- },
- slider: {
- paragraphSetting: "段落设置"
- },
- paragraphSetting: {
- alignment: "对齐方式",
- indentation: "缩进",
- left: "左边距",
- right: "右边距",
- firstLine: "首行",
- hanging: "悬挂",
- spacing: "间距",
- before: "段落前",
- after: "段落后",
- lineSpace: "行距",
- multiSpace: "多倍行距",
- fixedValue: "固定值(px)"
- }
- }
- };
- export {
- e as default
- };
- //# sourceMappingURL=@univerjs_docs-ui_locale_zh-CN.js.map
|