Skip to content

Commit

Permalink
🎨 fix Vanessa219#1036
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 authored and izgzhen committed Dec 11, 2021
1 parent 00e8e76 commit 049c1aa
Show file tree
Hide file tree
Showing 8 changed files with 505 additions and 468 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -98,6 +98,7 @@

### v3.8.5 / 2021-06-xx

* [1036](https://github.com/Vanessa219/vditor/issues/1036) 标题设置没有配置多语言 `改进功能`
* [957](https://github.com/Vanessa219/vditor/issues/957) 支持表格横向滚动 `引入特性`
* [1038](https://github.com/Vanessa219/vditor/issues/1038) 图片使用 pointer 样式 `改进功能`
* [1034](https://github.com/Vanessa219/vditor/pull/1034) Support Vue and Angular `改进功能`
Expand Down
160 changes: 83 additions & 77 deletions src/js/i18n/en_US.js
@@ -1,79 +1,85 @@
window.VditorI18n = {
"alignCenter": "Center",
"alignLeft": "Left",
"alignRight": "Right",
"alternateText": "Alternate text",
"bold": "Blod",
"both": "editor & preview",
"check": "Task List",
"close": "Close",
"code": "Code Block",
"code-theme": "Code Block Theme Preview",
"column": "Column",
"comment": "Comment",
"confirm": "Confirm",
"content-theme": "Content Theme Preview",
"copied": "Copied",
"copy": "Copy",
"delete-column": "Delete Row",
"delete-row": "Delete Column",
"devtools": "DevTools",
"down": "Down",
"downloadTip": "The browser does not support the download function",
"edit": "Edit",
"edit-mode": "Toggle Edit Mode",
"emoji": "Emoji",
"export": "Export",
"fileTypeError": "file type is error",
"footnoteRef": "Footnote Ref",
"fullscreen": "Toggle Fullscreen",
"generate": "Generating",
"headings": "Headings",
"help": "Help",
"imageURL": "image URL",
"indent": "Indent",
"info": "Info",
"inline-code": "Inline Code",
"insert-after": "Insert line after",
"insert-before": "Insert line Before",
"insertColumnLeft": "Insert 1 left",
"insertColumnRight": "Insert 1 right",
"insertRowAbove": "Insert 1 above",
"insertRowBelow": "Insert 1 below",
"instantRendering": "Instant Rendering",
"italic": "Italic",
"language": "Language",
"line": "Line",
"link": "Link",
"linkRef": "Link Ref",
"list": "List",
"more": "More",
"nameEmpty": "Name is empty",
"ordered-list": "Order List",
"outdent": "Outdent",
"outline": "Outline",
"over": "over",
"performanceTip": "Real-time preview requires ${x}ms, you can close it",
"preview": "Preview",
"quote": "Quote",
"record": "Start Record/End Record",
"record-tip": "The device does not support recording",
"recording": "recording...",
"redo": "Redo",
"remove": "Remove",
"row": "Row",
"spin": "Spin",
"splitView": "Split View",
"strike": "Strike",
"table": "Table",
"textIsNotEmpty": "text(no empty)",
"title": "Title",
"tooltipText": "Tooltip text",
"undo": "Undo",
"up": "Up",
"update": "Update",
"upload": "Upload image or file",
"uploadError": "upload error",
"uploading": "uploading...",
"wysiwyg": "WYSIWYG"
'alignCenter': 'Center',
'alignLeft': 'Left',
'alignRight': 'Right',
'alternateText': 'Alternate text',
'bold': 'Blod',
'both': 'editor & preview',
'check': 'Task List',
'close': 'Close',
'code': 'Code Block',
'code-theme': 'Code Block Theme Preview',
'column': 'Column',
'comment': 'Comment',
'confirm': 'Confirm',
'content-theme': 'Content Theme Preview',
'copied': 'Copied',
'copy': 'Copy',
'delete-column': 'Delete Row',
'delete-row': 'Delete Column',
'devtools': 'DevTools',
'down': 'Down',
'downloadTip': 'The browser does not support the download function',
'edit': 'Edit',
'edit-mode': 'Toggle Edit Mode',
'emoji': 'Emoji',
'export': 'Export',
'fileTypeError': 'file type is error',
'footnoteRef': 'Footnote Ref',
'fullscreen': 'Toggle Fullscreen',
'generate': 'Generating',
'headings': 'Headings',
'heading1': 'Heading 1',
'heading2': 'Heading 2',
'heading3': 'Heading 3',
'heading4': 'Heading 4',
'heading5': 'Heading 5',
'heading6': 'Heading 6',
'help': 'Help',
'imageURL': 'image URL',
'indent': 'Indent',
'info': 'Info',
'inline-code': 'Inline Code',
'insert-after': 'Insert line after',
'insert-before': 'Insert line Before',
'insertColumnLeft': 'Insert 1 left',
'insertColumnRight': 'Insert 1 right',
'insertRowAbove': 'Insert 1 above',
'insertRowBelow': 'Insert 1 below',
'instantRendering': 'Instant Rendering',
'italic': 'Italic',
'language': 'Language',
'line': 'Line',
'link': 'Link',
'linkRef': 'Link Ref',
'list': 'List',
'more': 'More',
'nameEmpty': 'Name is empty',
'ordered-list': 'Order List',
'outdent': 'Outdent',
'outline': 'Outline',
'over': 'over',
'performanceTip': 'Real-time preview requires ${x}ms, you can close it',
'preview': 'Preview',
'quote': 'Quote',
'record': 'Start Record/End Record',
'record-tip': 'The device does not support recording',
'recording': 'recording...',
'redo': 'Redo',
'remove': 'Remove',
'row': 'Row',
'spin': 'Spin',
'splitView': 'Split View',
'strike': 'Strike',
'table': 'Table',
'textIsNotEmpty': 'text(no empty)',
'title': 'Title',
'tooltipText': 'Tooltip text',
'undo': 'Undo',
'up': 'Up',
'update': 'Update',
'upload': 'Upload image or file',
'uploadError': 'upload error',
'uploading': 'uploading...',
'wysiwyg': 'WYSIWYG',
}
160 changes: 83 additions & 77 deletions src/js/i18n/ja_JP.js
@@ -1,79 +1,85 @@
window.VditorI18n = {
"alignCenter": "中央",
"alignLeft": "左側",
"alignRight": "右側",
"alternateText": "イメージタグ",
"bold": "太く",
"both": "エディター & プレビュー",
"check": "チェックリスト",
"close": "閉じる",
"code": "コードブロック挿入",
"code-theme": "コードブロックテーマ",
"column": "行列",
"comment": "コメント",
"confirm": "確認",
"content-theme": "コンテンツテーマ",
"copied": "コピー完了",
"copy": "コピー",
"delete-column": "列 消去",
"delete-row": "行 消去",
"devtools": "開発ツール",
"down": "ダウンロード",
"downloadTip": "ブラウザがダウンロード機能をサポートしていません。",
"edit": "修正",
"edit-mode": "編集モード",
"emoji": "絵文字",
"export": "書き出し",
"fileTypeError": "サポートしていません。",
"footnoteRef": "脚注参照",
"fullscreen": "全体画面",
"generate": "作成する",
"headings": "タイトル大きさ",
"help": "ヘルプ",
"imageURL": "イメージ URL",
"indent": "字下げ",
"info": "情報",
"inline-code": "インラインコード",
"insert-after": "ブロックの後ろに入力",
"insert-before": "ブロックの前に入力",
"insertColumnLeft": "左側に列を挿入",
"insertColumnRight": "右側に列を挿入",
"insertRowAbove": "上に行を挿入",
"insertRowBelow": "下に行を挿入",
"instantRendering": "インスタントレンダリング",
"italic": "斜体",
"language": "言語",
"line": "段落分割",
"link": "リンク",
"linkRef": "リンク参照",
"list": "リスト",
"more": "詳しく見る",
"nameEmpty": "名前が入力されていません。",
"ordered-list": "順序のあるリスト",
"outdent": "ぶら下げインデント",
"outline": "概要",
"over": "オーバー",
"performanceTip": "リアルタイムプレビューには、${x}msが必要でエディター/プレビューボタンをクリックして閉じる事が出来ます。",
"preview": "プレビュー",
"quote": "引用段落",
"record": "録音開始/録音終了",
"record-tip": "録音がサポートされていません。",
"recording": "録音中...",
"redo": "戻る",
"remove": "消去",
"row": "列",
"spin": "スピン",
"splitView": "マークダウン",
"strike": "取り消し線",
"table": "表 挿入",
"textIsNotEmpty": "テキスト(no empty)",
"title": "題名",
"tooltipText": "ツールチップ",
"undo": "取り消す",
"up": "戻る",
"update": "アップデート",
"upload": "イメージをダウンロードする",
"uploadError": "アップロード失敗",
"uploading": "アップロード中",
"wysiwyg": "ウィジウィグ",
'alignCenter': '中央',
'alignLeft': '左側',
'alignRight': '右側',
'alternateText': 'イメージタグ',
'bold': '太く',
'both': 'エディター & プレビュー',
'check': 'チェックリスト',
'close': '閉じる',
'code': 'コードブロック挿入',
'code-theme': 'コードブロックテーマ',
'column': '行列',
'comment': 'コメント',
'confirm': '確認',
'content-theme': 'コンテンツテーマ',
'copied': 'コピー完了',
'copy': 'コピー',
'delete-column': '列 消去',
'delete-row': '行 消去',
'devtools': '開発ツール',
'down': 'ダウンロード',
'downloadTip': 'ブラウザがダウンロード機能をサポートしていません。',
'edit': '修正',
'edit-mode': '編集モード',
'emoji': '絵文字',
'export': '書き出し',
'fileTypeError': 'サポートしていません。',
'footnoteRef': '脚注参照',
'fullscreen': '全体画面',
'generate': '作成する',
'headings': 'タイトル大きさ',
'heading1': '第1レベルの見出し',
'heading2': '第2レベルの見出し',
'heading3': '3レベルの見出し',
'heading4': 'Heading 4',
'heading5': '5レベルの見出し',
'heading6': '6レベルの見出し',
'help': 'ヘルプ',
'imageURL': 'イメージ URL',
'indent': '字下げ',
'info': '情報',
'inline-code': 'インラインコード',
'insert-after': 'ブロックの後ろに入力',
'insert-before': 'ブロックの前に入力',
'insertColumnLeft': '左側に列を挿入',
'insertColumnRight': '右側に列を挿入',
'insertRowAbove': '上に行を挿入',
'insertRowBelow': '下に行を挿入',
'instantRendering': 'インスタントレンダリング',
'italic': '斜体',
'language': '言語',
'line': '段落分割',
'link': 'リンク',
'linkRef': 'リンク参照',
'list': 'リスト',
'more': '詳しく見る',
'nameEmpty': '名前が入力されていません。',
'ordered-list': '順序のあるリスト',
'outdent': 'ぶら下げインデント',
'outline': '概要',
'over': 'オーバー',
'performanceTip': 'リアルタイムプレビューには、${x}msが必要でエディター/プレビューボタンをクリックして閉じる事が出来ます。',
'preview': 'プレビュー',
'quote': '引用段落',
'record': '録音開始/録音終了',
'record-tip': '録音がサポートされていません。',
'recording': '録音中...',
'redo': '戻る',
'remove': '消去',
'row': '列',
'spin': 'スピン',
'splitView': 'マークダウン',
'strike': '取り消し線',
'table': '表 挿入',
'textIsNotEmpty': 'テキスト(no empty)',
'title': '題名',
'tooltipText': 'ツールチップ',
'undo': '取り消す',
'up': '戻る',
'update': 'アップデート',
'upload': 'イメージをダウンロードする',
'uploadError': 'アップロード失敗',
'uploading': 'アップロード中',
'wysiwyg': 'ウィジウィグ',
}

0 comments on commit 049c1aa

Please sign in to comment.