From 1eac5386c612bf99c3264ab18deb2ca84c68d951 Mon Sep 17 00:00:00 2001
From: Joseph Ting <josephting@users.noreply.github.com>
Date: Wed, 28 Oct 2020 13:09:09 +0000
Subject: [PATCH] Update Japanese translation (#455)

---
 i18n/ja.toml |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/i18n/ja.toml b/i18n/ja.toml
index bcb1e7b..530f9be 100644
--- a/i18n/ja.toml
+++ b/i18n/ja.toml
@@ -7,6 +7,12 @@
 [series]
 other = "シリーズ"
 
+[author]
+other = "筆者"
+
+[posts]
+other = "記事"
+
 [reading_time]
 one = "1分で読めます"
 other = "{{ .Count }}分で読めます"
@@ -18,7 +24,10 @@
 other = "申し訳ございません。アクセスしようとしたページが見つかりませんでした。"
 
 [head_back]
-other = "<a href=\"{{ . }}\">ホームページ</a>からお探しいただきますようお願い申し上げます。"
+other = "<a href=\"{{ . }}\">トップページ</a>からお探しいただきますようお願い申し上げます。"
 
 [powered_by]
 other = "利用技術"
+
+[see_also]
+other = "関連記事:"

--
Gitblit v1.10.0