Skip to content

Commit

Permalink
Add deleveraged and offsetting
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredvu committed Nov 29, 2023
1 parent d6b52d4 commit a5ab413
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 2 additions & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,7 @@
"CURRENT_RATE_8H": "Current 8h Rate",
"CURRENTLY_TRADING_GOERLI": "You are trading on our Goerli testnet app with test funds. Create an account on our mainnet app to start trading with real funds",
"CURRENTLY_TRADING_ROPSTEN": "You are trading on our Ropsten testnet app with test funds. Create an account on our mainnet app to start trading with real funds",
"DELEVERAGED": "Deleveraged",
"ENTER_AMOUNT": "Enter amount",
"ENTER_LIMIT_PRICE": "Enter limit price",
"ENTER_TRIGGER_PRICE": "Enter trigger price",
Expand Down Expand Up @@ -1036,6 +1037,7 @@
"NEXT_FUNDING": "Next Funding",
"NEXT_IN": "Next in {TIME}",
"NOTIONAL_VALUE": "Notional Value",
"OFFSETING": "Offsetting",
"OPEN_INTEREST": "Open Interest",
"OPEN_POSITIONS": "Open Positions",
"OPEN_STATUS": "Open",
Expand Down
4 changes: 2 additions & 2 deletions 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.0.9",
"version": "1.0.10",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
5 changes: 4 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 @@ -719,6 +719,7 @@ export const APP_STRING_KEYS = {
BEFORE_PROCEED_ACK: 'APP.MNEMONIC_EXPORT.BEFORE_PROCEED_ACK',
COPY_TO_CLIPBOARD: 'APP.MNEMONIC_EXPORT.COPY_TO_CLIPBOARD',
DONT_SHOW: 'APP.MNEMONIC_EXPORT.DONT_SHOW',
EXPORT_PHRASE: 'APP.MNEMONIC_EXPORT.EXPORT_PHRASE',
EXPORT_SECRET_PHRASE: 'APP.MNEMONIC_EXPORT.EXPORT_SECRET_PHRASE',
HIDE_PHRASE: 'APP.MNEMONIC_EXPORT.HIDE_PHRASE',
I_UNDERSTAND: 'APP.MNEMONIC_EXPORT.I_UNDERSTAND',
Expand Down Expand Up @@ -1188,6 +1189,7 @@ export const APP_STRING_KEYS = {
CURRENT_FUNDING_RATE: 'APP.TRADE.CURRENT_FUNDING_RATE',
CURRENT_RATE_1H: 'APP.TRADE.CURRENT_RATE_1H',
CURRENT_RATE_8H: 'APP.TRADE.CURRENT_RATE_8H',
DELEVERAGED: 'APP.TRADE.DELEVERAGED',
ENTER_AMOUNT: 'APP.TRADE.ENTER_AMOUNT',
ENTER_EXECUTION: 'APP.TRADE.ENTER_EXECUTION',
ENTER_GOOD_UNTIL: 'APP.TRADE.ENTER_GOOD_UNTIL',
Expand Down Expand Up @@ -1250,6 +1252,7 @@ export const APP_STRING_KEYS = {
NEXT_FUNDING: 'APP.TRADE.NEXT_FUNDING',
NEXT_IN: 'APP.TRADE.NEXT_IN',
NOTIONAL_VALUE: 'APP.TRADE.NOTIONAL_VALUE',
OFFSETING: 'APP.TRADE.OFFSETING',
OPEN_INTEREST: 'APP.TRADE.OPEN_INTEREST',
OPEN_POSITIONS: 'APP.TRADE.OPEN_POSITIONS',
OPEN_STATUS: 'APP.TRADE.OPEN_STATUS',
Expand Down

0 comments on commit a5ab413

Please sign in to comment.