mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +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",
|
"arch": "CPU Architecture",
|
||||||
"dev": "Development",
|
"dev": "Development",
|
||||||
"docker": "Docker",
|
"docker": "Docker",
|
||||||
|
"hassio": "Supervisor",
|
||||||
"installation_type": "Installation Type",
|
"installation_type": "Installation Type",
|
||||||
"os_name": "Operating System Family",
|
"os_name": "Operating System Family",
|
||||||
"os_version": "Operating System Version",
|
"os_version": "Operating System Version",
|
||||||
|
@ -1,20 +1,21 @@
|
|||||||
{
|
{
|
||||||
"system_health": {
|
"system_health": {
|
||||||
"info": {
|
"info": {
|
||||||
"arch": "CPU Architecture",
|
"arch": "CPU Architecture",
|
||||||
"chassis": "Chassis",
|
"chassis": "Chassis",
|
||||||
"dev": "Development",
|
"dev": "Development",
|
||||||
"docker": "Docker",
|
"docker": "Docker",
|
||||||
"docker_version": "Docker",
|
"docker_version": "Docker",
|
||||||
"host_os": "Home Assistant OS",
|
"hassio": "Supervisor",
|
||||||
"installation_type": "Installation Type",
|
"host_os": "Home Assistant OS",
|
||||||
"os_name": "Operating System Family",
|
"installation_type": "Installation Type",
|
||||||
"os_version": "Operating System Version",
|
"os_name": "Operating System Family",
|
||||||
"python_version": "Python Version",
|
"os_version": "Operating System Version",
|
||||||
"supervisor": "Supervisor",
|
"python_version": "Python Version",
|
||||||
"timezone": "Timezone",
|
"supervisor": "Supervisor",
|
||||||
"version": "Version",
|
"timezone": "Timezone",
|
||||||
"virtualenv": "Virtual Environment"
|
"version": "Version",
|
||||||
}
|
"virtualenv": "Virtual Environment"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user