From c3e572a391c52ab8e7fafb732c10e30c6b421c51 Mon Sep 17 00:00:00 2001 From: Lugiad <2070109+Adri1@users.noreply.github.com> Date: Thu, 3 Oct 2024 21:59:20 +0200 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com> --- src/locales/it/achv.json | 4 ++-- src/locales/it/challenges.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/locales/it/achv.json b/src/locales/it/achv.json index 273b41f46488..e8948867ca7f 100644 --- a/src/locales/it/achv.json +++ b/src/locales/it/achv.json @@ -262,8 +262,8 @@ "description": "Completa la modalità sfida 'Un nuovo inizio'." }, "TRICK_ROOM": { - "name": "You're Too Fast!", - "description": "Complete the Trick Room challenge." + "name": "Vai troppo veloce!", + "description": "Completa la sfida 'Distortozona'." }, "BREEDERS_IN_SPACE": { "name": "Breeders in Space!", diff --git a/src/locales/it/challenges.json b/src/locales/it/challenges.json index fdf229c16f7e..c87b39e7cbae 100644 --- a/src/locales/it/challenges.json +++ b/src/locales/it/challenges.json @@ -27,9 +27,9 @@ "value.1": "On" }, "trickRoom": { - "name": "Trick Room", - "shortName": "Trick Room", - "desc": "All battles are under the effect of Trick Room, where slower Pokémon move sooner and faster Pokémon move later.\nDisables other challenges' achievements.", + "name": "Distortozona", + "shortName": "Distortozona", + "desc": "Tutte le battaglie subiscono l'effetto della Distortozona: i Pokémon più lenti sono più veloci e viceversa.\nCiò disattiva gli obiettivi per le altre sfide.", "value.0": "Off", "value.1": "On" }