summaryrefslogtreecommitdiff
path: root/plugins/forms/lang/ja.js
blob: fea40a774d1f365396e58d71c1cfcb8f2f7edcc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'forms', 'ja', {
	button: {
		title: 'ボタン プロパティ',
		text: 'テキスト (値)',
		type: 'タイプ',
		typeBtn: 'ボタン',
		typeSbm: '送信',
		typeRst: 'リセット'
	},
	checkboxAndRadio: {
		checkboxTitle: 'チェックボックス プロパティ',
		radioTitle: 'ラジオボタン プロパティ',
		value: '値',
		selected: '選択済み'
	},
	form: {
		title: 'フォーム プロパティ',
		menu: 'フォーム プロパティ',
		action: 'アクション',
		method: 'メソッド',
		encoding: 'エンコーディング'
	},
	hidden: {
		title: '不可視フィールド プロパティ',
		name: '名前',
		value: '値'
	},
	select: {
		title: '選択フィールド プロパティ',
		selectInfo: '情報',
		opAvail: '利用可能なオプション',
		value: '選択項目値',
		size: 'サイズ',
		lines: '行',
		chkMulti: '複数項目選択を許可',
		opText: '選択項目名',
		opValue: '値',
		btnAdd: '追加',
		btnModify: '編集',
		btnUp: '上へ',
		btnDown: '下へ',
		btnSetValue: '選択した値を設定',
		btnDelete: '削除'
	},
	textarea: {
		title: 'テキストエリア プロパティ',
		cols: '列',
		rows: '行'
	},
	textfield: {
		title: '1行テキスト プロパティ',
		name: '名前',
		value: '値',
		charWidth: 'サイズ',
		maxChars: '最大長',
		type: 'タイプ',
		typeText: 'テキスト',
		typePass: 'パスワード入力',
		typeEmail: 'Email', // MISSING
		typeSearch: 'Search', // MISSING
		typeTel: 'Telephone Number', // MISSING
		typeUrl: 'URL'
	}
});