Files
azuredatastudio/i18n/ads-language-pack-ja/translations/extensions/dacpac.i18n.json
Alex Ma f7b9ca775a Update for language packs, (#14912)
* update DE lang pack extension strings from previous refresh

* bump lang pack versions for DE

* update for spanish langpack

* update for french langpack

* update for italian pack

* update for japanese pack

* update for korean pack

* update for Brazilian Portuguese pack

* update for Russian pack

* Update for Simplified Chinese pack

* update for Traditional Chinese pack

* added updated language packs for german and spanish

* changed vscode version

* added french and italian packs

* changes made to main

* japanese language pack added

* added korean pack

* Added Portuguese pack

* added russian pack, also small change to pt pack

* simplified chinese pack

* added traditional chinese pack

* deleted old language packs

* restore sql.i18n.json files

* Main.i18n.json reverted

* Revert sql json files

* main.i18n.json file for German updated

* updates to language packs 1

* main json for italian updated.

* update to japanese main

* finished translations for vs and sql in main.

* added ADS exclusive extensions to package.json

* fixed markdown and seti translation ids

* German language pack fixed

* Removed make from ads-language-pack-de and fixed es language pack

* french language pack fixed

* fixed italian language pack and restored typescript-basics

* removed unnecessary readme strings and nsions.

* fixed japanese pack

* Korean language pack fixed

* Portuguese language pack fixed

* fixed russian language pack

* Simplified Chinese pack fixed

* traditional chinese fixed

* restored sqlservernotebook
2021-03-31 11:08:45 -07:00

94 lines
6.0 KiB
JSON

{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"version": "1.0.0",
"contents": {
"extensions/dacpac/out/wizard/pages/selectOperationpage": {
"dacFx.deployRadioButtonLabel": "データ層アプリケーションの .dacpac ファイルを SQL Server インスタンスにデプロイします [Dacpac のデプロイ]",
"dacFx.extractRadioButtonLabel": "SQL Server インスタンスのデータ層アプリケーションを .dacpac ファイルに抽出します [Dacpac の抽出]",
"dacFx.importRadioButtonLabel": ".bacpac ファイルからデータベースを作成します [Bacpac のインポート]",
"dacFx.exportRadioButtonLabel": "データベースのスキーマとデータを論理 .bacpac ファイル形式にエクスポートします [Bacpac のエクスポート]"
},
"extensions/dacpac/out/wizard/pages/importConfigPage": {
"dacFxImport.openFile": "開く",
"dacFxImport.fileTextboxTitle": "ファイルの場所"
},
"extensions/dacpac/out/wizard/pages/extractConfigPage": {
"dacfxExtract.saveFile": "保存",
"dacFxExtract.fileTextboxTitle": "ファイルの場所",
"dacFxExtract.versionTextboxTitle": "バージョン (形式は x.x.x.x。x は数字)"
},
"extensions/dacpac/out/wizard/pages/exportConfigPage": {
"dacfxExport.saveFile": "保存",
"dacFxExport.fileTextboxTitle": "ファイルの場所"
},
"extensions/dacpac/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": "データが失われる可能性のある操作には警告サインが表示されます"
},
"extensions/dacpac/out/wizard/pages/deployConfigPage": {
"dacFx.databaseNameTextBox": "データベース名",
"dacFx.databaseNameDropdown": "データベース名",
"dacFxDeploy.openFile": "開く",
"dacFxDeploy.fileTextboxTitle": "ファイルの場所",
"dacFx.upgradeRadioButtonLabel": "既存のデータベースのアップグレード",
"dacFx.newRadioButtonLabel": "新しいデータベース",
"dacFx.targetDatabaseRadioButtonsTitle": "ターゲット データベース",
"dacFx.targetDatabaseDropdownTitle": "データベース名"
},
"extensions/dacpac/out/wizard/pages/dacFxSummaryPage": {
"dacfx.targetServerName": "ターゲット サーバー",
"dacfx.targetDatabaseName": "ターゲット データベース",
"dacfx.sourceServerName": "ソース サーバー",
"dacfx.sourceDatabaseName": "ソース データベース",
"dacfx.fileLocation": "ファイルの場所",
"dacfxExtract.version": "バージョン",
"dacfx.settingColumn": "設定",
"dacfx.valueColumn": "値"
},
"extensions/dacpac/out/wizard/api/dacFxConfigPage": {
"dacFx.targetServerDropdownTitle": "ターゲット サーバー",
"dacFx.sourceServerDropdownTitle": "ソース サーバー",
"dacFx.databaseNameTextBox": "ターゲット データベース",
"dacFx.sourceDatabaseDropdownTitle": "ソース データベース"
},
"extensions/dacpac/out/wizard/api/basePage": {
"basePage.defaultUser": "既定"
},
"extensions/dacpac/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}'"
}
}
}