From b20314b45f021dadc90d000e6bcfb9a140043730 Mon Sep 17 00:00:00 2001 From: Chapybara-jp Date: Sat, 10 Aug 2024 18:25:25 +0200 Subject: [PATCH] [Localization(jp)] Translate voucher.ts (#3476) Need to be consistent with names of vouchers in modifiers.ts. --- src/locales/ja/voucher.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/locales/ja/voucher.ts b/src/locales/ja/voucher.ts index 3d9730ece64..cc2fb7e2050 100644 --- a/src/locales/ja/voucher.ts +++ b/src/locales/ja/voucher.ts @@ -2,10 +2,10 @@ import { SimpleTranslationEntries } from "#app/interfaces/locales"; export const voucher: SimpleTranslationEntries = { "vouchers": "クーポン", - "eggVoucher": "たまごクーポン", - "eggVoucherPlus": "たまごクーポンプラス", - "eggVoucherPremium": "たまごクーポンプレミアム", - "eggVoucherGold": "たまごクーポンゴールド", - "locked": "Locked", - "defeatTrainer": "Defeat {{trainerName}}" + "eggVoucher": "タマゴクーポン", + "eggVoucherPlus": "タマゴクーポン・プラス", + "eggVoucherPremium": "タマゴクーポン・プレミアム", + "eggVoucherGold": "タマゴクーポン・ゴールド", + "locked": "なし", + "defeatTrainer": "{{trainerName}}を 倒す" } as const;