@dydxprotocol/v4-localization 1.1.75 → 1.1.77

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.
@@ -1278,6 +1278,8 @@
1278
1278
  "PLACE_ORDER": "Place {ORDER}",
1279
1279
  "PLACE_SIMPLE_TRADE": "Place a market order for {NAME}",
1280
1280
  "PLACE_TRADE": "Place a trade",
1281
+ "PLACE_ORDER_FAILED": "Order failed",
1282
+ "PLACE_ORDER_FAILED_DESCRIPTION": "Your trade was unsuccessful.",
1281
1283
  "PLACING_ORDER_DESCRIPTION": "Your trade is currently in progress.",
1282
1284
  "PLACING_ORDER_TITLE": "Placing order",
1283
1285
  "POSITION_COLLATERAL": "Position Collateral",
@@ -252,6 +252,10 @@
252
252
  "TITLE": "Available",
253
253
  "BODY": "You are eligible! Deposit at least {GASLESS_DEPOSIT_THRESHOLD} {SYMBOL} to enable gasless deposit."
254
254
  },
255
+ "BRIDGE_FEES_DEPOSIT":{
256
+ "TITLE": "Bridge Fees",
257
+ "BODY": "Bridge fees are paid to other protocols in order to complete the bridging, transferring, and swapping required for this deposit."
258
+ },
255
259
  "DISABLED_GASLESS_DEPOSITS": {
256
260
  "TITLE": "Unavailable",
257
261
  "BODY": "Gasless deposits are temporarily unavailable. Don't worry, they'll be back soon!"
@@ -266,7 +270,7 @@
266
270
  },
267
271
  "LOWEST_FEE_DEPOSITS": {
268
272
  "TITLE": "Lowest Fee Deposits",
269
- "BODY": "USDC Deposits on {LOWEST_FEE_TOKEN_NAMES} have the lowest fees."
273
+ "BODY": "USDC deposits on {LOWEST_FEE_TOKEN_NAMES} have the lowest fees."
270
274
  },
271
275
  "MINIMUM_DEPOSIT_AMOUNT": {
272
276
  "TITLE": "Minimum Deposit Amount",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.75",
3
+ "version": "1.1.77",
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
 
@@ -1417,6 +1417,8 @@ export const APP_STRING_KEYS = {
1417
1417
  PLACE_LIMIT_ORDER: 'APP.TRADE.PLACE_LIMIT_ORDER',
1418
1418
  PLACE_MARKET_ORDER: 'APP.TRADE.PLACE_MARKET_ORDER',
1419
1419
  PLACE_ORDER: 'APP.TRADE.PLACE_ORDER',
1420
+ PLACE_ORDER_FAILED: 'APP.TRADE.PLACE_ORDER_FAILED',
1421
+ PLACE_ORDER_FAILED_DESCRIPTION: 'APP.TRADE.PLACE_ORDER_FAILED_DESCRIPTION',
1420
1422
  PLACE_SIMPLE_TRADE: 'APP.TRADE.PLACE_SIMPLE_TRADE',
1421
1423
  PLACE_STOP_LIMIT_ORDER: 'APP.TRADE.PLACE_STOP_LIMIT_ORDER',
1422
1424
  PLACE_STOP_MARKET_ORDER: 'APP.TRADE.PLACE_STOP_MARKET_ORDER',
@@ -8,6 +8,8 @@ export const TOOLTIP_STRING_KEYS = {
8
8
 
9
9
  AVAILABLE_GASLESS_DEPOSITS_BODY: 'TOOLTIPS.DEPOSIT.AVAILABLE_GASLESS_DEPOSITS.BODY',
10
10
  AVAILABLE_GASLESS_DEPOSITS_TITLE: 'TOOLTIPS.DEPOSIT.AVAILABLE_GASLESS_DEPOSITS.TITLE',
11
+ BRIDGE_FEES_DEPOSIT_BODY: 'TOOLTIPS.DEPOSIT.BRIDGE_FEES_DEPOSIT.BODY',
12
+ BRIDGE_FEES_DEPOSIT_TITLE: 'TOOLTIPS.DEPOSIT.BRIDGE_FEES_DEPOSIT.TITLE',
11
13
  DISABLED_GASLESS_DEPOSITS_BODY: 'TOOLTIPS.DEPOSIT.DISABLED_GASLESS_DEPOSITS.BODY',
12
14
  DISABLED_GASLESS_DEPOSITS_TITLE: 'TOOLTIPS.DEPOSIT.DISABLED_GASLESS_DEPOSITS.TITLE',
13
15
  GASLESS_DEPOSITS_BODY: 'TOOLTIPS.DEPOSIT.GASLESS_DEPOSITS.BODY',