-
Notifications
You must be signed in to change notification settings - Fork 420
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1057 from edgarmaloverian/ee-translation
added Estonian language file
- 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": "Re-autentifitseerimine õnnestus" | ||
}, | ||
"error": { | ||
"exists": "See konto on juba konfigureeritud", | ||
"template": "{error}" | ||
}, | ||
"step": { | ||
"user": { | ||
"description": "Sisesta oma [eWeLink account](https://www.ewelink.cc/en/) andmed", | ||
"data": { | ||
"username": "Email või telefon (DIY režhiimis suvaline)", | ||
"password": "Parool (DIY režhiimis jäta tühjaks)" | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"mode": "Režhiim (auto on soovitatav enamustel juhtudest)", | ||
"homes": "Kodud (Jäta tühjaks \"olemasoleva\" Kosu jaoks)", | ||
"debug": "Debug leht (Integratsioon > Kolm täpii > Known issues)" | ||
} | ||
} | ||
} | ||
}, | ||
"system_health": { | ||
"info": { | ||
"version": "Versioon", | ||
"cloud_online": "Pilveseadmeid online", | ||
"local_online": "Lokaalseid seadmeid online", | ||
"debug": "Debug leht" | ||
} | ||
} | ||
} |