mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-13 23:44:55 +01:00
Add a start and finish message to resource loading
This commit is contained in:
@@ -53,7 +53,11 @@
|
||||
"create_resources": "正在创建 resources 目录...",
|
||||
"resources_error": "请将 BinOutput 和 ExcelBinOutput 复制到 resources 目录。",
|
||||
"version": "Grasscutter 版本:%s-%s",
|
||||
"game_version": "游戏版本:%s"
|
||||
"game_version": "游戏版本:%s",
|
||||
"resources": {
|
||||
"loading": "Loading resources...",
|
||||
"finish": "Finished loading resources."
|
||||
}
|
||||
}
|
||||
},
|
||||
"commands": {
|
||||
|
||||
Reference in New Issue
Block a user