1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"PO-Revision-Date: 2019-12-05 17:06+0000\n"
"Last-Translator: Jiri Tersel <jiri.tersel@seznam.cz>\n"
"Language-Team: Czech <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationswatchcat/cs/>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 3.10-dev\n"
#: applications/luci-app-watchcat/luasrc/model/cbi/watchcat/watchcat.lua:21
msgid "Forced reboot delay"
msgstr "Prodleva nuceného restartu"
#: applications/luci-app-watchcat/luasrc/model/cbi/watchcat/watchcat.lua:40
msgid "Host address to ping"
msgstr "Adresa zařízení, vůči kterému bude testováno připojení (ping)"
#: applications/luci-app-watchcat/luasrc/model/cbi/watchcat/watchcat.lua:47
msgid ""
"How often to check internet connection. Default unit is seconds, you can you "
"use the suffix 'm' for minutes, 'h' for hours or 'd' for days"
msgstr ""
"Perioda testování připojení; výchozí časovou jednotkou jsou sekundy, avšak "
"použitím přípony \"m\" lze určit minuty, pomocí \"h\" hodiny a \"d\" dny"
#: applications/luci-app-watchcat/luasrc/model/cbi/watchcat/watchcat.lua:31
msgid ""
"In periodic mode, it defines the reboot period. In internet mode, it defines "
"the longest period of time without internet access before a reboot is "
"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' "
"for hours or 'd' for days"
msgstr ""
"Pokud je nastaven periodický režim práce, tak tato hodnota vyjadřuje "
"interval opakování restartu. V 'internetovém' režimu práce hodnota vyjadřuje "
"nejdelší možnou dobu, po kterou smí být zařízení bez připojení k internetu, "
"resp. nastavenému testovacímu zařízení - po jejím uplynutí je proveden "
"automaticky reset. Výchozí jednotkou jsou sekundy, pomocí přípony \"m\" lze "
"nastavit minuty, pomocí \"h\" hodiny a prostřednictvím \"d\" dny"
#: applications/luci-app-watchcat/luasrc/model/cbi/watchcat/watchcat.lua:15
msgid "Operating mode"
msgstr "Pracovní režim"
#: applications/luci-app-watchcat/luasrc/model/cbi/watchcat/watchcat.lua:30
msgid "Period"
msgstr "Perioda"
#: applications/luci-app-watchcat/luasrc/model/cbi/watchcat/watchcat.lua:39
msgid "Ping host"
msgstr "Cílové zařízení příkazu ping"
#: applications/luci-app-watchcat/luasrc/model/cbi/watchcat/watchcat.lua:46
msgid "Ping period"
msgstr "Interval opakování testu ping"
#: applications/luci-app-watchcat/luasrc/controller/watchcat.lua:10
#: applications/luci-app-watchcat/luasrc/model/cbi/watchcat/watchcat.lua:5
msgid "Watchcat"
msgstr "Watchcat"
#: applications/luci-app-watchcat/luasrc/model/cbi/watchcat/watchcat.lua:6
msgid ""
"Watchcat allows configuring a periodic reboot when the Internet connection "
"has been lost for a certain period of time."
msgstr ""
"Nástroj Watchcat umožňuje provést restart zařízení, když ztráta připojení "
"trvá stanovenou dobu, případně restart provádět periodicky vždy."
#: applications/luci-app-watchcat/luasrc/model/cbi/watchcat/watchcat.lua:22
msgid ""
"When rebooting the system, the watchcat will trigger a soft reboot. Entering "
"a non zero value here will trigger a delayed hard reboot if the soft reboot "
"fails. Enter a number of seconds to enable, use 0 to disable"
msgstr ""
"Watchcat provádí \"měkký\" restart (hodnota 0). Zadáním nenulové hodnoty "
"nastavíte interval (v sekundách), po kterém bude proveden \"tvrdý\" restart, "
"pokud \"měkký\" restart selhal"
|