From 69f4fabb9c94daf3b335d4a192c8bd9377f6191a Mon Sep 17 00:00:00 2001 From: nitoyon Date: Sun, 26 Jan 2025 12:52:14 +0900 Subject: [PATCH] IV: Improve helping bonus text in RpInfoDialog --- src/i18n/en.json | 1 + src/i18n/ja.json | 1 + src/i18n/ko.json | 1 + src/i18n/zh-CN.json | 1 + src/i18n/zh-TW.json | 1 + src/ui/IvCalc/RpView.tsx | 2 +- 6 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/i18n/en.json b/src/i18n/en.json index 65ce8c6..ec9304c 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -250,6 +250,7 @@ "area bonus": "Area bonus", "favorite berry": "Favorite berry", "helping bonus": "Helping bonus", + "helping bonus other pokemon": "Other Pokémon with helping bonus", "good camp ticket": "Good camp ticket", "good camp ticket (short)": "Ticket", "energy": "Energy", diff --git a/src/i18n/ja.json b/src/i18n/ja.json index a4e7ce5..94de0ad 100644 --- a/src/i18n/ja.json +++ b/src/i18n/ja.json @@ -242,6 +242,7 @@ "area bonus": "フィールドボーナス", "favorite berry": "好みきのみ", "helping bonus": "おてつだいボーナス", + "helping bonus other pokemon": "他ポケモンのおてつだいボーナス", "good camp ticket": "いいキャンプチケット", "good camp ticket (short)": "キャンチケ", "energy": "げんき", diff --git a/src/i18n/ko.json b/src/i18n/ko.json index 5d76cbb..e0b92d6 100644 --- a/src/i18n/ko.json +++ b/src/i18n/ko.json @@ -237,6 +237,7 @@ "area bonus": "필드 보너스", "favorite berry": "선호하는 열매", "helping bonus": "도우미 보너스", + "helping bonus other pokemon": "다른 포켓몬의 도우미 보너스", "good camp ticket": "좋은 캠프 티켓", "good camp ticket (short)": "티켓", "energy": "기력", diff --git a/src/i18n/zh-CN.json b/src/i18n/zh-CN.json index b158e32..ca6d42a 100644 --- a/src/i18n/zh-CN.json +++ b/src/i18n/zh-CN.json @@ -242,6 +242,7 @@ "area bonus": "营地奖励", "favorite berry": "喜欢的树果", "helping bonus": "帮手奖励", + "helping bonus other pokemon": "其他宝可梦的帮手奖励", "good camp ticket": "好露营券", "good camp ticket (short)": "露营券", "energy": "活力", diff --git a/src/i18n/zh-TW.json b/src/i18n/zh-TW.json index 09c1df1..3049c97 100644 --- a/src/i18n/zh-TW.json +++ b/src/i18n/zh-TW.json @@ -242,6 +242,7 @@ "area bonus": "營地獎勵", "favorite berry": "喜歡的樹果", "helping bonus": "幫手獎勵", + "helping bonus other pokemon": "其他寶可夢的幫手獎勵", "good camp ticket": "好露營券", "good camp ticket (short)": "露營券", "energy": "活力", diff --git a/src/ui/IvCalc/RpView.tsx b/src/ui/IvCalc/RpView.tsx index 1f456c4..7c1f631 100644 --- a/src/ui/IvCalc/RpView.tsx +++ b/src/ui/IvCalc/RpView.tsx @@ -103,7 +103,7 @@ const RpInfoDialog = React.memo(({open, onClose}: {
  • {t('favorite berry')}: {t('none')}
  • {t('good camp ticket')}: {t('none')}
  • {t('area bonus')}: 0%
  • -
  • {t('helping bonus')}: {t('none')}
  • +
  • {t('helping bonus other pokemon')}: {t('none')}
  • {t('skills.Energy for Everyone S')}: 18 × 3
  • {t('sleep score')}: 100
  • {t('tap frequency')} ({t('awake')}): {t('every minute')}