mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Update extension resources and ENU XLF files (#6220)
* Add extension resources * Update enu XLF resources
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"dacfx.needConnection": "このウィザードを使用する前に、サーバーに接続してください。",
|
||||
"dacFx.selectOperationPageName": "操作を選択します",
|
||||
"dacFx.deployConfigPageName": "Dacpac の展開設定を選択します",
|
||||
"dacFx.deployPlanPage": "展開計画を確認します",
|
||||
"dacFx.deployActionPageName": "アクションの選択",
|
||||
"dacFx.summaryPageName": "概要",
|
||||
"dacFx.extractConfigPageName": "Dacpac の抽出設定を選択します",
|
||||
"dacFx.importConfigPageName": "Bacpac のインポート設定を選択します",
|
||||
"dacFx.exportConfigPageName": "Bacpac のエクスポート設定を選択します",
|
||||
"dacFx.deployButton": "展開",
|
||||
"dacFx.extractButton": "抽出",
|
||||
"dacFx.importButton": "インポート",
|
||||
"dacFx.exportButton": "エクスポート",
|
||||
"dacFx.generateScriptButton": "スクリプトの生成",
|
||||
"alertData.deployErrorMessage": "展開に失敗しました '{0}'",
|
||||
"alertData.extractErrorMessage": "抽出に失敗しました '{0}'",
|
||||
"alertData.exportErrorMessage": "エクスポートに失敗しました '{0}'",
|
||||
"alertData.importErrorMessage": "インポートに失敗しました '{0}'",
|
||||
"dacfx.scriptGeneratingMessage": "ウィザードが終了したら、タスク履歴でスクリプト生成状態を確認できます",
|
||||
"alertData.deployPlanErrorMessage": "展開計画の生成に失敗しました '{0}'"
|
||||
}
|
||||
Reference in New Issue
Block a user