Skip to content

Commit

Permalink
Update ja_JP.js (#1325)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbry committed Nov 1, 2022
1 parent dfdad54 commit 58d1868
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/js/i18n/ja_JP.js
Expand Up @@ -18,23 +18,23 @@ window.VditorI18n = {
'delete-column': '列 消去',
'delete-row': '行 消去',
'devtools': '開発ツール',
'down': 'ダウンロード',
'down': '下げる',
'downloadTip': 'ブラウザがダウンロード機能をサポートしていません。',
'edit': '修正',
'edit-mode': '編集モード',
'emoji': '絵文字',
'export': '書き出し',
'export': 'エクスポート',
'fileTypeError': 'サポートしていません。',
'footnoteRef': '脚注参照',
'fullscreen': '全体画面',
'fullscreen': 'フルスクリーン',
'generate': '作成する',
'headings': 'タイトル大きさ',
'heading1': '第1レベルの見出し',
'heading2': '第2レベルの見出し',
'heading3': '3レベルの見出し',
'heading4': 'Heading 4',
'heading5': '5レベルの見出し',
'heading6': '6レベルの見出し',
'headings': '見出しの大きさ',
'heading1': '見出し1',
'heading2': '見出し2',
'heading3': '見出し3',
'heading4': '見出し4',
'heading5': '見出し5',
'heading6': '見出し6',
'help': 'ヘルプ',
'imageURL': 'イメージ URL',
'indent': '字下げ',
Expand Down Expand Up @@ -72,13 +72,13 @@ window.VditorI18n = {
'splitView': 'マークダウン',
'strike': '取り消し線',
'table': '表 挿入',
'textIsNotEmpty': 'テキスト(no empty)',
'textIsNotEmpty': 'テキスト(空白は不可)',
'title': '題名',
'tooltipText': 'ツールチップ',
'undo': '取り消す',
'up': '戻る',
'up': '上げる',
'update': 'アップデート',
'upload': 'イメージをダウンロードする',
'upload': 'イメージをアップロードする',
'uploadError': 'アップロード失敗',
'uploading': 'アップロード中',
'wysiwyg': 'ウィジウィグ',
Expand Down

0 comments on commit 58d1868

Please sign in to comment.