1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-05-12 18:05:05 +00:00

update sdoc version and sdoc translate

This commit is contained in:
杨顺强 2023-11-17 13:05:47 +08:00
parent 6f4b158474
commit fc98980acc
11 changed files with 52 additions and 34 deletions

View File

@ -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.29",
"@seafile/sdoc-editor": "0.2.30",
"@seafile/seafile-calendar": "0.0.12",
"@seafile/seafile-editor": "0.4.8",
"@uiw/codemirror-extensions-langs": "^4.19.4",
@ -4615,16 +4615,16 @@
"integrity": "sha512-8rBbmAEuuwOAGHYGCtEzpx+bxAcGS+V30otMmhRe7bPAdh4E57RWgCa8x7pkzHGFlY1t5d+ILz1gojvPVMYQig=="
},
"node_modules/@seafile/sdoc-editor": {
"version": "0.2.29",
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.2.29.tgz",
"integrity": "sha512-SfgLwdkU8hIHMhZM3diwZ46ZtAH2ldaTtk222iYWseofB2CNMlvC0uMNhpRN8kJO1rnKVrLCJ3O8wrN9313ifQ==",
"version": "0.2.30",
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.2.30.tgz",
"integrity": "sha512-Lej19Um9S+xBgKMv4Ys0Ye0shjj69Zwxbld3qh849GeTKKFwvcRj9orV0DZuI6T9aNNYjsuXz9IgjatDVLalgw==",
"dependencies": {
"@seafile/react-image-lightbox": "2.0.4",
"@seafile/slate": "0.91.8",
"@seafile/slate-history": "0.86.2",
"@seafile/slate-hyperscript": "0.81.7",
"@seafile/slate-react": "0.92.6",
"axios": "1.4.0",
"axios": "^1.6.0",
"classnames": "2.3.2",
"copy-to-clipboard": "^3.3.3",
"dayjs": "1.11.2",
@ -4658,9 +4658,9 @@
}
},
"node_modules/@seafile/sdoc-editor/node_modules/axios": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.4.0.tgz",
"integrity": "sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==",
"version": "1.6.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.2.tgz",
"integrity": "sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==",
"dependencies": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",
@ -29863,16 +29863,16 @@
"integrity": "sha512-8rBbmAEuuwOAGHYGCtEzpx+bxAcGS+V30otMmhRe7bPAdh4E57RWgCa8x7pkzHGFlY1t5d+ILz1gojvPVMYQig=="
},
"@seafile/sdoc-editor": {
"version": "0.2.29",
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.2.29.tgz",
"integrity": "sha512-SfgLwdkU8hIHMhZM3diwZ46ZtAH2ldaTtk222iYWseofB2CNMlvC0uMNhpRN8kJO1rnKVrLCJ3O8wrN9313ifQ==",
"version": "0.2.30",
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.2.30.tgz",
"integrity": "sha512-Lej19Um9S+xBgKMv4Ys0Ye0shjj69Zwxbld3qh849GeTKKFwvcRj9orV0DZuI6T9aNNYjsuXz9IgjatDVLalgw==",
"requires": {
"@seafile/react-image-lightbox": "2.0.4",
"@seafile/slate": "0.91.8",
"@seafile/slate-history": "0.86.2",
"@seafile/slate-hyperscript": "0.81.7",
"@seafile/slate-react": "0.92.6",
"axios": "1.4.0",
"axios": "^1.6.0",
"classnames": "2.3.2",
"copy-to-clipboard": "^3.3.3",
"dayjs": "1.11.2",
@ -29902,9 +29902,9 @@
}
},
"axios": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.4.0.tgz",
"integrity": "sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==",
"version": "1.6.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.2.tgz",
"integrity": "sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==",
"requires": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",

View File

@ -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.29",
"@seafile/sdoc-editor": "0.2.30",
"@seafile/seafile-calendar": "0.0.12",
"@seafile/seafile-editor": "0.4.8",
"@uiw/codemirror-extensions-langs": "^4.19.4",

View File

@ -384,7 +384,6 @@
"Merge_tip": "There are conflicts in the documents. Do you want to merge them?",
"Has_conflict_before_view_changes_tip": "There are conflicts in the document. Please resolve the conflict before viewing the changes!",
"Has_been_removed_tip": "Document has been removed, please view other documents.",
"Revision_created": "Revision {{id}} created",
"Checking": "Checking...",
"Publishing": "Publishing...",
"Inline": "Inline",
@ -408,5 +407,8 @@
"Add_option": "Vytvořit nový štítek",
"Find_an_option": "Search tags",
"Copy_link_of_section": "Copy link of section",
"revision": "revision"
"revision": "revision",
"xxx_added_a_new_comment": "{{author}} added a new comment",
"xxx_added_a_reply": "{{author}} added a reply",
"New": "Nový"
}

View File

@ -384,7 +384,6 @@
"Merge_tip": "There are conflicts in the documents. Do you want to merge them?",
"Has_conflict_before_view_changes_tip": "There are conflicts in the document. Please resolve the conflict before viewing the changes!",
"Has_been_removed_tip": "Document has been removed, please view other documents.",
"Revision_created": "Revision {{id}} created",
"Checking": "Checking...",
"Publishing": "Publishing...",
"Inline": "Inline",
@ -408,5 +407,8 @@
"Add_option": "Neues Tag erstellen",
"Find_an_option": "Search tags",
"Copy_link_of_section": "Copy link of section",
"revision": "revision"
"revision": "revision",
"xxx_added_a_new_comment": "{{author}} added a new comment",
"xxx_added_a_reply": "{{author}} added a reply",
"New": "Erstellen"
}

View File

