@dydxprotocol/v4-localization 1.1.146 → 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",
|
|
@@ -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
|
@@ -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
|
|
|
@@ -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',
|