@dydxprotocol/v4-localization 1.1.220 → 1.1.221
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.
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
"ADDRESS": "Address",
|
|
58
58
|
"ADVANCED": "Advanced",
|
|
59
59
|
"AI": "AI",
|
|
60
|
+
"AI_BIG_DATA": "AI & Big Data",
|
|
60
61
|
"ALERTS": "Alerts",
|
|
61
62
|
"ALL_MARKETS": "All markets",
|
|
62
63
|
"ALL": "All",
|
|
@@ -124,6 +125,7 @@
|
|
|
124
125
|
"DEFAULT_TO_ALL_MARKETS_IN_POSITIONS": "Default to All markets in Positions / Orders / Fills",
|
|
125
126
|
"DEFI": "DeFi",
|
|
126
127
|
"DEGRADED": "Degraded",
|
|
128
|
+
"DEPIN": "DePIN",
|
|
127
129
|
"DEPLOYER_TERMS_AND_CONDITIONS": "deployer Terms and Conditions",
|
|
128
130
|
"DEPOSIT_FUNDS": "Deposit funds",
|
|
129
131
|
"DEPOSIT_MORE": "Deposit more",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// !! GENERATED FILE - DO NOT EDIT
|
|
2
2
|
|
|
3
|
-
// Generated from ../config/localization/en/app.json using
|
|
3
|
+
// Generated from ../config/localization/en/app.json using codegen_localization_app.swift
|
|
4
4
|
|
|
5
5
|
export const APP_STRING_KEYS = {
|
|
6
6
|
|
|
@@ -346,6 +346,7 @@ export const APP_STRING_KEYS = {
|
|
|
346
346
|
ADD_NEW_MARKET_CAPITALIZED: 'APP.GENERAL.ADD_NEW_MARKET_CAPITALIZED',
|
|
347
347
|
ADVANCED: 'APP.GENERAL.ADVANCED',
|
|
348
348
|
AI: 'APP.GENERAL.AI',
|
|
349
|
+
AI_BIG_DATA: 'APP.GENERAL.AI_BIG_DATA',
|
|
349
350
|
ALERTS: 'APP.GENERAL.ALERTS',
|
|
350
351
|
ALL: 'APP.GENERAL.ALL',
|
|
351
352
|
ALLOWED: 'APP.GENERAL.ALLOWED',
|
|
@@ -414,6 +415,7 @@ export const APP_STRING_KEYS = {
|
|
|
414
415
|
DEFAULT_TO_ALL_MARKETS_IN_POSITIONS: 'APP.GENERAL.DEFAULT_TO_ALL_MARKETS_IN_POSITIONS',
|
|
415
416
|
DEFI: 'APP.GENERAL.DEFI',
|
|
416
417
|
DEGRADED: 'APP.GENERAL.DEGRADED',
|
|
418
|
+
DEPIN: 'APP.GENERAL.DEPIN',
|
|
417
419
|
DEPLOYER_TERMS_AND_CONDITIONS: 'APP.GENERAL.DEPLOYER_TERMS_AND_CONDITIONS',
|
|
418
420
|
DEPOSIT: 'APP.GENERAL.DEPOSIT',
|
|
419
421
|
DEPOSIT_FUNDS: 'APP.GENERAL.DEPOSIT_FUNDS',
|