mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 17:40:30 -04:00
Added localized vscode extensions to localization source files (#21684)
* added localized vscode extensions * bump to 1.42
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/remoteSource": {
|
||||
"branch name": "Имя ветви",
|
||||
"error": "$(error) Ошибка: {0}",
|
||||
"none found": "Удаленные репозитории не найдены.",
|
||||
"pick url": "Выберите URL-адрес, откуда требуется клонировать.",
|
||||
"provide url": "Укажите URL-адрес репозитория",
|
||||
"provide url or pick": "Укажите URL-адрес репозитория или выберите источник репозитория.",
|
||||
"recently opened": "недавно открытые",
|
||||
"remote sources": "удаленные источники",
|
||||
"type to filter": "Имя репозитория",
|
||||
"type to search": "Имя репозитория (введите текст для поиска)",
|
||||
"url": "URL-адрес"
|
||||
},
|
||||
"package": {
|
||||
"command.api.getRemoteSources": "Получить удаленные источники",
|
||||
"description": "Статические вклады и сборщики Git.",
|
||||
"displayName": "База данных Git"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user