@dydxprotocol/v4-localization 0.1.17 → 0.1.18
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.
|
@@ -59,6 +59,7 @@
|
|
|
59
59
|
"CATEGORY": "Category",
|
|
60
60
|
"CHAINS": "Chains",
|
|
61
61
|
"CLEAR": "Clear",
|
|
62
|
+
"CLICK_HERE": "Click here",
|
|
62
63
|
"CLOSE": "Close",
|
|
63
64
|
"COMING_SOON": "Coming soon",
|
|
64
65
|
"COMPETITION": "Competition",
|
|
@@ -156,6 +157,7 @@
|
|
|
156
157
|
"MODIFY": "Modify",
|
|
157
158
|
"NETWORK": "Network",
|
|
158
159
|
"NEW": "New",
|
|
160
|
+
"NO": "No",
|
|
159
161
|
"NONE": "None",
|
|
160
162
|
"OPERATIONAL": "Operational",
|
|
161
163
|
"OPTIONAL": "Optional",
|
|
@@ -258,6 +260,7 @@
|
|
|
258
260
|
"WEBSITE": "Website",
|
|
259
261
|
"WHITEPAPER": "Whitepaper",
|
|
260
262
|
"WITHDRAW": "Withdraw",
|
|
263
|
+
"YES": "Yes",
|
|
261
264
|
"YOU": "You"
|
|
262
265
|
},
|
|
263
266
|
"ASSET_DESCRIPTIONS": {
|
|
@@ -503,6 +506,7 @@
|
|
|
503
506
|
"VALUE_PROP_TRUSTLESS": "Trustless",
|
|
504
507
|
"VERIFY_OWNERSHIP": "Verify ownership",
|
|
505
508
|
"VERIFY_WALLET_COMPATIBILITY": "Verify wallet compatibility",
|
|
509
|
+
"WANT_TO_LEARN": "Want to learn more?",
|
|
506
510
|
"WELCOME_DYDX": "Welcome to dYdX",
|
|
507
511
|
"WELCOME": "Welcome",
|
|
508
512
|
"WITHDRAW_STATUS": "Your withdrawal of {AMOUNT_USD} will be available in approximately {ESTIMATED_DURATION}.",
|
|
@@ -641,6 +645,7 @@
|
|
|
641
645
|
"FREE_TRADING_DESCRIPTION_ASTERISK": "Free trading* for everyone, up to $100,000 every month.",
|
|
642
646
|
"FREE_TRADING_DISCLAIMER": "*Trading and entering into perpetual contracts involves substantial financial and other risks. dYdX does not provide financial advice. “Free Trading” means that dYdX has removed fees related to placing orders for accounts with less than $100,000 of trading volume in the previous thirty days; other costs may still apply, including, but not limited to {PERPETUAL_FUNDING}, depositing and withdrawing funds, and potential liquidation. For additional information, please review the dYdX {TERMS_OF_USE}.",
|
|
643
647
|
"FREE_TRADING_DISCLAIMER_PERPETUAL_FUNDING": "perpetual funding",
|
|
648
|
+
"FROM_TO": "from {FROM} to {TO}",
|
|
644
649
|
"GASLESS_DEPOSITS_NEW_PROMO": "If your first deposit is $1000 or more, dYdX will pay your deposit gas fees!",
|
|
645
650
|
"GASLESS_DEPOSITS_PROMO": "Enjoy zero gas costs on your deposit of $2000 or more, once every three days.",
|
|
646
651
|
"GOVERNANCE_DESCRIPTION": "To participate in governance, you need to export your secret phrase to Keplr Wallet.",
|
|
@@ -654,6 +659,7 @@
|
|
|
654
659
|
"MIGRATE_NOW": "Migrate now",
|
|
655
660
|
"MIGRATE_DESCRIPTION": "Migrate your $DYDX from Ethereum to dYdX Chain. This will enable you to participate in governance. You will also be able to stake your $DYDX.",
|
|
656
661
|
"NAVIGATE_TO_KEPLR": "{STRONG_YES}, navigate to Keplr Dashboard.",
|
|
662
|
+
"NO_TOKENS_TO_MIGRATE": "No tokens to migrate",
|
|
657
663
|
"NONE_HELD": "None held",
|
|
658
664
|
"OPEN_INTEREST_LABEL": "in open positions on dYdX",
|
|
659
665
|
"ORDERS_DESCRIPTION": "Track an order through its lifecycle",
|
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
|
|
3
|
+
// Generated from ../config/localization/en/app.json using codegen_localization_app.swift
|
|
4
4
|
|
|
5
5
|
export const APP_STRING_KEYS = {
|
|
6
6
|
|
|
@@ -329,6 +329,7 @@ export const APP_STRING_KEYS = {
|
|
|
329
329
|
CATEGORY: 'APP.GENERAL.CATEGORY',
|
|
330
330
|
CHAINS: 'APP.GENERAL.CHAINS',
|
|
331
331
|
CLEAR: 'APP.GENERAL.CLEAR',
|
|
332
|
+
CLICK_HERE: 'APP.GENERAL.CLICK_HERE',
|
|
332
333
|
CLOSE: 'APP.GENERAL.CLOSE',
|
|
333
334
|
COMING_SOON: 'APP.GENERAL.COMING_SOON',
|
|
334
335
|
COMPETITION: 'APP.GENERAL.COMPETITION',
|
|
@@ -427,6 +428,7 @@ export const APP_STRING_KEYS = {
|
|
|
427
428
|
MODIFY: 'APP.GENERAL.MODIFY',
|
|
428
429
|
NETWORK: 'APP.GENERAL.NETWORK',
|
|
429
430
|
NEW: 'APP.GENERAL.NEW',
|
|
431
|
+
NO: 'APP.GENERAL.NO',
|
|
430
432
|
NONE: 'APP.GENERAL.NONE',
|
|
431
433
|
OPERATIONAL: 'APP.GENERAL.OPERATIONAL',
|
|
432
434
|
OPTIONAL: 'APP.GENERAL.OPTIONAL',
|
|
@@ -558,6 +560,7 @@ export const APP_STRING_KEYS = {
|
|
|
558
560
|
WEBSITE: 'APP.GENERAL.WEBSITE',
|
|
559
561
|
WHITEPAPER: 'APP.GENERAL.WHITEPAPER',
|
|
560
562
|
WITHDRAW: 'APP.GENERAL.WITHDRAW',
|
|
563
|
+
YES: 'APP.GENERAL.YES',
|
|
561
564
|
YOU: 'APP.GENERAL.YOU',
|
|
562
565
|
|
|
563
566
|
// HEADER
|
|
@@ -864,6 +867,7 @@ export const APP_STRING_KEYS = {
|
|
|
864
867
|
VALUE_PROP_TRUSTLESS_DESC: 'APP.ONBOARDING.VALUE_PROP_TRUSTLESS_DESC',
|
|
865
868
|
VERIFY_OWNERSHIP: 'APP.ONBOARDING.VERIFY_OWNERSHIP',
|
|
866
869
|
VERIFY_WALLET_COMPATIBILITY: 'APP.ONBOARDING.VERIFY_WALLET_COMPATIBILITY',
|
|
870
|
+
WANT_TO_LEARN: 'APP.ONBOARDING.WANT_TO_LEARN',
|
|
867
871
|
WELCOME: 'APP.ONBOARDING.WELCOME',
|
|
868
872
|
WELCOME_DYDX: 'APP.ONBOARDING.WELCOME_DYDX',
|
|
869
873
|
WITHDRAWAL_ALERT_SUBTITLE: 'APP.ONBOARDING.WITHDRAWAL_ALERT_SUBTITLE',
|
|
@@ -908,6 +912,7 @@ export const APP_STRING_KEYS = {
|
|
|
908
912
|
FREE_TRADING_TITLE: 'APP.PORTFOLIO.FREE_TRADING_TITLE',
|
|
909
913
|
FREE_TRADING_TITLE_ASTERISK: 'APP.PORTFOLIO.FREE_TRADING_TITLE_ASTERISK',
|
|
910
914
|
FREE_TRADING_TITLE_ASTERISK_FREE: 'APP.PORTFOLIO.FREE_TRADING_TITLE_ASTERISK_FREE',
|
|
915
|
+
FROM_TO: 'APP.PORTFOLIO.FROM_TO',
|
|
911
916
|
GASLESS_DEPOSITS_NEW_PROMO: 'APP.PORTFOLIO.GASLESS_DEPOSITS_NEW_PROMO',
|
|
912
917
|
GASLESS_DEPOSITS_PROMO: 'APP.PORTFOLIO.GASLESS_DEPOSITS_PROMO',
|
|
913
918
|
GOVERNANCE_DESCRIPTION: 'APP.PORTFOLIO.GOVERNANCE_DESCRIPTION',
|
|
@@ -922,6 +927,7 @@ export const APP_STRING_KEYS = {
|
|
|
922
927
|
MIGRATE_NOW: 'APP.PORTFOLIO.MIGRATE_NOW',
|
|
923
928
|
NAVIGATE_TO_KEPLR: 'APP.PORTFOLIO.NAVIGATE_TO_KEPLR',
|
|
924
929
|
NONE_HELD: 'APP.PORTFOLIO.NONE_HELD',
|
|
930
|
+
NO_TOKENS_TO_MIGRATE: 'APP.PORTFOLIO.NO_TOKENS_TO_MIGRATE',
|
|
925
931
|
OPEN_INTEREST_LABEL: 'APP.PORTFOLIO.OPEN_INTEREST_LABEL',
|
|
926
932
|
ORDERS_DESCRIPTION: 'APP.PORTFOLIO.ORDERS_DESCRIPTION',
|
|
927
933
|
OVERVIEW_DESCRIPTION: 'APP.PORTFOLIO.OVERVIEW_DESCRIPTION',
|