-
-
Notifications
You must be signed in to change notification settings - Fork 37.4k
Expand file tree
/
Copy pathstrings.json
More file actions
376 lines (376 loc) · 14.7 KB
/
strings.json
File metadata and controls
376 lines (376 loc) · 14.7 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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
},
"error": {
"api_error_no_details": "An error occurred while communicating with the Proxmox VE instance",
"cannot_connect": "Cannot connect to Proxmox VE server",
"connect_timeout": "[%key:common::config_flow::error::timeout_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"no_nodes_found": "No active nodes were found on the Proxmox VE server.",
"no_vmlxc_found": "No LXC or VM were found on the Proxmox VE server.",
"ssl_error": "SSL check failed. Check the SSL settings"
},
"step": {
"reauth_confirm": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"realm": "[%key:component::proxmoxve::config::step::user_auth::data::realm%]",
"token_id": "[%key:component::proxmoxve::config::step::user_auth::data::token_id%]",
"token_value": "[%key:component::proxmoxve::config::step::user_auth::data::token_value%]"
},
"data_description": {
"password": "[%key:component::proxmoxve::config::step::user_auth::data_description::password%]",
"realm": "[%key:component::proxmoxve::config::step::user_auth::data_description::realm%]",
"token_id": "[%key:component::proxmoxve::config::step::user_auth::data_description::token_id%]",
"token_value": "[%key:component::proxmoxve::config::step::user_auth::data_description::token_value%]"
},
"description": "The connection to the Proxmox VE server requires re-authentication. Please update your credentials to continue.",
"title": "Re-authenticate Proxmox VE integration"
},
"reconfigure": {
"data": {
"auth_method": "[%key:component::proxmoxve::config::step::user::data::auth_method%]",
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]",
"token": "[%key:component::proxmoxve::config::step::user::data::token%]",
"username": "[%key:common::config_flow::data::username%]",
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
},
"data_description": {
"auth_method": "[%key:component::proxmoxve::config::step::user::data_description::auth_method%]",
"host": "[%key:component::proxmoxve::config::step::user::data_description::host%]",
"port": "[%key:component::proxmoxve::config::step::user::data_description::port%]",
"token": "[%key:component::proxmoxve::config::step::user::data_description::token%]",
"username": "[%key:component::proxmoxve::config::step::user::data_description::username%]",
"verify_ssl": "[%key:component::proxmoxve::config::step::user::data_description::verify_ssl%]"
},
"description": "Use the following form to reconfigure your Proxmox VE server connection.",
"title": "Reconfigure Proxmox VE integration"
},
"reconfigure_auth": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"realm": "[%key:component::proxmoxve::config::step::user_auth::data::realm%]",
"token_id": "[%key:component::proxmoxve::config::step::user_auth::data::token_id%]",
"token_value": "[%key:component::proxmoxve::config::step::user_auth::data::token_value%]"
},
"data_description": {
"password": "[%key:component::proxmoxve::config::step::user_auth::data_description::password%]",
"realm": "[%key:component::proxmoxve::config::step::user_auth::data_description::realm%]",
"token_id": "[%key:component::proxmoxve::config::step::user_auth::data_description::token_id%]",
"token_value": "[%key:component::proxmoxve::config::step::user_auth::data_description::token_value%]"
},
"description": "[%key:component::proxmoxve::config::step::user_auth::description%]",
"title": "[%key:component::proxmoxve::config::step::user_auth::title%]"
},
"user": {
"data": {
"auth_method": "Authentication method",
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]",
"token": "Use an API token",
"username": "[%key:common::config_flow::data::username%]",
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
},
"data_description": {
"auth_method": "Select authentication provider for your Proxmox VE server",
"host": "The hostname or IP address of your Proxmox VE server",
"port": "The port of your Proxmox VE server (default: 8006)",
"token": "Enable to use an API token or leave disabled to authenticate with a password",
"username": "The username for the Proxmox VE server",
"verify_ssl": "Whether to verify SSL certificates. Disable only if you have a self-signed certificate"
},
"description": "Enter your Proxmox VE server details to set up the integration.",
"title": "Connect to Proxmox VE"
},
"user_auth": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"realm": "Realm",
"token_id": "Token ID",
"token_value": "Secret"
},
"data_description": {
"password": "The password for the user",
"realm": "Specify your authentication realm",
"token_id": "The name given to the API token",
"token_value": "The secret generated for the API token"
},
"description": "Enter your credentials to authenticate with Proxmox VE.",
"title": "Proxmox VE credentials"
}
}
},
"entity": {
"binary_sensor": {
"node_backup_status": {
"name": "Backup status"
},
"status": {
"name": "Status"
},
"storage_active": {
"name": "Storage active",
"state": {
"off": "Inactive",
"on": "Active"
}
},
"storage_enabled": {
"name": "Storage enabled",
"state": {
"off": "Disabled",
"on": "Enabled"
}
},
"storage_shared": {
"name": "Storage shared",
"state": {
"off": "Not shared",
"on": "Shared"
}
}
},
"button": {
"hibernate": {
"name": "Hibernate"
},
"reset": {
"name": "Reset"
},
"resume_all": {
"name": "Resume"
},
"shutdown": {
"name": "Shut down"
},
"snapshot_create": {
"name": "Create snapshot"
},
"start": {
"name": "Start"
},
"start_all": {
"name": "Start all"
},
"stop": {
"name": "Stop"
},
"stop_all": {
"name": "Stop all"
},
"suspend_all": {
"name": "Suspend all"
}
},
"sensor": {
"container_cpu": {
"name": "CPU usage"
},
"container_disk": {
"name": "Disk usage"
},
"container_max_cpu": {
"name": "Max CPU"
},
"container_max_disk": {
"name": "Max disk usage"
},
"container_max_memory": {
"name": "Max memory usage"
},
"container_memory": {
"name": "Memory usage"
},
"container_memory_percentage": {
"name": "Memory usage percentage"
},
"container_netin": {
"name": "Network input"
},
"container_netout": {
"name": "Network output"
},
"container_status": {
"name": "Status",
"state": {
"running": "Running",
"stopped": "Stopped",
"suspended": "Suspended"
}
},
"container_uptime": {
"name": "Uptime"
},
"node_backup_duration": {
"name": "Backup duration"
},
"node_backup_last_backup": {
"name": "Last backup"
},
"node_cpu": {
"name": "CPU usage"
},
"node_disk": {
"name": "Disk usage"
},
"node_max_cpu": {
"name": "Max CPU"
},
"node_max_disk": {
"name": "Max disk usage"
},
"node_max_memory": {
"name": "Max memory usage"
},
"node_memory": {
"name": "Memory usage"
},
"node_memory_percentage": {
"name": "Memory usage percentage"
},
"node_status": {
"name": "Status",
"state": {
"offline": "Offline",
"online": "Online"
}
},
"node_uptime": {
"name": "Uptime"
},
"storage_available": {
"name": "Available storage"
},
"storage_total": {
"name": "Total storage"
},
"storage_used": {
"name": "Used storage"
},
"storage_used_percentage": {
"name": "Storage usage percentage"
},
"vm_cpu": {
"name": "CPU usage"
},
"vm_disk": {
"name": "Disk usage"
},
"vm_max_cpu": {
"name": "Max CPU"
},
"vm_max_disk": {
"name": "Max disk usage"
},
"vm_max_memory": {
"name": "Max memory usage"
},
"vm_memory": {
"name": "Memory usage"
},
"vm_memory_percentage": {
"name": "Memory usage percentage"
},
"vm_netin": {
"name": "Network input"
},
"vm_netout": {
"name": "Network output"
},
"vm_status": {
"name": "Status",
"state": {
"running": "Running",
"stopped": "Stopped",
"suspended": "Suspended"
}
},
"vm_uptime": {
"name": "Uptime"
}
}
},
"exceptions": {
"api_error_details": {
"message": "An error occurred while communicating with the Proxmox VE instance: {error}"
},
"api_error_no_details": {
"message": "An error occurred while communicating with the Proxmox VE instance."
},
"cannot_connect": {
"message": "An error occurred while trying to connect to the Proxmox VE instance: {error}"
},
"cannot_connect_no_details": {
"message": "Could not connect to the Proxmox VE instance."
},
"invalid_auth": {
"message": "An error occurred while trying to authenticate: {error}"
},
"invalid_auth_no_details": {
"message": "Authentication failed for the Proxmox VE instance."
},
"no_nodes_found": {
"message": "No active nodes were found on the Proxmox VE server."
},
"no_permission_node_power": {
"message": "The configured Proxmox VE user does not have permission to manage the power state of nodes. Please grant the user the 'Sys.PowerMgmt' permission and try again."
},
"no_permission_snapshot": {
"message": "The configured Proxmox VE user does not have permission to create snapshots of VMs and containers. Please grant the user the 'VM.Snapshot' permission and try again."
},
"no_permission_vm_lxc_power": {
"message": "The configured Proxmox VE user does not have permission to manage the power state of VMs and containers. Please grant the user the 'VM.PowerMgmt' permission and try again."
},
"no_vmlxc_found": {
"message": "No LXC or VM were found on the Proxmox VE server."
},
"permissions_error": {
"message": "Failed to retrieve Proxmox VE permissions. Please check your credentials and try again."
},
"ssl_error": {
"message": "An SSL error occurred: {error}"
},
"timeout_connect": {
"message": "A timeout occurred while trying to connect to the Proxmox VE instance: {error}"
},
"timeout_connect_no_details": {
"message": "A timeout occurred while trying to connect to the Proxmox VE instance."
}
},
"issues": {
"deprecated_yaml_import_issue_cannot_connect": {
"description": "Configuring {integration_title} via YAML is deprecated and will be removed in a future release. While importing your configuration, a connection error occurred. Please correct your YAML configuration and restart Home Assistant, or remove the {domain} key from your configuration and configure the integration via the UI.",
"title": "[%key:component::proxmoxve::issues::deprecated_yaml_import_issue_connect_timeout::title%]"
},
"deprecated_yaml_import_issue_connect_timeout": {
"description": "Configuring {integration_title} via YAML is deprecated and will be removed in a future release. While importing your configuration, a connection timeout occurred. Please correct your YAML configuration and restart Home Assistant, or remove the {domain} key from your configuration and configure the integration via the UI.",
"title": "The {integration_title} YAML configuration is being removed"
},
"deprecated_yaml_import_issue_invalid_auth": {
"description": "Configuring {integration_title} via YAML is deprecated and will be removed in a future release. While importing your configuration, invalid authentication details were found. Please correct your YAML configuration and restart Home Assistant, or remove the {domain} key from your configuration and configure the integration via the UI.",
"title": "[%key:component::proxmoxve::issues::deprecated_yaml_import_issue_connect_timeout::title%]"
},
"deprecated_yaml_import_issue_no_nodes_found": {
"description": "Configuring {integration_title} via YAML is deprecated and will be removed in a future release. While importing your configuration, no active nodes were found on the Proxmox VE server. Please correct your YAML configuration and restart Home Assistant, or remove the {domain} key from your configuration and configure the integration via the UI.",
"title": "[%key:component::proxmoxve::issues::deprecated_yaml_import_issue_connect_timeout::title%]"
},
"deprecated_yaml_import_issue_ssl_error": {
"description": "Configuring {integration_title} via YAML is deprecated and will be removed in a future release. While importing your configuration, an SSL error occurred. Please correct your YAML configuration and restart Home Assistant, or remove the {domain} key from your configuration and configure the integration via the UI.",
"title": "[%key:component::proxmoxve::issues::deprecated_yaml_import_issue_connect_timeout::title%]"
}
},
"selector": {
"auth_method": {
"options": {
"other": "Use another realm (specified in the next step)",
"pam": "Linux user - PAM standard authentication",
"pve": "Proxmox user - Proxmox VE authentication server"
}
}
}
}