Nature german translation + chinese added
parent
f87a6ca3ea
commit
d252084527
|
|
@ -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": "Robust",
|
||||||
"Lonely": "Lonely",
|
"Lonely": "Solo",
|
||||||
"Brave": "Brave",
|
"Brave": "Mutig",
|
||||||
"Adamant": "Adamant",
|
"Adamant": "Hart",
|
||||||
"Naughty": "Naughty",
|
"Naughty": "Frech",
|
||||||
"Bold": "Bold",
|
"Bold": "Kühn",
|
||||||
"Docile": "Docile",
|
"Docile": "Sanft",
|
||||||
"Relaxed": "Relaxed",
|
"Relaxed": "Locker",
|
||||||
"Impish": "Impish",
|
"Impish": "Pfiffig",
|
||||||
"Lax": "Lax",
|
"Lax": "Lasch",
|
||||||
"Timid": "Timid",
|
"Timid": "Scheu",
|
||||||
"Hasty": "Hasty",
|
"Hasty": "Hastig",
|
||||||
"Serious": "Serious",
|
"Serious": "Ernst",
|
||||||
"Jolly": "Jolly",
|
"Jolly": "Froh",
|
||||||
"Naive": "Naive",
|
"Naive": "Naiv",
|
||||||
"Modest": "Modest",
|
"Modest": "Mäßig",
|
||||||
"Mild": "Mild",
|
"Mild": "Mild",
|
||||||
"Quiet": "Quiet",
|
"Quiet": "Ruhig",
|
||||||
"Bashful": "Bashful",
|
"Bashful": "Zaghaft",
|
||||||
"Rash": "Rash",
|
"Rash": "Hitzig",
|
||||||
"Calm": "Calm",
|
"Calm": "Still",
|
||||||
"Gentle": "Gentle",
|
"Gentle": "Zart",
|
||||||
"Sassy": "Sassy",
|
"Sassy": "Forsch",
|
||||||
"Careful": "Careful",
|
"Careful": "Sacht",
|
||||||
"Quirky": "Quirky"
|
"Quirky": "Kauzig"
|
||||||
} as const;
|
} as const;
|
||||||
|
|
@ -0,0 +1,29 @@
|
||||||
|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||||
|
|
||||||
|
export const nature: SimpleTranslationEntries = {
|
||||||
|
"Hardy": "Hardy",
|
||||||
|
"Lonely": "Lonely",
|
||||||
|
"Brave": "Brave",
|
||||||
|
"Adamant": "Adamant",
|
||||||
|
"Naughty": "Naughty",
|
||||||
|
"Bold": "Bold",
|
||||||
|
"Docile": "Docile",
|
||||||
|
"Relaxed": "Relaxed",
|
||||||
|
"Impish": "Impish",
|
||||||
|
"Lax": "Lax",
|
||||||
|
"Timid": "Timid",
|
||||||
|
"Hasty": "Hasty",
|
||||||
|
"Serious": "Serious",
|
||||||
|
"Jolly": "Jolly",
|
||||||
|
"Naive": "Naive",
|
||||||
|
"Modest": "Modest",
|
||||||
|
"Mild": "Mild",
|
||||||
|
"Quiet": "Quiet",
|
||||||
|
"Bashful": "Bashful",
|
||||||
|
"Rash": "Rash",
|
||||||
|
"Calm": "Calm",
|
||||||
|
"Gentle": "Gentle",
|
||||||
|
"Sassy": "Sassy",
|
||||||
|
"Careful": "Careful",
|
||||||
|
"Quirky": "Quirky"
|
||||||
|
} as const;
|
||||||
Loading…
Reference in New Issue