@dydxprotocol/v4-localization 1.1.145 → 1.1.147
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.
|
@@ -190,6 +190,7 @@
|
|
|
190
190
|
"ADD_NEW_MARKET": "Add new market",
|
|
191
191
|
"ADD_NEW_MARKET_CAPITALIZED": "Add New Market",
|
|
192
192
|
"NO_RECENTLY_LISTED_MARKETS": "No recently listed markets",
|
|
193
|
+
"NO_RESULTS": "No results",
|
|
193
194
|
"HIGHLIGHTS": "Highlights",
|
|
194
195
|
"LAYER_1": "Layer 1",
|
|
195
196
|
"LAYER_2": "Layer 2",
|
|
@@ -286,6 +287,7 @@
|
|
|
286
287
|
"SAVE": "Save",
|
|
287
288
|
"SAVED": "Saved",
|
|
288
289
|
"SCAN_TO_DOWNLOAD": "Scan to download app",
|
|
290
|
+
"SEARCH": "Search",
|
|
289
291
|
"SELECT": "Select {SELECTION}",
|
|
290
292
|
"SELECT_ASSET": "Select an asset",
|
|
291
293
|
"SELECT_CHAIN": "Select a chain",
|
|
@@ -985,7 +987,7 @@
|
|
|
985
987
|
"FAST": "Fast",
|
|
986
988
|
"FAST_WITHDRAW_CONFIRMATION": "A fee of {FEE} will be collected for this fast withdraw. Your funds will be sent immediately and will appear in your wallet once the withdraw transaction has confirmed.",
|
|
987
989
|
"LOWEST_FEES_HIGHLIGHT_TEXT": "lowest fees",
|
|
988
|
-
"LOWEST_FEE_WITHDRAWALS": "USDC withdrawals to {LOWEST_FEE_TOKENS_TOOLTIP} have the lowest fees. Other withdrawals may have
|
|
990
|
+
"LOWEST_FEE_WITHDRAWALS": "USDC withdrawals to {LOWEST_FEE_TOKENS_TOOLTIP} have the lowest fees. Other withdrawals methods (e.g., assets on Ethereum) may have higher third-party fees.",
|
|
989
991
|
"LOWEST_FEES_WITH_USDC": "{LOWEST_FEES_HIGHLIGHT_TEXT} with USDC",
|
|
990
992
|
"MAGIC_LINK_WITHDRAW_DESCRIPTION": "To access the withdrawn funds and reuse your Magic wallet outside of dYdX, you must export your wallet to another wallet provider.",
|
|
991
993
|
"SELECT_CHAINS": "select chains",
|
|
@@ -1995,6 +1997,7 @@
|
|
|
1995
1997
|
"SELECT_A_THEME": "Select Color Theme"
|
|
1996
1998
|
},
|
|
1997
1999
|
"GLOBAL_COMMANDS": {
|
|
2000
|
+
"COMMANDS": "Commands",
|
|
1998
2001
|
"SET_CLASSIC_DARK_THEME": "Set Classic Dark Theme",
|
|
1999
2002
|
"SET_SYSTEM_THEME": "Set System Theme",
|
|
2000
2003
|
"SET_DARK_THEME": "Set Dark Theme",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -458,6 +458,7 @@ export const APP_STRING_KEYS = {
|
|
|
458
458
|
NONE: 'APP.GENERAL.NONE',
|
|
459
459
|
NOT_ALLOWED: 'APP.GENERAL.NOT_ALLOWED',
|
|
460
460
|
NO_RECENTLY_LISTED_MARKETS: 'APP.GENERAL.NO_RECENTLY_LISTED_MARKETS',
|
|
461
|
+
NO_RESULTS: 'APP.GENERAL.NO_RESULTS',
|
|
461
462
|
ON_CHAIN: 'APP.GENERAL.ON_CHAIN',
|
|
462
463
|
OPERATIONAL: 'APP.GENERAL.OPERATIONAL',
|
|
463
464
|
OPTIONAL: 'APP.GENERAL.OPTIONAL',
|
|
@@ -509,6 +510,7 @@ export const APP_STRING_KEYS = {
|
|
|
509
510
|
SAVE: 'APP.GENERAL.SAVE',
|
|
510
511
|
SAVED: 'APP.GENERAL.SAVED',
|
|
511
512
|
SCAN_TO_DOWNLOAD: 'APP.GENERAL.SCAN_TO_DOWNLOAD',
|
|
513
|
+
SEARCH: 'APP.GENERAL.SEARCH',
|
|
512
514
|
SELECT: 'APP.GENERAL.SELECT',
|
|
513
515
|
SELECT_ASSET: 'APP.GENERAL.SELECT_ASSET',
|
|
514
516
|
SELECT_CHAIN: 'APP.GENERAL.SELECT_CHAIN',
|
|
@@ -630,6 +632,7 @@ export const APP_STRING_KEYS = {
|
|
|
630
632
|
|
|
631
633
|
// GLOBAL_COMMANDS
|
|
632
634
|
|
|
635
|
+
COMMANDS: 'APP.GLOBAL_COMMANDS.COMMANDS',
|
|
633
636
|
NAVIGATE_TO_MARKET: 'APP.GLOBAL_COMMANDS.NAVIGATE_TO_MARKET',
|
|
634
637
|
SET_ALTERNATIVE_LAYOUT: 'APP.GLOBAL_COMMANDS.SET_ALTERNATIVE_LAYOUT',
|
|
635
638
|
SET_CLASSIC_DARK_THEME: 'APP.GLOBAL_COMMANDS.SET_CLASSIC_DARK_THEME',
|