Updated italian localization (#815)

Updated:
 - `it/fight-ui-handler`
- `it/growth`
- `it/nature`
pull/728/merge
Alessandro Bruzzese 2024-05-13 17:52:31 +02:00 committed by GitHub
parent 09287c22ba
commit b189289890
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 31 additions and 31 deletions

View File

@ -3,5 +3,5 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const fightUiHandler: SimpleTranslationEntries = { export const fightUiHandler: SimpleTranslationEntries = {
"pp": "PP", "pp": "PP",
"power": "Potenza", "power": "Potenza",
"accuracy": "Accuracy", "accuracy": "Precisione",
} as const; } as const;

View File

@ -1,10 +1,10 @@
import { SimpleTranslationEntries } from "#app/plugins/i18n"; import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const growth: SimpleTranslationEntries = { export const growth: SimpleTranslationEntries = {
"Erratic": "Erratic", "Erratic": "Irregolare",
"Fast": "Fast", "Fast": "Veloce",
"Medium_Fast": "Medium Fast", "Medium_Fast": "Medio-Veloce",
"Medium_Slow": "Medium Slow", "Medium_Slow": "Medio-Lenta",
"Slow": "Slow", "Slow": "Lenta",
"Fluctuating": "Fluctuating" "Fluctuating": "Fluttuante"
} as const; } as const;

View File

@ -1,29 +1,29 @@
import { SimpleTranslationEntries } from "#app/plugins/i18n"; import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const nature: SimpleTranslationEntries = { export const nature: SimpleTranslationEntries = {
"Hardy": "Hardy", "Hardy": "Ardita",
"Lonely": "Lonely", "Lonely": "Schiva",
"Brave": "Brave", "Brave": "Audace",
"Adamant": "Adamant", "Adamant": "Decisa",
"Naughty": "Naughty", "Naughty": "Birbona",
"Bold": "Bold", "Bold": "Sicura",
"Docile": "Docile", "Docile": "Docile",
"Relaxed": "Relaxed", "Relaxed": "Placida",
"Impish": "Impish", "Impish": "Scaltra",
"Lax": "Lax", "Lax": "Fiacca",
"Timid": "Timid", "Timid": "Timida",
"Hasty": "Hasty", "Hasty": "Lesta",
"Serious": "Serious", "Serious": "Seria",
"Jolly": "Jolly", "Jolly": "Allegra",
"Naive": "Naive", "Naive": "Ingenuaa",
"Modest": "Modest", "Modest": "Modesta",
"Mild": "Mild", "Mild": "Mite",
"Quiet": "Quiet", "Quiet": "Quieta",
"Bashful": "Bashful", "Bashful": "Ritrosa",
"Rash": "Rash", "Rash": "Ardente",
"Calm": "Calm", "Calm": "Calma",
"Gentle": "Gentle", "Gentle": "Gentile",
"Sassy": "Sassy", "Sassy": "Vivace",
"Careful": "Careful", "Careful": "Cauta",
"Quirky": "Quirky" "Quirky": "Furba"
} as const; } as const;