From 0429bac960cb6e8c0ce95ac167c9ddd534802116 Mon Sep 17 00:00:00 2001 From: jdsajdas <86735808+jdsajdas@users.noreply.github.com> Date: Fri, 10 May 2024 20:41:51 -0500 Subject: [PATCH 1/3] New spanish translations --- src/locales/es/battle.ts | 8 ++++---- src/locales/es/fight-ui-handler.ts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/locales/es/battle.ts b/src/locales/es/battle.ts index 6fdcf4fbc..43423a7b1 100644 --- a/src/locales/es/battle.ts +++ b/src/locales/es/battle.ts @@ -14,10 +14,10 @@ export const battle: SimpleTranslationEntries = { "pokemonCaught": "¡{{pokemonName}} atrapado!", "pokemon": "Pokémon", "sendOutPokemon": "¡Adelante, {{pokemonName}}!", - "hitResultCriticalHit": "A critical hit!", - "hitResultSuperEffective": "It's super effective!", - "hitResultNotVeryEffective": "It's not very effective…", - "hitResultNoEffect": "It doesn't affect {{pokemonName}}!", + "hitResultCriticalHit": "!Un golpe crítico!", + "hitResultSuperEffective": "!Es muy eficaz!", + "hitResultNotVeryEffective": "No es muy eficaz…", + "hitResultNoEffect": "No afecta a {{pokemonName}}!", "hitResultOneHitKO": "It's a one-hit KO!", "attackFailed": "¡Pero ha fallado!", "attackHitsCount": `N.º de golpes: {{count}}.`, diff --git a/src/locales/es/fight-ui-handler.ts b/src/locales/es/fight-ui-handler.ts index 7a02ce66f..951d043d3 100644 --- a/src/locales/es/fight-ui-handler.ts +++ b/src/locales/es/fight-ui-handler.ts @@ -3,5 +3,5 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n"; export const fightUiHandler: SimpleTranslationEntries = { "pp": "PP", "power": "Potencia", - "accuracy": "Accuracy", + "accuracy": "Precisión", } as const; From 69cabc4b1b341cda3ef588ce7a63bdba9937b3b4 Mon Sep 17 00:00:00 2001 From: jdsajdas <86735808+jdsajdas@users.noreply.github.com> Date: Tue, 14 May 2024 15:34:30 -0500 Subject: [PATCH 2/3] KO translation --- src/locales/es/battle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/es/battle.ts b/src/locales/es/battle.ts index 43423a7b1..36c789776 100644 --- a/src/locales/es/battle.ts +++ b/src/locales/es/battle.ts @@ -18,7 +18,7 @@ export const battle: SimpleTranslationEntries = { "hitResultSuperEffective": "!Es muy eficaz!", "hitResultNotVeryEffective": "No es muy eficaz…", "hitResultNoEffect": "No afecta a {{pokemonName}}!", - "hitResultOneHitKO": "It's a one-hit KO!", + "hitResultOneHitKO": "!KO en 1 golpe!", "attackFailed": "¡Pero ha fallado!", "attackHitsCount": `N.º de golpes: {{count}}.`, "expGain": "{{pokemonName}} ha ganado\n{{exp}} puntos de experiencia.", From a932e0fb9d5eb8d42ffe601f18ad912276b5863b Mon Sep 17 00:00:00 2001 From: jdsajdas <86735808+jdsajdas@users.noreply.github.com> Date: Tue, 14 May 2024 17:40:16 -0500 Subject: [PATCH 3/3] hitResultSuperEffective IX gen --- src/locales/es/battle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/es/battle.ts b/src/locales/es/battle.ts index 36c789776..41c0e5bc5 100644 --- a/src/locales/es/battle.ts +++ b/src/locales/es/battle.ts @@ -15,7 +15,7 @@ export const battle: SimpleTranslationEntries = { "pokemon": "Pokémon", "sendOutPokemon": "¡Adelante, {{pokemonName}}!", "hitResultCriticalHit": "!Un golpe crítico!", - "hitResultSuperEffective": "!Es muy eficaz!", + "hitResultSuperEffective": "!Es supereficaz!", "hitResultNotVeryEffective": "No es muy eficaz…", "hitResultNoEffect": "No afecta a {{pokemonName}}!", "hitResultOneHitKO": "!KO en 1 golpe!",