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/ja.js | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 app/assets/javascripts/ckeditor/plugins/image2/lang/ja.js (limited to 'app/assets/javascripts/ckeditor/plugins/image2/lang/ja.js') diff --git a/app/assets/javascripts/ckeditor/plugins/image2/lang/ja.js b/app/assets/javascripts/ckeditor/plugins/image2/lang/ja.js deleted file mode 100644 index 4cf0ad8..0000000 --- a/app/assets/javascripts/ckeditor/plugins/image2/lang/ja.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', 'ja', { - alt: '代替テキスト', - btnUpload: 'サーバーに送信', - captioned: 'キャプションを付ける', - captionPlaceholder: 'キャプション', - infoTab: '画像情報', - lockRatio: '比率を固定', - menu: '画像のプロパティ', - pathName: 'image', - pathNameCaption: 'caption', - resetSize: 'サイズをリセット', - resizer: 'ドラッグしてリサイズ', - title: '画像のプロパティ', - uploadTab: 'アップロード', - urlMissing: '画像のURLを入力してください。', - altMissing: '代替テキストを入力してください。' -} ); -- cgit 1.4.1