Changeset 3759:45c8ab728afa for plugins/dcCKEditor/js/ckeditor/lang/ja.js
- Timestamp:
- 06/13/18 13:00:16 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/js/ckeditor/lang/ja.js
r3616 r3759 1 1 /* 2 Copyright (c) 2003-201 7, CKSource - Frederico Knabben. All rights reserved.2 Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. 3 3 For licensing, see LICENSE.md or http://ckeditor.com/license 4 4 */ … … 141 141 { 142 142 button : 'プレーンテキストとして貼り付け', 143 pasteNotification : 'Your browser does not allow you to paste plain text this way. Press %1 to paste.' 143 pasteNotification : 'Press %1 to paste. Your browser doesn‘t support pasting with the toolbar button or context menu option.', 144 title : 'プレーンテキストとして貼り付け' 144 145 }, 145 146 pastefromword : … … 254 255 unlink : 'リンクを削除', 255 256 upload : 'アップロード' 256 },257 justify :258 {259 block : '両端揃え',260 center : '中央揃え',261 left : '左揃え',262 right : '右揃え'263 257 }, 264 258 indent : … … 421 415 cutError : 'ブラウザーのセキュリティ設定によりエディタの切り取り操作を自動で実行することができません。実行するには手動でキーボードの(Ctrl/Cmd+X)を使用してください。', 422 416 paste : '貼り付け', 423 pasteNotification : 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' 417 pasteNotification : 'Press %1 to paste. Your browser doesn‘t support pasting with the toolbar button or context menu option.', 418 pasteArea : '貼り付け場所', 419 pasteMsg : 'Paste your content inside the area below and press OK.', 420 title : '貼り付け' 424 421 }, 425 422 button : … … 444 441 copy : 'Copyright © $1. All rights reserved.', 445 442 dlgTitle : 'CKEditorについて', 446 help : '$1 のヘルプを見てください。', 447 moreInfo : 'ライセンス情報の詳細はウェブサイトにて確認してください:', 448 title : 'CKEditorについて', 449 userGuide : 'CKEditor User\'s Guide' 443 moreInfo : 'ライセンス情報の詳細はウェブサイトにて確認してください:' 450 444 }, 451 445 editor : 'リッチテキストエディタ', … … 504 498 height : '高さ', 505 499 align : '行揃え', 506 alignLeft : '左', 507 alignRight : '右', 508 alignCenter : '中央', 509 alignJustify : '両端揃え', 500 left : '左', 501 right : '右', 502 center : '中央', 503 justify : '両端揃え', 504 alignLeft : '左揃え', 505 alignRight : '右揃え', 506 alignCenter : 'Align Center', 510 507 alignTop : '上', 511 508 alignMiddle : '中央', … … 515 512 invalidHeight : '高さは数値で入力してください。', 516 513 invalidWidth : '幅は数値で入力してください。', 514 invalidLength : 'Value specified for the "%1" field must be a positive number with or without a valid measurement unit (%2).', 517 515 invalidCssLength : '入力された "%1" 項目の値は、CSSの大きさ(px, %, in, cm, mm, em, ex, pt, または pc)が正しいものである/ないに関わらず、正の値である必要があります。', 518 516 invalidHtmlLength : '入力された "%1" 項目の値は、HTMLの大きさ(px または %)が正しいものである/ないに関わらず、正の値である必要があります。', … … 531 529 '36' : 'Home', 532 530 '46' : 'Delete', 531 '112' : 'F1', 532 '113' : 'F2', 533 '114' : 'F3', 534 '115' : 'F4', 535 '116' : 'F5', 536 '117' : 'F6', 537 '118' : 'F7', 538 '119' : 'F8', 539 '120' : 'F9', 540 '121' : 'F10', 541 '122' : 'F11', 542 '123' : 'F12', 543 '124' : 'F13', 544 '125' : 'F14', 545 '126' : 'F15', 546 '127' : 'F16', 547 '128' : 'F17', 548 '129' : 'F18', 549 '130' : 'F19', 550 '131' : 'F20', 551 '132' : 'F21', 552 '133' : 'F22', 553 '134' : 'F23', 554 '135' : 'F24', 533 555 '224' : 'Command' 534 556 }, 535 keyboardShortcut : 'キーボードショートカット' 557 keyboardShortcut : 'キーボードショートカット', 558 optionDefault : 'Default' 536 559 } };
Note: See TracChangeset
for help on using the changeset viewer.