@dydxprotocol/v4-localization 1.0.3 → 1.0.4

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.
@@ -64,6 +64,7 @@
64
64
  "CATEGORY": "Category",
65
65
  "CHAINS": "Chains",
66
66
  "CLEAR": "Clear",
67
+ "CLEAR_ALL": "Clear All",
67
68
  "CLICK_HERE": "Click here",
68
69
  "CLOSE": "Close",
69
70
  "COMING_SOON": "Coming soon",
@@ -657,8 +658,9 @@
657
658
  "COULD_NOT_FIND_AFFILIATE": "We couldn't find this affiliate, please check the link.",
658
659
  "CREATE_OR_VERIFY_COSMOS_ADDRESS": "Create or verify Cosmos address.",
659
660
  "CREDITED_WITH": "Your account will be credited with ${AMOUNT_USD} in test funds.",
660
- "DEPOSIT_STATUS": "Your deposit of {AMOUNT_USD} will be available in approximately {ESTIMATED_DURATION}.",
661
+ "DEPOSIT_OF": "Deposit of {AMOUNT_USD}",
661
662
  "DEPOSIT_COMPLETE": "Your deposit of {AMOUNT_USD} is now available.",
663
+ "DEPOSIT_STATUS": "Your deposit of {AMOUNT_USD} will be available in approximately {ESTIMATED_DURATION}.",
662
664
  "DONT_MISS": "Don't miss your chance to get a {DISCOUNT} on trading fees!",
663
665
  "ENABLE_API": "Enable secure access to our API for lightning quick trading",
664
666
  "ENABLE_TRADING": "Enable trading",
@@ -728,8 +730,9 @@
728
730
  "WANT_TO_LEARN": "Want to learn more?",
729
731
  "WELCOME_DYDX": "Welcome to dYdX",
730
732
  "WELCOME": "Welcome",
731
- "WITHDRAW_STATUS": "Your withdrawal of {AMOUNT_USD} will be available in approximately {ESTIMATED_DURATION}.",
732
733
  "WITHDRAW_COMPLETE": "Your withdrawal of {AMOUNT_USD} is now available.",
734
+ "WITHDRAW_OF": "Withdraw of {AMOUNT_USD}",
735
+ "WITHDRAW_STATUS": "Your withdrawal of {AMOUNT_USD} will be available in approximately {ESTIMATED_DURATION}.",
733
736
  "WRONG_NETWORK_EXPLANATION_PRODUCTION": "To complete dYdX onboarding, set your wallet network to 'Ethereum Mainnet'.",
734
737
  "WRONG_NETWORK_EXPLANATION_STAGING": "To complete dYdX onboarding, set your wallet network to 'Goerli Test Network'.",
735
738
  "WRONG_NETWORK": "Wrong network",
@@ -1230,6 +1233,8 @@
1230
1233
  "DEPOSIT_SUCCESS": "Deposit success!",
1231
1234
  "DIRECT_TRANSFER_SUCCESS": "Direct transfer success!",
1232
1235
  "DIRECT_TRANSFER_SUCCESS_DESCRIPTION": "Your direct transfer of {AMOUNT_ELEMENT} has been confirmed.",
1236
+ "DISABLE_PUSH_NOTIFICATIONS": "Disable Push Notifications",
1237
+ "ENABLE_PUSH_NOTIFICATIONS": "Enable Push Notifications",
1233
1238
  "EPOCH_REWARDS": "Epoch {EPOCH_NUMBER} Rewards",
1234
1239
  "EPOCH_REWARDS_BODY": "You earned {DYDX} $DYDX rewards during Epoch {EPOCH_NUMBER}!",
1235
1240
  "FAST_WITHDRAW_PENDING_DESCRIPTION": "Your fast withdraw of {AMOUNT_ELEMENT} is pending confirmation on Layer 1.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
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
 
