mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add missing 'hassio' translation string (#43127)
* Add missing 'hassio' translation string * Fix typo...
This commit is contained in:
parent
ad7f1446be
commit
f50869d62e
@ -4,6 +4,7 @@
|
||||
"arch": "CPU Architecture",
|
||||
"dev": "Development",
|
||||
"docker": "Docker",
|
||||
"hassio": "Supervisor",
|
||||
"installation_type": "Installation Type",
|
||||
"os_name": "Operating System Family",
|
||||
"os_version": "Operating System Version",
|
||||
|
@ -1,20 +1,21 @@
|
||||
{
|
||||
"system_health": {
|
||||
"info": {
|
||||
"arch": "CPU Architecture",
|
||||
"chassis": "Chassis",
|
||||
"dev": "Development",
|
||||
"docker": "Docker",
|
||||
"docker_version": "Docker",
|
||||
"host_os": "Home Assistant OS",
|
||||
"installation_type": "Installation Type",
|
||||
"os_name": "Operating System Family",
|
||||
"os_version": "Operating System Version",
|
||||
"python_version": "Python Version",
|
||||
"supervisor": "Supervisor",
|
||||
"timezone": "Timezone",
|
||||
"version": "Version",
|
||||
"virtualenv": "Virtual Environment"
|
||||
}
|
||||
"system_health": {
|
||||
"info": {
|
||||
"arch": "CPU Architecture",
|
||||
"chassis": "Chassis",
|
||||
"dev": "Development",
|
||||
"docker": "Docker",
|
||||
"docker_version": "Docker",
|
||||
"hassio": "Supervisor",
|
||||
"host_os": "Home Assistant OS",
|
||||
"installation_type": "Installation Type",
|
||||
"os_name": "Operating System Family",
|
||||
"os_version": "Operating System Version",
|
||||
"python_version": "Python Version",
|
||||
"supervisor": "Supervisor",
|
||||
"timezone": "Timezone",
|
||||
"version": "Version",
|
||||
"virtualenv": "Virtual Environment"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user