Skip to content

Commit

Permalink
feat: New strings for AC Input Type, Input Current Limit
Browse files Browse the repository at this point in the history
  • Loading branch information
mman committed Jan 17, 2025
1 parent 4ce2348 commit cbbc6c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/locales/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
"hours_short": "h",
"idle": "Idle",
"inputCurrentLimit": "Input current limit",
"inputCurrentLimitWithNumber": "Input %{inputId} current limit",
"inputCurrentLimitWithType": "%{inputType} Input current limit",
"inputLimit": "Input Limit",
"inverterOnly": "Inverter Only",
"inverting": "Inverting",
Expand All @@ -82,6 +84,9 @@
"mode": "Mode",
"noShorePower": "No Shore Power",
"notAvailable": "Not Available",
"grid": "Grid",
"generator": "Generator",
"shorePower": "Shore Power",
"nrOfPhases": "%{phases} phases",
"null": " ",
"off": "Off",
Expand Down

0 comments on commit cbbc6c7

Please sign in to comment.