Merge pull request #12965 from dataease/pr@dev-v2@fix_rich-text-lang

fix(仪表板、数据大屏): 修复富文本部分提示没有中文问题#12468
This commit is contained in:
王嘉豪 2024-10-29 14:03:56 +08:00 committed by GitHub
commit 94ba958c99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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