@dydxprotocol/v4-localization 1.1.172 → 1.1.173
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."
|
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',
|