diff --git a/i18n/en_US.json b/i18n/en_US.json index 6f67d0f..17e26b7 100644 --- a/i18n/en_US.json +++ b/i18n/en_US.json @@ -175,5 +175,6 @@ "short_url": "Short URL", "embeded": "Embeded", "git_clone": "Git Clone", - "terms": "Terms" + "terms": "Terms", + "download": "Download" } \ No newline at end of file diff --git a/i18n/ja_JP.json b/i18n/ja_JP.json index c3afd8c..c339013 100644 --- a/i18n/ja_JP.json +++ b/i18n/ja_JP.json @@ -175,5 +175,6 @@ "short_url": "ショートリンク", "embeded": "埋め込む", "git_clone": "Git クローン", - "terms": "利用規約" + "terms": "利用規約", + "download": "ダウンロード" } diff --git a/i18n/zh_CN.json b/i18n/zh_CN.json index 43dee3e..c24cdc0 100644 --- a/i18n/zh_CN.json +++ b/i18n/zh_CN.json @@ -175,5 +175,6 @@ "short_url": "短链接", "embeded": "嵌入", "git_clone": "Git 克隆", - "terms": "使用条款" + "terms": "使用条款", + "download": "下载" } \ No newline at end of file diff --git a/i18n/zh_TW.json b/i18n/zh_TW.json index a30b5a3..ce40975 100644 --- a/i18n/zh_TW.json +++ b/i18n/zh_TW.json @@ -175,5 +175,6 @@ "short_url": "短鏈接", "embeded": "嵌入", "git_clone": "Git 克隆", - "terms": "使用條款" + "terms": "使用條款", + "download": "下載" } \ No newline at end of file diff --git a/views/index.html b/views/index.html index adc0440..49d6b7b 100644 --- a/views/index.html +++ b/views/index.html @@ -360,6 +360,10 @@ {{.i18n.start_page}} +
  • + + {{.i18n.download}} +
  • {{.i18n.about}} @@ -427,7 +431,7 @@ {{.i18n.refresh}}
  • -
  • +
  • {{.i18n.git_clone}}
  • diff --git a/views/login.html b/views/login.html index 6df9ebf..f390bd8 100644 --- a/views/login.html +++ b/views/login.html @@ -21,6 +21,7 @@