mediawiki-extensions-Syntax.../i18n/cs.json
Translation updater bot e08865087c Localisation updates from https://translatewiki.net.
Change-Id: I6bc88751e47502ddd1b16004c35ff6dab47efb72
2017-05-18 22:58:04 +02:00

23 lines
1.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"@metadata": {
"authors": [
"Li-sung",
"Matěj Grabovský",
"Mormegil",
"Matěj Suchánek"
]
},
"syntaxhighlight-desc": "Poskytuje zvýrazňování syntaxe <code>&lt;syntaxhighlight&gt;</code> pomocí [http://pygments.org Pygments zvýrazňovače syntaxe v Pythonu]",
"syntaxhighlight-error-category": "Stránky s chybami ve zvýrazňování kódu",
"syntaxhighlight-error-category-desc": "Při pokusu o zvýraznění kódu na stránce došlo k chybě.",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code": "Kód",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language": "Jazyk",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none": "(žádný)",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines": "Zobrazit čísla řádků",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline": "Počáteční číslo řádku",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title": "Blok kódu",
"syntaxhighlight-error-pygments-invocation-failure": "Nepodařilo se zavolat Pygments",
"syntaxhighlight-error-unknown-language": "Neznámý jazyk „$1“",
"syntaxhighlight-error-exceeds-size-limit": "Kód o velikosti $1 {{PLURAL:$1|bajt|bajty|bajtů}} přesahuje dovolené maximum $2 {{PLURAL:$2|bajt|bajty|bajtů}}"
}