Sha256: 961ce062827b522832e4a193fbf41a75b709a3e0f5f33ade3bbbe51dcb7d2d68

Contents?: true

Size: 494 Bytes

Versions: 5

Compression:

Stored size: 494 Bytes

Contents

/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('wordcount', 'zh-cn', {
    WordCount: '词数:',
    CharCount: '字符:',
    CharCountWithHTML: '字符 (含HTML)',
    Paragraphs: '段落:',
    ParagraphsRemaining: 'Paragraphs remaining',
    pasteWarning: '由于上限允许,内容不能粘贴',
    Selected: '已选择: ',
    title: '统计'
});

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
integral-1.5.1 app/assets/javascripts/ckeditor/plugins/wordcount/lang/zh-cn.js
integral-1.5.0 app/assets/javascripts/ckeditor/plugins/wordcount/lang/zh-cn.js
integral-1.4.0 app/assets/javascripts/ckeditor/plugins/wordcount/lang/zh-cn.js
integral-1.3.0 app/assets/javascripts/ckeditor/plugins/wordcount/lang/zh-cn.js
integral-1.2.0 app/assets/javascripts/ckeditor/plugins/wordcount/lang/zh-cn.js