mediawiki-extensions-Syntax.../i18n/cs.json
Translation updater bot 019734aef5 Localisation updates from https://translatewiki.net.
Change-Id: I2fb07c7fb312aba9237bae8ac7d62d9ce4c27465
2020-04-07 08:50:37 +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ý",
"Matěj Suchánek",
"Mormegil"
]
},
"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ů}}"
}