From 331e7d2fc45d12aaca3c675fe5317a93f49783e9 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Wed, 19 Nov 2014 12:30:54 +0800 Subject: [PATCH] i18n --- i18n/en_US.json | 3 ++- i18n/ja_JP.json | 3 ++- i18n/zh_CN.json | 3 ++- i18n/zh_TW.json | 3 ++- views/keyboard_shortcuts.html | 1 + 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/i18n/en_US.json b/i18n/en_US.json index a77b8e7..5aa0646 100644 --- a/i18n/en_US.json +++ b/i18n/en_US.json @@ -132,5 +132,6 @@ "line_height": "Line Height", "go_format": "Go Format", "locale": "Locale", - "apply": "Apply" + "apply": "Apply", + "clearOutput": "Clear Output" } \ No newline at end of file diff --git a/i18n/ja_JP.json b/i18n/ja_JP.json index b59c15f..e3b4d56 100644 --- a/i18n/ja_JP.json +++ b/i18n/ja_JP.json @@ -132,5 +132,6 @@ "line_height": "行の高さ", "go_format": "Go フォーマット", "locale": "ロケール", - "apply": "適用する" + "apply": "適用する", + "clearOutput": "空の出力" } diff --git a/i18n/zh_CN.json b/i18n/zh_CN.json index f655408..e9a8de3 100644 --- a/i18n/zh_CN.json +++ b/i18n/zh_CN.json @@ -132,5 +132,6 @@ "line_height": "行高", "go_format": "Go 格式化", "locale": "语言环境", - "apply": "应用" + "apply": "应用", + "clearOutput": "清空输出" } \ No newline at end of file diff --git a/i18n/zh_TW.json b/i18n/zh_TW.json index 480c3f5..dc0ed24 100644 --- a/i18n/zh_TW.json +++ b/i18n/zh_TW.json @@ -132,5 +132,6 @@ "line_height": "行高", "go_format": "Go 格式化", "locale": "語言環境", - "apply": "應用" + "apply": "應用", + "clearOutput": "清空輸出" } \ No newline at end of file diff --git a/views/keyboard_shortcuts.html b/views/keyboard_shortcuts.html index 1d73215..7645acf 100644 --- a/views/keyboard_shortcuts.html +++ b/views/keyboard_shortcuts.html @@ -49,6 +49,7 @@