@dydxprotocol/v4-localization 1.1.234 → 1.1.235
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.
|
@@ -1824,7 +1824,18 @@
|
|
|
1824
1824
|
"INITIATED_DEPOSIT": "Initiated deposit",
|
|
1825
1825
|
"INITIATED_WITHDRAWAL": "Initiated withdrawal",
|
|
1826
1826
|
"WITHDRAW_IN_PROGRESS": "Withdrawal(s) in progress...",
|
|
1827
|
-
"WITHDRAW_TO_CHAIN": "Withdraw to {CHAIN}"
|
|
1827
|
+
"WITHDRAW_TO_CHAIN": "Withdraw to {CHAIN}",
|
|
1828
|
+
"INSTANT_DEPOSIT": "Instant deposit",
|
|
1829
|
+
"INSTANT_DEPOSIT_IN_PROGRESS": "Instant deposit in progress",
|
|
1830
|
+
"DEPOSIT_COMPLETED": "Deposit completed",
|
|
1831
|
+
"DEPOSIT_FAILD": "Deposit failed",
|
|
1832
|
+
"DEPOSIT_SHORTLY": "Your deposit should arrive shortly",
|
|
1833
|
+
"VIEW_INSTANT_DEPOSIT_HISTORY": "View instant deposit history",
|
|
1834
|
+
"VIEW_DEPOSIT_STATUS": "View deposit status",
|
|
1835
|
+
"INSTANT": "Instant",
|
|
1836
|
+
"STANDARD": "Standard",
|
|
1837
|
+
"HIGHER_FEES": "Higer fees, ${AMOUNT_USD} limit",
|
|
1838
|
+
"LOWEST_FEES": "Lowest fees, no limit"
|
|
1828
1839
|
},
|
|
1829
1840
|
"TRADE_UDPATES": "Trade Updates",
|
|
1830
1841
|
"TRADING_REWARD_RECEIVED": "Trading Reward Received",
|
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
|
|
|
@@ -1065,10 +1065,20 @@ export const APP_STRING_KEYS = {
|
|
|
1065
1065
|
// TRANSFER_STATUS
|
|
1066
1066
|
|
|
1067
1067
|
BRIDGING_TOKENS: 'APP.NOTIFICATIONS.TRANSFER_STATUS.BRIDGING_TOKENS',
|
|
1068
|
+
DEPOSIT_COMPLETED: 'APP.NOTIFICATIONS.TRANSFER_STATUS.DEPOSIT_COMPLETED',
|
|
1069
|
+
DEPOSIT_FAILD: 'APP.NOTIFICATIONS.TRANSFER_STATUS.DEPOSIT_FAILD',
|
|
1068
1070
|
DEPOSIT_IN_PROGRESS_: 'APP.NOTIFICATIONS.TRANSFER_STATUS.DEPOSIT_IN_PROGRESS_',
|
|
1071
|
+
DEPOSIT_SHORTLY: 'APP.NOTIFICATIONS.TRANSFER_STATUS.DEPOSIT_SHORTLY',
|
|
1069
1072
|
DEPOSIT_TO_CHAIN: 'APP.NOTIFICATIONS.TRANSFER_STATUS.DEPOSIT_TO_CHAIN',
|
|
1073
|
+
HIGHER_FEES: 'APP.NOTIFICATIONS.TRANSFER_STATUS.HIGHER_FEES',
|
|
1070
1074
|
INITIATED_DEPOSIT: 'APP.NOTIFICATIONS.TRANSFER_STATUS.INITIATED_DEPOSIT',
|
|
1071
1075
|
INITIATED_WITHDRAWAL: 'APP.NOTIFICATIONS.TRANSFER_STATUS.INITIATED_WITHDRAWAL',
|
|
1076
|
+
INSTANT_DEPOSIT: 'APP.NOTIFICATIONS.TRANSFER_STATUS.INSTANT_DEPOSIT',
|
|
1077
|
+
INSTANT_DEPOSIT_IN_PROGRESS: 'APP.NOTIFICATIONS.TRANSFER_STATUS.INSTANT_DEPOSIT_IN_PROGRESS',
|
|
1078
|
+
LOWEST_FEES: 'APP.NOTIFICATIONS.TRANSFER_STATUS.LOWEST_FEES',
|
|
1079
|
+
STANDARD: 'APP.NOTIFICATIONS.TRANSFER_STATUS.STANDARD',
|
|
1080
|
+
VIEW_DEPOSIT_STATUS: 'APP.NOTIFICATIONS.TRANSFER_STATUS.VIEW_DEPOSIT_STATUS',
|
|
1081
|
+
VIEW_INSTANT_DEPOSIT_HISTORY: 'APP.NOTIFICATIONS.TRANSFER_STATUS.VIEW_INSTANT_DEPOSIT_HISTORY',
|
|
1072
1082
|
WITHDRAW_IN_PROGRESS: 'APP.NOTIFICATIONS.TRANSFER_STATUS.WITHDRAW_IN_PROGRESS',
|
|
1073
1083
|
WITHDRAW_TO_CHAIN: 'APP.NOTIFICATIONS.TRANSFER_STATUS.WITHDRAW_TO_CHAIN',
|
|
1074
1084
|
UPDATED: 'APP.NOTIFICATIONS.UPDATED',
|