[Localization(jp)] Translate voucher.ts (#3476)
Need to be consistent with names of vouchers in modifiers.ts.
This commit is contained in:
parent
566cd80522
commit
b20314b45f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue