Latest translations and fallbacks
parent
643ae05d68
commit
b3438bc695
@ -1,19 +1,19 @@
|
||||
{
|
||||
"maintenance-mode": "Maintenance Mode",
|
||||
"maintenance-mode.help": "When the forum is in maintenance mode, all requests will be redirected to a static holding page. Administrators are exempt from this redirection, and are able to access the site normally.",
|
||||
"maintenance-mode.message": "Maintenance Message",
|
||||
"headers": "Headers",
|
||||
"headers.allow-from": "Set ALLOW-FROM to Place NodeBB in an iFrame",
|
||||
"headers.powered-by": "Customise the \"Powered By\" header sent by NodeBB",
|
||||
"maintenance-mode": "Režim údržby",
|
||||
"maintenance-mode.help": "Je-li fórum v režimu údržby, všechny požadavky budou přesměrovány na statickou stránku. Správci jsou vyloučeni z tohoto přesměrování a budou mít normálně zobrazené stránky.",
|
||||
"maintenance-mode.message": "Zpráva údržby",
|
||||
"headers": "Hlavičky",
|
||||
"headers.allow-from": "Nastavte ALLOW-FROM pro umístění NodeBB do iFrame",
|
||||
"headers.powered-by": "Upravte si hlavičku \"Powered by\" odesílanou NodeBB",
|
||||
"headers.acao": "Access-Control-Allow-Origin",
|
||||
"headers.acao-help": "To deny access to all sites, leave empty",
|
||||
"headers.acao-help": "Pro zakázání přístupu na všechny stránky, zanechte prázdné",
|
||||
"headers.acam": "Access-Control-Allow-Methods",
|
||||
"headers.acah": "Access-Control-Allow-Headers",
|
||||
"traffic-management": "Traffic Management",
|
||||
"traffic.help": "NodeBB deploys equipped with 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": "Enable Traffic Management",
|
||||
"traffic.event-lag": "Event Loop Lag Threshold (in milliseconds)",
|
||||
"traffic.event-lag-help": "Lowering this value decreases wait times for page loads, but will also show the \"excessive load\" message to more users. (Restart required)",
|
||||
"traffic.lag-check-interval": "Check Interval (in milliseconds)",
|
||||
"traffic.lag-check-interval-help": "Lowering this value causes NodeBB to become more sensitive to spikes in load, but may also cause the check to become too sensitive. (Restart required)"
|
||||
"traffic-management": "Správa provozu",
|
||||
"traffic.help": "NodeBB obsahuje modul, který automaticky zamítá požadavky při vysokém vytížení. Toto nastavení můžete zde upravit, ačkoliv výchozí hodnoty jsou zaručením úspěchu.",
|
||||
"traffic.enable": "Povolit správu provozu",
|
||||
"traffic.event-lag": "Hranice prodlevy smyčky události (v milisekundách)",
|
||||
"traffic.event-lag-help": "Snížení této hodnoty sníží čas pro načtení stránky, ale taky zobrazí více uživatelům zprávu o \"přetížení stránek\". (je vyžadován restart)",
|
||||
"traffic.lag-check-interval": "Kontrola intervalů (v milisekundách)",
|
||||
"traffic.lag-check-interval-help": "Snížení této hodnoty způsobí, že NodeBB bude citlivější na zatížení načítání stránek a na kontrolu tohoto zatížení. (je vyžadován restart)"
|
||||
}
|
@ -1,25 +1,25 @@
|
||||
{
|
||||
"email-settings": "Email Settings",
|
||||
"address": "Email Address",
|
||||
"address-help": "The following email address refers to the email that the recipient will see in the \"From\" and \"Reply To\" fields.",
|
||||
"from": "From Name",
|
||||
"from-help": "The from name to display in the email.",
|
||||
"gmail-routing": "Gmail Routing",
|
||||
"gmail-routing-help1": "There have been reports of Gmail Routing not working on accounts with heightened security. In those scenarios, you will have to <a href=\"https://www.google.com/settings/security/lesssecureapps\">configure your GMail account to allow less secure apps</a>.",
|
||||
"gmail-routing-help2": "For more information about this workaround, <a href=\"https://nodemailer.com/using-gmail/\">please consult this NodeMailer article on the issue.</a> An alternative would be to utilise a third-party emailer plugin such as SendGrid, Mailgun, etc. <a href=\"{config.relative_path}/admin/extend/plugins\">Browse available plugins here</a>.",
|
||||
"gmail-transport": "Route emails through a Gmail/Google Apps account",
|
||||
"gmail-transport.username": "Username",
|
||||
"gmail-transport.username-help": "Enter the full email address here, especially if you are using a Google Apps managed domain.",
|
||||
"gmail-transport.password": "Password",
|
||||
"template": "Edit Email Template",
|
||||
"template.select": "Select Email Template",
|
||||
"template.revert": "Revert to Original",
|
||||
"testing": "Email Testing",
|
||||
"testing.select": "Select Email Template",
|
||||
"testing.send": "Send Test Email",
|
||||
"testing.send-help": "The test email will be sent to the currently logged in user's email address.",
|
||||
"subscriptions": "Email Subscriptions",
|
||||
"subscriptions.disable": "Disable subscriber notification emails",
|
||||
"subscriptions.hour": "Digest Hour",
|
||||
"subscriptions.hour-help": "Please enter a number representing the hour to send scheduled email digests (e.g. <code>0</code> for midnight, <code>17</code> for 5:00pm). Keep in mind that this is the hour according to the server itself, and may not exactly match your system clock.<br /> The approximate server time is: <span id=\"serverTime\"></span><br /> The next daily digest is scheduled to be sent <span id=\"nextDigestTime\"></span>"
|
||||
"email-settings": "Nastavení e-mailu",
|
||||
"address": "E-mailové adresy",
|
||||
"address-help": "Následující e-mailové adresy budou zobrazeny příjemci v políčkách \"Od\" a \"Odpovědět\".",
|
||||
"from": "Jméno - od",
|
||||
"from-help": "Zobrazené jméno v e-mailu v - Od",
|
||||
"gmail-routing": "Směrování služby Gmail",
|
||||
"gmail-routing-help1": "Směrování Gmailu někdy nefunguje s účty s nejvyšším zabezpečením. V tomto případě budete muset upravit <a href=\"https://www.google.com/settings/security/lesssecureapps\">váš účet na Gmailu a povolit nižší zabezpečení aplikací</a>.",
|
||||
"gmail-routing-help2": "Pro více informací o tomto způsobu řešení <a href=\"https://nodemailer.com/using-gmail/\">si přečtěte článek na NodeMailer.</a>. Alternativně se dá ještě upravit rozšíření třetích stran pro e-maily jako SendGrid, MailGun, atd. <a href=\"{config.relative_path}/admin/extend/plugins\">Dostupné rozšíření zde</a>.",
|
||||
"gmail-transport": "Směrovat e-maily přes účet Gmail/Google Apps",
|
||||
"gmail-transport.username": "Uživatelské jméno",
|
||||
"gmail-transport.username-help": "zadejte plnou e-mailovou adresu, zvláště používáte-li spravovanou doménu Google Apps.",
|
||||
"gmail-transport.password": "Heslo",
|
||||
"template": "Upravit šablonu e-mailu",
|
||||
"template.select": "Vybrat šablonu e-mailu",
|
||||
"template.revert": "Zpět k původnímu",
|
||||
"testing": "Test e-mailu",
|
||||
"testing.select": "Vyberte šablonu e-mailu",
|
||||
"testing.send": "Odeslat testovací e-mail",
|
||||
"testing.send-help": "Testovací e-mail bude odeslán aktuálně přihlášenému uživateli na jeho e-mailovou adresu z registrace.",
|
||||
"subscriptions": "Přihlášení e-mailu k odběru",
|
||||
"subscriptions.disable": "Zakázat oznamovací e-maily přihlášeným k odběru",
|
||||
"subscriptions.hour": "Hodina přehledu",
|
||||
"subscriptions.hour-help": "Zadejte číslo odpovídající hodině, kdy mají být odeslány přehledové e-maily (tj. <code>0</code> pro půlnoc, <code>17</code> pro 5:00pm). Mějte na paměti, že tato hodina závisí na hodinách samotného serveru a nemusí tak souhlasit se systémovými hodinami. <br />Přibližný čas serveru je: <span id=\"serverTime\"></span>.<br />Další odeslání přehledů je plánováno na <span id=\"nextDigestTime\"></span>."
|
||||
}
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"crawlability-settings": "Crawlability Settings",
|
||||
"robots-txt": "Custom Robots.txt <small>Leave blank for default</small>",
|
||||
"sitemap-feed-settings": "Sitemap & Feed Settings",
|
||||
"disable-rss-feeds": "Disable RSS Feeds",
|
||||
"disable-sitemap-xml": "Disable Sitemap.xml",
|
||||
"sitemap-topics": "Number of Topics to display in the Sitemap",
|
||||
"clear-sitemap-cache": "Clear Sitemap Cache",
|
||||
"view-sitemap": "View Sitemap"
|
||||
"crawlability-settings": "Nastavit prohledávatelnost",
|
||||
"robots-txt": "Upravit Robots.txt <small>Pro výchozí zanechte prázdné</small>",
|
||||
"sitemap-feed-settings": "Nastavit zdroj a mapu stránky",
|
||||
"disable-rss-feeds": "Zakázat zdroje RSS",
|
||||
"disable-sitemap-xml": "Zakázat Sitemap.xml",
|
||||
"sitemap-topics": "Počet témat zobrazených na mapě stránky",
|
||||
"clear-sitemap-cache": "Smazat mezipaměť mapy stránky",
|
||||
"view-sitemap": "Zobrazit mapu stránky"
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "polski",
|
||||
"code": "pl",
|
||||
"dir": "ltr"
|
||||
"dir": "od lewej do prawej"
|
||||
}
|
Loading…
Reference in New Issue