@univerjs/docs-ui
Version:
Editor UI layer for Univer Docs.
124 lines (122 loc) • 3.02 kB
JavaScript
//#region src/locale/zh-HK.ts
const locale = { "docs-ui": {
toolbar: {
undo: "撤銷",
redo: "重做",
font: "字型",
fontSize: "字號",
bold: "粗體",
italic: "斜體",
strikethrough: "刪除線",
subscript: "下標",
superscript: "上標",
underline: "底線",
textColor: { main: "文字顏色" },
fillColor: { main: "文字背景色" },
table: {
main: "Table",
insert: "Insert Table",
colCount: "Column count",
rowCount: "Row count"
},
resetColor: "重置顏色",
order: "有序列表",
unorder: "無序列表",
checklist: "任務列表",
documentFlavor: "现代模式",
alignLeft: "左對齊",
alignCenter: "居中對齊",
alignRight: "右對齊",
alignJustify: "兩端對齊",
horizontalLine: "Horizontal line",
headerFooter: "頁眉頁腳",
pageSetup: "頁面設置"
},
table: {
insert: "Insert",
insertRowAbove: "Insert row above",
insertRowBelow: "Insert row below",
insertColumnLeft: "Insert column left",
insertColumnRight: "Insert column right",
delete: "Table delete",
deleteRows: "Delete row",
deleteColumns: "Delete column",
deleteTable: "Delete table"
},
headerFooter: {
header: "頁眉",
footer: "頁腳",
panel: "頁眉頁腳設置",
firstPageCheckBox: "首頁不同",
oddEvenCheckBox: "奇偶頁不同",
headerTopMargin: "頁眉頂端距離(px)",
footerBottomMargin: "頁腳底端距離(px)",
closeHeaderFooter: "關閉頁眉頁腳",
disableText: "頁眉頁腳設置不可用"
},
doc: {
menu: { paragraphSetting: "Paragraph Setting" },
slider: { paragraphSetting: "Paragraph Setting" },
paragraphSetting: {
alignment: "Alignment",
indentation: "Indentation",
left: "Left",
right: "Right",
firstLine: "First Line",
hanging: "Hanging",
spacing: "Spacing",
before: "Before",
after: "After",
lineSpace: "Line Space",
multiSpace: "Multi Space",
fixedValue: "Fixed Value(px)"
}
},
rightClick: {
copy: "複製",
cut: "剪切",
paste: "貼上",
delete: "刪除",
bulletList: "無序列表",
orderList: "有序列表",
checkList: "任務列表",
insertBellow: "在下方插入"
},
"page-settings": {
"document-setting": "文檔設置",
mode: "模式",
"modern-mode": "現代模式",
"classic-mode": "經典模式",
"modern-width": "內容寬度",
"modern-width-narrow": "窄",
"modern-width-medium": "適中",
"modern-width-wide": "寬",
"paper-size": "紙張大小",
"page-size": {
main: "紙張大小",
a4: "A4",
a3: "A3",
a5: "A5",
b4: "B4",
b5: "B5",
letter: "美式信紙",
legal: "美式法律用紙",
tabloid: "小報尺寸",
statement: "聲明用紙",
executive: "行政用紙",
folio: "對開紙"
},
orientation: "方向",
portrait: "縱向",
landscape: "橫向",
"custom-paper-size": "自定義紙張大小",
top: "上",
bottom: "下",
left: "左",
right: "右",
cancel: "取消",
confirm: "確認"
}
} };
//#endregion
module.exports = locale;