@dydxprotocol/v4-localization 1.1.279 → 1.1.281

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.
@@ -910,6 +910,7 @@
910
910
  "APPEARS_OUTSIDE_ACCESS": "It appears that you are accessing dYdX from outside the United States or a restricted territory. You hereby agree, represent and warrant that:",
911
911
  "BRIDGING_TOKENS": "Bridging tokens",
912
912
  "CHAIN_GAS_FEES": "{CHAIN} gas fees",
913
+ "CHAIN_GAS_FEES_SHORT": "{CHAIN} gas",
913
914
  "CHECK_WALLET_FOR_REQUEST": "Check wallet for request...",
914
915
  "COMING_SOON": "Coming soon!",
915
916
  "COMPLETE_ONBOARDING": "Complete onboarding",
@@ -941,6 +942,7 @@
941
942
  "ESTIMATED_TIME": "Estimated time",
942
943
  "EXCHANGES": "Exchanges",
943
944
  "FINISH_ONBOARDING_DESCRIPTION": "Complete the onboarding flow to start trading on dYdX",
945
+ "FREE_AND_INSTANT": "Free & Instant",
944
946
  "FREE_SIGNING": "Signing is {FREE} and will not send a transaction.",
945
947
  "FUND_YOUR_SUBACCOUNT": "Fund your dYdX subaccount balance once your IBC transfer has been received.",
946
948
  "GASLESS_ONBOARDING_RULES": "Gasless Onboarding Rules",
@@ -1002,7 +1004,9 @@
1002
1004
  "SIGN_IN_WITH_EMAIL": "Sign in with email",
1003
1005
  "SIGN_IN_WITH_EMAIL_SUBTITLE": "A simple way to sign in, powered by {MAGIC}",
1004
1006
  "SKIP_FAST_ROUTE_DESC": "$$ fee, ${LIMIT_AMOUNT} limit",
1007
+ "SKIP_FAST_ROUTE_DESC_1": "${FEE} fee, ${LIMIT_AMOUNT} limit",
1005
1008
  "SKIP_SLOW_ROUTE_DESC": "$ fee, no limit",
1009
+ "SKIP_SLOW_ROUTE_DESC_1": "Low fees, no limit",
1006
1010
  "SKIP_FOR_NOW": "Skip for now",
1007
1011
  "SITE_OPERATED_BY_SHORT": "This site is operated by {NAME_OF_DEPLOYER}, utilizing software open sourced by dYdX Trading Inc. {LEARN_MORE_LINK}",
1008
1012
  "SITE_OPERATED_BY_LONG": "This site is operated by {NAME_OF_DEPLOYER} subject to {DEPLOYER_TERMS_AND_CONDITIONS}, 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}",
@@ -60,6 +60,7 @@
60
60
  "LOSERS": "Losers",
61
61
  "MANAGE": "Manage",
62
62
  "MARKET_CAP_SHORT": "M. Cap",
63
+ "MARKETS_FOUND": "{COUNT} market(s) found",
63
64
  "NA": "n/a",
64
65
  "NAME": "Name",
65
66
  "NETWORK": "Network",
@@ -399,6 +400,7 @@
399
400
  "DYDX_ADDRESS": "dYdX Chain address",
400
401
  "SOURCE_ADDRESS": "Source address",
401
402
  "DYDX_ADDRESS_COPIED": "dYdX Chain address is copied to clipboard.",
403
+ "SOURCE_ADDRESS_COPIED": "Source address is copied to clipboard.",
402
404
  "DYDX_MNEMONIC_COPIED": "Secret phrase is copied to clipboard.",
403
405
  "SYSTEM_STATUS": "System Status",
404
406
  "DELETE_ALERT": "Delete This Alert",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.279",
3
+ "version": "1.1.281",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1150,6 +1150,7 @@ export const APP_STRING_KEYS = {
1150
1150
  API_KEYS_NOT_FOUND: 'APP.ONBOARDING.API_KEYS_NOT_FOUND',
1151
1151
  APPEARS_OUTSIDE_ACCESS: 'APP.ONBOARDING.APPEARS_OUTSIDE_ACCESS',
1152
1152
  CHAIN_GAS_FEES: 'APP.ONBOARDING.CHAIN_GAS_FEES',
1153
+ CHAIN_GAS_FEES_SHORT: 'APP.ONBOARDING.CHAIN_GAS_FEES_SHORT',
1153
1154
  CHECK_WALLET_FOR_REQUEST: 'APP.ONBOARDING.CHECK_WALLET_FOR_REQUEST',
1154
1155
  COMPLETE_ONBOARDING: 'APP.ONBOARDING.COMPLETE_ONBOARDING',
1155
1156
  CONFIRM_OWNERSHIP: 'APP.ONBOARDING.CONFIRM_OWNERSHIP',
@@ -1180,6 +1181,7 @@ export const APP_STRING_KEYS = {
1180
1181
  ENTER_VALID_ADDRESS: 'APP.ONBOARDING.ENTER_VALID_ADDRESS',
1181
1182
  EXCHANGES: 'APP.ONBOARDING.EXCHANGES',
1182
1183
  FINISH_ONBOARDING_DESCRIPTION: 'APP.ONBOARDING.FINISH_ONBOARDING_DESCRIPTION',
1184
+ FREE_AND_INSTANT: 'APP.ONBOARDING.FREE_AND_INSTANT',
1183
1185
  FREE_SIGNING: 'APP.ONBOARDING.FREE_SIGNING',
1184
1186
  FUND_YOUR_SUBACCOUNT: 'APP.ONBOARDING.FUND_YOUR_SUBACCOUNT',
1185
1187
  GASLESS_ONBOARDING_RULES: 'APP.ONBOARDING.GASLESS_ONBOARDING_RULES',
@@ -1240,8 +1242,10 @@ export const APP_STRING_KEYS = {
1240
1242
  SITE_OPERATED_BY_LONG: 'APP.ONBOARDING.SITE_OPERATED_BY_LONG',
1241
1243
  SITE_OPERATED_BY_SHORT: 'APP.ONBOARDING.SITE_OPERATED_BY_SHORT',
1242
1244
  SKIP_FAST_ROUTE_DESC: 'APP.ONBOARDING.SKIP_FAST_ROUTE_DESC',
1245
+ SKIP_FAST_ROUTE_DESC_1: 'APP.ONBOARDING.SKIP_FAST_ROUTE_DESC_1',
1243
1246
  SKIP_FOR_NOW: 'APP.ONBOARDING.SKIP_FOR_NOW',
1244
1247
  SKIP_SLOW_ROUTE_DESC: 'APP.ONBOARDING.SKIP_SLOW_ROUTE_DESC',
1248
+ SKIP_SLOW_ROUTE_DESC_1: 'APP.ONBOARDING.SKIP_SLOW_ROUTE_DESC_1',
1245
1249
  START_TRADING_BLURB: 'APP.ONBOARDING.START_TRADING_BLURB',
1246
1250
  SWITCH_NETWORK: 'APP.ONBOARDING.SWITCH_NETWORK',
1247
1251
  SWITCH_NETWORKS: 'APP.ONBOARDING.SWITCH_NETWORKS',