diff options
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/resources/assets/molehunt/lang/en_us.json | 6 | ||||
| -rw-r--r-- | src/client/resources/assets/molehunt/lang/fr_fr.json | 21 |
2 files changed, 24 insertions, 3 deletions
diff --git a/src/client/resources/assets/molehunt/lang/en_us.json b/src/client/resources/assets/molehunt/lang/en_us.json index 33aef84..73cbe97 100644 --- a/src/client/resources/assets/molehunt/lang/en_us.json +++ b/src/client/resources/assets/molehunt/lang/en_us.json @@ -7,14 +7,14 @@ "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", "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!", "gamerule.gameDuration": "Duration of a game", - "gamerule.molePercentage": "Percentage of mole", - "gamerule.moleCount": "Number of mole", + "gamerule.molePercentage": "Percentage of Mole", + "gamerule.moleCount": "Number of Mole", "gamerule.showNametags": "Show players' nametag", "gamerule.showTab": "Enable the tab", "gamerule.showSkins": "Show players' skin" diff --git a/src/client/resources/assets/molehunt/lang/fr_fr.json b/src/client/resources/assets/molehunt/lang/fr_fr.json new file mode 100644 index 0000000..c5c87d4 --- /dev/null +++ b/src/client/resources/assets/molehunt/lang/fr_fr.json @@ -0,0 +1,21 @@ +{ + "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.stop.success": "La partie de Molehunt a été stoppé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 !", + "molehunt.game.end.winners.subtitle": "§Les Taupes sont", + "molehunt.game.start.suspense": "§eVous êtes...", + "molehunt.game.start.mole.title": "§cLa Taupe !", + "molehunt.game.start.mole.subtitle": "§eRécupérer la liste des taupes avec §6/molehunt moles", + "molehunt.game.start.survivor": "§aPas la Taupe!", + "gamerule.gameDuration": "Durée d'une partie", + "gamerule.molePercentage": "Pourcentage de Taupes", + "gamerule.moleCount": "Nombre de Taupes", + "gamerule.showNametags": "Affiche les nametags des joueurs", + "gamerule.showTab": "Active le tab", + "gamerule.showSkins": "Affiche les skins des joueurs" +}
\ No newline at end of file |
