mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
[Loc] Massive fix for March Langpack (#22182)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
All notable changes to the "ads-language-pack-ja" language pack will be documented in this file.
|
||||
|
||||
## [Released]
|
||||
* March 6, 2023 - Releaes for Azure Data Studio 1.42
|
||||
* January 13, 2023 - Release for Azure Data Studio 1.41
|
||||
* November 16, 2022 - Patch for 1.40 release
|
||||
* November 9, 2022 - Release for Azure Data Studio 1.40
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "ads-language-pack-ja",
|
||||
"displayName": "Japanese Language Pack for Azure Data Studio",
|
||||
"description": "Language pack extension for Japanese",
|
||||
"version": "1.43.0",
|
||||
"version": "1.42.0",
|
||||
"publisher": "Microsoft",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -11,7 +11,7 @@
|
||||
"license": "SEE SOURCE EULA LICENSE IN LICENSE.txt",
|
||||
"engines": {
|
||||
"vscode": "*",
|
||||
"azdata": "^1.43.0"
|
||||
"azdata": "^1.42.0"
|
||||
},
|
||||
"icon": "languagepack.png",
|
||||
"categories": [
|
||||
@@ -295,4 +295,4 @@
|
||||
"scripts": {
|
||||
"update": "cd ../vscode && npm run update-localization-extension ja"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,8 +42,8 @@
|
||||
"azure.NoAuthMethod.Available": "使用可能な Azure 認証方法がありません。ADS 構成で認証方法を有効にする必要があります。",
|
||||
"azure.NoAuthMethod.Selected": "Azure 認証方法が選択されていません。使用する認証方法を選択する必要があります。",
|
||||
"azure.deprecatedGetSecurityToken": "azdata.accounts.getSecurityToken の呼び出しが行われました。このメソッドは非推奨であり、今後のリリースで削除されます。代わりに getAccountSecurityToken を使用してください。",
|
||||
"genericTokenError": "Failed to get token",
|
||||
"msalTokenError": "{0} occurred when acquiring token. \r\n{1}"
|
||||
"genericTokenError": "トークンを取得できませんでした",
|
||||
"msalTokenError": "トークンの取得中に {0} が発生しました。\r\n{1}"
|
||||
},
|
||||
"dist/account-provider/azureAccountProviderService": {
|
||||
"clearTokenCacheFailure": "トークン キャッシュをクリアできませんでした",
|
||||
|
||||
@@ -203,8 +203,8 @@
|
||||
"mssql.connectionOptions.port.displayName": "ポート",
|
||||
"mssql.connectionOptions.replication.description": "レプリケーション時に SQL Server によって使用されます",
|
||||
"mssql.connectionOptions.replication.displayName": "レプリケーション",
|
||||
"mssql.connectionOptions.secureEnclaves.description": "Enables or disables Secure Enclaves for the connection",
|
||||
"mssql.connectionOptions.secureEnclaves.displayName": "Secure Enclaves",
|
||||
"mssql.connectionOptions.secureEnclaves.description": "接続のセキュリティで保護されたエンクレーブを有効または無効にします",
|
||||
"mssql.connectionOptions.secureEnclaves.displayName": "セキュリティで保護されたエンクレーブ",
|
||||
"mssql.connectionOptions.serverName.description": "SQL Server インスタンスの名前",
|
||||
"mssql.connectionOptions.serverName.displayName": "サーバー",
|
||||
"mssql.connectionOptions.trustServerCertificate.description": "true (および encrypt=true) の場合、SQL Server はサーバー証明書を検証せずに、クライアントとサーバーの間で送信されるすべてのデータに SSL 暗号化を使用します。このプロパティは Encrypt=Strict ではサポートされていません。",
|
||||
@@ -216,6 +216,7 @@
|
||||
"mssql.connectionOptions.workstationId.description": "SQL Server に接続しているワークステーションの名前",
|
||||
"mssql.connectionOptions.workstationId.displayName": "ワークステーション ID",
|
||||
"mssql.disabled": "無効",
|
||||
"mssql.enableSqlAuthenticationProvider": "Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed.",
|
||||
"mssql.enabled": "有効",
|
||||
"mssql.executionPlan.actualNumberOfRowsForAllExecutions": "すべての実行の実際の行数が最も多い実行プランの操作を強調表示します。",
|
||||
"mssql.executionPlan.cost": "コストが最も高い実行プラン操作を強調表示します。",
|
||||
@@ -242,12 +243,13 @@
|
||||
"mssql.logFilesRemovalLimit": "mssql.logRetentionMinutes の有効期限が切れた、起動時に削除する古いファイルの最大数。この制限のためにクリーンアップされないファイルは、Azure Data Studio の次回の起動時にクリーンアップされます。",
|
||||
"mssql.logRetentionMinutes": "バックエンド サービスのログ ファイルを保持する分単位の時間。既定値は 1 週間です。",
|
||||
"mssql.objectExplorer.disableGroupBySchema": "スキーマによるグループ化を無効にする",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: Disable Group By Schema",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: スキーマによるグループの無効化",
|
||||
"mssql.objectExplorer.enableGroupBySchema": "スキーマによるグループ化を有効にする",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: Enable Group By Schema",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: スキーマによるグループの有効化",
|
||||
"mssql.objectExplorer.expandTimeout": "オブジェクト エクスプローラーでノードを展開する場合のタイムアウト (秒)。既定値は 45 秒。",
|
||||
"mssql.objectExplorer.groupBySchema": "有効にすると、オブジェクト エクスプローラー内のデータベース オブジェクトがスキーマ別に分類されます。",
|
||||
"mssql.parallelMessageProcessing": "[試験段階] SQL Tools Service への要求を並列で処理する必要があるかどうか。これは、すべての要求を並行して処理するときに発生する可能性がある問題を検出するために導入されています。既定値は false です。値が変更された場合は、ADS の再起動が必要です。",
|
||||
"mssql.parallelMessageProcessing": "[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed.",
|
||||
"mssql.piiLogging": "[Optional] Should Personally Identifiable Information (PII) be logged in the log file.",
|
||||
"mssql.provider.displayName": "Microsoft SQL Server",
|
||||
"mssql.query.alwaysEncryptedParameterization": "Always Encrypted のパラメーター化を有効にする",
|
||||
"mssql.query.ansiDefaults": "SET ANSI_DEFAULTS を有効にする",
|
||||
|
||||
@@ -149,7 +149,7 @@
|
||||
"errorFindingBuildFilesLocation": "ビルド ファイルの場所の検索中にエラーが発生しました: {0}",
|
||||
"errorMovingFile": "ファイルを {0} から {1} に移動するときにエラーが発生しました。エラー: {2}",
|
||||
"errorReadingProjectGuid": "プロジェクト '{0}' の {1} を読み込もうとしてエラーが発生しました",
|
||||
"errorRenamingFile": "Error when renaming file from {0} to {1}. Error: {2}",
|
||||
"errorRenamingFile": "ファイルの名前を {0} から {1} に変更するときにエラーが発生しました。エラー: {2}",
|
||||
"errorRetrievingBuildFiles": "プロジェクトをビルドできませんでした。ビルドに必要なファイルの取得中にエラーが発生しました。",
|
||||
"eulaAgreementTemplate": "{0} に同意します。",
|
||||
"eulaAgreementText": "{0} に同意します。",
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"sql.cancel.migration.confirmation": "この移行を取り消しますか?",
|
||||
"sql.login.migration.aad.domain.name.input.box.label": "Azure Active Directory ドメイン名 (Windows 認証ログインの移行にのみ必要)",
|
||||
"sql.login.migration.aad.domain.name.input.box.placeholder": "AAD ドメイン名を入力してください",
|
||||
"sql.login.migration.collecting.target.logins.failed": "Collecting target login failed with error code {0}",
|
||||
"sql.login.migration.collecting.target.logins.failed": "ターゲット ログインの収集がエラー コード {0} で失敗しました",
|
||||
"sql.login.migration.complete": "ログインの移行が完了しました",
|
||||
"sql.login.migration.db.title": "Azure SQL Database",
|
||||
"sql.login.migration.enter.AAD.domain.name.to.continue": "Windows ログインを移行するには、Azure Active Directory (AAD) ドメイン名が必要です。AAD ドメイン名を入力するか、Windows ログインの選択を解除してください。",
|
||||
@@ -60,7 +60,7 @@
|
||||
"sql.login.migration.type": "ログインの種類",
|
||||
"sql.login.migration.vm.title": "Azure Virtual Machine 上の SQL Server",
|
||||
"sql.login.migration.wizard.target.connection.success": "接続が正常に完了しました。",
|
||||
"sql.login.migration.wizard.target.data.migration.warning": "Please note that login migration feature is in public preview mode.",
|
||||
"sql.login.migration.wizard.target.data.migration.warning": "ログイン移行機能はパブリック プレビュー モードであることに注意してください。",
|
||||
"sql.login.migration.wizard.target.description": "ログインを移行するターゲット Azure SQL Managed Instance、Azure SQL VM、Azure SQL Database を選択します。",
|
||||
"sql.login.migration.wizard.target.permission.warning": "現在のユーザーに、現在のインスタンス ({0}) のすべてのログイン情報を取得するための sysadmin アクセス許可があることを確認してください。",
|
||||
"sql.login.migration.wizard.target.type.title": "Azure SQL ターゲット型",
|
||||
@@ -171,12 +171,12 @@
|
||||
"sql.migration.dashboard.help.description.dmsGuide": "Azure のデータ資産の移行と最新化に関して、手順を追ったガイダンスを提供する移行記事のハブ。",
|
||||
"sql.migration.dashboard.help.description.mi": "SQL Server インスタンス (オンプレミスまたは Azure Virtual Machines) から Azure SQL Managed Instance に最小のダウンタイムでデータベースを移行するための手順を追ったチュートリアルです。",
|
||||
"sql.migration.dashboard.help.description.migrateUsingADS": "Azure Data Studio の Azure SQL 移行拡張機能では、アセスメントを実行し、適切なサイズの Azure 推奨事項を取得し、SQL Server データベースを Azure に移行する機能が提供されます。",
|
||||
"sql.migration.dashboard.help.description.sqldb": "A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises or Azure Virtual Machines) to Azure SQL Database.",
|
||||
"sql.migration.dashboard.help.description.sqldb": "SQL Server インスタンス (オンプレミスまたは Azure Virtual Machines) から Azure SQL Database にデータベースを移行するためのステップ バイ ステップ チュートリアルです。",
|
||||
"sql.migration.dashboard.help.description.vm": "SQL Server インスタンス (オンプレミス) から Azure Virtual Machines 上の SQL Server に最小のダウンタイムでデータベースを移行するための手順を追ったチュートリアルです。",
|
||||
"sql.migration.dashboard.help.link.dmsGuide": "Azure データベースの移行ガイド",
|
||||
"sql.migration.dashboard.help.link.mi": "チュートリアル: Azure SQL Managed Instance への移行 (オンライン)",
|
||||
"sql.migration.dashboard.help.link.migrateUsingADS": "Azure Data Studio を使用してデータベースを移行する",
|
||||
"sql.migration.dashboard.help.link.sqldb": "Tutorial: Migrate to SQL Server on Azure SQL Database (offline)",
|
||||
"sql.migration.dashboard.help.link.sqldb": "チュートリアル: Azure SQL Database でSQL Serverに移行する (オフライン)",
|
||||
"sql.migration.dashboard.help.link.vm": "チュートリアル: Azure Virtual Machines 上の SQL Server に移行する (オンライン)",
|
||||
"sql.migration.dashboard.help.title": "ヘルプ記事とビデオ リンク",
|
||||
"sql.migration.dashboard.login.migrate.task.button": "Azure SQL にログインを移行する",
|
||||
@@ -563,7 +563,7 @@
|
||||
"sql.migration.sku.percentile": "{0} パーセンタイル",
|
||||
"sql.migration.sku.recommendation": "Azure のレコメンデーション (プレビュー)",
|
||||
"sql.migration.sku.recommendation.view.assessment.mi": "Azure SQL Managed Instance に移行するには、評価結果を表示し、1 つ以上のデータベースを選択します。",
|
||||
"sql.migration.sku.recommendation.view.assessment.sqldb": "To migrate to Azure SQL Database, view assessment results and select one or more databases.",
|
||||
"sql.migration.sku.recommendation.view.assessment.sqldb": "Azure SQL Database に移行するには、評価結果を表示し、1 つ以上のデータベースを選択します。",
|
||||
"sql.migration.sku.recommendation.view.assessment.vm": "Azure Virtual Machine 上の SQL Server に移行するには、評価結果を表示し、1 つ以上のデータベースを選択します。",
|
||||
"sql.migration.sku.recommendationReason": "レコメンデーションの理由",
|
||||
"sql.migration.sku.recommendations": "レコメンデーション",
|
||||
@@ -759,7 +759,7 @@
|
||||
"sql.migration.username": "ユーザー名",
|
||||
"sql.migration.username.label": "ターゲット ユーザー名",
|
||||
"sql.migration.username.placeholder": "ターゲット ユーザー名を入力してください",
|
||||
"sql.migration.validate.error.gatewaytimeout": "A time-out was encountered while validating a resource connection. Learn more: https://aka.ms/dms-migrations-troubleshooting.",
|
||||
"sql.migration.validate.error.gatewaytimeout": "リソース接続の検証中にタイムアウトが発生しました。詳細情報: https://aka.ms/dms-migrations-troubleshooting。",
|
||||
"sql.migration.validate.ir.column.status": "状態",
|
||||
"sql.migration.validate.ir.column.validation.steps": "検証手順",
|
||||
"sql.migration.validate.ir.completed.errors": "検証は次のエラーで完了しました: {0}{1}",
|
||||
|
||||
@@ -11344,7 +11344,7 @@
|
||||
"incompatible": "Azure Data Studio '{2}' と互換性がないため、拡張機能 '{1}' のバージョン '{0}' をインストールできません。拡張機能をインストールするには、Azure Data Studio {3} に更新してください。",
|
||||
"installExtensionCompletedAndReloadRequired": "拡張機能 {0} のインストールが完了しました。これを有効にするには、Azure Data Studio を再度読み込んでください。",
|
||||
"maxMemoryForLargeFilesMB": "大きなファイルを開こうとすると再起動後に Azure Data Studio に対して使用できるメモリを制御します。コマンド ラインで '--max-memory=NEWSIZE' を指定する場合と同じ効果があります。",
|
||||
"miNewDeployment": "New &&Deployment...",
|
||||
"miNewDeployment": "新しい展開(&&D)",
|
||||
"miNewNotebook": "新しいノートブック(&N)",
|
||||
"miNewQuery": "新しいクエリ(&Q)",
|
||||
"miinstallVsix": "VSIX パッケージから拡張機能をインストールする",
|
||||
@@ -12417,9 +12417,6 @@
|
||||
"nextSearchItemAction": "次の一致",
|
||||
"previousSearchItemAction": "前の一致"
|
||||
},
|
||||
"sql/workbench/contrib/executionPlan/common/executionPlanInput": {
|
||||
"epCompare.executionPlanEditorName": "ExecutionPlan"
|
||||
},
|
||||
"sql/workbench/contrib/extensions/browser/contributionRenders": {
|
||||
"insight condition": "タイミング",
|
||||
"insightId": "ID",
|
||||
@@ -13336,8 +13333,8 @@
|
||||
},
|
||||
"sql/workbench/services/accountManagement/browser/accountManagementService": {
|
||||
"accountManagementService.close": "閉じる",
|
||||
"addAccountFailedCodeMessage": "{0} \r\nError Message: {1}",
|
||||
"addAccountFailedGenericMessage": "Adding account failed, check Azure Accounts log for more info.",
|
||||
"addAccountFailedCodeMessage": "{0} \r\nエラー メッセージ: {1}",
|
||||
"addAccountFailedGenericMessage": "アカウントの追加に失敗しました。詳細については、Azure アカウント ログを確認してください。",
|
||||
"addAccountFailedMessage": "{0}",
|
||||
"loggingIn": "アカウントを追加しています...",
|
||||
"refreshCanceled": "ユーザーがアカウントの更新をキャンセルしました",
|
||||
@@ -13515,6 +13512,8 @@
|
||||
"warning": "警告"
|
||||
},
|
||||
"sql/workbench/services/executionPlan/common/executionPlanService": {
|
||||
"executionPlanService.ensureCapabilitiesRegistered": "Provider with id {0} was not registered after 30 seconds.",
|
||||
"executionPlanService.ensureFileExtensionHandlerRegistered": "Execution plan provider which supports file format '{0}' was not registered after 30 seconds.",
|
||||
"noHandlerRegistered": "有効な実行プラン ハンドラーが登録されていません",
|
||||
"providerIdNotValidError": "ExecutionPlanService と対話するには、有効なプロバイダーが必要です",
|
||||
"selectExecutionPlanProvider": "実行プランを開くプロバイダーを選択する"
|
||||
@@ -13951,6 +13950,9 @@
|
||||
},
|
||||
"sql/workbench/services/dialog/browser/wizardNavigation.component": {
|
||||
"wizardNavigation.stepName": "ステップ {0}: {1}"
|
||||
},
|
||||
"sql/workbench/contrib/executionPlan/browser/executionPlanInput": {
|
||||
"epCompare.executionPlanEditorName": "ExecutionPlan"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user