From fc0aaa0f93a4516b98afc772e5f0062e99ec7ee9 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Tue, 10 May 2022 22:09:57 +0300 Subject: [PATCH] New translations en-US.json (Japanese) --- src/config/locales/ja-JP.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ja-JP.json b/src/config/locales/ja-JP.json index 93cebaa3b..d37136bc8 100644 --- a/src/config/locales/ja-JP.json +++ b/src/config/locales/ja-JP.json @@ -570,7 +570,8 @@ "pin-blog": "Pin to blog", "unpin-blog": "Unpin from blog", "pin-community": "Pin to community", - "unpin-community": "Unpin from community" + "unpin-community": "Unpin from community", + "edit-history": "Edit History" }, "deep_link": { "no_existing_user": "ユーザーは存在しません", @@ -805,5 +806,9 @@ "qr_scan": "QR Scan", "open": "Open URL", "detected_url": "Detected URL" + }, + "history": { + "edit": "Edit History", + "version": "Version" } }