Skip to content

Commit

Permalink
IV: Improve helping bonus text in RpInfoDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
nitoyon committed Jan 26, 2025
1 parent 1fc4412 commit 69f4fab
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@
"area bonus": "フィールドボーナス",
"favorite berry": "好みきのみ",
"helping bonus": "おてつだいボーナス",
"helping bonus other pokemon": "他ポケモンのおてつだいボーナス",
"good camp ticket": "いいキャンプチケット",
"good camp ticket (short)": "キャンチケ",
"energy": "げんき",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@
"area bonus": "필드 보너스",
"favorite berry": "선호하는 열매",
"helping bonus": "도우미 보너스",
"helping bonus other pokemon": "다른 포켓몬의 도우미 보너스",
"good camp ticket": "좋은 캠프 티켓",
"good camp ticket (short)": "티켓",
"energy": "기력",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@
"area bonus": "营地奖励",
"favorite berry": "喜欢的树果",
"helping bonus": "帮手奖励",
"helping bonus other pokemon": "其他宝可梦的帮手奖励",
"good camp ticket": "好露营券",
"good camp ticket (short)": "露营券",
"energy": "活力",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@
"area bonus": "營地獎勵",
"favorite berry": "喜歡的樹果",
"helping bonus": "幫手獎勵",
"helping bonus other pokemon": "其他寶可夢的幫手獎勵",
"good camp ticket": "好露營券",
"good camp ticket (short)": "露營券",
"energy": "活力",
Expand Down
2 changes: 1 addition & 1 deletion src/ui/IvCalc/RpView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const RpInfoDialog = React.memo(({open, onClose}: {
<li>{t('favorite berry')}: {t('none')}</li>
<li>{t('good camp ticket')}: {t('none')}</li>
<li>{t('area bonus')}: 0%</li>
<li>{t('helping bonus')}: {t('none')}</li>
<li>{t('helping bonus other pokemon')}: {t('none')}</li>
<li>{t('skills.Energy for Everyone S')}: 18 × 3</li>
<li>{t('sleep score')}: 100</li>
<li>{t('tap frequency')} ({t('awake')}): {t('every minute')}</li>
Expand Down

0 comments on commit 69f4fab

Please sign in to comment.