chore: update demo locales and scene data

This commit is contained in:
2026-06-14 15:42:12 +08:00
parent d0e901bd1f
commit 544f548275
3 changed files with 19 additions and 9 deletions

View File

@@ -90,5 +90,10 @@
"title": "Completed",
"desc": "Complete the game once"
}
}
},
"battle": {
"hud": { "player": "You" },
"result": { "victory": "Victory!" }
},
"stat": { "courage": "Courage" }
}

View File

@@ -90,5 +90,10 @@
"title": "通关达成",
"desc": "完成一次游戏"
}
}
},
"battle": {
"hud": { "player": "你" },
"result": { "victory": "击退成功!" }
},
"stat": { "courage": "勇气" }
}