diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a5fd4d7b8a..fe76b1ecfc 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -11,7 +11,7 @@ "@gatsbyjs/reach-router": "1.3.9", "@seafile/react-image-lightbox": "2.0.2", "@seafile/resumablejs": "1.1.16", - "@seafile/sdoc-editor": "0.1.96", + "@seafile/sdoc-editor": "0.1.97", "@seafile/seafile-calendar": "0.0.12", "@seafile/seafile-editor": "0.3.132", "@seafile/slate-react": "0.54.13", @@ -5207,9 +5207,9 @@ "license": "MIT" }, "node_modules/@seafile/sdoc-editor": { - "version": "0.1.96", - "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.1.96.tgz", - "integrity": "sha512-az3YjeHXl8JFxUZqltxzsaRkWD6l6SuqzJ6atdC8EiABIbFDlCxOgmHSBEn/kgO8ds6Pk3q7udFXeX3bZ9SBxw==", + "version": "0.1.97", + "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.1.97.tgz", + "integrity": "sha512-WAaBm5OTh1uGE4qiMdxUj9FL9qlce/utHQBciE2/ZzCeUsW1m5ROOA9mAoDi9Z3t5RbZUjpX1klQcT7uj/EHfQ==", "dependencies": { "@seafile/react-image-lightbox": "2.0.2", "@seafile/slate": "0.91.8", @@ -33418,9 +33418,9 @@ "version": "1.1.16" }, "@seafile/sdoc-editor": { - "version": "0.1.96", - "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.1.96.tgz", - "integrity": "sha512-az3YjeHXl8JFxUZqltxzsaRkWD6l6SuqzJ6atdC8EiABIbFDlCxOgmHSBEn/kgO8ds6Pk3q7udFXeX3bZ9SBxw==", + "version": "0.1.97", + "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.1.97.tgz", + "integrity": "sha512-WAaBm5OTh1uGE4qiMdxUj9FL9qlce/utHQBciE2/ZzCeUsW1m5ROOA9mAoDi9Z3t5RbZUjpX1klQcT7uj/EHfQ==", "requires": { "@seafile/react-image-lightbox": "2.0.2", "@seafile/slate": "0.91.8", diff --git a/frontend/package.json b/frontend/package.json index 647a9d923a..6633fac0b0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -6,7 +6,7 @@ "@gatsbyjs/reach-router": "1.3.9", "@seafile/react-image-lightbox": "2.0.2", "@seafile/resumablejs": "1.1.16", - "@seafile/sdoc-editor": "0.1.96", + "@seafile/sdoc-editor": "0.1.97", "@seafile/seafile-calendar": "0.0.12", "@seafile/seafile-editor": "0.3.132", "@seafile/slate-react": "0.54.13", diff --git a/media/sdoc-editor/locales/en/sdoc-editor.json b/media/sdoc-editor/locales/en/sdoc-editor.json index 0295468c6d..d1e266861e 100644 --- a/media/sdoc-editor/locales/en/sdoc-editor.json +++ b/media/sdoc-editor/locales/en/sdoc-editor.json @@ -322,5 +322,8 @@ "Resolved_tip": "Mark as resolved and hide discussion", "Search_language": "Search language", "Sdoc_error_tip": "The document has errors and cannot be displayed. Please try to fix it automatically by clicking the button below.", - "Repair": "Repair" + "Repair": "Repair", + "Font_size": "Font size", + "Increase_font_size": "Increase font size", + "Reduce_font_size": "Reduce font size" } diff --git a/media/sdoc-editor/locales/zh-CN/sdoc-editor.json b/media/sdoc-editor/locales/zh-CN/sdoc-editor.json index e754590582..1a4cff3c54 100644 --- a/media/sdoc-editor/locales/zh-CN/sdoc-editor.json +++ b/media/sdoc-editor/locales/zh-CN/sdoc-editor.json @@ -322,5 +322,10 @@ "Resolved_tip": "标记为已解决并隐藏讨论内容", "Search_language": "查找语言", "Sdoc_error_tip": "文档有错误,无法显示。请尝试点击下方按钮自动修复。", - "Repair": "修复" + "Repair": "修复", + "Remove_row": "删除行", + "Remove_column": "删除列", + "Font_size": "字号", + "Increase_font_size": "增大字号", + "Reduce_font_size": "减小字号" }