This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlang.json
102 lines (102 loc) · 5.22 KB
/
lang.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"lang": [
{
"default": true,
"剪切": "剪切",
"复制": "复制",
"粘贴": "粘贴",
"保存": "保存",
"退出": "退出",
"请先设置游戏所在的目录": "请先设置游戏所在的目录",
"请输入用户名": "请输入用户名",
"请输入密码": "请输入密码",
"正在保存设置...": "正在保存设置...",
"下载": "下载",
"正在下载: ": "正在下载: ",
"下载完毕: ": "下载完毕: ",
"用户名": "用户名",
"密码": "密码",
"保存密码": "保存密码",
"自动登录": "自动登录",
"登录": "登录",
"确定": "确定",
"重置": "重置",
"游戏所在目录": "游戏所在目录",
"正在登录游戏...": "正在登录游戏...",
"启动游戏失败": "启动游戏失败",
"连接服务器失败": "连接服务器失败",
"设置": "设置",
"最小化": "最小化",
"关闭": "关闭",
"正在连接服务器...": "正在连接服务器...",
"正在检查更新...": "正在检查更新...",
"正在更新...": "正在更新...",
"已是最新": "已是最新",
"检查更新失败": "检查更新失败",
"注册": "注册",
"请输入左边显示的验证码": "请输入左边显示的验证码",
"验证码加载失败,请重新打开注册窗口": "验证码加载失败,请重新打开注册窗口",
"请输入验证码": "请输入验证码",
"用户名或密码只能是字母和数字": "用户名或密码只能是字母和数字",
"验证码错误,请重新填写": "验证码错误,请重新填写",
"注册超时,请重新打开注册窗口": "注册超时,请重新打开注册窗口",
"账号已存在,请重新填写": "账号已存在,请重新填写",
"注册成功!": "注册成功!",
"注册失败!": "注册失败!",
"用户名不能小于3个字": "用户名不能小于3个字",
"密码不能小于6个字": "密码不能小于6个字",
"用户名错误,请重新填写": "用户名错误,请重新填写",
"密码错误,请重新填写": "密码错误,请重新填写",
"登录失败!": "登录失败!"
},
{
"default": false,
"剪切": "Cut",
"复制": "Copy",
"粘贴": "Past",
"保存": "Save",
"退出": "Exit",
"请先设置游戏所在的目录": "Please first set the directory where the game is located",
"请输入用户名": "Please enter username",
"请输入密码": "Please enter password",
"正在保存设置...": "Saving Settings...",
"下载": "Downloads",
"正在下载: ": "Downloading: ",
"下载完毕: ": "Download completes: ",
"用户名": "Username",
"密码": "Password",
"保存密码": "Keep Password",
"自动登录": "Auto Login",
"登录": "Login",
"确定": "Ok",
"重置": "Reset",
"游戏所在目录": "Game directory",
"正在登录游戏...": "Logging into the game...",
"启动游戏失败": "Startup game failed",
"连接服务器失败": "Connection to server failed",
"设置": "Option",
"最小化": "Minimize",
"关闭": "Close",
"正在连接服务器...": "Connecting server...",
"正在检查更新...": "Checking for updates...",
"正在更新...": "Updating...",
"已是最新": "Latest",
"检查更新失败": "Check update failed",
"注册": "Register",
"请输入左边显示的验证码": "Please enter the captcha shown on the left",
"验证码加载失败,请重新打开注册窗口": "The captcha failed to load. Please reopen the register window",
"请输入验证码": "Please enter captcha",
"用户名或密码只能是字母和数字": "Usernames or Passwords can only be letters and numbers",
"验证码错误,请重新填写": "Captcha error, please fill in again",
"注册超时,请重新打开注册窗口": "Register timeout, please reopen the registration window",
"账号已存在,请重新填写": "The account already exists, please fill in again",
"注册成功!": "Registered successfully!",
"注册失败!": "Registered failed!",
"用户名不能小于3个字": "Username cannot be less than 3 words",
"密码不能小于6个字": "Password cannot be less than 6 words",
"用户名错误,请重新填写": "Username is wrong, please fill in again",
"密码错误,请重新填写": "Password error, please fill in again",
"登录失败!": "Login failed!"
}
]
}