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