Commit fb05a371 authored by hanbao233xD's avatar hanbao233xD Committed by Melledy
Browse files

Update CNLanguage.java

parent a7b9b1f9
......@@ -18,7 +18,7 @@ public final class CNLanguage {
public String Not_load_keystore = "[Dispatch] 无法加载证书,正在尝试默认密码...";
public String Use_default_keystore = "[Dispatch] 成功使用默认密码加载证书. 请考虑将config.json中的KeystorePassword项改为123456.";
public String Load_keystore_error = "[Dispatch] 加载证书时出现错误!";
public String Not_find_ssl_cert = "[Dispatch] 未找到SSL证书,正在回滚至基本HTTP。";
public String Not_find_ssl_cert = "[Dispatch] 未找到SSL证书,正在回滚至HTTP模式。";
public String Welcome = "欢迎使用Grasscutter";
public String Potential_unhandled_request = "[Dispatch] 潜在的未处理请求: {method} {url}";
public String Client_login_token = "[Dispatch] 客户端 {ip} 正在尝试使用token登录...";
......@@ -128,9 +128,8 @@ public final class CNLanguage {
public String Give_given_with_level_and_refinement = "已将 {amount} 个等级为 {lvl}, 精炼 {refinement} 的 {item} 给予 {target}.";
public String Give_given_level = "已将 {amount} 个等级为 {lvl} 的 {item} 给与 {target}.";
// GodMode
public String Godmode_status = "现已为 {name} {status} 无敌模式 ";
public String Godmode_status = "设置 {name} 的无敌模式为 {status} ";
// Heal
public String Heal_message = "所有角色已被治疗。";
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment