mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-04-24 07:22:02 +01:00
Localized file check-in by OneLocBuild Task: Build definition ID 13114: Build ID 2463079 (#2428)
* Localized file check-in by OneLocBuild Task: Build definition ID 13114: Build ID 2456703 * Localized file check-in by OneLocBuild Task: Build definition ID 13114: Build ID 2456758 * Localized file check-in by OneLocBuild Task: Build definition ID 13114: Build ID 2459555 --------- Co-authored-by: sunghyunkang1111 <114709653+sunghyunkang1111@users.noreply.github.com>
This commit is contained in:
@@ -442,10 +442,10 @@
|
||||
"shareThroughputTooltip": "{{databaseLabel}} レベルでプロビジョニングされたスループットは、{{collectionsLabel}} 内のすべての {{databaseLabel}} で共有されます。",
|
||||
"greaterThanError": "オートパイロット スループットの {{minValue}} より大きい値を入力してください",
|
||||
"acknowledgeSpendError": "毎月の推定 {{period}} 支出に同意してください。",
|
||||
"acknowledgeSpendErrorMonthly": "Please acknowledge the estimated monthly spend.",
|
||||
"acknowledgeSpendErrorDaily": "Please acknowledge the estimated daily spend.",
|
||||
"provisionSharedThroughputTitle": "Provision shared throughput",
|
||||
"provisionThroughputLabel": "Provision throughput"
|
||||
"acknowledgeSpendErrorMonthly": "毎月の推定支出に同意してください。",
|
||||
"acknowledgeSpendErrorDaily": "毎日の推定支出に同意してください。",
|
||||
"provisionSharedThroughputTitle": "共有スループットのプロビジョニング",
|
||||
"provisionThroughputLabel": "スループットのプロビジョニング"
|
||||
},
|
||||
"addCollection": {
|
||||
"createNew": "新規作成",
|
||||
@@ -498,29 +498,29 @@
|
||||
"vectorPolicyError": "コンテナー ベクトル ポリシーのエラーを修正してください",
|
||||
"fullTextSearchPolicyError": "コンテナーのフルテキスト検索ポリシーのエラーを修正してください",
|
||||
"addingSampleDataSet": "サンプル データ セットの追加",
|
||||
"databaseFieldLabelName": "Database name",
|
||||
"databaseFieldLabelId": "Database id",
|
||||
"newDatabaseIdPlaceholder": "Type a new database id",
|
||||
"newDatabaseIdAriaLabel": "New database id, Type a new database id",
|
||||
"createNewDatabaseAriaLabel": "Create new database",
|
||||
"useExistingDatabaseAriaLabel": "Use existing database",
|
||||
"chooseExistingDatabase": "Choose an existing database",
|
||||
"databaseFieldLabelName": "データベース名",
|
||||
"databaseFieldLabelId": "データベース ID",
|
||||
"newDatabaseIdPlaceholder": "新しいデータベース ID を入力してください",
|
||||
"newDatabaseIdAriaLabel": "新しいデータベース ID、新しいデータベース ID を入力してください",
|
||||
"createNewDatabaseAriaLabel": "新しいデータベースの作成",
|
||||
"useExistingDatabaseAriaLabel": "既存のデータベースを使用する",
|
||||
"chooseExistingDatabase": "既存のデータベースを選択する",
|
||||
"teachingBubble": {
|
||||
"step1Headline": "Create sample database",
|
||||
"step1Body": "Database is the parent of a container. You can create a new database or use an existing one. In this tutorial we are creating a new database named SampleDB.",
|
||||
"step1LearnMore": "Learn more about resources.",
|
||||
"step2Headline": "Setting throughput",
|
||||
"step2Body": "Cosmos DB recommends sharing throughput across database. Autoscale will give you a flexible amount of throughput based on the max RU/s set (Request Units).",
|
||||
"step2LearnMore": "Learn more about RU/s.",
|
||||
"step3Headline": "Naming container",
|
||||
"step3Body": "Name your container",
|
||||
"step4Headline": "Setting partition key",
|
||||
"step4Body": "Last step - you will need to define a partition key for your collection. /address was chosen for this particular example. A good partition key should have a wide range of possible value",
|
||||
"step4CreateContainer": "Create container",
|
||||
"step5Headline": "Creating sample container",
|
||||
"step5Body": "A sample container is now being created and we are adding sample data for you. It should take about 1 minute.",
|
||||
"step5BodyFollowUp": "Once the sample container is created, review your sample dataset and follow next steps",
|
||||
"stepOfTotal": "Step {{current}} of {{total}}"
|
||||
"step1Headline": "サンプル データベースの作成",
|
||||
"step1Body": "データベースはコンテナーの親にあたります。新しいデータベースを作成するか、既存のものを使用できます。このチュートリアルでは、SampleDB という名前の新しいデータベースを作成します。",
|
||||
"step1LearnMore": "リソースに関する詳細情報。",
|
||||
"step2Headline": "スループットを設定しています",
|
||||
"step2Body": "Cosmos DB では、データベース間でスループットを共有することを推奨しています。自動スケーリングにより、設定した最大 RU/秒 (要求ユニット) に基づいて、スループットを柔軟に調整します。",
|
||||
"step2LearnMore": "RU/秒の詳細を確認します。",
|
||||
"step3Headline": "コンテナーの名前を指定しています",
|
||||
"step3Body": "コンテナーに名前を付けてください",
|
||||
"step4Headline": "パーティション キーの設定",
|
||||
"step4Body": "最後の手順です。コレクションのパーティション キーを定義する必要があります。この例では /address が選択されました。適切なパーティション キーは、値の範囲が広いものが望ましいです",
|
||||
"step4CreateContainer": "コンテナーの作成",
|
||||
"step5Headline": "サンプル コンテナーを作成しています",
|
||||
"step5Body": "サンプル コンテナーを作成中で、サンプル データを追加しています。約 1 分かかります。",
|
||||
"step5BodyFollowUp": "サンプル コンテナーが作成されたら、サンプル データセットを確認し、次の手順に進んでください",
|
||||
"stepOfTotal": "手順 {{current}}/{{total}}"
|
||||
}
|
||||
},
|
||||
"addCollectionUtility": {
|
||||
@@ -755,213 +755,213 @@
|
||||
"controls": {
|
||||
"settings": {
|
||||
"tabTitles": {
|
||||
"scale": "Scale",
|
||||
"conflictResolution": "Conflict Resolution",
|
||||
"settings": "Settings",
|
||||
"indexingPolicy": "Indexing Policy",
|
||||
"partitionKeys": "Partition Keys",
|
||||
"partitionKeysPreview": "Partition Keys (preview)",
|
||||
"computedProperties": "Computed Properties",
|
||||
"containerPolicies": "Container Policies",
|
||||
"throughputBuckets": "Throughput Buckets",
|
||||
"globalSecondaryIndexPreview": "Global Secondary Index (Preview)",
|
||||
"maskingPolicyPreview": "Masking Policy (preview)"
|
||||
"scale": "スケーリング",
|
||||
"conflictResolution": "競合の解決",
|
||||
"settings": "設定",
|
||||
"indexingPolicy": "インデックス作成ポリシー",
|
||||
"partitionKeys": "パーティション キー",
|
||||
"partitionKeysPreview": "パーティション キー (プレビュー)",
|
||||
"computedProperties": "計算されたプロパティ",
|
||||
"containerPolicies": "コンテナー ポリシー",
|
||||
"throughputBuckets": "スループット バケット",
|
||||
"globalSecondaryIndexPreview": "グローバル セカンダリ インデックス (プレビュー)",
|
||||
"maskingPolicyPreview": "マスキング ポリシー (プレビュー)"
|
||||
},
|
||||
"mongoNotifications": {
|
||||
"selectTypeWarning": "Please select a type for each index.",
|
||||
"selectTypeWarning": "各インデックスの種類を選択してください。",
|
||||
"enterFieldNameError": "フィールド名を入力してください。",
|
||||
"wildcardPathError": "Wildcard path is not present in the field name. Use a pattern like "
|
||||
"wildcardPathError": "ワイルドカード パスがフィールド名に存在しません。次のようなパターンを使用してください: "
|
||||
},
|
||||
"partitionKey": {
|
||||
"shardKey": "Shard key",
|
||||
"partitionKey": "Partition key",
|
||||
"shardKey": "シャード キー",
|
||||
"partitionKey": "パーティション キー",
|
||||
"shardKeyTooltip": "シャード キー (フィールド) は、無制限のスケーラビリティを実現するために、多数のレプリカ セット (シャード) にデータを分割するために使用されます。データを均等に分散するフィールドを選択することが重要です。",
|
||||
"partitionKeyTooltip": "is used to automatically distribute data across partitions for scalability. Choose a property in your JSON document that has a wide range of values and evenly distributes request volume.",
|
||||
"partitionKeyTooltip": "は、スケーラビリティのためにパーティション間でデータを自動的に分散するために使用されます。幅広い値を持ち、要求ボリュームを均等に分散する JSON ドキュメントのプロパティを選択します。",
|
||||
"sqlPartitionKeyTooltipSuffix": " 読み取り負荷の高い小規模なワークロードや、任意のサイズの書き込み負荷の高いワークロードの場合、ID が適していることがよくあります。",
|
||||
"partitionKeySubtext": "For small workloads, the item ID is a suitable choice for the partition key.",
|
||||
"mongoPlaceholder": "e.g., categoryId",
|
||||
"gremlinPlaceholder": "e.g., /address",
|
||||
"partitionKeySubtext": "小規模なワークロードの場合、項目 ID はパーティション キーに適した選択肢です。",
|
||||
"mongoPlaceholder": "例: categoryId",
|
||||
"gremlinPlaceholder": "例: /address",
|
||||
"sqlFirstPartitionKey": "必須: 最初のパーティション キー (例: /TenantId)",
|
||||
"sqlSecondPartitionKey": "2 番目のパーティション キー (例: /UserId)",
|
||||
"sqlThirdPartitionKey": "3 番目のパーティション キー 例: /SessionId",
|
||||
"defaultPlaceholder": "e.g., /address/zipCode"
|
||||
"defaultPlaceholder": "例: /address/zipCode"
|
||||
},
|
||||
"costEstimate": {
|
||||
"title": "Cost estimate*",
|
||||
"howWeCalculate": "How we calculate this",
|
||||
"updatedCostPerMonth": "Updated cost per month",
|
||||
"currentCostPerMonth": "Current cost per month",
|
||||
"title": "コストの見積もり*",
|
||||
"howWeCalculate": "これを計算する方法",
|
||||
"updatedCostPerMonth": "1 か月あたりの更新されたコスト",
|
||||
"currentCostPerMonth": "1 か月あたりの現在のコスト",
|
||||
"perRu": "/RU",
|
||||
"perHour": "/hr",
|
||||
"perDay": "/day",
|
||||
"perMonth": "/mo"
|
||||
"perHour": "/時",
|
||||
"perDay": "/日",
|
||||
"perMonth": "/月"
|
||||
},
|
||||
"throughput": {
|
||||
"manualToAutoscaleDisclaimer": "The starting autoscale max RU/s will be determined by the system, based on the current manual throughput settings and storage of your resource. After autoscale has been enabled, you can change the max RU/s.",
|
||||
"ttlWarningText": "The system will automatically delete items based on the TTL value (in seconds) you provide, without needing a delete operation explicitly issued by a client application. For more information see,",
|
||||
"ttlWarningLinkText": "Time to Live (TTL) in Azure Cosmos DB",
|
||||
"unsavedIndexingPolicy": "indexing policy",
|
||||
"unsavedDataMaskingPolicy": "data masking policy",
|
||||
"unsavedComputedProperties": "computed properties",
|
||||
"unsavedEditorWarningPrefix": "You have not saved the latest changes made to your",
|
||||
"unsavedEditorWarningSuffix": ". Please click save to confirm the changes.",
|
||||
"updateDelayedApplyWarning": "You are about to request an increase in throughput beyond the pre-allocated capacity. This operation will take some time to complete.",
|
||||
"scalingUpDelayMessage": "Scaling up will take 4-6 hours as it exceeds what Azure Cosmos DB can instantly support currently based on your number of physical partitions. You can increase your throughput to {{instantMaximumThroughput}} instantly or proceed with this value and wait until the scale-up is completed.",
|
||||
"exceedPreAllocatedMessage": "Your request to increase throughput exceeds the pre-allocated capacity which may take longer than expected. There are three options you can choose from to proceed:",
|
||||
"instantScaleOption": "You can instantly scale up to {{instantMaximumThroughput}} RU/s.",
|
||||
"asyncScaleOption": "You can asynchronously scale up to any value under {{maximumThroughput}} RU/s in 4-6 hours.",
|
||||
"quotaMaxOption": "Your current quota max is {{maximumThroughput}} RU/s. To go over this limit, you must request a quota increase and the Azure Cosmos DB team will review.",
|
||||
"belowMinimumMessage": "You are not able to lower throughput below your current minimum of {{minimum}} RU/s. For more information on this limit, please refer to our service quote documentation.",
|
||||
"saveThroughputWarning": "Your bill will be affected as you update your throughput settings. Please review the updated cost estimate below before saving your changes",
|
||||
"currentAutoscaleThroughput": "Current autoscale throughput:",
|
||||
"targetAutoscaleThroughput": "Target autoscale throughput:",
|
||||
"currentManualThroughput": "Current manual throughput:",
|
||||
"targetManualThroughput": "Target manual throughput:",
|
||||
"applyDelayedMessage": "The request to increase the throughput has successfully been submitted. This operation will take 1-3 business days to complete. View the latest status in Notifications.",
|
||||
"databaseLabel": "Database:",
|
||||
"containerLabel": "Container:",
|
||||
"applyShortDelayMessage": "A request to increase the throughput is currently in progress. This operation will take some time to complete.",
|
||||
"applyLongDelayMessage": "A request to increase the throughput is currently in progress. This operation will take 1-3 business days to complete. View the latest status in Notifications.",
|
||||
"throughputCapError": "Your account is currently configured with a total throughput limit of {{throughputCap}} RU/s. This update isn't possible because it would increase the total throughput to {{newTotalThroughput}} RU/s. Change total throughput limit in cost management.",
|
||||
"throughputIncrementError": "Throughput value must be in increments of 1000"
|
||||
"manualToAutoscaleDisclaimer": "開始時の自動スケーリングの最大 RU/秒は、現在の手動スループット設定とリソースのストレージに基づいて、システムによって決定されます。自動スケーリングを有効にした後は、最大 RU/秒を変更できます。",
|
||||
"ttlWarningText": "システムは、クライアント アプリケーションによって明示的に発行される削除操作を必要とせずに、指定した TTL 値 (秒単位) に基づいて項目を自動的に削除します。詳細については次を参照してください:",
|
||||
"ttlWarningLinkText": "Azure Cosmos DB の Time to Live (TTL)",
|
||||
"unsavedIndexingPolicy": "インデックス作成ポリシー",
|
||||
"unsavedDataMaskingPolicy": "データ マスキング ポリシー",
|
||||
"unsavedComputedProperties": "計算されたプロパティ",
|
||||
"unsavedEditorWarningPrefix": "次に加えられた最新の変更が保存されていません:",
|
||||
"unsavedEditorWarningSuffix": "。[保存] をクリックして変更を確認してください。",
|
||||
"updateDelayedApplyWarning": "事前に割り当てられた容量を超えるスループットの増加を要求しようとしています。この操作は、完了するまでにしばらく時間がかかります。",
|
||||
"scalingUpDelayMessage": "スケールアップは、物理パーティションの数に基づき、現在 Azure Cosmos DB が即座にサポートできる範囲を超えているため、4 から 6 時間かかります。スループットを即座に {{instantMaximumThroughput}} に増加させたり、この値で続行してスケールアップが完了するまで待ったりすることができます。",
|
||||
"exceedPreAllocatedMessage": "スループットの増加要求が、事前に割り当てられた容量を超えており、予想以上に時間がかかる場合があります。続行するには、次の 3 つのオプションから選択できます。",
|
||||
"instantScaleOption": "即座に {{instantMaximumThroughput}} RU/秒までスケールアップできます。",
|
||||
"asyncScaleOption": "{{maximumThroughput}} RU/秒未満の任意の値に、4 から 6 時間で、非同期的にスケールアップできます。",
|
||||
"quotaMaxOption": "現在のクォータの最大値は {{maximumThroughput}} RU/秒です。この制限を超えるには、クォータの引き上げを要求する必要があり、Azure Cosmos DB チームがレビューします。",
|
||||
"belowMinimumMessage": "現在の最小値 {{minimum}} RU/秒よりも低くスループットを設定することはできません。この制限の詳細については、サービス見積もりのドキュメントを参照してください。",
|
||||
"saveThroughputWarning": "スループット設定を更新すると、課金に影響します。変更を保存する前に、以下の更新されたコスト見積もりをレビューしてください",
|
||||
"currentAutoscaleThroughput": "現在の自動スケーリング スループット:",
|
||||
"targetAutoscaleThroughput": "ターゲット自動スケーリング スループット:",
|
||||
"currentManualThroughput": "現在の手動スループット:",
|
||||
"targetManualThroughput": "ターゲット手動スループット:",
|
||||
"applyDelayedMessage": "スループットの増加要求が正常に送信されました。この操作は、完了するまでに 1 から 3 営業日かかります。[通知] で最新の状態を表示してください。",
|
||||
"databaseLabel": "データベース:",
|
||||
"containerLabel": "コンテナー:",
|
||||
"applyShortDelayMessage": "スループットの増加要求は現在処理中です。この操作は、完了するまでにしばらく時間がかかります。",
|
||||
"applyLongDelayMessage": "スループットの増加要求は現在処理中です。この操作は、完了するまでに 1 から 3 営業日かかります。[通知] で最新の状態を表示してください。",
|
||||
"throughputCapError": "お使いのアカウントは現在、合計スループット制限 {{throughputCap}} RU/秒で構成されています。この更新は、合計スループットが {{newTotalThroughput}} RU/秒に増加するため、実行できません。コスト管理の合計スループット制限を変更してください。",
|
||||
"throughputIncrementError": "スループット値は 1000 単位で指定する必要があります"
|
||||
},
|
||||
"conflictResolution": {
|
||||
"lwwDefault": "Last Write Wins (default)",
|
||||
"customMergeProcedure": "Merge Procedure (custom)",
|
||||
"mode": "Mode",
|
||||
"conflictResolverProperty": "Conflict Resolver Property",
|
||||
"storedProcedure": "Stored procedure",
|
||||
"lwwTooltip": "Gets or sets the name of a integer property in your documents which is used for the Last Write Wins (LWW) based conflict resolution scheme. By default, the system uses the system defined timestamp property, _ts to decide the winner for the conflicting versions of the document. Specify your own integer property if you want to override the default timestamp based conflict resolution.",
|
||||
"customTooltip": "Gets or sets the name of a stored procedure (aka merge procedure) for resolving the conflicts. You can write application defined logic to determine the winner of the conflicting versions of a document. The stored procedure will get executed transactionally, exactly once, on the server side. If you do not provide a stored procedure, the conflicts will be populated in the",
|
||||
"customTooltipConflictsFeed": " conflicts feed",
|
||||
"customTooltipSuffix": ". You can update/re-register the stored procedure at any time."
|
||||
"lwwDefault": "最終書き込み優先(既定)",
|
||||
"customMergeProcedure": "マージ プロシージャ (カスタム)",
|
||||
"mode": "モード",
|
||||
"conflictResolverProperty": "競合リゾルバー プロパティ",
|
||||
"storedProcedure": "ストアド プロシージャ",
|
||||
"lwwTooltip": "最終書き込み優先 (LWW) ベースの競合解決スキームに使用される、ドキュメント内の整数プロパティの名前を取得または設定します。既定では、システム定義のタイムスタンプ プロパティ _ts を使用して、優先するドキュメントの競合するバージョンが決定されます。既定のタイムスタンプ ベースの競合解決をオーバーライドする場合は、独自の整数プロパティを指定します。",
|
||||
"customTooltip": "競合を解決するためのストアド プロシージャ (マージ プロシージャとも呼ばれる) の名前を取得または設定します。アプリケーション定義のロジックを記述して、優先するドキュメントの競合するバージョンを決定できます。ストアド プロシージャは、サーバー側でトランザクションで 1 回だけ実行されます。ストアド プロシージャを指定しない場合、次で競合が発生します:",
|
||||
"customTooltipConflictsFeed": " 競合フィード",
|
||||
"customTooltipSuffix": "。ストアド プロシージャはいつでも更新または再登録できます。"
|
||||
},
|
||||
"changeFeed": {
|
||||
"label": "Change feed log retention policy",
|
||||
"tooltip": "Enable change feed log retention policy to retain last 10 minutes of history for items in the container by default. To support this, the request unit (RU) charge for this container will be multiplied by a factor of two for writes. Reads are unaffected."
|
||||
"label": "変更フィード ログの保持ポリシー",
|
||||
"tooltip": "変更フィード ログの保持ポリシーを有効にして、既定でコンテナー内の項目の過去 10 分間の履歴を保持します。これをサポートするために、書き込みに対するこのコンテナーの要求ユニット (RU) の料金は 2倍になります。読み取りは影響を受けません。"
|
||||
},
|
||||
"mongoIndexing": {
|
||||
"disclaimer": "For queries that filter on multiple properties, create multiple single field indexes instead of a compound index.",
|
||||
"disclaimerCompoundIndexesLink": " Compound indexes ",
|
||||
"disclaimerSuffix": "are only used for sorting query results. If you need to add a compound index, you can create one using the Mongo shell.",
|
||||
"compoundNotSupported": "Collections with compound indexes are not yet supported in the indexing editor. To modify indexing policy for this collection, use the Mongo Shell.",
|
||||
"aadError": "To use the indexing policy editor, please login to the",
|
||||
"aadErrorLink": "azure portal.",
|
||||
"refreshingProgress": "Refreshing index transformation progress",
|
||||
"canMakeMoreChangesZero": "You can make more indexing changes once the current index transformation is complete. ",
|
||||
"refreshToCheck": "Refresh to check if it has completed.",
|
||||
"canMakeMoreChangesProgress": "You can make more indexing changes once the current index transformation has completed. It is {{progress}}% complete. ",
|
||||
"refreshToCheckProgress": "Refresh to check the progress.",
|
||||
"definitionColumn": "Definition",
|
||||
"typeColumn": "Type",
|
||||
"dropIndexColumn": "Drop Index",
|
||||
"addIndexBackColumn": "Add index back",
|
||||
"deleteIndexButton": "Delete index Button",
|
||||
"addBackIndexButton": "Add back Index Button",
|
||||
"currentIndexes": "Current index(es)",
|
||||
"indexesToBeDropped": "Index(es) to be dropped",
|
||||
"indexFieldName": "Index Field Name",
|
||||
"indexType": "Index Type",
|
||||
"selectIndexType": "Select an index type",
|
||||
"undoButton": "Undo Button"
|
||||
"disclaimer": "複数のプロパティでフィルター処理するクエリの場合は、複合インデックスではなく、複数の単一フィールド インデックスを作成してください。",
|
||||
"disclaimerCompoundIndexesLink": " 複合インデックス ",
|
||||
"disclaimerSuffix": "は、クエリ結果の並べ替えにのみ使用されます。複合インデックスを追加する必要がある場合は、Mongo シェルを使用して作成できます。",
|
||||
"compoundNotSupported": "複合インデックスを持つコレクションは、インデックス作成エディターではまだサポートされていません。このコレクションのインデックス作成ポリシーを変更するには、Mongo シェルを使用してください。",
|
||||
"aadError": "インデックス作成ポリシー エディターを使用するには、次にログインしてください:",
|
||||
"aadErrorLink": "Azure portal。",
|
||||
"refreshingProgress": "インデックス変換の進行状況を更新しています",
|
||||
"canMakeMoreChangesZero": "現在のインデックス変換が完了したら、さらにインデックス作成の変更を行うことができます。",
|
||||
"refreshToCheck": "更新して、完了したかどうかを確認します。",
|
||||
"canMakeMoreChangesProgress": "現在のインデックス変換が完了したら、さらにインデックス作成の変更を行うことができます。{{progress}}% 完了しています。",
|
||||
"refreshToCheckProgress": "更新して、進行状況を確認します。",
|
||||
"definitionColumn": "定義",
|
||||
"typeColumn": "型",
|
||||
"dropIndexColumn": "インデックスのドロップ",
|
||||
"addIndexBackColumn": "インデックスを追加し直す",
|
||||
"deleteIndexButton": "[インデックスの削除] ボタン",
|
||||
"addBackIndexButton": "[インデックスを追加し直す] ボタン",
|
||||
"currentIndexes": "現在のインデックス",
|
||||
"indexesToBeDropped": "ドロップするインデックス",
|
||||
"indexFieldName": "インデックス フィールド名",
|
||||
"indexType": "インデックスの種類",
|
||||
"selectIndexType": "インデックスの種類を選択する",
|
||||
"undoButton": "[元に戻す] ボタン"
|
||||
},
|
||||
"subSettings": {
|
||||
"timeToLive": "Time to Live",
|
||||
"ttlOff": "Off",
|
||||
"ttlOnNoDefault": "On (no default)",
|
||||
"ttlOn": "On",
|
||||
"seconds": "second(s)",
|
||||
"timeToLiveInSeconds": "Time to live in seconds",
|
||||
"analyticalStorageTtl": "Analytical Storage Time to Live",
|
||||
"geospatialConfiguration": "Geospatial Configuration",
|
||||
"geography": "Geography",
|
||||
"geometry": "Geometry",
|
||||
"uniqueKeys": "Unique keys",
|
||||
"mongoTtlMessage": "To enable time-to-live (TTL) for your collection/documents,",
|
||||
"mongoTtlLinkText": "create a TTL index",
|
||||
"partitionKeyTooltipTemplate": "This {{partitionKeyName}} is used to distribute data across multiple partitions for scalability. The value \"{{partitionKeyValue}}\" determines how documents are partitioned.",
|
||||
"largePartitionKeyEnabled": "Large {{partitionKeyName}} has been enabled.",
|
||||
"hierarchicalPartitioned": "Hierarchically partitioned container.",
|
||||
"nonHierarchicalPartitioned": "Non-hierarchically partitioned container."
|
||||
"ttlOff": "オフ",
|
||||
"ttlOnNoDefault": "オン (既定値なし)",
|
||||
"ttlOn": "オン",
|
||||
"seconds": "秒",
|
||||
"timeToLiveInSeconds": "秒単位の Time to Live",
|
||||
"analyticalStorageTtl": "分析ストレージの Time to Live",
|
||||
"geospatialConfiguration": "地理空間構成",
|
||||
"geography": "地理",
|
||||
"geometry": "ジオメトリ",
|
||||
"uniqueKeys": "一意のキー",
|
||||
"mongoTtlMessage": "コレクション/ドキュメントの有効期間 (Time to Live: TTL) を有効にするには、",
|
||||
"mongoTtlLinkText": "TTL インデックスを作成する",
|
||||
"partitionKeyTooltipTemplate": "この {{partitionKeyName}} は、スケーラビリティのために複数のパーティションにデータを分散するために使用されます。値 \"{{partitionKeyValue}}\" は、ドキュメントのパーティション分割方法を決定します。",
|
||||
"largePartitionKeyEnabled": "大規模な {{partitionKeyName}} が有効になっています。",
|
||||
"hierarchicalPartitioned": "階層的にパーティション分割されたコンテナー。",
|
||||
"nonHierarchicalPartitioned": "非階層的にパーティション分割されたコンテナー。"
|
||||
},
|
||||
"scale": {
|
||||
"freeTierInfo": "With free tier, you will get the first {{ru}} RU/s and {{storage}} GB of storage in this account for free. To keep your account free, keep the total RU/s across all resources in the account to {{ru}} RU/s.",
|
||||
"freeTierLearnMore": "Learn more.",
|
||||
"throughputRuS": "Throughput (RU/s)",
|
||||
"autoScaleCustomSettings": "Your account has custom settings that prevents setting throughput at the container level. Please work with your Cosmos DB engineering team point of contact to make changes.",
|
||||
"keyspaceSharedThroughput": "This table shared throughput is configured at the keyspace",
|
||||
"throughputRangeLabel": "Throughput ({{min}} - {{max}} RU/s)",
|
||||
"unlimited": "unlimited"
|
||||
"freeTierInfo": "Free レベルでは、最初の {{ru}} RU/秒と {{storage}} GB のストレージをこのアカウントで無料で利用できます。アカウントを無料に保つには、アカウント内のすべてのリソースの合計 RU/秒を {{ru}} RU/秒に維持してください。",
|
||||
"freeTierLearnMore": "詳細をご確認ください。",
|
||||
"throughputRuS": "スループット (RU/秒)",
|
||||
"autoScaleCustomSettings": "アカウントには、コンテナー レベルでのスループットの設定を妨げるカスタム設定があります。変更を加えるには、Cosmos DB エンジニアリング チームの連絡先担当者にお問い合わせください。",
|
||||
"keyspaceSharedThroughput": "このテーブルの共有スループットは、キースペースで構成されています",
|
||||
"throughputRangeLabel": "スループット ({{min}} - {{max}} RU/秒)",
|
||||
"unlimited": "無制限"
|
||||
},
|
||||
"partitionKeyEditor": {
|
||||
"changePartitionKey": "Change {{partitionKeyName}}",
|
||||
"currentPartitionKey": "Current {{partitionKeyName}}",
|
||||
"partitioning": "Partitioning",
|
||||
"hierarchical": "Hierarchical",
|
||||
"nonHierarchical": "Non-hierarchical",
|
||||
"safeguardWarning": "To safeguard the integrity of the data being copied to the new container, ensure that no updates are made to the source container for the entire duration of the partition key change process.",
|
||||
"changeDescription": "To change the partition key, a new destination container must be created or an existing destination container selected. Data will then be copied to the destination container.",
|
||||
"changeButton": "Change",
|
||||
"changeJob": "{{partitionKeyName}} change job",
|
||||
"cancelButton": "Cancel",
|
||||
"documentsProcessed": "({{processedCount}} of {{totalCount}} documents processed)"
|
||||
"changePartitionKey": "{{partitionKeyName}} の変更",
|
||||
"currentPartitionKey": "現在の {{partitionKeyName}}",
|
||||
"partitioning": "パーティション分割",
|
||||
"hierarchical": "階層",
|
||||
"nonHierarchical": "非階層",
|
||||
"safeguardWarning": "新しいコンテナーにコピーされるデータの整合性を保つには、パーティション キー変更プロセスの間、ソース コンテナーに対して更新が行われないようにしてください。",
|
||||
"changeDescription": "パーティション キーを変更するには、新しい宛先コンテナーを作成するか、既存の宛先コンテナーを選択する必要があります。その後、データが宛先コンテナーにコピーされます。",
|
||||
"changeButton": "変更",
|
||||
"changeJob": "{{partitionKeyName}} 変更ジョブ",
|
||||
"cancelButton": "キャンセル",
|
||||
"documentsProcessed": "({{processedCount}} 個中 {{totalCount}} 個のドキュメントが処理されました)"
|
||||
},
|
||||
"computedProperties": {
|
||||
"ariaLabel": "Computed properties",
|
||||
"learnMorePrefix": "about how to define computed properties and how to use them."
|
||||
"ariaLabel": "計算されたプロパティ",
|
||||
"learnMorePrefix": "計算されたプロパティの定義方法と使用方法について。"
|
||||
},
|
||||
"indexingPolicy": {
|
||||
"ariaLabel": "Indexing Policy"
|
||||
"ariaLabel": "インデックス作成ポリシー"
|
||||
},
|
||||
"dataMasking": {
|
||||
"ariaLabel": "Data Masking Policy",
|
||||
"validationFailed": "Validation failed:",
|
||||
"includedPathsRequired": "includedPaths is required",
|
||||
"includedPathsMustBeArray": "includedPaths must be an array",
|
||||
"excludedPathsMustBeArray": "excludedPaths must be an array if provided"
|
||||
"ariaLabel": "データ マスキング ポリシー",
|
||||
"validationFailed": "検証に失敗しました:",
|
||||
"includedPathsRequired": "includedPaths は必須です",
|
||||
"includedPathsMustBeArray": "includedPaths は配列である必要があります",
|
||||
"excludedPathsMustBeArray": "excludedPaths を指定する場合は、配列である必要があります"
|
||||
},
|
||||
"containerPolicy": {
|
||||
"vectorPolicy": "Vector Policy",
|
||||
"fullTextPolicy": "Full Text Policy",
|
||||
"createFullTextPolicy": "Create new full text search policy"
|
||||
"vectorPolicy": "ベクター ポリシー",
|
||||
"fullTextPolicy": "フルテキスト ポリシー",
|
||||
"createFullTextPolicy": "新しいフルテキスト検索ポリシーの作成"
|
||||
},
|
||||
"globalSecondaryIndex": {
|
||||
"indexesDefined": "This container has the following indexes defined for it.",
|
||||
"learnMoreSuffix": "about how to define global secondary indexes and how to use them.",
|
||||
"jsonAriaLabel": "Global Secondary Index JSON",
|
||||
"addIndex": "Add index",
|
||||
"settingsTitle": "Global Secondary Index Settings",
|
||||
"sourceContainer": "Source container",
|
||||
"indexDefinition": "Global secondary index definition"
|
||||
"indexesDefined": "このコンテナーには、次のインデックスが定義されています。",
|
||||
"learnMoreSuffix": "グローバル セカンダリ インデックスの定義方法と使用方法について。",
|
||||
"jsonAriaLabel": "グローバル セカンダリ インデックス JSON",
|
||||
"addIndex": "インデックスの追加",
|
||||
"settingsTitle": "グローバル セカンダリ インデックス設定",
|
||||
"sourceContainer": "ソース コンテナー",
|
||||
"indexDefinition": "グローバル セカンダリ インデックスの定義"
|
||||
},
|
||||
"indexingPolicyRefresh": {
|
||||
"refreshFailed": "Refreshing index transformation progress failed"
|
||||
"refreshFailed": "インデックス変換の進行状況を更新できませんでした"
|
||||
},
|
||||
"throughputInput": {
|
||||
"autoscale": "Autoscale",
|
||||
"manual": "Manual",
|
||||
"minimumRuS": "Minimum RU/s",
|
||||
"maximumRuS": "Maximum RU/s",
|
||||
"autoscale": "自動スケーリング",
|
||||
"manual": "手動",
|
||||
"minimumRuS": "最小 RU/秒",
|
||||
"maximumRuS": "最大 RU/秒",
|
||||
"x10Equals": "x 10 =",
|
||||
"storageCapacity": "Storage capacity",
|
||||
"fixed": "Fixed",
|
||||
"unlimited": "Unlimited",
|
||||
"instant": "Instant",
|
||||
"fourToSixHrs": "4-6 hrs",
|
||||
"autoscaleDescription": "Based on usage, your {{resourceType}} throughput will scale from",
|
||||
"freeTierWarning": "Billing will apply if you provision more than {{ru}} RU/s of manual throughput, or if the resource scales beyond {{ru}} RU/s with autoscale.",
|
||||
"capacityCalculator": "Estimate your required RU/s with",
|
||||
"capacityCalculatorLink": " capacity calculator",
|
||||
"fixedStorageNote": "When using a collection with fixed storage capacity, you can set up to 10,000 RU/s.",
|
||||
"min": "min",
|
||||
"max": "max"
|
||||
"storageCapacity": "ストレージ容量",
|
||||
"fixed": "修正済み",
|
||||
"unlimited": "無制限",
|
||||
"instant": "即座",
|
||||
"fourToSixHrs": "4 から 6 時間",
|
||||
"autoscaleDescription": "使用量に基づいて、{{resourceType}} のスループットは次からスケーリングされます:",
|
||||
"freeTierWarning": "{{ru}} RU/秒を超える手動スループットをプロビジョニングした場合、またはリソースが自動スケーリングで {{ru}} RU/秒を超えてスケーリングされた場合は、課金が適用されます。",
|
||||
"capacityCalculator": "次で必要な RU/秒を見積もる:",
|
||||
"capacityCalculatorLink": " 容量計算ツール",
|
||||
"fixedStorageNote": "固定ストレージ容量のコレクションを使用する場合は、最大 10,000 RU/秒まで設定できます。",
|
||||
"min": "分",
|
||||
"max": "最大"
|
||||
},
|
||||
"throughputBuckets": {
|
||||
"label": "Throughput Buckets",
|
||||
"bucketLabel": "Bucket {{id}}",
|
||||
"dataExplorerQueryBucket": " (Data Explorer Query Bucket)",
|
||||
"active": "Active",
|
||||
"inactive": "Inactive"
|
||||
"label": "スループット バケット",
|
||||
"bucketLabel": "バケット {{id}}",
|
||||
"dataExplorerQueryBucket": " (データ エクスプローラー クエリ バケット)",
|
||||
"active": "アクティブ",
|
||||
"inactive": "非アクティブ"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user