Skip to content

Commit

Permalink
mythic update
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterHuang committed Nov 8, 2023
1 parent cbbaa6e commit 4220f6e
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contribution/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}?",
Expand Down
4 changes: 4 additions & 0 deletions contribution/id/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}?",
Expand Down
4 changes: 4 additions & 0 deletions contribution/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}?",
Expand Down
4 changes: 4 additions & 0 deletions contribution/ko/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}?",
Expand Down
4 changes: 4 additions & 0 deletions contribution/ru/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}?",
Expand Down
4 changes: 4 additions & 0 deletions contribution/zh-TW/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}?",
Expand Down

0 comments on commit 4220f6e

Please sign in to comment.