@dydxprotocol/v4-localization 1.1.76 → 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",
|
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
|
|
|
@@ -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',
|