@@ -332,6 +332,7 @@ export const APP_STRING_KEYS = {
332
332
  CATEGORY: 'APP.GENERAL.CATEGORY',
333
333
  CHAINS: 'APP.GENERAL.CHAINS',
334
334
  CLEAR: 'APP.GENERAL.CLEAR',
335
+ CLEAR_ALL: 'APP.GENERAL.CLEAR_ALL',
335
336
  CLICK_HERE: 'APP.GENERAL.CLICK_HERE',
336
337
  CLOSE: 'APP.GENERAL.CLOSE',
337
338
  COMING_SOON: 'APP.GENERAL.COMING_SOON',
@@ -757,6 +758,8 @@ export const APP_STRING_KEYS = {
757
758
  DEPOSIT_SUCCESS_DESCRIPTION: 'APP.NOTIFICATIONS.DEPOSIT_SUCCESS_DESCRIPTION',
758
759
  DIRECT_TRANSFER_SUCCESS: 'APP.NOTIFICATIONS.DIRECT_TRANSFER_SUCCESS',
759
760
  DIRECT_TRANSFER_SUCCESS_DESCRIPTION: 'APP.NOTIFICATIONS.DIRECT_TRANSFER_SUCCESS_DESCRIPTION',
761
+ DISABLE_PUSH_NOTIFICATIONS: 'APP.NOTIFICATIONS.DISABLE_PUSH_NOTIFICATIONS',
762
+ ENABLE_PUSH_NOTIFICATIONS: 'APP.NOTIFICATIONS.ENABLE_PUSH_NOTIFICATIONS',
760
763
  EPOCH_REWARDS: 'APP.NOTIFICATIONS.EPOCH_REWARDS',
761
764
  EPOCH_REWARDS_BODY: 'APP.NOTIFICATIONS.EPOCH_REWARDS_BODY',
762
765
  FAST_WITHDRAW_PENDING: 'APP.NOTIFICATIONS.FAST_WITHDRAW_PENDING',
@@ -815,6 +818,7 @@ export const APP_STRING_KEYS = {
815
818
  DEPOSIT_ALERT_SUBTITLE: 'APP.ONBOARDING.DEPOSIT_ALERT_SUBTITLE',
816
819
  DEPOSIT_ALERT_TITLE: 'APP.ONBOARDING.DEPOSIT_ALERT_TITLE',
817
820
  DEPOSIT_COMPLETE: 'APP.ONBOARDING.DEPOSIT_COMPLETE',
821
+ DEPOSIT_OF: 'APP.ONBOARDING.DEPOSIT_OF',
818
822
  DEPOSIT_STATUS: 'APP.ONBOARDING.DEPOSIT_STATUS',
819
823
  DEPOSIT_TO_DESTINATION: 'APP.ONBOARDING.DEPOSIT_TO_DESTINATION',
820
824
  DEPOSIT_TO_DYDX: 'APP.ONBOARDING.DEPOSIT_TO_DYDX',
@@ -901,6 +905,7 @@ export const APP_STRING_KEYS = {
901
905
  WITHDRAWAL_ALERT_SUBTITLE: 'APP.ONBOARDING.WITHDRAWAL_ALERT_SUBTITLE',
902
906
  WITHDRAWAL_ALERT_TITLE: 'APP.ONBOARDING.WITHDRAWAL_ALERT_TITLE',
903
907
  WITHDRAW_COMPLETE: 'APP.ONBOARDING.WITHDRAW_COMPLETE',
908
+ WITHDRAW_OF: 'APP.ONBOARDING.WITHDRAW_OF',
904
909
  WITHDRAW_STATUS: 'APP.ONBOARDING.WITHDRAW_STATUS',
905
910
  WRONG_NETWORK: 'APP.ONBOARDING.WRONG_NETWORK',
906
911
  WRONG_NETWORK_EXPLANATION_PRODUCTION: 'APP.ONBOARDING.WRONG_NETWORK_EXPLANATION_PRODUCTION',