@dydxprotocol/v4-localization 1.1.35 → 1.1.36
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.
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"ACTIVE": "Active",
|
|
46
46
|
"ADDRESS": "Address",
|
|
47
47
|
"ADVANCED": "Advanced",
|
|
48
|
+
"AI": "AI",
|
|
48
49
|
"ALERTS": "Alerts",
|
|
49
50
|
"ALL_MARKETS": "All markets",
|
|
50
51
|
"ALL": "All",
|
|
@@ -129,6 +130,7 @@
|
|
|
129
130
|
"FREE": "Free",
|
|
130
131
|
"FROM_TO": "from {FROM} to {TO}",
|
|
131
132
|
"FUNDING_RATE_CHART_SHORT": "Funding",
|
|
133
|
+
"GAMING": "Gaming",
|
|
132
134
|
"GAS_FEE": "Gas fee",
|
|
133
135
|
"GASLESS_DEPOSITS": "Gasless deposits",
|
|
134
136
|
"GENERAL": "General",
|
|
@@ -152,6 +154,7 @@
|
|
|
152
154
|
"LANGUAGE": "Language",
|
|
153
155
|
"LARGE_CAP": "Large-cap",
|
|
154
156
|
"LAYER_1": "Layer 1",
|
|
157
|
+
"LAYER_2": "Layer 2",
|
|
155
158
|
"LEARN_MORE": "Learn more",
|
|
156
159
|
"LEARN_MORE_ARROW": "Learn more →",
|
|
157
160
|
"LEARN": "Learn",
|
|
@@ -184,6 +187,7 @@
|
|
|
184
187
|
"MODIFY": "Modify",
|
|
185
188
|
"NETWORK": "Network",
|
|
186
189
|
"NEW": "New",
|
|
190
|
+
"NFT": "NFT",
|
|
187
191
|
"NO": "No",
|
|
188
192
|
"NONE": "None",
|
|
189
193
|
"ON_CHAIN": "on {CHAIN}",
|
|
@@ -293,6 +297,7 @@
|
|
|
293
297
|
"VIEW": "View",
|
|
294
298
|
"VIEWS": "Views",
|
|
295
299
|
"VOLUME_30D": "Volume (30d)",
|
|
300
|
+
"VOTING_LIVE": "Voting live",
|
|
296
301
|
"WALLET_BALANCE": "Wallet Balance",
|
|
297
302
|
"WALLET": "Wallet",
|
|
298
303
|
"WEBSITE": "Website",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -211,6 +211,7 @@ export const APP_STRING_KEYS = {
|
|
|
211
211
|
ACTIVE: 'APP.GENERAL.ACTIVE',
|
|
212
212
|
ADDRESS: 'APP.GENERAL.ADDRESS',
|
|
213
213
|
ADVANCED: 'APP.GENERAL.ADVANCED',
|
|
214
|
+
AI: 'APP.GENERAL.AI',
|
|
214
215
|
ALERTS: 'APP.GENERAL.ALERTS',
|
|
215
216
|
ALL: 'APP.GENERAL.ALL',
|
|
216
217
|
ALL_MARKETS: 'APP.GENERAL.ALL_MARKETS',
|
|
@@ -296,6 +297,7 @@ export const APP_STRING_KEYS = {
|
|
|
296
297
|
FROM: 'APP.GENERAL.FROM',
|
|
297
298
|
FROM_TO: 'APP.GENERAL.FROM_TO',
|
|
298
299
|
FUNDING_RATE_CHART_SHORT: 'APP.GENERAL.FUNDING_RATE_CHART_SHORT',
|
|
300
|
+
GAMING: 'APP.GENERAL.GAMING',
|
|
299
301
|
GASLESS_DEPOSITS: 'APP.GENERAL.GASLESS_DEPOSITS',
|
|
300
302
|
GAS_FEE: 'APP.GENERAL.GAS_FEE',
|
|
301
303
|
GENERAL: 'APP.GENERAL.GENERAL',
|
|
@@ -319,6 +321,7 @@ export const APP_STRING_KEYS = {
|
|
|
319
321
|
LANGUAGE: 'APP.GENERAL.LANGUAGE',
|
|
320
322
|
LARGE_CAP: 'APP.GENERAL.LARGE_CAP',
|
|
321
323
|
LAYER_1: 'APP.GENERAL.LAYER_1',
|
|
324
|
+
LAYER_2: 'APP.GENERAL.LAYER_2',
|
|
322
325
|
LEARN: 'APP.GENERAL.LEARN',
|
|
323
326
|
LEARN_MORE: 'APP.GENERAL.LEARN_MORE',
|
|
324
327
|
LEARN_MORE_ARROW: 'APP.GENERAL.LEARN_MORE_ARROW',
|
|
@@ -351,6 +354,7 @@ export const APP_STRING_KEYS = {
|
|
|
351
354
|
MODIFY: 'APP.GENERAL.MODIFY',
|
|
352
355
|
NETWORK: 'APP.GENERAL.NETWORK',
|
|
353
356
|
NEW: 'APP.GENERAL.NEW',
|
|
357
|
+
NFT: 'APP.GENERAL.NFT',
|
|
354
358
|
NO: 'APP.GENERAL.NO',
|
|
355
359
|
NONE: 'APP.GENERAL.NONE',
|
|
356
360
|
ON_CHAIN: 'APP.GENERAL.ON_CHAIN',
|
|
@@ -494,6 +498,7 @@ export const APP_STRING_KEYS = {
|
|
|
494
498
|
VIEW_MORE: 'APP.GENERAL.VIEW_MORE',
|
|
495
499
|
VIEW_OPTIONS: 'APP.GENERAL.VIEW_OPTIONS',
|
|
496
500
|
VOLUME_30D: 'APP.GENERAL.VOLUME_30D',
|
|
501
|
+
VOTING_LIVE: 'APP.GENERAL.VOTING_LIVE',
|
|
497
502
|
WALLET: 'APP.GENERAL.WALLET',
|
|
498
503
|
WALLET_BALANCE: 'APP.GENERAL.WALLET_BALANCE',
|
|
499
504
|
WEBSITE: 'APP.GENERAL.WEBSITE',
|