-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update notifications string key naming
- Loading branch information
Showing
4 changed files
with
74 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,50 @@ | ||
{ | ||
"NOTIFICATIONS": { | ||
"ORDER_FILL": { | ||
"TITLE": "Order Filled", | ||
"BODY": "Your order to {SIDE} {AMOUNT} {MARKET} has been filled at ${AVERAGE_PRICE}." | ||
}, | ||
"ORDER_PARTIAL_FILL": { | ||
"TITLE": "Order Partially Filled", | ||
"BODY": "{FILLED_AMOUNT} {MARKET} of your order to {SIDE} {AMOUNT} {MARKET} has been filled." | ||
}, | ||
"ORDER_TRIGGERED": { | ||
"TITLE": "Order Triggered", | ||
"BODY": "Your order to {SIDE} {AMOUNT} {MARKET} has been triggered." | ||
}, | ||
"ORDER_CANCEL": { | ||
"TITLE": "Order Canceled", | ||
"BODY": "Your order to {SIDE} {AMOUNT} {MARKET} has been canceled." | ||
}, | ||
"ORDER_CANCEL_WITH_PARTIAL_FILL": { | ||
"TITLE": "Order Canceled with Partial Fill", | ||
"BODY": "Your order to {SIDE} {AMOUNT} {MARKET} has been canceled with {TOTAL_FILLED} partially filled." | ||
}, | ||
"LIQUIDATION": { | ||
"TITLE": "Position Liquidated", | ||
"BODY": "Your {SIDE} position on {MARKET} has been liquidated." | ||
}, | ||
"POSITION_CLOSED": { | ||
"TITLE": "Position Closed", | ||
"BODY": "Your position on {MARKET} has been closed." | ||
}, | ||
"DEPOSIT_SUCCESS": { | ||
"TITLE": "Deposit Succeeded", | ||
"BODY": "Your deposit of {AMOUNT} {ASSET} has been confirmed." | ||
}, | ||
"FAST_WITHDRAW_SUCCESS": { | ||
"TITLE": "Fast Withdrawal Succeeded", | ||
"BODY": "Your fast withdrawal of {AMOUNT} {ASSET} has been confirmed." | ||
}, | ||
"RELEASE_REWARDS_AND_FULL_TRADING": { | ||
"TITLE": "Rewards and trading are live on dYdX Chain!", | ||
"BODY": "Full trading is live on dYdX Chain! This includes staking rewards, trading rewards, and the 6-month launch incentives program by Chaos Labs. Learn more {BLOGPOST} and {DOS_BLOGPOST} (third-party link)." | ||
}, | ||
"SLOW_WITHDRAWAL_PENDING": { | ||
"TITLE": "Slow Withdrawal Pending", | ||
"BODY": "Your withdrawal of {AMOUNT} {ASSET} will be ready in 12 hours." | ||
}, | ||
"SLOW_WITHDRAWAL_SUCCESS": { | ||
"TITLE": "Slow Withdrawal Succeeded", | ||
"BODY": "Your withdrawal of {AMOUNT} {ASSET} has been confirmed." | ||
} | ||
"ORDER_FILL": { | ||
"TITLE": "Order Filled", | ||
"BODY": "Your order to {SIDE} {AMOUNT} {MARKET} has been filled at ${AVERAGE_PRICE}." | ||
}, | ||
"ORDER_PARTIAL_FILL": { | ||
"TITLE": "Order Partially Filled", | ||
"BODY": "{FILLED_AMOUNT} {MARKET} of your order to {SIDE} {AMOUNT} {MARKET} has been filled." | ||
}, | ||
"ORDER_TRIGGERED": { | ||
"TITLE": "Order Triggered", | ||
"BODY": "Your order to {SIDE} {AMOUNT} {MARKET} has been triggered." | ||
}, | ||
"ORDER_CANCEL": { | ||
"TITLE": "Order Canceled", | ||
"BODY": "Your order to {SIDE} {AMOUNT} {MARKET} has been canceled." | ||
}, | ||
"ORDER_CANCEL_WITH_PARTIAL_FILL": { | ||
"TITLE": "Order Canceled with Partial Fill", | ||
"BODY": "Your order to {SIDE} {AMOUNT} {MARKET} has been canceled with {TOTAL_FILLED} partially filled." | ||
}, | ||
"LIQUIDATION": { | ||
"TITLE": "Position Liquidated", | ||
"BODY": "Your {SIDE} position on {MARKET} has been liquidated." | ||
}, | ||
"POSITION_CLOSED": { | ||
"TITLE": "Position Closed", | ||
"BODY": "Your position on {MARKET} has been closed." | ||
}, | ||
"DEPOSIT_SUCCESS": { | ||
"TITLE": "Deposit Succeeded", | ||
"BODY": "Your deposit of {AMOUNT} {ASSET} has been confirmed." | ||
}, | ||
"FAST_WITHDRAW_SUCCESS": { | ||
"TITLE": "Fast Withdrawal Succeeded", | ||
"BODY": "Your fast withdrawal of {AMOUNT} {ASSET} has been confirmed." | ||
}, | ||
"RELEASE_REWARDS_AND_FULL_TRADING": { | ||
"TITLE": "Rewards and trading are live on dYdX Chain!", | ||
"BODY": "Full trading is live on dYdX Chain! This includes staking rewards, trading rewards, and the 6-month launch incentives program by Chaos Labs. Learn more {DOS_BLOGPOST} and {TRADING_BLOGPOST} (third-party link)." | ||
}, | ||
"SLOW_WITHDRAWAL_PENDING": { | ||
"TITLE": "Slow Withdrawal Pending", | ||
"BODY": "Your withdrawal of {AMOUNT} {ASSET} will be ready in 12 hours." | ||
}, | ||
"SLOW_WITHDRAWAL_SUCCESS": { | ||
"TITLE": "Slow Withdrawal Succeeded", | ||
"BODY": "Your withdrawal of {AMOUNT} {ASSET} has been confirmed." | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters