X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ba25a3e1b73f87e7f9f7c071a46f739a0b17d2a4..refs/pull/5488/head:/lang/zh_CN/editor.php diff --git a/lang/zh_CN/editor.php b/lang/zh_CN/editor.php index db65cb216..5f4ffdcb9 100644 --- a/lang/zh_CN/editor.php +++ b/lang/zh_CN/editor.php @@ -81,6 +81,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' => '删除行', @@ -160,6 +163,8 @@ return [ 'about' => '关于编辑器', 'about_title' => '关于所见即所得(WYSIWYG)编辑器', 'editor_license' => '编辑器许可证与版权信息', + 'editor_lexical_license' => 'This editor is built as a fork of :lexicalLink which is distributed under the MIT license.', + 'editor_lexical_license_link' => 'Full license details can be found here.', 'editor_tiny_license' => '此编辑器是用 :tinyLink 构建的,基于 MIT 许可证。', 'editor_tiny_license_link' => 'TinyMCE 的版权和许可证详细信息可以在这里找到。', 'save_continue' => '保存页面并继续',