-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Adam Kurzawa <[email protected]>
- Loading branch information
1 parent
066e739
commit 983c504
Showing
1 changed file
with
27 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,27 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"already_configured": "Urządzenie jest już skonfigurowane" | ||
}, | ||
"error": { | ||
"cannot_connect": "Nie udało się połączyć", | ||
"invalid_auth": "Niprawidłowa nazwa użytkownika lub hasło", | ||
"unknown": "Wystąpił nieznany błąd" | ||
}, | ||
"step": { | ||
"user": { | ||
"description": "Wprowadź swój identyfikator Panasonic ID i hasło:", | ||
"data": { | ||
"password": "Hasło", | ||
"username": "Nazwa użytkownika" | ||
} | ||
}, | ||
"reauth": { | ||
"description": "Wprowadź hasło dla swojego identyfikatora Panasonic ID {username}:", | ||
"data": { | ||
"password": "Hasło" | ||
} | ||
} | ||
} | ||
} | ||
} |