X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/968bc8cdf354d9cbe29b88abdc747a7845031fab..refs/pull/5721/head:/lang/zh_CN/editor.php diff --git a/lang/zh_CN/editor.php b/lang/zh_CN/editor.php index db65cb216..8eb335ea2 100644 --- a/lang/zh_CN/editor.php +++ b/lang/zh_CN/editor.php @@ -13,6 +13,7 @@ return [ 'cancel' => '取消', 'save' => '保存', 'close' => '关闭', + 'apply' => '应用', 'undo' => '撤销', 'redo' => '重做', 'left' => '左对齐', @@ -81,6 +82,9 @@ return [ 'table_properties' => '表格属性', 'table_properties_title' => '表格属性', 'delete_table' => '删除表格', + 'table_clear_formatting' => '清除表格格式', + 'resize_to_contents' => '根据内容调整大小', + 'row_header' => '行头', 'insert_row_before' => '在上方插入行', 'insert_row_after' => '在下方插入行', 'delete_row' => '删除行', @@ -144,6 +148,7 @@ return [ 'url' => '网址', 'text_to_display' => '要显示的文本', 'title' => '标题', + 'browse_links' => '浏览链接', 'open_link' => '打开链接', 'open_link_in' => '打开链接于……', 'open_link_current' => '覆盖当前窗口', @@ -160,6 +165,8 @@ return [ 'about' => '关于编辑器', 'about_title' => '关于所见即所得(WYSIWYG)编辑器', 'editor_license' => '编辑器许可证与版权信息', + 'editor_lexical_license' => '该编辑器是 :lexicalLink 的一个分支构建的,并根据 MIT 许可证进行分发.', + 'editor_lexical_license_link' => '许可证详细信息请点击此处', 'editor_tiny_license' => '此编辑器是用 :tinyLink 构建的,基于 MIT 许可证。', 'editor_tiny_license_link' => 'TinyMCE 的版权和许可证详细信息可以在这里找到。', 'save_continue' => '保存页面并继续',