diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 570718cd96..5827575c51 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.3.24", + "@seafile/sdoc-editor": "0.3.25", "@seafile/seafile-calendar": "0.0.12", "@seafile/seafile-editor": "1.0.12", "@uiw/codemirror-extensions-langs": "^4.19.4", @@ -4607,9 +4607,9 @@ "integrity": "sha512-8rBbmAEuuwOAGHYGCtEzpx+bxAcGS+V30otMmhRe7bPAdh4E57RWgCa8x7pkzHGFlY1t5d+ILz1gojvPVMYQig==" }, "node_modules/@seafile/sdoc-editor": { - "version": "0.3.24", - "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.3.24.tgz", - "integrity": "sha512-0iNSjNDHvXHvsUr3npbse8E16fjWIwtb6H+tLZWosePaXRedvNlQU+TDwxGe4JRxibWxN62FOzlvZBG6slpmxg==", + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.3.25.tgz", + "integrity": "sha512-8+I6vRcURUbYNcUdOvhAzmvdFG95nypan21K+WvnnojiqU71qJWute5c78xD2s7wQ4bi+yi/GM/B9X3tMGwCTA==", "dependencies": { "@seafile/react-image-lightbox": "2.0.4", "@seafile/slate": "0.91.8", @@ -31692,9 +31692,9 @@ "integrity": "sha512-8rBbmAEuuwOAGHYGCtEzpx+bxAcGS+V30otMmhRe7bPAdh4E57RWgCa8x7pkzHGFlY1t5d+ILz1gojvPVMYQig==" }, "@seafile/sdoc-editor": { - "version": "0.3.24", - "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.3.24.tgz", - "integrity": "sha512-0iNSjNDHvXHvsUr3npbse8E16fjWIwtb6H+tLZWosePaXRedvNlQU+TDwxGe4JRxibWxN62FOzlvZBG6slpmxg==", + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.3.25.tgz", + "integrity": "sha512-8+I6vRcURUbYNcUdOvhAzmvdFG95nypan21K+WvnnojiqU71qJWute5c78xD2s7wQ4bi+yi/GM/B9X3tMGwCTA==", "requires": { "@seafile/react-image-lightbox": "2.0.4", "@seafile/slate": "0.91.8", diff --git a/frontend/package.json b/frontend/package.json index 9b84d75f9f..7688aa45a2 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.3.24", + "@seafile/sdoc-editor": "0.3.25", "@seafile/seafile-calendar": "0.0.12", "@seafile/seafile-editor": "1.0.12", "@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 ddfd18148d..432dc5a407 100644 --- a/media/sdoc-editor/locales/ru/sdoc-editor.json +++ b/media/sdoc-editor/locales/ru/sdoc-editor.json @@ -54,7 +54,7 @@ "Edit": "Редактировать", "Copy": "Копировать", "Copied": "Скопировано", - "Cut": "Cut", + "Cut": "Вырезать", "Internal_link": "Внутренняя ссылка", "Copy_internal_link": "Внутренняя ссылка скопирована в буфер обмена", "Internal_link_desc": "Внутренняя ссылка - это ссылка на файл или папку, к которым могут обращаться пользователи с правами на чтение файла или папки.",