update: remind mail i18n

This commit is contained in:
tokumeikoi
2021-08-28 15:39:10 +09:00
parent 982c47d0b4
commit 2d5fb03937
4 changed files with 23 additions and 18 deletions

View File

@ -83,5 +83,6 @@
"Email can not be empty": "Email can not be empty",
"Email format is incorrect": "Email format is incorrect",
"Password can not be empty": "Password can not be empty",
"The traffic usage in :app_name has reached 80%": "The traffic usage in :app has reached 80%"
"The traffic usage in :app_name has reached 80%": "The traffic usage in :app_name has reached 80%",
"The service in :app_name is about to expire": "The service in :app_name is about to expire"
}

View File

@ -83,5 +83,6 @@
"Email can not be empty": "邮箱不能为空",
"Email format is incorrect": "邮箱格式不正确",
"Password can not be empty": "密码不能为空",
"The traffic usage in :app_name has reached 80%": "在:app的流量使用已达到80%"
"The traffic usage in :app_name has reached 80%": "在:app_name的流量使用已达到80%",
"The service in :app_name is about to expire": "在:app_name的服务即将到期"
}