commands.js 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. define(
  2. "dijit/_editor/nls/ja/commands", //begin v1.x content
  3. ({
  4. 'bold': '太字',
  5. 'copy': 'コピー',
  6. 'cut': '切り取り',
  7. 'delete': '削除',
  8. 'indent': 'インデント',
  9. 'insertHorizontalRule': '水平罫線',
  10. 'insertOrderedList': '番号付きリスト',
  11. 'insertUnorderedList': '黒丸付きリスト',
  12. 'italic': 'イタリック',
  13. 'justifyCenter': '中央揃え',
  14. 'justifyFull': '両端揃え',
  15. 'justifyLeft': '左揃え',
  16. 'justifyRight': '右揃え',
  17. 'outdent': 'アウトデント',
  18. 'paste': '貼り付け',
  19. 'redo': 'やり直し',
  20. 'removeFormat': '書式のクリア',
  21. 'selectAll': 'すべて選択',
  22. 'strikethrough': '取り消し線',
  23. 'subscript': '下付き文字',
  24. 'superscript': '上付き文字',
  25. 'underline': '下線',
  26. 'undo': '元に戻す',
  27. 'unlink': 'リンクの削除',
  28. 'createLink': 'リンクの作成',
  29. 'toggleDir': '方向の切り替え',
  30. 'insertImage': 'イメージの挿入',
  31. 'insertTable': 'テーブルの挿入/編集',
  32. 'toggleTableBorder': 'テーブル・ボーダーの切り替え',
  33. 'deleteTable': 'テーブルの削除',
  34. 'tableProp': 'テーブル・プロパティー',
  35. 'htmlToggle': 'HTML ソース',
  36. 'foreColor': '前景色',
  37. 'hiliteColor': 'マーカー',
  38. 'plainFormatBlock': '段落スタイル',
  39. 'formatBlock': '段落スタイル',
  40. 'fontSize': 'フォント・サイズ',
  41. 'fontName': 'フォント名',
  42. 'tabIndent': 'タブ・インデント',
  43. "fullScreen": "全画面表示に切り替え",
  44. "viewSource": "HTML ソースの表示",
  45. "print": "印刷",
  46. "newPage": "新規ページ",
  47. /* Error messages */
  48. 'systemShortcut': '"${0}" アクションを使用できるのは、ブラウザーでキーボード・ショートカットを使用する場合のみです。${1} を使用してください。',
  49. 'ctrlKey':'Ctrl+${0}'
  50. })
  51. //end v1.x content
  52. );