forked from lisong/code-push-server
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: change password success prompts localized message
- Loading branch information
Showing
3 changed files
with
25 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
{ | ||
"Please sign in": "Please sign in", | ||
"email address": "email address", | ||
"username": "username", | ||
"password": "password", | ||
"Remember me": "Remember me", | ||
"Log in": "Log in", | ||
"hot update server": "hot update server", | ||
"Change Password": "Change Password", | ||
"Obtain": "Obtain", | ||
"old password": "old password", | ||
"new password": "new password", | ||
"please login again": "please login again" | ||
"Please sign in": "Please sign in", | ||
"email address": "email address", | ||
"username": "username", | ||
"password": "password", | ||
"Remember me": "Remember me", | ||
"Log in": "Log in", | ||
"hot update server": "hot update server", | ||
"Change Password": "Change Password", | ||
"Obtain": "Obtain", | ||
"old password": "old password", | ||
"new password": "new password", | ||
"please login again": "please login again", | ||
"change success": "change success" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
{ | ||
"Please sign in": "请登录", | ||
"email address": "邮箱地址", | ||
"username": "用户名", | ||
"password": "密码", | ||
"Remember me": "记住我", | ||
"Log in": "登录", | ||
"hot update server": "热更新服务器", | ||
"Change Password": "修改密码", | ||
"Obtain": "获取", | ||
"Please sign in": "请登录", | ||
"email address": "邮箱地址", | ||
"username": "用户名", | ||
"password": "密码", | ||
"Remember me": "记住我", | ||
"Log in": "登录", | ||
"hot update server": "热更新服务器", | ||
"Change Password": "修改密码", | ||
"Obtain": "获取", | ||
"old password": "原密码", | ||
"new password": "新密码", | ||
"please login again": "请重新登录" | ||
"please login again": "请重新登录", | ||
"change success": "修改成功" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters