mirror of
https://github.com/haiwen/seahub.git
synced 2025-05-13 10:25:46 +00:00
update sdoc version
This commit is contained in:
parent
44bf49f884
commit
6586660701
frontend
media/sdoc-editor/locales
14
frontend/package-lock.json
generated
14
frontend/package-lock.json
generated
@ -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.126",
|
||||
"@seafile/sdoc-editor": "0.1.127",
|
||||
"@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.126",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.1.126.tgz",
|
||||
"integrity": "sha512-gu6rVwWioucMQBW4kD43yMLsFzcdJSZ+WD0FbQNxnVxvI5WSb0IRjFHnPr0YXthgys3C/Xcue3KjLQu+r80LZg==",
|
||||
"version": "0.1.127",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.1.127.tgz",
|
||||
"integrity": "sha512-Rp8g63yvPdQQ1gDygQ6LTFYzP4wMS2mKzGWkVkvMJkSTD+toCpmBSbr/pGX1WlWOYCT+nHBdIGIV7Bn/+NgUdA==",
|
||||
"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.126",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.1.126.tgz",
|
||||
"integrity": "sha512-gu6rVwWioucMQBW4kD43yMLsFzcdJSZ+WD0FbQNxnVxvI5WSb0IRjFHnPr0YXthgys3C/Xcue3KjLQu+r80LZg==",
|
||||
"version": "0.1.127",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.1.127.tgz",
|
||||
"integrity": "sha512-Rp8g63yvPdQQ1gDygQ6LTFYzP4wMS2mKzGWkVkvMJkSTD+toCpmBSbr/pGX1WlWOYCT+nHBdIGIV7Bn/+NgUdA==",
|
||||
"requires": {
|
||||
"@seafile/react-image-lightbox": "2.0.2",
|
||||
"@seafile/slate": "0.91.8",
|
||||
|
@ -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.126",
|
||||
"@seafile/sdoc-editor": "0.1.127",
|
||||
"@seafile/seafile-calendar": "0.0.12",
|
||||
"@seafile/seafile-editor": "0.3.132",
|
||||
"@seafile/slate-react": "0.54.13",
|
||||
|
@ -350,5 +350,11 @@
|
||||
"Select_sdoc_document": "Select sdoc document",
|
||||
"Local_file": "Local file",
|
||||
"Internal_server_exec_operations_error": "An exception occurred on the server, please refresh the page and try again",
|
||||
"Failed_to_sync_with_server_operations": "Synchronization with the server failed, please refresh the page"
|
||||
"Failed_to_sync_with_server_operations": "Synchronization with the server failed, please refresh the page",
|
||||
"Style": "Style",
|
||||
"Insert": "Insert",
|
||||
"Image": "Image",
|
||||
"Table": "Table",
|
||||
"Link": "Link",
|
||||
"Transform_to": "Transform to"
|
||||
}
|
||||
|
@ -352,5 +352,12 @@
|
||||
"Select_sdoc_document": "选择sdoc文档",
|
||||
"Local_file": "本地文件",
|
||||
"Internal_server_exec_operations_error": "在服务器执行操作异常,请刷新页面后重试",
|
||||
"Failed_to_sync_with_server_operations": "与服务器同步操作失败,请刷新页面"
|
||||
"Failed_to_sync_with_server_operations": "与服务器同步操作失败,请刷新页面",
|
||||
"Operations_save_error_tip": "操作执行失败,服务器内部错误,请刷新页面",
|
||||
"Style": "样式",
|
||||
"Insert": "插入",
|
||||
"Image": "图片",
|
||||
"Table": "表格",
|
||||
"Link": "链接",
|
||||
"Transform_to": "转化为"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user