From c6e7c498ead8271f2bbbc082c6b900da327a8209 Mon Sep 17 00:00:00 2001 From: Billchyi Date: Tue, 14 Jun 2022 12:41:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=EF=BC=88=E4=B9=9F?= =?UTF-8?q?=E8=AE=B8=EF=BC=9Fen-us.toml=E4=B8=ADconsole=EF=BC=8Cin=20game?= =?UTF-8?q?=20commands=EF=BC=8Cwindow=E5=A4=9A=E4=BA=86=E4=B8=AA=E5=8F=8C?= =?UTF-8?q?=E5=BC=95=E5=8F=B7=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/lang/en-us.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/lang/en-us.toml b/configs/lang/en-us.toml index ed8b359..e50bbd0 100644 --- a/configs/lang/en-us.toml +++ b/configs/lang/en-us.toml @@ -43,9 +43,9 @@ language = "English" "libs.outer" = "using global pyglet, version: {}\n(may cause bug)" "fonts.found" = "found fonts in font lib: {}" "fonts.load" = "loading fonts: {}" -"game.input_stop" = ""console"" -"game.command_stop" = ""in game commands"" -"game.window_stop" = ""window"" +"game.input_stop" = "console" +"game.command_stop" = "in game commands" +"game.window_stop" = "window" "game.stop_get" = "Received closing commands from {}, game closing" "game.stop" = "game closing, saving data……" "game.end" = "game closed"