new ckeditor
New ckeditor
This commit is contained in:
71
ckeditor/plugins/forms/lang/ja.js
Normal file
71
ckeditor/plugins/forms/lang/ja.js
Normal file
@@ -0,0 +1,71 @@
|
||||
/*
|
||||
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'forms', 'ja', {
|
||||
button: {
|
||||
title: 'ボタン プロパティ',
|
||||
text: 'テキスト (値)',
|
||||
type: 'タイプ',
|
||||
typeBtn: 'ボタン',
|
||||
typeSbm: '送信',
|
||||
typeRst: 'リセット'
|
||||
},
|
||||
checkboxAndRadio: {
|
||||
checkboxTitle: 'チェックボックスのプロパティ',
|
||||
radioTitle: 'ラジオボタンのプロパティ',
|
||||
value: '値',
|
||||
selected: '選択済み',
|
||||
required: 'Required' // MISSING
|
||||
},
|
||||
form: {
|
||||
title: 'フォームのプロパティ',
|
||||
menu: 'フォームのプロパティ',
|
||||
action: 'アクション (action)',
|
||||
method: 'メソッド (method)',
|
||||
encoding: 'エンコード方式 (encoding)'
|
||||
},
|
||||
hidden: {
|
||||
title: '不可視フィールド プロパティ',
|
||||
name: '名前 (name)',
|
||||
value: '値 (value)'
|
||||
},
|
||||
select: {
|
||||
title: '選択フィールドのプロパティ',
|
||||
selectInfo: '情報',
|
||||
opAvail: '利用可能なオプション',
|
||||
value: '選択項目値',
|
||||
size: 'サイズ',
|
||||
lines: '行',
|
||||
chkMulti: '複数選択を許可',
|
||||
required: 'Required', // MISSING
|
||||
opText: '選択項目名',
|
||||
opValue: '値',
|
||||
btnAdd: '追加',
|
||||
btnModify: '編集',
|
||||
btnUp: '上へ',
|
||||
btnDown: '下へ',
|
||||
btnSetValue: '選択した値を設定',
|
||||
btnDelete: '削除'
|
||||
},
|
||||
textarea: {
|
||||
title: 'テキストエリア プロパティ',
|
||||
cols: '列',
|
||||
rows: '行'
|
||||
},
|
||||
textfield: {
|
||||
title: '1行テキスト プロパティ',
|
||||
name: '名前',
|
||||
value: '値',
|
||||
charWidth: 'サイズ',
|
||||
maxChars: '最大長',
|
||||
required: 'Required', // MISSING
|
||||
type: 'タイプ',
|
||||
typeText: 'テキスト',
|
||||
typePass: 'パスワード入力',
|
||||
typeEmail: 'メール',
|
||||
typeSearch: '検索',
|
||||
typeTel: '電話番号',
|
||||
typeUrl: 'URL'
|
||||
}
|
||||
} );
|
||||
Reference in New Issue
Block a user