@dydxprotocol/v4-localization 1.1.280 → 1.1.281

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.
@@ -60,6 +60,7 @@
60
60
  "LOSERS": "Losers",
61
61
  "MANAGE": "Manage",
62
62
  "MARKET_CAP_SHORT": "M. Cap",
63
+ "MARKETS_FOUND": "{COUNT} market(s) found",
63
64
  "NA": "n/a",
64
65
  "NAME": "Name",
65
66
  "NETWORK": "Network",
@@ -399,6 +400,7 @@
399
400
  "DYDX_ADDRESS": "dYdX Chain address",
400
401
  "SOURCE_ADDRESS": "Source address",
401
402
  "DYDX_ADDRESS_COPIED": "dYdX Chain address is copied to clipboard.",
403
+ "SOURCE_ADDRESS_COPIED": "Source address is copied to clipboard.",
402
404
  "DYDX_MNEMONIC_COPIED": "Secret phrase is copied to clipboard.",
403
405
  "SYSTEM_STATUS": "System Status",
404
406
  "DELETE_ALERT": "Delete This Alert",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.280",
3
+ "version": "1.1.281",
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 scripts/codegen_localization_app.swift
4
4
 
5
5
  export const APP_STRING_KEYS = {
6
6