Files
azuredatastudio/i18n/language-pack-ja/translations/extensions/dacpac.i18n.json
Udeesha Gautam 240b90610f Work with single ext loc file (#7894)
* try loc with single file model

* adding filter and languages

* add links in langpack json

* changing variable name and limiting the list to only tested extensions
2019-10-24 18:12:04 -07:00

95 lines
5.7 KiB
JSON

{
"Copyright": [
"--------------------------------------------------------------------------------------------",
"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.0",
"contents": {
"out/wizard/pages/selectOperationpage": {
"dacFx.deployRadioButtonLabel": "データ層アプリケーションの .dacpac ファイルを SQL Server インスタンスに展開します [Dacpac の展開]",
"dacFx.extractRadioButtonLabel": "SQL Server インスタンスのデータ層アプリケーションを .dacpac ファイルに抽出します [Dacpac の抽出]",
"dacFx.importRadioButtonLabel": ".bacpac ファイルからデータベースを作成します [Bacpac のインポート]",
"dacFx.exportRadioButtonLabel": "データベースのスキーマとデータを論理 .bacpac ファイル形式にエクスポートします [Bacpac のエクスポート]"
},
"out/wizard/pages/importConfigPage": {
"dacFxImport.openFile": "開く",
"dacFxImport.fileTextboxTitle": "ファイルの場所"
},
"out/wizard/pages/extractConfigPage": {
"dacfxExtract.saveFile": "保存",
"dacFxExtract.fileTextboxTitle": "ファイルの場所",
"dacFxExtract.versionTextboxTitle": "バージョン (形式は x.x.x.x。x は数字)"
},
"out/wizard/pages/exportConfigPage": {
"dacfxExport.saveFile": "保存",
"dacFxExport.fileTextboxTitle": "ファイルの場所"
},
"out/wizard/pages/deployPlanPage": {
"dacfx.dataLossTextWithCount": "リストされている {0} の展開アクションによってデータが失われる可能性があります。展開で生じる問題に備えてバックアップまたはスナップショットが使用可能であることを確認してください。",
"dacFx.dataLossCheckbox": "データ損失の可能性がありますが続行します",
"dacfx.noDataLossText": "リストされている展開アクションによってデータ損失は生じません。",
"dacfx.dataLossText": "展開アクションによってデータが失われる可能性があります。展開で生じる問題に備えて、バックアップまたはスナップショットが使用可能であることを確認してください。",
"dacfx.operationColumn": "操作",
"dacfx.operationTooltip": "展開中に発生する操作 (作成、変更、削除)",
"dacfx.typeColumn": "種類",
"dacfx.typeTooltip": "展開によって影響を受けるオブジェクトの種類",
"dacfx.objectColumn": "オブジェクト",
"dacfx.objecTooltip": "展開によって影響を受けるオブジェクトの名前",
"dacfx.dataLossColumn": "データ損失",
"dacfx.dataLossTooltip": "データが失われる可能性のある操作には警告マークが表示されます"
},
"out/wizard/pages/deployConfigPage": {
"dacFx.databaseNameTextBox": "データベース名",
"dacFx.databaseNameDropdown": "データベース名",
"dacFxDeploy.openFile": "開く",
"dacFxDeploy.fileTextboxTitle": "ファイルの場所",
"dacFx.upgradeRadioButtonLabel": "既存のデータベースのアップグレード",
"dacFx.newRadioButtonLabel": "新しいデータベース",
"dacFx.targetDatabaseRadioButtonsTitle": "ターゲット データベース",
"dacFx.targetDatabaseDropdownTitle": "データベース名"
},
"out/wizard/pages/dacFxSummaryPage": {
"dacfx.targetServerName": "ターゲット サーバー",
"dacfx.targetDatabaseName": "ターゲット データベース",
"dacfx.sourceServerName": "ソース サーバー",
"dacfx.sourceDatabaseName": "ソース データベース",
"dacfx.fileLocation": "ファイルの場所",
"dacfxExtract.version": "バージョン",
"dacfx.settingColumn": "設定",
"dacfx.valueColumn": "値"
},
"out/wizard/api/dacFxConfigPage": {
"dacFx.targetServerDropdownTitle": "ターゲット サーバー",
"dacFx.sourceServerDropdownTitle": "ソース サーバー",
"dacFx.databaseNameTextBox": "ターゲット データベース",
"dacFx.sourceDatabaseDropdownTitle": "ソース データベース"
},
"out/wizard/api/basePage": {
"basePage.defaultUser": "既定"
},
"out/wizard/dataTierApplicationWizard": {
"dacFx.selectOperationPageName": "操作を選択します",
"dacFx.deployConfigPageName": "Dacpac の展開設定を選択します",
"dacFx.deployPlanPage": "展開計画を確認します",
"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}'"
}
}
}