Skip to content

Commit

Permalink
Merged from official repos
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeyTheA committed Jul 10, 2024
2 parents 6b8cbbe + ffbc922 commit de98c93
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 111 deletions.
6 changes: 3 additions & 3 deletions src/locales/it/ability-trigger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { SimpleTranslationEntries } from "#app/interfaces/locales";
export const abilityTriggers: SimpleTranslationEntries = {
"blockRecoilDamage" : "{{abilityName}} di {{pokemonName}}\nl'ha protetto dal contraccolpo!",
"badDreams": "{{pokemonName}} è tormentato dagli incubi!",
"costar": "{{pokemonName}} copied {{allyName}}'s stat changes!",
"costar": "{{pokemonName}} ha copiato le modifiche alle statistiche\ndel suo alleato {{allyName}}!",
"iceFaceAvoidedDamage": "{{pokemonName}} ha evitato\ni danni grazie a {{abilityName}}!",
"trace": "{{pokemonName}} copied {{targetName}}'s\n{{abilityName}}!",
"trace": "L'abilità {{abilityName}} di {{targetName}}\nviene copiata da {{pokemonName}} con Traccia!",
"windPowerCharged": "Venire colpito da {{moveName}} ha caricato {{pokemonName}}!",
"quickDraw":"{{pokemonName}} can act faster than normal, thanks to its Quick Draw!",
"quickDraw":"{{pokemonName}} agisce più rapidamente del normale grazie a Colpolesto!",
} as const;
2 changes: 1 addition & 1 deletion src/locales/it/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { SimpleTranslationEntries } from "#app/interfaces/locales";

export const common: SimpleTranslationEntries = {
"start": "Inizia",
"luckIndicator": "Luck:",
"luckIndicator": "Fortuna:",
"shinyOnHover": "Shiny",
"commonShiny": "Comune",
"rareShiny": "Raro",
Expand Down
Loading

0 comments on commit de98c93

Please sign in to comment.