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/vi.js | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 app/assets/javascripts/ckeditor/plugins/image2/lang/vi.js (limited to 'app/assets/javascripts/ckeditor/plugins/image2/lang/vi.js') diff --git a/app/assets/javascripts/ckeditor/plugins/image2/lang/vi.js b/app/assets/javascripts/ckeditor/plugins/image2/lang/vi.js deleted file mode 100644 index 7a40fbf..0000000 --- a/app/assets/javascripts/ckeditor/plugins/image2/lang/vi.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', 'vi', { - alt: 'Chú thích ảnh', - btnUpload: 'Tải lên máy chủ', - captioned: 'Ảnh có chú thích', - captionPlaceholder: 'Nhãn', - infoTab: 'Thông tin của ảnh', - lockRatio: 'Giữ nguyên tỷ lệ', - menu: 'Thuộc tính của ảnh', - pathName: 'ảnh', - pathNameCaption: 'chú thích', - resetSize: 'Kích thước gốc', - resizer: 'Kéo rê để thay đổi kích cỡ', - title: 'Thuộc tính của ảnh', - uploadTab: 'Tải lên', - urlMissing: 'Thiếu đường dẫn hình ảnh', - altMissing: 'Alternative text is missing.' // MISSING -} ); -- cgit 1.4.1