fix(仪表板、数据大屏): 修复富文本部分提示没有中文问题#12468

This commit is contained in:
wangjiahao 2024-10-29 14:02:40 +08:00
parent d5d1951e4e
commit 2abaa3359e

View File

@ -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"
});