@ -384,7 +384,6 @@
"Merge_tip": "There are conflicts in the documents. Do you want to merge them?",
"Has_conflict_before_view_changes_tip": "There are conflicts in the document. Please resolve the conflict before viewing the changes!",
"Has_been_removed_tip": "Document has been removed, please view other documents.",
"Revision_created": "Revision {{id}} created",
"Checking": "Checking...",
"Publishing": "Publishing...",
"Inline": "Inline",
@ -408,5 +407,8 @@
"Add_option": "Create a new tag",
"Find_an_option": "Search tags",
"Copy_link_of_section": "Copy link of section",
"revision": "revision"
"revision": "revision",
"xxx_added_a_new_comment": "{{author}} added a new comment",
"xxx_added_a_reply": "{{author}} added a reply",
"New": "New"
}

View File

@ -384,7 +384,6 @@
"Merge_tip": "There are conflicts in the documents. Do you want to merge them?",
"Has_conflict_before_view_changes_tip": "There are conflicts in the document. Please resolve the conflict before viewing the changes!",
"Has_been_removed_tip": "Document has been removed, please view other documents.",
"Revision_created": "Revision {{id}} created",
"Checking": "Checking...",
"Publishing": "Publishing...",
"Inline": "Inline",
@ -408,5 +407,8 @@
"Add_option": "Cear una nueva etiqueta",
"Find_an_option": "Search tags",
"Copy_link_of_section": "Copy link of section",
"revision": "revision"
"revision": "revision",
"xxx_added_a_new_comment": "{{author}} added a new comment",
"xxx_added_a_reply": "{{author}} added a reply",
"New": "Nuevo"
}

View File

@ -384,7 +384,6 @@
"Merge_tip": "There are conflicts in the documents. Do you want to merge them?",
"Has_conflict_before_view_changes_tip": "There are conflicts in the document. Please resolve the conflict before viewing the changes!",
"Has_been_removed_tip": "Document has been removed, please view other documents.",
"Revision_created": "Revision {{id}} created",
"Checking": "Checking...",
"Publishing": "Publishing...",
"Inline": "Inline",
@ -408,5 +407,8 @@
"Add_option": "Créer un nouveau Tag",
"Find_an_option": "Search tags",
"Copy_link_of_section": "Copy link of section",
"revision": "revision"
"revision": "revision",
"xxx_added_a_new_comment": "{{author}} added a new comment",
"xxx_added_a_reply": "{{author}} added a reply",
"New": "Créer"
}

View File

@ -384,7 +384,6 @@
"Merge_tip": "There are conflicts in the documents. Do you want to merge them?",
"Has_conflict_before_view_changes_tip": "There are conflicts in the document. Please resolve the conflict before viewing the changes!",
"Has_been_removed_tip": "Document has been removed, please view other documents.",
"Revision_created": "Revision {{id}} created",
"Checking": "Checking...",
"Publishing": "Publishing...",
"Inline": "Inline",
@ -408,5 +407,8 @@
"Add_option": "Crea un nuovo tag",
"Find_an_option": "Search tags",
"Copy_link_of_section": "Copy link of section",
"revision": "revision"
"revision": "revision",
"xxx_added_a_new_comment": "{{author}} added a new comment",
"xxx_added_a_reply": "{{author}} added a reply",
"New": "Nuovo"
}

View File

@ -384,7 +384,6 @@
"Merge_tip": "В документах есть конфликты. Вы хотите объединить их?",
"Has_conflict_before_view_changes_tip": "В документе есть конфликты. Разрешите конфликт перед просмотром изменений!",
"Has_been_removed_tip": "Документ удален, посмотрите другие документы.",
"Revision_created": "Версия {{id}} создана",
"Checking": "Проверка...",
"Publishing": "Публикация...",
"Inline": "Встроенный",
@ -408,5 +407,8 @@
"Add_option": "Создать новый тег",
"Find_an_option": "Поиск тегов",
"Copy_link_of_section": "Копировать ссылку на раздел",
"revision": "версия"
"revision": "версия",
"xxx_added_a_new_comment": "{{author}} добавил новый комментарий",
"xxx_added_a_reply": "{{author}} добавил ответ",
"New": "Новый"
}

View File

@ -384,7 +384,6 @@
"Merge_tip": "文档有冲突,是否合并?",
"Has_conflict_before_view_changes_tip": "文档有冲突,请解决冲突后再查看更改!",
"Has_been_removed_tip": "文档已经被删除,请查看其他文档",
"Revision_created": "已创建修订稿 {{id}}",
"Checking": "检查中...",
"Publishing": "发布中...",
"Inline": "嵌入行内",
@ -408,5 +407,8 @@
"Add_option": "新建标签",
"Find_an_option": "查找标签",
"Copy_link_of_section": "拷贝章节的链接",
"revision": "修订稿"
"revision": "修订稿",
"xxx_added_a_new_comment": "{{author}} 添加了一条新评论",
"xxx_added_a_reply": "{{author}} 添加了一条回复",
"New": "新"
}

View File

@ -384,7 +384,6 @@
"Merge_tip": "文档有冲突,是否合并?",
"Has_conflict_before_view_changes_tip": "文档有冲突,请解决冲突后再查看更改!",
"Has_been_removed_tip": "文档已经被删除,请查看其他文档",
"Revision_created": "已创建修订稿 {{id}}",
"Checking": "检查中...",
"Publishing": "发布中...",
"Inline": "嵌入行内",
@ -408,5 +407,8 @@
"Add_option": "新建标签",
"Find_an_option": "查找标签",
"Copy_link_of_section": "拷贝章节的链接",
"revision": "修订稿"
"revision": "修订稿",
"xxx_added_a_new_comment": "{{author}} 添加了一条新评论",
"xxx_added_a_reply": "{{author}} 添加了一条回复",
"New": "新"
}