diff --git a/i18n/en_US.json b/i18n/en_US.json index 6af1d24..db4647d 100644 --- a/i18n/en_US.json +++ b/i18n/en_US.json @@ -143,5 +143,16 @@ "file_tree": "File Tree", "select": "Select", "expand": "Expand", - "collapse": "Collapse" + "collapse": "Collapse", + "edit": "Edit", + "undo": "Undo", + "redo": "Redo", + "cut": "Cut", + "copy": "Copy", + "paste": "Paste", + "select_all": "Select All", + "select_identifier": "Select Identifier", + "source": "Source", + "toggle_comment": "Toggle Comment", + "find_in_files": "Find in Files" } \ No newline at end of file diff --git a/i18n/ja_JP.json b/i18n/ja_JP.json index d8b703d..e98c984 100644 --- a/i18n/ja_JP.json +++ b/i18n/ja_JP.json @@ -143,5 +143,16 @@ "file_tree": "ファイルツリー", "select": "選択する", "expand": "展開する", - "collapse": "シャットダウン" + "collapse": "シャットダウン", + "edit": "編集", + "undo": "元に戻す", + "redo": "やり直し", + "cut": "Cut", + "copy": "コピー", + "paste": "貼り付け", + "select_all": "すべて選択", + "select_identifier": "選択識別子", + "source": "ソース", + "toggle_comment": "トグルコメント", + "find_in_files": "ファイルから検索" } diff --git a/i18n/zh_CN.json b/i18n/zh_CN.json index b6d7cf7..20265e5 100644 --- a/i18n/zh_CN.json +++ b/i18n/zh_CN.json @@ -143,5 +143,16 @@ "file_tree": "文件树", "select": "选择", "expand": "展开", - "collapse": "收起" + "collapse": "收起", + "edit": "编辑", + "undo": "撤销", + "redo": "重做", + "cut": "剪切", + "copy": "复制", + "paste": "粘贴", + "select_all": "全选", + "select_identifier": "选择标识符", + "source": "源码", + "toggle_comment": "注释", + "find_in_files": "在文件中查找" } \ No newline at end of file diff --git a/i18n/zh_TW.json b/i18n/zh_TW.json index 40f0b31..0c8b9ad 100644 --- a/i18n/zh_TW.json +++ b/i18n/zh_TW.json @@ -143,5 +143,16 @@ "file_tree": "文件樹", "select": "選擇", "expand": "展開", - "collapse": "收起" + "collapse": "收起", + "edit": "編輯", + "undo": "撤消", + "redo": "重做", + "cut": "剪切", + "copy": "複製", + "paste": "粘貼", + "select_all": "全選", + "select_identifier": "選擇標識符", + "source": "源代碼", + "toggle_comment": "註釋", + "find_in_files": "在文件中查找" } \ No newline at end of file diff --git a/views/index.html b/views/index.html index 71da6df..72d2253 100644 --- a/views/index.html +++ b/views/index.html @@ -49,6 +49,139 @@ +
  • + {{.i18n.edit}} +
    + +
    +
  • +
  • + {{.i18n.source}} +
    + +
    +
  • +
  • + {{.i18n.find}} +
    + +
    +
  • +
  • + {{.i18n.focus}} +
    + +
    +
  • {{.i18n.run}}