Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated strings from microsoft/vscode-loc-drop@7217782f9cdf1d177ddd5cc5e37837d56cb6f049 #1754

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"$ref '{0}' in '{1}' can not be resolved.": "$ref {0} v {1} se nedá přeložit.",
"<empty>": "<empty>",
"A default value. Used by suggestions.": "Výchozí hodnota. Používá se v návrzích.",
"A descriptive title of the schema.": "A descriptive title of the schema.",
"A long description of the schema. Used in hover menus and suggestions.": "A long description of the schema. Used in hover menus and suggestions.",
"A descriptive title of the schema.": "Popisný název schématu.",
"A long description of the schema. Used in hover menus and suggestions.": "Dlouhý popis schématu. Používá se v nabídkách a návrzích při přechodu myší.",
"A map of property names to either an array of property names or a schema. An array of property names means the property named in the key depends on the properties in the array being present in the object in order to be valid. If the value is a schema, then the schema is only applied to the object if the property in the key exists on the object.": "Mapa názvů vlastností pro pole názvů vlastností nebo schéma. Pole názvů vlastností znamená, že platnost vlastnosti pojmenované v klíči závisí na tom, aby se vlastnosti v poli nacházely i v objektu. Pokud je hodnotou schéma, použije se schéma na objekt pouze v případě, že vlastnost v klíči existuje i v objektu.",
"A map of property names to schemas for each property.": "Mapa názvů vlastností pro schémata pro každou vlastnost.",
"A map of regular expressions on property names to schemas for matching properties.": "Mapa regulárních výrazů v názvech vlastností pro schémata pro odpovídající vlastnosti.",
Expand Down Expand Up @@ -43,22 +43,22 @@
"Configured in workspace settings": "Nakonfigurováno v nastavení pracovního prostoru",
"Default value": "Výchozí hodnota",
"Describes the content encoding of a string property.": "Popisuje kódování obsahu řetězcové vlastnosti.",
"Describes the format expected for the value. By default, not used for validation": "Describes the format expected for the value. By default, not used for validation",
"Describes the format expected for the value. By default, not used for validation": "Popisuje formát očekávaný pro hodnotu. Ve výchozím nastavení se nepoužívá k ověření.",
"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 prostřednictvím nastavení {0} zakázané.",
"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 object key": "Duplikovat klíč objektu",
"Either a schema or a boolean. If a schema, used to validate all properties not matched by 'properties', 'propertyNames', or 'patternProperties'. If false, any properties not defined by the adajacent keywords will cause this schema to fail.": "Either a schema or a boolean. If a schema, used to validate all properties not matched by 'properties', 'propertyNames', or 'patternProperties'. If false, any properties not defined by the adajacent keywords will cause this schema to fail.",
"Either a schema or a boolean. If a schema, used to validate all properties not matched by 'properties', 'propertyNames', or 'patternProperties'. If false, any properties not defined by the adajacent keywords will cause this schema to fail.": "Schéma nebo logická hodnota. Pokud jde o schéma, použije se k ověření všech vlastností, které neodpovídají vlastnostem properties, propertyNames nebo patternProperties. Pokud je false, všechny vlastnosti, které nejsou definovány pomocí souvisejících klíčových slov, způsobí 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ů.",
"End of file expected.": "Očekával se konec souboru.",
"Expected a JSON object, array or literal.": "Očekává se objekt JSON, pole nebo literál.",
"Expected comma": "Očekává se čárka",
"Expected comma or closing brace": "Očekávala se čárka nebo pravá složená závorka.",
"Expected comma or closing bracket": "Očekává se čárka nebo pravá hranatá závorka",
"Failed to sort the JSONC document, please consider opening an issue.": "Nepovedlo se seřadit dokument JSONC. Zvažte prosím nahlášení problému.",
"For arrays, only when items is set as an array. If items are a schema, this schema validates items after the ones specified by the items schema. If false, additional items will cause validation to fail.": "For arrays, only when items is set as an array. If items are a schema, this schema validates items after the ones specified by the items schema. If false, additional items will cause validation to fail.",
"For arrays, only when items is set as an array. If items are a schema, this schema validates items after the ones specified by the items schema. If false, additional items will cause validation to fail.": "Pro pole pouze v případě, že jsou položky nastaveny jako pole. Pokud jsou položky schématem, toto schéma ověří položky po položkách zadaných ve schématu položek. Pokud je false, způsobí další položky selhání ověření.",
"For arrays. Can either be a schema to validate every element against or an array of schemas to validate each item against in order (the first schema will validate the first element, the second schema will validate the second element, and so on.": "Pro pole. Může se jednat o schéma, proti němuž se ověří každý prvek, nebo pole schémat pro ověření jednotlivých položek v uvedeném pořadí (první schéma ověří první prvek, druhé schéma ověří druhý prvek atd.",
"If all of the items in the array must be unique. Defaults to false.": "Použijte, pokud musí být všechny položky v poli jedinečné. Výchozí hodnota je false.",
"If the instance is an object, this keyword validates if every property name in the instance validates against the provided schema.": "Pokud je instance objektem, toto klíčové slovo ověří, jestli se všechny názvy vlastností v instanci ověřují proti zadanému schématu.",
Expand Down Expand Up @@ -118,7 +118,7 @@
"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 \"then\" subschema is used for validation when the \"if\" subschema succeeds.": "The \"then\" subschema is used for validation when the \"if\" subschema succeeds.",
"The \"then\" subschema is used for validation when the \"if\" subschema succeeds.": "Podschéma then se používá k ověření, když je podschéma if úspěšné.",
"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 Down
Loading
Loading