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}} veritabanını sil",
"warningMessage": "Uyarı! Gerçekleştirmek üzere olduğunuz eylem geri alınamaz. Devam etmeniz durumunda, bu kaynak ve tüm alt kaynakları kalıcı olarak silinir.",
"confirmPrompt": "{{databaseName}} kimliğini (adını) yazarak onaylayın",
"inputMismatch": "{{databaseName}} girişi \"{{input}}\" adı seçilen {{databaseName}} \"{{selectedId}}\" ile eşleşmiyor",
"feedbackTitle": "Azure Cosmos DByi geliştirmemize yardımcı olun!",
"feedbackReason": "Bu {{databaseName}} veritabanını silmenizin nedeni nedir?"
},
"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}} koleksiyonunu sil",
"confirmPrompt": "{{collectionName}} kimliğini yazarak onaylayın",
"inputMismatch": "{{input}} giriş kimliği seçilen {{selectedId}} ile eşleşmiyor",
"feedbackTitle": "Azure Cosmos DByi geliştirmemize yardımcı olun!",
"feedbackReason": "Bu {{collectionName}} koleksiyonunu silmenizin nedeni nedir?"
},
"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.",
"databaseLabel": "Veritabanı {{suffix}}",
"databaseIdLabel": "Veritabanı kimliği",
"keyspaceIdLabel": "Anahtar alanı kimliği",
"databaseIdPlaceholder": "Yeni bir {{databaseLabel}} kimliği girin",
"databaseTooltip": "{{databaseLabel}}, bir veya daha fazla {{collectionsLabel}} içeren bir mantıksal kapsayıcıdır.",
"shareThroughput": "Aktarım hızını {{collectionsLabel}} koleksiyonunda paylaş",
"shareThroughputTooltip": "{{databaseLabel}} düzeyinde sağlanan aktarım hızı, {{databaseLabel}} altındaki tüm {{collectionsLabel}} ile paylaşılır.",
"greaterThanError": "Autopilot aktarım hızı için {{minValue}} değerinden büyük bir değer girin",
"acknowledgeSpendError": "Lütfen tahmini {{period}} harcamayı kabul edin.",
"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": "Yeni oluştur",
"useExisting": "Mevcut olanı kullan",
"databaseTooltip": "Veritabanı, ad alanına benzer. Bu, {{collectionName}} kümesi için yönetim birimidir.",
"shareThroughput": "Aktarım hızını {{collectionName}} koleksiyonunda paylaş",
"shareThroughputTooltip": "Veritabanı düzeyinde yapılandırılan aktarım hızı, veritabanındaki tüm {{collectionName}} genelinde paylaşılır.",
"collectionIdLabel": "{{collectionName}} kimliği",
"collectionIdTooltip": "{{collectionName}} için benzersiz tanımlayıcı ve REST ve tüm SDKlarda kimlik tabanlı yönlendirme için kullanılır.",
"collectionIdPlaceholder": "ör. {{collectionName}}1",
"collectionIdAriaLabel": "{{collectionName}} kimliği, Örnek {{collectionName}}1",
"existingDatabaseAriaLabel": "Mevcut {{databaseName}} kimliğini seçin",
"existingDatabasePlaceholder": "Mevcut {{databaseName}} kimliğini seçin",
"indexing": "Dizin oluşturma",
"turnOnIndexing": "Dizin oluşturmayı aç",
"automatic": "Otomatik",
"turnOffIndexing": "Dizin oluşturmayı kapat",
"off": "Kapalı",
"sharding": "Parçalama",
"shardingTooltip": "Parçalanmış koleksiyonlar, sınırsız ölçeklenebilirlik sağlamak için verilerinizi birçok çoğaltma kümesi (parça) arasında bölebilir. Parçalanmış koleksiyonlar, verilerinizi eşit olarak dağıtmak için bir parça anahtarı (alan) seçmeyi gerektirir.",
"unsharded": "Parçalanmamış",
"unshardedLabel": "Parçalanmamış (20 GB sınırı)",
"sharded": "Parçalanmış",
"addPartitionKey": "Hiyerarşik bölüm anahtarı ekle",
"hierarchicalPartitionKeyInfo": "Bu özellik, daha iyi veri dağıtımı için verilerinizi üç anahtar düzeyi ile bölümlemenize olanak tanır. .NET V3, Java V4 SDK veya önizleme JavaScript V3 SDK gerektirir.",
"provisionDedicatedThroughput": "Bu {{collectionName}} için ayrılmış aktarım hızı sağlayın",
"provisionDedicatedThroughputTooltip": "İsteğe bağlı olarak, aktarım hızı sağlanan bir veritabanındaki bir {{collectionName}} için ayrılmış aktarım hızı sağlayabilirsiniz. Bu ayrılmış aktarım hızı miktarı, veritabanındaki diğer {{collectionNamePlural}} ile paylaşılmaz ve veritabanı için sağladığınız aktarım hızını etkilemez. Bu aktarım hızı miktarı veritabanı düzeyinde sağladığınız aktarım hızına ek olarak faturalandırılır.",
"uniqueKeysPlaceholderMongo": "Virgülle ayrılmış yollar, ör. firstName,/address/zipCode",
"uniqueKeysPlaceholderSql": "Virgülle ayrılmış yollar, ör. /firstName,/address/zipCode",
"addUniqueKey": "Benzersiz anahtar ekle",
"enableAnalyticalStore": "Analiz deposunu etkinleştir",
"disableAnalyticalStore": "Analiz deposunu devre dışı bırak",
"on": "Açık",
"analyticalStoreSynapseLinkRequired": "Azure Synapse Link, bir {{collectionName}} analiz deposu oluşturmak için gereklidir. Bu Cosmos DB hesabı için Synapse Linki etkinleştirin.",
"enable": "Etkinleştir",
"containerVectorPolicy": "Kapsayıcı Vektör İlkesi",
"containerFullTextSearchPolicy": "Kapsayıcı Tam Metin Arama İlkesi",
"advanced": "Gelişmiş",
"mongoIndexingTooltip": "Belirtilen _id alanı varsayılan olarak dizine alınır. Tüm alanlar için joker karakter dizini oluşturulması sorguları iyileştirir ve geliştirme için önerilir.",
"createWildcardIndex": "Tüm alanlarda Joker Karakter Dizini oluştur",
"legacySdkCheckbox": "Uygulamam daha eski bir Cosmos .NET veya Java SDK sürümünü (.NET V1 veya Java V2) kullanıyor.",
"legacySdkInfo": "Eski SDKlarla uyumluluğu sağlamak için, oluşturulan kapsayıcı yalnızca 101 bayta kadar boyuta sahip bölüm anahtarı değerlerini destekleyen eski bir bölümleme şemasını kullanır. Bu özellik etkinleştirilirse, hiyerarşik bölüm anahtarlarını kullanamazsınız.",
"indexingOnInfo": "Belgelerinizdeki tüm özellikler, sorguların esnek ve verimli olmasını sağlamak için varsayılan olarak dizine alınır.",
"indexingOffInfo": "Dizin oluşturma kapatılır. Sorgu çalıştırmanız gerekmiyorsa veya yalnızca anahtar-değer işlemleriniz varsa önerilir.",
"indexingOffWarning": "Bu kapsayıcıyı dizin oluşturma kapalıyken oluşturduğunuzda, dizin oluşturma ilkesinde değişiklik yapamazsınız. Dizin oluşturma değişikliklerine yalnızca dizin oluşturma ilkesine sahip kapsayıcılarda izin verilir.",
"acknowledgeSpendErrorMonthly": "Lütfen tahmini aylık harcamayı kabul edin.",
"acknowledgeSpendErrorDaily": "Lütfen tahmini günlük harcamayı kabul edin.",
"unshardedMaxRuError": "Parçalanmamış koleksiyonlar en fazla 10.000 RUyu destekler",
"acknowledgeShareThroughputError": "Lütfen bu ayrılmış aktarım hızının tahmini maliyetini onaylayın.",
"vectorPolicyError": "Kapsayıcı vektör ilkesindeki hataları düzeltin",
"fullTextSearchPolicyError": "Kapsayıcı tam metin arama ilkesindeki hataları düzeltin.",
"addingSampleDataSet": "Örnek veri kümesi ekleniyor",
"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",
"shardKeyTooltip": "Parça anahtarı (alan), sınırsız ölçeklenebilirlik sağlamak amacıyla verilerinizi birçok çoğaltma kümesi (parça) arasında bölmek için kullanılır. Verilerinizi eşit olarak dağıtacak bir alan seçmeniz kritik önem taşır.",
"partitionKeyTooltip": "{{partitionKeyName}}, bölümler arasında ölçeklenebilirlik için verileri otomatik olarak dağıtmak amacıyla kullanılır. JSON belgenizde çeşitli değerlerin yer aldığı ve istek hacmini eşit olarak dağıtan bir özellik seçin.",
"partitionKeyTooltipSqlSuffix": " Her boyuttaki küçük okuma yoğun iş yükleri veya yazma yoğun iş yükleri için, kimlik genellikle iyi bir seçenektir.",
"shardKeyLabel": "Parça anahtarı",
"partitionKeyLabel": "Bölüm anahtarı",
"shardKeyPlaceholder": "ör. categoryId",
"partitionKeyPlaceholderDefault": "ör. /address",
"partitionKeyPlaceholderFirst": "Gerekli - ilk bölüm anahtarı ör. /TenantId",
"partitionKeyPlaceholderSecond": "ikinci bölüm anahtarı, örneğin, /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."
"partitionKeyPlaceholderThird": "üçüncü bölüm anahtarı, ör. /SessionId",
"partitionKeyPlaceholderGraph": "ör. /address/zipCode",
"uniqueKeysTooltip": "Benzersiz anahtarlar, geliştiricilere veritabanına bir veri bütünlüğü katmanı ekleme yeteneği sunar. Kapsayıcı oluşturulurken bir benzersiz anahtar ilkesi oluşturarak, bölüm anahtarı başına bir veya daha fazla değerin benzersiz olmasını sağlarsınız.",
"uniqueKeysLabel": "Benzersiz anahtarlar",
"analyticalStoreLabel": "Analiz Deposu",
"analyticalStoreTooltip": "İşlemsel iş yüklerinin performansını etkilemeden işlem verilerinizde gerçek zamanlıya yakın analiz yapmak için analiz deposu özelliğini etkinleştirin.",
"analyticalStoreDescription": "İşlemsel iş yüklerinin performansını etkilemeden işlem verilerinizde gerçek zamanlıya yakın analiz yapmak için analiz deposu özelliğini etkinleştirin.",
"vectorPolicyTooltip": "Benzerlik sorgularında kullanılabilmesi için verilerinizde vektör içeren özellikleri açıklayın."
},
"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": "Sayfa Seçenekleri",
"pageOptionsDescription": "Gösterilecek sabit sorgu sonucu sayısını belirtmek için Özel seçeneğini veya sayfa başına çok sayıda sorgu sonucu göstermek için Sınırsız seçeneğini belirleyin.",
"queryResultsPerPage": "Sayfa başına sorgu sonuçları",
"queryResultsPerPageTooltip": "Sayfa başına gösterilecek sorgu sonucu sayısını girin.",
"customQueryItemsPerPage": "Sayfa başına özel sorgu öğeleri",
"custom": "Özel",
"unlimited": "Sınırsız",
"entraIdRbac": "Entra ID RBACyi etkinleştir",
"entraIdRbacDescription": "Entra ID RBACyi otomatik olarak etkinleştirmek için Otomatik seçeneğini belirleyin. Entra ID RBACyi etkinleştirmeyi veya devre dışı bırakmayı zorlamak için Doğru/Yanlış seçin.",
"true": "Doğru",
"false": "Yanlış",
"regionSelection": "Bölge Seçimi",
"regionSelectionDescription": "Cosmos İstemcisinin hesaba erişmek için kullandığı bölgeyi değiştirir.",
"selectRegion": "Bölge Seç",
"selectRegionTooltip": "İstemci işlemlerini gerçekleştirmek için kullanılan hesap uç noktasını değiştirir.",
"globalDefault": "Genel (Varsayılan)",
"readWrite": "(Okuma/Yazma)",
"read": "(Okuma)",
"queryTimeout": "Sorgu Zaman Aşımı",
"queryTimeoutDescription": "Bir sorgu belirtilen süre sınırına ulaştığında, otomatik iptal etkinleştirilmediği sürece sorguyu iptal etme seçeneği içeren bir açılır pencere gösterilir.",
"enableQueryTimeout": "Sorgu zaman aşımını etkinleştir",
"queryTimeoutMs": "Sorgu zaman aşımı (ms)",
"automaticallyCancelQuery": "Zaman aşımından sonra sorguyu otomatik olarak iptal et",
"ruLimit": "RU Sınırı",
"ruLimitDescription": "Bir sorgu yapılandırılan RU sınırını aşarsa, sorgu durdurulur.",
"enableRuLimit": "RU sınırını etkinleştir",
"ruLimitLabel": "RU Sınırı (RU)",
"defaultQueryResults": "Varsayılan Sorgu Sonuçları Görünümü",
"defaultQueryResultsDescription": "Sorgu sonuçlarını görüntülerken kullanılacak varsayılan görünümü seçin.",
"retrySettings": "Yeniden Deneme Ayarları",
"retrySettingsDescription": "CosmosDB sorguları sırasında kısıtlanan isteklerle ilişkili yeniden deneme ilkesi.",
"maxRetryAttempts": "Maksimum yeniden deneme sayısı",
"maxRetryAttemptsTooltip": "Bir istek için gerçekleştirilecek maksimum yeniden deneme sayısı. Varsayılan değer 9dur.",
"fixedRetryInterval": "Sabit yeniden deneme aralığı (ms)",
"fixedRetryIntervalTooltip": "Yanıtın bir parçası olarak döndürülen retryAfter yoksayılarak her yeniden deneme arasında beklenen milisaniye cinsinden sabit yeniden deneme aralığı. Varsayılan değer 0 milisaniyedir.",
"maxWaitTime": "Maksimum bekleme süresi (sn)",
"maxWaitTimeTooltip": "Yeniden denemeler gerçekleştirilirken bir isteğin bekleyebileceği saniye cinsinden maksimum süre. Varsayılan değer 30 saniyedir.",
"enableContainerPagination": "Kapsayıcı sayfalandırmayı etkinleştir",
"enableContainerPaginationDescription": "Aynı anda 50 kapsayıcı yükleyin. Şu anda kapsayıcılar alfasayısal sırayla çekilmiyor.",
"enableCrossPartitionQuery": "Bölümler arası sorguyu etkinleştir",
"enableCrossPartitionQueryDescription": "Sorgu yürütülürken birden fazla istek gönderin. Sorgu tek bir bölüm anahtarı değeri kapsamına alınmadıysa, birden fazla istek gerekir.",
"maxDegreeOfParallelism": "Maksimum paralellik derecesi",
"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.",
"graph": "Graph",
"maxDegreeOfParallelismDescription": "Paralel sorgu yürütme sırasında istemci tarafında çalıştırılan eşzamanlı işlem sayısını alır veya ayarlar. Pozitif özellik değeri, eşzamanlı işlem sayısını ayarlanan değerle sınırlandırır. 0dan küçük bir değere ayarlanırsa, sistem çalıştırılacak eşzamanlı işlem sayısını otomatik olarak belirler.",
"maxDegreeOfParallelismQuery": "Maksimum paralellik derecesine kadar sorgu.",
"priorityLevel": "Öncelik Düzeyi",
"priorityLevelDescription": "Öncelik Tabanlı Yürütme kullanılırken Veri Gezgininden gelen veri düzlemi istekleri için öncelik düzeyini ayarlar. “Yok” seçilirse, Veri Gezgini öncelik düzeyini belirtmez ve sunucu tarafı varsayılan öncelik düzeyi kullanılır.",
"displayGremlinQueryResults": "Gremlin sorgu sonuçlarını farklı görüntüle:",
"displayGremlinQueryResultsDescription": "Sorgu sonuçlarını otomatik olarak Grafik biçiminde görselleştirmek için Grafik ve sonuçları JSON olarak görüntülemek için JSON seçeneğini belirleyin.",
"graph": "Grafik",
"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": "Grafik Otomatik görselleştirme",
"enableSampleDatabase": "Örnek veritabanını etkinleştir",
"enableSampleDatabaseDescription": "Bu, NoSQL sorgularını kullanarak keşfetmek için kullanabileceğiniz yapay ürün verileri içeren örnek bir veritabanı ve koleksiyondur. Bu, Veri Gezgini kullanıcı arabiriminde başka bir veritabanı olarak görünür ve Microsoft tarafından ücretsiz olarak oluşturulur ve yönetilir.",
"enableSampleDbAriaLabel": "Sorgu keşfi için örnek veritabanını etkinleştir",
"guidRepresentation": "GUID Gösterimi",
"guidRepresentationDescription": "MongoDBde GuidRepresentation, Genel Benzersiz Tanımlayıcıların (GUID) BSON belgelerinde depolandığında nasıl seri hale getirildiğini ve seri durumdan çıkarıldığını ifade eder. Bu ayar tüm belge işlemlerine uygulanır.",
"advancedSettings": "Gelişmiş Ayarlar",
"ignorePartitionKey": "Belge güncelleştirme sırasında bölüm anahtarını yoksay",
"ignorePartitionKeyTooltip": "İşaretlenirse, güncelleştirme işlemleri sırasında belgeyi bulmak için bölüm anahtarı değeri kullanılmaz. Bunu yalnızca belge güncelleştirmeleri anormal bir bölüm anahtarı nedeniyle başarısız oluyorsa kullanın.",
"clearHistory": "Geçmişi Temizle",
"clearHistoryConfirm": "Devam etmek istediğinizden emin misiniz?",
"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": "Bu işlem, bu tarayıcıda bu hesapla ilgili aşağıdakiler dahil tüm özelleştirmeleri temizler:",
"clearHistoryTabLayout": "Bölücü konumları dahil olmak üzere özelleştirilmiş sekme düzeninizi sıfırlayın.",
"clearHistoryTableColumns": "Özel sütunlar dahil olmak üzere tablo sütunu tercihlerinizi silin",
"clearHistoryFilters": "Filtre geçmişinizi temizleyin",
"clearHistoryRegion": "Bölge seçimini genel olarak sıfırla",
"increaseValueBy1000": "Değeri 1000 artır",
"decreaseValueBy1000": "Değeri 1000 azalt",
"none": "Yok",
"low": "Düşük",
"high": "Yüksek",
"automatic": "Otomatik",
"enhancedQueryControl": "Gelişmiş sorgu denetimi",
"enableQueryControl": "Sorgu denetimini etkinleştir",
"explorerVersion": "Gezgin Sürümü",
"accountId": "Hesap Kimliği",
"sessionId": "Oturum Kimliği",
"popupsDisabledError": "Tarayıcıda açılır pencereler devre dışı bırakıldığından bu hesap için yetkilendirme sağlanamadı.\nBu site için açılır pencereleri etkinleştirin ve “Entra ID için Oturum Aç” düğmesine tıklayın.",
"failedToAcquireTokenError": "Yetkilendirme belirteci otomatik olarak alınamadı. Entra ID RBAC işlemlerini etkinleştirmek için “Entra ID için Oturum Aç” düğmesine tıklayın."
},
"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": "Sorguyu Kaydet",
"setupCostMessage": "Uyumluluk nedeniyle, sorgular Azure Cosmos hesabınızdaki bir kapsayıcıya, \"{{databaseName}}\" adlı ayrı bir veritabanına kaydedilir. Devam etmek için hesabınızda bir kapsayıcı oluşturmamız gerekiyor; tahmini ek maliyet günde 0,77 USDdir.",
"completeSetup": "Kurulumu tamamla",
"noQueryNameError": "Sorgu adı belirtilmedi",
"invalidQueryContentError": "Geçersiz sorgu içeriği belirtildi",
"failedToSaveQueryError": "{{queryName}} sorgusu kaydedilemedi",
"failedToSetupContainerError": "Kaydedilmiş sorgular için kapsayıcı ayarlanamadı",
"accountNotSetupError": "Sorgu kaydedilemedi: hesap sorguları kaydetmek üzere ayarlanmadı.",
"name": "Ad"
},
"loadQuery": {
"noFileSpecifiedError": "No file specified",
"noFileSpecifiedError": "Dosya belirtilmedi",
"failedToLoadQueryError": "Sorgu yüklenemedi",
"failedToLoadQueryFromFileError": "Failed to load query from file {{fileName}}",
"selectFilesToOpen": "Select a query document",
"browseFiles": "Browse"
"failedToLoadQueryFromFileError": "{{fileName}} dosyasından sorgu yüklenemedi",
"selectFilesToOpen": "Sorgu belgesi seçin",
"browseFiles": "Göz At"
},
"executeStoredProcedure": {
"enterInputParameters": "Enter input parameters (if any)",
"key": "Key",
"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"
"enterInputParameters": "Giriş parametrelerini girin (varsa)",
"key": "Anahtar",
"param": "Parametre",
"partitionKeyValue": "Bölüm anahtarı değeri",
"value": "Değer",
"addNewParam": "Yeni Parametre Ekle",
"addParam": "Parametre ekle",
"deleteParam": "Parametreyi sil",
"invalidParamError": "Geçersiz parametre belirtildi: {{invalidParam}}",
"invalidParamConsoleError": "Geçersiz parametre belirtildi: {{invalidParam}} geçerli bir değişmez değer değil",
"stringType": "Dize",
"customType": "Özel"
},
"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",
"statusColumn": "STATUS",
"uploadStatus": "{{numSucceeded}} created, {{numThrottled}} throttled, {{numFailed}} errors",
"uploadedFiles": "Uploaded files"
"noFilesSpecifiedError": "Dosya belirtilmedi. Lütfen en az bir dosya girin.",
"selectJsonFiles": "JSON Dosyalarını Seç",
"selectJsonFilesTooltip": "Karşıya yüklemek için bir veya daha fazla JSON dosyası seçin. Her dosya tek bir JSON belgesi veya bir JSON belgeleri dizisi içerebilir. Tek bir karşıya yükleme işleminde tüm dosyaların birleşik boyutu 2 MBtan küçük olmalıdır. Daha büyük veri kümeleri için birden fazla karşıya yükleme işlemi gerçekleştirebilirsiniz.",
"fileNameColumn": "DOSYA ADI",
"statusColumn": "DURUM",
"uploadStatus": "{{numSucceeded}} oluşturuldu, {{numThrottled}} kısıtlandı, {{numFailed}} hata",
"uploadedFiles": "Karşıya yüklenen dosyalar"
},
"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}} öğesi {{destination}} hedefine kopyalanamadı",
"uploadFailedError": "{{name}} karşıya yüklenemedi",
"location": "Konum",
"locationAriaLabel": "Konum",
"selectLocation": "Kopyalamak için bir defter konumu seçin",
"name": "Ad"
},
"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",
"tags": "Tags",
"tagsPlaceholder": "Optional tag 1, Optional tag 2",
"preview": "Preview",
"publishFailedError": "{{notebookName}} galeride yayımlanamadı",
"publishDescription": "Yayımlandığında, bu not defteri Azure Cosmos DB not defterleri genel galerisinde görünür. Yayımlamadan önce hassas verileri veya çıktıları kaldırdığınızdan emin olun.",
"publishPrompt": "“{{name}}” öğesini galeride yayımlamak ve paylaşmak istiyor musunuz?",
"coverImage": "Kapak resmi",
"coverImageUrl": "Kapak resmi URLsi",
"name": "Ad",
"description": "ıklama",
"tags": "Etiketler",
"tagsPlaceholder": "İsteğe bağlı etiket 1, İsteğe bağlı etiket 2",
"preview": "Önizleme",
"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": "Özel Görüntü",
"takeScreenshot": "Ekran Görüntüsü Al",
"useFirstDisplayOutput": "İlk Görüntü Çıkışını Kullan",
"failedToCaptureOutput": "İlk çıkış yakalanamadı",
"outputDoesNotExist": "Hiçbir hücre için çıkış yok.",
"failedToConvertError": "{{fileName}} base64 biçimine dönüştürülemedi",
"failedToUploadError": "{{fileName}} karşıya yüklenemedi"
},
"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": "Veri aktarım işi başlatılamadı",
"suboptimalPartitionKeyError": "Uyarı: Sistem, koleksiyonunuzun optimal olmayan bir bölüm anahtarı kullanıyor olabileceğini algıladı",
"description": "Bir kapsayıcının bölüm anahtarını değiştirirken, doğru bölüm anahtarına sahip bir hedef kapsayıcı oluşturmanız gerekir. Ayrıca mevcut bir hedef kapsayıcıyı seçebilirsiniz.",
"sourceContainerId": "Kaynak {{collectionName}} kimliği",
"destinationContainerId": "Hedef {{collectionName}} kimliği",
"collectionIdTooltip": "{{collectionName}} için benzersiz tanımlayıcı ve REST ve tüm SDKlarda kimlik tabanlı yönlendirme için kullanılır.",
"collectionIdPlaceholder": "ör. {{collectionName}}1",
"collectionIdAriaLabel": "{{collectionName}} kimliği, Örnek {{collectionName}}1",
"existingContainers": "Mevcut Kapsayıcılar",
"partitionKeyWarning": "Hedef kapsayıcı zaten mevcut olmamalıdır. Veri Gezgini sizin için yeni bir hedef kapsayıcı oluşturur."
},
"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": "Anahtar alanı adı",
"keyspaceTooltip": "Mevcut bir anahtar alanını seçin veya yeni bir anahtar alanı kimliği girin.",
"tableIdLabel": "Tabloyu oluşturmak için CQL komutunu girin.",
"enterTableId": "Tablo kimliğini girin",
"tableSchemaAriaLabel": "Tablo şeması",
"provisionDedicatedThroughput": "Bu tablo için ayrılmış aktarım hızı sağlayın",
"provisionDedicatedThroughputTooltip": "İsteğe bağlı olarak, aktarım hızı sağlanan bir anahtar alanındaki bir tablo için ayrılmış aktarım hızı sağlayabilirsiniz. Bu ayrılmış aktarım hızı miktarı, anahtar alanındaki diğer tablolarla paylaşılmaz ve anahtar alanı için sağladığınız aktarım hızını etkilemez. Bu aktarım hızı miktarı anahtar alanı düzeyinde sağladığınız aktarım hızına ek olarak faturalandırılır."
},
"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": "Özellik Ekle",
"addRow": "Satır Ekle",
"addEntity": "Varlık Ekle",
"back": "geri",
"nullFieldsWarning": "Uyarı: Null alanlar düzenleme için görüntülenmez.",
"propertyEmptyError": "{{property}} boş olamaz. {{property}} için geçerli bir değer girin",
"whitespaceError": "{{property}} boşluk içeremez. Lütfen boşluk olmadan {{property}} için bir değer girin.",
"propertyTypeEmptyError": "Özellik türü boş olamaz. {{property}} özelliği için açılan listeden bir tür seçin."
},
"tableQuerySelect": {
"selectColumns": "Sorgulamak istediğiniz sütunları seçin.",
"availableColumns": "Available Columns"
"availableColumns": "Kullanılabilir Sütunlar"
},
"tableColumnSelection": {
"selectColumns": "Select which columns to display in your view of items in your container.",
"searchFields": "Search fields",
"reset": "Reset",
"partitionKeySuffix": " (partition key)"
"selectColumns": "Kapsayıcınızdaki öğelerin görünümünde görüntülenecek sütunları seçin.",
"searchFields": "Alan arayın",
"reset": "Sıfırla",
"partitionKeySuffix": " (bölüm anahtarı)"
},
"newVertex": {
"addProperty": "Add Property"
"addProperty": "Özellik Ekle"
},
"addGlobalSecondaryIndex": {
"globalSecondaryIndexId": "Global secondary index container id",
"globalSecondaryIndexIdPlaceholder": "e.g., indexbyEmailId",
"projectionQuery": "Projection query",
"globalSecondaryIndexId": "Genel ikincil dizin kapsayıcı kimliği",
"globalSecondaryIndexIdPlaceholder": "ör. indexbyEmailId",
"projectionQuery": "Projeksiyon sorgusu",
"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": "Genel ikincil dizinleri tanımlama hakkında daha fazla bilgi edinin.",
"disabledTitle": "Genel ikincil dizin zaten oluşturuluyor. Yeni bir dizin oluşturmadan önce lütfen mevcut dizinin tamamlanmasını bekleyin."
},
"stringInput": {
"inputMismatchError": "Input {{input}} does not match the selected {{selectedId}}"
"inputMismatchError": "{{input}} girişi seçilen {{selectedId}} ile eşleşmiyor"
},
"panelInfo": {
"information": "Information",
"moreDetails": "More details"
"information": "Bilgi",
"moreDetails": "Diğer ayrıntılar"
}
},
"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": "Lütfen bir alan adı girin.",
"wildcardPathError": "Wildcard path is not present in the field name. Use a pattern like "
},
"partitionKey": {
"shardKey": "Shard key",
"partitionKey": "Partition key",
"shardKeyTooltip": "Parça anahtarı (alan), sınırsız ölçeklenebilirlik sağlamak amacıyla verilerinizi birçok çoğaltma kümesi (parça) arasında bölmek için kullanılır. Verilerinizi eşit olarak dağıtacak bir alan seçmeniz kritik önem taşır.",
"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": " Her boyuttaki küçük okuma yoğun iş yükleri veya yazma yoğun iş yükleri için, kimlik genellikle iyi bir seçenektir.",
"partitionKeySubtext": "For small workloads, the item ID is a suitable choice for the partition key.",
"mongoPlaceholder": "e.g., categoryId",
"gremlinPlaceholder": "e.g., /address",
"sqlFirstPartitionKey": "Gerekli - ilk bölüm anahtarı ör. /TenantId",
"sqlSecondPartitionKey": "ikinci bölüm anahtarı, örneğin, /UserId",
"sqlThirdPartitionKey": "üçüncü bölüm anahtarı, ör. /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"
}
}
}
}