@dydxprotocol/v4-localization 1.1.235 → 1.1.236
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.
|
@@ -1135,6 +1135,7 @@
|
|
|
1135
1135
|
"MEGAVAULT_DESCRIPTION": "Earn by providing liquidity across markets.",
|
|
1136
1136
|
"PERMISIONLESS_MARKET_LISTINGS": "Permissionless Market Listings",
|
|
1137
1137
|
"PERMISIONLESS_MARKET_LISTINGS_DESCRIPTION": "Instantly list markets on dYdX Chain without requiring governance approval.",
|
|
1138
|
+
"UNLIMITED": "unlimited",
|
|
1138
1139
|
"UPDATED_INCENTIVES": "Updated Incentives",
|
|
1139
1140
|
"UPDATED_INCENTIVES_DESCRIPTION": "Earn DYDX by staking, listing markets, trading, and more."
|
|
1140
1141
|
},
|
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 codegen_localization_app.swift
|
|
3
|
+
// Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift
|
|
4
4
|
|
|
5
5
|
export const APP_STRING_KEYS = {
|
|
6
6
|
|
|
@@ -270,6 +270,7 @@ export const APP_STRING_KEYS = {
|
|
|
270
270
|
MEGAVAULT_DESCRIPTION: 'APP.DYDX_UNLIMITED_MODAL.MEGAVAULT_DESCRIPTION',
|
|
271
271
|
PERMISIONLESS_MARKET_LISTINGS: 'APP.DYDX_UNLIMITED_MODAL.PERMISIONLESS_MARKET_LISTINGS',
|
|
272
272
|
PERMISIONLESS_MARKET_LISTINGS_DESCRIPTION: 'APP.DYDX_UNLIMITED_MODAL.PERMISIONLESS_MARKET_LISTINGS_DESCRIPTION',
|
|
273
|
+
UNLIMITED: 'APP.DYDX_UNLIMITED_MODAL.UNLIMITED',
|
|
273
274
|
UPDATED_INCENTIVES: 'APP.DYDX_UNLIMITED_MODAL.UPDATED_INCENTIVES',
|
|
274
275
|
UPDATED_INCENTIVES_DESCRIPTION: 'APP.DYDX_UNLIMITED_MODAL.UPDATED_INCENTIVES_DESCRIPTION',
|
|
275
276
|
|