Translated using Weblate (Czech)

Currently translated at 36.4% (62 of 170 strings)

Translated using Weblate (Czech)

Currently translated at 73.0% (312 of 427 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Michal Basler <minecz.michal.basler@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/audio/cs/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/cs/
Translation: Frigate NVR/audio
Translation: Frigate NVR/common
This commit is contained in:
Hosted Weblate 2025-04-17 13:24:48 +02:00 committed by Blake Blackshear
parent 61fc15ee48
commit 4d41685ae9
2 changed files with 87 additions and 2 deletions

View File

@ -307,5 +307,9 @@
"truck": "Nákladní auto",
"static": "Šum",
"engine_knocking": "Klepání v motoru",
"skateboard": "Skateboard"
"skateboard": "Skateboard",
"chant": "Skandování",
"rapping": "Rapování",
"gasp": "Zalapání po dechu",
"heart_murmur": "Srdeční šelest"
}

View File

@ -1,5 +1,86 @@
{
"time": {
"untilForTime": "Do {{time}}"
"untilForTime": "Do {{time}}",
"untilForRestart": "Do doby, než se Frigarte restartuje.",
"untilRestart": "Do restartu",
"justNow": "Teď",
"today": "Dnes",
"yesterday": "Včera",
"last7": "Posledních 7 dní",
"last14": "Posledních 14 dní",
"last30": "Posledních 30 dní",
"thisWeek": "Tento týden",
"lastWeek": "Minulý týden",
"thisMonth": "Tento měsíc",
"lastMonth": "Minulý měsíc",
"5minutes": "5 minut",
"10minutes": "10 minut",
"30minutes": "30 minut",
"1hour": "1 hodina",
"12hours": "12 hodin",
"24hours": "24 hodin",
"pm": "odpoledne",
"am": "ráno",
"year_one": "{{time}} rok",
"year_few": "{{time}} let",
"year_other": "{{time}} let",
"month_one": "{{time}} měsíc",
"month_few": "{{time}} měsíce",
"month_other": "{{time}} měsíců",
"day_one": "{{time}} den",
"day_few": "{{time}} dny",
"day_other": "{{time}} dní",
"hour_one": "{{time}} hodina",
"hour_few": "{{time}} hodiny",
"hour_other": "{{time}} hodin",
"minute_one": "{{time}} minuta",
"minute_few": "{{time}} minuty",
"minute_other": "{{time}} minut",
"second_one": "{{time}} sekunda",
"second_few": "{{time}} sekundy",
"second_other": "{{time}} sekund"
},
"button": {
"twoWayTalk": "Obousměrná komunikace",
"enabled": "Zapnuto",
"cameraAudio": "Zvuk kamery",
"apply": "Použij",
"reset": "Reset",
"done": "Hotovo",
"on": "Zapnuto",
"off": "Vypnuto",
"edit": "Upravit",
"enable": "Zapni",
"disabled": "Vypnuto",
"disable": "Vypni",
"save": "Uložit",
"saving": "Ukládám...",
"cancel": "Zrušit",
"close": "Zavři",
"copy": "Zkopíruj",
"back": "Zpět",
"history": "Historie",
"fullscreen": "Celá obrazovka",
"exitFullscreen": "Opustit režim celé obrazovky",
"pictureInPicture": "Obraz v obraze",
"copyCoordinates": "Zkopíruj souřadnice",
"delete": "Odstraň",
"yes": "Ano",
"no": "Ne",
"download": "Stáhnout",
"info": "Informace",
"suspended": "Pozastaveno",
"unsuspended": "Zrušit pozastavení",
"play": "Hrát",
"unselect": "Zrušit výběr"
},
"label": {
"back": "Jdi zpět"
},
"unit": {
"speed": {
"kph": "KM/h",
"mph": "míle/h"
}
}
}