@dydxprotocol/v4-localization 1.1.268 → 1.1.269

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.
@@ -1844,6 +1844,8 @@
1844
1844
  "CLOSE_MARKET_POSITIONS_BODY": "{MARKET} is set to close only mode and the close price of {MARKET} is now fixed. Please close your open {MARKET} position as soon as you are able. We're here to help via the help chat if you run into issues.",
1845
1845
  "COMPLIANCE_ALERT": "Compliance alert",
1846
1846
  "COMPLIANCE_WARNING": "Compliance Warning",
1847
+ "CONNECTION_ISSUE_DETECTED": "Connection issue detected",
1848
+ "CONNECTION_ISSUE_DETECTED_BODY": "We're having trouble connecting to our services right now. This could be due to the status of our system or your internet connection. Please check the status page and refresh. Your funds are safe.",
1847
1849
  "CREATED": "Created",
1848
1850
  "CREATING": "Creating",
1849
1851
  "DEPOSIT_IN_PROGRESS_DESCRIPTION": "Your deposit of {AMOUNT_ELEMENT} will be available after 14 confirmations.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.268",
3
+ "version": "1.1.269",
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 scripts/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
 
@@ -1067,6 +1067,8 @@ export const APP_STRING_KEYS = {
1067
1067
  CLOSE_MARKET_POSITIONS_BODY: 'APP.NOTIFICATIONS.CLOSE_MARKET_POSITIONS_BODY',
1068
1068
  COMPLIANCE_ALERT: 'APP.NOTIFICATIONS.COMPLIANCE_ALERT',
1069
1069
  COMPLIANCE_WARNING: 'APP.NOTIFICATIONS.COMPLIANCE_WARNING',
1070
+ CONNECTION_ISSUE_DETECTED: 'APP.NOTIFICATIONS.CONNECTION_ISSUE_DETECTED',
1071
+ CONNECTION_ISSUE_DETECTED_BODY: 'APP.NOTIFICATIONS.CONNECTION_ISSUE_DETECTED_BODY',
1070
1072
  CREATED: 'APP.NOTIFICATIONS.CREATED',
1071
1073
  CREATING: 'APP.NOTIFICATIONS.CREATING',
1072
1074
  DEPOSIT_IN_PROGRESS: 'APP.NOTIFICATIONS.DEPOSIT_IN_PROGRESS',