feat: i18n StoryGallery UI labels and data layer chapter/ending names

This commit is contained in:
2026-06-10 16:29:25 +08:00
parent d057beb82d
commit e51b5e234e
10 changed files with 50 additions and 8 deletions

View File

@@ -60,5 +60,15 @@
"continue": "Keep moving forward",
"back": "Turn back"
}
},
"chapter": {
"ch1": "Chapter 1: Awakening",
"ch2": "Chapter 2: Investigation",
"ch3": "Chapter 3: Finale"
},
"ending": {
"trust_end": "Trusted Ally",
"alone_end": "Lone Path",
"continue_end": "Keep Moving Forward"
}
}