Localized file check-in by OneLocBuild Task: Build definition ID 13114: Build ID 2453843 (#2424)

This commit is contained in:
olprod
2026-03-13 08:57:56 -07:00
committed by GitHub
parent 3c97778da5
commit c5d1f4f06f
18 changed files with 5130 additions and 792 deletions

View File

@@ -418,310 +418,551 @@
},
"panes": {
"deleteDatabase": {
"panelTitle": "Delete {{databaseName}}",
"warningMessage": "Warning! The action you are about to take cannot be undone. Continuing will permanently delete this resource and all of its children resources.",
"confirmPrompt": "Confirm by typing the {{databaseName}} id (name)",
"inputMismatch": "Input {{databaseName}} name \"{{input}}\" does not match the selected {{databaseName}} \"{{selectedId}}\"",
"feedbackTitle": "Help us improve Azure Cosmos DB!",
"feedbackReason": "What is the reason why you are deleting this {{databaseName}}?"
"panelTitle": "{{databaseName}} verwijderen",
"warningMessage": "Waarschuwing! De actie die u gaat uitvoeren kan niet ongedaan worden gemaakt. Als u doorgaat, worden deze resource en alle onderliggende resources permanent verwijderd.",
"confirmPrompt": "Bevestig door de {{databaseName}}-id (naam) te typen",
"inputMismatch": "Invoernaam {{databaseName}} naam '{{input}}' komt niet overeen met de geselecteerde {{databaseName}} '{{selectedId}}'",
"feedbackTitle": "Help ons Azure Cosmos DB te verbeteren.",
"feedbackReason": "Wat is de reden waarom u deze {{databaseName}} verwijdert?"
},
"deleteCollection": {
"panelTitle": "Delete {{collectionName}}",
"confirmPrompt": "Confirm by typing the {{collectionName}} id",
"inputMismatch": "Input id {{input}} does not match the selected {{selectedId}}",
"feedbackTitle": "Help us improve Azure Cosmos DB!",
"feedbackReason": "What is the reason why you are deleting this {{collectionName}}?"
"panelTitle": "{{collectionName}} verwijderen",
"confirmPrompt": "Bevestig door de {{collectionName}}-id te typen",
"inputMismatch": "Invoer-id {{input}} komt niet overeen met de geselecteerde {{selectedId}}",
"feedbackTitle": "Help ons Azure Cosmos DB te verbeteren.",
"feedbackReason": "Wat is de reden waarom u deze {{collectionName}} verwijdert?"
},
"addDatabase": {
"databaseLabel": "Database {{suffix}}",
"databaseIdLabel": "Database id",
"keyspaceIdLabel": "Keyspace id",
"databaseIdPlaceholder": "Type a new {{databaseLabel}} id",
"databaseTooltip": "A {{databaseLabel}} is a logical container of one or more {{collectionsLabel}}",
"shareThroughput": "Share throughput across {{collectionsLabel}}",
"shareThroughputTooltip": "Provisioned throughput at the {{databaseLabel}} level will be shared across all {{collectionsLabel}} within the {{databaseLabel}}.",
"greaterThanError": "Please enter a value greater than {{minValue}} for autopilot throughput",
"acknowledgeSpendError": "Please acknowledge the estimated {{period}} spend."
},
"addCollection": {
"createNew": "Create new",
"useExisting": "Use existing",
"databaseTooltip": "A database is analogous to a namespace. It is the unit of management for a set of {{collectionName}}.",
"shareThroughput": "Share throughput across {{collectionName}}",
"shareThroughputTooltip": "Throughput configured at the database level will be shared across all {{collectionName}} within the database.",
"collectionIdLabel": "{{collectionName}} id",
"collectionIdTooltip": "Unique identifier for the {{collectionName}} and used for id-based routing through REST and all SDKs.",
"collectionIdPlaceholder": "e.g., {{collectionName}}1",
"collectionIdAriaLabel": "{{collectionName}} id, Example {{collectionName}}1",
"existingDatabaseAriaLabel": "Choose existing {{databaseName}} id",
"existingDatabasePlaceholder": "Choose existing {{databaseName}} id",
"indexing": "Indexing",
"turnOnIndexing": "Turn on indexing",
"automatic": "Automatic",
"turnOffIndexing": "Turn off indexing",
"off": "Off",
"sharding": "Sharding",
"shardingTooltip": "Sharded collections split your data across many replica sets (shards) to achieve unlimited scalability. Sharded collections require choosing a shard key (field) to evenly distribute your data.",
"unsharded": "Unsharded",
"unshardedLabel": "Unsharded (20GB limit)",
"sharded": "Sharded",
"addPartitionKey": "Add hierarchical partition key",
"hierarchicalPartitionKeyInfo": "This feature allows you to partition your data with up to three levels of keys for better data distribution. Requires .NET V3, Java V4 SDK, or preview JavaScript V3 SDK.",
"provisionDedicatedThroughput": "Provision dedicated throughput for this {{collectionName}}",
"provisionDedicatedThroughputTooltip": "You can optionally provision dedicated throughput for a {{collectionName}} within a database that has throughput provisioned. This dedicated throughput amount will not be shared with other {{collectionNamePlural}} in the database and does not count towards the throughput you provisioned for the database. This throughput amount will be billed in addition to the throughput amount you provisioned at the database level.",
"uniqueKeysPlaceholderMongo": "Comma separated paths e.g. firstName,address.zipCode",
"uniqueKeysPlaceholderSql": "Comma separated paths e.g. /firstName,/address/zipCode",
"addUniqueKey": "Add unique key",
"enableAnalyticalStore": "Enable analytical store",
"disableAnalyticalStore": "Disable analytical store",
"on": "On",
"analyticalStoreSynapseLinkRequired": "Azure Synapse Link is required for creating an analytical store {{collectionName}}. Enable Synapse Link for this Cosmos DB account.",
"enable": "Enable",
"containerVectorPolicy": "Container Vector Policy",
"containerFullTextSearchPolicy": "Container Full Text Search Policy",
"advanced": "Advanced",
"mongoIndexingTooltip": "The _id field is indexed by default. Creating a wildcard index for all fields will optimize queries and is recommended for development.",
"createWildcardIndex": "Create a Wildcard Index on all fields",
"legacySdkCheckbox": "My application uses an older Cosmos .NET or Java SDK version (.NET V1 or Java V2)",
"legacySdkInfo": "To ensure compatibility with older SDKs, the created container will use a legacy partitioning scheme that supports partition key values of size only up to 101 bytes. If this is enabled, you will not be able to use hierarchical partition keys.",
"indexingOnInfo": "All properties in your documents will be indexed by default for flexible and efficient queries.",
"indexingOffInfo": "Indexing will be turned off. Recommended if you don't need to run queries or only have key value operations.",
"indexingOffWarning": "By creating this container with indexing turned off, you will not be able to make any indexing policy changes. Indexing changes are only allowed on a container with a indexing policy.",
"databaseIdLabel": "Database-id",
"keyspaceIdLabel": "Keyspace-id",
"databaseIdPlaceholder": "Typ een nieuwe {{databaseLabel}}-id",
"databaseTooltip": "Een {{databaseLabel}} is een logische container van een of meer {{collectionsLabel}}",
"shareThroughput": "Doorvoer delen in {{collectionsLabel}}",
"shareThroughputTooltip": "Ingerichte doorvoer op het {{databaseLabel}} niveau wordt gedeeld in alle {{collectionsLabel}} binnen de {{databaseLabel}}.",
"greaterThanError": "Voer een waarde in die groter is dan {{minValue}} voor autopilot-doorvoer",
"acknowledgeSpendError": "Bevestig de geschatte {{period}} uitgaven.",
"acknowledgeSpendErrorMonthly": "Please acknowledge the estimated monthly spend.",
"acknowledgeSpendErrorDaily": "Please acknowledge the estimated daily spend.",
"unshardedMaxRuError": "Unsharded collections support up to 10,000 RUs",
"acknowledgeShareThroughputError": "Please acknowledge the estimated cost of this dedicated throughput.",
"vectorPolicyError": "Please fix errors in container vector policy",
"fullTextSearchPolicyError": "Please fix errors in container full text search policy",
"addingSampleDataSet": "Adding sample data set"
"provisionSharedThroughputTitle": "Provision shared throughput",
"provisionThroughputLabel": "Provision throughput"
},
"addCollection": {
"createNew": "Nieuw item maken",
"useExisting": "Bestaand item gebruiken",
"databaseTooltip": "Een database is gelijk aan een naamruimte. Het is de beheereenheid voor een set {{collectionName}}.",
"shareThroughput": "Doorvoer delen in {{collectionName}}",
"shareThroughputTooltip": "Doorvoer die op databaseniveau is geconfigureerd, wordt gedeeld over alle {{collectionName}} binnen de database.",
"collectionIdLabel": "{{collectionName}} id",
"collectionIdTooltip": "Unieke id voor de {{collectionName}} en gebruikt voor routering op basis van id's via REST en alle SDK's.",
"collectionIdPlaceholder": "bijvoorbeeld {{collectionName}}1",
"collectionIdAriaLabel": "{{collectionName}} id, voorbeeld {{collectionName}}1",
"existingDatabaseAriaLabel": "Kies een bestaande {{databaseName}}-id",
"existingDatabasePlaceholder": "Kies een bestaande {{databaseName}}-id",
"indexing": "Indexeren",
"turnOnIndexing": "Indexering inschakelen",
"automatic": "Automatisch",
"turnOffIndexing": "Indexering uitschakelen",
"off": "Uit",
"sharding": "Sharding",
"shardingTooltip": "Shard-verzamelingen splitsen uw gegevens over veel replicasets (shards) om onbeperkte schaalbaarheid te bereiken. Voor Shard-verzamelingen moet u een shardsleutel (veld) kiezen om uw gegevens gelijkmatig te distribueren.",
"unsharded": "Geen shard",
"unshardedLabel": "Geen shard (limiet van 20 GB)",
"sharded": "Shard",
"addPartitionKey": "Hiërarchische partitiesleutel toevoegen",
"hierarchicalPartitionKeyInfo": "Met deze functie kunt u uw gegevens partitioneren met maximaal drie niveaus aan sleutels voor een betere distributie. Hiervoor is .NET V3, Java V4 SDK of preview javaScript V3 SDK vereist.",
"provisionDedicatedThroughput": "Toegewezen doorvoer inrichten voor deze {{collectionName}}",
"provisionDedicatedThroughputTooltip": "U kunt optioneel toegewezen doorvoer inrichten voor een {{collectionName}} binnen een database waarvoor doorvoer is ingericht. Dit toegewezen doorvoeraantal wordt niet gedeeld met andere {{collectionNamePlural}} in de database en telt niet mee voor de doorvoer die u voor de database hebt ingericht. Dit doorvoeraantal wordt in rekening gebracht naast het doorvoeraantal die u hebt ingericht op databaseniveau.",
"uniqueKeysPlaceholderMongo": "Door komma's gescheiden paden, bijvoorbeeld firstName,address.zipCode",
"uniqueKeysPlaceholderSql": "Door komma's gescheiden paden, bijvoorbeeld /firstName,/address/zipCode",
"addUniqueKey": "Unieke sleutel toevoegen",
"enableAnalyticalStore": "Analytisch archief inschakelen",
"disableAnalyticalStore": "Analytisch archief uitschakelen",
"on": "Aan",
"analyticalStoreSynapseLinkRequired": "Azure Synapse Link is vereist voor het maken van een analytische opslag {{collectionName}}. Schakel Synapse Link in voor dit Cosmos DB-account.",
"enable": "Inschakelen",
"containerVectorPolicy": "Containervectorbeleid",
"containerFullTextSearchPolicy": "Zoekbeleid voor volledige tekst van container",
"advanced": "Geavanceerd",
"mongoIndexingTooltip": "Het veld _id is standaard geïndexeerd. Het maken van een jokertekenindex voor alle velden optimaliseert query's en wordt aanbevolen voor ontwikkeling.",
"createWildcardIndex": "Een jokertekenindex maken voor alle velden",
"legacySdkCheckbox": "Mijn toepassing gebruikt een oudere Cosmos .NET- of Java SDK-versie (.NET V1 of Java V2)",
"legacySdkInfo": "Om compatibiliteit met oudere SDK's te garanderen, gebruikt de gemaakte container een verouderd partitioneringsschema dat ondersteuning biedt voor partitiesleutelwaarden van maximaal 101 bytes. Als dit is ingeschakeld, kunt u geen hiërarchische partitiesleutels gebruiken.",
"indexingOnInfo": "Alle eigenschappen in uw documenten worden standaard geïndexeerd voor flexibele en efficiënte query's.",
"indexingOffInfo": "Indexeren wordt uitgeschakeld. Aanbevolen als u geen query's hoeft uit te voeren of alleen sleutelwaardebewerkingen hebt.",
"indexingOffWarning": "Als u deze container maakt met indexering uitgeschakeld, kunt u geen wijzigingen in het indexeringsbeleid aanbrengen. Indexeringswijzigingen zijn alleen toegestaan voor een container met een indexeringsbeleid.",
"acknowledgeSpendErrorMonthly": "Bevestig de geschatte maandelijkse uitgaven.",
"acknowledgeSpendErrorDaily": "Bevestig de geschatte dagelijkse uitgaven.",
"unshardedMaxRuError": "Geen shard verzamelingen ondersteunen maximaal 10.000 RU's",
"acknowledgeShareThroughputError": "Bevestig de geschatte kosten van deze toegewezen doorvoer.",
"vectorPolicyError": "Los fouten op in het containervectorbeleid",
"fullTextSearchPolicyError": "Los fouten op in het zoekbeleid voor volledige tekst van container",
"addingSampleDataSet": "Voorbeeldgegevensset toevoegen",
"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",
"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}}"
}
},
"addCollectionUtility": {
"shardKeyTooltip": "The shard key (field) is used to split your data across many replica sets (shards) to achieve unlimited scalability. It's critical to choose a field that will evenly distribute your data.",
"partitionKeyTooltip": "The {{partitionKeyName}} 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.",
"partitionKeyTooltipSqlSuffix": " For small read-heavy workloads or write-heavy workloads of any size, id is often a good choice.",
"shardKeyLabel": "Shard key",
"partitionKeyLabel": "Partition key",
"shardKeyPlaceholder": "e.g., categoryId",
"partitionKeyPlaceholderDefault": "e.g., /address",
"partitionKeyPlaceholderFirst": "Required - first partition key e.g., /TenantId",
"partitionKeyPlaceholderSecond": "second partition key e.g., /UserId",
"partitionKeyPlaceholderThird": "third partition key e.g., /SessionId",
"partitionKeyPlaceholderGraph": "e.g., /address/zipCode",
"uniqueKeysTooltip": "Unique keys provide developers with the ability to add a layer of data integrity to their database. By creating a unique key policy when a container is created, you ensure the uniqueness of one or more values per partition key.",
"uniqueKeysLabel": "Unique keys",
"analyticalStoreLabel": "Analytical Store",
"analyticalStoreTooltip": "Enable analytical store capability to perform near real-time analytics on your operational data, without impacting the performance of transactional workloads.",
"analyticalStoreDescription": "Enable analytical store capability to perform near real-time analytics on your operational data, without impacting the performance of transactional workloads.",
"vectorPolicyTooltip": "Describe any properties in your data that contain vectors, so that they can be made available for similarity queries."
"shardKeyTooltip": "De shardsleutel (veld) wordt gebruikt om uw gegevens te splitsen over veel replicasets (shards) om onbeperkte schaalbaarheid te bereiken. Het is essentieel om een veld te kiezen dat uw gegevens gelijkmatig zal distribueren.",
"partitionKeyTooltip": "De {{partitionKeyName}} wordt gebruikt om gegevens automatisch over partities te distribueren voor schaalbaarheid. Kies een eigenschap in uw JSON-document die een breed scala aan waarden heeft en het aanvraagvolume gelijkmatig distribueert.",
"partitionKeyTooltipSqlSuffix": " Voor kleine workloads met veel lees- of schrijfverkeer, ongeacht de grootte, is id vaak een goede keuze.",
"shardKeyLabel": "Shardsleutel",
"partitionKeyLabel": "Partitiesleutel",
"shardKeyPlaceholder": "bijvoorbeeld categoryId",
"partitionKeyPlaceholderDefault": "bijvoorbeeld /address",
"partitionKeyPlaceholderFirst": "Vereist: eerste partitiesleutel, bijvoorbeeld /TenantId",
"partitionKeyPlaceholderSecond": "tweede partitiesleutel, bijvoorbeeld /UserId",
"partitionKeyPlaceholderThird": "derde partitiesleutel, bijvoorbeeld /SessionId",
"partitionKeyPlaceholderGraph": "Bijvoorbeeld /address/zipCode",
"uniqueKeysTooltip": "Unieke sleutels bieden ontwikkelaars de mogelijkheid om een laag met gegevensintegriteit toe te voegen aan hun database. Door een uniek sleutelbeleid te maken wanneer een container wordt gemaakt, zorgt u ervoor dat een of meer waarden per partitiesleutel uniek zijn.",
"uniqueKeysLabel": "Unieke sleutels",
"analyticalStoreLabel": "Analytisch archief",
"analyticalStoreTooltip": "Schakel analytische opslagmogelijkheden in om bijna realtime analyses uit te voeren op uw operationele gegevens, zonder dat dit van invloed is op de prestaties van transactionele workloads.",
"analyticalStoreDescription": "Schakel analytische opslagmogelijkheden in om bijna realtime analyses uit te voeren op uw operationele gegevens, zonder dat dit van invloed is op de prestaties van transactionele workloads.",
"vectorPolicyTooltip": "Beschrijf alle eigenschappen in uw gegevens die vectoren bevatten, zodat ze beschikbaar kunnen worden gemaakt voor overeenkomstigheidsquery's."
},
"settings": {
"pageOptions": "Page Options",
"pageOptionsDescription": "Choose Custom to specify a fixed amount of query results to show, or choose Unlimited to show as many query results per page.",
"queryResultsPerPage": "Query results per page",
"queryResultsPerPageTooltip": "Enter the number of query results that should be shown per page.",
"customQueryItemsPerPage": "Custom query items per page",
"custom": "Custom",
"unlimited": "Unlimited",
"entraIdRbac": "Enable Entra ID RBAC",
"entraIdRbacDescription": "Choose Automatic to enable Entra ID RBAC automatically. True/False to force enable/disable Entra ID RBAC.",
"true": "True",
"false": "False",
"regionSelection": "Region Selection",
"regionSelectionDescription": "Changes region the Cosmos Client uses to access account.",
"selectRegion": "Select Region",
"selectRegionTooltip": "Changes the account endpoint used to perform client operations.",
"globalDefault": "Global (Default)",
"readWrite": "(Read/Write)",
"read": "(Read)",
"queryTimeout": "Query Timeout",
"queryTimeoutDescription": "When a query reaches a specified time limit, a popup with an option to cancel the query will show unless automatic cancellation has been enabled.",
"enableQueryTimeout": "Enable query timeout",
"queryTimeoutMs": "Query timeout (ms)",
"automaticallyCancelQuery": "Automatically cancel query after timeout",
"ruLimit": "RU Limit",
"ruLimitDescription": "If a query exceeds a configured RU limit, the query will be aborted.",
"enableRuLimit": "Enable RU limit",
"ruLimitLabel": "RU Limit (RU)",
"defaultQueryResults": "Default Query Results View",
"defaultQueryResultsDescription": "Select the default view to use when displaying query results.",
"retrySettings": "Retry Settings",
"retrySettingsDescription": "Retry policy associated with throttled requests during CosmosDB queries.",
"maxRetryAttempts": "Max retry attempts",
"maxRetryAttemptsTooltip": "Max number of retries to be performed for a request. Default value 9.",
"fixedRetryInterval": "Fixed retry interval (ms)",
"fixedRetryIntervalTooltip": "Fixed retry interval in milliseconds to wait between each retry ignoring the retryAfter returned as part of the response. Default value is 0 milliseconds.",
"maxWaitTime": "Max wait time (s)",
"maxWaitTimeTooltip": "Max wait time in seconds to wait for a request while the retries are happening. Default value 30 seconds.",
"enableContainerPagination": "Enable container pagination",
"enableContainerPaginationDescription": "Load 50 containers at a time. Currently, containers are not pulled in alphanumeric order.",
"enableCrossPartitionQuery": "Enable cross-partition query",
"enableCrossPartitionQueryDescription": "Send more than one request while executing a query. More than one request is necessary if the query is not scoped to single partition key value.",
"pageOptions": "Paginaopties",
"pageOptionsDescription": "Kies Aangepast om een vast aantal queryresultaten op te geven dat moet worden weergegeven, of kies Onbeperkt om zoveel mogelijk queryresultaten per pagina weer te geven.",
"queryResultsPerPage": "Queryresultaten per pagina",
"queryResultsPerPageTooltip": "Voer het aantal queryresultaten in dat per pagina moet worden weergegeven.",
"customQueryItemsPerPage": "Aangepaste query-items per pagina",
"custom": "Aangepast",
"unlimited": "Onbeperkt",
"entraIdRbac": "Entra ID RBAC inschakelen",
"entraIdRbacDescription": "Kies Automatisch om Entra ID RBAC automatisch in te schakelen. Waar/Onwaar om Entra ID RBAC geforceerd in of uit te schakelen.",
"true": "Waar",
"false": "Onwaar",
"regionSelection": "Selectie van regio",
"regionSelectionDescription": "Wijzigt de regio die de Cosmos-client gebruikt voor toegang tot het account.",
"selectRegion": "Regio selecteren",
"selectRegionTooltip": "Wijzigt het accounteindpunt dat wordt gebruikt voor clientbewerkingen.",
"globalDefault": "Globaal (standaard)",
"readWrite": "(Lezen/schrijven)",
"read": "(Lezen)",
"queryTimeout": "Time-out van query",
"queryTimeoutDescription": "Wanneer een query een opgegeven tijdslimiet bereikt, wordt een pop-upvenster met een optie voor het annuleren van de query weergegeven, tenzij automatische annulering is ingeschakeld.",
"enableQueryTimeout": "Time-out voor query inschakelen",
"queryTimeoutMs": "Time-out van query (ms)",
"automaticallyCancelQuery": "Query automatisch annuleren na time-out",
"ruLimit": "RU-limiet",
"ruLimitDescription": "Als een query een geconfigureerde RU-limiet overschrijdt, wordt de query afgebroken.",
"enableRuLimit": "RU-limiet inschakelen",
"ruLimitLabel": "RU-limiet (RU)",
"defaultQueryResults": "Standaardweergave voor queryresultaten",
"defaultQueryResultsDescription": "Selecteer de standaardweergave die u wilt gebruiken bij het weergeven van queryresultaten.",
"retrySettings": "Instellingen voor opnieuw proberen",
"retrySettingsDescription": "Beleid voor opnieuw proberen dat is gekoppeld aan beperkte aanvragen tijdens CosmosDB-query's.",
"maxRetryAttempts": "Maximum aantal nieuwe pogingen",
"maxRetryAttemptsTooltip": "Maximaal aantal pogingen dat voor een aanvraag wordt uitgevoerd. Standaardwaarde 9.",
"fixedRetryInterval": "Vaste interval voor nieuwe poging (ms)",
"fixedRetryIntervalTooltip": "Vast interval in milliseconden om te wachten tussen elke nieuwe poging, waarbij de retryAfter uit het antwoord wordt genegeerd. De standaardwaarde is 0 milliseconden.",
"maxWaitTime": "Maximale wachttijd (s)",
"maxWaitTimeTooltip": "Maximale wachttijd in seconden om te wachten op een aanvraag terwijl de nieuwe pogingen plaatsvinden. Standaardwaarde is 30 seconden.",
"enableContainerPagination": "Paginering van containers inschakelen",
"enableContainerPaginationDescription": "Laad 50 containers tegelijk. Op dit moment worden containers niet in alfanumerieke volgorde opgehaald.",
"enableCrossPartitionQuery": "Query voor meer partities inschakelen",
"enableCrossPartitionQueryDescription": "Verzend meer dan één aanvraag tijdens het uitvoeren van een query. Er is meer dan één aanvraag nodig als de query niet is gericht op een sleutelwaarde voor één partitie.",
"maxDegreeOfParallelism": "Maximale mate van parallelle uitvoering",
"maxDegreeOfParallelismDescription": "Gets or sets the number of concurrent operations run client side during parallel query execution. A positive property value limits the number of concurrent operations to the set value. If it is set to less than 0, the system automatically decides the number of concurrent operations to run.",
"maxDegreeOfParallelismQuery": "Query up to the max degree of parallelism.",
"priorityLevel": "Priority Level",
"priorityLevelDescription": "Sets the priority level for data-plane requests from Data Explorer when using Priority-Based Execution. If \"None\" is selected, Data Explorer will not specify priority level, and the server-side default priority level will be used.",
"displayGremlinQueryResults": "Display Gremlin query results as:",
"displayGremlinQueryResultsDescription": "Select Graph to automatically visualize the query results as a Graph or JSON to display the results as JSON.",
"maxDegreeOfParallelismDescription": "Hiermee wordt het aantal gelijktijdige bewerkingen opgehaald of ingesteld dat aan de clientzijde wordt uitgevoerd tijdens het parallel uitvoeren van query's. Een positieve eigenschapswaarde beperkt het aantal gelijktijdige bewerkingen tot de ingestelde waarde. Als deze is ingesteld op minder dan 0, bepaalt het systeem automatisch het aantal gelijktijdige bewerkingen dat moet worden uitgevoerd.",
"maxDegreeOfParallelismQuery": "Voer een query uit tot de maximale mate van parallellisme.",
"priorityLevel": "Prioriteitsniveau",
"priorityLevelDescription": "Stelt het prioriteitsniveau in voor gegevensvlakverzoeken van Data Explorer bij gebruik van Priority-Based Execution. Als Geen is geselecteerd, geeft Data Explorer geen prioriteitsniveau op en wordt het standaardprioriteitsniveau van de server gebruikt.",
"displayGremlinQueryResults": "Gremlin-queryresultaten weergeven als:",
"displayGremlinQueryResultsDescription": "Selecteer Graph om de queryresultaten automatisch te visualiseren als een Graph of JSON om de resultaten weer te geven als JSON.",
"graph": "Graph",
"json": "JSON",
"graphAutoVisualization": "Graph Auto-visualization",
"enableSampleDatabase": "Enable sample database",
"enableSampleDatabaseDescription": "This is a sample database and collection with synthetic product data you can use to explore using NoSQL queries. This will appear as another database in the Data Explorer UI, and is created by, and maintained by Microsoft at no cost to you.",
"enableSampleDbAriaLabel": "Enable sample db for query exploration",
"guidRepresentation": "Guid Representation",
"guidRepresentationDescription": "GuidRepresentation in MongoDB refers to how Globally Unique Identifiers (GUIDs) are serialized and deserialized when stored in BSON documents. This will apply to all document operations.",
"advancedSettings": "Advanced Settings",
"ignorePartitionKey": "Ignore partition key on document update",
"ignorePartitionKeyTooltip": "If checked, the partition key value will not be used to locate the document during update operations. Only use this if document updates are failing due to an abnormal partition key.",
"clearHistory": "Clear History",
"graphAutoVisualization": "Automatische visualisatie van Graph",
"enableSampleDatabase": "Voorbeelddatabase inschakelen",
"enableSampleDatabaseDescription": "Dit is een voorbeelddatabase en verzameling met synthetische productgegevens die u kunt gebruiken om te verkennen met NoSQL-query's. Dit wordt weergegeven als een andere database in de Data Explorer UI en wordt door Microsoft gemaakt en zonder kosten door Microsoft onderhouden.",
"enableSampleDbAriaLabel": "Voorbeelddatabase inschakelen voor queryverkenning",
"guidRepresentation": "GUID-verklaring",
"guidRepresentationDescription": "GuidRepresentation in MongoDB verwijst naar de wijze waarop GUID's (Globally Unique Identifiers) worden geserialiseerd en gedeserialiseerd wanneer ze worden opgeslagen in BSON-documenten. Dit geldt voor alle documentbewerkingen.",
"advancedSettings": "Geavanceerde instellingen",
"ignorePartitionKey": "Partitiesleutel negeren bij bijwerken van document",
"ignorePartitionKeyTooltip": "Indien geselecteerd, wordt de partitiesleutelwaarde niet gebruikt om het document te vinden tijdens bijwerkbewerkingen. Gebruik dit alleen als het bijwerken van documenten mislukt vanwege een abnormale partitiesleutel.",
"clearHistory": "Geschiedenis wissen",
"clearHistoryConfirm": "Weet u zeker dat u wilt verdergaan?",
"clearHistoryDescription": "This action will clear the all customizations for this account in this browser, including:",
"clearHistoryTabLayout": "Reset your customized tab layout, including the splitter positions",
"clearHistoryTableColumns": "Erase your table column preferences, including any custom columns",
"clearHistoryFilters": "Clear your filter history",
"clearHistoryRegion": "Reset region selection to global",
"increaseValueBy1000": "Increase value by 1000",
"decreaseValueBy1000": "Decrease value by 1000",
"none": "None",
"low": "Low",
"high": "High",
"automatic": "Automatic",
"enhancedQueryControl": "Enhanced query control",
"enableQueryControl": "Enable query control",
"explorerVersion": "Explorer Version",
"accountId": "Account ID",
"sessionId": "Session ID",
"popupsDisabledError": "We were unable to establish authorization for this account, due to pop-ups being disabled in the browser.\nPlease enable pop-ups for this site and click on \"Login for Entra ID\" button",
"failedToAcquireTokenError": "Failed to acquire authorization token automatically. Please click on \"Login for Entra ID\" button to enable Entra ID RBAC operations"
"clearHistoryDescription": "Met deze actie worden alle aanpassingen voor dit account in deze browser gewist, waaronder:",
"clearHistoryTabLayout": "De aangepaste tabbladindeling opnieuw instellen, inclusief de splitserposities",
"clearHistoryTableColumns": "De voorkeuren voor tabelkolommen wissen, inclusief aangepaste kolommen",
"clearHistoryFilters": "Uw filtergeschiedenis wissen",
"clearHistoryRegion": "Regioselectie opnieuw instellen op globaal",
"increaseValueBy1000": "Waarde verhogen met 1000",
"decreaseValueBy1000": "Waarde verlagen met 1000",
"none": "Geen",
"low": "Laag",
"high": "Hoog",
"automatic": "Automatisch",
"enhancedQueryControl": "Uitgebreid querybeheer",
"enableQueryControl": "Querybeheer inschakelen",
"explorerVersion": "Explorer-versie",
"accountId": "Account-id",
"sessionId": "Sessie-id",
"popupsDisabledError": "Er kan geen autorisatie tot stand worden gebracht voor dit account omdat pop-ups zijn uitgeschakeld in de browser.\nSchakel pop-ups voor deze site in en klik op de knop Aanmelden voor Entra-ID",
"failedToAcquireTokenError": "Kan autorisatietoken niet automatisch ophalen. Klik op de knop Aanmelden voor Entra ID om Entra ID RBAC-bewerkingen in te schakelen"
},
"saveQuery": {
"panelTitle": "Save Query",
"setupCostMessage": "For compliance reasons, we save queries in a container in your Azure Cosmos account, in a separate database called {{databaseName}}. To proceed, we need to create a container in your account, estimated additional cost is $0.77 daily.",
"completeSetup": "Complete setup",
"noQueryNameError": "No query name specified",
"invalidQueryContentError": "Invalid query content specified",
"failedToSaveQueryError": "Failed to save query {{queryName}}",
"failedToSetupContainerError": "Failed to setup a container for saved queries",
"accountNotSetupError": "Failed to save query: account not setup to save queries",
"name": "Name"
"panelTitle": "Query opslaan",
"setupCostMessage": "Om nalevingsredenen slaan we query's op in een container in uw Azure Cosmos-account, in een afzonderlijke database genaamd {{databaseName}}. Om door te gaan, moeten we een container in uw account maken. De geschatte extra kosten zijn $ 0,77 per dag.",
"completeSetup": "Configuratie voltooien",
"noQueryNameError": "Er is geen querynaam opgegeven",
"invalidQueryContentError": "Ongeldige query-inhoud opgegeven",
"failedToSaveQueryError": "Kan de {{queryName}} query niet opslaan",
"failedToSetupContainerError": "Kan geen container instellen voor opgeslagen query's",
"accountNotSetupError": "Kan de query niet opslaan: account is niet ingesteld om query's op te slaan",
"name": "Naam"
},
"loadQuery": {
"noFileSpecifiedError": "No file specified",
"noFileSpecifiedError": "Er is geen bestand opgegeven",
"failedToLoadQueryError": "Kan de query niet laden",
"failedToLoadQueryFromFileError": "Failed to load query from file {{fileName}}",
"selectFilesToOpen": "Select a query document",
"browseFiles": "Browse"
"failedToLoadQueryFromFileError": "Kan de query niet laden uit het bestand {{fileName}}",
"selectFilesToOpen": "Een querydocument selecteren",
"browseFiles": "Bladeren"
},
"executeStoredProcedure": {
"enterInputParameters": "Enter input parameters (if any)",
"key": "Key",
"enterInputParameters": "Invoerparameters invoeren (indien aanwezig)",
"key": "Sleutel",
"param": "Param",
"partitionKeyValue": "Partition key value",
"value": "Value",
"addNewParam": "Add New Param",
"addParam": "Add param",
"deleteParam": "Delete param",
"invalidParamError": "Invalid param specified: {{invalidParam}}",
"invalidParamConsoleError": "Invalid param specified: {{invalidParam}} is not a valid literal value",
"stringType": "String",
"customType": "Custom"
"partitionKeyValue": "Partitiesleutelwaarde",
"value": "Waarde",
"addNewParam": "Nieuwe parameter toevoegen",
"addParam": "Parameter toevoegen",
"deleteParam": "Parameter verwijderen",
"invalidParamError": "Ongeldige parameter opgegeven: {{invalidParam}}",
"invalidParamConsoleError": "Ongeldige parameter opgegeven: {{invalidParam}} is geen geldige letterlijke waarde",
"stringType": "Tekenreeks",
"customType": "Aangepast"
},
"uploadItems": {
"noFilesSpecifiedError": "No files were specified. Please input at least one file.",
"selectJsonFiles": "Select JSON Files",
"selectJsonFilesTooltip": "Select one or more JSON files to upload. Each file can contain a single JSON document or an array of JSON documents. The combined size of all files in an individual upload operation must be less than 2 MB. You can perform multiple upload operations for larger data sets.",
"fileNameColumn": "FILE NAME",
"noFilesSpecifiedError": "Er zijn geen bestanden opgegeven. Voer ten minste één bestand in.",
"selectJsonFiles": "JSON-bestanden selecteren",
"selectJsonFilesTooltip": "Selecteer een of meer JSON-bestanden om te uploaden. Elk bestand kan één JSON-document of een matrix met JSON-documenten bevatten. De gecombineerde grootte van alle bestanden in een afzonderlijke uploadbewerking moet kleiner zijn dan 2 MB. U kunt meerdere uploadbewerkingen uitvoeren voor grotere gegevenssets.",
"fileNameColumn": "BESTANDSNAAM",
"statusColumn": "STATUS",
"uploadStatus": "{{numSucceeded}} created, {{numThrottled}} throttled, {{numFailed}} errors",
"uploadedFiles": "Uploaded files"
"uploadStatus": "{{numSucceeded}} gemaakt, {{numThrottled}} beperkt, {{numFailed}} fouten",
"uploadedFiles": "Geüploade bestanden"
},
"copyNotebook": {
"copyFailedError": "Failed to copy {{name}} to {{destination}}",
"uploadFailedError": "Failed to upload {{name}}",
"location": "Location",
"locationAriaLabel": "Location",
"selectLocation": "Select a notebook location to copy",
"name": "Name"
"copyFailedError": "{{name}} kopiëren naar {{destination}} is mislukt",
"uploadFailedError": "Kan {{name}} niet uploaden",
"location": "Locatie",
"locationAriaLabel": "Locatie",
"selectLocation": "Notebooklocatie selecteren om te kopiëren",
"name": "Naam"
},
"publishNotebook": {
"publishFailedError": "Failed to publish {{notebookName}} to gallery",
"publishDescription": "When published, this notebook will appear in the Azure Cosmos DB notebooks public gallery. Make sure you have removed any sensitive data or output before publishing.",
"publishPrompt": "Would you like to publish and share \"{{name}}\" to the gallery?",
"coverImage": "Cover image",
"coverImageUrl": "Cover image url",
"name": "Name",
"description": "Description",
"publishFailedError": "{{notebookName}} publiceren naar galerie is mislukt",
"publishDescription": "Wanneer deze notebook wordt gepubliceerd, wordt het weergegeven in de Azure Cosmos DB notebooks openbaar galerie. Zorg ervoor dat u gevoelige gegevens of uitvoer hebt verwijderd voordat u publiceert.",
"publishPrompt": "Wilt u {{name}} publiceren en delen in de galerie?",
"coverImage": "Omslagafbeelding",
"coverImageUrl": "URL van omslagafbeelding",
"name": "Naam",
"description": "Beschrijving",
"tags": "Tags",
"tagsPlaceholder": "Optional tag 1, Optional tag 2",
"tagsPlaceholder": "Optionele tag 1, optionele tag 2",
"preview": "Preview",
"urlType": "URL",
"customImage": "Custom Image",
"takeScreenshot": "Take Screenshot",
"useFirstDisplayOutput": "Use First Display Output",
"failedToCaptureOutput": "Failed to capture first output",
"outputDoesNotExist": "Output does not exist for any of the cells.",
"failedToConvertError": "Failed to convert {{fileName}} to base64 format",
"failedToUploadError": "Failed to upload {{fileName}}"
"customImage": "Aangepaste installatiekopie",
"takeScreenshot": "Schermopname maken",
"useFirstDisplayOutput": "Gebruik uitvoer van eerste weergave",
"failedToCaptureOutput": "Kan de eerste uitvoer niet vastleggen",
"outputDoesNotExist": "Uitvoer bestaat niet voor alle cellen.",
"failedToConvertError": "{{fileName}} converteren naar base64-indeling is mislukt",
"failedToUploadError": "Kan {{fileName}} niet uploaden"
},
"changePartitionKey": {
"failedToStartError": "Failed to start data transfer job",
"suboptimalPartitionKeyError": "Warning: The system has detected that your collection may be using a suboptimal partition key",
"description": "When changing a containers partition key, you will need to create a destination container with the correct partition key. You may also select an existing destination container.",
"sourceContainerId": "Source {{collectionName}} id",
"destinationContainerId": "Destination {{collectionName}} id",
"collectionIdTooltip": "Unique identifier for the {{collectionName}} and used for id-based routing through REST and all SDKs.",
"collectionIdPlaceholder": "e.g., {{collectionName}}1",
"collectionIdAriaLabel": "{{collectionName}} id, Example {{collectionName}}1",
"existingContainers": "Existing Containers",
"partitionKeyWarning": "The destination container must not already exist. Data Explorer will create a new destination container for you."
"failedToStartError": "Kan de taak voor gegevensoverdracht niet starten",
"suboptimalPartitionKeyError": "Waarschuwing: het systeem heeft gedetecteerd dat uw verzameling mogelijk een suboptimale partitiesleutel gebruikt",
"description": "Wanneer u de partitiesleutel van een container wijzigt, moet u een doelcontainer maken met de juiste partitiesleutel. U kunt ook een bestaande doelcontainer selecteren.",
"sourceContainerId": "Bron {{collectionName}}-id",
"destinationContainerId": "{{collectionName}} doel-id",
"collectionIdTooltip": "Unieke id voor de {{collectionName}} en gebruikt voor routering op basis van id's via REST en alle SDK's.",
"collectionIdPlaceholder": "bijvoorbeeld {{collectionName}}1",
"collectionIdAriaLabel": "{{collectionName}} id, voorbeeld {{collectionName}}1",
"existingContainers": "Bestaande containers",
"partitionKeyWarning": "De doelcontainer mag niet al bestaan. Data Explorer maakt een nieuwe doelcontainer voor u."
},
"cassandraAddCollection": {
"keyspaceLabel": "Keyspace name",
"keyspaceTooltip": "Select an existing keyspace or enter a new keyspace id.",
"tableIdLabel": "Enter CQL command to create the table.",
"enterTableId": "Enter table Id",
"tableSchemaAriaLabel": "Table schema",
"provisionDedicatedThroughput": "Provision dedicated throughput for this table",
"provisionDedicatedThroughputTooltip": "You can optionally provision dedicated throughput for a table within a keyspace that has throughput provisioned. This dedicated throughput amount will not be shared with other tables in the keyspace and does not count towards the throughput you provisioned for the keyspace. This throughput amount will be billed in addition to the throughput amount you provisioned at the keyspace level."
"keyspaceLabel": "Naam van keyspace",
"keyspaceTooltip": "Selecteer een bestaande keyspace of voer een nieuwe keyspace-id in.",
"tableIdLabel": "Voer de CQL-opdracht in om de tabel te maken.",
"enterTableId": "Tabel-id invoeren",
"tableSchemaAriaLabel": "Tabelschema",
"provisionDedicatedThroughput": "Toegewezen doorvoer inrichten voor deze tabel",
"provisionDedicatedThroughputTooltip": "U kunt optioneel toegewijde doorvoer instellen voor een tabel binnen een sleutelruimte waarvoor doorvoer is ingesteld. Dit toegewezen doorvoeraantal wordt niet gedeeld met andere tabellen in de keyspace en telt niet mee voor de doorvoer die u hebt ingericht voor de keyspace. Dit doorvoeraantal wordt in rekening gebracht naast het doorvoeraantal die u hebt ingericht op het niveau van de keyspace."
},
"tables": {
"addProperty": "Add Property",
"addRow": "Add Row",
"addEntity": "Add Entity",
"back": "back",
"nullFieldsWarning": "Warning: Null fields will not be displayed for editing.",
"propertyEmptyError": "{{property}} cannot be empty. Please input a value for {{property}}",
"whitespaceError": "{{property}} cannot have whitespace. Please input a value for {{property}} without whitespace",
"propertyTypeEmptyError": "Property type cannot be empty. Please select a type from the dropdown for property {{property}}"
"addProperty": "Eigenschap toevoegen",
"addRow": "Rij toevoegen",
"addEntity": "Entiteit toevoegen",
"back": "terug",
"nullFieldsWarning": "Waarschuwing: null-velden worden niet weergegeven voor bewerking.",
"propertyEmptyError": "{{property}} mag niet leeg zijn. Voer een waarde in voor {{property}}",
"whitespaceError": "{{property}} mag geen witruimte hebben. Voer een waarde in voor {{property}} zonder witruimte",
"propertyTypeEmptyError": "Het eigenschapstype mag niet leeg zijn. Selecteer een type in de vervolgkeuzelijst voor de eigenschap {{property}}"
},
"tableQuerySelect": {
"selectColumns": "Selecteer de kolommen waarop u een query wilt uitvoeren.",
"availableColumns": "Available Columns"
"availableColumns": "Beschikbare kolommen"
},
"tableColumnSelection": {
"selectColumns": "Select which columns to display in your view of items in your container.",
"searchFields": "Search fields",
"reset": "Reset",
"partitionKeySuffix": " (partition key)"
"selectColumns": "Selecteer welke kolommen u wilt weergeven in de weergave van items in uw container.",
"searchFields": "Zoekvelden",
"reset": "Opnieuw instellen",
"partitionKeySuffix": " (partitiesleutel)"
},
"newVertex": {
"addProperty": "Add Property"
"addProperty": "Eigenschap toevoegen"
},
"addGlobalSecondaryIndex": {
"globalSecondaryIndexId": "Global secondary index container id",
"globalSecondaryIndexIdPlaceholder": "e.g., indexbyEmailId",
"projectionQuery": "Projection query",
"globalSecondaryIndexId": "Container-id van globale secundaire index",
"globalSecondaryIndexIdPlaceholder": "bijvoorbeeld indexbyEmailId",
"projectionQuery": "Projectiequery",
"projectionQueryPlaceholder": "SELECT c.email, c.accountId FROM c",
"projectionQueryTooltip": "Learn more about defining global secondary indexes.",
"disabledTitle": "A global secondary index is already being created. Please wait for it to complete before creating another one."
"projectionQueryTooltip": "Meer informatie over het definiëren van globale secundaire indexen.",
"disabledTitle": "Er wordt al een globale secundaire index gemaakt. Wacht tot deze is voltooid voordat u een andere maakt."
},
"stringInput": {
"inputMismatchError": "Input {{input}} does not match the selected {{selectedId}}"
"inputMismatchError": "Invoer {{input}} komt niet overeen met de geselecteerde {{selectedId}}"
},
"panelInfo": {
"information": "Information",
"moreDetails": "More details"
"information": "Informatie",
"moreDetails": "Meer informatie"
}
},
"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)"
},
"mongoNotifications": {
"selectTypeWarning": "Please select a type for each index.",
"enterFieldNameError": "Voer een veldnaam in.",
"wildcardPathError": "Wildcard path is not present in the field name. Use a pattern like "
},
"partitionKey": {
"shardKey": "Shard key",
"partitionKey": "Partition key",
"shardKeyTooltip": "De shardsleutel (veld) wordt gebruikt om uw gegevens te splitsen over veel replicasets (shards) om onbeperkte schaalbaarheid te bereiken. Het is essentieel om een veld te kiezen dat uw gegevens gelijkmatig zal distribueren.",
"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.",
"sqlPartitionKeyTooltipSuffix": " Voor kleine workloads met veel lees- of schrijfverkeer, ongeacht de grootte, is id vaak een goede keuze.",
"partitionKeySubtext": "For small workloads, the item ID is a suitable choice for the partition key.",
"mongoPlaceholder": "e.g., categoryId",
"gremlinPlaceholder": "e.g., /address",
"sqlFirstPartitionKey": "Vereist: eerste partitiesleutel, bijvoorbeeld /TenantId",
"sqlSecondPartitionKey": "tweede partitiesleutel, bijvoorbeeld /UserId",
"sqlThirdPartitionKey": "derde partitiesleutel, bijvoorbeeld /SessionId",
"defaultPlaceholder": "e.g., /address/zipCode"
},
"costEstimate": {
"title": "Cost estimate*",
"howWeCalculate": "How we calculate this",
"updatedCostPerMonth": "Updated cost per month",
"currentCostPerMonth": "Current cost per month",
"perRu": "/RU",
"perHour": "/hr",
"perDay": "/day",
"perMonth": "/mo"
},
"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"
},
"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."
},
"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."
},
"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"
},
"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."
},
"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"
},
"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)"
},
"computedProperties": {
"ariaLabel": "Computed properties",
"learnMorePrefix": "about how to define computed properties and how to use them."
},
"indexingPolicy": {
"ariaLabel": "Indexing Policy"
},
"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"
},
"containerPolicy": {
"vectorPolicy": "Vector Policy",
"fullTextPolicy": "Full Text Policy",
"createFullTextPolicy": "Create new full text search policy"
},
"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"
},
"indexingPolicyRefresh": {
"refreshFailed": "Refreshing index transformation progress failed"
},
"throughputInput": {
"autoscale": "Autoscale",
"manual": "Manual",
"minimumRuS": "Minimum RU/s",
"maximumRuS": "Maximum RU/s",
"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"
},
"throughputBuckets": {
"label": "Throughput Buckets",
"bucketLabel": "Bucket {{id}}",
"dataExplorerQueryBucket": " (Data Explorer Query Bucket)",
"active": "Active",
"inactive": "Inactive"
}
}
}
}