@dydxprotocol/v4-localization 1.1.176 → 1.1.178
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.
|
@@ -872,6 +872,8 @@
|
|
|
872
872
|
"SIGN_IN_WITH_EMAIL": "Sign in with email",
|
|
873
873
|
"SIGN_IN_WITH_EMAIL_SUBTITLE": "A simple way to sign in, powered by {MAGIC}",
|
|
874
874
|
"SKIP_FOR_NOW": "Skip for now",
|
|
875
|
+
"SITE_OPERATED_BY_SHORT": "This site is operated by {NAME_OF_DEPLOYER}, utilizing software open sourced by dYdX Trading Inc. {LEARN_MORE_LINK}.",
|
|
876
|
+
"SITE_OPERATED_BY_LONG": "This site is operated by {NAME_OF_DEPLOYER} subject to [deployer T&Cs.], utilizing certain software open sourced by third party dYdX Trading Inc. subject to its Terms of Use, which prohibit use of the software by persons based in the United States or other restricted jurisdictions. The dYdX blockchain is powered by a community of independent validators. {LEARN_MORE_LINK}.",
|
|
875
877
|
"START_TRADING_BLURB": "Start trading on the world's most powerful open exchange.",
|
|
876
878
|
"SWITCH_NETWORK": "Switch network",
|
|
877
879
|
"TOS_TITLE": "By using any of our products and services, you agree to the {TERMS_LINK} and {PRIVACY_POLICY_LINK}. You hereby agree, represent and warrant that:",
|
|
@@ -1248,6 +1250,9 @@
|
|
|
1248
1250
|
"BRACKET_ORDER_LONG_TAKE_PROFIT_DESCRIPTION": "If {ASSET} increases by a given amount, trigger a {ACTION} to capture profits.",
|
|
1249
1251
|
"BRACKET_ORDER_SHORT_STOP_LOSS_DESCRIPTION": "If {ASSET} increases by a given amount, trigger a {ACTION} to prevent your losses.",
|
|
1250
1252
|
"BRACKET_ORDER_SHORT_TAKE_PROFIT_DESCRIPTION": "If {ASSET} falls to a fixed price, trigger a {ACTION} to capture profits.",
|
|
1253
|
+
"BUY_MARK_TOOLTIP": "Bought {ASSET_SIZE} {ASSET} at {PRICE}",
|
|
1254
|
+
"BUYS_SELLS_TOGGLE": "Buys/Sells",
|
|
1255
|
+
"BUYS_SELLS_TOGGLE_TOOLTIP": "Display historical buys and sells",
|
|
1251
1256
|
"CANCEL_ALL": "Cancel all",
|
|
1252
1257
|
"CANCEL_ORDER": "Cancel order",
|
|
1253
1258
|
"CANCEL_ORDERS_COUNT": "Cancel {COUNT} orders",
|
|
@@ -1431,6 +1436,7 @@
|
|
|
1431
1436
|
"RETURN_TO_MARKET": "Return to market",
|
|
1432
1437
|
"RISK_REWARD": "Risk-Reward",
|
|
1433
1438
|
"SELECT_MARKET": "Select market",
|
|
1439
|
+
"SELL_MARK_TOOLTIP": "Sold {ASSET_SIZE} {ASSET} at {PRICE}",
|
|
1434
1440
|
"SELF_TRADE": "Self-trade",
|
|
1435
1441
|
"SET_ORDER_SIZE": "Set order size",
|
|
1436
1442
|
"SET_PRICE_TRIGGERS": "Set price triggers",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1022,6 +1022,8 @@ export const APP_STRING_KEYS = {
|
|
|
1022
1022
|
SIGN_IN_WITH_EMAIL_OR_SOCIAL: 'APP.ONBOARDING.SIGN_IN_WITH_EMAIL_OR_SOCIAL',
|
|
1023
1023
|
SIGN_IN_WITH_EMAIL_SUBTITLE: 'APP.ONBOARDING.SIGN_IN_WITH_EMAIL_SUBTITLE',
|
|
1024
1024
|
SIGN_MESSAGE: 'APP.ONBOARDING.SIGN_MESSAGE',
|
|
1025
|
+
SITE_OPERATED_BY_LONG: 'APP.ONBOARDING.SITE_OPERATED_BY_LONG',
|
|
1026
|
+
SITE_OPERATED_BY_SHORT: 'APP.ONBOARDING.SITE_OPERATED_BY_SHORT',
|
|
1025
1027
|
SKIP_FOR_NOW: 'APP.ONBOARDING.SKIP_FOR_NOW',
|
|
1026
1028
|
START_TRADING_BLURB: 'APP.ONBOARDING.START_TRADING_BLURB',
|
|
1027
1029
|
SWITCH_NETWORK: 'APP.ONBOARDING.SWITCH_NETWORK',
|
|
@@ -1401,6 +1403,9 @@ export const APP_STRING_KEYS = {
|
|
|
1401
1403
|
BRACKET_ORDER_LONG_TAKE_PROFIT_DESCRIPTION: 'APP.TRADE.BRACKET_ORDER_LONG_TAKE_PROFIT_DESCRIPTION',
|
|
1402
1404
|
BRACKET_ORDER_SHORT_STOP_LOSS_DESCRIPTION: 'APP.TRADE.BRACKET_ORDER_SHORT_STOP_LOSS_DESCRIPTION',
|
|
1403
1405
|
BRACKET_ORDER_SHORT_TAKE_PROFIT_DESCRIPTION: 'APP.TRADE.BRACKET_ORDER_SHORT_TAKE_PROFIT_DESCRIPTION',
|
|
1406
|
+
BUYS_SELLS_TOGGLE: 'APP.TRADE.BUYS_SELLS_TOGGLE',
|
|
1407
|
+
BUYS_SELLS_TOGGLE_TOOLTIP: 'APP.TRADE.BUYS_SELLS_TOGGLE_TOOLTIP',
|
|
1408
|
+
BUY_MARK_TOOLTIP: 'APP.TRADE.BUY_MARK_TOOLTIP',
|
|
1404
1409
|
CANCELED_ON_CHAIN: 'APP.TRADE.CANCELED_ON_CHAIN',
|
|
1405
1410
|
CANCELING: 'APP.TRADE.CANCELING',
|
|
1406
1411
|
CANCELING_ORDERS_COUNT: 'APP.TRADE.CANCELING_ORDERS_COUNT',
|
|
@@ -1583,6 +1588,7 @@ export const APP_STRING_KEYS = {
|
|
|
1583
1588
|
RISK_REWARD: 'APP.TRADE.RISK_REWARD',
|
|
1584
1589
|
SELECT_MARKET: 'APP.TRADE.SELECT_MARKET',
|
|
1585
1590
|
SELF_TRADE: 'APP.TRADE.SELF_TRADE',
|
|
1591
|
+
SELL_MARK_TOOLTIP: 'APP.TRADE.SELL_MARK_TOOLTIP',
|
|
1586
1592
|
SET_ORDER_SIZE: 'APP.TRADE.SET_ORDER_SIZE',
|
|
1587
1593
|
SET_PRICE_TRIGGERS: 'APP.TRADE.SET_PRICE_TRIGGERS',
|
|
1588
1594
|
SLIDER: 'APP.TRADE.SLIDER',
|