This commit is contained in:
Xes
2025-08-14 22:44:47 +02:00
parent 8ce45119b6
commit 791cb748ab
39112 changed files with 975901 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("filetools","zh-cn",{loadError:"读取文件时发生错误",networkError:"上传文件时发生网络错误",httpError404:"上传文件时发生 HTTP 错误404无法找到文件",httpError403:"上传文件时发生 HTTP 错误403禁止访问",httpError:"上传文件时发生 HTTP 错误(错误代码:%1",noUrlError:"上传的 URL 未定义",responseError:"不正确的服务器响应"});