2024-05-12 04:22:45 +02:00
|
|
|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|
|
|
|
|
|
|
export const nature: SimpleTranslationEntries = {
|
2024-05-13 17:52:31 +02:00
|
|
|
"Hardy": "Ardita",
|
|
|
|
"Lonely": "Schiva",
|
|
|
|
"Brave": "Audace",
|
|
|
|
"Adamant": "Decisa",
|
|
|
|
"Naughty": "Birbona",
|
|
|
|
"Bold": "Sicura",
|
2024-05-12 04:22:45 +02:00
|
|
|
"Docile": "Docile",
|
2024-05-13 17:52:31 +02:00
|
|
|
"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"
|
2024-05-12 04:22:45 +02:00
|
|
|
} as const;
|