Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Fix and update Simplified Chinese translation #99

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 15 additions & 10 deletions src/main/resources/assets/authme/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"gui.authme.method.title": "选择你的登录方式",
"gui.authme.method.greeting": "你好, %s!",
"gui.authme.method.button.microsoft": "微软账号",
"gui.authme.method.button.microsoft.selectAccount": "按住 Ctrl + 左键可手动选择账号",
"gui.authme.method.button.mojang": "Mojang (早期账户)",
"gui.authme.method.button.offline": "离线",

Expand All @@ -23,6 +24,10 @@
"gui.authme.microsoft.status.xboxXstsToken": "获取 Xbox XSTS 令牌...",
"gui.authme.microsoft.status.mcAccessToken": "获取 Minecraft Access 令牌...",
"gui.authme.microsoft.status.mcProfile": "正在获取您的 Minecraft 账号信息...",
"gui.authme.microsoft.warning.title": "警告!当前配置的微软账户验证接口地址并非微软官方地址",
"gui.authme.microsoft.warning.body": "如果您没有进行过以上更改,继续登录可能会导致您的帐户被盗用。是否仍要继续?",
"gui.authme.microsoft.warning.accept": "我清楚我在做什么",
"gui.authme.microsoft.warning.cancel": "取消登录",

"gui.authme.mojang.title": "通过 Mojang (早期账户) 登录",
"gui.authme.mojang.field.username": "用户名 / 邮箱",
Expand All @@ -39,19 +44,19 @@
"text.autoconfig.authme.option.authButton.x": "X 坐标",
"text.autoconfig.authme.option.authButton.y": "Y 坐标",
"text.autoconfig.authme.option.authButton.draggable": "能否拖动?",
"text.autoconfig.authme.option.methods": "登录方式",
"text.autoconfig.authme.option.methods.microsoft": "Microsoft",
"text.autoconfig.authme.option.methods.microsoft.prompt": "网页登录模式",
"text.autoconfig.authme.option.methods": "登录模式",
"text.autoconfig.authme.option.methods.microsoft": "Microsoft / 微软",
"text.autoconfig.authme.option.methods.microsoft.prompt": "网页登录交互模式",
"text.autoconfig.authme.option.methods.microsoft.port": "OAuth2 回调链接端口",
"text.autoconfig.authme.option.methods.microsoft.clientId": "OAuth2 客户端 ID",
"text.autoconfig.authme.option.methods.microsoft.authorizeUrl": "OAuth2 验证链接",
"text.autoconfig.authme.option.methods.microsoft.tokenUrl": "OAuth2 Access 令牌接口链接",
"text.autoconfig.authme.option.methods.microsoft.xboxAuthUrl": "Xbox 验证 接口连接",
"text.autoconfig.authme.option.methods.microsoft.xboxXstsUrl": "Xbox XSTS 验证 接口连接",
"text.autoconfig.authme.option.methods.microsoft.mcAuthUrl": "Minecraft 验证接口连接",
"text.autoconfig.authme.option.methods.microsoft.mcProfileUrl": "Minecraft 账户信息接口连接",
"text.autoconfig.authme.option.methods.microsoft.tokenUrl": "OAuth2 Access Token 接口链接",
"text.autoconfig.authme.option.methods.microsoft.xboxAuthUrl": "Xbox 验证 接口链接",
"text.autoconfig.authme.option.methods.microsoft.xboxXstsUrl": "Xbox XSTS 验证 接口链接",
"text.autoconfig.authme.option.methods.microsoft.mcAuthUrl": "Minecraft 验证接口链接",
"text.autoconfig.authme.option.methods.microsoft.mcProfileUrl": "Minecraft 账户信息接口链接",
"text.autoconfig.authme.option.methods.mojang": "Mojang (早期账户)",
"text.autoconfig.authme.option.methods.mojang.lastUsername": "最后一次使用的用户名",
"text.autoconfig.authme.option.methods.offline": "Offline",
"text.autoconfig.authme.option.methods.offline": "离线登录",
"text.autoconfig.authme.option.methods.offline.lastUsername": "最后一次使用的用户名"
}
}