@dydxprotocol/v4-localization 1.1.172 → 1.1.174
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -323,6 +323,7 @@
|
|
|
323
323
|
"TAKE_ME_THERE": "Take me there",
|
|
324
324
|
"TERMS_AND_CONDITIONS": "Terms & Conditions",
|
|
325
325
|
"TICK_SIZE": "Tick Size",
|
|
326
|
+
"TICKER": "Ticker",
|
|
326
327
|
"TIER": "Tier",
|
|
327
328
|
"TIME": "Time",
|
|
328
329
|
"TIMESTAMP_ERROR": "Timestamp error",
|
|
@@ -618,6 +619,10 @@
|
|
|
618
619
|
"PRIMARY": "PYTH is the governance token for the Pyth Network and its ecosystem.",
|
|
619
620
|
"SECONDARY": "Pyth delivers real-time market data to financial dApps across 40+ blockchains and provides 380+ low-latency price feeds across cryptocurrencies, equities, ETFs, FX pairs, and commodities."
|
|
620
621
|
},
|
|
622
|
+
"RENDER": {
|
|
623
|
+
"PRIMARY": "RENDER is an ERC-20 utility token used by artists on the Render Network to exchange for GPU compute power from GPU providers (node operators)",
|
|
624
|
+
"SECONDARY": "The Render Network is a distributed GPU rendering network built on top of the Ethereum blockchain, aiming to connect artists and studios in need of GPU compute power with mining partners willing to rent their GPU capabilities out."
|
|
625
|
+
},
|
|
621
626
|
"RNDR": {
|
|
622
627
|
"PRIMARY": "RNDR is an ERC-20 utility token used by artists on the Render Network to exchange for GPU compute power from GPU providers (node operators)",
|
|
623
628
|
"SECONDARY": "The Render Network is a distributed GPU rendering network built on top of the Ethereum blockchain, aiming to connect artists and studios in need of GPU compute power with mining partners willing to rent their GPU capabilities out."
|
|
@@ -1109,8 +1114,8 @@
|
|
|
1109
1114
|
"TAKE_PROFIT_TOOLTIP": "Allows traders to set targets and protects profits on positions by specifying a price at which to close an open position for profit.",
|
|
1110
1115
|
"TP_LIMIT": "TP Limit",
|
|
1111
1116
|
"TP_PRICE": "TP Price",
|
|
1112
|
-
"TRIGGERS_INFO_AUTOMATICALLY_CANCELED": "Take
|
|
1113
|
-
"TRIGGERS_INFO_CUSTOM_AMOUNT": "Configuring a custom amount will apply to both
|
|
1117
|
+
"TRIGGERS_INFO_AUTOMATICALLY_CANCELED": "Take Profit and Stop Loss orders will automatically be canceled if the underlying position is closed.",
|
|
1118
|
+
"TRIGGERS_INFO_CUSTOM_AMOUNT": "Configuring a custom amount will apply to both Take Profit and Stop Loss orders."
|
|
1114
1119
|
},
|
|
1115
1120
|
"PORTFOLIO": {
|
|
1116
1121
|
"ABOUT_TRADING_DATA_DESCRIPTION": "See how your trading data is used to calculate rewards.",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -549,6 +549,7 @@ export const APP_STRING_KEYS = {
|
|
|
549
549
|
SWITCH_LEADERBOARD: 'APP.GENERAL.SWITCH_LEADERBOARD',
|
|
550
550
|
TAKE_ME_THERE: 'APP.GENERAL.TAKE_ME_THERE',
|
|
551
551
|
TERMS_AND_CONDITIONS: 'APP.GENERAL.TERMS_AND_CONDITIONS',
|
|
552
|
+
TICKER: 'APP.GENERAL.TICKER',
|
|
552
553
|
TICK_SIZE: 'APP.GENERAL.TICK_SIZE',
|
|
553
554
|
TIER: 'APP.GENERAL.TIER',
|
|
554
555
|
TIME: 'APP.GENERAL.TIME',
|