Built files from Bizgaze WebServer
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

summernote-ja-JP.js 4.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. (function($) {
  2. $.extend($.summernote.lang, {
  3. 'ja-JP': {
  4. font: {
  5. bold: '太字',
  6. italic: '斜体',
  7. underline: '下線',
  8. clear: 'クリア',
  9. height: '文字高',
  10. name: 'フォント',
  11. strikethrough: '取り消し線',
  12. subscript: 'Subscript',
  13. superscript: 'Superscript',
  14. size: '大きさ',
  15. },
  16. image: {
  17. image: '画像',
  18. insert: '画像挿入',
  19. resizeFull: '最大化',
  20. resizeHalf: '1/2',
  21. resizeQuarter: '1/4',
  22. floatLeft: '左寄せ',
  23. floatRight: '右寄せ',
  24. floatNone: '寄せ解除',
  25. shapeRounded: 'Shape: Rounded',
  26. shapeCircle: 'Shape: Circle',
  27. shapeThumbnail: 'Shape: Thumbnail',
  28. shapeNone: 'Shape: None',
  29. dragImageHere: 'ここに画像をドラッグしてください',
  30. dropImage: 'Drop image or Text',
  31. selectFromFiles: '画像ファイルを選ぶ',
  32. maximumFileSize: 'Maximum file size',
  33. maximumFileSizeError: 'Maximum file size exceeded.',
  34. url: 'URLから画像を挿入する',
  35. remove: '画像を削除する',
  36. original: 'Original',
  37. },
  38. video: {
  39. video: '動画',
  40. videoLink: '動画リンク',
  41. insert: '動画挿入',
  42. url: '動画のURL',
  43. providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion, Youku)',
  44. },
  45. link: {
  46. link: 'リンク',
  47. insert: 'リンク挿入',
  48. unlink: 'リンク解除',
  49. edit: '編集',
  50. textToDisplay: 'リンク文字列',
  51. url: 'URLを入力してください',
  52. openInNewWindow: '新しいウィンドウで開く',
  53. },
  54. table: {
  55. table: 'テーブル',
  56. addRowAbove: '行を上に追加',
  57. addRowBelow: '行を下に追加',
  58. addColLeft: '列を左に追加',
  59. addColRight: '列を右に追加',
  60. delRow: '行を削除',
  61. delCol: '列を削除',
  62. delTable: 'テーブルを削除',
  63. },
  64. hr: {
  65. insert: '水平線の挿入',
  66. },
  67. style: {
  68. style: 'スタイル',
  69. p: '標準',
  70. blockquote: '引用',
  71. pre: 'コード',
  72. h1: '見出し1',
  73. h2: '見出し2',
  74. h3: '見出し3',
  75. h4: '見出し4',
  76. h5: '見出し5',
  77. h6: '見出し6',
  78. },
  79. lists: {
  80. unordered: '通常リスト',
  81. ordered: '番号リスト',
  82. },
  83. options: {
  84. help: 'ヘルプ',
  85. fullscreen: 'フルスクリーン',
  86. codeview: 'コード表示',
  87. },
  88. paragraph: {
  89. paragraph: '文章',
  90. outdent: '字上げ',
  91. indent: '字下げ',
  92. left: '左寄せ',
  93. center: '中央寄せ',
  94. right: '右寄せ',
  95. justify: '均等割付',
  96. },
  97. color: {
  98. recent: '現在の色',
  99. more: 'もっと見る',
  100. background: '背景色',
  101. foreground: '文字色',
  102. transparent: '透明',
  103. setTransparent: '透明にする',
  104. reset: '標準',
  105. resetToDefault: '標準に戻す',
  106. },
  107. shortcut: {
  108. shortcuts: 'ショートカット',
  109. close: '閉じる',
  110. textFormatting: '文字フォーマット',
  111. action: 'アクション',
  112. paragraphFormatting: '文章フォーマット',
  113. documentStyle: 'ドキュメント形式',
  114. extraKeys: 'Extra keys',
  115. },
  116. help: {
  117. 'insertParagraph': '改行挿入',
  118. 'undo': '一旦、行った操作を戻す',
  119. 'redo': '最後のコマンドをやり直す',
  120. 'tab': 'Tab',
  121. 'untab': 'タブ戻し',
  122. 'bold': '太文字',
  123. 'italic': '斜体',
  124. 'underline': '下線',
  125. 'strikethrough': '取り消し線',
  126. 'removeFormat': '装飾を戻す',
  127. 'justifyLeft': '左寄せ',
  128. 'justifyCenter': '真ん中寄せ',
  129. 'justifyRight': '右寄せ',
  130. 'justifyFull': 'すべてを整列',
  131. 'insertUnorderedList': '行頭に●を挿入',
  132. 'insertOrderedList': '行頭に番号を挿入',
  133. 'outdent': '字下げを戻す(アウトデント)',
  134. 'indent': '字下げする(インデント)',
  135. 'formatPara': '段落(P tag)指定',
  136. 'formatH1': 'H1指定',
  137. 'formatH2': 'H2指定',
  138. 'formatH3': 'H3指定',
  139. 'formatH4': 'H4指定',
  140. 'formatH5': 'H5指定',
  141. 'formatH6': 'H6指定',
  142. 'insertHorizontalRule': '<hr />を挿入',
  143. 'linkDialog.show': 'リンク挿入',
  144. },
  145. history: {
  146. undo: '元に戻す',
  147. redo: 'やり直す',
  148. },
  149. specialChar: {
  150. specialChar: 'SPECIAL CHARACTERS',
  151. select: 'Select Special characters',
  152. },
  153. },
  154. });
  155. })(jQuery);