Basic support for minecraft 1.19 (#2084)

* merge commit from milutinke
* chat signature & encrypted login
* Bug fix :EncryptionResponse format error below 1.18.2
* Implemented chat command signature
* Chat message parsing and verification for 1.19
* Add signature settings
* Update Simplified Chinese Translation
* Clear up comments
* Fix wrong variable naming
* Bug fix: SignatureV2 Processing
This commit is contained in:
BruceChen 2022-08-15 23:55:44 +08:00 committed by GitHub
parent d9f1a77ac2
commit a8bbb1ac76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
55 changed files with 5218 additions and 1174 deletions

View file

@ -8,6 +8,8 @@ mcc.password_hidden=密码:{0}
mcc.offline=§8您正在使用离线模式。
mcc.session_invalid=§8缓存无效或已过期。
mcc.session_valid=§8{0}的缓存仍然有效。
mcc.profile_key_invalid=§8缓存的聊天签名密钥需要刷新。
mcc.profile_key_valid=§8{0}的聊天签名密钥缓存仍然有效.
mcc.connecting=正在连接至{0}...
mcc.ip=服务器IP
mcc.use_version=§8正在运行Minecraft版本{0} (v{1}协议)
@ -48,6 +50,8 @@ mcc.realms_join=请使用realms:<序号>作为服务器IP加入Realms世界
debug.color_test=颜色测试:终端应该显示的颜色是:{0}
debug.session_cache_ok=§8已成功从磁盘中加载会话数据。
debug.session_cache_fail=§8无法从磁盘加载会话
debug.keys_cache_ok=§8已成功从磁盘中加载聊天签名密钥。
debug.keys_cache_fail=§8无法从磁盘中加载聊天签名密钥。
debug.session_id=成功!(会话ID{0})
debug.crypto=§8密钥和哈希值已生成
debug.request=§8正在请求{0}
@ -173,6 +177,14 @@ cache.ignore_line=§8忽略无效的会话令牌行{0}
cache.read_fail_plain=§8无法从磁盘读取会话缓存{0}
cache.saving=§8将会话缓存保存到磁盘
cache.save_fail=§8无法将会话缓存写入磁盘{0}
# Profile Key Cache
cache.loading_keys=§8从磁盘加载聊天签名密钥缓存: {0}
cache.loaded_keys=§8已加载签名密钥下次刷新于 {0}
cache.ignore_string_keys=§8忽略聊天签名密钥字符串 '{0}'{1}
cache.ignore_line_keys=§8忽略无效的聊天签名密钥行{0}
cache.read_fail_plain_keys=§8无法从磁盘读取聊天签名密钥缓存{0}
cache.saving_keys=§8将聊天签名密钥保存到磁盘
cache.save_fail_keys=§8无法将聊天签名密钥写入磁盘{0}
[proxy]
proxy.connected=§8已连接到代理{0}:{1}