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

34 lines
1.2 KiB
JSON
Raw Normal View History

2020-01-05 00:32:15 +00:00
{
"config": {
"abort": {
2020-09-07 00:03:02 +00:00
"already_configured": "Sentry jest ju\u017c skonfigurowane.",
2020-10-07 00:06:20 +00:00
"single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja"
2020-01-05 00:32:15 +00:00
},
"error": {
"bad_dsn": "Nieprawid\u0142owy DSN",
2020-09-16 00:09:01 +00:00
"unknown": "Nieoczekiwany b\u0142\u0105d"
2020-01-05 00:32:15 +00:00
},
"step": {
"user": {
2020-10-05 00:04:23 +00:00
"data": {
"dsn": "DSN"
},
2020-01-05 00:32:15 +00:00
"description": "Wprowad\u017a DSN Sentry",
"title": "Sentry"
}
2020-04-15 16:51:07 +00:00
}
2020-10-05 00:04:23 +00:00
},
"options": {
"step": {
"init": {
"data": {
"environment": "Opcjonalna nazwa \u015brodowiska.",
"event_custom_components": "Wysy\u0142aj zdarzenia z niestandardowych komponent\u00f3w",
"logging_event_level": "Poziom wpis\u00f3w dziennika, dla kt\u00f3rego Sentry zarejestruje zdarzenie",
"tracing": "W\u0142\u0105cz \u015bledzenie wydajno\u015bci",
"tracing_sample_rate": "Cz\u0119stotliwo\u015b\u0107 \u015bledzenia; od 0.0 do 1.0 (1.0 = 100%)"
}
}
}
2020-04-16 20:00:10 +00:00
}
2020-01-05 00:32:15 +00:00
}