diff --git a/config/localization/en/app.json b/config/localization/en/app.json index 41b7d7a2e..4938f2d66 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -1824,7 +1824,18 @@ "INITIATED_DEPOSIT": "Initiated deposit", "INITIATED_WITHDRAWAL": "Initiated withdrawal", "WITHDRAW_IN_PROGRESS": "Withdrawal(s) in progress...", - "WITHDRAW_TO_CHAIN": "Withdraw to {CHAIN}" + "WITHDRAW_TO_CHAIN": "Withdraw to {CHAIN}", + "INSTANT_DEPOSIT": "Instant deposit", + "INSTANT_DEPOSIT_IN_PROGRESS": "Instant deposit in progress", + "DEPOSIT_COMPLETED": "Deposit completed", + "DEPOSIT_FAILD": "Deposit failed", + "DEPOSIT_SHORTLY": "Your deposit should arrive shortly", + "VIEW_INSTANT_DEPOSIT_HISTORY": "View instant deposit history", + "VIEW_DEPOSIT_STATUS": "View deposit status", + "INSTANT": "Instant", + "STANDARD": "Standard", + "HIGHER_FEES": "Higer fees, ${AMOUNT_USD} limit", + "LOWEST_FEES": "Lowest fees, no limit" }, "TRADE_UDPATES": "Trade Updates", "TRADING_REWARD_RECEIVED": "Trading Reward Received", diff --git a/package-lock.json b/package-lock.json index 479c76ec7..63e0b7b36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.234", + "version": "1.1.235", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 1778ebacb..81271494c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.234", + "version": "1.1.235", "description": "v4 localization", "main": "index.ts", "scripts": { diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index ff8dc8c4d..179af199b 100644 --- a/scripts/generated/app.ts +++ b/scripts/generated/app.ts @@ -1,6 +1,6 @@ // !! GENERATED FILE - DO NOT EDIT -// Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift +// Generated from ../config/localization/en/app.json using codegen_localization_app.swift export const APP_STRING_KEYS = { @@ -1065,10 +1065,20 @@ export const APP_STRING_KEYS = { // TRANSFER_STATUS BRIDGING_TOKENS: 'APP.NOTIFICATIONS.TRANSFER_STATUS.BRIDGING_TOKENS', + DEPOSIT_COMPLETED: 'APP.NOTIFICATIONS.TRANSFER_STATUS.DEPOSIT_COMPLETED', + DEPOSIT_FAILD: 'APP.NOTIFICATIONS.TRANSFER_STATUS.DEPOSIT_FAILD', DEPOSIT_IN_PROGRESS_: 'APP.NOTIFICATIONS.TRANSFER_STATUS.DEPOSIT_IN_PROGRESS_', + DEPOSIT_SHORTLY: 'APP.NOTIFICATIONS.TRANSFER_STATUS.DEPOSIT_SHORTLY', DEPOSIT_TO_CHAIN: 'APP.NOTIFICATIONS.TRANSFER_STATUS.DEPOSIT_TO_CHAIN', + HIGHER_FEES: 'APP.NOTIFICATIONS.TRANSFER_STATUS.HIGHER_FEES', INITIATED_DEPOSIT: 'APP.NOTIFICATIONS.TRANSFER_STATUS.INITIATED_DEPOSIT', INITIATED_WITHDRAWAL: 'APP.NOTIFICATIONS.TRANSFER_STATUS.INITIATED_WITHDRAWAL', + INSTANT_DEPOSIT: 'APP.NOTIFICATIONS.TRANSFER_STATUS.INSTANT_DEPOSIT', + INSTANT_DEPOSIT_IN_PROGRESS: 'APP.NOTIFICATIONS.TRANSFER_STATUS.INSTANT_DEPOSIT_IN_PROGRESS', + LOWEST_FEES: 'APP.NOTIFICATIONS.TRANSFER_STATUS.LOWEST_FEES', + STANDARD: 'APP.NOTIFICATIONS.TRANSFER_STATUS.STANDARD', + VIEW_DEPOSIT_STATUS: 'APP.NOTIFICATIONS.TRANSFER_STATUS.VIEW_DEPOSIT_STATUS', + VIEW_INSTANT_DEPOSIT_HISTORY: 'APP.NOTIFICATIONS.TRANSFER_STATUS.VIEW_INSTANT_DEPOSIT_HISTORY', WITHDRAW_IN_PROGRESS: 'APP.NOTIFICATIONS.TRANSFER_STATUS.WITHDRAW_IN_PROGRESS', WITHDRAW_TO_CHAIN: 'APP.NOTIFICATIONS.TRANSFER_STATUS.WITHDRAW_TO_CHAIN', UPDATED: 'APP.NOTIFICATIONS.UPDATED',