mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Langpack update for March 1.43 release (#22137)
* [Loc] Update to langpack source files and xlfs for March Release * Last update before code complete
This commit is contained in:
@@ -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.42.0",
|
||||
"version": "1.43.0",
|
||||
"publisher": "Microsoft",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -11,7 +11,7 @@
|
||||
"license": "SEE SOURCE EULA LICENSE IN LICENSE.txt",
|
||||
"engines": {
|
||||
"vscode": "*",
|
||||
"azdata": "^1.42.0"
|
||||
"azdata": "^1.43.0"
|
||||
},
|
||||
"icon": "languagepack.png",
|
||||
"categories": [
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
"arc.backup": "バックアップ",
|
||||
"arc.backups": "バックアップ",
|
||||
"arc.backupsStorage": "{0} 個のバックアップ",
|
||||
"arc.booleanfalse": "False",
|
||||
"arc.booleantrue": "True",
|
||||
"arc.businessCriticalLabel": "BusinessCritical",
|
||||
"arc.cancel": "キャンセル",
|
||||
"arc.clickTheNewSupportRequestButton": "[新しいサポートリクエスト] ボタンをクリックして、Azure Portal でサポート リクエストを作成します。",
|
||||
@@ -94,6 +96,9 @@
|
||||
"arc.dropMultipleExtensions": "現在、別の拡張機能を切断しています。完了してからもう一度お試しください。",
|
||||
"arc.earliestPitrRestorePoint": "最も古い特定の時点",
|
||||
"arc.emergency": "緊急",
|
||||
"arc.enableTrustServerCert": "信頼サーバー証明書を有効にする",
|
||||
"arc.encrypt": "暗号化",
|
||||
"arc.encryptDescription": "True の場合、SQL Server は、クライアントとサーバーの間で送信されるすべてのデータに対し、サーバーに証明書がインストールされている場合は SSL 暗号化を適用します。",
|
||||
"arc.endpoint": "エンドポイント",
|
||||
"arc.enterANonEmptyPassword": "空でないパスワードを入力するか、esc キーを押して終了してください。",
|
||||
"arc.enterNewPassword": "新しいパスワードの入力",
|
||||
@@ -165,6 +170,7 @@
|
||||
"arc.missingExtension": "エンジンの設定を表示するには、{0} 拡張機能が必要です。今すぐインストールしますか?",
|
||||
"arc.monitor": "モニター",
|
||||
"arc.monitorUpgrade": "次のコマンドを実行すると、アップグレードのステータスを確認できます:",
|
||||
"arc.msgPromptSSLCertificateValidationFailed": "この接続で暗号化が有効になっているか、ターゲット SQL Serverの SSL と証明書の構成を確認するか、設定ファイルで 'Trust server certificate' を 'true' に設定します。注: 自己署名証明書では保護が制限されるだけで、運用環境では推奨されません。この接続で 'サーバー証明書の信頼' を有効にして再試行しますか?",
|
||||
"arc.name": "名前",
|
||||
"arc.namespace": "名前空間",
|
||||
"arc.networking": "ネットワーク",
|
||||
@@ -230,6 +236,7 @@
|
||||
"arc.properties": "プロパティ",
|
||||
"arc.ram": "RAM",
|
||||
"arc.rangeSetting": "値は {0} から {1} の範囲内である必要があります",
|
||||
"arc.readMore": "詳細情報",
|
||||
"arc.ready": "準備完了",
|
||||
"arc.recovering": "復旧しています",
|
||||
"arc.recoveringPending": "復旧待ち",
|
||||
@@ -287,6 +294,8 @@
|
||||
"arc.syncSecondaryToCommit": "セカンダリを同期してコミット",
|
||||
"arc.thePasswordsDoNotMatch": "パスワードが一致しません。パスワードを確認するか、Esc キーを押して終了します。",
|
||||
"arc.troubleshoot": "トラブルシューティング",
|
||||
"arc.trustServerCertDescription": "True の場合 (かつ encrypt=true の場合)、SQL Server は、クライアントとサーバーの間で送信されるすべてのデータに対し、サーバー証明書を確認せず SSL 暗号化を適用します。",
|
||||
"arc.trustServerCertificate": "サーバー証明書を信頼する",
|
||||
"arc.type": "種類",
|
||||
"arc.unknown": "不明",
|
||||
"arc.unloadExtensions": "拡張機能のアンロード",
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
"azure.owningTenantNotFound": "アカウントの所有テナント情報が見つかりません。",
|
||||
"azure.responseError": "トークンの取得がエラーで失敗しました。詳細は、[開発者ツールを開く]({0})。",
|
||||
"azure.tenantNotFound": "ID '{0}' の指定されたテナントが見つかりません。",
|
||||
"azureAuth.unidentifiedError": "Azure 認証で不明なエラーが発生しました",
|
||||
"azurecore.consentDialog.body": "テナント '{0} ({1})' では、{2} リソースにアクセスするために、もう一度再認証する必要があります。[開く] をクリックして、認証プロセスを開始してください。",
|
||||
"azurecore.consentDialog.cancel": "キャンセル",
|
||||
"azurecore.consentDialog.ignore": "テナントの無視",
|
||||
@@ -42,7 +41,9 @@
|
||||
"dist/account-provider/azureAccountProvider": {
|
||||
"azure.NoAuthMethod.Available": "使用可能な Azure 認証方法がありません。ADS 構成で認証方法を有効にする必要があります。",
|
||||
"azure.NoAuthMethod.Selected": "Azure 認証方法が選択されていません。使用する認証方法を選択する必要があります。",
|
||||
"azure.deprecatedGetSecurityToken": "azdata.accounts.getSecurityToken の呼び出しが行われました。このメソッドは非推奨であり、今後のリリースで削除されます。代わりに getAccountSecurityToken を使用してください。"
|
||||
"azure.deprecatedGetSecurityToken": "azdata.accounts.getSecurityToken の呼び出しが行われました。このメソッドは非推奨であり、今後のリリースで削除されます。代わりに getAccountSecurityToken を使用してください。",
|
||||
"genericTokenError": "Failed to get token",
|
||||
"msalTokenError": "{0} occurred when acquiring token. \r\n{1}"
|
||||
},
|
||||
"dist/account-provider/azureAccountProviderService": {
|
||||
"clearTokenCacheFailure": "トークン キャッシュをクリアできませんでした",
|
||||
@@ -50,10 +51,8 @@
|
||||
},
|
||||
"dist/account-provider/providerSettings": {
|
||||
"chinaCloudDisplayName": "Azure (China)",
|
||||
"germanyCloud": "Azure (Germany)",
|
||||
"publicCloudDisplayName": "Azure",
|
||||
"usGovCloudDisplayName": "Azure (US Government)",
|
||||
"usNatCloudDisplayName": "Azure (US National)"
|
||||
"usGovCloudDisplayName": "Azure (US Government)"
|
||||
},
|
||||
"dist/azureResource/commands": {
|
||||
"azure.accountNotSelectedError": "この機能を動作させるには、Azure アカウントを選択する必要があります。",
|
||||
|
||||
@@ -57,6 +57,8 @@
|
||||
"cms.connectionOptions.authType.displayName": "認証の種類",
|
||||
"cms.connectionOptions.columnEncryptionSetting.description": "接続上のすべてのコマンドの既定の列暗号化設定",
|
||||
"cms.connectionOptions.columnEncryptionSetting.displayName": "列暗号化",
|
||||
"cms.connectionOptions.commandTimeout.description": "試行を終了してエラーを生成する前にコマンドの実行を待機するまでの時間 (秒単位)",
|
||||
"cms.connectionOptions.commandTimeout.displayName": "コマンドのタイムアウト",
|
||||
"cms.connectionOptions.connectRetryCount.description": "接続を復元するための試行回数",
|
||||
"cms.connectionOptions.connectRetryCount.displayName": "接続の再試行回数",
|
||||
"cms.connectionOptions.connectRetryInterval.description": "接続を復元するための試行間の遅延",
|
||||
@@ -69,7 +71,10 @@
|
||||
"cms.connectionOptions.contextConnection.displayName": "コンテキスト接続",
|
||||
"cms.connectionOptions.currentLanguage.description": "SQL Server 言語レコード名",
|
||||
"cms.connectionOptions.currentLanguage.displayName": "現在の言語",
|
||||
"cms.connectionOptions.encrypt.description": "True の場合、SQL Server は、サーバーに証明書がインストールされている場合は、クライアントとサーバー間で送信されるすべてのデータに SSL 暗号化を使用します",
|
||||
"cms.connectionOptions.encrypt.categoryValues.false": "オプション (False)",
|
||||
"cms.connectionOptions.encrypt.categoryValues.strict": "厳密",
|
||||
"cms.connectionOptions.encrypt.categoryValues.true": "必須 (True)",
|
||||
"cms.connectionOptions.encrypt.description": "'必須' または '厳密' の場合、SQL Server は、サーバーに証明書がインストールされていれば、クライアントとサーバー間のすべてのデータ送信に SSL 暗号化を使用します。'厳密' に設定すると、SQL Server はクライアントとサーバー間のすべてのデータ転送に TDS 8.0 を使用します。'厳密' は、SQL Server 2022 以降でサポートされています。",
|
||||
"cms.connectionOptions.encrypt.displayName": "暗号化",
|
||||
"cms.connectionOptions.failoverPartner.description": "フェールオーバー パートナーとして機能する SQL Server インスタンスの名前またはネットワーク アドレス",
|
||||
"cms.connectionOptions.failoverPartner.displayName": "フェールオーバー パートナー",
|
||||
@@ -81,6 +86,8 @@
|
||||
"cms.connectionOptions.groupName.replication": "レプリケーション",
|
||||
"cms.connectionOptions.groupName.security": "セキュリティ",
|
||||
"cms.connectionOptions.groupName.source": "ソース",
|
||||
"cms.connectionOptions.hostNameInCertificate.description": "SQL Server で使用されるサーバー証明書検証用の TLS 証明書内に指定されたホスト名を示します。指定されていない場合、既定ではサーバー名が証明書の検証に使用されます。",
|
||||
"cms.connectionOptions.hostNameInCertificate.displayName": "証明書内のホスト名",
|
||||
"cms.connectionOptions.loadBalanceTimeout.description": "この接続が破棄される前にプールに存在する最小時間 (秒)",
|
||||
"cms.connectionOptions.loadBalanceTimeout.displayName": "負荷分散タイムアウト",
|
||||
"cms.connectionOptions.maxPoolSize.description": "プールに保持される接続の最大数",
|
||||
@@ -105,7 +112,7 @@
|
||||
"cms.connectionOptions.serverDescription.displayName": "サーバーの説明",
|
||||
"cms.connectionOptions.serverName.description": "SQL Server インスタンスの名前",
|
||||
"cms.connectionOptions.serverName.displayName": "サーバー",
|
||||
"cms.connectionOptions.trustServerCertificate.description": "True (および encrypt=true) の場合、SQL Server は、サーバー証明書を検証せずに、クライアントとサーバーの間で送信されるすべてのデータに対して SSL 暗号化を使用します",
|
||||
"cms.connectionOptions.trustServerCertificate.description": "true (および encrypt=true) の場合、SQL Server はサーバー証明書を検証せずに、クライアントとサーバーの間で送信されるすべてのデータに SSL 暗号化を使用します。このプロパティは Encrypt=Strict ではサポートされていません。",
|
||||
"cms.connectionOptions.trustServerCertificate.displayName": "サーバー証明書を信頼する",
|
||||
"cms.connectionOptions.typeSystemVersion.description": "DataReader を通してプロバイダーが公開するサーバー タイプのシステムを示します",
|
||||
"cms.connectionOptions.typeSystemVersion.displayName": "タイプ システムのバージョン",
|
||||
|
||||
@@ -59,12 +59,23 @@
|
||||
"dataworkspace.targetPlatform": "ターゲット プラットフォーム",
|
||||
"dataworkspace.workspacePlaceholder": "ワークスペース ({0}) ファイルの選択",
|
||||
"dataworkspace.yesRecommended": "はい (推奨)",
|
||||
"dragAndDropNotSupported": "このプロジェクトの種類では、ドラッグ アンド ドロップはサポートされていません。",
|
||||
"fileDoesNotExist": "ファイル '{0}' は存在しません",
|
||||
"filenameEndingInPeriodErrorMessage": "ファイル名の末尾をピリオドにすることはできません",
|
||||
"gitCloneError": "git の複製中にエラーが発生しました。詳細について git 出力を表示します",
|
||||
"gitCloneMessage": "Git リポジトリ '{0}' をクローンしています...",
|
||||
"invalidFileCharsErrorMessage": "無効なファイル文字",
|
||||
"noPreviousData": "現在のプロジェクトの前の {0} がここに表示されます。結果を確認するには、実行してください。",
|
||||
"noProjectProvidingExtensionsInstalled": "データベース プロジェクト拡張機能はインストールされていません。この機能を使用するには、データベース プロジェクト拡張機能をインストールしてください。",
|
||||
"onlyMovingOneFileIsSupported": "一度に 1 つのファイルのみを移動できます。",
|
||||
"openedProjectsUndefinedAfterRefresh": "ディスクから更新した後に、開いているプロジェクトの一覧を未定義にすることはできません。",
|
||||
"projectNameNull": "プロジェクト名が NULL です"
|
||||
"projectNameNull": "プロジェクト名が NULL です",
|
||||
"reservedValueErrorMessage": "予約済みのファイル名です。別の名前を選択して、もう一度お試しください",
|
||||
"reservedWindowsFilenameErrorMessage": "このファイル名は Windows による使用のために予約されています。別の名前を選んで再実行してください",
|
||||
"tooLongFilenameErrorMessage": "ファイル名は 255 文字を超えることはできません",
|
||||
"trailingWhitespaceErrorMessage": "ファイル名の末尾を空白にすることはできません",
|
||||
"undefinedFilenameErrorMessage": "未定義の名前",
|
||||
"whitespaceFilenameErrorMessage": "ファイル名を空白にすることはできません"
|
||||
},
|
||||
"package": {
|
||||
"close-workspace-command": "ワークスペースを閉じる",
|
||||
|
||||
@@ -8,6 +8,11 @@
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/errorDiagnostics/errorDiagnosticsConstants": {
|
||||
"connectionError": "接続エラー",
|
||||
"enableTrustServerCertificate": "信頼サーバー証明書を有効にする",
|
||||
"trustServerCertInstructionText": "この接続で暗号化が有効になっていました。ターゲットの SQL Server の SSL と証明書の構成を確認するか、接続ダイアログで [サーバー証明書を信頼] を有効にします。\r\n\r\n注意: 自己署名証明書では限定的な保護しか提供されないので、運用環境では推奨されません。この接続で [サーバー証明書を信頼] を有効にして再試行しますか? "
|
||||
},
|
||||
"dist/features": {
|
||||
"mssql.canceledLinkedAzureAccountSelection": "Azure Data Studio では、Always Encrypted の列マスター キーにアクセスするために Azure Key Vault に接続する必要がありますが、リンクされた Azure アカウントが選択されていません。クエリを再試行して、メッセージが表示されたら、リンクされた Azure アカウントを選択してください。",
|
||||
"mssql.chooseLinkedAzureAccount": "リンクされた Azure アカウントを選択してください:",
|
||||
@@ -25,6 +30,64 @@
|
||||
"mssql.errorConvertingToSQL": "ノートブック ドキュメントを SQL に変換中にエラーが発生しました。エラー: {0}",
|
||||
"mssql.searchServers": "サーバー名を検索"
|
||||
},
|
||||
"dist/objectManagement/localizedConstants": {
|
||||
"objectManagement.LoginTypeDisplayName": "ログイン",
|
||||
"objectManagement.LoginTypeDisplayNameInTitle": "ログイン",
|
||||
"objectManagement.OkText": "OK",
|
||||
"objectManagement.UserDisplayName": "ユーザー",
|
||||
"objectManagement.UserTypeDisplayNameInTitle": "ユーザー",
|
||||
"objectManagement.advancedSectionHeader": "詳細設定",
|
||||
"objectManagement.blankPasswordConfirmation": "パスワードを空白にしてログインを作成すると、セキュリティ上の危険を伴います。続行しますか?",
|
||||
"objectManagement.confirmPasswordLabel": "パスワードの確認",
|
||||
"objectManagement.createObjectOperationName": "{0} の作成",
|
||||
"objectManagement.deleteLoginConfirmation": "サーバー ログインを削除しても、そのログインに関連付けられたデータベース ユーザーは削除されません。処理を完了するには、各データベースでユーザーを削除してください。場合によっては、スキーマの所有権を新しいユーザーに移す必要があります。",
|
||||
"objectManagement.deleteObjectConfirmation": "{0}: {1} を削除しますか?",
|
||||
"objectManagement.deleteObjectError": "{0}: {1} の削除中にエラーが発生しました。{2}",
|
||||
"objectManagement.deleteObjectOperationName": "{0} '{1}' の削除",
|
||||
"objectManagement.enabledLabel": "有効",
|
||||
"objectManagement.generalSectionHeader": "全般",
|
||||
"objectManagement.helpText": "ヘルプ",
|
||||
"objectManagement.invalidPasswordError": "パスワードが複雑さの要件を満たしていません。詳細情報: https://docs.microsoft.com/sql/relational-databases/security/password-policy",
|
||||
"objectManagement.loadingDialog": "ダイアログを読み込んでいます...",
|
||||
"objectManagement.login.aadAuthenticationType": "Azure Active Directory 認証",
|
||||
"objectManagement.login.authenticateType": "認証",
|
||||
"objectManagement.login.defaultDatabaseLabel": "既定のデータベース",
|
||||
"objectManagement.login.defaultLanguageLabel": "既定の言語",
|
||||
"objectManagement.login.enforcePasswordExpirationLabel": "パスワードの期限を適用します",
|
||||
"objectManagement.login.enforcePasswordPolicyLabel": "パスワード ポリシーを適用します",
|
||||
"objectManagement.login.lockedOutLabel": "ログインがロックアウトされています",
|
||||
"objectManagement.login.mustChangePasswordLabel": "次回ログイン時のパスワードの変更を必須にする",
|
||||
"objectManagement.login.oldPasswordCannotBeEmptyError": "古いパスワードを空にすることはできません。",
|
||||
"objectManagement.login.oldPasswordLabel": "古いパスワード",
|
||||
"objectManagement.login.permissionToConnectLabel": "データベース エンジンに接続する権限",
|
||||
"objectManagement.login.serverRoleSectionHeader": "サーバー ロール",
|
||||
"objectManagement.login.specifyOldPasswordLabel": "古いパスワードの指定",
|
||||
"objectManagement.login.sqlAuthSectionHeader": "SQL 認証",
|
||||
"objectManagement.login.sqlAuthenticationType": "SQL 認証",
|
||||
"objectManagement.login.windowsAuthenticationType": "Windows 認証",
|
||||
"objectManagement.nameCannotBeEmptyError": "名前を空にすることはできません。",
|
||||
"objectManagement.nameLabel": "名前",
|
||||
"objectManagement.newObjectDialogTitle": "{0} - 新規 (プレビュー)",
|
||||
"objectManagement.objectPropertiesDialogTitle": "{0} - {1} (プレビュー)",
|
||||
"objectManagement.openNewObjectDialogError": "新しい {0} ダイアログを開くときにエラーが発生しました。{1}",
|
||||
"objectManagement.openObjectPropertiesDialogError": "{0}: {1} のプロパティ ダイアログを開いているときにエラーが発生しました。{2}",
|
||||
"objectManagement.passwordCannotBeEmptyError": "パスワードを空にすることはできません。",
|
||||
"objectManagement.passwordLabel": "パスワード",
|
||||
"objectManagement.passwordsNotMatchError": "パスワードは、確認パスワードと一致する必要があります。",
|
||||
"objectManagement.refreshOEError": "オブジェクト エクスプローラーの更新中にエラーが発生しました。{0}",
|
||||
"objectManagement.selectedLabel": "選択済み",
|
||||
"objectManagement.updateObjectOperationName": "{0} '{1}' を更新する",
|
||||
"objectManagement.user.containedUser": "含まれるユーザー",
|
||||
"objectManagement.user.defaultSchemaLabel": "既定のスキーマ",
|
||||
"objectManagement.user.loginLabel": "ログイン",
|
||||
"objectManagement.user.membershipLabel": "メンバーシップ",
|
||||
"objectManagement.user.ownedSchemasLabel": "所有するスキーマ",
|
||||
"objectManagement.user.type": "種類",
|
||||
"objectManagement.user.userWithGroupLogin": "Windows グループ ログインを持つユーザー",
|
||||
"objectManagement.user.userWithLogin": "ログインを持つユーザー",
|
||||
"objectManagement.user.userWithNoConnectAccess": "接続にアクセス権のないユーザー",
|
||||
"objectManagement.yesText": "はい"
|
||||
},
|
||||
"dist/sqlToolsServer": {
|
||||
"downloadServiceDoneChannelMsg": "ダウンロード済み {0}",
|
||||
"downloadingServiceChannelMsg": "{0} のダウンロード中",
|
||||
@@ -80,6 +143,8 @@
|
||||
"mssql.connectionOptions.authType.displayName": "認証の種類",
|
||||
"mssql.connectionOptions.columnEncryptionSetting.description": "接続の Always Encrypted を有効または無効にする",
|
||||
"mssql.connectionOptions.columnEncryptionSetting.displayName": "Always Encrypted",
|
||||
"mssql.connectionOptions.commandTimeout.description": "試行を終了してエラーを生成する前にコマンドの実行を待機するまでの時間 (秒単位)",
|
||||
"mssql.connectionOptions.commandTimeout.displayName": "コマンドのタイムアウト",
|
||||
"mssql.connectionOptions.connectRetryCount.description": "接続を復元するための試行回数",
|
||||
"mssql.connectionOptions.connectRetryCount.displayName": "接続の再試行回数",
|
||||
"mssql.connectionOptions.connectRetryInterval.description": "接続を復元するための試行間の遅延",
|
||||
@@ -96,11 +161,15 @@
|
||||
"mssql.connectionOptions.databaseName.displayName": "データベース",
|
||||
"mssql.connectionOptions.enclaveAttestationProtocol.categoryValues.AAS": "Azure Attestation",
|
||||
"mssql.connectionOptions.enclaveAttestationProtocol.categoryValues.HGS": "ホスト ガーディアン サービス",
|
||||
"mssql.connectionOptions.enclaveAttestationProtocol.categoryValues.None": "なし",
|
||||
"mssql.connectionOptions.enclaveAttestationProtocol.description": "セキュリティで保護されたエンクレーブが設定された Always Encrypted で使用されるサーバー側エンクレーブを構成証明するためのプロトコルを指定します。",
|
||||
"mssql.connectionOptions.enclaveAttestationProtocol.displayName": "構成証明プロトコル",
|
||||
"mssql.connectionOptions.enclaveAttestationUrl.description": "セキュリティで保護されたエンクレーブが設定された Always Encrypted で使用されるサーバー側エンクレーブを構成証明するためのエンドポイントを指定します。",
|
||||
"mssql.connectionOptions.enclaveAttestationUrl.displayName": "エンクレーブ構成証明 URL",
|
||||
"mssql.connectionOptions.encrypt.description": "True の場合、SQL Server は、サーバーに証明書がインストールされている場合は、クライアントとサーバー間で送信されるすべてのデータに SSL 暗号化を使用します",
|
||||
"mssql.connectionOptions.encrypt.categoryValues.false": "オプション (False)",
|
||||
"mssql.connectionOptions.encrypt.categoryValues.strict": "厳密",
|
||||
"mssql.connectionOptions.encrypt.categoryValues.true": "必須 (True)",
|
||||
"mssql.connectionOptions.encrypt.description": "'必須' または '厳密' の場合、SQL Server は、サーバーに証明書がインストールされていれば、クライアントとサーバー間のすべてのデータ送信に SSL 暗号化を使用します。'厳密' に設定すると、SQL Server はクライアントとサーバー間のすべてのデータ転送に TDS 8.0 を使用します。'厳密' は、SQL Server 2022 以降でサポートされています。",
|
||||
"mssql.connectionOptions.encrypt.displayName": "暗号化",
|
||||
"mssql.connectionOptions.failoverPartner.description": "フェールオーバー パートナーとして機能する SQL Server インスタンスの名前またはネットワーク アドレス",
|
||||
"mssql.connectionOptions.failoverPartner.displayName": "フェールオーバー パートナー",
|
||||
@@ -112,6 +181,8 @@
|
||||
"mssql.connectionOptions.groupName.replication": "レプリケーション",
|
||||
"mssql.connectionOptions.groupName.security": "セキュリティ",
|
||||
"mssql.connectionOptions.groupName.source": "ソース",
|
||||
"mssql.connectionOptions.hostNameInCertificate.description": "SQL Server で使用されるサーバー証明書検証用の TLS 証明書内に指定されたホスト名を示します。指定されていない場合、既定ではサーバー名が証明書の検証に使用されます。",
|
||||
"mssql.connectionOptions.hostNameInCertificate.displayName": "証明書内のホスト名",
|
||||
"mssql.connectionOptions.loadBalanceTimeout.description": "この接続が破棄される前にプールに存在する最小時間 (秒)",
|
||||
"mssql.connectionOptions.loadBalanceTimeout.displayName": "負荷分散タイムアウト",
|
||||
"mssql.connectionOptions.maxPoolSize.description": "プールに保持される接続の最大数",
|
||||
@@ -132,9 +203,11 @@
|
||||
"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.serverName.description": "SQL Server インスタンスの名前",
|
||||
"mssql.connectionOptions.serverName.displayName": "サーバー",
|
||||
"mssql.connectionOptions.trustServerCertificate.description": "True (および encrypt=true) の場合、SQL Server は、サーバー証明書を検証せずに、クライアントとサーバーの間で送信されるすべてのデータに対して SSL 暗号化を使用します",
|
||||
"mssql.connectionOptions.trustServerCertificate.description": "true (および encrypt=true) の場合、SQL Server はサーバー証明書を検証せずに、クライアントとサーバーの間で送信されるすべてのデータに SSL 暗号化を使用します。このプロパティは Encrypt=Strict ではサポートされていません。",
|
||||
"mssql.connectionOptions.trustServerCertificate.displayName": "サーバー証明書を信頼する",
|
||||
"mssql.connectionOptions.typeSystemVersion.description": "プロバイダーがデータ リーダー経由で公開するサーバーの種類のシステムを示します。",
|
||||
"mssql.connectionOptions.typeSystemVersion.displayName": "タイプ システムのバージョン",
|
||||
@@ -168,6 +241,12 @@
|
||||
"mssql.logDebugInfo": "[省略可能] コンソールへのデバッグ出力をログに記録し ([表示] -> [出力])、ドロップダウンから適切な出力チャネルを選択します",
|
||||
"mssql.logFilesRemovalLimit": "mssql.logRetentionMinutes の有効期限が切れた、起動時に削除する古いファイルの最大数。この制限のためにクリーンアップされないファイルは、Azure Data Studio の次回の起動時にクリーンアップされます。",
|
||||
"mssql.logRetentionMinutes": "バックエンド サービスのログ ファイルを保持する分単位の時間。既定値は 1 週間です。",
|
||||
"mssql.objectExplorer.disableGroupBySchema": "スキーマによるグループ化を無効にする",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: Disable Group By Schema",
|
||||
"mssql.objectExplorer.enableGroupBySchema": "スキーマによるグループ化を有効にする",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: Enable Group By Schema",
|
||||
"mssql.objectExplorer.expandTimeout": "オブジェクト エクスプローラーでノードを展開する場合のタイムアウト (秒)。既定値は 45 秒。",
|
||||
"mssql.objectExplorer.groupBySchema": "有効にすると、オブジェクト エクスプローラー内のデータベース オブジェクトがスキーマ別に分類されます。",
|
||||
"mssql.parallelMessageProcessing": "[試験段階] SQL Tools Service への要求を並列で処理する必要があるかどうか。これは、すべての要求を並行して処理するときに発生する可能性がある問題を検出するために導入されています。既定値は false です。値が変更された場合は、ADS の再起動が必要です。",
|
||||
"mssql.provider.displayName": "Microsoft SQL Server",
|
||||
"mssql.query.alwaysEncryptedParameterization": "Always Encrypted のパラメーター化を有効にする",
|
||||
@@ -197,6 +276,7 @@
|
||||
"mssql.query.transactionIsolationLevel": "SET TRANSACTION ISOLATION LEVEL オプションを有効にする",
|
||||
"mssql.query.xactAbortOn": "SET XACT_ABORT ON オプションを有効にする",
|
||||
"mssql.tableDesigner.preloadDatabaseModel": "オブジェクト エクスプローラーのデータベース ノードが展開されたときに、データベース モデルを事前に読み込むかどうか。有効にすると、テーブル デザイナーの読み込み時間を短縮できます。注: 多数のデータベース ノードの展開が必要な場合、通常よりも多くのメモリが使用される可能性があります。",
|
||||
"mssql.tracing.desc": "Azure Data Studio と SQL Tools Service の間の SQL Tools Service 出力チャネルへの通信をトレースします。警告: 詳細なログ記録が有効になっている場合、機密情報が含まれる可能性があります。",
|
||||
"mssql.tracingLevel": "[省略可能] バックエンド サービスのログ レベル。Azure Data Studio は開始のたびにファイル名を生成し、そのファイルが既に存在する場合にはログ エントリが対象ファイルに追加されます。古いログ ファイルのクリーンアップについては、logRetentionMinutes と logFilesRemovalLimit の設定を参照してください。既定の tracingLevel では、ログに記録される数は多くありません。詳細レベルを変更すると、詳細なログが記録され、ログのためのディスク容量が必要になる場合があります。エラーには重大が含まれ、警告にはエラーが含まれ、情報には警告が含まれ、詳細には情報が含まれます",
|
||||
"objectsListProperties.name": "名前",
|
||||
"onprem.databaseProperties.compatibilityLevel": "互換性レベル",
|
||||
@@ -208,9 +288,17 @@
|
||||
"onprem.serverProperties.osVersion": "OS バージョン",
|
||||
"onprem.serverProperties.serverEdition": "エディション",
|
||||
"onprem.serverProperties.serverVersion": "バージョン",
|
||||
"title.changeNotebookConnection": "SQL Notebook 接続の変更",
|
||||
"title.clearSearchServerResult": "検索: 検索サーバーの結果を消去する",
|
||||
"title.deleteObject": "削除",
|
||||
"title.designTable": "デザイン",
|
||||
"title.newApplicationRole": "新しいアプリケーション ロール",
|
||||
"title.newDatabaseRole": "新しいデータベース ロール",
|
||||
"title.newLogin": "新しいログイン",
|
||||
"title.newServerRole": "新しいサーバー ロール",
|
||||
"title.newTable": "新しいテーブル",
|
||||
"title.newUser": "新しいユーザー",
|
||||
"title.objectProperties": "プロパティ",
|
||||
"title.searchServers": "検索: サーバー",
|
||||
"title.showLogFile": "ログ ファイルの表示"
|
||||
}
|
||||
|
||||
@@ -358,7 +358,7 @@
|
||||
"docker-container-name-field": "コンテナー名",
|
||||
"docker-sql-2017-title": "SQL Server 2017 コンテナー イメージのデプロイ",
|
||||
"docker-sql-2019-title": "SQL Server 2019 コンテナー イメージをデプロイする",
|
||||
"docker-sql-2022-title": "SQL Server 2022 プレビュー コンテナー イメージのデプロイ",
|
||||
"docker-sql-2022-title": "SQL Server 2022 コンテナー イメージのデプロイ",
|
||||
"docker-sql-password-field": "SQL Server のパスワード",
|
||||
"docker-sql-port-field": "ポート",
|
||||
"extension-description": "Microsoft SQL Server をデプロイするためのノートブック ベースのエクスペリエンスを提供します",
|
||||
@@ -371,7 +371,7 @@
|
||||
"resource-type-sql-windows-setup-display-name": "SQL Server on Windows",
|
||||
"sql-2017-display-name": "SQL Server 2017",
|
||||
"sql-2019-display-name": "SQL Server 2019",
|
||||
"sql-2022-display-name": "SQL Server 2022 プレビュー",
|
||||
"sql-2022-display-name": "SQL Server 2022",
|
||||
"sql-azure-database-server-display-name": "データベース サーバー",
|
||||
"sql-azure-elastic-pool-display-name": "エラスティック プール",
|
||||
"sql-azure-single-database-display-name": "単一データベース",
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
"Date": "日付",
|
||||
"Failed": "失敗",
|
||||
"InProgress": "進行中",
|
||||
"Move": "移動",
|
||||
"PublishHistory": "公開履歴",
|
||||
"Status": "状態",
|
||||
"Success": "成功",
|
||||
@@ -76,7 +77,6 @@
|
||||
"dataSource": "データ ソース",
|
||||
"dataSourceDropdownTitle": "データ ソース",
|
||||
"dataSourceRadioButtonLabel": "データ ソース",
|
||||
"dataSourcesNodeName": "データ ソース",
|
||||
"databaseLocation": "データベースへの参照を追加するには、データベースの場所が必要です",
|
||||
"databaseName": "データベース名",
|
||||
"databaseNameLabel": "データベース",
|
||||
@@ -98,6 +98,7 @@
|
||||
"deleteConfirmation": "{0} を削除しますか?",
|
||||
"deleteConfirmationContents": "{0} とその内容をすべて削除してもよろしいですか?",
|
||||
"deleteReferenceConfirmation": "{0} への参照を削除しますか?",
|
||||
"deleteSqlCmdVariableConfirmation": "SQLCMD 変数 '{0}' を削除しますか?",
|
||||
"deployAppSettingUpdateFailed": "アプリ設定 '{0}' を更新できませんでした",
|
||||
"deployAppSettingUpdating": "アプリ設定を更新しています: '{0}'",
|
||||
"deployDbTaskName": "SQL Db プロジェクトをローカルに展開しています",
|
||||
@@ -134,6 +135,9 @@
|
||||
"enterConnectionStringEnvNameDescription": "SQL 接続文字列の環境変数を入力してください",
|
||||
"enterConnectionStringTemplate": "接続文字列を入力してください",
|
||||
"enterNewDatabaseName": "新しいデータベース名を入力する",
|
||||
"enterNewName": "新しい名前の入力",
|
||||
"enterNewSqlCmdVariableDefaultValue": "SQLCMD 変数 '{0}' の既定値を入力してください",
|
||||
"enterNewSqlCmdVariableName": "新しい SQLCMD 変数名を入力してください",
|
||||
"enterNewValueForVar": "変数 '{0}' の新しい値を入力してください",
|
||||
"enterPassword": "{0} 管理者パスワードを入力してください",
|
||||
"enterPortNumber": "既定値を使用するには、{0} ポート番号を入力するか、Enter キーを押してください",
|
||||
@@ -143,7 +147,9 @@
|
||||
"errorDownloading": "{0} のダウンロード中にエラーが発生しました。エラー: {1}",
|
||||
"errorExtracting": "{0} からファイルを抽出中にエラーが発生しました。エラー: {1}",
|
||||
"errorFindingBuildFilesLocation": "ビルド ファイルの場所の検索中にエラーが発生しました: {0}",
|
||||
"errorMovingFile": "ファイルを {0} から {1} に移動するときにエラーが発生しました。エラー: {2}",
|
||||
"errorReadingProjectGuid": "プロジェクト '{0}' の {1} を読み込もうとしてエラーが発生しました",
|
||||
"errorRenamingFile": "Error when renaming file from {0} to {1}. Error: {2}",
|
||||
"errorRetrievingBuildFiles": "プロジェクトをビルドできませんでした。ビルドに必要なファイルの取得中にエラーが発生しました。",
|
||||
"eulaAgreementTemplate": "{0} に同意します。",
|
||||
"eulaAgreementText": "{0} に同意します。",
|
||||
@@ -193,6 +199,8 @@
|
||||
"location": "場所",
|
||||
"min": "分",
|
||||
"missingVersion": "{0} に 'version' エントリがありません。",
|
||||
"moveConfirmationPrompt": "{0} を {1}に移動しますか?",
|
||||
"movingFilesBetweenProjectsNotSupported": "プロジェクト間でのファイルの移動はサポートされていません",
|
||||
"msec": "ミリ秒",
|
||||
"multipleMostDeploymentScripts": "{0} ファイルの数が予期していたものではありませんでした: {1}",
|
||||
"multipleSqlProjFilesSelected": "複数の .sqlproj ファイルが選択されています。1 つだけ選択してください。",
|
||||
@@ -215,6 +223,7 @@
|
||||
"notValidVariableName": "変数名 '{0}' は無効です。",
|
||||
"objectType": "オブジェクトの種類",
|
||||
"okString": "OK",
|
||||
"onlyMoveSqlFilesSupported": ".sql ファイルの移動のみがサポートされています",
|
||||
"openEulaString": "ライセンス契約を開く",
|
||||
"optionDescription": "オプションの説明",
|
||||
"optionName": "オプション名",
|
||||
@@ -246,6 +255,7 @@
|
||||
"publishAction": "公開",
|
||||
"publishDialogName": "プロジェクトの発行",
|
||||
"publishOptions": "公開オプション",
|
||||
"publishProfileElements": "プロファイル要素の発行",
|
||||
"publishProjectSucceed": "データベース プロジェクトが正常に公開されました",
|
||||
"publishSettingsFiles": "公開の設定ファイル",
|
||||
"publishTo": "ターゲットの公開",
|
||||
@@ -313,6 +323,8 @@
|
||||
"sqlDatabaseProjects.UpdateDotnetLocation": "場所の更新",
|
||||
"sqlDatabaseProjects.doNotAskAgain": "今後このメッセージを表示しない",
|
||||
"sqlDatabaseProjects.outputChannel": "データベース プロジェクト",
|
||||
"sqlcmdVariableAlreadyExists": "同じ名前の SQLCMD 変数がこのプロジェクトに既に存在します",
|
||||
"sqlcmdVariablesNodeName": "SQLCMD 変数",
|
||||
"storedProcedureFriendlyName": "ストアド プロシージャ",
|
||||
"suppressMissingDependenciesErrors": "参照プロジェクト内の未解決の参照によるエラーを表示しない",
|
||||
"systemDatabase": "システム データベース",
|
||||
@@ -358,6 +370,7 @@
|
||||
"sqlDatabaseProjects.Settings": "データベース プロジェクト",
|
||||
"sqlDatabaseProjects.addDatabaseReference": "データベース参照の追加",
|
||||
"sqlDatabaseProjects.addExistingItem": "既存項目の追加...",
|
||||
"sqlDatabaseProjects.addSqlCmdVariable": "SQLCMD 変数の追加",
|
||||
"sqlDatabaseProjects.autorestSqlVersion": "NPM から使用する Autorest.Sql のバージョン。設定されていない場合は、最新版が使用されます。",
|
||||
"sqlDatabaseProjects.build": "ビルド",
|
||||
"sqlDatabaseProjects.changeTargetPlatform": "ターゲット プラットフォームの変更",
|
||||
@@ -369,6 +382,7 @@
|
||||
"sqlDatabaseProjects.description": "SQL データベース スキーマをデザインして発行する",
|
||||
"sqlDatabaseProjects.displayName": "データベース プロジェクト",
|
||||
"sqlDatabaseProjects.dotnetInstallLocation": "コンピューター上の .NET SDK への完全なパス。たとえば、dotnet.exe が C:\\folder1\\dotnet\\dotnet.exe にある場合は、この設定のパスを C:\\folder1\\dotnet に設定します",
|
||||
"sqlDatabaseProjects.edit": "編集",
|
||||
"sqlDatabaseProjects.editProjectFile": ".sqlproj ファイルの編集",
|
||||
"sqlDatabaseProjects.enablePreviewFeatures": "SQL データベース プロジェクトのプレビュー機能を有効にする",
|
||||
"sqlDatabaseProjects.exclude": "プロジェクトから除外する",
|
||||
@@ -391,6 +405,7 @@
|
||||
"sqlDatabaseProjects.openInDesigner": "デザイナーで開く",
|
||||
"sqlDatabaseProjects.properties": "プロパティ",
|
||||
"sqlDatabaseProjects.publish": "公開",
|
||||
"sqlDatabaseProjects.rename": "名前の変更",
|
||||
"sqlDatabaseProjects.schemaCompare": "Schema Compare",
|
||||
"sqlDatabaseProjects.updateProjectFromDatabase": "データベースからプロジェクトを更新する",
|
||||
"sqlDatabaseProjects.validateExternalStreamingJob": "外部ストリーミング ジョブを検証する",
|
||||
|
||||
@@ -11,18 +11,26 @@
|
||||
"dist/constants/strings": {
|
||||
"azure.accounts.accountAccessError": "選択したアカウント '{0}' とテナント '{1}' へのアクセス中にエラーが発生しました。'リンク アカウント' を選択して、アカウントを更新するか、別のアカウントを選択してください。エラー '{2}'",
|
||||
"azure.accounts.accountStaleError": "選択したアカウント '{0}' とテナント '{1}' のアクセス トークンは有効でなくなりました。'リンク アカウント' を選択して、アカウントを更新するか、別のアカウントを選択してください。",
|
||||
"serviceCrashMessage": "移行サービス コンポーネントを開始できませんでした。{0}",
|
||||
"serviceCrashed": "サービス コンポーネントがクラッシュしました。",
|
||||
"serviceProviderIntializationError": "データ プロバイダーを初期化できませんでした。",
|
||||
"sql-migration.login.wizard.title": "'{0}' から Azure SQL にログインを移行する",
|
||||
"sql-migration.wizard.title": "'{0}' を Azure SQL に移行する",
|
||||
"sql.cancel.migration.confirmation": "この移行を取り消しますか?",
|
||||
"sql.login.migration..error": "ログイン移行エラー: {0}",
|
||||
"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.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 ログインの選択を解除してください。",
|
||||
"sql.login.migration.error": "ログイン移行エラー: {0}",
|
||||
"sql.login.migration.establish.user.mappings": "ログインの検証と移行が完了しました。\r\n\r\nユーザー マッピングを確立しています。",
|
||||
"sql.login.migration.establish.user.mappings.failed": "ユーザー マッピングの確立に失敗しました",
|
||||
"sql.login.migration.failed": "ログインの移行に失敗しました",
|
||||
"sql.login.migration.get.connection.string": "data source={0};initial catalog=master;user id={1};password={2};TrustServerCertificate=True;Integrated Security=false;",
|
||||
"sql.login.migration.get.logins.query": "SELECT sp.name as login, sp.type_desc as login_type, sp.default_database_name, case when sp.is_disabled = 1 then 'Disabled' else 'Enabled' end as status FROM sys.server_principals sp LEFT JOIN sys.sql_logins sl ON sp.principal_id = sl.principal_id WHERE sp.type NOT IN ('G', 'R') AND sp.type_desc IN ('SQL_LOGIN', 'WINDOWS_LOGIN') ORDER BY sp.name;",
|
||||
"sql.login.migration.in.progress": "テスト移行が進行中",
|
||||
"sql.login.migration.login.status.details.title": "{0} の移行状態の詳細",
|
||||
"sql.login.migration.logins.found": "ログインが見つかりました",
|
||||
"sql.login.migration.logins.not.found": "ログインが見つかりません",
|
||||
"sql.login.migration.mi.title": "Azure SQL Managed Instance",
|
||||
@@ -45,12 +53,14 @@
|
||||
"sql.login.migration.status.page.previous.button.title": "前 (無効)",
|
||||
"sql.login.migration.status.page.title": "移行の状態",
|
||||
"sql.login.migration.status.succeeded": "成功",
|
||||
"sql.login.migration.steps.migrate.logins": "ログインの移行",
|
||||
"sql.login.migration.steps.not.started": "未開始",
|
||||
"sql.login.migration.target.status.column": "ターゲットの状態",
|
||||
"sql.login.migration.target.title": "Azure SQL のターゲット",
|
||||
"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": "ログイン移行機能はプライベート プレビュー モードであることにご注意ください。",
|
||||
"sql.login.migration.wizard.target.data.migration.warning": "Please note that login migration feature is in public preview mode.",
|
||||
"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 ターゲット型",
|
||||
@@ -92,6 +102,7 @@
|
||||
"sql.migration.backup.location": "バックアップの場所",
|
||||
"sql.migration.backup.start.time": "バックアップ開始時刻",
|
||||
"sql.migration.bc.info": "ビジネス クリティカル サービス層の SQL Managed Instance の一括移行では、Always On 高可用性グループに 3 つのセカンダリ レプリカをシードする必要があるため、通常の目的よりも大幅に時間がかかります。このオペレーションの期間は、データのサイズに依存します。シードの速度は、90% のケースで220GB/時以上となっています。",
|
||||
"sql.migration.blob.container.folder.label": "フォルダー",
|
||||
"sql.migration.blob.container.label": "BLOB コンテナー リソース グループ",
|
||||
"sql.migration.blob.container.last.backup.file.label": "最終バックアップ ファイル",
|
||||
"sql.migration.blob.container.select": "最初に BLOB コンテナーの値を選択します。",
|
||||
@@ -114,6 +125,7 @@
|
||||
"sql.migration.cannot.start.cutover.error": "すべての移行が完了するまで一括移行処理を開始できません。最新のファイル状態に戻るには、ブラウザー ウィンドウを更新します。",
|
||||
"sql.migration.close": "閉じる",
|
||||
"sql.migration.complete.cutover": "一括移行を完了する",
|
||||
"sql.migration.completed.multi.steps.heading": "次のステップを実行しました:",
|
||||
"sql.migration.completing.cutover.warning": "すべてのバックアップを復元せずに一括移行を完了すると、データが失われる可能性があります。",
|
||||
"sql.migration.confirm.checkbox.message": "提供する追加のログ バックアップがないことを確認し、一括移行の完了を希望します。",
|
||||
"sql.migration.connection.label": "接続",
|
||||
@@ -159,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": "SQL Server インスタンス (オンプレミスまたは Azure Virtual Machines) から Azure SQL Database (プレビュー) にデータベースを移行するためのステップ バイ ステップ チュートリアル。",
|
||||
"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.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": "チュートリアル: Azure SQL Database でSQL Serverに移行する(オフライン) - (プレビュー)",
|
||||
"sql.migration.dashboard.help.link.sqldb": "Tutorial: Migrate to SQL Server on Azure SQL Database (offline)",
|
||||
"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 にログインを移行する",
|
||||
@@ -177,6 +189,7 @@
|
||||
"sql.migration.data.uploaded.size": "アップロードされたデータ/サイズ",
|
||||
"sql.migration.database": "データベース",
|
||||
"sql.migration.database.already.exists": "データベース '{0}' は、ターゲット マネージド インスタンス '{1}' に既に存在します。",
|
||||
"sql.migration.database.already.exists.vm.info": "指定されたデータベース名が Azure 仮想マシンのターゲット SQL Server にまだ存在しないことを確認してください。",
|
||||
"sql.migration.database.assessment.description": "Azure SQLへの移行を評価するデータベースを選択します。",
|
||||
"sql.migration.database.assessment.title": "評価用のデータベース",
|
||||
"sql.migration.database.backup.load.error": "データベースの詳細へのアクセス中にエラーが発生しました。",
|
||||
@@ -260,6 +273,7 @@
|
||||
"sql.migration.invalid.account.error": "続けるには、有効な Azure アカウントを選択してください。",
|
||||
"sql.migration.invalid.blob.container.error": "先に進むには、ソース データベース '{0}' の有効な BLOB コンテナーを選択してください。",
|
||||
"sql.migration.invalid.blob.lastBackupFile.error": "先に進むには、ソース データベース '{0}' の有効な最終バックアップ ファイルを選択してください。",
|
||||
"sql.migration.invalid.blob.lastBackupFolder.error": "続行するには、ソース データベース '{0}' の有効なバックアップ フォルダーを選択します。",
|
||||
"sql.migration.invalid.blob.resourceGroup.error": "先に進むには、ソース データベース '{0}' の有効なリソース グループを選択してください。",
|
||||
"sql.migration.invalid.blob.storageAccount.error": "先に進むには、ソース データベース '{0}' の有効なストレージ アカウントを選択してください。",
|
||||
"sql.migration.invalid.location.error": "先に進むには、有効な場所を選択してください。",
|
||||
@@ -267,6 +281,7 @@
|
||||
"sql.migration.invalid.migration.service.error": "有効な Database Migration Service を選択してください。",
|
||||
"sql.migration.invalid.migration.service.offline.error": "ノードに接続された Database Migration Service を選択します。",
|
||||
"sql.migration.invalid.network.share.location": "無効なネットワーク共有の場所の形式です。例: {0}",
|
||||
"sql.migration.invalid.non.page.blob.backupFile.error": "続行するには、すべてのバックアップ ファイルがソース データベース '{0}' のページ BLOB である BLOB コンテナーを選択してください。ブロック BLOB は、SQL Server 2016 以降を実行しているターゲットでのみサポートされています。詳細情報: https://aka.ms/dms-migrations-troubleshooting",
|
||||
"sql.migration.invalid.owner.uri.error": "OwnerUri が無効なため、データベースに接続できません (パラメーター 'OwnerUri')",
|
||||
"sql.migration.invalid.resourceGroup.error": "続行するには、有効なリソースグループを選択してください。",
|
||||
"sql.migration.invalid.savedInfo": "保存されたセッションを回復できません。新しいセッションを選択して、もう一度お試しください。",
|
||||
@@ -318,6 +333,14 @@
|
||||
"sql.migration.missing.targetUserName.error": "続行するには、有効なターゲット ユーザー名を入力します。",
|
||||
"sql.migration.mode": "モード",
|
||||
"sql.migration.more.info": "詳細情報",
|
||||
"sql.migration.multi.step.all.steps.completed.errors": "全てのステップは次のエラーで完了しました: {0}{1}",
|
||||
"sql.migration.multi.step.all.steps.succeeded": "すべてのステップが成功しました。",
|
||||
"sql.migration.multi.step.some.steps.are.still.running": "一部のステップはまだ実行中です。",
|
||||
"sql.migration.multi.step.status": "ステップの状態: {0}",
|
||||
"sql.migration.multi.step.status.dialog.copy.results": "結果のコピー",
|
||||
"sql.migration.multi.step.status.dialog.heading": "ステップの詳細",
|
||||
"sql.migration.multi.step.status.errors": "ステップの状態: {0}{1}{2}",
|
||||
"sql.migration.multi.step.status.steps.title": "ステップ",
|
||||
"sql.migration.na": "該当なし",
|
||||
"sql.migration.name": "名前",
|
||||
"sql.migration.name.label": "名前:",
|
||||
@@ -343,6 +366,7 @@
|
||||
"sql.migration.no": "いいえ",
|
||||
"sql.migration.no.blobContainers.found": "BLOB コンテナーが見つかりません。",
|
||||
"sql.migration.no.blobFiles.found": "BLOB ファイルが見つかりません。",
|
||||
"sql.migration.no.blobFolders.found": "BLOB フォルダーが見つかりません。",
|
||||
"sql.migration.no.fileShares.found": "ファイル共有が見つかりません。",
|
||||
"sql.migration.no.issues.mi": "Azure SQL Managed Instance への移行に関する問題は見つかりませんでした。",
|
||||
"sql.migration.no.issues.sqldb": "Azure SQL Database への移行に関する問題は見つかりませんでした。",
|
||||
@@ -396,6 +420,7 @@
|
||||
"sql.migration.retry.migration.error": "移行の再試行中にエラーが発生しました。",
|
||||
"sql.migration.rg.created": "リソース グループが作成されました",
|
||||
"sql.migration.run.validation": "検証の実行",
|
||||
"sql.migration.running.multi.steps.heading": "次のステップを実行しています:",
|
||||
"sql.migration.save.assessment.report": "評価レポートを保存する",
|
||||
"sql.migration.save.assessment.report.success": "評価レポートが {0} に正常に保存されました。",
|
||||
"sql.migration.save.close": "保存して閉じる",
|
||||
@@ -538,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": "Azure SQL Database (プレビュー) に移行するには、評価結果を表示し、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.vm": "Azure Virtual Machine 上の SQL Server に移行するには、評価結果を表示し、1 つ以上のデータベースを選択します。",
|
||||
"sql.migration.sku.recommendationReason": "レコメンデーションの理由",
|
||||
"sql.migration.sku.recommendations": "レコメンデーション",
|
||||
@@ -557,7 +582,7 @@
|
||||
"sql.migration.sku.sql.dataDisk": "SQL データ ファイル",
|
||||
"sql.migration.sku.sql.logDisk": "SQL ログ ファイル",
|
||||
"sql.migration.sku.sql.temp": "SQL tempdb",
|
||||
"sql.migration.sku.sqldb.card.title": "Azure SQL Database (プレビュー)",
|
||||
"sql.migration.sku.sqldb.card.title": "Azure SQL Database",
|
||||
"sql.migration.sku.sqldb.target.title": "Azure SQL Database",
|
||||
"sql.migration.sku.stop.performance.collection": "データ収集の停止",
|
||||
"sql.migration.sku.storage.dimension": "ディメンション",
|
||||
@@ -592,6 +617,8 @@
|
||||
"sql.migration.sql.managed.instance": "SQL Managed Instance",
|
||||
"sql.migration.sql.server.instance": "SQL Server インスタンス",
|
||||
"sql.migration.sql.virtual.machine": "SQL 仮想マシン",
|
||||
"sql.migration.sql.vm.page.blob.info": "SQL Server 2014 以下を実行しているターゲット サーバーでは、ネットワーク共有オプションを使用してデータベース バックアップをアップロードするのではなく、Azure Storage Blob コンテナーに格納する必要があります。また、ブロック BLOB はSQL Server 2016 以降を実行しているターゲットでのみサポートされているため、バックアップ ファイルをページ BLOB として保存する必要があります。詳細情報: {0}",
|
||||
"sql.migration.sql.vm.page.blob.url.label": "既知の問題、制限事項、トラブルシューティング",
|
||||
"sql.migration.sqldb.column.copyduration": "コピー期間",
|
||||
"sql.migration.sqldb.column.copystart": "コピーの開始",
|
||||
"sql.migration.sqldb.column.copythroughput": "コピーのスループット",
|
||||
@@ -611,6 +638,13 @@
|
||||
"sql.migration.start.time": "開始時刻",
|
||||
"sql.migration.starting.login": "ログインの検証と移行が進行中です",
|
||||
"sql.migration.starting.login.failed": "ログインの検証と移行に失敗しました",
|
||||
"sql.migration.starting.migration.dberror": "データベース {0} の証明書を移行中にエラーが発生しました。{1}",
|
||||
"sql.migration.starting.migration.error": "証明書移行の開始中にエラーが発生しました: '{0}'",
|
||||
"sql.migration.state.canceled": "取り消されました",
|
||||
"sql.migration.state.failed": "失敗",
|
||||
"sql.migration.state.pending": "保留中",
|
||||
"sql.migration.state.running": "実行中",
|
||||
"sql.migration.state.succeeded": "成功",
|
||||
"sql.migration.status": "状態",
|
||||
"sql.migration.status.add.account": "アカウントを追加",
|
||||
"sql.migration.status.add.account.MESSAGE": "Azure アカウントを追加して、既存の移行とその状態を表示します。",
|
||||
@@ -681,6 +715,42 @@
|
||||
"sql.migration.target.table.missing": "ターゲット テーブルが存在しません",
|
||||
"sql.migration.target.table.not.empty": "ターゲット テーブルが空ではありません。",
|
||||
"sql.migration.target.version": "ターゲット バージョン",
|
||||
"sql.migration.tde.button.caption": "編集",
|
||||
"sql.migration.tde.button.migrate": "証明書を移行する",
|
||||
"sql.migration.tde.migrate.canceled": "証明書移行が取り消されました。続行するには、証明書移行を実行および完了してください。",
|
||||
"sql.migration.tde.migrate.canceled.errors": "次のエラーで検証が取り消されました: {0}{1}",
|
||||
"sql.migration.tde.migrate.column.databases": "データベース",
|
||||
"sql.migration.tde.migrate.column.status": "状態",
|
||||
"sql.migration.tde.migrate.completed.errors": "移行は完了しましたが、次のエラーが発生しました:{0}{1}",
|
||||
"sql.migration.tde.migrate.copy.results": "移行結果をコピーする",
|
||||
"sql.migration.tde.migrate.done.button": "完了",
|
||||
"sql.migration.tde.migrate.heading": "次のデータベースから証明書を移行しています:",
|
||||
"sql.migration.tde.migrate.not.run": "現在の構成では証明書移行がまだ実行されていません。続行するには、証明書移行を実行および完了してください。",
|
||||
"sql.migration.tde.migrate.results.heading": "証明書の移行に関する進行状況の詳細:",
|
||||
"sql.migration.tde.migrate.results.heading.completed": "証明書移行の結果:",
|
||||
"sql.migration.tde.migrate.results.heading.previous": "以前の証明書移行の結果:",
|
||||
"sql.migration.tde.migrate.start.validation": "移行の再試行",
|
||||
"sql.migration.tde.migrate.status.details": "移行の状態: {0}{1}{2}",
|
||||
"sql.migration.tde.migrate.status.error": "{0}{1}{2}",
|
||||
"sql.migration.tde.migrate.success": "証明書移行が正常に完了しました。移行を続行するには、[次へ] をクリックしてください。",
|
||||
"sql.migration.tde.migrate.validation.camceled": "移行が取り消されました",
|
||||
"sql.migration.tde.migrate.validation.completed": "移行が正常に完了しました。",
|
||||
"sql.migration.tde.msg.databases.selected": "Transparent Data Encryption に対応したデータベース {0} つを移行対象に選択しました。{1}",
|
||||
"sql.migration.tde.msg.empty": "暗号化されたデータベースは選択されていません。",
|
||||
"sql.migration.tde.msg.manual": "証明書を手動で移行することを選択しました。",
|
||||
"sql.migration.tde.msg.tde": "暗号化証明書とデータベースを移行するために、Azure Data Studio へのアクセス権を付与しました。",
|
||||
"sql.migration.tde.progress.update": "{0} / {1} 完了",
|
||||
"sql.migration.tde.wizard.databases.selected": "選択したデータベース {1} つのうち {0} つで、Transparent Data Encryption が使用されています。",
|
||||
"sql.migration.tde.wizard.description": "暗号化されたデータベースを正常に移行するには、暗号化証明書へのアクセスを許可するか、移行を続行する前に証明書を手動で移行する必要があります。{0}。",
|
||||
"sql.migration.tde.wizard.network.share.info": "証明書の配置先とするネットワーク パス。",
|
||||
"sql.migration.tde.wizard.network.share.label": "証明書のネットワーク パス",
|
||||
"sql.migration.tde.wizard.network.share.placeholder": "ネットワーク パスを入力してください",
|
||||
"sql.migration.tde.wizard.optionads": "証明書と秘密キーをターゲットにエクスポートします。",
|
||||
"sql.migration.tde.wizard.optionadsconfirm": "証明書へのアクセスに自分の資格情報を使用することに同意します。",
|
||||
"sql.migration.tde.wizard.optionmanual": "Azure Data Studio による証明書のエクスポートすることを希望しません。",
|
||||
"sql.migration.tde.wizard.optionmanual.warning": "移行作業を続行する前に証明書を移行する必要があります。証明書を移行しない場合、この移行は失敗します。{0}。",
|
||||
"sql.migration.tde.wizard.optionscaption": "証明書の移行",
|
||||
"sql.migration.tde.wizard.title": "暗号化されたデータベースが選択されています。",
|
||||
"sql.migration.test.connection": "接続のテスト",
|
||||
"sql.migration.type": "種類",
|
||||
"sql.migration.type.label": "入力:",
|
||||
@@ -689,6 +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.ir.column.status": "状態",
|
||||
"sql.migration.validate.ir.column.validation.steps": "検証手順",
|
||||
"sql.migration.validate.ir.completed.errors": "検証は次のエラーで完了しました: {0}{1}",
|
||||
@@ -725,8 +796,8 @@
|
||||
"sql.migration.validation.success": "検証が正常に完了しました。 移行を続行するには、[次へ] をクリックしてください。",
|
||||
"sql.migration.view.all": "すべてのデータベース移行",
|
||||
"sql.migration.view.select.button.label": "表示/選択",
|
||||
"sql.migration.vm.not.ready.iaas.extension": "The virtual machine '{0}' is unavailable for migration because the SQL Server IaaS Agent extension is currently in '{1}' mode instead of Full mode. Learn more: https://aka.ms/sql-iaas-extension",
|
||||
"sql.migration.vm.not.ready.power.state": "The virtual machine '{0}' is unavailable for migration because the underlying virtual machine is not running. Please make sure it is powered on before retrying.",
|
||||
"sql.migration.vm.not.ready.iaas.extension": "SQL Server IaaS エージェント拡張機能が現在フル モードではなく '{1}' モードであるため、仮想マシン '{0}' を移行できません。詳細情報: https://aka.ms/sql-iaas-extension",
|
||||
"sql.migration.vm.not.ready.power.state": "仮想マシン '{0}' は、基になる仮想マシンが実行されていないため、移行に使用できません。再試行する前に、電源がオンになっていることを確認してください。",
|
||||
"sql.migration.warning": "警告",
|
||||
"sql.migration.warnings": "警告",
|
||||
"sql.migration.warnings.count": "警告 ({0})",
|
||||
@@ -755,20 +826,34 @@
|
||||
"sql.migration.wizard.target.connection.success": "接続に成功しました。ターゲット データベースが見つかりました: {0}",
|
||||
"sql.migration.wizard.target.description": "Azure アカウントとターゲット {0}を選択します。",
|
||||
"sql.migration.wizard.target.login.error": "ログイン情報の取得中にエラーが発生しました: {0}",
|
||||
"sql.migration.wizard.target.mapping.error.duplicate": "データベース マッピング エラーです。 ターゲット データベース '{0}' をデータベース '{1}' の移行ターゲットとして選択することはできません。 ターゲット データベース '${targetDatabaseName}' は、データベース '{2}' の移行ターゲットとして既に選択されています。 別のターゲット データベースを選択してください。",
|
||||
"sql.migration.wizard.target.mapping.error.duplicate": "データベース マッピング エラーです。ターゲット データベース '{0}' は、データベース '{1}' の移行ターゲットとして選択できません。 ターゲット データベース '{2}' は、データベース '{3}' の移行ターゲットとして既に選択されています。 別のターゲット データベースを選択してください。",
|
||||
"sql.migration.wizard.target.missing": "データベース マッピング エラーです。移行するターゲット データベースがありません。 ターゲット サーバー接続を構成し、[接続] をクリックして、使用可能なデータベース移行ターゲットの一覧を収集してください。",
|
||||
"sql.migration.wizard.target.source.collation.error": "A mapping error was found between '{0}' and '{1}' databases. The source database collation '{2}' does not match the target database collation '{3}'. Please select or re-create a target database with the same collation as the source database.",
|
||||
"sql.migration.wizard.target.source.mapping.error": "データベース マッピング エラーです。 ソース データベース '{0}' はターゲット データベースにマップされていません。 移行先のターゲット データベースを選択してください。",
|
||||
"sql.migration.wizard.target.source.collation.error": "' {1}' と '{2}' データベースの間で、データベース マッピング エラー (エラー コード:{0}) が見つかりました。ソース データベースの照合順序 '{3}' がターゲット データベースの照合順序 '{4}' と一致しません。ソース データベースと同じ照合順序のターゲット データベースを選択するか再作成してください。",
|
||||
"sql.migration.wizard.target.source.mapping.error": "データベース マッピング エラーです。ソース データベース '{0}' はターゲット データベースにマップされていません。 移行先のターゲット データベースを選択してください。",
|
||||
"sql.migration.wizard.target.title": "Azure SQL のターゲット",
|
||||
"sql.migration.wizard.troubleshooting": "Learn more: https://aka.ms/dms-migrations-troubleshooting.",
|
||||
"sql.migration.wizard.troubleshooting": "詳細情報: https://aka.ms/dms-migrations-troubleshooting。",
|
||||
"sql.migration.yes": "はい",
|
||||
"total.databases.selected": "{1} 個中の {0} 個のデータベースが選択されています",
|
||||
"total.tables.selected.of.total": "{1}のうち {0}"
|
||||
"total.tables.selected.of.total": "{1}のうち {0}",
|
||||
"waitingForService": "{0} コンポーネントの開始を待機しています。"
|
||||
},
|
||||
"dist/models/stateMachine": {
|
||||
"sql.migration.starting.migration.error": "移行の開始中にエラーが発生しました: '{0}'",
|
||||
"sql.migration.starting.migration.message": "データベース {0} から {1} - {2} に移行を開始する"
|
||||
},
|
||||
"dist/service/serviceClient": {
|
||||
"downloadingService": "{0} をダウンロードしています",
|
||||
"downloadingServiceComplete": "{0} のダウンロードが完了しました",
|
||||
"downloadingServiceSize": "({0} KB)",
|
||||
"downloadingServiceStatus": "{0} をダウンロードしています",
|
||||
"entryExtractedChannelMsg": "{0} ({1}/{2}) を抽出しました",
|
||||
"flatFileImport.serviceStartFailed": "{0}を開始できませんでした: {1}",
|
||||
"installingService": "{0} サービスをインストールしています",
|
||||
"installingServiceDetailed": "{0} を {1} にインストールしています",
|
||||
"serviceInstalled": "{0} がインストールされました",
|
||||
"serviceStarted": "{0} が開始されました",
|
||||
"serviceStarting": "{0} を開始しています"
|
||||
},
|
||||
"package": {
|
||||
"cancel-migration-menu": "移行のキャンセル",
|
||||
"complete-cutover-menu": "一括移行を完了する",
|
||||
|
||||
@@ -11344,13 +11344,36 @@
|
||||
"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...",
|
||||
"miNewNotebook": "新しいノートブック(&N)",
|
||||
"miNewQuery": "新しいクエリ(&Q)",
|
||||
"miinstallVsix": "VSIX パッケージから拡張機能をインストールする",
|
||||
"newQuery": "新しいクエリ",
|
||||
"notebook.cellTitle": "ノートブックのセル タイトル メニュー",
|
||||
"notebook.cellToolbarLocation.description": "セル ツール バーを表示する場所、または非表示にする必要があるかどうか。(VS Code ノートブックの場合のみ)",
|
||||
"notebook.cellToolbarVisibility.description": "セル ツール バーをホバーまたはクリックのどちらに表示するかを指定します。(VS Code ノートブックのみ)",
|
||||
"notebook.compactView.description": "ノートブック エディターをコンパクト形式で表示するかどうかを制御します。たとえば、オンにすると、左余白の幅が小さくなります。(VS Code ノートブックの場合のみ)",
|
||||
"notebook.consolidatedOutputButton.description": "出力ツール バーに出力アクションを表示するかどうかを制御します。(VS Code ノートブックの場合のみ)",
|
||||
"notebook.consolidatedRunButton.description": "実行ボタンの横のドロップダウンに追加のアクションを表示するかどうかを制御します。(VS Code ノートブックの場合のみ)",
|
||||
"notebook.diff.enablePreview.description": "ノートブック用の拡張テキスト差分エディターを使用するかどうか。(VS Code ノートブックのみ)",
|
||||
"notebook.displayOrder.description": "出力 MIME の種類の優先順位のリスト。(VS Code ノートブックの場合のみ)",
|
||||
"notebook.dragAndDrop.description": "ノートブック エディターでドラッグ アンド ドロップによるセルの移動を許可するかどうかを制御します。(VS Code ノートブックの場合のみ)",
|
||||
"notebook.editorOptions.experimentalCustomization": "ノートブックで使用されるコード エディターの設定です。これを使用して、ほとんどのエディター * 設定をカスタマイズできます。(VS Code ノートブックの場合のみ)",
|
||||
"notebook.focusIndicator.description": "フォーカス インジケーターがレンダリングされている場所を、セルの境界線または左端余白に沿って制御します。(VS Code ノートブックの場合のみ)",
|
||||
"notebook.globalToolbar.description": "ノートブック エディター内でグローバル ツール バーをレンダリングするかどうかを制御します。(VS Code ノートブックの場合のみ)",
|
||||
"notebook.globalToolbarShowLabel": "ノートブック ツール バーのアクションでラベルをレンダリングするかどうかを制御します (VS Code ノートブックの場合のみ)",
|
||||
"notebook.insertToolbarPosition.description": "セルの挿入アクションを表示する場所を制御します。(VS Code ノートブックの場合のみ)",
|
||||
"notebook.interactiveWindow.collapseCodeCells": "対話型ウィンドウのコード セルを既定で折りたたむかどうかを制御します。(VS Code ノートブックの場合のみ)",
|
||||
"notebook.markup.fontSize": "ノートブックでレンダリングされるマークアップのフォント サイズをピクセル単位で制御します。'0' に設定すると、`#editor.fontSize#` の 120% が使用されます。(VS Code ノートブックの場合のみ)",
|
||||
"notebook.outputFontFamily": "ノートブック セルの出力テキストのフォント ファミリ。空に設定すると、`#editor.fontFamily#` が使用されます。(VS Code ノートブックの場合のみ)",
|
||||
"notebook.outputFontSize": "ノートブック セルの出力テキストのフォント サイズ。0 に設定すると、`#editor.fontSize#` が使用されます。(VS Code ノートブックの場合のみ)",
|
||||
"notebook.outputLineHeight": "ノートブック セルの出力テキストの行の高さ。\r\n - 0 から 8 の値は、フォント サイズの乗数として使用されます。\r\n - 8 以上の値が有効な値として使用されます。(VS Code ノートブックの場合のみ)",
|
||||
"notebook.showCellStatusbar.description": "セルのステータス バーを表示するかどうか。(VS Code ノートブックの場合のみ)",
|
||||
"notebook.showFoldingControls.description": "Markdown ヘッダーの折りたたみ矢印を表示するタイミングを制御します。(VS Code ノートブックの場合のみ)",
|
||||
"notebook.textOutputLineLimit": "テキスト出力内のテキストの行数を制御します。(VS Code ノートブックのみ)",
|
||||
"notebook.title": "ノートブックのタイトル メニュー",
|
||||
"notebook.toolbar": "ノートブックのツール バー メニュー",
|
||||
"notebook.undoRedoPerCell.description": "セルごとに個別の元に戻す/やり直すスタックを使用するかどうか。(VS Code ノートブックの場合のみ)",
|
||||
"objectExplorer.context": "オブジェクト エクスプローラー項目のコンテキスト メニュー",
|
||||
"openDefaultSettingsJson": "既定の設定の JSON を開く",
|
||||
"openDefaultSettingsJson.capitalized": "既定の設定 (JSON) を開く",
|
||||
@@ -11538,7 +11561,9 @@
|
||||
"enableObsoleteApiUsageNotificationTitle": "古い API 通知",
|
||||
"previewFeatures.configEnable": "未リリースのプレビュー機能を有効にする",
|
||||
"previewFeatures.configTitle": "プレビュー機能",
|
||||
"showConnectDialogOnStartup": "起動時に接続ダイアログを表示"
|
||||
"showConnectDialogOnStartup": "起動時に接続ダイアログを表示",
|
||||
"useVSCodeNotebooks": "(プレビュー) 既定のノートブック エクスペリエンスとして VS Code ノートブックを使用します。注: この設定を有効にするには、Azure Data Studio を再起動する必要があります。",
|
||||
"useVSCodeNotebooksTitle": "VS Code ノートブックの使用"
|
||||
},
|
||||
"sql/workbench/browser/designer/designer": {
|
||||
"designer.actions": "その他の操作",
|
||||
@@ -11901,6 +11926,7 @@
|
||||
"status.connection.status": "接続状態"
|
||||
},
|
||||
"sql/workbench/contrib/connection/common/connectionProviderExtension": {
|
||||
"schema.azureResource": "プロバイダーの Azure リソース エンドポイント。",
|
||||
"schema.connectionOptions": "接続のオプション",
|
||||
"schema.displayName": "プロバイダーの表示名",
|
||||
"schema.enableConnectionStringOption": "プロバイダーが入力オプションとして接続文字列をサポートするかどうか。既定値は false です。",
|
||||
@@ -12854,7 +12880,7 @@
|
||||
"viewOptionsModal.title": "ビューの構成"
|
||||
},
|
||||
"sql/workbench/contrib/notebook/browser/outputs/gridOutput.component": {
|
||||
"copyFailed": "エラー {0} でコピーに失敗しました",
|
||||
"copyFailed": "コピーに失敗しました。エラー: {0}",
|
||||
"notebook.showChart": "グラフの表示",
|
||||
"notebook.showTable": "テーブルの表示"
|
||||
},
|
||||
@@ -13075,6 +13101,7 @@
|
||||
"fontWeight": "フォントの太さを制御します。",
|
||||
"letterSpacing": "文字間隔 (ピクセル単位) を制御します。",
|
||||
"maxColumnWidth": "自動サイズ設定される列の最大幅 (ピクセル単位)",
|
||||
"resultsGrid.showJsonAsLink": "JSON 形式の文字列を含むセルをハイパーリンクとして表示するかどうか。有効にすると、クリック時に JSON 値が別のタブで開きます。既定値は true です。",
|
||||
"resultsGridConfigurationTitle": "結果グリッドとメッセージ",
|
||||
"rowHeight": "ピクセル単位で行の高さを制御する"
|
||||
},
|
||||
@@ -13309,8 +13336,12 @@
|
||||
},
|
||||
"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.",
|
||||
"addAccountFailedMessage": "{0}",
|
||||
"loggingIn": "アカウントを追加しています...",
|
||||
"refreshFailed": "ユーザーがアカウントの更新をキャンセルしました"
|
||||
"refreshCanceled": "ユーザーがアカウントの更新をキャンセルしました",
|
||||
"refreshFailed": "0 \r\nエラー メッセージ: 1"
|
||||
},
|
||||
"sql/workbench/services/accountManagement/browser/accountPickerImpl": {
|
||||
"azureAccount": "Azure アカウント",
|
||||
@@ -13383,12 +13414,10 @@
|
||||
},
|
||||
"sql/workbench/services/connection/browser/connectionDialogService": {
|
||||
"connectionError": "接続エラー",
|
||||
"enableTrustServerCertificate": "信頼サーバー証明書を有効にする",
|
||||
"kerberosErrorStart": "接続は、Kerberos エラーのため失敗しました。",
|
||||
"kerberosHelpLink": "Kerberos を構成するためのヘルプを {0} で確認できます",
|
||||
"kerberosKinit": "以前に接続した場合は、kinit を再実行しなければならない場合があります。",
|
||||
"runKinit": "Kinit の実行",
|
||||
"trustServerCertInstructionText": "この接続で暗号化が有効になっているか、ターゲット SQL Serverの SSL と証明書の構成を確認するか、接続ダイアログで [サーバー証明書の信頼] を有効にします。\r\n\r\n注意: 自己署名証明書では保護が制限されるだけで、運用環境では推奨されません。この接続で 'サーバー証明書の信頼' を有効にして再試行しますか?"
|
||||
"runKinit": "Kinit の実行"
|
||||
},
|
||||
"sql/workbench/services/connection/browser/connectionDialogWidget": {
|
||||
"connectType": "接続の種類",
|
||||
@@ -13443,6 +13472,8 @@
|
||||
"unsavedGroupLabel": "保存されていない接続"
|
||||
},
|
||||
"sql/workbench/services/connection/browser/passwordChangeDialog": {
|
||||
"passwordChangeDialog.Message1": "'{1}' へのログインを続行するには、'{0}' のパスワードを変更する必要があります。",
|
||||
"passwordChangeDialog.Message2": "新しいパスワードを以下に入力してください:",
|
||||
"passwordChangeDialog.cancel": "キャンセル",
|
||||
"passwordChangeDialog.confirmPassword": "パスワードの確認入力:",
|
||||
"passwordChangeDialog.connecting": "接続しています",
|
||||
@@ -13451,6 +13482,7 @@
|
||||
"passwordChangeDialog.errorPasswordMismatchRecoveryInstructions": "[OK] を押し、両方のボックスにまったく同じパスワードを入力します。",
|
||||
"passwordChangeDialog.newPassword": "新しいパスワード:",
|
||||
"passwordChangeDialog.ok": "OK",
|
||||
"passwordChangeDialog.passwordChangeInProgress": "パスワードの変更は既に進行中です",
|
||||
"passwordChangeDialog.title": "パスワードの変更"
|
||||
},
|
||||
"sql/workbench/services/dashboard/browser/newDashboardTabDialogImpl": {
|
||||
@@ -13648,7 +13680,11 @@
|
||||
"connectionTree.editServerGroup": "サーバー グループの編集",
|
||||
"connectionTree.refresh": "最新の情報に更新",
|
||||
"deleteConnection": "接続の削除",
|
||||
"deleteConnectionConfirmation": "接続 '{0}' を削除しますか?",
|
||||
"deleteConnectionConfirmationNo": "いいえ",
|
||||
"deleteConnectionConfirmationYes": "はい",
|
||||
"deleteConnectionGroup": "グループの削除",
|
||||
"deleteConnectionGroupConfirmation": "接続グループ '{0}' を削除しますか?",
|
||||
"showAllConnections": "すべての接続を表示"
|
||||
},
|
||||
"sql/workbench/services/objectExplorer/browser/objectExplorerService": {
|
||||
@@ -13674,6 +13710,7 @@
|
||||
},
|
||||
"sql/workbench/services/profiler/browser/profilerFilterDialog": {
|
||||
"profilerFilterDialog.addClauseText": "句を追加する",
|
||||
"profilerFilterDialog.allClausesCleared": "すべての句がクリアされました。",
|
||||
"profilerFilterDialog.apply": "適用",
|
||||
"profilerFilterDialog.cancel": "キャンセル",
|
||||
"profilerFilterDialog.clear": "すべてクリア",
|
||||
@@ -13682,6 +13719,7 @@
|
||||
"profilerFilterDialog.isNotNullOperator": "Null でない",
|
||||
"profilerFilterDialog.isNullOperator": "Null である",
|
||||
"profilerFilterDialog.loadFilter": "フィルターを読み込む",
|
||||
"profilerFilterDialog.newClauseAdded": "新しい句が追加されました。",
|
||||
"profilerFilterDialog.notContainsOperator": "含まない",
|
||||
"profilerFilterDialog.notStartsWithOperator": "次で始まらない",
|
||||
"profilerFilterDialog.ok": "OK",
|
||||
@@ -13706,7 +13744,7 @@
|
||||
"updateCellFailed": "セルの更新が失敗しました: "
|
||||
},
|
||||
"sql/workbench/services/query/common/queryRunner": {
|
||||
"copyFailed": "エラー {0} でコピーに失敗しました",
|
||||
"copyFailed": "コピーに失敗しました。エラー: {0}",
|
||||
"elapsedBatchTime": "バッチ実行時間: {0}",
|
||||
"query.ExecutionFailedError": "予期しないエラーにより、実行が失敗しました: {0} {1}",
|
||||
"query.message.executionTime": "総実行時間: {0}",
|
||||
@@ -13910,6 +13948,9 @@
|
||||
"sql/workbench/update/electron-browser/gettingStarted": {
|
||||
"miGettingStarted": "はじめに(&&S)",
|
||||
"showReleaseNotes": "「はじめに」を表示する"
|
||||
},
|
||||
"sql/workbench/services/dialog/browser/wizardNavigation.component": {
|
||||
"wizardNavigation.stepName": "ステップ {0}: {1}"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user