From 0b5f74f58f6bb50145dca74cfd4fdd927644a486 Mon Sep 17 00:00:00 2001 From: Samekichi Date: Wed, 10 Feb 2021 01:56:00 +0800 Subject: [PATCH] Update zh_cn.json (#22) --- .../resources/assets/seamless_loading_screen/lang/zh_cn.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/assets/seamless_loading_screen/lang/zh_cn.json b/src/main/resources/assets/seamless_loading_screen/lang/zh_cn.json index f074aca..739c7b1 100644 --- a/src/main/resources/assets/seamless_loading_screen/lang/zh_cn.json +++ b/src/main/resources/assets/seamless_loading_screen/lang/zh_cn.json @@ -5,6 +5,7 @@ "seamless_loading_screen.tinyconfig.time": "区块加载缓冲时长", "seamless_loading_screen.tinyconfig.fade": "淡入效果时长", "seamless_loading_screen.tinyconfig.disableCamera": "淡入效果结束前禁用镜头运动", + "seamless_loading_screen.tinyconfig.updateWorldIcon": "更新世界图标", "seamless_loading_screen.tinyconfig.boolean.true": "是", "seamless_loading_screen.tinyconfig.boolean.false": "否", "seamless_loading_screen.tinyconfig.archiveScreenshots": "保存截屏", @@ -15,5 +16,6 @@ "seamless_loading_screen.tinyconfig.enum.ScreenshotResolution.Native": "原生", "seamless_loading_screen.tinyconfig.enum.ScreenshotResolution.Normal": "正常", "seamless_loading_screen.tinyconfig.enum.ScreenshotResolution.r4K": "4K", - "seamless_loading_screen.tinyconfig.enum.ScreenshotResolution.r8K": "8K" + "seamless_loading_screen.tinyconfig.enum.ScreenshotResolution.r8K": "8K", + "seamless_loading_screen.server.allowCustomScreenshot": "使用自定义截屏" }