Update src/locales/ja/mystery-encounter-messages.json

Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com>
This commit is contained in:
Lugiad 2024-09-19 18:42:36 +02:00 committed by GitHub
parent b274841da3
commit 9dbf5ce46f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
{
"paid_money": "You paid ₽{{amount, number}}.",
"receive_money": "You received ₽{{amount, number}}!",
"affects_pokedex": "Affects Pokédex Data",
"cancel_option": "Return to encounter option select.",
"view_party_button": "View Party"
"paid_money": "{{amount, number}}円 払った",
"receive_money": "{{amount, number}}円 もらった!",
"affects_pokedex": "ポケモン図鑑の データを 変える",
"cancel_option": "遭遇の 選択肢に 戻る",
"view_party_button": "手持ちを確認"
}