-
-
Notifications
You must be signed in to change notification settings - Fork 37.5k
Expand file tree
/
Copy pathstrings.json
More file actions
179 lines (179 loc) · 6.22 KB
/
strings.json
File metadata and controls
179 lines (179 loc) · 6.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
{
"common": {
"action": {
"close": "Close",
"connect": "Connect",
"disable": "Disable",
"disconnect": "Disconnect",
"enable": "Enable",
"open": "Open",
"pause": "Pause",
"reload": "Reload",
"restart": "Restart",
"start": "Start",
"stop": "Stop",
"toggle": "Toggle",
"turn_off": "Turn off",
"turn_on": "Turn on"
},
"config_flow": {
"abort": {
"already_configured_account": "Account is already configured",
"already_configured_device": "Device is already configured",
"already_configured_location": "Location is already configured",
"already_configured_service": "Service is already configured",
"already_in_progress": "Configuration flow is already in progress",
"cloud_not_connected": "Not connected to Home Assistant Cloud.",
"no_devices_found": "No devices found on the network",
"oauth2_authorize_url_timeout": "Timeout while generating an authorization URL.",
"oauth2_error": "Received invalid token data.",
"oauth2_failed": "Error while obtaining access token.",
"oauth2_implementation_unavailable": "No OAuth2 implementations are currently available.",
"oauth2_missing_configuration": "The component is not configured. Please follow the documentation.",
"oauth2_missing_credentials": "The integration requires application credentials.",
"oauth2_no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})",
"oauth2_timeout": "Timeout while resolving the OAuth token.",
"oauth2_unauthorized": "OAuth authorization error while obtaining access token.",
"oauth2_user_rejected_authorize": "Account linking rejected: {error}",
"reauth_successful": "Re-authentication was successful",
"reconfigure_successful": "Reconfiguration was successful",
"single_instance_allowed": "Already configured. Only a single configuration is possible.",
"unknown_authorize_url_generation": "An unknown error occurred while generating an authorization URL.",
"webhook_not_internet_accessible": "Your Home Assistant instance needs to be accessible from the internet to receive webhook messages."
},
"create_entry": {
"authenticated": "Successfully authenticated"
},
"data": {
"access_token": "Access token",
"api_key": "API key",
"api_token": "API token",
"country": "Country",
"device": "Device",
"elevation": "Elevation",
"email": "Email",
"host": "Host",
"implementation": "Application credentials",
"ip": "IP address",
"language": "Language",
"latitude": "Latitude",
"llm_hass_api": "Control Home Assistant",
"location": "Location",
"longitude": "Longitude",
"mode": "Mode",
"name": "Name",
"password": "Password",
"path": "Path",
"pin": "PIN code",
"port": "Port",
"prompt": "Instructions",
"ssl": "Uses an SSL certificate",
"url": "URL",
"usb_path": "USB device path",
"username": "Username",
"verify_ssl": "Verify SSL certificate"
},
"description": {
"confirm_setup": "Do you want to start setup?",
"implementation": "The credentials you want to use to authenticate.",
"verify_ssl": "Whether to verify the SSL certificate of the server. Disable this if the server uses a self-signed or otherwise invalid certificate."
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_access_token": "Invalid access token",
"invalid_api_key": "Invalid API key",
"invalid_auth": "Invalid authentication",
"invalid_host": "Invalid hostname or IP address",
"timeout_connect": "Timeout while establishing a connection",
"unknown": "Unexpected error"
},
"initiate_flow": {
"account": "Add account"
},
"title": {
"oauth2_pick_implementation": "Pick authentication method",
"reauth": "Authentication expired for {name}",
"via_hassio_addon": "{name} via Home Assistant app"
}
},
"device_automation": {
"action_type": {
"toggle": "Toggle {entity_name}",
"turn_off": "Turn off {entity_name}",
"turn_on": "Turn on {entity_name}"
},
"condition_type": {
"is_off": "{entity_name} is off",
"is_on": "{entity_name} is on"
},
"extra_fields": {
"above": "Above",
"below": "Below",
"for": "Duration",
"to": "To",
"value": "Value",
"zone": "Zone"
},
"trigger_type": {
"changed_states": "{entity_name} turned on or off",
"turned_off": "{entity_name} turned off",
"turned_on": "{entity_name} turned on"
}
},
"exceptions": {
"oauth2_implementation_unavailable": {
"message": "OAuth2 implementation unavailable, will retry"
}
},
"generic": {
"model": "Model",
"ui_managed": "Managed via UI"
},
"state": {
"active": "Active",
"auto": "Auto",
"charging": "Charging",
"closed": "Closed",
"closing": "Closing",
"connected": "Connected",
"disabled": "Disabled",
"discharging": "Discharging",
"disconnected": "Disconnected",
"empty": "Empty",
"enabled": "Enabled",
"error": "Error",
"fault": "Fault",
"full": "Full",
"high": "High",
"home": "Home",
"idle": "Idle",
"locked": "Locked",
"low": "Low",
"manual": "Manual",
"medium": "Medium",
"no": "No",
"normal": "Normal",
"not_home": "Away",
"off": "Off",
"on": "On",
"open": "Open",
"opening": "Opening",
"paused": "Paused",
"standby": "Standby",
"stopped": "Stopped",
"unlocked": "Unlocked",
"very_high": "Very high",
"very_low": "Very low",
"yes": "Yes"
},
"time": {
"friday": "Friday",
"monday": "Monday",
"saturday": "Saturday",
"sunday": "Sunday",
"thursday": "Thursday",
"tuesday": "Tuesday",
"wednesday": "Wednesday"
}
}
}