0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-03-21 08:03:01 +00:00
kevinpapst_kimai2/translations/exceptions.cs.xlf
Weblate (bot) cafd84cee4
Translations update from Weblate (#1994)
Co-authored-by: Nathan <bonnemainsnathan@gmail.com>
Co-authored-by: Kevin Papst <kevin@kevinpapst.de>
Co-authored-by: Balázs Fülöp <fulopbalazs91@gmail.com>
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca>
Co-authored-by: Juri Grabowski <hosted-weblate@jugra.de>
Co-authored-by: Katarzyna Sobolewska <kasia.sobolewska1@gmail.com>
Co-authored-by: ssantos <ssantos@web.de>
Co-authored-by: Péter Gyetvai <gyetpet@mailbox.org>
Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com>
Co-authored-by: Kevin Papst <kpapst@gmx.net>
2020-10-01 10:52:11 +02:00

52 lines
2.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="cs" datatype="plaintext" original="exceptions.en.xlf">
<body>
<trans-unit id="access.denied">
<source>access.denied</source>
<target>Přístup byl odepřen</target>
</trans-unit>
<trans-unit id="stacktrace">
<source>stacktrace</source>
<target>K problému došlo zde</target>
</trans-unit>
<trans-unit id="http_error.title">
<source>http_error.title</source>
<target>Chyba</target>
</trans-unit>
<trans-unit id="http_error.description">
<source>http_error.description</source>
<target>Vyskytla se chyba.</target>
</trans-unit>
<trans-unit id="http_error.suggestion">
<source>http_error.suggestion</source>
<target>
Došlo k neočekávané chybě, zkuste to znovu.
Pokud se chyba vyskytuje opakovaně, kontaktujte svého správce.
</target>
</trans-unit>
<trans-unit id="http_error_404.description">
<source>http_error_404.description</source>
<target>Stránka neexistuje.</target>
</trans-unit>
<trans-unit id="http_error_404.suggestion">
<source>http_error_404.suggestion</source>
<target>
Nenašli jsme stránku, kterou jste hledali.
Můžete se vrátit na Nástěnku a začít znovu.
</target>
</trans-unit>
<trans-unit id="http_error_403.description">
<source>http_error_403.description</source>
<target>Tato stránka má omezený přístup.</target>
</trans-unit>
<trans-unit id="http_error_403.suggestion">
<source>http_error_403.suggestion</source>
<target>
Litujeme, nemáte dostatečná oprávnění k zobrazení této stránky.
Pokud se jedná o chybu, kontaktujte svého správce.
</target>
</trans-unit>
</body>
</file>
</xliff>