Added japanese nature.ts
parent
291410f322
commit
2861623574
|
@ -0,0 +1,29 @@
|
|||
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||
|
||||
export const nature: SimpleTranslationEntries = {
|
||||
"Hardy": "がんばりや",
|
||||
"Lonely": "さみしがり",
|
||||
"Brave": "ゆうかん",
|
||||
"Adamant": "いじっぱり",
|
||||
"Naughty": "やんちゃ",
|
||||
"Bold": "ずぶとい",
|
||||
"Docile": "すなお",
|
||||
"Relaxed": "のんき",
|
||||
"Impish": "わんぱく",
|
||||
"Lax": "のうてんき",
|
||||
"Timid": "おくびょう",
|
||||
"Hasty": "せっかち",
|
||||
"Serious": "まじめ",
|
||||
"Jolly": "ようき",
|
||||
"Naive": "むじゃき",
|
||||
"Modest": "ひかえめ",
|
||||
"Mild": "おっとり",
|
||||
"Quiet": "れいせい",
|
||||
"Bashful": "てれや",
|
||||
"Rash": "うっかりや",
|
||||
"Calm": "おだやか",
|
||||
"Gentle": "おとなしい",
|
||||
"Sassy": "なまいき",
|
||||
"Careful": "しんちょう",
|
||||
"Quirky": "きまぐれ"
|
||||
} as const;
|
Loading…
Reference in New Issue