chore: edit app.json

This commit is contained in:
sunxiaojian 2021-02-24 17:08:36 +08:00
parent 36e5fa3950
commit 405958768b
1 changed files with 18 additions and 1 deletions

View File

@ -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": "Its 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 havent."
},
"open_email_app": {
"alert_title": "Check your inbox.",
"alert_description": "We just sent you another email. Check your junk folder if you havent.",
"mail": "Mail"
}
},
"home_timeline": {
"title": "Home"
},
@ -75,4 +92,4 @@
"title": "Public"
}
}
}
}