From e304f251036cf055bf181eee08bc8c498e43b4dd Mon Sep 17 00:00:00 2001 From: NPBeta Date: Mon, 5 Apr 2021 10:17:14 +0800 Subject: [PATCH 1/2] Update zh.i18n.properties Update to 1.4.0 --- src/main/resources/i18n/zh.i18n.properties | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/resources/i18n/zh.i18n.properties b/src/main/resources/i18n/zh.i18n.properties index 17fa4a0..e92ac33 100644 --- a/src/main/resources/i18n/zh.i18n.properties +++ b/src/main/resources/i18n/zh.i18n.properties @@ -23,6 +23,10 @@ TASKS_ENTRY = - §9#%d§r - §2%s§r - §2%s§r - §2%s 区块 %s§r RUNNING_TASKS_HEADER = 当前运行的区块生成任务 NO_GENERATION_TASKS = 无区块生成任务. +COMPLETED_TASKS_HEADER = §n已完成任务列表§r +COMPLETED_WORLD_HEADER = §l%s§r +COMPLETED_TASK_ENTRY = - §9#%d§r: §2%d§r 区块半径, 中心点 §2(%d, %d)§r , 形状 §2%s§r + PAUSE_SUCCESS = §9已暂停所有区块生成任务. ALREADY_PAUSED = §c区块生成进程已经暂停! @@ -74,6 +78,7 @@ STATS_WORLD_NAME = §l%s§r STATS_ENTITY_COUNT = - §2%d§r 实体 STATS_LOADED_CHUNKS = - §2%d§r 已载入区块 STATS_PLUGIN_LOADED_CHUNKS = - §2%d§r 被 Chunk Master 载入的区块 +STATS_GENERATING = - 正在生成: §2%s§r SAVING_CHUNKS = 正在保存 %d 已载入的区块... CANCEL_FAIL = 取消任务 #%d 操作超时! From a8a9be2bdb6cd46a8ee965f7e29be0aab1960921 Mon Sep 17 00:00:00 2001 From: trivernis Date: Mon, 19 Apr 2021 09:17:38 +0200 Subject: [PATCH 2/2] Bump version Signed-off-by: trivernis --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 73569e9..1704819 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style=official -PLUGIN_VERSION=1.4.0 \ No newline at end of file +PLUGIN_VERSION=1.4.1 \ No newline at end of file