Skip to content

Commit

Permalink
Updated strings from microsoft/vscode-loc-drop@d31a371 (#1520)
Browse files Browse the repository at this point in the history
Co-authored-by: vscode <vscode@microsoft.com>
  • Loading branch information
azure-pipelines[bot] and vscode authored Dec 1, 2023
1 parent 8a9f5f3 commit a06312b
Show file tree
Hide file tree
Showing 125 changed files with 1,090 additions and 1,062 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"Avoid using !important. It is an indication that the specificity of the entire CSS has gotten out of control and needs to be refactored.": "Nepoužívejte vlastnost !important. Indikuje, že specificita celého kódu CSS není pod kontrolou a vyžaduje refaktorování.",
"Avoid using 'float'. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes.": "Nepoužívejte datový typ float. Při používání datového typu float se může kód CSS snadno poškodit, pokud se změní jeden aspekt rozložení.",
"CSS Language Server": "Server jazyka CSS",
"CSS fix is outdated and can\\'t be applied to the document.": "Oprava funkce CSS je zastaralá a nedá se použít pro dokument.",
"CSS fix is outdated and can't be applied to the document.": "CSS fix is outdated and can't be applied to the document.",
"Causes one or more rules to be emitted at the root of the document.": "Způsobí, že se v kořenovém adresáři dokumentu vygeneruje jedno nebo více pravidel.",
"Changes one or more properties of a color.": "Změní jednu nebo více vlastností barvy.",
"Changes the alpha component for a color.": "Změní alfa komponentu pro barvu.",
Expand Down Expand Up @@ -171,7 +171,7 @@
"arccosine - inverse of cosine function": "arkus kosinus – inverzní kosinus",
"arcsine - inverse of sine function": "arkus sinus – inverzní sinus",
"arctangent - inverse of tangent function": "arkus tangens – inverzní tangens",
"argument from \\'{0}\\'": "argument z {0}",
"argument from '{0}'": "argument from '{0}'",
"at-rule or selector expected": "očekávalo se pravidlo at-rule nebo selektor",
"at-rule unknown": "neznámé pravidlo at-rule",
"bind the evaluation of a ruleset to each member of a list.": "vytvoří vazbu vyhodnocení sady pravidel s každým členem seznamu.",
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"The current file has uncommitted changes. Please commit your changes before copying a link.": "Aktuální soubor obsahuje nepotvrzené změny. Před zkopírováním odkazu potvrďte změny.",
"The fork \"{0}\" was successfully created on GitHub.": "Fork {0} se úspěšně vytvořil na GitHubu.",
"Uploading files": "Nahrávají se soubory.",
"You don\\'t have permissions to push to \"{0}/{1}\" on GitHub. Would you like to create a fork and push to it instead?": "Nemáte oprávnění k nasdílení změn na „{0}/{1}“ na GitHubu. Chcete místo toho vytvořit fork a nasdílet změny do něj?",
"You don't have permissions to push to \"{0}/{1}\" on GitHub. Would you like to create a fork and push to it instead?": "You don't have permissions to push to \"{0}/{1}\" on GitHub. Would you like to create a fork and push to it instead?",
"Your push to \"{0}/{1}\" was rejected by GitHub because push protection is enabled and one or more secrets were detected.": "GitHub odmítl vaše nasdílení změn do{0}/{1}, protože je povolená ochrana nabízených oznámení a zjistil se jeden nebo více tajných kódů."
},
"package": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"Changes one or more properties of a color.": "Změní jednu nebo více vlastností barvy.",
"Changes the alpha component for a color.": "Změní alfa komponentu pro barvu.",
"Changes the hue of a color.": "Změní odstín barvy.",
"Character entity representing \\'{0}\\'": "Kód znaku představující {0}",
"Character entity representing \\'{0}\\', unicode equivalent \\'{1}\\'": "Kód znaku představující {0}, ekvivalent unicode {1}.",
"Character entity representing '{0}'": "Character entity representing '{0}'",
"Character entity representing '{0}', unicode equivalent '{1}'": "Character entity representing '{0}', unicode equivalent '{1}'",
"Closing bracket expected.": "Očekávala se pravá závorka.",
"Closing bracket missing.": "Chybí pravá závorka.",
"Combines several lists into a single multidimensional list.": "Zkombinuje několik seznamů do jednoho multidimenzionálního seznamu.",
Expand Down Expand Up @@ -180,7 +180,7 @@
"arccosine - inverse of cosine function": "arkus kosinus – inverzní kosinus",
"arcsine - inverse of sine function": "arkus sinus – inverzní sinus",
"arctangent - inverse of tangent function": "arkus tangens – inverzní tangens",
"argument from \\'{0}\\'": "argument z {0}",
"argument from '{0}'": "argument from '{0}'",
"at-rule or selector expected": "očekávalo se pravidlo at-rule nebo selektor",
"at-rule unknown": "neznámé pravidlo at-rule",
"bind the evaluation of a ruleset to each member of a list.": "vytvoří vazbu vyhodnocení sady pravidel s každým členem seznamu.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": "1.0.0",
"contents": {
"bundle": {
"$ref \\'{0}\\' in \\'{1}\\' can not be resolved.": "$ref \\'{0}\\' v \\'{1}\\' se nedá vyřešit.",
"$ref '{0}' in '{1}' can not be resolved.": "$ref '{0}' in '{1}' can not be resolved.",
"<empty>": "<empty>",
"A default value. Used by suggestions.": "Výchozí hodnota. Používá se v návrzích.",
"A descriptive title of the element.": "Popisný název elementu.",
Expand All @@ -21,7 +21,7 @@
"A regular expression to match the string against. It is not implicitly anchored.": "Regulární výraz, se kterým se má řetězec shodovat. Není implicitně ukotven.",
"A schema which must not match.": "Schéma, které se nesmí shodovat.",
"A unique identifier for the schema.": "Jedinečný identifikátor daného schématu.",
"An array instance is valid against \\\"contains\\\" if at least one of its elements is valid against the given schema.": "Instance pole je platná pro \\\"contains\\\", pokud je alespoň jeden z jejích prvků platný proti danému schématu.",
"An array instance is valid against \"contains\" if at least one of its elements is valid against the given schema.": "An array instance is valid against \"contains\" if at least one of its elements is valid against the given schema.",
"An array of schemas, all of which must match.": "Pole schémat, které se musí shodovat.",
"An array of schemas, exactly one of which must match.": "Pole schémat, z nichž přesně jedno se musí shodovat.",
"An array of schemas, where at least one must match.": "Pole schémat, kde se musí shodovat alespoň jedno.",
Expand All @@ -45,10 +45,10 @@
"Describes the content encoding of a string property.": "Popisuje kódování obsahu řetězcové vlastnosti.",
"Describes the format expected for the value.": "Popisuje formát očekávaný pro hodnotu.",
"Describes the media type of a string property.": "Popisuje typ média vlastnosti řetězce.",
"Downloading schemas is disabled through setting \\'{0}\\'": "Stahování schémat je zakázáno nastavením \\'{0}\\'",
"Downloading schemas is disabled through setting '{0}'": "Downloading schemas is disabled through setting '{0}'",
"Downloading schemas is disabled. Click to configure.": "Stahování schémat je zakázané. Po kliknutí ho můžete nakonfigurovat.",
"Draft-03 schemas are not supported.": "Schémata Draft-03 se nepodporují.",
"Duplicate anchor declaration: \\'{0}\\'": "Duplicitní deklarace ukotvení: \\'{0}\\'",
"Duplicate anchor declaration: '{0}'": "Duplicate anchor declaration: '{0}'",
"Duplicate object key": "Duplikovat klíč objektu",
"Either a schema or a boolean. If a schema, then used to validate all properties not matched by 'properties' or 'patternProperties'. If false, then any properties not matched by either will cause this schema to fail.": "Schéma nebo logická hodnota. Pokud jde o schéma, pak se použije k ověření všech vlastností, které neodpovídají vlastnostem properties nebo patternProperties. Pokud je false, způsobí všechny vlastnosti, které se neshodují s žádnou z těchto vlastností, selhání tohoto schématu.",
"Either a string of one of the basic schema types (number, integer, null, array, object, boolean, string) or an array of strings specifying a subset of those types.": "Buď řetězec jednoho ze základních typů schématu (číslo, celé číslo, null, pole, objekt, logická hodnota, řetězec), nebo pole řetězců určující podmnožinu těchto typů.",
Expand Down Expand Up @@ -95,8 +95,8 @@
"Open Extension": "Otevřít rozšíření",
"Open Settings": "Otevřít nastavení",
"Outline": "Osnova",
"Problem reading content from \\'{0}\\': UTF-8 with BOM detected, only UTF 8 is allowed.": "Problém se čtením obsahu z \\'{0}\\': Zjistilo se UTF-8 s BOM, povoluje se jen UTF 8.",
"Problems loading reference \\'{0}\\': {1}": "Problémy s načítáním odkazu \\'{0}\\': {1}",
"Problem reading content from '{0}': UTF-8 with BOM detected, only UTF 8 is allowed.": "Problem reading content from '{0}': UTF-8 with BOM detected, only UTF 8 is allowed.",
"Problems loading reference '{0}': {1}": "Problems loading reference '{0}': {1}",
"Property expected": "Očekává se vlastnost",
"Property keys must be doublequoted": "Klíče vlastností musí být ve dvojitých uvozovkách.",
"Property {0} is not allowed.": "Vlastnost {0} není povolená.",
Expand All @@ -117,8 +117,8 @@
"String is not an IPv6 address.": "Řetězec není IPv6 adresa.",
"String is not an e-mail address.": "Řetězec není e-mailová adresa.",
"String is shorter than the minimum length of {0}.": "Řetězec je kratší než minimální délka {0}.",
"The \\\"else\\\" subschema is used for validation when the \\\"if\\\" subschema fails.": "Podschéma \\\"else\\\" se používá k ověření, když selže podschéma \\\"if\\\".",
"The \\\"if\\\" subschema is used for validation when the \\\"if\\\" subschema succeeds.": "Dílčí soubor \\\"if\\\" se používá k ověření, když je dílčí soubor \\\"if\\\" úspěšný.",
"The \"else\" subschema is used for validation when the \"if\" subschema fails.": "The \"else\" subschema is used for validation when the \"if\" subschema fails.",
"The \"if\" subschema is used for validation when the \"if\" subschema succeeds.": "The \"if\" subschema is used for validation when the \"if\" subschema succeeds.",
"The maximum length of a string.": "Maximální délka řetězce.",
"The maximum number of items that can be inside an array. Inclusive.": "Maximální počet položek, které mohou být uvnitř pole. Inkluzivní.",
"The maximum number of properties an object can have. Inclusive.": "Maximální počet vlastností, které objekt může mít. Inkluzivní.",
Expand All @@ -130,18 +130,18 @@
"The schema to verify this document against.": "Schéma, proti kterému se má tento dokument ověřit.",
"The schema uses meta-schema features ({0}) that are not yet supported by the validator.": "Schéma používá funkce meta schématu ({0}), které validátor zatím nepodporuje.",
"The set of literal values that are valid.": "Sada hodnot literálů, které jsou platné.",
"The validation outcome of the \\\"if\\\" subschema controls which of the \\\"then\\\" or \\\"else\\\" keywords are evaluated.": "Výsledek ověření dílčího souboru \\\"if\\\" určuje, které klíčové slovo \\\"then\\\" nebo \\\"else\\\" se vyhodnotí.",
"The validation outcome of the \"if\" subschema controls which of the \"then\" or \"else\" keywords are evaluated.": "The validation outcome of the \"if\" subschema controls which of the \"then\" or \"else\" keywords are evaluated.",
"Trailing comma": "Koncová čárka",
"URI expected.": "Očekával se identifikátor URI.",
"URI is expected.": "Očekává se identifikátor URI.",
"URI with a scheme is expected.": "Očekává se identifikátor URI se schématem.",
"Unable to compute used schemas: No document": "Nelze vypočítat použitá schémata: Žádný dokument",
"Unable to compute used schemas: {0}": "Nelze vypočítat použitá schémata: {0}",
"Unable to load schema from \\'{0}\\'. No schema request service available": "Nelze načíst schéma z \\'{0}\\'. Není k dispozici žádná služba žádostí o schéma.",
"Unable to load schema from \\'{0}\\': No content.": "Nelze načíst schéma z \\'{0}\\': Žádný obsah.",
"Unable to load schema from \\'{0}\\': {1}.": "Nelze načíst schéma z \\'{0}\\': {1}.",
"Unable to load schema from '{0}'. No schema request service available": "Unable to load schema from '{0}'. No schema request service available",
"Unable to load schema from '{0}': No content.": "Unable to load schema from '{0}': No content.",
"Unable to load schema from '{0}': {1}.": "Unable to load schema from '{0}': {1}.",
"Unable to load {0}": "Nelze načíst {0}.",
"Unable to parse content from \\'{0}\\': Parse error at offset {1}.": "Nelze analyzovat obsah z \\'{0}\\': Chyba analýzy na posunu {1}.",
"Unable to parse content from '{0}': Parse error at offset {1}.": "Unable to parse content from '{0}': Parse error at offset {1}.",
"Unable to resolve schema. Click to retry.": "Schéma nelze vyhodnotit. Kliknutím to můžete zkusit znovu.",
"Unexpected end of comment.": "Neočekávaný konec komentáře.",
"Unexpected end of number.": "Neočekávaný konec čísla.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,25 @@
"Insert Markdown Media and Links": "Vložit média a odkazy Markdown",
"Insert image": "Vložit obrázek",
"Insert link": "Vložit odkaz",
"Link definition for \\'{0}\\' already exists": "Definice odkazu pro{0}již existuje.",
"Link definition for '{0}' already exists": "Link definition for '{0}' already exists",
"Link definition is unused": "Definice odkazu se nepoužívá.",
"Link is already a reference": "Odkaz už je reference.",
"Link is also defined here": "Odkaz už je tady také definován.",
"Link to '# {0}' in '{1}'": "Link to '# {0}' in '{1}'",
"Link to '{0}'": "Link to '{0}'",
"Markdown Language Server": "Jazykový server Markdown",
"Media": "Média",
"More Information": "Další informace",
"Never": "Nikdy",
"No": "Ne",
"No header found: \\'{0}\\'": "Nenašla se žádná hlavička: \\'{0}\\'",
"No link definition found: \\'{0}\\'": "Nenašla se žádná definice propojení: \\'{0}\\'",
"No header found: '{0}'": "No header found: '{0}'",
"No link definition found: '{0}'": "No link definition found: '{0}'",
"Not on link": "Není v odkazu",
"Only load secure content": "Načítat pouze zabezpečený obsah",
"Organize link definitions": "Uspořádání definic odkazů",
"Potentially unsafe or insecure content has been disabled in the Markdown preview. Change the Markdown preview security setting to allow insecure content or enable scripts": "V náhledu Markdownu byl zakázán potenciálně nebezpečný nebo nezabezpečený obsah. Pokud chcete povolit nezabezpečený obsah nebo pokud chcete povolit skripty, změňte nastavení zabezpečení náhledu Markdownu.",
"Preview {0}": "Náhled: {0}",
"Reference link '{0}'": "Reference link '{0}'",
"Remove duplicate link definition": "Odebrat definici duplicitního odkazu",
"Remove unused link definition": "Odebrat nepoužívanou definici odkazu",
"Renaming is not supported here. Try renaming a header or link.": "Přejmenování se tady nepodporuje. Zkuste přejmenovat záhlaví nebo odkaz.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"Runs the script under the debugger": "Spustí skript v ladicím programu.",
"The currently latest version of the package": "Aktuálně nejnovější verze balíčku",
"The setting \"npm.autoDetect\" is \"off\".": "Nastavení npm.autoDetect má hodnotu off.",
"Using {0} as the preferred package manager. Found multiple lockfiles for {1}. To resolve this issue, delete the lockfiles that don\\'t match your preferred package manager or change the setting \"npm.packageManager\" to a value other than \"auto\".": "{0} se používá jako preferovaný správce balíčků. Bylo nalezeno více funkcí lockfile pro {1}. Pokud chcete tento problém vyřešit, odstraňte funkce lockfile, které neodpovídají preferovanému správci balíčků, nebo změňte nastavení npm.packageManager na jinou hodnotu než auto.",
"Using {0} as the preferred package manager. Found multiple lockfiles for {1}. To resolve this issue, delete the lockfiles that don't match your preferred package manager or change the setting \"npm.packageManager\" to a value other than \"auto\".": "Using {0} as the preferred package manager. Found multiple lockfiles for {1}. To resolve this issue, delete the lockfiles that don't match your preferred package manager or change the setting \"npm.packageManager\" to a value other than \"auto\".",
"in {0}": "za {0}",
"latest": "nejnovější",
"now": "teď",
Expand Down
Loading

0 comments on commit a06312b

Please sign in to comment.