Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
4e0ebe56
Commit
4e0ebe56
authored
May 05, 2022
by
hanbao233xD
Committed by
Melledy
May 04, 2022
Browse files
Update CNLanguage.java
parent
3f02afb4
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/languages/CNLanguage.java
View file @
4e0ebe56
...
@@ -31,7 +31,7 @@ public final class CNLanguage {
...
@@ -31,7 +31,7 @@ public final class CNLanguage {
public
String
Dispatch_start_server_port
=
"[Dispatch] Dispatch服务器已在端口 {port} 上开启。"
;
public
String
Dispatch_start_server_port
=
"[Dispatch] Dispatch服务器已在端口 {port} 上开启。"
;
public
String
Client_failed_login_account_create
=
"[Dispatch] 客户端 {ip} 登录失败: 已创建UID为 {uid} 的账户。"
;
public
String
Client_failed_login_account_create
=
"[Dispatch] 客户端 {ip} 登录失败: 已创建UID为 {uid} 的账户。"
;
public
String
Client_failed_login_account_create_failed
=
"[Dispatch] 客户端 {ip} 登录失败: 创建账户失败。"
;
public
String
Client_failed_login_account_create_failed
=
"[Dispatch] 客户端 {ip} 登录失败: 创建账户失败。"
;
public
String
Client_failed_login_account_no_found
=
"[Dispatch]
Client
{ip} 登录失败: 未找到帐户。"
;
public
String
Client_failed_login_account_no_found
=
"[Dispatch]
客户端
{ip} 登录失败: 未找到帐户。"
;
public
String
Client_login
=
"[Dispatch] 客户端 {ip} 以 {uid} 的身份登录。"
;
public
String
Client_login
=
"[Dispatch] 客户端 {ip} 以 {uid} 的身份登录。"
;
public
String
Username_not_found
=
"未找到此用户名."
;
public
String
Username_not_found
=
"未找到此用户名."
;
public
String
Username_not_found_create_failed
=
"未找到此用户名, 创建失败。."
;
public
String
Username_not_found_create_failed
=
"未找到此用户名, 创建失败。."
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment