diff --git a/i18n/en_US.json b/i18n/en_US.json index 235fb23..6af1d24 100644 --- a/i18n/en_US.json +++ b/i18n/en_US.json @@ -139,5 +139,9 @@ "import": "Import", "theme": "Theme", "tab_size": "Tab Size", - "copy_file_path": "Copy File Path" + "copy_file_path": "Copy File Path", + "file_tree": "File Tree", + "select": "Select", + "expand": "Expand", + "collapse": "Collapse" } \ No newline at end of file diff --git a/i18n/ja_JP.json b/i18n/ja_JP.json index c73ea11..d8b703d 100644 --- a/i18n/ja_JP.json +++ b/i18n/ja_JP.json @@ -139,5 +139,9 @@ "import": "インポート", "theme": "テーマ", "tab_size": "Tab·サイズ", - "copy_file_path": "ファイルパスをコピー" + "copy_file_path": "ファイルパスをコピー", + "file_tree": "ファイルツリー", + "select": "選択する", + "expand": "展開する", + "collapse": "シャットダウン" } diff --git a/i18n/zh_CN.json b/i18n/zh_CN.json index 5f9b85e..b6d7cf7 100644 --- a/i18n/zh_CN.json +++ b/i18n/zh_CN.json @@ -139,5 +139,9 @@ "import": "导入", "theme": "主题", "tab_size": "Tab 大小", - "copy_file_path": "复制文件路径" + "copy_file_path": "复制文件路径", + "file_tree": "文件树", + "select": "选择", + "expand": "展开", + "collapse": "收起" } \ No newline at end of file diff --git a/i18n/zh_TW.json b/i18n/zh_TW.json index 56599af..40f0b31 100644 --- a/i18n/zh_TW.json +++ b/i18n/zh_TW.json @@ -139,5 +139,9 @@ "import": "導入", "theme": "主題", "tab_size": "Tab 大小", - "copy_file_path": "複製文件路徑" + "copy_file_path": "複製文件路徑", + "file_tree": "文件樹", + "select": "選擇", + "expand": "展開", + "collapse": "收起" } \ No newline at end of file diff --git a/views/keyboard_shortcuts.html b/views/keyboard_shortcuts.html index 7645acf..7939010 100644 --- a/views/keyboard_shortcuts.html +++ b/views/keyboard_shortcuts.html @@ -51,5 +51,11 @@
  • F6{{.i18n.colon}}{{.i18n.build_n_run}}
  • Ctrl-C{{.i18n.colon}}{{.i18n.clearOutput}}
  • +

    {{.i18n.file_tree}}

    +