Home Assistant Git Exporter
This commit is contained in:
45
config/custom_components/watchman/translations/en.json
Normal file
45
config/custom_components/watchman/translations/en.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "Only one instance of watchman is allowed"
|
||||
},
|
||||
"step": {}
|
||||
},
|
||||
"options": {
|
||||
"error": {
|
||||
"invalid_included_folders": "included_folders should be a comma separated list of configuration folders",
|
||||
"invalid_columns_width": "columns_width should be a list of 3 positive integers",
|
||||
"wrong_value_ignored_states": "Accepted values are: 'unavailable', 'missing' and 'unknown'",
|
||||
"malformed_json": "service data should be a valid json dictionary",
|
||||
"unknown_service": "unknown service: `{service}`"
|
||||
},
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Watchman settings",
|
||||
"data": {
|
||||
"service": "Notification service (e.g. notify.telegram)",
|
||||
"service_data": "Notification service data",
|
||||
"included_folders": "Included folders",
|
||||
"report_header": "Custom header for the report",
|
||||
"report_path": "Report location e.g. /config/report.txt",
|
||||
"ignored_items": "Ignored entities and services",
|
||||
"ignored_states": "Ignored entity states",
|
||||
"chunk_size": "Message chunk size in bytes (used with notification service)",
|
||||
"ignored_files": "Ignored files (comma-separated)",
|
||||
"check_lovelace": "Parse dashboards UI (ex-Lovelace) configuration",
|
||||
"columns_width": "List of report columns width, e.g. 30, 7, 60",
|
||||
"startup_delay": "Startup delay for watchman sensors initialization",
|
||||
"friendly_names": "Add friendly names to the report"
|
||||
},
|
||||
"data_description": {
|
||||
"service_data": "JSON object with notification service data, see documentation for details",
|
||||
"included_folders": "Comma-separated list of folders where watchman should look for config files",
|
||||
"ignored_items": "Comma-separated list of entities and services excluded from tracking",
|
||||
"ignored_states": "Comma-separated list of the states excluded from tracking",
|
||||
"ignored_files": "Comma-separated list of config files excluded from tracking"
|
||||
},
|
||||
"description": "[Help on settings](https://github.com/dummylabs/thewatchman#configuration)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user