-
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.
Merge pull request #58 from ceskyDJ/patch-1
l10n: Add Czech
- Loading branch information
Showing
2 changed files
with
33 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": "Zařízení je již nastaveno", | ||
"existing_instance_updated": "Bylo aktualizováno existující nastavení" | ||
}, | ||
"error": { | ||
"cannot_connect": "Nepodařilo se připojit", | ||
"invalid_auth": "Nastala chyba při autentizaci", | ||
"unknown": "Objevila se neočekávaná chyba" | ||
}, | ||
"step": { | ||
"user": { | ||
"description": "Zadejte informace pro připojení k vaší instanci Uptime Kuma:", | ||
"data": { | ||
"host": "Hostitel/URL", | ||
"password": "Heslo", | ||
"port": "Port", | ||
"username": "Uživatelské jméno", | ||
"verify_ssl": "Ověřit SSL certifikát" | ||
} | ||
} | ||
} | ||
} | ||
} |
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,8 @@ | ||
{ | ||
"state": { | ||
"uptimerobot__monitor_status": { | ||
"down": "Nedostupné", | ||
"up": "Běží" | ||
} | ||
} | ||
} |