@univerjs_ui_locale_zh-CN.js 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. import "./chunk-2LSFTFF7.js";
  2. // node_modules/.pnpm/@univerjs+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/ui/lib/es/locale/zh-CN.js
  3. var t = {
  4. ribbon: {
  5. start: "开始",
  6. insert: "插入",
  7. formulas: "公式",
  8. data: "数据",
  9. view: "视图",
  10. others: "其他",
  11. more: "更多"
  12. },
  13. fontFamily: {
  14. TimesNewRoman: "Times New Roman",
  15. Arial: "Arial",
  16. Tahoma: "Tahoma",
  17. Verdana: "Verdana",
  18. MicrosoftYaHei: "微软雅黑",
  19. SimSun: "宋体",
  20. SimHei: "黑体",
  21. Kaiti: "楷体",
  22. FangSong: "仿宋",
  23. NSimSun: "新宋体",
  24. STXinwei: "华文新魏",
  25. STXingkai: "华文行楷",
  26. STLiti: "华文隶书",
  27. HanaleiFill: "HanaleiFill",
  28. Anton: "Anton",
  29. Pacifico: "Pacifico"
  30. },
  31. "shortcut-panel": {
  32. title: "快捷键面板"
  33. },
  34. shortcut: {
  35. undo: "撤销",
  36. redo: "重做",
  37. cut: "剪切",
  38. copy: "复制",
  39. paste: "粘贴",
  40. "shortcut-panel": "打开收起快捷键面板"
  41. },
  42. "common-edit": "常用编辑",
  43. "toggle-shortcut-panel": "打开收起快捷键面板",
  44. clipboard: {
  45. authentication: {
  46. title: "无法访问剪贴板",
  47. content: "请允许 Univer 访问您的剪贴板。"
  48. }
  49. },
  50. textEditor: {
  51. formulaError: "请输入合法的公式,例如=SUM(A1)",
  52. rangeError: "请输入合法的范围,例如 A1:B10"
  53. },
  54. rangeSelector: {
  55. title: "选择一个数据范围",
  56. addAnotherRange: "添加范围",
  57. buttonTooltip: "选择数据范围",
  58. placeHolder: "框选范围或输入",
  59. confirm: "确认",
  60. cancel: "取消"
  61. },
  62. "global-shortcut": "全局快捷键"
  63. };
  64. export {
  65. t as default
  66. };
  67. //# sourceMappingURL=@univerjs_ui_locale_zh-CN.js.map