Update Italian trainers.ts (#1037)

This commit is contained in:
Alessandro Bruzzese 2024-05-17 18:43:38 +02:00 committed by GitHub
parent 8c21bdc0a1
commit a2299ee055
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 7 deletions

View File

@ -2,13 +2,13 @@ import {SimpleTranslationEntries} from "#app/plugins/i18n";
// Titles of special trainers like gym leaders, elite four, and the champion // Titles of special trainers like gym leaders, elite four, and the champion
export const titles: SimpleTranslationEntries = { export const titles: SimpleTranslationEntries = {
"elite_four": "Elite Four", "elite_four": "Superquattro",
"gym_leader": "Gym Leader", "gym_leader": "Capopalestra",
"gym_leader_female": "Gym Leader", "gym_leader_female": "Capopalestra",
"champion": "Champion", "champion": "Campione",
"rival": "Rival", "rival": "Rivale",
"professor": "Professor", "professor": "Professore",
"frontier_brain": "Frontier Brain", "frontier_brain": "Asso Lotta",
// Maybe if we add the evil teams we can add "Team Rocket" and "Team Aqua" etc. here as well as "Team Rocket Boss" and "Team Aqua Admin" etc. // Maybe if we add the evil teams we can add "Team Rocket" and "Team Aqua" etc. here as well as "Team Rocket Boss" and "Team Aqua Admin" etc.
} as const; } as const;