-
Notifications
You must be signed in to change notification settings - Fork 416
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
39 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,39 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"reauth_successful": "Opätovné overenie bolo úspešné" | ||
}, | ||
"error": { | ||
"exists": "Tento účet je už nakonfigurovaný", | ||
"template": "{error}" | ||
}, | ||
"step": { | ||
"user": { | ||
"description": "Zadajte Vaše [eWeLink účet](https://www.ewelink.cc/en/) poverenia", | ||
"data": { | ||
"username": "E-mail alebo telefón (v režime DIY použite ľubovoľný)", | ||
"password": "Heslo (pre DIY režim nechajte prázdne)" | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"mode": "Režim (automatický režim sa odporúča pre väčšinu používateľov)", | ||
"homes": "Domy (nechajte nezačiarknuté \"current\" Home)", | ||
"debug": "Stránka ladenia (Integrácia > Ponuka > Známe problémy)" | ||
} | ||
} | ||
} | ||
}, | ||
"system_health": { | ||
"info": { | ||
"version": "Verzia", | ||
"cloud_online": "Cloudové zariadenia online", | ||
"local_online": "Miestne zariadenia online", | ||
"debug": "Stránka ladenia" | ||
} | ||
} | ||
} |