aboutsummaryrefslogtreecommitdiff
path: root/src/client/resources/assets
diff options
context:
space:
mode:
authorLéo Kosman <leo.kosman@proton.me>2024-08-31 13:35:56 +0200
committerLéo Kosman <leo.kosman@proton.me>2024-08-31 13:36:10 +0200
commit4114b62bff6b0e1b97c1cd610241c76e36ee8de9 (patch)
tree197d8528a84c4c433f119d843cee8bd026c8e311 /src/client/resources/assets
parentbddff4c489a91a5e374574be2af263cc63d9044b (diff)
feat: `role` command to replace the `moles` command
Diffstat (limited to 'src/client/resources/assets')
-rw-r--r--src/client/resources/assets/molehunt/lang/en_us.json10
-rw-r--r--src/client/resources/assets/molehunt/lang/fr_fr.json12
2 files changed, 13 insertions, 9 deletions
diff --git a/src/client/resources/assets/molehunt/lang/en_us.json b/src/client/resources/assets/molehunt/lang/en_us.json
index 5896c03..0158b58 100644
--- a/src/client/resources/assets/molehunt/lang/en_us.json
+++ b/src/client/resources/assets/molehunt/lang/en_us.json
@@ -2,16 +2,18 @@
"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.moles.list.deny": "You can't see the list of moles.",
+ "commands.molehunt.role.mole": "§cYou are a Mole.\nKill all the survivors before the timer runs out.",
+ "commands.molehunt.role.mole.list": "§eThe moles are: %s",
+ "commands.molehunt.role.survivor": "§aYou are not the Mole. \nSurvive until the timer runs out, and try to discover who's the Mole.",
+ "commands.molehunt.role.survivor.mole_count": "§eThere are %d §emoles among you.",
"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.end.winners.subtitle": "§6The Moles were %s",
"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.mole.subtitle": "§eGet the list of moles with §6/molehunt role§e.",
"molehunt.game.start.survivor.title": "§aNot the Mole!",
"molehunt.game.start.survivor.subtitle": "§eTry to survive and find out who's the mole!",
"gamerule.molehunt:gameDuration": "Molehunt: Duration of a game",
diff --git a/src/client/resources/assets/molehunt/lang/fr_fr.json b/src/client/resources/assets/molehunt/lang/fr_fr.json
index 42b4722..022c2ea 100644
--- a/src/client/resources/assets/molehunt/lang/fr_fr.json
+++ b/src/client/resources/assets/molehunt/lang/fr_fr.json
@@ -1,10 +1,12 @@
{
"commands.molehunt.stop.failed": "La partie de Molehunt n'a pas encore commencé.",
- "commands.molehunt.timer.show": "Affiche le timer.",
- "commands.molehunt.timer.hide": "Cache le timer.",
- "commands.molehunt.moles.list": "Liste des taupes:",
- "commands.molehunt.moles.list.deny": "Vous ne pouvez pas voir la liste des taupes.",
- "commands.molehunt.stop.success": "La partie de Molehunt a été stoppée.",
+ "commands.molehunt.timer.show": "Le timer est maintenant affiché.",
+ "commands.molehunt.timer.hide": "Le timer est maintenant caché.",
+ "commands.molehunt.role.mole": "§cVous êtes une taupe.\nTuez tous les survivants avant la fin de la partie..",
+ "commands.molehunt.role.mole.list": "§eThe moles are: %s",
+ "commands.molehunt.role.survivor": "§aVous n'êtes pas la taupe. \nSurvivez jusqu'à la fin, et découvrez qui sont les moles.",
+ "commands.molehunt.role.survivor.mole_count": "§eIl y a %d §etaupes parmi vous.",
+ "commands.molehunt.stop.success": "La partie de Molehunt a été arrêtée.",
"molehunt.game.end.suspense.title": "§eEt les gagnants sont...",
"molehunt.game.end.winners.moles.title": "§cLes Taupes !",
"molehunt.game.end.winners.survivors.title": "§aPas les Taupes !",