aboutsummaryrefslogtreecommitdiff
path: root/src/client/resources/assets
diff options
context:
space:
mode:
authorLéo Kosman <leo.kosman@proton.me>2024-08-22 22:45:00 +0200
committerLéo Kosman <leo.kosman@proton.me>2024-08-22 23:02:38 +0200
commit06f970b1bdb370afd38d321ec6225f47b6cf3d03 (patch)
tree63b0098c95abe090332bd8720910804fa5ead26c /src/client/resources/assets
parent4e286cb30e0b65c3f09763ad86e1b0d9dfd84d80 (diff)
feat: support translation to enable configuration of all mod strings.
Diffstat (limited to 'src/client/resources/assets')
-rw-r--r--src/client/resources/assets/molehunt/lang/en_us.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/client/resources/assets/molehunt/lang/en_us.json b/src/client/resources/assets/molehunt/lang/en_us.json
new file mode 100644
index 0000000..d68fd0e
--- /dev/null
+++ b/src/client/resources/assets/molehunt/lang/en_us.json
@@ -0,0 +1,15 @@
+{
+ "commands.molehunt.stop.failed": "The Molehunt game has not been started yet.",
+ "commands.molehunt.timer.show": "Showing Molehunt timer.",
+ "commands.molehunt.timer.hide": "Hiding Molehunt timer.",
+ "commands.molehunt.moles.list": "List of moles:",
+ "commands.molehunt.stop.success": "The Molehunt game has been stopped.",
+ "molehunt.game.end.suspense.title": "And the winners are...",
+ "molehunt.game.end.winners.moles.title": "§cThe Moles!",
+ "molehunt.game.end.winners.survivors.title": "§aThe survivors!",
+ "molehunt.game.end.winners.subtitle": "The moles were",
+ "molehunt.game.start.suspense": "You are...",
+ "molehunt.game.start.mole.title": "§cThe Mole!",
+ "molehunt.game.start.mole.subtitle": "Get the list of moles with §6/molehunt moles",
+ "molehunt.game.start.survivor": "§aNot the Mole!"
+} \ No newline at end of file