Changeset 3983:10925bf4beff for plugins/dcCKEditor/js/ckeditor/lang/ja.js
- Timestamp:
- 06/27/19 11:15:42 (6 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/js/ckeditor/lang/ja.js
r3759 r3983 1 1 /* 2 Copyright (c) 2003-201 8, CKSource - Frederico Knabben. All rights reserved.2 Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. 3 3 For licensing, see LICENSE.md or http://ckeditor.com/license 4 4 */ … … 89 89 headersNone : 'なし', 90 90 headersRow : '最初の行のみ', 91 heightUnit : 'height unit', 91 92 invalidBorder : '枠線の幅は数値で入力してください。', 92 93 invalidCellPadding : 'セル内余白は数値で入力してください。', … … 166 167 liststyle : 167 168 { 168 armenian : 'アルメニア数字',169 169 bulletedTitle : '箇条書きのプロパティ', 170 170 circle : '白丸', 171 171 decimal : '数字 (1, 2, 3, etc.)', 172 decimalLeadingZero : '0付きの数字 (01, 02, 03, etc.)',173 172 disc : '黒丸', 174 georgian : 'グルジア数字 (an, ban, gan, etc.)',175 173 lowerAlpha : '小文字アルファベット (a, b, c, d, e, etc.)', 176 lowerGreek : '小文字ギリシャ文字 (alpha, beta, gamma, etc.)',177 174 lowerRoman : '小文字ローマ数字 (i, ii, iii, iv, v, etc.)', 178 175 none : 'なし', … … 226 223 noEmail : 'メールアドレスを入力してください。', 227 224 noUrl : 'リンクURLを入力してください。', 225 noTel : 'Please type the phone number', 228 226 other : '<その他の>', 227 phoneNumber : 'Phone number', 229 228 popupDependent : '開いたウィンドウに連動して閉じる (Netscape)', 230 229 popupFeatures : 'ポップアップウィンドウ特徴', … … 251 250 toEmail : 'E-Mail', 252 251 toUrl : 'URL', 252 toPhone : 'Phone', 253 253 toolbar : 'リンク挿入/編集', 254 254 type : 'リンクタイプ', … … 417 417 pasteNotification : 'Press %1 to paste. Your browser doesn‘t support pasting with the toolbar button or context menu option.', 418 418 pasteArea : '貼り付け場所', 419 pasteMsg : 'Paste your content inside the area below and press OK.', 420 title : '貼り付け' 421 }, 422 button : 423 { 424 selectedLabel : '%1 (選択中)' 419 pasteMsg : 'Paste your content inside the area below and press OK.' 425 420 }, 426 421 blockquote :
Note: See TracChangeset
for help on using the changeset viewer.