Skip to content

Commit

Permalink
Update summernote-ja-JP.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kjventura committed May 2, 2016
1 parent 290d300 commit ab9a345
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions lang/summernote-ja-JP.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,33 +100,33 @@
redo: 'やり直す'
},
help: {
insertParagraph: '改行挿入',
undo: '一旦、行った操作を戻す',
redo: '最後のコマンドをやり直す',
tab: 'Tab',
untab: 'タブ戻し',
bold: '太文字',
italic: '斜体',
underline: '下線',
strikethrough: '取り消し線',
removeFormat: '装飾を戻す',
justifyLeft: '左寄せ',
justifyCenter: '真ん中寄せ',
justifyRight: '右寄せ',
justifyFull: 'すべてを整列',
insertUnorderedList: '行頭に●を挿入',
insertOrderedList: '行頭に番号を挿入',
outdent: '字下げを戻す(アウトデント)',
indent: '字下げする(インデント)',
formatPara: '段落(P tag)指定',
formatH1: 'H1指定',
formatH2: 'H2指定',
formatH3: 'H3指定',
formatH4: 'H4指定',
formatH5: 'H5指定',
formatH6: 'H6指定',
insertHorizontalRule: '<hr />を挿入',
linkDialog.show: 'リンク挿入'
'insertParagraph': '改行挿入',
'undo': '一旦、行った操作を戻す',
'redo': '最後のコマンドをやり直す',
'tab': 'Tab',
'untab': 'タブ戻し',
'bold': '太文字',
'italic': '斜体',
'underline': '下線',
'strikethrough': '取り消し線',
'removeFormat': '装飾を戻す',
'justifyLeft': '左寄せ',
'justifyCenter': '真ん中寄せ',
'justifyRight': '右寄せ',
'justifyFull': 'すべてを整列',
'insertUnorderedList': '行頭に●を挿入',
'insertOrderedList': '行頭に番号を挿入',
'outdent': '字下げを戻す(アウトデント)',
'indent': '字下げする(インデント)',
'formatPara': '段落(P tag)指定',
'formatH1': 'H1指定',
'formatH2': 'H2指定',
'formatH3': 'H3指定',
'formatH4': 'H4指定',
'formatH5': 'H5指定',
'formatH6': 'H6指定',
'insertHorizontalRule': '<hr />を挿入',
'linkDialog.show': 'リンク挿入'
}
}
});
Expand Down

0 comments on commit ab9a345

Please sign in to comment.