[Localization(jp)] Translate voucher.ts (#3476)

Need to be consistent with names of vouchers in modifiers.ts.
This commit is contained in:
Chapybara-jp 2024-08-10 18:25:25 +02:00 committed by GitHub
parent 566cd80522
commit b20314b45f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -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;