Skip to content

Commit 28b3612

Browse files
committed
Add "purchaseSuccess" feature with translations for buyer and seller notifications in multiple languages to enhance localization support.
1 parent 0a8a023 commit 28b3612

24 files changed

Lines changed: 480 additions & 0 deletions

contribution/lang/ar.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4665,6 +4665,26 @@
46654665
"trans": "شراء"
46664666
}
46674667
},
4668+
"purchaseSuccess": {
4669+
"mailToBuyer": {
4670+
"eng": "You have purchased ${amount} ${item} from market for ${price}",
4671+
"trans": "اشتريت ${amount} ${item} من السوق بمبلغ ${price}",
4672+
"vars": [
4673+
"amount",
4674+
"item",
4675+
"price"
4676+
]
4677+
},
4678+
"mailToSeller": {
4679+
"eng": "${buyer} have purchased ${amount} ${item} from your stall, you have earned ${amount} btc",
4680+
"trans": "اشترى ${buyer} ${amount} ${item} من متجرك، وكسبت ${amount} بتكوين",
4681+
"vars": [
4682+
"amount",
4683+
"item",
4684+
"buyer"
4685+
]
4686+
}
4687+
},
46684688
"upgradeSlot": {
46694689
"eng": "Upgrade",
46704690
"trans": "تطوير"

contribution/lang/arr.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4665,6 +4665,26 @@
46654665
"trans": "Claim it!"
46664666
}
46674667
},
4668+
"purchaseSuccess": {
4669+
"mailToBuyer": {
4670+
"eng": "You have purchased ${amount} ${item} from market for ${price}",
4671+
"trans": "Ye have bought ${amount} ${item} from market for ${price}",
4672+
"vars": [
4673+
"amount",
4674+
"item",
4675+
"price"
4676+
]
4677+
},
4678+
"mailToSeller": {
4679+
"eng": "${buyer} have purchased ${amount} ${item} from your stall, you have earned ${amount} btc",
4680+
"trans": "Arrr, ${buyer} be buyin' ${amount} ${item} from yer stall, ye've earned ${amount} btc in booty!",
4681+
"vars": [
4682+
"amount",
4683+
"item",
4684+
"buyer"
4685+
]
4686+
}
4687+
},
46684688
"upgradeSlot": {
46694689
"eng": "Upgrade",
46704690
"trans": "Sharpen the Blade"

contribution/lang/cs.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4665,6 +4665,26 @@
46654665
"trans": "Nákup"
46664666
}
46674667
},
4668+
"purchaseSuccess": {
4669+
"mailToBuyer": {
4670+
"eng": "You have purchased ${amount} ${item} from market for ${price}",
4671+
"trans": "Úspěšně jste zakoupili ${amount} ${item} z tržiště za ${price}",
4672+
"vars": [
4673+
"amount",
4674+
"item",
4675+
"price"
4676+
]
4677+
},
4678+
"mailToSeller": {
4679+
"eng": "${buyer} have purchased ${amount} ${item} from your stall, you have earned ${amount} btc",
4680+
"trans": "${buyer} koupil/a ${amount} ${item} z tvého krámu. Na účet ti přistálo ${amount} btc",
4681+
"vars": [
4682+
"amount",
4683+
"item",
4684+
"buyer"
4685+
]
4686+
}
4687+
},
46684688
"upgradeSlot": {
46694689
"eng": "Upgrade",
46704690
"trans": "Vylepšit"

contribution/lang/de.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4665,6 +4665,26 @@
46654665
"trans": "Kaufen"
46664666
}
46674667
},
4668+
"purchaseSuccess": {
4669+
"mailToBuyer": {
4670+
"eng": "You have purchased ${amount} ${item} from market for ${price}",
4671+
"trans": "Du hast ${amount} ${item} für ${price} auf dem Markt gekauft",
4672+
"vars": [
4673+
"amount",
4674+
"item",
4675+
"price"
4676+
]
4677+
},
4678+
"mailToSeller": {
4679+
"eng": "${buyer} have purchased ${amount} ${item} from your stall, you have earned ${amount} btc",
4680+
"trans": "${buyer} hat ${amount} ${item} von deinem Stand gekauft. Du hast ${amount} BTC verdient",
4681+
"vars": [
4682+
"amount",
4683+
"item",
4684+
"buyer"
4685+
]
4686+
}
4687+
},
46684688
"upgradeSlot": {
46694689
"eng": "Upgrade",
46704690
"trans": "Verbessern"

contribution/lang/en.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4665,6 +4665,26 @@
46654665
"trans": "Purchase"
46664666
}
46674667
},
4668+
"purchaseSuccess": {
4669+
"mailToBuyer": {
4670+
"eng": "You have purchased ${amount} ${item} from market for ${price}",
4671+
"trans": "You have purchased ${amount} ${item} from market for ${price}",
4672+
"vars": [
4673+
"amount",
4674+
"item",
4675+
"price"
4676+
]
4677+
},
4678+
"mailToSeller": {
4679+
"eng": "${buyer} have purchased ${amount} ${item} from your stall, you have earned ${amount} btc",
4680+
"trans": "${buyer} have purchased ${amount} ${item} from your stall, you have earned ${amount} btc",
4681+
"vars": [
4682+
"amount",
4683+
"item",
4684+
"buyer"
4685+
]
4686+
}
4687+
},
46684688
"upgradeSlot": {
46694689
"eng": "Upgrade",
46704690
"trans": "Upgrade"

contribution/lang/es.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4665,6 +4665,26 @@
46654665
"trans": "Compra"
46664666
}
46674667
},
4668+
"purchaseSuccess": {
4669+
"mailToBuyer": {
4670+
"eng": "You have purchased ${amount} ${item} from market for ${price}",
4671+
"trans": "Compraste ${amount} ${item} del mercado por ${price}",
4672+
"vars": [
4673+
"amount",
4674+
"item",
4675+
"price"
4676+
]
4677+
},
4678+
"mailToSeller": {
4679+
"eng": "${buyer} have purchased ${amount} ${item} from your stall, you have earned ${amount} btc",
4680+
"trans": "${buyer} ha comprado ${amount} ${item} de tu puesto, has ganado ${amount} btc",
4681+
"vars": [
4682+
"amount",
4683+
"item",
4684+
"buyer"
4685+
]
4686+
}
4687+
},
46684688
"upgradeSlot": {
46694689
"eng": "Upgrade",
46704690
"trans": "Mejora"

contribution/lang/fr.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4665,6 +4665,26 @@
46654665
"trans": "Achat"
46664666
}
46674667
},
4668+
"purchaseSuccess": {
4669+
"mailToBuyer": {
4670+
"eng": "You have purchased ${amount} ${item} from market for ${price}",
4671+
"trans": "Vous avez acheté ${amount} ${item} sur le marché pour ${price}",
4672+
"vars": [
4673+
"amount",
4674+
"item",
4675+
"price"
4676+
]
4677+
},
4678+
"mailToSeller": {
4679+
"eng": "${buyer} have purchased ${amount} ${item} from your stall, you have earned ${amount} btc",
4680+
"trans": "${buyer} a craqué pour ${amount} ${item} dans votre échoppe, vous avez empoché ${amount} btc",
4681+
"vars": [
4682+
"amount",
4683+
"item",
4684+
"buyer"
4685+
]
4686+
}
4687+
},
46684688
"upgradeSlot": {
46694689
"eng": "Upgrade",
46704690
"trans": "Mise à niveau"

contribution/lang/id.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4665,6 +4665,26 @@
46654665
"trans": "Pembelian"
46664666
}
46674667
},
4668+
"purchaseSuccess": {
4669+
"mailToBuyer": {
4670+
"eng": "You have purchased ${amount} ${item} from market for ${price}",
4671+
"trans": "Sudah beli ${amount} ${item} di pasar seharga ${price}, Anda",
4672+
"vars": [
4673+
"amount",
4674+
"item",
4675+
"price"
4676+
]
4677+
},
4678+
"mailToSeller": {
4679+
"eng": "${buyer} have purchased ${amount} ${item} from your stall, you have earned ${amount} btc",
4680+
"trans": "${buyer} telah membeli ${amount} ${item} dari kios Anda, Anda telah mendapatkan ${amount} btc",
4681+
"vars": [
4682+
"amount",
4683+
"item",
4684+
"buyer"
4685+
]
4686+
}
4687+
},
46684688
"upgradeSlot": {
46694689
"eng": "Upgrade",
46704690
"trans": "Meningkatkan"

contribution/lang/it.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4665,6 +4665,26 @@
46654665
"trans": "Acquistare"
46664666
}
46674667
},
4668+
"purchaseSuccess": {
4669+
"mailToBuyer": {
4670+
"eng": "You have purchased ${amount} ${item} from market for ${price}",
4671+
"trans": "Ottimo acquisto! Hai preso ${amount} ${item} dal mercato a ${price}",
4672+
"vars": [
4673+
"amount",
4674+
"item",
4675+
"price"
4676+
]
4677+
},
4678+
"mailToSeller": {
4679+
"eng": "${buyer} have purchased ${amount} ${item} from your stall, you have earned ${amount} btc",
4680+
"trans": "${buyer} ha acquistato ${amount} ${item} dal tuo stall, hai guadagnato ${amount} btc",
4681+
"vars": [
4682+
"amount",
4683+
"item",
4684+
"buyer"
4685+
]
4686+
}
4687+
},
46684688
"upgradeSlot": {
46694689
"eng": "Upgrade",
46704690
"trans": "Aggiornamento"

contribution/lang/ja.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4663,6 +4663,26 @@
46634663
"trans": "購入"
46644664
}
46654665
},
4666+
"purchaseSuccess": {
4667+
"mailToBuyer": {
4668+
"eng": "You have purchased ${amount} ${item} from market for ${price}",
4669+
"trans": "市場で${amount} ${item}を${price}で購入しましたね。",
4670+
"vars": [
4671+
"amount",
4672+
"item",
4673+
"price"
4674+
]
4675+
},
4676+
"mailToSeller": {
4677+
"eng": "${buyer} have purchased ${amount} ${item} from your stall, you have earned ${amount} btc",
4678+
"trans": "${buyer}さんが、${amount}の${item}を買ってくれたよ!${amount} BTCもらった!",
4679+
"vars": [
4680+
"amount",
4681+
"item",
4682+
"buyer"
4683+
]
4684+
}
4685+
},
46664686
"upgradeSlot": {
46674687
"eng": "Upgrade",
46684688
"trans": "アップグレード"

0 commit comments

Comments
 (0)