| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- const e = {
- ribbon: {
- start: "Start",
- insert: "Insert",
- formulas: "Formulas",
- data: "Data",
- view: "View",
- others: "Others",
- more: "More"
- },
- fontFamily: {
- TimesNewRoman: "Times New Roman",
- Arial: "Arial",
- Tahoma: "Tahoma",
- Verdana: "Verdana",
- MicrosoftYaHei: "Microsoft YaHei",
- SimSun: "SimSun",
- SimHei: "SimHei",
- Kaiti: "Kaiti",
- FangSong: "FangSong",
- NSimSun: "NSimSun",
- STXinwei: "STXinwei",
- STXingkai: "STXingkai",
- STLiti: "STLiti",
- HanaleiFill: "HanaleiFill",
- Anton: "Anton",
- Pacifico: "Pacifico"
- },
- "shortcut-panel": {
- title: "Shortcuts"
- },
- shortcut: {
- undo: "Undo",
- redo: "Redo",
- cut: "Cut",
- copy: "Copy",
- paste: "Paste",
- "shortcut-panel": "Toggle Shortcut Panel"
- },
- "common-edit": "Common Editing Shortcuts",
- "toggle-shortcut-panel": "Toggle Shortcut Panel",
- clipboard: {
- authentication: {
- title: "Permission Denied",
- content: "Please allow Univer to access your clipboard."
- }
- },
- textEditor: {
- formulaError: "Please enter a valid formula, such as =SUM(A1)",
- rangeError: "Please enter a valid range, such as A1:B10"
- },
- rangeSelector: {
- title: "Select a data range",
- addAnotherRange: "Add range",
- buttonTooltip: "Select data range",
- placeHolder: "Select range or enter.",
- confirm: "Confirm",
- cancel: "Cancel"
- },
- "global-shortcut": "Global Shortcut"
- };
- export {
- e as default
- };
|