Skip to content

Commit

Permalink
Add strings for instant deposit (#777)
Browse files Browse the repository at this point in the history
* Add strings for instant deposit

* 1.1.235
  • Loading branch information
rosepuppy authored Oct 24, 2024
1 parent 3b0736b commit d2a7967
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
13 changes: 12 additions & 1 deletion config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-localization",
"version": "1.1.234",
"version": "1.1.235",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
12 changes: 11 additions & 1 deletion scripts/generated/app.ts
Original file line number Diff line number Diff line change
@@ -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 = {

Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit d2a7967

Please sign in to comment.