forked from Sintinium/oauth
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from wohaopa/master
Support i18n
- Loading branch information
Showing
6 changed files
with
136 additions
and
49 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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
oauth.btn.oauth.login=Oauth Login | ||
oauth.status.loading=Status: loading | ||
oauth.status.online=Status: online | ||
oauth.status.offline=Status: offline | ||
|
||
oauth.screen.title=Select Account Type | ||
oauth.btn.login.mojang=Mojang Login | ||
oauth.btn.login.microsoft=Microsoft Login | ||
|
||
oauth.screen.title.mojang=OAuth Login | ||
oauth.text.usernameoremail=Username/Email | ||
oauth.text.password=Password | ||
oauth.text.savepassword=Save password | ||
oauth.text.username.missing=Missing username! | ||
oauth.text.maybe.offline=You seem to be offline. Check your connection! | ||
oauth.text.usernameorpassword.wrong=Wrong password or username! | ||
oauth.btn.login=Login | ||
oauth.btn.login.offline=Login Offline | ||
|
||
oauth.screen.title.microsoft=Logging in | ||
oauth.text.loading=Loading | ||
oauth.text.check.browser=Check your browser |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
oauth.btn.oauth.login=Oauth登录 | ||
oauth.status.loading=状态: 加载中 | ||
oauth.status.online=状态: 在线 | ||
oauth.status.offline=状态: 离线 | ||
|
||
oauth.screen.title=选择账号类型 | ||
oauth.btn.login.mojang=Mojang 登录 | ||
oauth.btn.login.microsoft=Microsoft 登录 | ||
|
||
oauth.screen.title.mojang=OAuth登录 | ||
oauth.text.usernameoremail=用户名/邮箱 | ||
oauth.text.password=密码 | ||
oauth.text.savepassword=记住密码 | ||
oauth.text.username.missing=缺失用户名! | ||
oauth.text.maybe.offline=你好像处于离线。检查你的连接! | ||
oauth.text.usernameorpassword.wrong=账号或密码错误! | ||
oauth.btn.login=登录 | ||
oauth.btn.login.offline=离线登录 | ||
|
||
oauth.screen.title.microsoft=Microsoft 登录 | ||
oauth.text.loading=登录中 | ||
oauth.text.check.browser=请查看浏览器 |