core/homeassistant/components/sentry/translations/en.json

37 lines
1.3 KiB
JSON
Raw Normal View History

2020-01-03 20:34:20 +00:00
{
2020-01-04 00:32:23 +00:00
"config": {
"abort": {
2020-08-27 00:04:55 +00:00
"already_configured": "Sentry is already configured",
"single_instance_allowed": "Already configured. Only a single configuration possible."
2020-01-04 00:32:23 +00:00
},
"error": {
"bad_dsn": "Invalid DSN",
"unknown": "Unexpected error"
},
"step": {
"user": {
2020-08-27 00:04:55 +00:00
"data": {
"dsn": "DSN"
},
2020-01-04 00:32:23 +00:00
"description": "Enter your Sentry DSN",
"title": "Sentry"
}
2020-04-15 16:51:07 +00:00
}
2020-08-27 00:04:55 +00:00
},
"options": {
"step": {
"init": {
"data": {
"environment": "Optional name of the environment.",
"event_custom_components": "Send events from custom components",
"event_handled": "Send handled events",
"event_third_party_packages": "Send events from third-party packages",
"logging_event_level": "The log level Sentry will register an event for",
"logging_level": "The log level Sentry will record logs as breadcrums for",
"tracing": "Enable performance tracing",
"tracing_sample_rate": "Tracing sample rate; between 0.0 and 1.0 (1.0 = 100%)"
}
}
}
2020-04-16 20:00:10 +00:00
}
2020-01-04 00:32:23 +00:00
}