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