@dydxprotocol/v4-localization 1.1.164 → 1.1.166

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.
@@ -815,6 +815,7 @@
815
815
  "INITIATED_TRANSFEROUT": "Initiated transfer",
816
816
  "INVITED_YOU": "has referred you to start trading on the world's most powerful open exchange.",
817
817
  "JOIN_ME": "Join me on dYdX to receive a {DISCOUNT} on all trading fees!",
818
+ "KEEP_WINDOW_OPEN": "Please keep this window open to ensure funds arrive.",
818
819
  "LEDGER_DERIVATION_PATH": "Path",
819
820
  "LEGACY_SIGNING": "Legacy signing",
820
821
  "LINK_WALLET": "Link wallet",
@@ -835,6 +836,8 @@
835
836
  "MULTI_FACTOR_AUTH": "Multi-Factor Authentication",
836
837
  "PERMITTED_TO_USE": "You are lawfully permitted to access this site and trade on dYdX under the laws of the jurisdiction in which you reside and are located.",
837
838
  "PRIVACY_POLICY": "Privacy Policy",
839
+ "PENDING_TOKEN_APPROVAL": "Pending token approval in wallet",
840
+ "PENDING_DEPOSIT_CONFIRMATION": "Pending deposit confirmation in wallet",
838
841
  "RECOVER_KEYS": "Recover keys",
839
842
  "REFERRAL_DISCOUNT": "{DISCOUNT} discount",
840
843
  "REGISTER": "Register",
@@ -356,7 +356,7 @@
356
356
  "TRADE_CHART": {
357
357
  "OHLC": {
358
358
  "TITLE": "OHLC",
359
- "BODY": "Enable or disable OHLC data via mid-price. Disabling this will only display OHLC data from the orderbook."
359
+ "BODY": "Enable or disable OHLC data via mid-price. Disabling this will only display OHLC data from historical trades."
360
360
  }
361
361
  },
362
362
  "NEW_MARKET_WIDGET": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.164",
3
+ "version": "1.1.166",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -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
 
@@ -973,6 +973,7 @@ export const APP_STRING_KEYS = {
973
973
  INVITED_YOU: 'APP.ONBOARDING.INVITED_YOU',
974
974
  I_AGREE: 'APP.ONBOARDING.I_AGREE',
975
975
  JOIN_ME: 'APP.ONBOARDING.JOIN_ME',
976
+ KEEP_WINDOW_OPEN: 'APP.ONBOARDING.KEEP_WINDOW_OPEN',
976
977
  LEDGER_DERIVATION_PATH: 'APP.ONBOARDING.LEDGER_DERIVATION_PATH',
977
978
  LEGACY_SIGNING: 'APP.ONBOARDING.LEGACY_SIGNING',
978
979
  LINKING_WALLET: 'APP.ONBOARDING.LINKING_WALLET',
@@ -991,6 +992,8 @@ export const APP_STRING_KEYS = {
991
992
  NO_FUTURE_ACCESS: 'APP.ONBOARDING.NO_FUTURE_ACCESS',
992
993
  NO_VPN_USE: 'APP.ONBOARDING.NO_VPN_USE',
993
994
  ONBOARDING: 'APP.ONBOARDING.ONBOARDING',
995
+ PENDING_DEPOSIT_CONFIRMATION: 'APP.ONBOARDING.PENDING_DEPOSIT_CONFIRMATION',
996
+ PENDING_TOKEN_APPROVAL: 'APP.ONBOARDING.PENDING_TOKEN_APPROVAL',
994
997
  PERMITTED_TO_USE: 'APP.ONBOARDING.PERMITTED_TO_USE',
995
998
  PRIVACY_POLICY: 'APP.ONBOARDING.PRIVACY_POLICY',
996
999
  RECOVER_KEYS: 'APP.ONBOARDING.RECOVER_KEYS',