From e47e83cf6bded3d1924b4d500193e7876833ef83 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 2 Jul 2017 13:03:43 -0400 Subject: Created admin panel Currently allows you to create and edit blogs, including associated records. Uses a WYSIWYG editor that allows uploading images. Also included jQuery :( --- .../javascripts/ckeditor/plugins/image2/lang/th.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 app/assets/javascripts/ckeditor/plugins/image2/lang/th.js (limited to 'app/assets/javascripts/ckeditor/plugins/image2/lang/th.js') diff --git a/app/assets/javascripts/ckeditor/plugins/image2/lang/th.js b/app/assets/javascripts/ckeditor/plugins/image2/lang/th.js new file mode 100644 index 0000000..48d99a9 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/image2/lang/th.js @@ -0,0 +1,21 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image2', 'th', { + alt: 'คำประกอบรูปภาพ', + btnUpload: 'อัพโหลดไฟล์ไปเก็บไว้ที่เครื่องแม่ข่าย (เซิร์ฟเวอร์)', + captioned: 'Captioned image', // MISSING + captionPlaceholder: 'Caption', // MISSING + infoTab: 'ข้อมูลของรูปภาพ', + lockRatio: 'กำหนดอัตราส่วน กว้าง-สูง แบบคงที่', + menu: 'คุณสมบัติของ รูปภาพ', + pathName: 'image', // MISSING + pathNameCaption: 'caption', // MISSING + resetSize: 'กำหนดรูปเท่าขนาดจริง', + resizer: 'Click and drag to resize', // MISSING + title: 'คุณสมบัติของ รูปภาพ', + uploadTab: 'อัพโหลดไฟล์', + urlMissing: 'Image source URL is missing.', // MISSING + altMissing: 'Alternative text is missing.' // MISSING +} ); -- cgit 1.4.1