commit
b430cd6e9d
|
@ -2,217 +2,218 @@ 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": "Conseil 4",
|
||||||
"gym_leader": "Gym Leader",
|
"gym_leader": "Champion d’Arène",
|
||||||
"gym_leader_female": "Gym Leader",
|
"gym_leader_female": "Championne d’Arène",
|
||||||
"champion": "Champion",
|
"champion": "Maitre·esse", //Written in gender-inclusive language in wait of a potential split of the entry
|
||||||
"rival": "Rival",
|
"rival": "Rival·e", //Written in gender-inclusive language in wait of a potential split of the entry
|
||||||
"professor": "Professor",
|
"professor": "Professeur·e", //Written in gender-inclusive language in wait of a potential split of the entry
|
||||||
"frontier_brain": "Frontier Brain",
|
"frontier_brain": "Meneur·euse de Zone", //Written in gender-inclusive language in wait of a potential split of the entry
|
||||||
// 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;
|
||||||
|
|
||||||
// Titles of trainers like "Youngster" or "Lass"
|
// Titles of trainers like "Youngster" or "Lass"
|
||||||
export const trainerClasses: SimpleTranslationEntries = {
|
export const trainerClasses: SimpleTranslationEntries = {
|
||||||
"ace_trainer": "Ace Trainer",
|
"ace_trainer": "Topdresseur",
|
||||||
"ace_trainer_female": "Ace Trainer",
|
"ace_trainer_female": "Topdresseuse",
|
||||||
"artist": "Artist",
|
"artist": "Artiste",
|
||||||
"artist_female": "Artist",
|
"artist_female": "Artiste",
|
||||||
"backers": "Backers",
|
"backers": "Pompom Girls",
|
||||||
"backpacker": "Backpacker",
|
"backpacker": "Randonneur",
|
||||||
"backpacker_female": "Backpacker",
|
"backpacker_female": "Randonneuse",
|
||||||
"baker": "Baker",
|
"baker": "Boulangère",
|
||||||
"battle_girl": "Battle Girl",
|
"battle_girl": "Combattante",
|
||||||
"beauty": "Beauty",
|
"beauty": "Canon",
|
||||||
"biker": "Biker",
|
"biker": "Motard",
|
||||||
"black_belt": "Black Belt",
|
"black_belt": "Karatéka",
|
||||||
"breeder": "Breeder",
|
"breeder": "Éleveur",
|
||||||
"breeder_female": "Breeder",
|
"breeder_female": "Éleveuse",
|
||||||
"clerk": "Clerk",
|
"clerk": "Employé",
|
||||||
"clerk_female": "Clerk",
|
"clerk_female": "Employée",
|
||||||
"cyclist": "Cyclist",
|
"cyclist": "Cycliste",
|
||||||
"cyclist_female": "Cyclist",
|
"cyclist_female": "Cycliste",
|
||||||
"dancer": "Dancer",
|
"dancer": "Danseur",
|
||||||
"dancer_female": "Dancer",
|
"dancer_female": "Danseuse",
|
||||||
"depot_agent": "Depot Agent",
|
"depot_agent": "Cheminot",
|
||||||
"doctor": "Doctor",
|
"doctor": "Docteur",
|
||||||
"doctor_female": "Doctor",
|
"doctor_female": "Docteure",
|
||||||
"fishermen": "Fishermen",
|
"fishermen": "Pêcheur",
|
||||||
"fishermen_female": "Fishermen",
|
"fishermen_female": "Pêcheuse",
|
||||||
"guitarist": "Guitarist",
|
"guitarist": "Guitariste",
|
||||||
"guitarist_female": "Guitarist",
|
"guitarist_female": "Guitariste",
|
||||||
"harlequin": "Harlequin",
|
"harlequin": "Clown",
|
||||||
"hiker": "Hiker",
|
"hiker": "Montagnard",
|
||||||
"hooligans": "Hooligans",
|
"hooligans": "Loubards",
|
||||||
"hoopster": "Hoopster",
|
"hoopster": "Basketteur",
|
||||||
"infielder": "Infielder",
|
"infielder": "Baseballeur",
|
||||||
"janitor": "Janitor",
|
"janitor": "Nettoyeur",
|
||||||
"lady": "Lady",
|
"lady": "Mademoiselle",
|
||||||
"lass": "Lass",
|
"lass": "Fillette",
|
||||||
"linebacker": "Linebacker",
|
"linebacker": "Quaterback",
|
||||||
"maid": "Maid",
|
"maid": "Gouvernante",
|
||||||
"madame": "Madame",
|
"madame": "Mondaine",
|
||||||
"musican": "Musician",
|
"musican": "Musicien",
|
||||||
"hex_manic": "Hex Manic",
|
"hex_maniac": "Hex Maniac",
|
||||||
"nurse": "Nurse",
|
"nurse": " Infirmière",
|
||||||
"nursery_aide": "Nursery Aide",
|
"nursery_aide": "Institutrice",
|
||||||
"officer": "Officer",
|
"officer": "Policier",
|
||||||
"parasol_lady": "Parasol Lady",
|
"parasol_lady": "Sœur Parasol",
|
||||||
"pilot": "Pilot",
|
"pilot": "Pilote",
|
||||||
"pokefan": "Pokefan",
|
"pokefan": "Pokéfan",
|
||||||
"preschooler": "Preschooler",
|
"preschooler": "Petit",
|
||||||
"preschooler_female": "Preschooler",
|
"preschooler_female": "Petite",
|
||||||
"psychic": "Psychic",
|
"psychic": "Kinésiste",
|
||||||
"psychic_female": "Psychic",
|
"psychic_female": "Kinésiste",
|
||||||
"ranger": "Ranger",
|
"ranger": "Ranger",
|
||||||
"rich": "Gentleman", // Gentleman is the english name but the trainerType is rich
|
"rich": "Gentleman", // Gentleman is the english name but the trainerType is rich
|
||||||
"rich_kid": "Rich Kid",
|
"rich_kid": "Richard",
|
||||||
"roughneck": "Roughneck",
|
"roughneck": "Loubard",
|
||||||
"scientist": "Scientist",
|
"scientist": "Scientifique",
|
||||||
"scientist_female": "Scientist",
|
"scientist_female": "Scientifique",
|
||||||
"smasher": "Smasher",
|
"smasher": "Tenniswoman",
|
||||||
"snow_worker": "Snow Worker",
|
"snow_worker": "Ouvrier Alpin",
|
||||||
"snow_worker_female": "Snow Worker",
|
"snow_worker_female": "Ouvrière Alpine",
|
||||||
"striker": "Striker",
|
"striker": "Footballeur",
|
||||||
"school_kid": "School Kid",
|
"school_kid": "Élève",
|
||||||
"school_kid_female": "School Kid",
|
"school_kid_female": "Élève",
|
||||||
"swimmer": "Swimmer",
|
"swimmer": "Nageur",
|
||||||
"swimmer_female": "Swimmer",
|
"swimmer_female": "Nageuse",
|
||||||
"twins": "Twins",
|
"twins": "Jumelles",
|
||||||
"veteran": "Veteran",
|
"veteran": "Vénérable",
|
||||||
"veteran_female": "Veteran",
|
"veteran_female": "Vénérable",
|
||||||
"waiter": "Waiter",
|
"waiter": "Serveur",
|
||||||
"waitress": "Waitress",
|
"waitress": "Serveuse",
|
||||||
"worker": "Worker",
|
"worker": "Ouvrier",
|
||||||
"worker_female": "Worker",
|
"worker_female": "Ouvrière",
|
||||||
"youngster": "Youngster"
|
"youngster": "Gamin"
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
// Names of special trainers like gym leaders, elite four, and the champion
|
// Names of special trainers like gym leaders, elite four, and the champion
|
||||||
export const trainerNames: SimpleTranslationEntries = {
|
export const trainerNames: SimpleTranslationEntries = {
|
||||||
"brock": "Brock",
|
"brock": "Pierre",
|
||||||
"misty": "Misty",
|
"misty": "Ondine",
|
||||||
"lt_surge": "Lt Surge",
|
"lt_surge": "Major Bob",
|
||||||
"erika": "Erika",
|
"erika": "Erika",
|
||||||
"janine": "Janine",
|
"janine": "Jeannine",
|
||||||
"sabrina": "Sabrina",
|
"sabrina": "Morgane",
|
||||||
"blaine": "Blaine",
|
"blaine": "Auguste",
|
||||||
"giovanni": "Giovanni",
|
"giovanni": "Giovanni",
|
||||||
"falkner": "Falkner",
|
"falkner": "Albert",
|
||||||
"bugsy": "Bugsy",
|
"bugsy": "Hector",
|
||||||
"whitney": "Whitney",
|
"whitney": "Blanche",
|
||||||
"morty": "Morty",
|
"morty": "Mortimer",
|
||||||
"chuck": "Chuck",
|
"chuck": "Chuck",
|
||||||
"jasmine": "Jasmine",
|
"jasmine": "Jasmine",
|
||||||
"pryce": "Pryce",
|
"pryce": "Frédo",
|
||||||
"clair": "Clair",
|
"clair": "Sandra",
|
||||||
"roxanne": "Roxanne",
|
"roxanne": "Roxanne",
|
||||||
"brawly": "Brawly",
|
"brawly": "Bastien",
|
||||||
"wattson": "Wattson",
|
"wattson": "Voltère",
|
||||||
"flannery": "Flannery",
|
"flannery": "Adriane",
|
||||||
"norman": "Norman",
|
"norman": "Norman",
|
||||||
"winona": "Winona",
|
"winona": "Alizée",
|
||||||
"tate": "Tate",
|
"tate": "Lévy",
|
||||||
"liza": "Liza",
|
"liza": "Tatia",
|
||||||
"juan": "Juan",
|
"juan": "Juan",
|
||||||
"roark": "Roark",
|
"roark": "Pierrick",
|
||||||
"gardenia": "Gardenia",
|
"gardenia": "Flo",
|
||||||
"maylene": "Maylene",
|
"maylene": "Mélina",
|
||||||
"crasher_wake": "Crasher Wake",
|
"crasher_wake": "Lovis",
|
||||||
"fantina": "Fantina",
|
"fantina": "Kiméra",
|
||||||
"byron": "Byron",
|
"byron": "Charles",
|
||||||
"candice": "Candice",
|
"candice": "Gladys",
|
||||||
"volkner": "Volkner",
|
"volkner": "Tanguy",
|
||||||
"cilan": "Cilan",
|
"cilan": "Rachid",
|
||||||
"chili": "Chili",
|
"chili": "Armando",
|
||||||
"cress": "Cress",
|
"cress": "Noa",
|
||||||
"cheren": "Cheren",
|
"cheren": "Tcheren",
|
||||||
"lenora": "Lenora",
|
"lenora": "Aloé",
|
||||||
"roxie": "Roxie",
|
"roxie": "Strykna",
|
||||||
"burgh": "Burgh",
|
"burgh": "Artie",
|
||||||
"elesa": "Elesa",
|
"elesa": "Inezia",
|
||||||
"clay": "Clay",
|
"clay": "Bardane",
|
||||||
"skyla": "Skyla",
|
"skyla": "Carolina",
|
||||||
"brycen": "Brycen",
|
"brycen": "Zhu",
|
||||||
"drayden": "Drayden",
|
"drayden": "Watson",
|
||||||
"marlon": "Marlon",
|
"marlon": "Amana",
|
||||||
"viola": "Viola",
|
"viola": "Violette",
|
||||||
"grant": "Grant",
|
"grant": "Lino",
|
||||||
"korrina": "Korrina",
|
"korrina": "Cornélia",
|
||||||
"ramos": "Ramos",
|
"ramos": "Amaro",
|
||||||
"clemont": "Clemont",
|
"clemont": "Lem",
|
||||||
"valerie": "Valerie",
|
"valerie": "Valériane",
|
||||||
"olympia": "Olympia",
|
"olympia": "Astera",
|
||||||
"wulfric": "Wulfric",
|
"wulfric": "Urup",
|
||||||
"milo": "Milo",
|
"milo": "Percy",
|
||||||
"nessa": "Nessa",
|
"nessa": "Donna",
|
||||||
"kabu": "Kabu",
|
"kabu": "Kabu",
|
||||||
"bea": "Bea",
|
"bea": "Faïza",
|
||||||
"allister": "Allister",
|
"allister": "Alistair",
|
||||||
"opal": "Opal",
|
"opal": "Sally",
|
||||||
"bede": "Bede",
|
"bede": "Travis",
|
||||||
"gordie": "Gordie",
|
"gordie": "Chaz",
|
||||||
"melony": "Melony",
|
"melony": "Lona",
|
||||||
"piers": "Piers",
|
"piers": "Peterson",
|
||||||
"marnie": "Marnie",
|
"marnie": "Rosemary",
|
||||||
"raihan": "Raihan",
|
"raihan": "Roy",
|
||||||
"katy": "Katy",
|
"katy": "Éra",
|
||||||
"brassius": "Brassius",
|
"brassius": "Colza",
|
||||||
"iono": "Iono",
|
"iono": "Mashynn",
|
||||||
"kofu": "Kofu",
|
"kofu": "Kombu",
|
||||||
"larry": "Larry",
|
"larry": "Okuba",
|
||||||
"ryme": "Ryme",
|
"ryme": "Laïm",
|
||||||
"tulip": "Tulip",
|
"tulip": "Tully",
|
||||||
"grusha": "Grusha",
|
"grusha": "Grusha",
|
||||||
"lorelei": "Lorelei",
|
"lorelei": "Olga",
|
||||||
"bruno": "Bruno",
|
"bruno": "Aldo",
|
||||||
"agatha": "Agatha",
|
"agatha": "Agatha",
|
||||||
"lance": "Lance",
|
"lance": "Peter",
|
||||||
"will": "Will",
|
"will": "Clément",
|
||||||
"koga": "Koga",
|
"koga": "Koga",
|
||||||
"karen": "Karen",
|
"karen": "Marion",
|
||||||
"sidney": "Sidney",
|
"sidney": "Damien",
|
||||||
"phoebe": "Phoebe",
|
"phoebe": "Spectra",
|
||||||
"glacia": "Glacia",
|
"glacia": "Glacia",
|
||||||
"drake": "Drake",
|
"drake": "Aragon",
|
||||||
"aaron": "Aaron",
|
"aaron": "Aaron",
|
||||||
"bertha": "Bertha",
|
"bertha": "Terry",
|
||||||
"flint": "Flint",
|
"flint": "Adrien",
|
||||||
"lucian": "Lucian",
|
"lucian": "Lucio",
|
||||||
"shauntal": "Shauntal",
|
"shauntal": "Anis",
|
||||||
"marshal": "Marshal",
|
"marshal": "Kunz",
|
||||||
"grimsley": "Grimsley",
|
"grimsley": "Pieris",
|
||||||
"caitlin": "Caitlin",
|
"caitlin": "Percila",
|
||||||
"malva": "Malva",
|
"malva": "Malva",
|
||||||
"siebold": "Siebold",
|
"siebold": "Narcisse",
|
||||||
"wikstrom": "Wikstrom",
|
"wikstrom": "Tileo",
|
||||||
"drasna": "Drasna",
|
"drasna": "Dracéna",
|
||||||
"hala": "Hala",
|
"hala": "Pectorius",
|
||||||
"molayne": "Molayne",
|
"molayne": "Molène",
|
||||||
"olivia": "Olivia",
|
"olivia": "Alyxia",
|
||||||
"acerola": "Acerola",
|
"acerola": "Margie",
|
||||||
"kahili": "Kahili",
|
"kahili": "Kahili",
|
||||||
"rika": "Rika",
|
"rika": "Cayenn",
|
||||||
"poppy": "Poppy",
|
"poppy": "Popi",
|
||||||
"larry_elite": "Larry", // Does this really need to be an extra entry? (it is in trainer-type.ts so I added it here)
|
"larry_elite": "Okuba", // Does this really need to be an extra entry? (it is in trainer-type.ts so I added it here)
|
||||||
"hassel": "Hassel",
|
"hassel": "Hassa",
|
||||||
"crispin": "Crispin",
|
"crispin": "Rubépin",
|
||||||
"amarys": "Amarys",
|
"amarys": "Nérine",
|
||||||
"lacey": "Lacey",
|
"lacey": "Taro",
|
||||||
"drayton": "Drayton",
|
"drayton": "Irido",
|
||||||
"blue": "Blue",
|
"blue": "Blue",
|
||||||
"red": "Red",
|
"red": "Red",
|
||||||
"lance_champion": "Lance", // Does this really need to be an extra entry? (it is in trainer-type.ts so I added it here)
|
"lance_champion": "Peter", // Does this really need to be an extra entry? (it is in trainer-type.ts so I added it here)
|
||||||
"steven": "Steven",
|
"steven": "Pierre Rochard",
|
||||||
"wallace": "Wallace",
|
"wallace": "Marc",
|
||||||
"cynthia": "Cynthia",
|
"cynthia": "Cynthia",
|
||||||
"alder": "Alder",
|
"alder": "Goyah",
|
||||||
"iris": "Iris",
|
"iris": "Iris",
|
||||||
"diantha": "Diantha",
|
"diantha": "Dianthéa",
|
||||||
"hau": "Hau",
|
"hau": "Tili",
|
||||||
"geeta": "Geeta",
|
"geeta": "Alisma",
|
||||||
"nemona": "Nemona",
|
"nemona": "Menzi",
|
||||||
"kieran": "Kieran",
|
"kieran": "Kass",
|
||||||
"leon": "Leon",
|
"leon": "Tarak",
|
||||||
"rival": "Finn",
|
"rival": "Gwenaël", //Male breton name, a celtic language spoken in Brittany (France) and related to the word for "white" (gwenn). Finn meaning is also "white" in irish/goidelic which are also celtic languages.
|
||||||
"rival_female": "Ivy",} as const;
|
"rival_female": "Papina", //Litteral translation of ivy, also used as Female name in a North-American indigenous language
|
||||||
|
} as const;
|
||||||
|
|
Loading…
Reference in New Issue