mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-16 14:08:12 +00:00
update sdoc translate
This commit is contained in:
parent
87d745a6f5
commit
b5354fca57
@ -170,7 +170,8 @@
|
|||||||
"Insert_child_in_item": "插入新段落",
|
"Insert_child_in_item": "插入新段落",
|
||||||
"Increase_depth": "增加列表项深度"
|
"Increase_depth": "增加列表项深度"
|
||||||
}
|
}
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
"shortcutType": "标题快捷键",
|
"shortcutType": "标题快捷键",
|
||||||
"shortcutData": {
|
"shortcutData": {
|
||||||
"Heading_1": "一级标题",
|
"Heading_1": "一级标题",
|
||||||
@ -180,7 +181,8 @@
|
|||||||
"Heading_5": "五级标题",
|
"Heading_5": "五级标题",
|
||||||
"Heading_6": "六级标题"
|
"Heading_6": "六级标题"
|
||||||
}
|
}
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
"shortcutType": "代码块快捷键",
|
"shortcutType": "代码块快捷键",
|
||||||
"shortcutData": {
|
"shortcutData": {
|
||||||
"Make_code_block": "生成代码块",
|
"Make_code_block": "生成代码块",
|
||||||
@ -188,24 +190,28 @@
|
|||||||
"Escape_code_block": "退出代码块",
|
"Escape_code_block": "退出代码块",
|
||||||
"Insert_indent": "缩进"
|
"Insert_indent": "缩进"
|
||||||
}
|
}
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
"shortcutType": "引用快捷键",
|
"shortcutType": "引用快捷键",
|
||||||
"shortcutData": {
|
"shortcutData": {
|
||||||
"Make_Block_quote": "生成引用",
|
"Make_Block_quote": "生成引用",
|
||||||
"Escape_Block_quote": "退出引用"
|
"Escape_Block_quote": "退出引用"
|
||||||
}
|
}
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
"shortcutType": "表格快捷键",
|
"shortcutType": "表格快捷键",
|
||||||
"shortcutData": {
|
"shortcutData": {
|
||||||
"Insert_Table_Row": "插入行",
|
"Insert_Table_Row": "插入行",
|
||||||
"Escape_table": "退出表格"
|
"Escape_table": "退出表格"
|
||||||
}
|
}
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
"shortcutType": "公式快捷键",
|
"shortcutType": "公式快捷键",
|
||||||
"shortcutData": {
|
"shortcutData": {
|
||||||
"Insert_Formula": " 插入公式"
|
"Insert_Formula": " 插入公式"
|
||||||
}
|
}
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
"shortcutType": "行级操作",
|
"shortcutType": "行级操作",
|
||||||
"shortcutData": {
|
"shortcutData": {
|
||||||
"Bold": "粗体",
|
"Bold": "粗体",
|
||||||
@ -213,12 +219,14 @@
|
|||||||
"Italic_Bold": "斜体加粗",
|
"Italic_Bold": "斜体加粗",
|
||||||
"Inline_code": "行内代码"
|
"Inline_code": "行内代码"
|
||||||
}
|
}
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
"shortcutType": "文件保存",
|
"shortcutType": "文件保存",
|
||||||
"shortcutData": {
|
"shortcutData": {
|
||||||
"Save_file": "保存文件"
|
"Save_file": "保存文件"
|
||||||
}
|
}
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
"shortcutType": "图片操作",
|
"shortcutType": "图片操作",
|
||||||
"shortcutData": {
|
"shortcutData": {
|
||||||
"Paste_screen_shot": "上传截图",
|
"Paste_screen_shot": "上传截图",
|
||||||
@ -392,5 +400,12 @@
|
|||||||
"Insert_caption": "插入标题",
|
"Insert_caption": "插入标题",
|
||||||
"No_collaborators_available": "没有找到协作人",
|
"No_collaborators_available": "没有找到协作人",
|
||||||
"Find_a_collaborator": "查找协作人",
|
"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": "拷贝章节的链接"
|
||||||
}
|
}
|
||||||
|
@ -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 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
|
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
|
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 add .
|
||||||
|
|
||||||
git commit -m "update sdoc version and sdoc translate"
|
git commit -m "update sdoc version and sdoc translate"
|
||||||
|
Loading…
Reference in New Issue
Block a user