@dydxprotocol/v4-localization 1.1.50 → 1.1.52
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.
|
@@ -245,6 +245,7 @@
|
|
|
245
245
|
"RECENT_TRADES_SHORT": "Trades",
|
|
246
246
|
"RECENT": "Recent",
|
|
247
247
|
"RECOMMENDED": "Recommended",
|
|
248
|
+
"RECONNECT_WALLET": "Reconnect wallet",
|
|
248
249
|
"REFERRAL_CODE": "Referral Code",
|
|
249
250
|
"REFERRALS": "Referrals",
|
|
250
251
|
"REFERRER_PERCENT_OFF": "{DISCOUNT}% off",
|
|
@@ -1407,7 +1408,7 @@
|
|
|
1407
1408
|
"ADJUSTED_IMR_BODY": "We have temporarily {ACTION} the Initial Margin Requirements on {MARKET} to {PERCENT} due to volatility. {ADDITIONAL_NOTE}",
|
|
1408
1409
|
"BLOCK_REWARD": "Block Reward",
|
|
1409
1410
|
"CHAIN_DISRUPTION_DETECTED": "Chain disruption detected",
|
|
1410
|
-
"CHAIN_DISRUPTION_DETECTED_BODY": "Trading and transferring is disabled as orders may fail or be delayed due to dYdX Chain disruption. Please wait and try again later. Your funds are safe.",
|
|
1411
|
+
"CHAIN_DISRUPTION_DETECTED_BODY": "Trading and transferring is disabled as orders may fail or be delayed due to a dYdX Chain disruption. Please wait and try again later. Your funds are safe.",
|
|
1411
1412
|
"CLOSE_MARKET_POSITIONS": "Close your {MARKET} position",
|
|
1412
1413
|
"CLOSE_MARKET_POSITIONS_BODY": "{MARKET} is set to close only mode and the close price of {MARKET} is now fixed. Please close your open {MARKET} position as soon as you are able. We're here to help via the help chat if you run into issues.",
|
|
1413
1414
|
"COMPLIANCE_ALERT": "Compliance alert",
|
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
|
|
|
@@ -442,6 +442,7 @@ export const APP_STRING_KEYS = {
|
|
|
442
442
|
RECENT: 'APP.GENERAL.RECENT',
|
|
443
443
|
RECENT_TRADES_SHORT: 'APP.GENERAL.RECENT_TRADES_SHORT',
|
|
444
444
|
RECOMMENDED: 'APP.GENERAL.RECOMMENDED',
|
|
445
|
+
RECONNECT_WALLET: 'APP.GENERAL.RECONNECT_WALLET',
|
|
445
446
|
REFERRALS: 'APP.GENERAL.REFERRALS',
|
|
446
447
|
REFERRAL_CODE: 'APP.GENERAL.REFERRAL_CODE',
|
|
447
448
|
REFERRER_PERCENT_OFF: 'APP.GENERAL.REFERRER_PERCENT_OFF',
|