Changeset 6183
- Timestamp:
- 12/08/10 10:25:16 (2 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/lang/ja.js (modified) (21 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r6182 r6183 71 71 <li>Updated the following language files:<ul> 72 72 <li><a href="http://dev.ckeditor.com/ticket/6756">#6756</a> : Hungarian;</li> 73 <li><a href="http://dev.ckeditor.com/ticket/6794">#6794</a> : Japanese;</li> 73 74 </ul></li> 74 75 </ul> -
CKEditor/trunk/_source/lang/ja.js
r5863 r6183 32 32 * of reading non-English words. So be careful while translating it. 33 33 */ 34 editorTitle : ' Rich text editor, %1, press ALT 0 for help.', // MISSING34 editorTitle : 'リッチテキストエディタ, %1, ヘルプは ALT 0 を押してください', 35 35 36 36 // ARIA descriptions. 37 toolbar : ' Toolbar', // MISSING38 editor : ' Rich Text Editor', // MISSING37 toolbar : 'ツールバー', 38 editor : 'リッチテキストエディタ', 39 39 40 40 // Toolbar buttons without dialogs. … … 93 93 ok : 'OK', 94 94 cancel : 'キャンセル', 95 close : ' Close', // MISSING96 preview : ' Preview', // MISSING95 close : '閉じる', 96 preview : 'プレビュー', 97 97 generalTab : '全般', 98 98 advancedTab : '高度な設定', … … 100 100 confirmNewPage : '変更内容を保存せず、 新しいページを開いてもよろしいでしょうか?', 101 101 confirmCancel : 'オプション設定を変更しました。ダイアログを閉じてもよろしいでしょうか?', 102 options : ' Options', // MISSING103 target : ' Target', // MISSING104 targetNew : ' New Window (_blank)', // MISSING105 targetTop : ' Topmost Window (_top)', // MISSING106 targetSelf : ' Same Window (_self)', // MISSING107 targetParent : ' Parent Window (_parent)', // MISSING108 langDirLTR : ' Left to Right (LTR)', // MISSING109 langDirRTL : ' Right to Left (RTL)', // MISSING110 styles : ' Style', // MISSING111 cssClasses : ' Stylesheet Classes', // MISSING102 options : 'オプション', 103 target : 'ターゲット', 104 targetNew : '新しいウィンドウ (_空白)', 105 targetTop : '最上部ウィンドウ (_トップ)', 106 targetSelf : '同じウィンドウ (_同一)', 107 targetParent : '親ウィンドウ (_親)', 108 langDirLTR : '左から右 (LTR)', 109 langDirRTL : '右から左 (RTL)', 110 styles : 'スタイル', 111 cssClasses : 'スタイルシートクラス', 112 112 113 113 // Put the voice-only part of the label in the span. … … 117 117 contextmenu : 118 118 { 119 options : ' Context Menu Options' // MISSING119 options : 'コンテキストメニューオプション' 120 120 }, 121 121 … … 125 125 toolbar : '特殊文字挿入', 126 126 title : '特殊文字選択', 127 options : ' Special Character Options' // MISSING127 options : '特殊文字オプション' 128 128 }, 129 129 … … 166 166 acccessKey : 'アクセスキー', 167 167 name : 'Name属性', 168 langCode : ' 文字表記の方向',168 langCode : '言語コード', 169 169 tabIndex : 'タブインデックス', 170 170 advisoryTitle : 'Title属性', … … 197 197 list: 198 198 { 199 numberedTitle : ' Numbered List Properties', // MISSING200 bulletedTitle : ' Bulleted List Properties', // MISSING201 type : ' Type', // MISSING202 start : ' Start', // MISSING203 validateStartNumber :' List start number must be a whole number.', // MISSING204 circle : ' Circle', // MISSING205 disc : ' Disc', // MISSING206 square : ' Square', // MISSING207 none : ' None', // MISSING208 notset : '< not set>', // MISSING209 armenian : ' Armenian numbering', // MISSING210 georgian : ' Georgian numbering (an, ban, gan, etc.)', // MISSING211 lowerRoman : ' Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING212 upperRoman : ' Upper Roman (I, II, III, IV, V, etc.)', // MISSING213 lowerAlpha : ' Lower Alpha (a, b, c, d, e, etc.)', // MISSING214 upperAlpha : ' Upper Alpha (A, B, C, D, E, etc.)', // MISSING215 lowerGreek : ' Lower Greek (alpha, beta, gamma, etc.)', // MISSING216 decimal : ' Decimal (1, 2, 3, etc.)', // MISSING217 decimalLeadingZero : ' Decimal leading zero (01, 02, 03, etc.)' // MISSING199 numberedTitle : '段落番号 プロパティ', 200 bulletedTitle : '箇条書き プロパティ', 201 type : 'タイプ', 202 start : '開始', 203 validateStartNumber :'リスト開始番号は数値で入力してください。', 204 circle : '白丸', 205 disc : '黒丸', 206 square : '四角', 207 none : 'なし', 208 notset : '<なし>', 209 armenian : 'アルメニア数字', 210 georgian : 'グルジア数字 (an, ban, gan, etc.)', 211 lowerRoman : '小文字ローマ数字 (i, ii, iii, iv, v, etc.)', 212 upperRoman : '大文字ローマ数字 (I, II, III, IV, V, etc.)', 213 lowerAlpha : '小文字アルファベット (a, b, c, d, e, etc.)', 214 upperAlpha : '大文字アルファベット (A, B, C, D, E, etc.)', 215 lowerGreek : '小文字ギリシャ文字 (alpha, beta, gamma, etc.)', 216 decimal : '数字 (1, 2, 3, etc.)', 217 decimalLeadingZero : '上位桁に0をつけた数字 (01, 02, 03, etc.)' 218 218 }, 219 219 … … 251 251 widthPx : 'ピクセル', 252 252 widthPc : 'パーセント', 253 widthUnit : ' width unit', // MISSING253 widthUnit : 'ユニット', 254 254 height : '高さ', 255 255 cellSpace : 'セル内余白', … … 414 414 height : '高さ', 415 415 lockRatio : 'ロック比率', 416 unlockRatio : ' Unlock Ratio', // MISSING416 unlockRatio : 'アンロック比率', 417 417 resetSize : 'サイズリセット', 418 418 border : 'ボーダー', … … 427 427 img2Button : '選択した画像をボタンに置き換えますか?', 428 428 urlMissing : 'イメージのURLを入力してください。', 429 validateWidth : ' Width must be a whole number.', // MISSING430 validateHeight : ' Height must be a whole number.', // MISSING431 validateBorder : ' Border must be a whole number.', // MISSING432 validateHSpace : ' HSpace must be a whole number.', // MISSING433 validateVSpace : ' VSpace must be a whole number.' // MISSING429 validateWidth : '幅は数値で入力してください。', 430 validateHeight : '高さは数値で入力してください。', 431 validateBorder : 'ボーダーは数値で入力してください。', 432 validateHSpace : '横間隔は数値で入力してください。', 433 validateVSpace : '縦間隔は数値で入力してください。' 434 434 }, 435 435 … … 513 513 toolbar : '絵文字', 514 514 title : '顔文字挿入', 515 options : ' Smiley Options' // MISSING515 options : '絵文字オプション' 516 516 }, 517 517 518 518 elementsPath : 519 519 { 520 eleLabel : ' Elements path', // MISSING520 eleLabel : 'エレメントパス', 521 521 eleTitle : '%1 エレメント' 522 522 }, … … 544 544 pasteMsg : 'キーボード(<STRONG>Ctrl/Cmd+V</STRONG>)を使用して、次の入力エリア内で貼って、<STRONG>OK</STRONG>を押してください。', 545 545 securityMsg : 'ブラウザのセキュリティ設定により、エディタはクリップボード・データに直接アクセスすることができません。このウィンドウは貼り付け操作を行う度に表示されます。', 546 pasteArea : ' Paste Area' // MISSING546 pasteArea : '貼り付け場所' 547 547 }, 548 548 … … 552 552 toolbar : 'ワード文章から貼り付け', 553 553 title : 'ワード文章から貼り付け', 554 error : ' It was not possible to clean up the pasted data due to an internal error' // MISSING554 error : '内部エラーにより貼り付けたデータがクリアできませんでした' 555 555 }, 556 556 … … 565 565 button : 'テンプレート(雛形)', 566 566 title : 'テンプレート内容', 567 options : ' Template Options', // MISSING567 options : 'テンプレートオプション', 568 568 insertOption : '現在のエディタの内容と置換えをします', 569 569 selectPromptMsg : 'エディターで使用するテンプレートを選択してください。<br>(現在のエディタの内容は失われます):', … … 576 576 { 577 577 label : 'スタイル', 578 panelTitle : ' Formatting Styles', // MISSING578 panelTitle : 'スタイル', 579 579 panelTitle1 : 'ブロックスタイル', 580 580 panelTitle2 : 'インラインスタイル', … … 601 601 div : 602 602 { 603 title : ' Create Div Container', // MISSING604 toolbar : ' Create Div Container', // MISSING605 cssClassInputLabel : ' Stylesheet Classes', // MISSING606 styleSelectLabel : ' Style', // MISSING603 title : 'Divコンテナ', 604 toolbar : 'Divコンテナ', 605 cssClassInputLabel : 'スタイルシートクラス', 606 styleSelectLabel : 'スタイル', 607 607 IdInputLabel : 'Id', // MISSING 608 languageCodeInputLabel : ' Language Code', // MISSING609 inlineStyleInputLabel : ' Inline Style', // MISSING610 advisoryTitleInputLabel : ' Advisory Title', // MISSING611 langDirLabel : ' Language Direction', // MISSING612 langDirLTRLabel : ' Left to Right (LTR)', // MISSING613 langDirRTLLabel : ' Right to Left (RTL)', // MISSING614 edit : ' Edit Div', // MISSING615 remove : ' Remove Div' // MISSING608 languageCodeInputLabel : ' 言語コード', 609 inlineStyleInputLabel : 'インラインスタイル', 610 advisoryTitleInputLabel : 'Title属性', 611 langDirLabel : '文字表記の方向', 612 langDirLTRLabel : '左から右 (LTR)', 613 langDirRTLLabel : '右から左 (RTL)', 614 edit : 'Divコンテナ 編集', 615 remove : 'Divコンテナ 削除' 616 616 }, 617 617 … … 634 634 textColorTitle : 'テキスト色', 635 635 bgColorTitle : '背景色', 636 panelTitle : ' Colors', // MISSING636 panelTitle : '色', 637 637 auto : '自動', 638 638 more : 'その他の色...' … … 686 686 { 687 687 title : 'スペルチェック設定(SCAYT)', 688 opera_title : ' Not supported by Opera', // MISSING688 opera_title : 'Operaではサポートされません', 689 689 enable : 'SCAYT有効', 690 690 disable : 'SCAYT無効', … … 700 700 701 701 optionsTab : 'オプション', 702 allCaps : ' Ignore All-Caps Words', // MISSING703 ignoreDomainNames : ' Ignore Domain Names', // MISSING704 mixedCase : ' Ignore Words with Mixed Case', // MISSING705 mixedWithDigits : ' Ignore Words with Numbers', // MISSING702 allCaps : '全て大文字の単語を無視', 703 ignoreDomainNames : 'ドメイン名を無視', 704 mixedCase : '大文字小文字混在の単語を無視', 705 mixedWithDigits : '数字付き単語を無視', 706 706 707 707 languagesTab : '言語', 708 708 709 709 dictionariesTab : '辞書', 710 dic_field_name : ' Dictionary name', // MISSING711 dic_create : ' Create', // MISSING712 dic_restore : ' Restore', // MISSING713 dic_delete : ' Delete', // MISSING714 dic_rename : ' Rename', // MISSING715 dic_info : ' Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', // MISSING710 dic_field_name : '辞書名', 711 dic_create : '登録', 712 dic_restore : '元に戻す', 713 dic_delete : '削除', 714 dic_rename : '名前変更', 715 dic_info : '始めユーザーディレクトリは、Cookieに保存されます。但し Cookie はサイズに制限があります。ユーザーディレクトリがCookieに保存できないサイズに到達するとディレクトリはサーバー上に保存されます。個人のディレクトリをサーバー上に保存するには、ディレクトリ名を明示する必要があります。もし既に保存されたディレクトリがある場合、その名前を入力し、元に戻すボタンを押してください。', 716 716 717 717 aboutTab : 'バージョン情報' … … 742 742 { 743 743 title : '色選択', 744 options : ' Color Options', // MISSING744 options : 'カラーオプション', 745 745 highlight : 'ハイライト', 746 746 selected : '選択された色', … … 753 753 bidi : 754 754 { 755 ltr : ' Text direction from left to right', // MISSING756 rtl : ' Text direction from right to left' // MISSING755 ltr : 'テキストの向き : 左から右へ', 756 rtl : 'テキストの向き : 右から左へ' 757 757 } 758 758 };
Note: See TracChangeset
for help on using the changeset viewer.
