1
0

ja.js 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /* ===========================================================
  2. * ja.js
  3. * Japanese translation for Trumbowyg
  4. * http://alex-d.github.com/Trumbowyg
  5. * ===========================================================
  6. * Author : Kouta Fukuhara (foo9)
  7. * Twitter : @foo9
  8. * Website : https://github.com/foo9
  9. */
  10. jQuery.trumbowyg.langs.ja = {
  11. viewHTML: 'HTML表示',
  12. undo: '元に戻す',
  13. redo: 'やり直す',
  14. formatting: 'フォーマット',
  15. p: '段落',
  16. blockquote: '引用',
  17. code: 'コード',
  18. header: '見出し',
  19. bold: '太字',
  20. italic: '斜体',
  21. strikethrough: '取り消し線',
  22. underline: '下線',
  23. strong: '太字',
  24. em: '斜体',
  25. del: '取り消し線',
  26. superscript: '上付き文字',
  27. subscript: '下付き文字',
  28. unorderedList: '順序なしリスト',
  29. orderedList: '順序ありリスト',
  30. insertImage: '画像の挿入',
  31. link: 'リンク',
  32. createLink: 'リンクの作成',
  33. unlink: 'リンクの削除',
  34. justifyLeft: '左揃え',
  35. justifyCenter: '中央揃え',
  36. justifyRight: '右揃え',
  37. justifyFull: '両端揃え',
  38. horizontalRule: '横罫線',
  39. removeformat: 'フォーマットの削除',
  40. fullscreen: '全画面表示',
  41. close: '閉じる',
  42. submit: '送信',
  43. reset: 'キャンセル',
  44. required: '必須',
  45. description: '説明',
  46. title: 'タイトル',
  47. text: 'テキスト',
  48. target: 'ターゲット'
  49. };