Updated French nature.ts

This commit is contained in:
Lugiad 2024-05-11 22:58:30 +02:00 committed by GitHub
parent 5828c6febf
commit b4604b078b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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": "Hardi",
"Lonely": "Lonely", "Lonely": "Solo",
"Brave": "Brave", "Brave": "Brave",
"Adamant": "Adamant", "Adamant": "Rigide",
"Naughty": "Naughty", "Naughty": "Mauvais",
"Bold": "Bold", "Bold": "Assuré",
"Docile": "Docile", "Docile": "Docile",
"Relaxed": "Relaxed", "Relaxed": "Relax",
"Impish": "Impish", "Impish": "Malin",
"Lax": "Lax", "Lax": "Lâche",
"Timid": "Timid", "Timid": "Timide",
"Hasty": "Hasty", "Hasty": "Pressé",
"Serious": "Serious", "Serious": "Sérieux",
"Jolly": "Jolly", "Jolly": "Jovial",
"Naive": "Naive", "Naive": "Naïf",
"Modest": "Modest", "Modest": "Modeste",
"Mild": "Mild", "Mild": "Doux",
"Quiet": "Quiet", "Quiet": "Discret",
"Bashful": "Bashful", "Bashful": "Pudique",
"Rash": "Rash", "Rash": "Foufou",
"Calm": "Calm", "Calm": "Calme",
"Gentle": "Gentle", "Gentle": "Gentil",
"Sassy": "Sassy", "Sassy": "Malpoli",
"Careful": "Careful", "Careful": "Prudent",
"Quirky": "Quirky" "Quirky": "Bizarre"
} as const; } as const;