about summary refs log tree commit diff stats
path: root/app/assets/javascripts/ckeditor/plugins/image2/lang/ja.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/ckeditor/plugins/image2/lang/ja.js')
-rw-r--r--app/assets/javascripts/ckeditor/plugins/image2/lang/ja.js21
1 files changed, 21 insertions, 0 deletions
diff --git a/app/assets/javascripts/ckeditor/plugins/image2/lang/ja.js b/app/assets/javascripts/ckeditor/plugins/image2/lang/ja.js new file mode 100644 index 0000000..4cf0ad8 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/image2/lang/ja.js
@@ -0,0 +1,21 @@
1/*
2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.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} );