{
	"maintenance-mode": "Režim údržby",
	"maintenance-mode.help": "Ak je fórum v režime údržby, všetky požiadavky budú presmerované na statickú stránku. Administrátori sú vylúčení z tohto presmerovania a majú prístup na stránku normálne.",
	"maintenance-mode.status": "Maintenance Mode Status Code",
	"maintenance-mode.message": "Správa údržby",
	"headers": "Hlavičky",
	"headers.allow-from": "Nastavte ALLOW-FROM pro umístění NodeBB do iFrame",
	"headers.csp-frame-ancestors": "Set Content-Security-Policy frame-ancestors header to Place NodeBB in an iFrame",
	"headers.csp-frame-ancestors-help": "'none', 'self'(default) or list of URIs to allow.",
	"headers.powered-by": "Upravte hlavičku „Powered by” odosielanou NodeBB",
	"headers.acao": "Access-Control-Allow-Origin",
	"headers.acao-regex": "Access-Control-Allow-Origin Regular Expression",
	"headers.acao-help": "Ak chcete zamietnuť prístup na všetky stránky, nechajte prázdne",
	"headers.acao-regex-help": "Sem zadajte regulárne výrazy, ktoré zodpovedajú dynamickým originálom. Pre zakázanie všetkých stránok, ponechajte prázdne.",
	"headers.acac": "Access-Control-Allow-Credentials",
	"headers.acam": "Access-Control-Allow-Methods",
	"headers.acah": "Access-Control-Allow-Headers",
	"headers.coep": "Cross-Origin-Embedder-Policy",
	"headers.coep-help": "When enabled (default), will set the header to <code>require-corp</code>",
	"headers.corp": "Cross-Origin-Resource-Policy",
	"hsts": "Prísne zabezpečenie prenosu",
	"hsts.enabled": "Povoliť HSTS (odporúčané)",
	"hsts.maxAge": "HSTS Max Age",
	"hsts.subdomains": "Zahrnúť pod domény v hlavičke HSTS",
	"hsts.preload": "Povoliť pred načítavanie hlavičky HSTS",
	"hsts.help": "Ak je povolené, bude nastavená pre tieto stránky hlavička HSTS. V hlavičke si môžete zvoliť aj zahrnutie pod domén a prednastavených príznakov. Ak si nieste istý, nechajte nezaškrtnuté <a href=\"%1\">Viac informácií <i class=\"fa fa-external-link\"></i></a>",
	"traffic-management": "Správa prevádzky",
	"traffic.help": "NodeBB uses a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.",
	"traffic.enable": "Povoliť správu prevádzky",
	"traffic.event-lag": "Hranice oneskorenia slučky udalosti (v milisekundách)",
	"traffic.event-lag-help": "Zníženie tejto hodnoty zníži čas pre načítanie stránky, ale taktiež zobrazí viac používateľom správu o „preťažení stránok”. (je vyžadovaný reštart)",
	"traffic.lag-check-interval": "Kontrola intervalov (v milisekundách)",
	"traffic.lag-check-interval-help": "Zníženie tejto hodnoty spôsobí, že NodeBB bude citlivejšie na zaťaženie načítania stránok a na kontrolu tohto zaťaženia. (je vyžadovaný reštart)",

	"sockets.settings": "WebSocket Settings",
	"sockets.max-attempts": "Max Reconnection Attempts",
	"sockets.default-placeholder": "Default: %1",
	"sockets.delay": "Reconnection Delay",

	"analytics.settings": "Analytics Settings",
	"analytics.max-cache": "Analytics Cache Max Value",
	"analytics.max-cache-help": "On high-traffic installs, the cache could be exhausted continuously if there are more concurrent active users than the Max Cache value. (Restart required)",
	"compression.settings": "Compression Settings",
	"compression.enable": "Enable Compression",
	"compression.help": "This setting enables gzip compression. For a high-traffic website in production, the best way to put compression in place is to implement it at a reverse proxy level. You can enable it here for testing purposes."
}