Skip to content

Commit

Permalink
lilt-translations_3783513 (#202)
Browse files Browse the repository at this point in the history
* lilt: made change to config/localization/zh-CN/app.json

* lilt: made change to config/localization_notifications/zh-CN/app.json
  • Loading branch information
lilt-connector authored Dec 22, 2023
1 parent 7277e79 commit 3136665
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/localization/zh-CN/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,7 @@
"FEE": "交易费率",
"FILL_OR_KILL": "全部成交否则取消指令",
"FILLS_EMPTY_STATE": "您没有全部成交。",
"FINAL_SETTLEMENT": "最终结算",
"FULL_CLOSE": "完全关闭",
"FUNDING_PAYMENTS_EMPTY_STATE": "您没有资金支付记录。",
"FUNDING_PAYMENTS_SHORT": "资金",
Expand Down
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 3136665

Please sign in to comment.