-
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} |