-
Notifications
You must be signed in to change notification settings - Fork 23
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
25 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,25 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"already_configured": "Zariadenie je už nakonfigurované", | ||
"existing_instance_updated": "Aktualizovaná už existujúca konfigurácia." | ||
}, | ||
"error": { | ||
"cannot_connect": "Nepodarilo sa pripojiť", | ||
"invalid_auth": "Neplatné overenie", | ||
"unknown": "Neočakávaná chyba" | ||
}, | ||
"step": { | ||
"user": { | ||
"description": "Zadajte informácie o pripojení pre inštanciu Uptime Kuma:", | ||
"data": { | ||
"host": "Host/URL", | ||
"password": "Heslo", | ||
"port": "Port", | ||
"username": "Užívateľské meno", | ||
"verify_ssl": "Overiť SSL certifikát" | ||
} | ||
} | ||
} | ||
} | ||
} |