diff options
Diffstat (limited to 'app/assets/javascripts/ckeditor/plugins/image2/lang/ja.js')
-rw-r--r-- | app/assets/javascripts/ckeditor/plugins/image2/lang/ja.js | 21 |
1 files changed, 0 insertions, 21 deletions
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 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'image2', 'ja', { | ||
6 | alt: '代替テキスト', | ||
7 | btnUpload: 'サーバーに送信', | ||
8 | captioned: 'キャプションを付ける', | ||
9 | captionPlaceholder: 'キャプション', | ||
10 | infoTab: '画像情報', | ||
11 | lockRatio: '比率を固定', | ||
12 | menu: '画像のプロパティ', | ||
13 | pathName: 'image', | ||
14 | pathNameCaption: 'caption', | ||
15 | resetSize: 'サイズをリセット', | ||
16 | resizer: 'ドラッグしてリサイズ', | ||
17 | title: '画像のプロパティ', | ||
18 | uploadTab: 'アップロード', | ||
19 | urlMissing: '画像のURLを入力してください。', | ||
20 | altMissing: '代替テキストを入力してください。' | ||
21 | } ); | ||