@dydxprotocol/v4-localization 1.1.163 → 1.1.165

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",
@@ -990,6 +993,8 @@
990
993
  "EXPECTED_AMOUNT_RECEIVED": "Expected Amount Received",
991
994
  "FAST": "Fast",
992
995
  "FAST_WITHDRAW_CONFIRMATION": "A fee of {FEE} will be collected for this fast withdraw. Your funds will be sent immediately and will appear in your wallet once the withdraw transaction has confirmed.",
996
+ "HIGH_FEES_IN_GENERAL": "{HIGH_FEES_IN_GENERAL_HIGHLIGHT_TEXT} in general",
997
+ "HIGH_FEES_IN_GENERAL_HIGHLIGHT_TEXT": "Highest fees",
993
998
  "LOWEST_FEES_HIGHLIGHT_TEXT": "lowest fees",
994
999
  "LOWEST_FEE_WITHDRAWALS_SKIP": "USDC withdrawals to {LOWEST_FEE_TOKENS_TOOLTIP} have the lowest fees. Other withdrawal methods (e.g., assets on Ethereum) may have higher third-party fees.",
995
1000
  "LOWEST_FEE_WITHDRAWALS": "USDC withdrawals to {LOWEST_FEE_TOKENS_TOOLTIP} have the lowest fees. Other withdrawals may have additional third-party fees.",
@@ -999,7 +1004,9 @@
999
1004
  "SLOW": "Slow",
1000
1005
  "SLOW_WITHDRAW_DESCRIPTION": "Slow withdraws are a two step process. This step initiates your withdraw request and will be processed on Layer 2. Once your funds are ready (can take up to {HOURS} hours), you will receive a notification to withdraw your funds to your wallet. You are responsible for the withdraw transaction gas fees.",
1001
1006
  "SLOW_WITHDRAW_CONFIRMATION": "This {STYLED_SLOW} withdraw may take up to {HOURS} hours before it is available to withdraw. You will be responsible for the withdraw transaction gas fees. If you need your funds sooner, try a {STYLED_FAST} withdraw.",
1002
- "WITHDRAW_IRREVERSIBLE": "Initiating a withdraw is irreversible."
1007
+ "WITHDRAW_IRREVERSIBLE": "Initiating a withdraw is irreversible.",
1008
+ "ACKNOWLEDGE_WARNING_MESSAGE_HIGH_FEES": "High third party fees from chosen route. I acknowledge:\n{WARNING_MESSAGE}",
1009
+ "ACKNOWLEDGE_WARNING_MESSAGE_FALLBACK": "I acknowledge the following warning:\n{WARNING_MESSAGE}"
1003
1010
  },
1004
1011
  "STAKE_MODAL": {
1005
1012
  "INSUFFICIENT_STAKE_BALANCE": "Wallet balance is insufficient to cover the transaction fees.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.163",
3
+ "version": "1.1.165",
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',
@@ -1746,12 +1749,16 @@ export const APP_STRING_KEYS = {
1746
1749
 
1747
1750
  // WITHDRAW_MODAL
1748
1751
 
1752
+ ACKNOWLEDGE_WARNING_MESSAGE_FALLBACK: 'APP.WITHDRAW_MODAL.ACKNOWLEDGE_WARNING_MESSAGE_FALLBACK',
1753
+ ACKNOWLEDGE_WARNING_MESSAGE_HIGH_FEES: 'APP.WITHDRAW_MODAL.ACKNOWLEDGE_WARNING_MESSAGE_HIGH_FEES',
1749
1754
  ENABLE_WITHDRAW: 'APP.WITHDRAW_MODAL.ENABLE_WITHDRAW',
1750
1755
  ENABLE_WITHDRAW_BODY: 'APP.WITHDRAW_MODAL.ENABLE_WITHDRAW_BODY',
1751
1756
  ENABLE_WITHDRAW_TITLE: 'APP.WITHDRAW_MODAL.ENABLE_WITHDRAW_TITLE',
1752
1757
  EXPECTED_AMOUNT_RECEIVED: 'APP.WITHDRAW_MODAL.EXPECTED_AMOUNT_RECEIVED',
1753
1758
  FAST: 'APP.WITHDRAW_MODAL.FAST',
1754
1759
  FAST_WITHDRAW_CONFIRMATION: 'APP.WITHDRAW_MODAL.FAST_WITHDRAW_CONFIRMATION',
1760
+ HIGH_FEES_IN_GENERAL: 'APP.WITHDRAW_MODAL.HIGH_FEES_IN_GENERAL',
1761
+ HIGH_FEES_IN_GENERAL_HIGHLIGHT_TEXT: 'APP.WITHDRAW_MODAL.HIGH_FEES_IN_GENERAL_HIGHLIGHT_TEXT',
1755
1762
  LOWEST_FEES_HIGHLIGHT_TEXT: 'APP.WITHDRAW_MODAL.LOWEST_FEES_HIGHLIGHT_TEXT',
1756
1763
  LOWEST_FEES_WITH_USDC: 'APP.WITHDRAW_MODAL.LOWEST_FEES_WITH_USDC',
1757
1764
  LOWEST_FEE_WITHDRAWALS: 'APP.WITHDRAW_MODAL.LOWEST_FEE_WITHDRAWALS',