From 405958768b5cb2e8e67ced4817735527dcd7ff7b Mon Sep 17 00:00:00 2001 From: sunxiaojian Date: Wed, 24 Feb 2021 17:08:36 +0800 Subject: [PATCH] chore: edit app.json --- Localization/app.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Localization/app.json b/Localization/app.json index 0c3f16c7c..ca9fd60e3 100644 --- a/Localization/app.json +++ b/Localization/app.json @@ -68,6 +68,23 @@ "confirm": "I Agree" } }, + "confirm_email": { + "title": "One last thing.", + "subtitle": "We just sent an email to %@,\ntap the link to confirm your account.", + "button": { + "open_email_app": "Open email app", + "dont_receive_email": "I never got an email" + }, + "dont_receive_email": { + "alert_title": "It’s too soon to tell.", + "alert_description": "Give our servers another n seconds before sending another email.\nCheck if your email address is correct as well as your junk folder if you haven’t." + }, + "open_email_app": { + "alert_title": "Check your inbox.", + "alert_description": "We just sent you another email. Check your junk folder if you haven’t.", + "mail": "Mail" + } + }, "home_timeline": { "title": "Home" }, @@ -75,4 +92,4 @@ "title": "Public" } } -} \ No newline at end of file +}