diff options
| author | William Hergès <anhgelus.morhtuuzh@proton.me> | 2024-08-23 15:23:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-23 15:23:03 +0200 |
| commit | a93a8da00657da855a99ca6b0a842bbf30481d90 (patch) | |
| tree | 32018f79c85c8bbcf596922ea2e4b24465b8a50b /src/client | |
| parent | 1973cd58deb902e6df6a152b38e6585a0bf61a5e (diff) | |
| parent | a3fbb77bfc0490e8dfac39d0466ff9b87a14fec4 (diff) | |
Merge pull request #2 from leo-210/feat/config
[Feat] Mod configuration
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/resources/assets/molehunt/lang/en_us.json | 15 |
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..63ac06d --- /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": "§eAnd the winners are...", + "molehunt.game.end.winners.moles.title": "§cThe Moles!", + "molehunt.game.end.winners.survivors.title": "§aNot the Moles!", + "molehunt.game.end.winners.subtitle": "§6The moles were", + "molehunt.game.start.suspense": "§eYou are...", + "molehunt.game.start.mole.title": "§cThe Mole!", + "molehunt.game.start.mole.subtitle": "§eGet the list of moles with §6/molehunt moles", + "molehunt.game.start.survivor": "§aNot the Mole!" +}
\ No newline at end of file |
