@dydxprotocol/v4-localization 1.1.32 → 1.1.34
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.
|
@@ -105,6 +105,7 @@
|
|
|
105
105
|
"DISCOUNT": "Discount",
|
|
106
106
|
"DISMISS": "Dismiss",
|
|
107
107
|
"DONE": "Done",
|
|
108
|
+
"DOWNLOAD_MOBILE_APP": "Download mobile app",
|
|
108
109
|
"DYDX_CHAIN_ADDRESS": "dYdX Chain Address",
|
|
109
110
|
"DYDX_CHAIN": "dYdX Chain",
|
|
110
111
|
"EARNED": "Earned",
|
|
@@ -231,6 +232,7 @@
|
|
|
231
232
|
"SAFETY": "Safety",
|
|
232
233
|
"SAVE": "Save",
|
|
233
234
|
"SAVED": "Saved",
|
|
235
|
+
"SCAN_TO_DOWNLOAD": "Scan to download app",
|
|
234
236
|
"SELECT_ASSET": "Select an asset",
|
|
235
237
|
"SELECT_CHAIN": "Select a chain",
|
|
236
238
|
"SELL": "Sell",
|
|
@@ -557,6 +559,7 @@
|
|
|
557
559
|
"LEDGER": "Ledger",
|
|
558
560
|
"MATH_WALLET": "MathWallet",
|
|
559
561
|
"METAMASK": "MetaMask",
|
|
562
|
+
"OKX_WALLET": "OKX",
|
|
560
563
|
"RAINBOW_WALLET": "Rainbow",
|
|
561
564
|
"TOKEN_POCKET": "TokenPocket",
|
|
562
565
|
"TRUST_WALLET": "Trust",
|
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
|
|
|
@@ -271,6 +271,7 @@ export const APP_STRING_KEYS = {
|
|
|
271
271
|
DISCOUNT: 'APP.GENERAL.DISCOUNT',
|
|
272
272
|
DISMISS: 'APP.GENERAL.DISMISS',
|
|
273
273
|
DONE: 'APP.GENERAL.DONE',
|
|
274
|
+
DOWNLOAD_MOBILE_APP: 'APP.GENERAL.DOWNLOAD_MOBILE_APP',
|
|
274
275
|
DYDX_CHAIN: 'APP.GENERAL.DYDX_CHAIN',
|
|
275
276
|
DYDX_CHAIN_ADDRESS: 'APP.GENERAL.DYDX_CHAIN_ADDRESS',
|
|
276
277
|
EARNED: 'APP.GENERAL.EARNED',
|
|
@@ -398,6 +399,7 @@ export const APP_STRING_KEYS = {
|
|
|
398
399
|
SAFETY: 'APP.GENERAL.SAFETY',
|
|
399
400
|
SAVE: 'APP.GENERAL.SAVE',
|
|
400
401
|
SAVED: 'APP.GENERAL.SAVED',
|
|
402
|
+
SCAN_TO_DOWNLOAD: 'APP.GENERAL.SCAN_TO_DOWNLOAD',
|
|
401
403
|
SELECT_ASSET: 'APP.GENERAL.SELECT_ASSET',
|
|
402
404
|
SELECT_CHAIN: 'APP.GENERAL.SELECT_CHAIN',
|
|
403
405
|
SELL: 'APP.GENERAL.SELL',
|
|
@@ -1426,6 +1428,7 @@ export const APP_STRING_KEYS = {
|
|
|
1426
1428
|
LEDGER: 'APP.WALLETS.LEDGER',
|
|
1427
1429
|
MATH_WALLET: 'APP.WALLETS.MATH_WALLET',
|
|
1428
1430
|
METAMASK: 'APP.WALLETS.METAMASK',
|
|
1431
|
+
OKX_WALLET: 'APP.WALLETS.OKX_WALLET',
|
|
1429
1432
|
OTHER_WALLET: 'APP.WALLETS.OTHER_WALLET',
|
|
1430
1433
|
RAINBOW_WALLET: 'APP.WALLETS.RAINBOW_WALLET',
|
|
1431
1434
|
TEST_WALLET: 'APP.WALLETS.TEST_WALLET',
|