From 2abaa3359ea17497816c39f65bbd02928d373dd3 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 29 Oct 2024 14:02:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF=E3=80=81?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=AF=8C=E6=96=87=E6=9C=AC=E9=83=A8=E5=88=86=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E4=B8=AD=E6=96=87=E9=97=AE=E9=A2=98#12468?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../public/tinymce-dataease-private/langs/zh_CN.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/public/tinymce-dataease-private/langs/zh_CN.js b/core/core-frontend/public/tinymce-dataease-private/langs/zh_CN.js index e83b6c6c46..64f2997509 100644 --- a/core/core-frontend/public/tinymce-dataease-private/langs/zh_CN.js +++ b/core/core-frontend/public/tinymce-dataease-private/langs/zh_CN.js @@ -415,5 +415,9 @@ tinymce.addI18n('zh_CN', { "Whole words": "\u5168\u5b57\u5339\u914d", "Spellcheck": "\u62fc\u5199\u68c0\u67e5", "Caption": "\u6807\u9898", - "Insert template": "\u63d2\u5165\u6a21\u677f" + "Insert template": "\u63d2\u5165\u6a21\u677f", + "Cut column": "\u526a\u5207\u5217", + "Copy column": "\u590d\u5236\u5217", + "Paste column before": "\u7c98\u8d34\u5230\u524d\u65b9", + "Paste column after": "\u7c98\u8d34\u5230\u540e\u65b9" });