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