Skip to content

Instantly share code, notes, and snippets.

@chawyehsu
Created December 22, 2014 09:05
Show Gist options
  • Save chawyehsu/a025c69add171b64f90e to your computer and use it in GitHub Desktop.
Save chawyehsu/a025c69add171b64f90e to your computer and use it in GitHub Desktop.
Simplified Chinese translation of "SimpleAuth", a plugin of PocketMine-MP, the Minecraft PE server software.
# SimpleAuth 1.4.0 language file
join:
message: "本服使用了SimpleAuth进行身份验证。"
register: "您尚未注册。\n注册指令: /register <password>"
login: "登录指令: /login <password>"
register:
usage: "/register <password>"
description: "注册指令"
permission: "您没有权限使用注册命令!"
error:
password: "输入的密码太短!"
registered: "当前用户名已经注册!"
general: "验证失败!"
login:
usage: "/login <password>"
description: "登录指令"
permission: "您没有权限使用登录命令!"
success: "登录成功!"
error:
password: "密码错误!"
registered: "当前用户名尚未注册!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment