Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

日语改进 #1325

Merged
merged 1 commit into from Nov 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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