Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #481 from Thomas55555/add-translation-for-map
Browse files Browse the repository at this point in the history
add translation for map
  • Loading branch information
Thomas55555 authored Jun 5, 2023
2 parents 203fdb7 + cbdbe39 commit ff7bee2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
9 changes: 8 additions & 1 deletion custom_components/husqvarna_automower/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,14 @@
"camera": {
"quirk": {
"state": {
"cleaning": "Mowing"
"cleaning": "Mowing",
"docked": "Docked",
"error": "Error",
"idle": "[%key:common::state::idle%]",
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]",
"paused": "[%key:common::state::paused%]",
"returning": "Returning to dock"
}
}
}
Expand Down
11 changes: 9 additions & 2 deletions custom_components/husqvarna_automower/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,15 @@
"camera": {
"quirk": {
"state": {
"cleaning": "Mowing"
}
"cleaning": "Mowing",
"docked": "Docked",
"error": "Error",
"idle": "[%key:common::state::idle%]",
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]",
"paused": "[%key:common::state::paused%]",
"returning": "Returning to dock"
}
}
}
},
Expand Down

0 comments on commit ff7bee2

Please sign in to comment.