From 4a70f3f81c7e593fd5acbf064d89b15ef024c604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Kosman?= Date: Sat, 24 Aug 2024 23:43:25 +0200 Subject: feat: translation for world border related gamerules --- src/client/resources/assets/molehunt/lang/en_us.json | 15 +++++++++------ src/client/resources/assets/molehunt/lang/fr_fr.json | 15 +++++++++------ 2 files changed, 18 insertions(+), 12 deletions(-) (limited to 'src/client') 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 -- cgit v1.2.3 From 82e4cb178bff8e9e2d7a0507ede7a78bad2f50b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Kosman?= Date: Sat, 24 Aug 2024 23:59:43 +0200 Subject: fix: minecraft takes milliseconds and not seconds --- src/client/resources/assets/molehunt/lang/en_us.json | 3 ++- src/client/resources/assets/molehunt/lang/fr_fr.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/client') diff --git a/src/client/resources/assets/molehunt/lang/en_us.json b/src/client/resources/assets/molehunt/lang/en_us.json index fd44d7c..04a3a8b 100644 --- a/src/client/resources/assets/molehunt/lang/en_us.json +++ b/src/client/resources/assets/molehunt/lang/en_us.json @@ -12,7 +12,8 @@ "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!", + "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", "gamerule.molehunt:molePercentage": "Molehunt : Percentage of Mole", "gamerule.molehunt:moleCount": "Molehunt : Number of Mole", diff --git a/src/client/resources/assets/molehunt/lang/fr_fr.json b/src/client/resources/assets/molehunt/lang/fr_fr.json index ce1ccbb..42b4722 100644 --- a/src/client/resources/assets/molehunt/lang/fr_fr.json +++ b/src/client/resources/assets/molehunt/lang/fr_fr.json @@ -12,7 +12,8 @@ "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!", + "molehunt.game.start.survivor.title": "§aPas la taupe!", + "molehunt.game.start.survivor.subtitle": "§eEssaye de survivre et de trouver qui est la taupe !", "gamerule.molehunt:gameDuration": "Molehunt : Durée d'une partie", "gamerule.molehunt:molePercentage": "Molehunt : Pourcentage de Taupes", "gamerule.molehunt:moleCount": "Molehunt : Nombre de Taupes", -- cgit v1.2.3 From a243d9c2d8847ab4b95b56d4496ee2e301c75f48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Kosman?= Date: Sun, 25 Aug 2024 00:10:18 +0200 Subject: I don't like english typography :( --- src/client/resources/assets/molehunt/lang/en_us.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/client') diff --git a/src/client/resources/assets/molehunt/lang/en_us.json b/src/client/resources/assets/molehunt/lang/en_us.json index 04a3a8b..5896c03 100644 --- a/src/client/resources/assets/molehunt/lang/en_us.json +++ b/src/client/resources/assets/molehunt/lang/en_us.json @@ -14,13 +14,13 @@ "molehunt.game.start.mole.subtitle": "§eGet the list of moles with §6/molehunt moles", "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", - "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" + "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 -- cgit v1.2.3