LDAPAccountManager/lam/templates/lib/extra/ckeditor/plugins/filetools/lang/zh.js

14 lines
689 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'filetools', 'zh', {
loadError: '在讀取檔案時發生錯誤。',
networkError: '在上傳檔案時發生網路錯誤。',
httpError404: '在上傳檔案時發生 HTTP 錯誤404檔案找不到。',
httpError403: '在上傳檔案時發生 HTTP 錯誤403禁止。',
httpError: '在上傳檔案時發生 HTTP 錯誤(錯誤狀態:%1。',
noUrlError: '上傳的 URL 未被定義。',
responseError: '不正確的伺服器回應。'
} );