From 4220f6e4cb32b1c574cfed4c62363b3c823067ce Mon Sep 17 00:00:00 2001 From: DexterHuang Date: Thu, 9 Nov 2023 07:37:06 +0800 Subject: [PATCH] mythic update --- contribution/es/translation.json | 4 ++++ contribution/id/translation.json | 4 ++++ contribution/ja/translation.json | 4 ++++ contribution/ko/translation.json | 4 ++++ contribution/ru/translation.json | 4 ++++ contribution/zh-TW/translation.json | 4 ++++ 6 files changed, 24 insertions(+) diff --git a/contribution/es/translation.json b/contribution/es/translation.json index b0347bd9..9e63517f 100644 --- a/contribution/es/translation.json +++ b/contribution/es/translation.json @@ -6995,6 +6995,10 @@ "eng": "You already own this item", "trans": "Ya tienes este objeto" }, + "alreadyPurchased": { + "eng": "You have already purchased this item once before, you cannot purchase it again.", + "trans": "Ya has comprado este objeto anteriormente, no puedes volver a comprarlo." + }, "confirmBuyModal": { "title": { "eng": "Purchase ${itemName}?", diff --git a/contribution/id/translation.json b/contribution/id/translation.json index 21c7abfb..f46653e2 100644 --- a/contribution/id/translation.json +++ b/contribution/id/translation.json @@ -6995,6 +6995,10 @@ "eng": "You already own this item", "trans": "Anda sudah memiliki item ini" }, + "alreadyPurchased": { + "eng": "You have already purchased this item once before, you cannot purchase it again.", + "trans": "Kamu sudah membeli item ini sebelumnya, kamu tidak bisa membelinya lagi." + }, "confirmBuyModal": { "title": { "eng": "Purchase ${itemName}?", diff --git a/contribution/ja/translation.json b/contribution/ja/translation.json index e09950e6..4f283838 100644 --- a/contribution/ja/translation.json +++ b/contribution/ja/translation.json @@ -6995,6 +6995,10 @@ "eng": "You already own this item", "trans": "このアイテムはすでに所有しています。" }, + "alreadyPurchased": { + "eng": "You have already purchased this item once before, you cannot purchase it again.", + "trans": "このアイテムはすでに一度購入済みです。再度購入することはできません。" + }, "confirmBuyModal": { "title": { "eng": "Purchase ${itemName}?", diff --git a/contribution/ko/translation.json b/contribution/ko/translation.json index 8f8beae6..b0223e1c 100644 --- a/contribution/ko/translation.json +++ b/contribution/ko/translation.json @@ -6995,6 +6995,10 @@ "eng": "You already own this item", "trans": "이미 이 아이템을 소유하고 있습니다" }, + "alreadyPurchased": { + "eng": "You have already purchased this item once before, you cannot purchase it again.", + "trans": "이미 이 아이템을 한 번 구매했기 때문에 다시 구매할 수 없습니다." + }, "confirmBuyModal": { "title": { "eng": "Purchase ${itemName}?", diff --git a/contribution/ru/translation.json b/contribution/ru/translation.json index ec70c602..2ef9e3c0 100644 --- a/contribution/ru/translation.json +++ b/contribution/ru/translation.json @@ -6995,6 +6995,10 @@ "eng": "You already own this item", "trans": "Вы уже владеете этим предметом" }, + "alreadyPurchased": { + "eng": "You have already purchased this item once before, you cannot purchase it again.", + "trans": "Вы уже приобрели этот предмет ранее, вы не можете приобрести его снова." + }, "confirmBuyModal": { "title": { "eng": "Purchase ${itemName}?", diff --git a/contribution/zh-TW/translation.json b/contribution/zh-TW/translation.json index 94e0ba2a..a8eaa266 100644 --- a/contribution/zh-TW/translation.json +++ b/contribution/zh-TW/translation.json @@ -6995,6 +6995,10 @@ "eng": "You already own this item", "trans": "您已擁有此物品" }, + "alreadyPurchased": { + "eng": "You have already purchased this item once before, you cannot purchase it again.", + "trans": "你已經購買過這件物品了,無法再次購買。" + }, "confirmBuyModal": { "title": { "eng": "Purchase ${itemName}?",