mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-13 11:52:18 +02:00
Updated French nature.ts
This commit is contained in:
parent
5828c6febf
commit
b4604b078b
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user