1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-16 22:17:59 +00:00

update sdoc translate

This commit is contained in:
杨顺强 2023-11-06 11:25:48 +08:00
parent 87d745a6f5
commit b5354fca57
2 changed files with 33 additions and 15 deletions

View File

@ -170,7 +170,8 @@
"Insert_child_in_item": "插入新段落",
"Increase_depth": "增加列表项深度"
}
}, {
},
{
"shortcutType": "标题快捷键",
"shortcutData": {
"Heading_1": "一级标题",
@ -180,7 +181,8 @@
"Heading_5": "五级标题",
"Heading_6": "六级标题"
}
}, {
},
{
"shortcutType": "代码块快捷键",
"shortcutData": {
"Make_code_block": "生成代码块",
@ -188,24 +190,28 @@
"Escape_code_block": "退出代码块",
"Insert_indent": "缩进"
}
}, {
},
{
"shortcutType": "引用快捷键",
"shortcutData": {
"Make_Block_quote": "生成引用",
"Escape_Block_quote": "退出引用"
}
}, {
},
{
"shortcutType": "表格快捷键",
"shortcutData": {
"Insert_Table_Row": "插入行",
"Escape_table": "退出表格"
}
}, {
},
{
"shortcutType": "公式快捷键",
"shortcutData": {
"Insert_Formula": " 插入公式"
}
}, {
},
{
"shortcutType": "行级操作",
"shortcutData": {
"Bold": "粗体",
@ -213,12 +219,14 @@
"Italic_Bold": "斜体加粗",
"Inline_code": "行内代码"
}
}, {
},
{
"shortcutType": "文件保存",
"shortcutData": {
"Save_file": "保存文件"
}
}, {
},
{
"shortcutType": "图片操作",
"shortcutData": {
"Paste_screen_shot": "上传截图",
@ -392,5 +400,12 @@
"Insert_caption": "插入标题",
"No_collaborators_available": "没有找到协作人",
"Find_a_collaborator": "查找协作人",
"Doc_comments": "文档评论"
"Doc_comments": "文档评论",
"Tag_not_found": "标签未找到",
"Create_a_new_tag": "新建标签",
"Search_tags": "查找标签",
"No_options_available": "标签未找到",
"Add_option": "新建标签",
"Find_an_option": "查找标签",
"Copy_link_of_section": "拷贝章节的链接"
}

View File

@ -9,8 +9,11 @@ cd ..
cp -r frontend/node_modules/@seafile/sdoc-editor/public/media/sdoc-editor-font media/sdoc-editor/sdoc-editor-font
cp -r frontend/node_modules/@seafile/sdoc-editor/public/media/sdoc-editor-font.css media/sdoc-editor/sdoc-editor-font.css
tx pull -s -t -f seahub.sdoc-editor
cp -r media/sdoc-editor/locales/zh_CN/sdoc-editor.json media/sdoc-editor/locales/zh-CN/sdoc-editor.json
git add .
git commit -m "update sdoc version and sdoc translate"