From d34ee89f36b588d3e50f4e3d27e5c83b1796ec2d Mon Sep 17 00:00:00 2001 From: ajjdxns <136149181+ajjdxns@users.noreply.github.com> Date: Tue, 4 Jun 2024 08:32:31 +0800 Subject: [PATCH] Add simple Chinese language file. --- .../assets/autoreconnect/lang/zh_cn.json | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/main/resources/assets/autoreconnect/lang/zh_cn.json diff --git a/src/main/resources/assets/autoreconnect/lang/zh_cn.json b/src/main/resources/assets/autoreconnect/lang/zh_cn.json new file mode 100644 index 0000000..96d5a70 --- /dev/null +++ b/src/main/resources/assets/autoreconnect/lang/zh_cn.json @@ -0,0 +1,26 @@ +{ + "text.autoreconnect.disconnect.reconnect": "重新连接", + "text.autoreconnect.disconnect.reconnect_in": "在%d秒后重连", + "text.autoreconnect.disconnect.cancel": "关闭", + "text.autoreconnect.disconnect.reconnect_failed": "无法重连!", + + "text.autoreconnect.config.title": "AutoReconnect配置", + "text.autoreconnect.config.option.delays": "延迟", + "text.autoreconnect.config.option.infinite": "无限重连", + "text.autoreconnect.config.option.automessages": "AutoMessages", + "text.autoreconnect.config.option.automessages.instance": "AutoMessages项目", + "text.autoreconnect.config.option.automessages.name": "名称", + "text.autoreconnect.config.option.automessages.messages": "信息", + "text.autoreconnect.config.option.automessages.delay": "延时", + + "text.autoreconnect.config.tooltip.option.delays": "每次尝试之间的延迟(按秒计算)", + "text.autoreconnect.config.tooltip.option.infinite": "Whether to repeat reconnecting with the last configured delay", + "text.autoreconnect.config.tooltip.option.automessages": "Messages to send after a successful automatic reconnect", + "text.autoreconnect.config.tooltip.option.automessages.instance": "Single AutoMessages object for a specific world, server or realm", + "text.autoreconnect.config.tooltip.option.automessages.name": "要加入的单人游戏、服务器和realm的名称", + "text.autoreconnect.config.tooltip.option.automessages.messages": "Messages to be sent after automatically reconnecting", + "text.autoreconnect.config.tooltip.option.automessages.delay": "Delay between messages and before the first one in milliseconds", + + "text.autoreconnect.config.error.empty_list": "空的列表!", + "text.autoreconnect.config.error.empty_string": "空的文本域!" +} \ No newline at end of file