From 83454abf970fa4b8ef37cb1e5027ef4b2df1022d Mon Sep 17 00:00:00 2001 From: Feruz M Date: Tue, 22 Oct 2019 21:28:19 +0300 Subject: [PATCH] New translations en-US.json (Japanese) --- src/config/locales/ja-JP.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/config/locales/ja-JP.json b/src/config/locales/ja-JP.json index c12cd1c2c..8ec0fcc0e 100644 --- a/src/config/locales/ja-JP.json +++ b/src/config/locales/ja-JP.json @@ -357,5 +357,12 @@ }, "reblog": { "title": "リブログ情報" + }, + "dsteem": { + "date_error": { + "device_time": "Your device time;", + "current_time": "Current time;", + "information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again." + } } }