From 3a628945ade35f3ba351ba90e271608520753174 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 11 Oct 2023 11:39:16 -0400 Subject: Removed ckeditor --- .../javascripts/ckeditor/plugins/image2/lang/zh.js | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 app/assets/javascripts/ckeditor/plugins/image2/lang/zh.js (limited to 'app/assets/javascripts/ckeditor/plugins/image2/lang/zh.js') diff --git a/app/assets/javascripts/ckeditor/plugins/image2/lang/zh.js b/app/assets/javascripts/ckeditor/plugins/image2/lang/zh.js deleted file mode 100644 index 1578b41..0000000 --- a/app/assets/javascripts/ckeditor/plugins/image2/lang/zh.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or http://ckeditor.com/license -*/ -CKEDITOR.plugins.setLang( 'image2', 'zh', { - alt: '替代文字', - btnUpload: '傳送至伺服器', - captioned: '已加標題之圖片', - captionPlaceholder: '標題', - infoTab: '影像資訊', - lockRatio: '固定比例', - menu: '影像屬性', - pathName: '圖片', - pathNameCaption: '標題', - resetSize: '重設大小', - resizer: '拖曳以改變大小', - title: '影像屬性', - uploadTab: '上傳', - urlMissing: '遺失圖片來源之 URL ', - altMissing: '替代文字遺失。' -} ); -- cgit 1.4.1