mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Update localization resource files (#6283)
* Update localization resource files * Remove extra space from readme headers
This commit is contained in:
13
i18n/jpn/extensions/admin-tool-ext-win/package.i18n.json
Normal file
13
i18n/jpn/extensions/admin-tool-ext-win/package.i18n.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"adminToolExtWin.displayName": "Windows 用データベース管理ツール拡張機能",
|
||||
"adminToolExtWin.description": "Azure Data Studio に Windows 特有の他の機能を追加します",
|
||||
"adminToolExtWin.propertiesMenuItem": "プロパティ",
|
||||
"adminToolExtWin.launchGswMenuItem": "スクリプトの生成..."
|
||||
}
|
||||
@@ -20,7 +20,7 @@
|
||||
"alertDialog.Severity": "重大度",
|
||||
"alertDialog.RaiseAlertContains": "メッセージが含まれているときに警告する",
|
||||
"alertDialog.MessageText": "メッセージ テキスト",
|
||||
"alertDialog.Severity001": "001 - その他システム情報",
|
||||
"alertDialog.Severity001": "001 - その他のシステム情報",
|
||||
"alertDialog.Severity002": "002 - 予約済み",
|
||||
"alertDialog.Severity003": "003 - 予約済み",
|
||||
"alertDialog.Severity004": "004 - 予約済み",
|
||||
@@ -33,13 +33,13 @@
|
||||
"alertDialog.Severity011": "011 - 指定されたデータベース オブジェクトが見つかりません",
|
||||
"alertDialog.Severity012": "012 - 未使用",
|
||||
"alertDialog.Severity013": "013 - ユーザー トランザクションの構文エラー",
|
||||
"alertDialog.Severity014": "014 - 十分なアクセス許可がありません",
|
||||
"alertDialog.Severity014": "014 - アクセス権不足",
|
||||
"alertDialog.Severity015": "015 - SQL ステートメントの構文エラー",
|
||||
"alertDialog.Severity016": "016 - その他のユーザー エラー",
|
||||
"alertDialog.Severity017": "017- リソース不足",
|
||||
"alertDialog.Severity018": "018 - 致命的でない内部エラー",
|
||||
"alertDialog.Severity019": "019 - リソースの致命的なエラー",
|
||||
"alertDialog.Severity020": "020 - 現在のプロセスの致命的なエラー",
|
||||
"alertDialog.Severity019": "019 - リソースにおける致命的なエラー",
|
||||
"alertDialog.Severity020": "020 - 現在のプロセス内の致命的なエラー",
|
||||
"alertDialog.Severity021": "021 - データベース プロセスの致命的なエラー",
|
||||
"alertDialog.Severity022": "022 - 重大なエラー: テーブルの整合性を確認してください",
|
||||
"alertDialog.Severity023": "023 - 致命的なエラー: データベースの整合性を確認してください",
|
||||
|
||||
@@ -42,5 +42,5 @@
|
||||
"jobDialog.alertEnabledLabel": "有効",
|
||||
"jobDialog.alertTypeLabel": "種類",
|
||||
"jobDialog.newJob": "新規ジョブ",
|
||||
"jobDialog.editJob": "ジョブを編集"
|
||||
"jobDialog.editJob": "ジョブの編集"
|
||||
}
|
||||
@@ -36,13 +36,21 @@
|
||||
"jobStepDialog.filesOfType": "ファイルの種類",
|
||||
"jobStepDialog.fileName": "ファイル名",
|
||||
"jobStepDialog.allFiles": "すべてのファイル (*)",
|
||||
"jobStepDialog.newJobStep": "新しいジョブ ステップ",
|
||||
"jobStepDialog.editJobStep": "ジョブ ステップの編集",
|
||||
"jobStepDialog.TSQL": "Transact-SQL スクリプト (T-SQL)",
|
||||
"jobStepDialog.powershell": "PowerShell",
|
||||
"jobStepDialog.CmdExec": "オペレーティング システム (CmdExec)",
|
||||
"jobStepDialog.replicationDistribution": "レプリケーション ディストリビューター",
|
||||
"jobStepDialog.replicationMerge": "レプリケーション マージ",
|
||||
"jobStepDialog.replicationQueueReader": "レプリケーション キュー リーダー",
|
||||
"jobStepDialog.replicationSnapshot": "レプリケーション スナップショット",
|
||||
"jobStepDialog.replicationTransactionLogReader": "レプリケーション トランザクション ログ リーダー",
|
||||
"jobStepDialog.analysisCommand": "SQL Server Analysis Services コマンド",
|
||||
"jobStepDialog.analysisQuery": "SQL Server Analysis Services クエリ",
|
||||
"jobStepDialog.servicesPackage": "SQL Server Integration Service パッケージ",
|
||||
"jobStepDialog.agentServiceAccount": "SQL Server エージェント サービス アカウント",
|
||||
"jobStepDialog.nextStep": "次のステップに移動",
|
||||
"jobStepDialog.quitJobSuccess": "成功を報告してジョブを終了する",
|
||||
"jobStepDialog.quitJobFailure": "失敗を報告してジョブを終了する",
|
||||
"jobStepDialog.newJobStep": "新しいジョブ ステップ",
|
||||
"jobStepDialog.editJobStep": "ジョブ ステップの編集"
|
||||
"jobStepDialog.quitJobFailure": "失敗を報告してジョブを終了する"
|
||||
}
|
||||
@@ -6,5 +6,5 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"azure.resource.resourceTreeNode.noResourcesLabel": "リソースは見つかりませんでした。"
|
||||
"azure.resource.resourceTreeNode.noResourcesLabel": "リソースが見つかりません"
|
||||
}
|
||||
@@ -6,5 +6,5 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"azure.resource.tree.subscriptionTreeNode.noResourcesLabel": "リソースが見つかりませんでした。"
|
||||
"azure.resource.tree.subscriptionTreeNode.noResourcesLabel": "リソースは見つかりませんでした。"
|
||||
}
|
||||
@@ -12,12 +12,12 @@
|
||||
"azure.resource.config.title": "Azure リソースの構成",
|
||||
"azure.resource.config.filter.description": "リソース フィルターの各要素であるアカウント ID、サブスクリプション ID、名前はスラッシュで区切ります",
|
||||
"azure.resource.explorer.title": "Azure",
|
||||
"azure.resource.refreshall.title": "すべて更新",
|
||||
"azure.resource.refreshall.title": "Azure: すべてのアカウントを更新する",
|
||||
"azure.resource.refresh.title": "最新の情報に更新",
|
||||
"azure.resource.signin.title": "サインイン",
|
||||
"azure.resource.signin.title": "Azure: サインイン",
|
||||
"azure.resource.selectsubscriptions.title": "サブスクリプションを選択します",
|
||||
"azure.resource.connectsqlserver.title": "接続",
|
||||
"azure.resource.connectsqldb.title": "接続",
|
||||
"azure.resource.connectsqldb.title": "サーバーへの追加",
|
||||
"accounts.clearTokenCache": "Azure アカウント トークンのキャッシュをクリア",
|
||||
"config.enablePublicCloudDescription": "Azure パブリック クラウド統合を有効にする必要があります",
|
||||
"config.enableUsGovCloudDescription": "米国政府向け Azure Cloud (Fairfax) 統合を有効にする必要があります",
|
||||
|
||||
114
i18n/jpn/extensions/cms/package.i18n.json
Normal file
114
i18n/jpn/extensions/cms/package.i18n.json
Normal file
@@ -0,0 +1,114 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"cms.displayName": "SQL Server 中央管理サーバー",
|
||||
"cms.description": "SQL Server 中央管理サーバーの管理のサポート",
|
||||
"cms.title": "中央管理サーバー",
|
||||
"cms.connectionProvider.displayName": "Microsoft SQL Server",
|
||||
"cms.resource.explorer.title": "中央管理サーバー",
|
||||
"cms.resource.refresh.title": "最新の情報に更新",
|
||||
"cms.resource.refreshServerGroup.title": "サーバー グループの更新",
|
||||
"cms.resource.deleteRegisteredServer.title": "削除",
|
||||
"cms.resource.addRegisteredServer.title": "新しいサーバー登録...",
|
||||
"cms.resource.deleteServerGroup.title": "削除",
|
||||
"cms.resource.addServerGroup.title": "新しいサーバー グループ...",
|
||||
"cms.resource.registerCmsServer.title": "中央管理サーバーの追加",
|
||||
"cms.resource.deleteCmsServer.title": "削除",
|
||||
"cms.configuration.title": "MSSQL 構成",
|
||||
"cms.query.displayBitAsNumber": "ビット列を数値 (1 または 0) として表示しますか?False の場合、ビット列が 'true' または 'false' として表示されます。",
|
||||
"cms.format.alignColumnDefinitionsInColumns": "列定義を揃えるか。",
|
||||
"cms.format.datatypeCasing": "データ型の書式を大文字、小文字、または [なし] (フォーマットされていない)のいずれかにフォーマットすべきか",
|
||||
"cms.format.keywordCasing": "キーワードの書式は大文字、小文字、または なし (フォーマットされていない)",
|
||||
"cms.format.placeCommasBeforeNextStatement": "コンマを、 'mycolumn1,'のようにリスト内の各ステートメントの末尾に配置する代わりに', mycolumn2'のように先頭に配置するか",
|
||||
"cms.format.placeSelectStatementReferencesOnNewLine": "例えば 'SELECT C1, C2 FROM T1'の場合に C1 と C2 の両方を別々 の行にするように、Select ステートメント内のオブジェクトへの参照を別々の行に分割するか? ",
|
||||
"cms.logDebugInfo": "[オプション] コンソールへのデバッグ出力をログに記録し ([表示] -> [出力])、ドロップダウンから適切な出力チャネルを選択します",
|
||||
"cms.tracingLevel": "[オプション] バックエンド サービスのログ レベル。Azure Data Studio は、起動のたびにファイル名を生成し、ファイルが既に存在する場合は、ログ エントリが対象ファイルに追加されます。古いログ ファイルのクリーンアップについては、logRetentionMinutes および logFilesRemoveLimit の 設定を参照してください。既定の tracingLevel の場合、ログに記録される数が多くありません。詳細レベルを変更すると、詳細なログが記録され、ログのためのディスク容量が必要になる場合があります。重大を含むエラー、エラーを含む警告、警告を含む情報、情報を含む詳細です",
|
||||
"cms.logRetentionMinutes": "バックエンド サービスのログ ファイルを保持する分数。既知値は 1 週間です。",
|
||||
"cms.logFilesRemovalLimit": "mssql.logRetentionMinutes の有効期限が切れた、起動時に削除する古いファイルの最大数。この制限のためにクリーンアップされないファイルは、Azure Data Studio を次回起動するとクリーンアップされます。",
|
||||
"ignorePlatformWarning": "[オプション] サポートされていないプラットフォームの警告を表示しない",
|
||||
"onprem.databaseProperties.recoveryModel": "復旧モデル",
|
||||
"onprem.databaseProperties.lastBackupDate": "前回のデータベース バックアップ",
|
||||
"onprem.databaseProperties.lastLogBackupDate": "最終ログ バックアップ",
|
||||
"onprem.databaseProperties.compatibilityLevel": "互換性レベル",
|
||||
"onprem.databaseProperties.owner": "所有者",
|
||||
"onprem.serverProperties.serverVersion": "バージョン",
|
||||
"onprem.serverProperties.serverEdition": "エディション",
|
||||
"onprem.serverProperties.machineName": "コンピューター名",
|
||||
"onprem.serverProperties.osVersion": "OS バージョン",
|
||||
"cloud.databaseProperties.azureEdition": "エディション",
|
||||
"cloud.databaseProperties.serviceLevelObjective": "価格レベル",
|
||||
"cloud.databaseProperties.compatibilityLevel": "互換性レベル",
|
||||
"cloud.databaseProperties.owner": "所有者",
|
||||
"cloud.serverProperties.serverVersion": "バージョン",
|
||||
"cloud.serverProperties.serverEdition": "種類",
|
||||
"cms.provider.displayName": "Microsoft SQL Server",
|
||||
"cms.connectionOptions.connectionName.displayName": "名前 (オプション)",
|
||||
"cms.connectionOptions.connectionName.description": "接続のカスタム名",
|
||||
"cms.connectionOptions.serverName.displayName": "サーバー",
|
||||
"cms.connectionOptions.serverName.description": "SQL Server インスタンスの名前",
|
||||
"cms.connectionOptions.serverDescription.displayName": "サーバーの説明",
|
||||
"cms.connectionOptions.serverDescription.description": "SQL Server インスタンスの説明",
|
||||
"cms.connectionOptions.authType.displayName": "認証の種類",
|
||||
"cms.connectionOptions.authType.description": "SQL Server での認証方法を指定します",
|
||||
"cms.connectionOptions.authType.categoryValues.sqlLogin": "SQL ログイン",
|
||||
"cms.connectionOptions.authType.categoryValues.integrated": "Windows 認証",
|
||||
"cms.connectionOptions.authType.categoryValues.azureMFA": "Azure Active Directory - MFA サポート付きユニバーサル",
|
||||
"cms.connectionOptions.userName.displayName": "ユーザー名",
|
||||
"cms.connectionOptions.userName.description": "データ ソースへの接続時に使用されるユーザー ID を示します",
|
||||
"cms.connectionOptions.password.displayName": "パスワード",
|
||||
"cms.connectionOptions.password.description": "データ ソースへの接続時に使用するパスワードを示します",
|
||||
"cms.connectionOptions.applicationIntent.displayName": "アプリケーションの目的",
|
||||
"cms.connectionOptions.applicationIntent.description": "サーバーに接続するときにアプリケーションのワークロードの種類を宣言します",
|
||||
"cms.connectionOptions.asynchronousProcessing.displayName": "非同期処理",
|
||||
"cms.connectionOptions.asynchronousProcessing.description": "True の場合は、.Net Framework データ プロバイダーの非同期機能を使用できるようになります",
|
||||
"cms.connectionOptions.connectTimeout.displayName": "接続タイムアウト",
|
||||
"cms.connectionOptions.connectTimeout.description": "サーバーへの接続が確立されるまでに待機する時間 (秒) です。この時間が経過すると接続要求を終了し、エラーを生成します",
|
||||
"cms.connectionOptions.currentLanguage.displayName": "現在の言語",
|
||||
"cms.connectionOptions.currentLanguage.description": "SQL Server Language レコード名",
|
||||
"cms.connectionOptions.columnEncryptionSetting.displayName": "列暗号化",
|
||||
"cms.connectionOptions.columnEncryptionSetting.description": "接続上のすべてのコマンドの既定の列暗号化設定",
|
||||
"cms.connectionOptions.encrypt.displayName": "暗号化",
|
||||
"cms.connectionOptions.encrypt.description": "true の場合、SQL Server では、サーバーに証明書がインストールされている場合、クライアントとサーバー間で送信されるすべてのデータに SSL 暗号化が使用されます。",
|
||||
"cms.connectionOptions.persistSecurityInfo.displayName": "セキュリティ情報を保持する",
|
||||
"cms.connectionOptions.persistSecurityInfo.description": "False の場合、パスワードなどのセキュリティによる保護が要求される情報は、接続しても返されません",
|
||||
"cms.connectionOptions.trustServerCertificate.displayName": "サーバー証明書を信頼する",
|
||||
"cms.connectionOptions.trustServerCertificate.description": "True (および encrypt=true) の場合、SQL Server では、サーバー証明書を検証せずに、クライアントとサーバー間で送信されるすべてのデータに対して SSL 暗号化が使用されます",
|
||||
"cms.connectionOptions.attachedDBFileName.displayName": "接続された DB ファイル名",
|
||||
"cms.connectionOptions.attachedDBFileName.description": "完全なパス名を含む、接続可能なデータベースのプライマリ ファイル名",
|
||||
"cms.connectionOptions.contextConnection.displayName": "コンテキスト接続",
|
||||
"cms.connectionOptions.contextConnection.description": "True の場合は、接続元が SQL Server のコンテキストであることを示します。SQL Server のプロセスで実行する場合のみ使用できます",
|
||||
"cms.connectionOptions.port.displayName": "ポート",
|
||||
"cms.connectionOptions.connectRetryCount.displayName": "接続の再試行回数",
|
||||
"cms.connectionOptions.connectRetryCount.description": "接続を復元するための試行回数",
|
||||
"cms.connectionOptions.connectRetryInterval.displayName": "接続の再試行間隔",
|
||||
"cms.connectionOptions.connectRetryInterval.description": "接続を復元するための試行間の遅延",
|
||||
"cms.connectionOptions.applicationName.displayName": "アプリケーション名",
|
||||
"cms.connectionOptions.applicationName.description": "アプリケーションの名前",
|
||||
"cms.connectionOptions.workstationId.displayName": "ワークステーション ID",
|
||||
"cms.connectionOptions.workstationId.description": "SQL Server に接続しているワークステーションの名前",
|
||||
"cms.connectionOptions.pooling.displayName": "プーリング",
|
||||
"cms.connectionOptions.pooling.description": "True の場合、接続オブジェクトが適切なプールから取得されるか、または、必要に応じて接続オブジェクトが作成され、適切なプールに追加されます",
|
||||
"cms.connectionOptions.maxPoolSize.displayName": "最大プール サイズ",
|
||||
"cms.connectionOptions.maxPoolSize.description": "プールに保持できる最大接続数",
|
||||
"cms.connectionOptions.minPoolSize.displayName": "最小プール サイズ",
|
||||
"cms.connectionOptions.minPoolSize.description": "プール内で行える接続の最小数",
|
||||
"cms.connectionOptions.loadBalanceTimeout.displayName": "負荷分散タイムアウト",
|
||||
"cms.connectionOptions.loadBalanceTimeout.description": "この接続が破棄されるまでにプールに存在できる最低限の時間 (秒)",
|
||||
"cms.connectionOptions.replication.displayName": "レプリケーション",
|
||||
"cms.connectionOptions.replication.description": "レプリケーション時に SQL Server によって使用されます",
|
||||
"cms.connectionOptions.attachDbFilename.displayName": "DB ファイル名の添付",
|
||||
"cms.connectionOptions.failoverPartner.displayName": "フェールオーバー パートナー",
|
||||
"cms.connectionOptions.failoverPartner.description": "フェールオーバー パートナーとして機能する SQL Server インスタンスの名前またはネットワーク アドレス",
|
||||
"cms.connectionOptions.multiSubnetFailover.displayName": "マルチ サブネット フェールオーバー",
|
||||
"cms.connectionOptions.multipleActiveResultSets.displayName": "複数のアクティブな結果セット",
|
||||
"cms.connectionOptions.multipleActiveResultSets.description": "True の場合は、1 つの接続から複数の結果セットが返され、これらを読み取ることができます",
|
||||
"cms.connectionOptions.packetSize.displayName": "パケット サイズ",
|
||||
"cms.connectionOptions.packetSize.description": "SQL Server インスタンスとの通信に使われるネットワーク パケットのサイズ (バイト)",
|
||||
"cms.connectionOptions.typeSystemVersion.displayName": "Type system version",
|
||||
"cms.connectionOptions.typeSystemVersion.description": "DataReader を通してプロバイダーが公開するサーバー タイプのシステムを示します"
|
||||
}
|
||||
@@ -6,11 +6,9 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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 のインポート設定を選択します",
|
||||
@@ -24,6 +22,6 @@
|
||||
"alertData.extractErrorMessage": "抽出に失敗しました '{0}'",
|
||||
"alertData.exportErrorMessage": "エクスポートに失敗しました '{0}'",
|
||||
"alertData.importErrorMessage": "インポートに失敗しました '{0}'",
|
||||
"dacfx.scriptGeneratingMessage": "ウィザードが終了したら、タスク履歴でスクリプト生成状態を確認できます",
|
||||
"dacfx.scriptGeneratingMessage": "ウィザードを閉じた後、タスク ビューでスクリプト生成の状態を表示できます。完了すると、生成されたスクリプトが開きます。",
|
||||
"alertData.deployPlanErrorMessage": "展開計画の生成に失敗しました '{0}'"
|
||||
}
|
||||
@@ -11,10 +11,6 @@
|
||||
"dacfx.sourceServerName": "ソース サーバー",
|
||||
"dacfx.sourceDatabaseName": "ソース データベース",
|
||||
"dacfx.fileLocation": "ファイルの場所",
|
||||
"dacfx.scriptLocation": "展開スクリプトの場所",
|
||||
"dacfx.action": "アクション",
|
||||
"dacfx.deploy": "展開",
|
||||
"dacfx.generateScript": "展開スクリプトの生成",
|
||||
"dacfxExtract.version": "バージョン",
|
||||
"dacfx.settingColumn": "設定",
|
||||
"dacfx.valueColumn": "値"
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"flatFileImport.refresh": "最新の情報に更新",
|
||||
"flatFileImport.prosePreviewMessage": "この操作によって、最初の 50 行までのプレビューを下に生成するために入力ファイル構造が分析されました。"
|
||||
"flatFileImport.prosePreviewMessage": "この操作によって、最初の 50 行までのプレビューを下に生成するために入力ファイル構造が分析されました。",
|
||||
"flatFileImport.prosePreviewMessageFail": "この操作は失敗しました。別の入力ファイルをお試しください。",
|
||||
"flatFileImport.refresh": "最新の情報に更新"
|
||||
}
|
||||
128
i18n/jpn/extensions/mssql/package.i18n.json
Normal file
128
i18n/jpn/extensions/mssql/package.i18n.json
Normal file
@@ -0,0 +1,128 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"json.schemas.desc": "スキーマを現在のプロジェクトの JSON ファイルに関連付けます",
|
||||
"json.schemas.url.desc": "スキーマへの URL または現在のディレクトリのスキーマへの相対パス",
|
||||
"json.schemas.fileMatch.desc": "JSON ファイルをスキーマに解決する場合に一致するファイル パターンの配列です。",
|
||||
"json.schemas.fileMatch.item.desc": "JSON ファイルをスキーマに解決する場合に一致するよう '*' を含む可能性があるファイル パターンです。",
|
||||
"json.schemas.schema.desc": "指定された URL のスキーマ定義です。スキーマは、スキーマ URL へのアクセスを避けるためにのみ指定する必要があります。",
|
||||
"json.format.enable.desc": "既定の JSON フォーマッタを有効/無効にします (再起動が必要です)",
|
||||
"mssqlCluster.uploadFiles": "ファイルのアップロード",
|
||||
"mssqlCluster.mkdir": "新しいディレクトリ",
|
||||
"mssqlCluster.deleteFiles": "削除",
|
||||
"mssqlCluster.previewFile": "プレビュー",
|
||||
"mssqlCluster.saveFile": "保存",
|
||||
"mssqlCluster.copyPath": "パスのコピー",
|
||||
"notebook.command.new": "新しいノートブック",
|
||||
"notebook.command.open": "ノートブックを開く",
|
||||
"tab.bigDataClusterDescription": "SQL Server Big Data Cluster に関するタスクと情報",
|
||||
"title.bigDataCluster": "SQL Server のビッグ データ クラスター",
|
||||
"title.submitSparkJob": "Spark ジョブの送信",
|
||||
"title.newSparkJob": "新しい Spark ジョブ",
|
||||
"title.openSparkHistory": "Spark 履歴の表示",
|
||||
"title.openYarnHistory": "Yarn 履歴を表示",
|
||||
"title.tasks": "タスク",
|
||||
"title.installPackages": "パッケージのインストール",
|
||||
"title.configurePython": "ノートブック用 Python の構成",
|
||||
"title.openClusterStatusNotebook": "クラスター状態",
|
||||
"title.searchServers": "検索: サーバー",
|
||||
"title.clearSearchServerResult": "検索: 検索サーバーの結果を消去する",
|
||||
"title.endpoints": "サービス エンドポイント",
|
||||
"mssql.configuration.title": "MSSQL 構成",
|
||||
"mssql.query.displayBitAsNumber": "ビット列を数値 (1 または 0) として表示しますか?False の場合、ビット列が 'true' または 'false' として表示されます。",
|
||||
"mssql.format.alignColumnDefinitionsInColumns": "列定義を揃えるか。",
|
||||
"mssql.format.datatypeCasing": "データ型の書式を大文字、小文字、または [なし] (フォーマットされていない)のいずれかにフォーマットすべきか",
|
||||
"mssql.format.keywordCasing": "キーワードの書式は大文字、小文字、または なし (フォーマットされていない)",
|
||||
"mssql.format.placeCommasBeforeNextStatement": "コンマを、 'mycolumn1,'のようにリスト内の各ステートメントの末尾に配置する代わりに', mycolumn2'のように先頭に配置するか",
|
||||
"mssql.format.placeSelectStatementReferencesOnNewLine": "例えば 'SELECT C1, C2 FROM T1'の場合に C1 と C2 の両方を別々 の行にするように、Select ステートメント内のオブジェクトへの参照を別々の行に分割するか? ",
|
||||
"mssql.logDebugInfo": "[オプション] コンソールへのデバッグ出力 ([表示] -> [出力}) をログに記録し、ドロップダウンから適切な出力チャネルを選択します",
|
||||
"mssql.tracingLevel": "[省略可能] バックエンド サービスのログ レベル。Azure Data Studio は開始のたびにファイル名を生成し、そのファイルが既に存在する場合にはログ エントリが対象ファイルに追加されます。古いログ ファイルのクリーンアップについては、logRetentionMinutes と logFilesRemovalLimit の設定を参照してください。既定の tracingLevel の場合、ログに記録される数が多くありません。詳細レベルを変更すると、詳細なログが記録され、ログのためのディスク容量が必要になる場合があります。重大を含むエラー、エラーを含む警告、警告を含む情報、情報を含む詳細です",
|
||||
"mssql.logRetentionMinutes": "バックエンド サービスのログ ファイルを保持する分数。既定値は 1 週間です。",
|
||||
"mssql.logFilesRemovalLimit": "mssql.logRetentionMinutes の有効期限が切れた、起動時に削除する古いファイルの最大数。この制限のためにクリーンアップされないファイルは、Azure Data Studio の次回の起動時にクリーンアップされます。",
|
||||
"ignorePlatformWarning": "[オプション] サポートされていないプラットフォームの警告を表示しない",
|
||||
"onprem.databaseProperties.recoveryModel": "復旧モデル",
|
||||
"onprem.databaseProperties.lastBackupDate": "前回のデータベース バックアップ",
|
||||
"onprem.databaseProperties.lastLogBackupDate": "最終ログ バックアップ",
|
||||
"onprem.databaseProperties.compatibilityLevel": "互換性レベル",
|
||||
"onprem.databaseProperties.owner": "所有者",
|
||||
"onprem.serverProperties.serverVersion": "バージョン",
|
||||
"onprem.serverProperties.serverEdition": "エディション",
|
||||
"onprem.serverProperties.machineName": "コンピューター名",
|
||||
"onprem.serverProperties.osVersion": "OS バージョン",
|
||||
"cloud.databaseProperties.azureEdition": "エディション",
|
||||
"cloud.databaseProperties.serviceLevelObjective": "価格レベル",
|
||||
"cloud.databaseProperties.compatibilityLevel": "互換性レベル",
|
||||
"cloud.databaseProperties.owner": "所有者",
|
||||
"cloud.serverProperties.serverVersion": "バージョン",
|
||||
"cloud.serverProperties.serverEdition": "種類",
|
||||
"mssql.provider.displayName": "Microsoft SQL Server",
|
||||
"mssql.connectionOptions.connectionName.displayName": "名前 (オプション)",
|
||||
"mssql.connectionOptions.connectionName.description": "接続のカスタム名",
|
||||
"mssql.connectionOptions.serverName.displayName": "サーバー",
|
||||
"mssql.connectionOptions.serverName.description": "SQL Server インスタンスの名前",
|
||||
"mssql.connectionOptions.databaseName.displayName": "データベース",
|
||||
"mssql.connectionOptions.databaseName.description": "データ ソース内の初期カタログまたはデータベースの名前",
|
||||
"mssql.connectionOptions.authType.displayName": "認証の種類",
|
||||
"mssql.connectionOptions.authType.description": "SQL Server での認証方法を指定します",
|
||||
"mssql.connectionOptions.authType.categoryValues.sqlLogin": "SQL ログイン",
|
||||
"mssql.connectionOptions.authType.categoryValues.integrated": "Windows 認証",
|
||||
"mssql.connectionOptions.authType.categoryValues.azureMFA": "Azure Active Directory - MFA サポート付きユニバーサル",
|
||||
"mssql.connectionOptions.userName.displayName": "ユーザー名",
|
||||
"mssql.connectionOptions.userName.description": "データ ソースへの接続時に使用するユーザー ID を示します",
|
||||
"mssql.connectionOptions.password.displayName": "パスワード",
|
||||
"mssql.connectionOptions.password.description": "データ ソースへの接続時に使用するパスワードを示します。",
|
||||
"mssql.connectionOptions.applicationIntent.displayName": "アプリケーションの目的",
|
||||
"mssql.connectionOptions.applicationIntent.description": "サーバーに接続するときにアプリケーションのワークロードの種類を宣言します",
|
||||
"mssql.connectionOptions.asynchronousProcessing.displayName": "非同期処理",
|
||||
"mssql.connectionOptions.asynchronousProcessing.description": "True の場合は、.Net Framework データ プロバイダーの非同期機能を使用できるようになります",
|
||||
"mssql.connectionOptions.connectTimeout.displayName": "接続タイムアウト",
|
||||
"mssql.connectionOptions.connectTimeout.description": "サーバーへの接続が確立されるまでに待機する時間 (秒) です。この時間が経過すると接続要求を終了し、エラーを生成します",
|
||||
"mssql.connectionOptions.currentLanguage.displayName": "現在の言語",
|
||||
"mssql.connectionOptions.currentLanguage.description": "SQL Server Language レコード名",
|
||||
"mssql.connectionOptions.columnEncryptionSetting.displayName": "列暗号化",
|
||||
"mssql.connectionOptions.columnEncryptionSetting.description": "接続上のすべてのコマンドの既定の列暗号化設定",
|
||||
"mssql.connectionOptions.encrypt.displayName": "暗号化",
|
||||
"mssql.connectionOptions.encrypt.description": "True の場合、SQL Server は、サーバーに証明書がインストールされている場合は、クライアントとサーバー間で送信されるすべてのデータに SSL 暗号化を使用します",
|
||||
"mssql.connectionOptions.persistSecurityInfo.displayName": "セキュリティ情報を保持する",
|
||||
"mssql.connectionOptions.persistSecurityInfo.description": "False の場合、パスワードなどのセキュリティによる保護が要求される情報は、接続しても返されません",
|
||||
"mssql.connectionOptions.trustServerCertificate.displayName": "サーバー証明書を信頼する",
|
||||
"mssql.connectionOptions.trustServerCertificate.description": "True の場合 (および encrypt=true)、SQL Server では、サーバー証明書を検証せずにクライアントとサーバーの間で送信されるすべてのデータに対し、SSL 暗号化が使用されます",
|
||||
"mssql.connectionOptions.attachedDBFileName.displayName": "接続された DB ファイル名",
|
||||
"mssql.connectionOptions.attachedDBFileName.description": "完全なパス名を含む、接続可能なデータベースのプライマリ ファイル名",
|
||||
"mssql.connectionOptions.contextConnection.displayName": "コンテキスト接続",
|
||||
"mssql.connectionOptions.contextConnection.description": "True の場合は、接続元が SQL Server のコンテキストであることを示します。SQL Server のプロセスで実行する場合のみ使用できます",
|
||||
"mssql.connectionOptions.port.displayName": "ポート",
|
||||
"mssql.connectionOptions.connectRetryCount.displayName": "接続の再試行回数",
|
||||
"mssql.connectionOptions.connectRetryCount.description": "接続を復元するための試行回数",
|
||||
"mssql.connectionOptions.connectRetryInterval.displayName": "接続の再試行間隔",
|
||||
"mssql.connectionOptions.connectRetryInterval.description": "接続を復元するための試行間の遅延",
|
||||
"mssql.connectionOptions.applicationName.displayName": "アプリケーション名",
|
||||
"mssql.connectionOptions.applicationName.description": "アプリケーションの名前",
|
||||
"mssql.connectionOptions.workstationId.displayName": "ワークステーション ID",
|
||||
"mssql.connectionOptions.workstationId.description": "SQL Server に接続しているワークステーションの名前",
|
||||
"mssql.connectionOptions.pooling.displayName": "プーリング",
|
||||
"mssql.connectionOptions.pooling.description": "True の場合、接続オブジェクトが適切なプールから取得されるか、または、必要に応じて接続オブジェクトが作成され、適切なプールに追加されます",
|
||||
"mssql.connectionOptions.maxPoolSize.displayName": "最大プール サイズ",
|
||||
"mssql.connectionOptions.maxPoolSize.description": "プールに保持できる最大接続数",
|
||||
"mssql.connectionOptions.minPoolSize.displayName": "最小プール サイズ",
|
||||
"mssql.connectionOptions.minPoolSize.description": "プール内で行える接続の最小数",
|
||||
"mssql.connectionOptions.loadBalanceTimeout.displayName": "負荷分散タイムアウト",
|
||||
"mssql.connectionOptions.loadBalanceTimeout.description": "この接続が破棄される前にプールに存在する最小時間 (秒)",
|
||||
"mssql.connectionOptions.replication.displayName": "レプリケーション",
|
||||
"mssql.connectionOptions.replication.description": "レプリケーション時に SQL Server によって使用されます",
|
||||
"mssql.connectionOptions.attachDbFilename.displayName": "DB ファイル名の接続",
|
||||
"mssql.connectionOptions.failoverPartner.displayName": "フェールオーバー パートナー",
|
||||
"mssql.connectionOptions.failoverPartner.description": "フェールオーバー パートナーとして機能する SQL Server のインスタンスの名前かネットワーク アドレス",
|
||||
"mssql.connectionOptions.multiSubnetFailover.displayName": "マルチ サブネット フェールオーバー",
|
||||
"mssql.connectionOptions.multipleActiveResultSets.displayName": "複数のアクティブな結果セット",
|
||||
"mssql.connectionOptions.multipleActiveResultSets.description": "True の場合は、1 つの接続から複数の結果セットが返され、これらを読み取ることができます",
|
||||
"mssql.connectionOptions.packetSize.displayName": "パケット サイズ",
|
||||
"mssql.connectionOptions.packetSize.description": "SQL Server インスタンスとの通信に使用されるネットワーク パケットのバイト数",
|
||||
"mssql.connectionOptions.typeSystemVersion.displayName": "Type system version",
|
||||
"mssql.connectionOptions.typeSystemVersion.description": "DataReader を通してプロバイダーが公開するサーバー タイプのシステムを示します"
|
||||
}
|
||||
36
i18n/jpn/extensions/notebook/package.i18n.json
Normal file
36
i18n/jpn/extensions/notebook/package.i18n.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"displayName": "ノートブックのコア拡張機能",
|
||||
"description": "データ プロトコル ベースのノートブック コントリビューションと、多くのノートブックのコマンドとコントリビューションを定義します。",
|
||||
"notebook.configuration.title": "ノートブック構成",
|
||||
"notebook.pythonPath.description": "ノートブックで使用される Python インストールへのローカル パス。",
|
||||
"notebook.useExistingPython.description": "ノートブックで使用される、以前から存在する Python インストールのローカル パス。",
|
||||
"notebook.overrideEditorTheming.description": "ノートブック エディターの既定の設定をオーバーライドします。設定には、背景色、現在の線の色、境界線が含まれます",
|
||||
"notebook.maxTableRows.description": "ノートブック エディターでテーブルごとに返される行の最大数",
|
||||
"notebook.command.new": "新しいノートブック",
|
||||
"notebook.command.open": "ノートブックを開く",
|
||||
"notebook.analyzeJupyterNotebook": "ノートブックで分析",
|
||||
"notebook.command.runactivecell": "セルの実行",
|
||||
"notebook.command.clearactivecellresult": "セル結果をクリアする",
|
||||
"notebook.command.runallcells": "セルの実行",
|
||||
"notebook.command.addcode": "コード セルの追加",
|
||||
"notebook.command.addtext": "テキスト セルの追加",
|
||||
"notebook.command.addcell": "セルの追加",
|
||||
"title.analyzeJupyterNotebook": "ノートブックで分析",
|
||||
"title.newJupyterNotebook": "新しいノートブック",
|
||||
"title.openJupyterNotebook": "ノートブックを開く",
|
||||
"title.jupyter.setContext": "ノートブックのコンテキストを設定します",
|
||||
"title.jupyter.setKernel": "ノートブック用カーネルの設定",
|
||||
"config.jupyter.extraKernelsTitle": "その他のカーネル",
|
||||
"config.jupyter.extraKernelsDescription": "有効にするその他のカーネルの ID",
|
||||
"config.jupyter.kernelConfigValuesDescription": "Jupyter カーネルの構成オプション。これは自動的に管理され、手動で編集することは推奨されていません。",
|
||||
"title.reinstallNotebookDependencies": "ノートブック依存関係を再インストール",
|
||||
"title.configurePython": "ノートブック用 Python の構成",
|
||||
"title.managePackages": "パッケージの管理"
|
||||
}
|
||||
@@ -13,5 +13,6 @@
|
||||
"createSessionDialog.dialogOwnerInvalid": "ダイアログ所有者が無効です。ダイアログを開くことができません",
|
||||
"createSessionDialog.invalidProviderType": "無効なプロバイダーの種類です。ダイアログを開くことができません",
|
||||
"createSessionDialog.selectTemplates": "セッション テンプレートの選択:",
|
||||
"createSessionDialog.enterSessionName": "セッション名を入力する:"
|
||||
"createSessionDialog.enterSessionName": "セッション名を入力する:",
|
||||
"createSessionDialog.createSessionFailed": "セッションを作成できませんでした"
|
||||
}
|
||||
30
i18n/jpn/extensions/resource-deployment/package.i18n.json
Normal file
30
i18n/jpn/extensions/resource-deployment/package.i18n.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"extension-displayName": "Azure Data Studio 用の SQL Server 配置拡張",
|
||||
"extension-description": "Microsoft SQL Server を展開するためのノートブック ベースのエクスペリエンスを提供します",
|
||||
"deploy-sql-image-command-name": "SQL Server を Docker に展開します...",
|
||||
"deploy-sql-bdc-command-name": "SQL Server Big Data Cluster を展開します…",
|
||||
"deploy-resource-command-name": "SQL Server の展開...",
|
||||
"deploy-resource-command-category": "デプロイメント",
|
||||
"resource-type-sql-image-display-name": "SQL Server コンテナー イメージ",
|
||||
"resource-type-sql-image-description": "Docker を使用して SQL Server コンテナー イメージを実行する",
|
||||
"resource-type-sql-bdc-display-name": "SQL Server のビッグ データ クラスター",
|
||||
"resource-type-sql-bdc-description": "SQL Server Big Data Cluster を使用すると、Kubernetes で実行されている SQL Server、Spark、および HDFS のコンテナーのスケーラブルなクラスターをデプロイできます。",
|
||||
"version-display-name": "バージョン",
|
||||
"sql-2017-display-name": "SQL Server 2017",
|
||||
"sql-2019-display-name": "SQL Server 2019",
|
||||
"sql-2017-docker-notebook": "./notebooks/docker/2017/deploy-sql2017-image.ipynb",
|
||||
"sql-2019-docker-notebook": "./notebooks/docker/2019/deploy-sql2019-image.ipynb",
|
||||
"sql-2019ctp31-display-name": "SQL Server 2019 Big Data Cluster CTP 3.1",
|
||||
"bdc-deployment-target": "配置ターゲット",
|
||||
"bdc-deployment-target-aks": "新しい Azure Kubernetes Service クラスター",
|
||||
"bdc-deployment-target-existing-cluster": "既存の Kubernetes クラスター",
|
||||
"bdc-ctp31-aks-notebook": "./notebooks/bdc/2019/ctp3-1/deploy-bdc-aks.ipynb",
|
||||
"bdc-ctp31-existing-cluster-notebook": "./notebooks/bdc/2019/ctp3-1/deploy-bdc-existing-cluster.ipynb"
|
||||
}
|
||||
12
i18n/jpn/extensions/schema-compare/package.i18n.json
Normal file
12
i18n/jpn/extensions/schema-compare/package.i18n.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"displayName": "SQL Server スキーマの比較",
|
||||
"description": "Azure Data Studio 用 SQL Server スキーマ比較では、データベースと dacpac のスキーマを比較できます。",
|
||||
"schemaCompare.start": "スキーマ比較"
|
||||
}
|
||||
11
i18n/jpn/extensions/sql/package.i18n.json
Normal file
11
i18n/jpn/extensions/sql/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"displayName": "SQL の基本言語サポート",
|
||||
"description": "SQL ファイル内で構文ハイライト、かっこ一致を提供します。"
|
||||
}
|
||||
Reference in New Issue
Block a user