Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lilt-translations_3783513 #202

Merged
merged 2 commits into from
Dec 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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}提款已被确认。"
}
}
}
}