my-translation-resources 1.0.395 → 1.0.397

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "my-translation-resources",
3
- "version": "1.0.395",
3
+ "version": "1.0.397",
4
4
  "description": "Translation resources for multi-language support",
5
5
  "author": "Your Name",
6
6
  "license": "MIT",
@@ -25,7 +25,7 @@
25
25
  "Phone number": "Телефонен номер",
26
26
  "TaxId": "ЕИК",
27
27
  "Vat number": "ДДС номер",
28
- "Power": "Мощност",
28
+ "Current power": "Моментна мощност",
29
29
  "Price": "Цена",
30
30
  "Connectors": "Конектори",
31
31
  "Parking price": "Цена за час паркинг",
@@ -25,7 +25,7 @@
25
25
  "Phone number": "Phone Number",
26
26
  "TaxId": "Tax ID",
27
27
  "Vat number": "VAT Number",
28
- "Power": "Power",
28
+ "Current power": "Current power",
29
29
  "Price": "Price",
30
30
  "Connectors": "Connectors",
31
31
  "Parking price": "Parking price per hour",
@@ -2,4 +2,5 @@ export default interface StartTransaction {
2
2
  transactionId: string;
3
3
  stationObjectName: string;
4
4
  stationObjectAddress: string;
5
+ sendsPowerActiveImport: boolean;
5
6
  }