From 97ea8593c3b5cf934c37079d79afcd6bd17c5b54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E9=A1=BA=E5=BC=BA?= <978987373@qq.com> Date: Tue, 26 Dec 2023 10:18:15 +0800 Subject: [PATCH] update sdoc version and sdoc translate --- frontend/package-lock.json | 14 +++++++------- frontend/package.json | 2 +- media/sdoc-editor/locales/ru/sdoc-editor.json | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 2cac0e3472..ba956e1403 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12,7 +12,7 @@ "@gatsbyjs/reach-router": "1.3.9", "@seafile/react-image-lightbox": "2.0.2", "@seafile/resumablejs": "1.1.16", - "@seafile/sdoc-editor": "0.4.1", + "@seafile/sdoc-editor": "0.4.2", "@seafile/seafile-calendar": "0.0.12", "@seafile/seafile-editor": "1.0.15", "@uiw/codemirror-extensions-langs": "^4.19.4", @@ -4606,9 +4606,9 @@ "integrity": "sha512-8rBbmAEuuwOAGHYGCtEzpx+bxAcGS+V30otMmhRe7bPAdh4E57RWgCa8x7pkzHGFlY1t5d+ILz1gojvPVMYQig==" }, "node_modules/@seafile/sdoc-editor": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.4.1.tgz", - "integrity": "sha512-nHe1eZNjiuEc60Y2TqQyacDghudcugKIDvbb8ve+B770lWzgYEDiJkv3dU6QloZw5jQcvRQafcrl01sO12FEjQ==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.4.2.tgz", + "integrity": "sha512-+mgAPdhItQ8NZ15cPnBucJLr+8OsFYqAr6+ufOrQxwZuiz69uPc55ayYqmrikSZTFRyS/XehtVO5nrbQYwV3ow==", "dependencies": { "@seafile/react-image-lightbox": "2.0.4", "@seafile/slate": "0.91.8", @@ -31645,9 +31645,9 @@ "integrity": "sha512-8rBbmAEuuwOAGHYGCtEzpx+bxAcGS+V30otMmhRe7bPAdh4E57RWgCa8x7pkzHGFlY1t5d+ILz1gojvPVMYQig==" }, "@seafile/sdoc-editor": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.4.1.tgz", - "integrity": "sha512-nHe1eZNjiuEc60Y2TqQyacDghudcugKIDvbb8ve+B770lWzgYEDiJkv3dU6QloZw5jQcvRQafcrl01sO12FEjQ==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.4.2.tgz", + "integrity": "sha512-+mgAPdhItQ8NZ15cPnBucJLr+8OsFYqAr6+ufOrQxwZuiz69uPc55ayYqmrikSZTFRyS/XehtVO5nrbQYwV3ow==", "requires": { "@seafile/react-image-lightbox": "2.0.4", "@seafile/slate": "0.91.8", diff --git a/frontend/package.json b/frontend/package.json index a2e4284140..f39ea50138 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -7,7 +7,7 @@ "@gatsbyjs/reach-router": "1.3.9", "@seafile/react-image-lightbox": "2.0.2", "@seafile/resumablejs": "1.1.16", - "@seafile/sdoc-editor": "0.4.1", + "@seafile/sdoc-editor": "0.4.2", "@seafile/seafile-calendar": "0.0.12", "@seafile/seafile-editor": "1.0.15", "@uiw/codemirror-extensions-langs": "^4.19.4", diff --git a/media/sdoc-editor/locales/ru/sdoc-editor.json b/media/sdoc-editor/locales/ru/sdoc-editor.json index 52f073ef39..c879d213bb 100644 --- a/media/sdoc-editor/locales/ru/sdoc-editor.json +++ b/media/sdoc-editor/locales/ru/sdoc-editor.json @@ -426,7 +426,7 @@ "The_maximum_row_number_is_{number}": "Максимальное количество строк - {number}", "Freeze_Document": "Заморозить документ", "Unfreeze": "Разморозить", - "Other_modification": "Other's modification", - "My_modification": "My modification", - "Document_history": "Document history" + "Other_modification": "Другая модификация", + "My_modification": "Моя модификация", + "Document_history": "История документа" }