Updated italian localization (#815)

Updated:
 - `it/fight-ui-handler`
- `it/growth`
- `it/nature`
This commit is contained in:
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 = {
"pp": "PP",
"power": "Potenza",
"accuracy": "Accuracy",
"accuracy": "Precisione",
} as const;

View File

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

View File

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