This commit is contained in:
Liang Ding 2014-12-03 13:53:50 +08:00
parent 02c1b0b5d6
commit e074275ac7
5 changed files with 26 additions and 4 deletions

View File

@ -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"
}

View File

@ -139,5 +139,9 @@
"import": "インポート",
"theme": "テーマ",
"tab_size": "Tab·サイズ",
"copy_file_path": "ファイルパスをコピー"
"copy_file_path": "ファイルパスをコピー",
"file_tree": "ファイルツリー",
"select": "選択する",
"expand": "展開する",
"collapse": "シャットダウン"
}

View File

@ -139,5 +139,9 @@
"import": "导入",
"theme": "主题",
"tab_size": "Tab 大小",
"copy_file_path": "复制文件路径"
"copy_file_path": "复制文件路径",
"file_tree": "文件树",
"select": "选择",
"expand": "展开",
"collapse": "收起"
}

View File

@ -139,5 +139,9 @@
"import": "導入",
"theme": "主題",
"tab_size": "Tab 大小",
"copy_file_path": "複製文件路徑"
"copy_file_path": "複製文件路徑",
"file_tree": "文件樹",
"select": "選擇",
"expand": "展開",
"collapse": "收起"
}

View File

@ -51,5 +51,11 @@
<li>F6{{.i18n.colon}}{{.i18n.build_n_run}}</li>
<li>Ctrl-C{{.i18n.colon}}{{.i18n.clearOutput}}</li>
</ul>
<h2>{{.i18n.file_tree}}</h2>
<ul>
<li>Up/Down{{.i18n.colon}}{{.i18n.select}}</li>
<li>Left/Right{{.i18n.colon}}{{.i18n.collapse}}/{{.i18n.expand}}</li>
<li>Ctrl-R{{.i18n.colon}}{{.i18n.rename}}</li>
</ul>
</body>
</html>