mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-26 08:46:55 +00:00
[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
Block a user