12345678910111213141516171819202122232425262728293031323334353637383940 |
- import "./chunk-2LSFTFF7.js";
- // 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
- var e = {
- threadCommentUI: {
- panel: {
- title: "评论管理",
- empty: "暂无评论",
- filterEmpty: "没有匹配的结果",
- reset: "重置",
- addComment: "添加评论"
- },
- editor: {
- placeholder: "回复",
- reply: "回复",
- cancel: "取消",
- save: "保存"
- },
- item: {
- edit: "编辑",
- delete: "删除"
- },
- filter: {
- sheet: {
- all: "所有表格",
- current: "当前表格"
- },
- status: {
- all: "所有评论",
- resolved: "已解决",
- unsolved: "未解决",
- concernMe: "与我有关"
- }
- }
- }
- };
- export {
- e as default
- };
- //# sourceMappingURL=@univerjs_thread-comment-ui_locale_zh-CN.js.map
|