Skip to content

Commit

Permalink
lilt: made change to config/localization_notifications/zh-CN/app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lilt-connector committed Dec 12, 2023
1 parent 770a669 commit c47612e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion config/localization_notifications/zh-CN/app.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"NOTIFICATIONS": {
"DELEVERAGED": {
"TITLE": "头寸去杠杆化",
"BODY": "您在{MARKET}中的{SIDE}头寸已去杠杆化。"
},
"FINAL_SETTLEMENT": {
"TITLE": "头寸已结算",
"BODY": "{MARKET} 已平仓。 您在{MARKET}上的{SIDE}头寸已完成最终结算。"
},
"OFFSETTING": {
"TITLE": "头寸抵消",
"BODY": "您在{MARKET}上的{SIDE}头寸已用于抵消去杠杆化头寸。"
},
"ORDER_FILL": {
"TITLE": "订单已成交",
"BODY": "您对{SIDE} {AMOUNT} {MARKET}的订单已按${AVERAGE_PRICE}成交。"
Expand Down Expand Up @@ -49,4 +61,4 @@
"BODY": "您的{AMOUNT} {ASSET}提款已被确认。"
}
}
}
}

0 comments on commit c47612e

Please sign in to comment.