From 2861623574c9fc6472ccba18b7839e980532ba82 Mon Sep 17 00:00:00 2001 From: Lugiad Date: Sun, 12 May 2024 14:10:51 +0200 Subject: [PATCH] Added japanese nature.ts --- src/locales/jp/nature.ts | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/locales/jp/nature.ts diff --git a/src/locales/jp/nature.ts b/src/locales/jp/nature.ts new file mode 100644 index 00000000000..9e93565c22f --- /dev/null +++ b/src/locales/jp/nature.ts @@ -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; \ No newline at end of file