@dydxprotocol/v4-localization 1.1.57 → 1.1.58
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.
|
@@ -715,6 +715,7 @@
|
|
|
715
715
|
"WALLET_CONNECT": "WalletConnect (1.0)",
|
|
716
716
|
"WALLET_CONNECT_2": "WalletConnect",
|
|
717
717
|
"TEST_WALLET": "Test Wallet",
|
|
718
|
+
"EMAIL_OR_SOCIAL": "Email or social",
|
|
718
719
|
"OTHER_WALLET": "Other"
|
|
719
720
|
},
|
|
720
721
|
"ONBOARDING": {
|
|
@@ -2123,7 +2124,6 @@
|
|
|
2123
2124
|
"TRANSFERS_PAUSED_TITLE": "Transfers are paused",
|
|
2124
2125
|
"TRANSFERS_PAUSED_DESCRIPTION": "Please try again in {SECONDS} seconds.",
|
|
2125
2126
|
"TRANSFERS_PAUSED_ACTION": "Transfers paused"
|
|
2126
|
-
|
|
2127
2127
|
},
|
|
2128
2128
|
"ONBOARDING": {
|
|
2129
2129
|
"ALWAYS_VERIFY_URL": "Always check and verify you are on https://trade.dydx.exchange when recovering your keys."
|
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
|
|
|
@@ -1516,6 +1516,7 @@ export const APP_STRING_KEYS = {
|
|
|
1516
1516
|
CLOVER_WALLET: 'APP.WALLETS.CLOVER_WALLET',
|
|
1517
1517
|
COIN98: 'APP.WALLETS.COIN98',
|
|
1518
1518
|
COINBASE_WALLET: 'APP.WALLETS.COINBASE_WALLET',
|
|
1519
|
+
EMAIL_OR_SOCIAL: 'APP.WALLETS.EMAIL_OR_SOCIAL',
|
|
1519
1520
|
HUOBI_WALLET: 'APP.WALLETS.HUOBI_WALLET',
|
|
1520
1521
|
IMTOKEN: 'APP.WALLETS.IMTOKEN',
|
|
1521
1522
|
KEPLR: 'APP.WALLETS.KEPLR',
|