@dydxprotocol/v4-localization 1.0.3 → 1.0.5
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,7 +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.",
|
|
661
|
+
"DEPOSIT_OF": "Deposit of {AMOUNT_USD}",
|
|
660
662
|
"DEPOSIT_STATUS": "Your deposit of {AMOUNT_USD} will be available in approximately {ESTIMATED_DURATION}.",
|
|
663
|
+
"DEPOSIT_STATUS_SHORTLY": "Your deposit of {AMOUNT_USD} will be available shortly.",
|
|
661
664
|
"DEPOSIT_COMPLETE": "Your deposit of {AMOUNT_USD} is now available.",
|
|
662
665
|
"DONT_MISS": "Don't miss your chance to get a {DISCOUNT} on trading fees!",
|
|
663
666
|
"ENABLE_API": "Enable secure access to our API for lightning quick trading",
|
|
@@ -729,7 +732,9 @@
|
|
|
729
732
|
"WELCOME_DYDX": "Welcome to dYdX",
|
|
730
733
|
"WELCOME": "Welcome",
|
|
731
734
|
"WITHDRAW_STATUS": "Your withdrawal of {AMOUNT_USD} will be available in approximately {ESTIMATED_DURATION}.",
|
|
735
|
+
"WITHDRAW_STATUS_SHORTLY": "Your withdrawal of {AMOUNT_USD} will be available shortly.",
|
|
732
736
|
"WITHDRAW_COMPLETE": "Your withdrawal of {AMOUNT_USD} is now available.",
|
|
737
|
+
"WITHDRAW_OF": "Withdraw of {AMOUNT_USD}",
|
|
733
738
|
"WRONG_NETWORK_EXPLANATION_PRODUCTION": "To complete dYdX onboarding, set your wallet network to 'Ethereum Mainnet'.",
|
|
734
739
|
"WRONG_NETWORK_EXPLANATION_STAGING": "To complete dYdX onboarding, set your wallet network to 'Goerli Test Network'.",
|
|
735
740
|
"WRONG_NETWORK": "Wrong network",
|
|
@@ -1230,6 +1235,8 @@
|
|
|
1230
1235
|
"DEPOSIT_SUCCESS": "Deposit success!",
|
|
1231
1236
|
"DIRECT_TRANSFER_SUCCESS": "Direct transfer success!",
|
|
1232
1237
|
"DIRECT_TRANSFER_SUCCESS_DESCRIPTION": "Your direct transfer of {AMOUNT_ELEMENT} has been confirmed.",
|
|
1238
|
+
"DISABLE_PUSH_NOTIFICATIONS": "Disable Push Notifications",
|
|
1239
|
+
"ENABLE_PUSH_NOTIFICATIONS": "Enable Push Notifications",
|
|
1233
1240
|
"EPOCH_REWARDS": "Epoch {EPOCH_NUMBER} Rewards",
|
|
1234
1241
|
"EPOCH_REWARDS_BODY": "You earned {DYDX} $DYDX rewards during Epoch {EPOCH_NUMBER}!",
|
|
1235
1242
|
"FAST_WITHDRAW_PENDING_DESCRIPTION": "Your fast withdraw of {AMOUNT_ELEMENT} is pending confirmation on Layer 1.",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// !! GENERATED FILE - DO NOT EDIT
|
|
2
2
|
|
|
3
|
-
// Generated from ../config/localization/en/app.json using
|
|
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,7 +818,9 @@ 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',
|
|
823
|
+
DEPOSIT_STATUS_SHORTLY: 'APP.ONBOARDING.DEPOSIT_STATUS_SHORTLY',
|
|
819
824
|
DEPOSIT_TO_DESTINATION: 'APP.ONBOARDING.DEPOSIT_TO_DESTINATION',
|
|
820
825
|
DEPOSIT_TO_DYDX: 'APP.ONBOARDING.DEPOSIT_TO_DYDX',
|
|
821
826
|
DISCONNECT_CONFIRMATION: 'APP.ONBOARDING.DISCONNECT_CONFIRMATION',
|
|
@@ -901,7 +906,9 @@ export const APP_STRING_KEYS = {
|
|
|
901
906
|
WITHDRAWAL_ALERT_SUBTITLE: 'APP.ONBOARDING.WITHDRAWAL_ALERT_SUBTITLE',
|
|
902
907
|
WITHDRAWAL_ALERT_TITLE: 'APP.ONBOARDING.WITHDRAWAL_ALERT_TITLE',
|
|
903
908
|
WITHDRAW_COMPLETE: 'APP.ONBOARDING.WITHDRAW_COMPLETE',
|
|
909
|
+
WITHDRAW_OF: 'APP.ONBOARDING.WITHDRAW_OF',
|
|
904
910
|
WITHDRAW_STATUS: 'APP.ONBOARDING.WITHDRAW_STATUS',
|
|
911
|
+
WITHDRAW_STATUS_SHORTLY: 'APP.ONBOARDING.WITHDRAW_STATUS_SHORTLY',
|
|
905
912
|
WRONG_NETWORK: 'APP.ONBOARDING.WRONG_NETWORK',
|
|
906
913
|
WRONG_NETWORK_EXPLANATION_PRODUCTION: 'APP.ONBOARDING.WRONG_NETWORK_EXPLANATION_PRODUCTION',
|
|
907
914
|
WRONG_NETWORK_EXPLANATION_STAGING: 'APP.ONBOARDING.WRONG_NETWORK_EXPLANATION_STAGING',
|