| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- const t = {
- ribbon: {
- start: "開始",
- insert: "插入",
- formulas: "公式",
- data: "資料",
- view: "視圖",
- others: "其他",
- more: "更多"
- },
- fontFamily: {
- TimesNewRoman: "Times New Roman",
- Arial: "Arial",
- Tahoma: "Tahoma",
- Verdana: "Verdana",
- MicrosoftYaHei: "微軟雅黑",
- SimSun: "宋體",
- SimHei: "黑體",
- Kaiti: "楷體",
- FangSong: "仿宋",
- NSimSun: "新宋體",
- STXinwei: "華文新魏",
- STXingkai: "華文行楷",
- STLiti: "華文隸書",
- HanaleiFill: "HanaleiFill",
- Anton: "Anton",
- Pacifico: "Pacifico"
- },
- "shortcut-panel": {
- title: "快捷鍵面板"
- },
- shortcut: {
- undo: "撤銷",
- redo: "重做",
- cut: "剪切",
- copy: "複製",
- paste: "貼上",
- "shortcut-panel": "開啟收起快捷鍵面板"
- },
- "common-edit": "常用編輯",
- "toggle-shortcut-panel": "開啟收起快速鍵面板",
- clipboard: {
- authentication: {
- title: "無法存取剪貼簿",
- content: "請允許 Univer 存取您的剪貼簿。 "
- }
- },
- textEditor: {
- formulaError: "請輸入合法的公式,例如=SUM(A1)",
- rangeError: "請輸入合法的範圍,例如 A1:B10"
- },
- rangeSelector: {
- title: "選擇一個資料範圍",
- addAnotherRange: "新增範圍",
- buttonTooltip: "選擇資料範圍",
- placeHolder: "框選範圍或輸入",
- confirm: "確認",
- cancel: "取消"
- },
- "global-shortcut": "全域快捷鍵"
- };
- export {
- t as default
- };
|