mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-28 05:35:08 +00:00
15 lines
827 B
JSON
15 lines
827 B
JSON
{
|
|
"": [
|
|
"--------------------------------------------------------------------------------------------",
|
|
"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."
|
|
],
|
|
"json.package.default": "Alapértelmezett package.json",
|
|
"json.npm.error.repoaccess": "Az NPM-adattár lekérdezése nem sikerült: {0}",
|
|
"json.npm.latestversion": "A csomag jelenlegi legújabb verziója",
|
|
"json.npm.majorversion": "A legfrissebb főverzió keresése (1.x.x)",
|
|
"json.npm.minorversion": "A legfrissebb alverzió keresése (1.2.x)",
|
|
"json.npm.version.hover": "Legújabb verzió: {0}"
|
|
} |