♻️ Refactored localization service
This commit is contained in:
13
DysonNetwork.Wallet/Resources/Locales/en.json
Normal file
13
DysonNetwork.Wallet/Resources/Locales/en.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"transactionNewTitle": "New Transaction",
|
||||
"transactionNewBodyMinus": "You spent {amount} {currency}",
|
||||
"transactionNewBodyPlus": "You received {amount} {currency}",
|
||||
"orderPaidTitle": "Order Paid",
|
||||
"orderPaidBody": "Paid {amount} {currency} for {remark}",
|
||||
"orderReceivedTitle": "Order Received",
|
||||
"orderReceivedBody": "Received {amount} {currency} for {remark}",
|
||||
"subscriptionAppliedTitle": "Subscription Applied",
|
||||
"subscriptionAppliedBody": "Your subscription for {duration} days of {subscription} has been applied",
|
||||
"giftClaimedTitle": "Gift Claimed",
|
||||
"giftClaimedBody": "Your gift of {subscription} has been claimed by {user}"
|
||||
}
|
||||
13
DysonNetwork.Wallet/Resources/Locales/zh-hans.json
Normal file
13
DysonNetwork.Wallet/Resources/Locales/zh-hans.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"transactionNewTitle": "新交易",
|
||||
"transactionNewBodyMinus": "您花费了 {amount} {currency}",
|
||||
"transactionNewBodyPlus": "您收到了 {amount} {currency}",
|
||||
"orderPaidTitle": "订单已支付",
|
||||
"orderPaidBody": "支付了 {amount} {currency} 用于 {remark}",
|
||||
"orderReceivedTitle": "订单已接收",
|
||||
"orderReceivedBody": "收到了 {amount} {currency} 用于 {remark}",
|
||||
"subscriptionAppliedTitle": "订阅已应用",
|
||||
"subscriptionAppliedBody": "您的 {duration} 天 {subscription} 订阅已应用",
|
||||
"giftClaimedTitle": "礼物已领取",
|
||||
"giftClaimedBody": "您的 {subscription} 礼物已被 {user} 领取"
|
||||
}
|
||||
Reference in New Issue
Block a user