@univerjs_thread-comment-ui_locale_zh-CN.js 978 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. import "./chunk-2LSFTFF7.js";
  2. // node_modules/.pnpm/@univerjs+thread-comment-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/thread-comment-ui/lib/es/locale/zh-CN.js
  3. var e = {
  4. threadCommentUI: {
  5. panel: {
  6. title: "评论管理",
  7. empty: "暂无评论",
  8. filterEmpty: "没有匹配的结果",
  9. reset: "重置",
  10. addComment: "添加评论"
  11. },
  12. editor: {
  13. placeholder: "回复",
  14. reply: "回复",
  15. cancel: "取消",
  16. save: "保存"
  17. },
  18. item: {
  19. edit: "编辑",
  20. delete: "删除"
  21. },
  22. filter: {
  23. sheet: {
  24. all: "所有表格",
  25. current: "当前表格"
  26. },
  27. status: {
  28. all: "所有评论",
  29. resolved: "已解决",
  30. unsolved: "未解决",
  31. concernMe: "与我有关"
  32. }
  33. }
  34. }
  35. };
  36. export {
  37. e as default
  38. };
  39. //# sourceMappingURL=@univerjs_thread-comment-ui_locale_zh-CN.js.map