-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathconfigurations.i18n.json
More file actions
27 lines (27 loc) · 2.11 KB
/
configurations.i18n.json
File metadata and controls
27 lines (27 loc) · 2.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"incompatible.intellisense.mode": "Režim IntelliSense {0} není kompatibilní s cestou ke kompilátoru.",
"resolve.configuration.processed": "Soubor c_cpp_properties.json zpracován za {0} s",
"failed.to.create.config.folder": "Nepovedlo se vytvořit {0}.",
"invalid.configuration.file": "Neplatný konfigurační soubor. V poli se musí nacházet alespoň jedna konfigurace.",
"unknown.properties.version": "V souboru c_cpp_properties.json se našlo neplatné číslo verze. Některé funkce nemusí fungovat podle očekávání.",
"update.properties.failed": "Nepovedlo se aktualizovat {0} (máte oprávnění k zápisu?).",
"failed.to.parse.properties": "Nepovedlo se parsovat {0}.",
"path.with.spaces": "Cestu ke kompilátoru s mezerami se nepovedlo najít. Pokud měly být zahrnuty argumenty kompilátoru, uzavřete cestu ke kompilátoru do dvojitých uvozovek ({0}).",
"cannot.find": "Nepovedlo se najít: {0}",
"path.is.not.a.file": "Cesta není soubor: {0}",
"resolve.includePath.took.too.long": "Vyhodnocení ověření cesty k zahrnutí trvalo {0} s",
"resolve.includePath.failed": "Nepovedlo se přeložit cestu k zahrnutí. Chyba: {0}",
"wrapped.with.quotes": "Nepřidávejte nadbytečné uvozovky kolem cest.",
"path.is.not.a.directory": "Cesta není adresář: {0}",
"duplicate.name": "{0} je duplicitní. Název konfigurace by měl být jedinečný.",
"resolve.path.took.too.long": "Vyhodnocení cesty trvalo {0} s",
"resolve.path.failed": "Nepodařilo se přeložit cestu {0}. Chyba: {1}",
"multiple.paths.not.allowed": "Více cest není povoleno.",
"multiple.paths.should.be.separate.entries": "Více cest by mělo být samostatné položky v poli.",
"paths.are.not.directories": "Cesty nejsou adresáře: {0}"
}