From 1253711c7d0fbc6d156ec7b9e8493c225f86630d Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 27 Feb 2022 17:44:58 +0000 Subject: [PATCH] New translations editor.php (Chinese Simplified) (#3291) --- resources/lang/zh_CN/editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/zh_CN/editor.php b/resources/lang/zh_CN/editor.php index 4fefa3f1a..5a6fbc708 100644 --- a/resources/lang/zh_CN/editor.php +++ b/resources/lang/zh_CN/editor.php @@ -57,7 +57,7 @@ return [ 'list_numbered' => '有序列表', 'indent_increase' => '增加缩进', 'indent_decrease' => '减少缩进', - 'table' => '表', + 'table' => '表格', 'insert_image' => '插入图片', 'insert_image_title' => '插入/编辑图片', 'insert_link' => '插入/编辑链接',