Skip to content

Commit

Permalink
Merge pull request #441 from mkornat/feature/pl_translation
Browse files Browse the repository at this point in the history
add polish translation
  • Loading branch information
wlcrs authored Aug 11, 2023
2 parents 1b39063 + 8bb2685 commit 76c866f
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions translations/pl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"config": {
"abort": {
"already_configured": "Urządzenie jest już skonfigurowane"
},
"error": {
"cannot_connect": "Połączenie się nie powiodło",
"invalid_auth": "Nieudane logowanie",
"invalid_slave_ids": "Identyfikatory urządzeń muszą być listą oddzielonych przeninkami liczb",
"read_error": "Odczyd z inwertera nie powódł się.",
"slave_cannot_connect": "Nie udało się połączyć z kolejnym urządzeniem",
"unknown": "Nieoczekiwany error"
},
"step": {
"network_login": {
"data": {
"password": "Hasło",
"username": "Nazwa użytkowanika"
},
"description": "Podaj dane autoryzacyjne Instalatora"
},
"setup_network": {
"data": {
"enable_parameter_configuration": "Zaawansowane: podnieś uprawnienia",
"host": "Host",
"port": "Port",
"slave_ids": "Identyfikatory urządzeń (oddzielone przecinkami)"
}
},
"setup_serial": {
"data": {
"port": "Wybierz urządzenie",
"slave_ids": "Identyfikatory urządzeń (oddzielone przyciskami)"
},
"title": "Urządzenie"
},
"setup_serial_manual_path": {
"data": {
"port": "Ścieżka urządzenia USB"
},
"title": "Ścieżka"
},
"user": {
"data": {
"type": "Typ połączenia"
},
"title": "Wybierz typ urządzenia"
}
}
}
}

0 comments on commit 76c866f

Please sign in to comment.