diff options
| author | Léo Kosman <leo.kosman@proton.me> | 2024-08-24 23:43:25 +0200 |
|---|---|---|
| committer | Léo Kosman <leo.kosman@proton.me> | 2024-08-24 23:43:25 +0200 |
| commit | 4a70f3f81c7e593fd5acbf064d89b15ef024c604 (patch) | |
| tree | 8818b00d2f5bdd2683b7bb940b2624760bc7f169 /src/client/resources/assets | |
| parent | 626400f987bb68d27fc46d53d63fc99922eae637 (diff) | |
feat: translation for world border related gamerules
Diffstat (limited to 'src/client/resources/assets')
| -rw-r--r-- | src/client/resources/assets/molehunt/lang/en_us.json | 15 | ||||
| -rw-r--r-- | src/client/resources/assets/molehunt/lang/fr_fr.json | 15 |
2 files changed, 18 insertions, 12 deletions
diff --git a/src/client/resources/assets/molehunt/lang/en_us.json b/src/client/resources/assets/molehunt/lang/en_us.json index 3a50d81..fd44d7c 100644 --- a/src/client/resources/assets/molehunt/lang/en_us.json +++ b/src/client/resources/assets/molehunt/lang/en_us.json @@ -13,10 +13,13 @@ "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.molehunt:gameDuration": "Duration of a game", - "gamerule.molehunt:molePercentage": "Percentage of Mole", - "gamerule.molehunt:moleCount": "Number of Mole", - "gamerule.molehunt:showNametags": "Show players' nametag", - "gamerule.molehunt:showTab": "Enable the tab", - "gamerule.molehunt:showSkins": "Show players' skin" + "gamerule.molehunt:gameDuration": "Molehunt : Duration of a game", + "gamerule.molehunt:molePercentage": "Molehunt : Percentage of Mole", + "gamerule.molehunt:moleCount": "Molehunt : Number of Mole", + "gamerule.molehunt:showNametags": "Molehunt : Show players' nametag", + "gamerule.molehunt:showTab": "Molehunt : Enable the tab", + "gamerule.molehunt:showSkins": "Molehunt : Show players' skin", + "gamerule.molehunt:initialWorldSize": "Molehunt : Initial world size", + "gamerule.molehunt:finalWorldSize": "Molehunt : Final world size", + "gamerule.molehunt:borderMovingStartingTimeOffsetMinutes": "Molehunt : Time before moving the borders" }
\ No newline at end of file diff --git a/src/client/resources/assets/molehunt/lang/fr_fr.json b/src/client/resources/assets/molehunt/lang/fr_fr.json index bb73ca8..ce1ccbb 100644 --- a/src/client/resources/assets/molehunt/lang/fr_fr.json +++ b/src/client/resources/assets/molehunt/lang/fr_fr.json @@ -13,10 +13,13 @@ "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.molehunt:gameDuration": "Durée d'une partie", - "gamerule.molehunt:molePercentage": "Pourcentage de Taupes", - "gamerule.molehunt:moleCount": "Nombre de Taupes", - "gamerule.molehunt:showNametags": "Affiche les nametags des joueurs", - "gamerule.molehunt:showTab": "Active le tab", - "gamerule.molehunt:showSkins": "Affiche les skins des joueurs" + "gamerule.molehunt:gameDuration": "Molehunt : Durée d'une partie", + "gamerule.molehunt:molePercentage": "Molehunt : Pourcentage de Taupes", + "gamerule.molehunt:moleCount": "Molehunt : Nombre de Taupes", + "gamerule.molehunt:showNametags": "Molehunt : Affiche les nametags des joueurs", + "gamerule.molehunt:showTab": "Molehunt : Active la liste des joueurs", + "gamerule.molehunt:showSkins": "Molehunt : Affiche les skins des joueurs", + "gamerule.molehunt:initialWorldSize": "Molehunt : Taille initiale du monde", + "gamerule.molehunt:finalWorldSize": "Molehunt : Taille finale du monde", + "gamerule.molehunt:borderMovingStartingTimeOffsetMinutes": "Molehunt : Temps avant de bouger les bordures du monde" }
\ No newline at end of file |
