diff options
Diffstat (limited to 'app/assets/javascripts/ckeditor/plugins/image2/lang/zh.js')
-rw-r--r-- | app/assets/javascripts/ckeditor/plugins/image2/lang/zh.js | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app/assets/javascripts/ckeditor/plugins/image2/lang/zh.js b/app/assets/javascripts/ckeditor/plugins/image2/lang/zh.js new file mode 100644 index 0000000..1578b41 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/image2/lang/zh.js | |||
@@ -0,0 +1,21 @@ | |||
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', 'zh', { | ||
6 | alt: '替代文字', | ||
7 | btnUpload: '傳送至伺服器', | ||
8 | captioned: '已加標題之圖片', | ||
9 | captionPlaceholder: '標題', | ||
10 | infoTab: '影像資訊', | ||
11 | lockRatio: '固定比例', | ||
12 | menu: '影像屬性', | ||
13 | pathName: '圖片', | ||
14 | pathNameCaption: '標題', | ||
15 | resetSize: '重設大小', | ||
16 | resizer: '拖曳以改變大小', | ||
17 | title: '影像屬性', | ||
18 | uploadTab: '上傳', | ||
19 | urlMissing: '遺失圖片來源之 URL ', | ||
20 | altMissing: '替代文字遺失。' | ||
21 | } ); | ||