From 30d600bfa08301c5068cf94666d3486ad3c8f762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E9=A1=BA=E5=BC=BA?= <978987373@qq.com> Date: Wed, 18 Oct 2023 10:06:42 +0800 Subject: [PATCH] update sdoc version --- frontend/package-lock.json | 14 +++++++------- frontend/package.json | 2 +- media/sdoc-editor/locales/en/sdoc-editor.json | 4 +++- media/sdoc-editor/locales/ru/sdoc-editor.json | 6 ++++-- media/sdoc-editor/locales/zh-CN/sdoc-editor.json | 4 +++- media/sdoc-editor/locales/zh_CN/sdoc-editor.json | 4 +++- 6 files changed, 21 insertions(+), 13 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 865403a6c1..24518cbffe 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.2.2", + "@seafile/sdoc-editor": "0.2.3", "@seafile/seafile-calendar": "0.0.12", "@seafile/seafile-editor": "0.4.8", "@uiw/codemirror-extensions-langs": "^4.19.4", @@ -4615,9 +4615,9 @@ "integrity": "sha512-8rBbmAEuuwOAGHYGCtEzpx+bxAcGS+V30otMmhRe7bPAdh4E57RWgCa8x7pkzHGFlY1t5d+ILz1gojvPVMYQig==" }, "node_modules/@seafile/sdoc-editor": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.2.2.tgz", - "integrity": "sha512-2pgJHMcyK5BhDajLX+jqYCNWLe5U+QAwZwgolyX+rCuL6Kdv2M7S+6vdW92jdMkhFIRG6rxCXK02erOwHyLSTQ==", + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.2.3.tgz", + "integrity": "sha512-mTDM1tRFkoSN76Ovq+boAwt9FjcwihqY1KcbVxpVWyrjFxAjEfj+tUh45AQk6UyrcYOmchh6DGxwIiilto98YA==", "dependencies": { "@seafile/react-image-lightbox": "2.0.4", "@seafile/slate": "0.91.8", @@ -29860,9 +29860,9 @@ "integrity": "sha512-8rBbmAEuuwOAGHYGCtEzpx+bxAcGS+V30otMmhRe7bPAdh4E57RWgCa8x7pkzHGFlY1t5d+ILz1gojvPVMYQig==" }, "@seafile/sdoc-editor": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.2.2.tgz", - "integrity": "sha512-2pgJHMcyK5BhDajLX+jqYCNWLe5U+QAwZwgolyX+rCuL6Kdv2M7S+6vdW92jdMkhFIRG6rxCXK02erOwHyLSTQ==", + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.2.3.tgz", + "integrity": "sha512-mTDM1tRFkoSN76Ovq+boAwt9FjcwihqY1KcbVxpVWyrjFxAjEfj+tUh45AQk6UyrcYOmchh6DGxwIiilto98YA==", "requires": { "@seafile/react-image-lightbox": "2.0.4", "@seafile/slate": "0.91.8", diff --git a/frontend/package.json b/frontend/package.json index 885432a670..32b6e3887c 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.2.2", + "@seafile/sdoc-editor": "0.2.3", "@seafile/seafile-calendar": "0.0.12", "@seafile/seafile-editor": "0.4.8", "@uiw/codemirror-extensions-langs": "^4.19.4", diff --git a/media/sdoc-editor/locales/en/sdoc-editor.json b/media/sdoc-editor/locales/en/sdoc-editor.json index f003a00c88..25d8b85383 100644 --- a/media/sdoc-editor/locales/en/sdoc-editor.json +++ b/media/sdoc-editor/locales/en/sdoc-editor.json @@ -380,5 +380,7 @@ "Checking": "Checking...", "Publishing": "Publishing...", "Inline": "Inline", - "Block": "Block" + "Block": "Block", + "Full_screen_mode": "Full screen mode", + "Image_border": "Image border" } diff --git a/media/sdoc-editor/locales/ru/sdoc-editor.json b/media/sdoc-editor/locales/ru/sdoc-editor.json index 5e58d833ed..051cfc5193 100644 --- a/media/sdoc-editor/locales/ru/sdoc-editor.json +++ b/media/sdoc-editor/locales/ru/sdoc-editor.json @@ -379,6 +379,8 @@ "Revision_created": "Версия {{id}} создана", "Checking": "Проверка...", "Publishing": "Публикация...", - "Inline": "Inline", - "Block": "Block" + "Inline": "Встроенный", + "Block": "Блок", + "Full_screen_mode": "Full screen mode", + "Image_border": "Image border" } diff --git a/media/sdoc-editor/locales/zh-CN/sdoc-editor.json b/media/sdoc-editor/locales/zh-CN/sdoc-editor.json index 2b0423f50f..4db45b933a 100644 --- a/media/sdoc-editor/locales/zh-CN/sdoc-editor.json +++ b/media/sdoc-editor/locales/zh-CN/sdoc-editor.json @@ -380,5 +380,7 @@ "Checking": "检查中...", "Publishing": "发布中...", "Inline": "嵌入行内", - "Block": "独占一行" + "Block": "独占一行", + "Full_screen_mode": "全屏查看", + "Image_border": "图片边框" } diff --git a/media/sdoc-editor/locales/zh_CN/sdoc-editor.json b/media/sdoc-editor/locales/zh_CN/sdoc-editor.json index 2b0423f50f..4db45b933a 100644 --- a/media/sdoc-editor/locales/zh_CN/sdoc-editor.json +++ b/media/sdoc-editor/locales/zh_CN/sdoc-editor.json @@ -380,5 +380,7 @@ "Checking": "检查中...", "Publishing": "发布中...", "Inline": "嵌入行内", - "Block": "独占一行" + "Block": "独占一行", + "Full_screen_mode": "全屏查看", + "Image_border": "图片边框" }