mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
System information: apply sentence-style capitalization (#119893)
This commit is contained in:
parent
ed7a888c07
commit
7bfa1e4729
@ -7,20 +7,20 @@
|
||||
},
|
||||
"system_health": {
|
||||
"info": {
|
||||
"can_reach_cert_server": "Reach Certificate Server",
|
||||
"can_reach_cert_server": "Reach certificate server",
|
||||
"can_reach_cloud": "Reach Home Assistant Cloud",
|
||||
"can_reach_cloud_auth": "Reach Authentication Server",
|
||||
"certificate_status": "Certificate Status",
|
||||
"relayer_connected": "Relayer Connected",
|
||||
"relayer_region": "Relayer Region",
|
||||
"remote_connected": "Remote Connected",
|
||||
"remote_enabled": "Remote Enabled",
|
||||
"remote_server": "Remote Server",
|
||||
"alexa_enabled": "Alexa Enabled",
|
||||
"google_enabled": "Google Enabled",
|
||||
"can_reach_cloud_auth": "Reach authentication server",
|
||||
"certificate_status": "Certificate status",
|
||||
"relayer_connected": "Relayer connected",
|
||||
"relayer_region": "Relayer region",
|
||||
"remote_connected": "Remote connected",
|
||||
"remote_enabled": "Remote enabled",
|
||||
"remote_server": "Remote server",
|
||||
"alexa_enabled": "Alexa enabled",
|
||||
"google_enabled": "Google enabled",
|
||||
"logged_in": "Logged In",
|
||||
"instance_id": "Instance ID",
|
||||
"subscription_expiration": "Subscription Expiration"
|
||||
"subscription_expiration": "Subscription expiration"
|
||||
}
|
||||
},
|
||||
"issues": {
|
||||
|
@ -1,18 +1,18 @@
|
||||
{
|
||||
"system_health": {
|
||||
"info": {
|
||||
"agent_version": "Agent Version",
|
||||
"agent_version": "Agent version",
|
||||
"board": "Board",
|
||||
"disk_total": "Disk Total",
|
||||
"disk_used": "Disk Used",
|
||||
"docker_version": "Docker Version",
|
||||
"disk_total": "Disk total",
|
||||
"disk_used": "Disk used",
|
||||
"docker_version": "Docker version",
|
||||
"healthy": "Healthy",
|
||||
"host_os": "Host Operating System",
|
||||
"installed_addons": "Installed Add-ons",
|
||||
"host_os": "Host operating system",
|
||||
"installed_addons": "Installed add-ons",
|
||||
"supervisor_api": "Supervisor API",
|
||||
"supervisor_version": "Supervisor Version",
|
||||
"supervisor_version": "Supervisor version",
|
||||
"supported": "Supported",
|
||||
"update_channel": "Update Channel",
|
||||
"update_channel": "Update channel",
|
||||
"version_api": "Version API"
|
||||
}
|
||||
},
|
||||
|
@ -60,19 +60,19 @@
|
||||
},
|
||||
"system_health": {
|
||||
"info": {
|
||||
"arch": "CPU Architecture",
|
||||
"config_dir": "Configuration Directory",
|
||||
"arch": "CPU architecture",
|
||||
"config_dir": "Configuration directory",
|
||||
"dev": "Development",
|
||||
"docker": "Docker",
|
||||
"hassio": "Supervisor",
|
||||
"installation_type": "Installation Type",
|
||||
"os_name": "Operating System Family",
|
||||
"os_version": "Operating System Version",
|
||||
"python_version": "Python Version",
|
||||
"installation_type": "Installation type",
|
||||
"os_name": "Operating system family",
|
||||
"os_version": "Operating system version",
|
||||
"python_version": "Python version",
|
||||
"timezone": "Timezone",
|
||||
"user": "User",
|
||||
"version": "Version",
|
||||
"virtualenv": "Virtual Environment"
|
||||
"virtualenv": "Virtual environment"
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user