Localized file check-in by OneLocBuild Task: Build definition ID 13114: Build ID 2546636

This commit is contained in:
olprod
2026-05-13 09:18:42 -07:00
parent 1be19ea4e7
commit 49ecaa67d6
12 changed files with 850 additions and 850 deletions
+99 -99
View File
@@ -997,160 +997,160 @@
}, },
"containerCopy": { "containerCopy": {
"commandBar": { "commandBar": {
"feedbackButtonLabel": "Feedback", "feedbackButtonLabel": "Zpětná vazba",
"feedbackButtonAriaLabel": "Provide feedback on copy jobs", "feedbackButtonAriaLabel": "Poskytnout zpětnou vazbu k úlohám kopírování",
"refreshButtonAriaLabel": "Refresh copy jobs", "refreshButtonAriaLabel": "Aktualizovat úlohy kopírování",
"createCopyJobButtonLabel": "Create Copy Job", "createCopyJobButtonLabel": "Vytvořit úlohu kopírování",
"createCopyJobButtonAriaLabel": "Create a new container copy job" "createCopyJobButtonAriaLabel": "Vytvořit novou úlohu kopírování kontejneru"
}, },
"noCopyJobs": { "noCopyJobs": {
"title": "No copy jobs to show", "title": "Žádné úlohy kopírování k zobrazení",
"createCopyJobButtonText": "Create a container copy job" "createCopyJobButtonText": "Vytvořit úlohu kopírování kontejneru"
}, },
"jobDetails": { "jobDetails": {
"panelTitle": "{{jobName}}", "panelTitle": "{{jobName}}",
"panelTitleDefault": "Job Details", "panelTitleDefault": "Podrobnosti úlohy",
"errorTitle": "Error Details", "errorTitle": "Podrobnosti o chybě",
"selectedContainers": "Selected Containers" "selectedContainers": "Vybrané kontejnery"
}, },
"createCopyJob": { "createCopyJob": {
"panelTitle": "Create copy job" "panelTitle": "Vytvořit úlohu kopírování"
}, },
"selectAccount": { "selectAccount": {
"description": "Please select a destination account to copy to.", "description": "Vyberte cílový účet, do kterého chcete kopírovat.",
"subscriptionDropdownLabel": "Subscription", "subscriptionDropdownLabel": "Předplatné",
"subscriptionDropdownPlaceholder": "Select a subscription", "subscriptionDropdownPlaceholder": "Vyberte předplatné",
"accountDropdownLabel": "Account", "accountDropdownLabel": "Účet",
"accountDropdownPlaceholder": "Select an account" "accountDropdownPlaceholder": "Vybrat účet"
}, },
"migrationType": { "migrationType": {
"offline": { "offline": {
"title": "Offline mode", "title": "Offline režim",
"description": "Offline container copy jobs let you copy data from a source container to a destination Cosmos DB container for supported APIs. To ensure data integrity between the source and destination, we recommend stopping updates on the source container before creating the copy job. Learn more about [offline copy jobs](https://learn.microsoft.com/azure/cosmos-db/how-to-container-copy?tabs=offline-copy&pivots=api-nosql)." "description": "Úlohy offline kopírování kontejnerů umožňují kopírovat data ze zdrojového kontejneru do cílového kontejneru Cosmos DB pro podporovaná rozhraní API. Pro zajištění integrity dat mezi zdrojem a cílem doporučujeme před vytvořením úlohy kopírování zastavit aktualizace zdrojového kontejneru. Další informace o [úlohách offline kopírování](https://learn.microsoft.com/azure/cosmos-db/how-to-container-copy?tabs=offline-copy&pivots=api-nosql)."
}, },
"online": { "online": {
"title": "Online mode", "title": "Online režim",
"description": "Online container copy jobs let you copy data from a source container to a destination Cosmos DB NoSQL API container using the [All Versions and Delete](https://learn.microsoft.com/azure/cosmos-db/change-feed-modes?tabs=all-versions-and-deletes#all-versions-and-deletes-change-feed-mode-preview) change feed. This allows updates to continue on the source while data is copied. A brief downtime is required at the end to safely switch over client applications to the destination container. Learn more about [online copy jobs](https://learn.microsoft.com/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#getting-started)." "description": "Úlohy online kopírování kontejnerů umožňují kopírovat data ze zdrojového kontejneru do cílového kontejneru rozhraní API NoSQL služby Cosmos DB pomocí kanálu změn [Všechny verze a odstranění](https://learn.microsoft.com/azure/cosmos-db/change-feed-modes?tabs=all-versions-and-deletes#all-versions-and-deletes-change-feed-mode-preview). Díky tomu můžou aktualizace ve zdroji pokračovat i během kopírování dat. Na konci je potřeba krátký výpadek, aby bylo možné bezpečně přepnout klientské aplikace na cílový kontejner. Další informace o [úlohách online kopírování](https://learn.microsoft.com/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#getting-started)."
} }
}, },
"selectContainers": { "selectContainers": {
"description": "Please select a source container and a destination container to copy to.", "description": "Vyberte zdrojový a cílový kontejner, do kterého chcete kopírovat.",
"sourceContainerSubHeading": "Source container", "sourceContainerSubHeading": "Zdrojový kontejner",
"targetContainerSubHeading": "Destination container", "targetContainerSubHeading": "Cílový kontejner",
"databaseDropdownLabel": "Database", "databaseDropdownLabel": "Databáze",
"databaseDropdownPlaceholder": "Select a database", "databaseDropdownPlaceholder": "Vyberte databázi",
"containerDropdownLabel": "Container", "containerDropdownLabel": "Kontejner",
"containerDropdownPlaceholder": "Select a container", "containerDropdownPlaceholder": "Vybrat kontejner",
"createNewContainerSubHeading": "Configure the properties for the new container on destination account \"{{accountName}}\".", "createNewContainerSubHeading": "Nakonfigurujte vlastnosti nového kontejneru v cílovém účtu {{accountName}}.",
"createNewContainerSubHeadingDefault": "Configure the properties for the new container.", "createNewContainerSubHeadingDefault": "Nakonfigurujte vlastnosti nového kontejneru.",
"createContainerButtonLabel": "Vytvořit nový kontejner", "createContainerButtonLabel": "Vytvořit nový kontejner",
"createContainerHeading": "Create new container" "createContainerHeading": "Vytvořit nový kontejner"
}, },
"preview": { "preview": {
"jobNameLabel": "Job name", "jobNameLabel": "Název úlohy",
"subscriptionLabel": "Destination subscription", "subscriptionLabel": "Cílové předplatné",
"accountLabel": "Destination account", "accountLabel": "Cílový účet",
"sourceDatabaseLabel": "Source database", "sourceDatabaseLabel": "Zdrojová databáze",
"sourceContainerLabel": "Source container", "sourceContainerLabel": "Zdrojový kontejner",
"targetDatabaseLabel": "Destination database", "targetDatabaseLabel": "Cílová databáze",
"targetContainerLabel": "Destination container" "targetContainerLabel": "Cílový kontejner"
}, },
"assignPermissions": { "assignPermissions": {
"crossAccountDescription": "To copy data from the source to the destination container, ensure that the managed identity of the source account has read-write access to the destination account by completing the following steps.", "crossAccountDescription": "Pokud chcete zkopírovat data ze zdrojového do cílového kontejneru, podle následujících kroků zajistěte, aby spravovaná identita zdrojového účtu měla přístup ke čtení a zápisu k cílovému účtu.",
"intraAccountOnlineDescription": "Follow the steps below to enable online copy on your \"{{accountName}}\" account.", "intraAccountOnlineDescription": "Podle následujících kroků povolte online kopírování pro účet {{accountName}}.",
"crossAccountConfiguration": { "crossAccountConfiguration": {
"title": "Cross-account container copy", "title": "Kopírování kontejnerů mezi účty",
"description": "Please follow the instruction below to grant requisite permissions to copy data from \"{{sourceAccount}}\" to \"{{destinationAccount}}\"." "description": "Podle pokynů níže udělte potřebná oprávnění ke kopírování dat z {{sourceAccount}} do {{destinationAccount}}."
}, },
"onlineConfiguration": { "onlineConfiguration": {
"title": "Online container copy", "title": "Online kopírování kontejneru",
"description": "Please follow the instructions below to enable online copy on your \"{{accountName}}\" account." "description": "Podle pokynů níže povolte online kopírování pro účet {{accountName}}."
} }
}, },
"popoverOverlaySpinnerLabel": "Please wait while we process your request...", "popoverOverlaySpinnerLabel": "Počkejte prosím, než zpracujeme váš požadavek...",
"addManagedIdentity": { "addManagedIdentity": {
"title": "System-assigned managed identity enabled.", "title": "Spravovaná identita přiřazená systémem je povolená.",
"description": "A system-assigned managed identity is restricted to one per resource and is tied to the lifecycle of this resource. Once enabled, you can grant permissions to the managed identity by using Azure role-based access control (Azure RBAC). The managed identity is authenticated with Microsoft Entra ID, so you don't have to store any credentials in code.", "description": "Spravovaná identita přiřazená systémem je omezená na jednu na prostředek a je svázaná s životním cyklem tohoto prostředku. Po povolení můžete spravované identitě udělit oprávnění pomocí řízení přístupu na základě role Azure (Azure RBAC). Spravovaná identita se ověřuje pomocí Microsoft Entra ID, abyste žádné přihlašovací údaje nemuseli ukládat do kódu.",
"descriptionHrefText": "Další informace o spravovaných identitách.", "descriptionHrefText": "Další informace o spravovaných identitách.",
"descriptionHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview", "descriptionHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview",
"toggleLabel": "Spravovaná identita přiřazená systémem", "toggleLabel": "Spravovaná identita přiřazená systémem",
"tooltipContent": "Learn more about", "tooltipContent": "Přečtěte si další informace o",
"tooltipHrefText": "Managed Identities.", "tooltipHrefText": "Spravované identity.",
"tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview", "tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview",
"userAssignedIdentityTooltip": "You can select an existing user assigned identity or create a new one.", "userAssignedIdentityTooltip": "Můžete vybrat existující identitu přiřazenou uživatelem nebo vytvořit novou.",
"userAssignedIdentityLabel": "You may also select a user assigned managed identity.", "userAssignedIdentityLabel": "Můžete také vybrat spravovanou identitu přiřazenou uživatelem.",
"createUserAssignedIdentityLink": "Vytvořit spravovanou identitu přiřazenou uživatelem", "createUserAssignedIdentityLink": "Vytvořit spravovanou identitu přiřazenou uživatelem",
"enablementTitle": "Povolit spravovanou identitu přiřazenou systémem", "enablementTitle": "Povolit spravovanou identitu přiřazenou systémem",
"enablementDescription": "Enable system-assigned managed identity on the {{accountName}}. To confirm, click the \"Yes\" button." "enablementDescription": "Povolte spravovanou identitu přiřazenou systémem pro {{accountName}}. Potvrďte kliknutím na tlačítko Ano."
}, },
"defaultManagedIdentity": { "defaultManagedIdentity": {
"title": "System-assigned managed identity set as default.", "title": "Spravovaná identita přiřazená systémem je nastavená jako výchozí.",
"description": "Set the system-assigned managed identity as default for \"{{accountName}}\" by switching it on.", "description": "Zapněte spravovanou identitu přiřazenou systémem a nastavte ji jako výchozí pro {{accountName}}.",
"tooltipContent": "Learn more about", "tooltipContent": "Přečtěte si další informace o",
"tooltipHrefText": "Default Managed Identities.", "tooltipHrefText": "Výchozí spravované identity.",
"tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview", "tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview",
"popoverTitle": "System assigned managed identity set as default", "popoverTitle": "Spravovaná identita přiřazená systémem nastavená jako výchozí",
"popoverDescription": "Assign the system-assigned managed identity as the default for \"{{accountName}}\". To confirm, click the \"Yes\" button. " "popoverDescription": "Nastavte spravovanou identitu přiřazenou systémem jako výchozí pro {{accountName}}. Potvrďte kliknutím na tlačítko Ano. "
}, },
"readWritePermissionAssigned": { "readWritePermissionAssigned": {
"title": "Read-write permissions assigned to the default identity.", "title": "Výchozí identitě byla přiřazena oprávnění ke čtení a zápisu.",
"description": "To allow data copy from source to the destination container, provide read-write access on the destination account to the default identity of the source account.", "description": "Pokud chcete povolit kopírování dat ze zdrojového do cílového kontejneru, udělte výchozí identitě zdrojového účtu přístup ke čtení a zápisu v cílovém účtu.",
"tooltipContent": "Learn more about", "tooltipContent": "Přečtěte si další informace o",
"tooltipHrefText": "Read-write permissions.", "tooltipHrefText": "Oprávnění ke čtení a zápisu.",
"tooltipHref": "https://learn.microsoft.com/azure/cosmos-db/nosql/how-to-connect-role-based-access-control", "tooltipHref": "https://learn.microsoft.com/azure/cosmos-db/nosql/how-to-connect-role-based-access-control",
"popoverTitle": "Assign read-write permissions to default identity.", "popoverTitle": "Přiřaďte výchozí identitě oprávnění ke čtení a zápisu.",
"popoverDescription": "Assign read-write permissions on the destination account to the default identity of the source account. To confirm, click the \"Yes\" button." "popoverDescription": "Přiřaďte výchozí identitě zdrojového účtu oprávnění ke čtení a zápisu v cílovém účtu. Potvrďte kliknutím na tlačítko Ano."
}, },
"pointInTimeRestore": { "pointInTimeRestore": {
"title": "Point In Time Restore enabled", "title": "Obnovení k určitému bodu v čase je povolené",
"description": "To facilitate online container copy jobs, please update your \"{{accessName}}\" backup policy from periodic to continuous backup. Enabling continuous backup is required for this functionality.", "description": "Aby bylo možné používat úlohy online kopírování kontejnerů, aktualizujte zásady zálohování účtu {{accessName}} z pravidelného na průběžné zálohování. Pro tuto funkci je potřeba povolit průběžné zálohování.",
"tooltipContent": "Learn more about", "tooltipContent": "Přečtěte si další informace o",
"tooltipHrefText": "Continuous Backup", "tooltipHrefText": "Průběžné zálohování",
"tooltipHref": "https://learn.microsoft.com/en-us/azure/cosmos-db/continuous-backup-restore-introduction", "tooltipHref": "https://learn.microsoft.com/en-us/azure/cosmos-db/continuous-backup-restore-introduction",
"buttonText": "Enable Point In Time Restore" "buttonText": "Povolit obnovení k určitému bodu v čase"
}, },
"onlineCopyEnabled": { "onlineCopyEnabled": {
"title": "Online copy enabled", "title": "Online kopírování je povolené",
"description": "Enable online container copy by clicking the button below on your \"{{accountName}}\" account.", "description": "Povolte online kopírování kontejneru kliknutím na tlačítko níže v účtu {{accountName}}.",
"hrefText": "Learn more about online copy jobs", "hrefText": "Další informace o úlohách online kopírování",
"href": "https://learn.microsoft.com/en-us/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#enable-online-copy", "href": "https://learn.microsoft.com/en-us/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#enable-online-copy",
"buttonText": "Enable Online Copy", "buttonText": "Povolit online kopírování",
"validateAllVersionsAndDeletesChangeFeedSpinnerLabel": "Validating All versions and deletes change feed mode (preview)...", "validateAllVersionsAndDeletesChangeFeedSpinnerLabel": "Ověřuje se režim kanálu změn Všechny verze a odstranění (Preview)...",
"enablingAllVersionsAndDeletesChangeFeedSpinnerLabel": "Enabling All versions and deletes change feed mode (preview)...", "enablingAllVersionsAndDeletesChangeFeedSpinnerLabel": "Povoluje se režim kanálu změn Všechny verze a odstranění (Preview)...",
"enablingOnlineCopySpinnerLabel": "Enabling online copy on your \"{{accountName}}\" account ..." "enablingOnlineCopySpinnerLabel": "Povoluje se online kopírování pro účet {{accountName}}..."
}, },
"monitorJobs": { "monitorJobs": {
"columns": { "columns": {
"lastUpdatedTime": "Date & time", "lastUpdatedTime": "Datum a čas",
"name": "Job name", "name": "Název úlohy",
"status": "Status", "status": "Stav",
"completionPercentage": "Completion %", "completionPercentage": "Dokončení v %",
"duration": "Duration", "duration": "Doba trvání",
"error": "Error message", "error": "Chybová zpráva",
"mode": "Mode", "mode": "Režim",
"actions": "Actions" "actions": "Akce"
}, },
"actions": { "actions": {
"pause": "Pause", "pause": "Pozastavit",
"resume": "Resume", "resume": "Obnovit",
"complete": "Complete", "complete": "Dokončeno",
"viewDetails": "View Details" "viewDetails": "Zobrazit podrobnosti"
}, },
"status": { "status": {
"pending": "Queued", "pending": "Ve frontě",
"inProgress": "Running", "inProgress": "Běží",
"running": "Running", "running": "Běží",
"partitioning": "Running", "partitioning": "Běží",
"paused": "Paused", "paused": "Pozastaveno",
"completed": "Completed", "completed": "Dokončeno",
"failed": "Failed", "failed": "Neúspěšné",
"faulted": "Failed", "faulted": "Neúspěšné",
"skipped": "Cancelled", "skipped": "Zrušeno",
"cancelled": "Cancelled" "cancelled": "Zrušeno"
}, },
"dialog": { "dialog": {
"confirmButtonText": "Confirm", "confirmButtonText": "Potvrdit",
"cancelButtonText": "Cancel" "cancelButtonText": "Zrušit"
} }
} }
} }
+96 -96
View File
@@ -998,159 +998,159 @@
"containerCopy": { "containerCopy": {
"commandBar": { "commandBar": {
"feedbackButtonLabel": "Feedback", "feedbackButtonLabel": "Feedback",
"feedbackButtonAriaLabel": "Provide feedback on copy jobs", "feedbackButtonAriaLabel": "Feedback zu Kopieraufträgen geben",
"refreshButtonAriaLabel": "Refresh copy jobs", "refreshButtonAriaLabel": "Kopieraufträge aktualisieren",
"createCopyJobButtonLabel": "Create Copy Job", "createCopyJobButtonLabel": "Kopierauftrag erstellen",
"createCopyJobButtonAriaLabel": "Create a new container copy job" "createCopyJobButtonAriaLabel": "Neuen Containerkopierauftrag erstellen"
}, },
"noCopyJobs": { "noCopyJobs": {
"title": "No copy jobs to show", "title": "Keine Kopieraufträge zum Anzeigen vorhanden",
"createCopyJobButtonText": "Create a container copy job" "createCopyJobButtonText": "Containerkopierauftrag erstellen"
}, },
"jobDetails": { "jobDetails": {
"panelTitle": "{{jobName}}", "panelTitle": "{{jobName}}",
"panelTitleDefault": "Job Details", "panelTitleDefault": "Auftragsdetails",
"errorTitle": "Error Details", "errorTitle": "Fehlerdetails",
"selectedContainers": "Selected Containers" "selectedContainers": "Ausgewählte Container"
}, },
"createCopyJob": { "createCopyJob": {
"panelTitle": "Create copy job" "panelTitle": "Kopierauftrag erstellen"
}, },
"selectAccount": { "selectAccount": {
"description": "Please select a destination account to copy to.", "description": "Wählen Sie ein Zielkonto aus, in das kopiert werden soll.",
"subscriptionDropdownLabel": "Subscription", "subscriptionDropdownLabel": "Abonnement",
"subscriptionDropdownPlaceholder": "Select a subscription", "subscriptionDropdownPlaceholder": "Abonnement auswählen",
"accountDropdownLabel": "Account", "accountDropdownLabel": "Konto",
"accountDropdownPlaceholder": "Select an account" "accountDropdownPlaceholder": "Konto auswählen"
}, },
"migrationType": { "migrationType": {
"offline": { "offline": {
"title": "Offline mode", "title": "Offlinemodus",
"description": "Offline container copy jobs let you copy data from a source container to a destination Cosmos DB container for supported APIs. To ensure data integrity between the source and destination, we recommend stopping updates on the source container before creating the copy job. Learn more about [offline copy jobs](https://learn.microsoft.com/azure/cosmos-db/how-to-container-copy?tabs=offline-copy&pivots=api-nosql)." "description": "Mit Offline-Containerkopieraufträgen können Sie Daten aus einem Quellcontainer in einen Cosmos DB-Zielcontainer für unterstützte APIs kopieren. Um die Datenintegrität zwischen Quelle und Ziel sicherzustellen, wird empfohlen, vor dem Erstellen des Kopierauftrags Updates für den Quellcontainer zu beenden. Weitere Informationen zu [Offlinekopieraufträgen](https://learn.microsoft.com/azure/cosmos-db/how-to-container-copy?tabs=offline-copy&pivots=api-nosql)."
}, },
"online": { "online": {
"title": "Online mode", "title": "Onlinemodus",
"description": "Online container copy jobs let you copy data from a source container to a destination Cosmos DB NoSQL API container using the [All Versions and Delete](https://learn.microsoft.com/azure/cosmos-db/change-feed-modes?tabs=all-versions-and-deletes#all-versions-and-deletes-change-feed-mode-preview) change feed. This allows updates to continue on the source while data is copied. A brief downtime is required at the end to safely switch over client applications to the destination container. Learn more about [online copy jobs](https://learn.microsoft.com/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#getting-started)." "description": "Mit Onlinecontainerkopieraufträgen können Sie Daten mithilfe des Änderungsfeeds [Alle Versionen und Löschvorgänge](https://learn.microsoft.com/azure/cosmos-db/change-feed-modes?tabs=all-versions-and-deletes#all-versions-and-deletes-change-feed-mode-preview) aus einem Quellcontainer in einen Cosmos DB NoSQL-API-Zielcontainer kopieren. Dadurch können Updates in der Quelle fortgesetzt werden, während Daten kopiert werden. Am Ende ist eine kurze Downtime erforderlich, um sicher über Clientanwendungen zum Zielcontainer zu wechseln. Weitere Informationen zu [Onlinekopieraufträgen](https://learn.microsoft.com/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#getting-started)."
} }
}, },
"selectContainers": { "selectContainers": {
"description": "Please select a source container and a destination container to copy to.", "description": "Wählen Sie einen Quellcontainer und einen Zielcontainer aus, in den kopiert werden soll.",
"sourceContainerSubHeading": "Source container", "sourceContainerSubHeading": "Quellcontainer",
"targetContainerSubHeading": "Destination container", "targetContainerSubHeading": "Zielcontainer",
"databaseDropdownLabel": "Database", "databaseDropdownLabel": "Datenbank",
"databaseDropdownPlaceholder": "Select a database", "databaseDropdownPlaceholder": "Datenbank auswählen",
"containerDropdownLabel": "Container", "containerDropdownLabel": "Container",
"containerDropdownPlaceholder": "Select a container", "containerDropdownPlaceholder": "Container auswählen",
"createNewContainerSubHeading": "Configure the properties for the new container on destination account \"{{accountName}}\".", "createNewContainerSubHeading": "Konfigurieren Sie die Eigenschaften für den neuen Container im Zielkonto „{{accountName}}.",
"createNewContainerSubHeadingDefault": "Configure the properties for the new container.", "createNewContainerSubHeadingDefault": "Konfigurieren Sie die Eigenschaften für den neuen Container.",
"createContainerButtonLabel": "Neuen Container erstellen", "createContainerButtonLabel": "Neuen Container erstellen",
"createContainerHeading": "Create new container" "createContainerHeading": "Neuen Container erstellen"
}, },
"preview": { "preview": {
"jobNameLabel": "Job name", "jobNameLabel": "Auftragsname",
"subscriptionLabel": "Destination subscription", "subscriptionLabel": "Zielabonnement",
"accountLabel": "Destination account", "accountLabel": "Zielkonto",
"sourceDatabaseLabel": "Source database", "sourceDatabaseLabel": "Quelldatenbank",
"sourceContainerLabel": "Source container", "sourceContainerLabel": "Quellcontainer",
"targetDatabaseLabel": "Destination database", "targetDatabaseLabel": "Zieldatenbank",
"targetContainerLabel": "Destination container" "targetContainerLabel": "Zielcontainer"
}, },
"assignPermissions": { "assignPermissions": {
"crossAccountDescription": "To copy data from the source to the destination container, ensure that the managed identity of the source account has read-write access to the destination account by completing the following steps.", "crossAccountDescription": "Um Daten aus der Quelle in den Zielcontainer zu kopieren, stellen Sie sicher, dass die verwaltete Identität des Quellkontos Lese-/Schreibzugriff auf das Zielkonto hat, indem Sie die folgenden Schritte ausführen.",
"intraAccountOnlineDescription": "Follow the steps below to enable online copy on your \"{{accountName}}\" account.", "intraAccountOnlineDescription": "Führen Sie die folgenden Schritte aus, um das Onlinekopieren für Ihr Konto „{{accountName}}“ zu aktivieren.",
"crossAccountConfiguration": { "crossAccountConfiguration": {
"title": "Cross-account container copy", "title": "Kontoübergreifende Containerkopie",
"description": "Please follow the instruction below to grant requisite permissions to copy data from \"{{sourceAccount}}\" to \"{{destinationAccount}}\"." "description": "Befolgen Sie die Anweisungen unten, um die erforderlichen Berechtigungen zum Kopieren von Daten von „{{sourceAccount}}“ nach „{{destinationAccount}}“ zu erteilen."
}, },
"onlineConfiguration": { "onlineConfiguration": {
"title": "Online container copy", "title": "Onlinecontainerkopie",
"description": "Please follow the instructions below to enable online copy on your \"{{accountName}}\" account." "description": "Befolgen Sie die nachstehenden Anweisungen, um das Onlinekopieren für Ihr Konto „{{accountName}}“ zu aktivieren."
} }
}, },
"popoverOverlaySpinnerLabel": "Please wait while we process your request...", "popoverOverlaySpinnerLabel": "Bitte warten Sie, während wir Ihre Anforderung verarbeiten ...",
"addManagedIdentity": { "addManagedIdentity": {
"title": "System-assigned managed identity enabled.", "title": "Systemseitig zugewiesene verwaltete Identität aktiviert.",
"description": "A system-assigned managed identity is restricted to one per resource and is tied to the lifecycle of this resource. Once enabled, you can grant permissions to the managed identity by using Azure role-based access control (Azure RBAC). The managed identity is authenticated with Microsoft Entra ID, so you don't have to store any credentials in code.", "description": "Eine systemseitig zugewiesene verwaltete Identität ist auf eine pro Ressource beschränkt und an den Lebenszyklus dieser Ressource gebunden. Nach ihrer Aktivierung können Sie der verwalteten Identität mithilfe der rollenbasierten Azure-Zugriffssteuerung(Azure Role Based Access Control, Azure RBAC) Berechtigungen erteilen. Die verwaltete Identität über Microsoft Entra ID authentifiziert wird, sodass Sie keine Anmeldeinformationen im Code speichern müssen.",
"descriptionHrefText": "Weitere Informationen zu verwalteten Identitäten.", "descriptionHrefText": "Weitere Informationen zu verwalteten Identitäten.",
"descriptionHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview", "descriptionHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview",
"toggleLabel": "Systemseitig zugewiesene verwaltete Identität", "toggleLabel": "Systemseitig zugewiesene verwaltete Identität",
"tooltipContent": "Learn more about", "tooltipContent": "Weitere Informationen zu",
"tooltipHrefText": "Managed Identities.", "tooltipHrefText": "Verwaltete Identitäten.",
"tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview", "tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview",
"userAssignedIdentityTooltip": "You can select an existing user assigned identity or create a new one.", "userAssignedIdentityTooltip": "Sie können eine vorhandene benutzerseitig zugewiesene Identität auswählen oder eine neue erstellen.",
"userAssignedIdentityLabel": "You may also select a user assigned managed identity.", "userAssignedIdentityLabel": "Sie können auch eine benutzerseitig zugewiesene verwaltete Identität auswählen.",
"createUserAssignedIdentityLink": "Benutzerseitig zugewiesene verwaltete Identität erstellen", "createUserAssignedIdentityLink": "Benutzerseitig zugewiesene verwaltete Identität erstellen",
"enablementTitle": "Systemseitig zugewiesene verwaltete Identität aktivieren", "enablementTitle": "Systemseitig zugewiesene verwaltete Identität aktivieren",
"enablementDescription": "Enable system-assigned managed identity on the {{accountName}}. To confirm, click the \"Yes\" button." "enablementDescription": "Aktivieren Sie die systemseitig zugewiesene verwaltete Identität für {{accountName}}. Klicken Sie zur Bestätigung auf die Schaltfläche „Ja“."
}, },
"defaultManagedIdentity": { "defaultManagedIdentity": {
"title": "System-assigned managed identity set as default.", "title": "Systemseitig zugewiesene verwaltete Identität wurde als Standard festgelegt.",
"description": "Set the system-assigned managed identity as default for \"{{accountName}}\" by switching it on.", "description": "Legen Sie die systemseitig zugewiesene verwaltete Identität als Standard für {{accountName}}“ fest, indem Sie sie aktivieren.",
"tooltipContent": "Learn more about", "tooltipContent": "Weitere Informationen zu",
"tooltipHrefText": "Default Managed Identities.", "tooltipHrefText": "Verwaltete Standardidentitäten.",
"tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview", "tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview",
"popoverTitle": "System assigned managed identity set as default", "popoverTitle": "Systemseitig zugewiesene verwaltete Identität als Standard festlegen",
"popoverDescription": "Assign the system-assigned managed identity as the default for \"{{accountName}}\". To confirm, click the \"Yes\" button. " "popoverDescription": "Weisen Sie die systemseitig zugewiesene verwaltete Identität als Standard für {{accountName}}“ zu. Klicken Sie zur Bestätigung auf die Schaltfläche „Ja“. "
}, },
"readWritePermissionAssigned": { "readWritePermissionAssigned": {
"title": "Read-write permissions assigned to the default identity.", "title": "Der Standardidentität wurden Lese-/Schreibberechtigungen zugewiesen.",
"description": "To allow data copy from source to the destination container, provide read-write access on the destination account to the default identity of the source account.", "description": "Um das Kopieren von Daten aus der Quelle in den Zielcontainer zuzulassen, gewähren Sie der Standardidentität des Quellkontos Lese- und Schreibzugriff auf das Zielkonto.",
"tooltipContent": "Learn more about", "tooltipContent": "Weitere Informationen zu",
"tooltipHrefText": "Read-write permissions.", "tooltipHrefText": "Lese-/Schreibberechtigungen.",
"tooltipHref": "https://learn.microsoft.com/azure/cosmos-db/nosql/how-to-connect-role-based-access-control", "tooltipHref": "https://learn.microsoft.com/azure/cosmos-db/nosql/how-to-connect-role-based-access-control",
"popoverTitle": "Assign read-write permissions to default identity.", "popoverTitle": "Weisen Sie der Standardidentität Lese-/Schreibberechtigungen zu.",
"popoverDescription": "Assign read-write permissions on the destination account to the default identity of the source account. To confirm, click the \"Yes\" button." "popoverDescription": "Weisen Sie der Standardidentität des Quellkontos Lese-/Schreibberechtigungen für das Zielkonto zu. Klicken Sie zur Bestätigung auf die Schaltfläche „Ja“."
}, },
"pointInTimeRestore": { "pointInTimeRestore": {
"title": "Point In Time Restore enabled", "title": "Point-in-Time-Wiederherstellung aktiviert",
"description": "To facilitate online container copy jobs, please update your \"{{accessName}}\" backup policy from periodic to continuous backup. Enabling continuous backup is required for this functionality.", "description": "Um Aufträge zum Kopieren von Onlinecontainern zu vereinfachen, aktualisieren Sie Ihre Sicherungsrichtlinie „{{accessName}}“ von regelmäßigen auf fortlaufende Sicherungen. Für diese Funktionalität ist die Aktivierung der fortlaufenden Sicherung erforderlich.",
"tooltipContent": "Learn more about", "tooltipContent": "Weitere Informationen zu",
"tooltipHrefText": "Continuous Backup", "tooltipHrefText": "Fortlaufende Sicherung",
"tooltipHref": "https://learn.microsoft.com/en-us/azure/cosmos-db/continuous-backup-restore-introduction", "tooltipHref": "https://learn.microsoft.com/en-us/azure/cosmos-db/continuous-backup-restore-introduction",
"buttonText": "Enable Point In Time Restore" "buttonText": "Zeitpunktwiederherstellung aktivieren"
}, },
"onlineCopyEnabled": { "onlineCopyEnabled": {
"title": "Online copy enabled", "title": "Onlinekopie aktiviert",
"description": "Enable online container copy by clicking the button below on your \"{{accountName}}\" account.", "description": "Aktivieren Sie das Kopieren von Onlinecontainern, indem Sie auf die Schaltfläche unten in Ihrem Konto „{{accountName}}“ klicken.",
"hrefText": "Learn more about online copy jobs", "hrefText": "Weitere Informationen zu Onlinekopieraufträgen",
"href": "https://learn.microsoft.com/en-us/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#enable-online-copy", "href": "https://learn.microsoft.com/en-us/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#enable-online-copy",
"buttonText": "Enable Online Copy", "buttonText": "Onlinekopie aktivieren",
"validateAllVersionsAndDeletesChangeFeedSpinnerLabel": "Validating All versions and deletes change feed mode (preview)...", "validateAllVersionsAndDeletesChangeFeedSpinnerLabel": "Änderungsfeedmodus „Alle Versionen und Löschvorgänge“ (Vorschau) wird validiert ...",
"enablingAllVersionsAndDeletesChangeFeedSpinnerLabel": "Enabling All versions and deletes change feed mode (preview)...", "enablingAllVersionsAndDeletesChangeFeedSpinnerLabel": "Änderungsfeedmodus „Alle Versionen und Löschvorgänge“ (Vorschau) wird aktiviert",
"enablingOnlineCopySpinnerLabel": "Enabling online copy on your \"{{accountName}}\" account ..." "enablingOnlineCopySpinnerLabel": "Onlinekopie wird für Ihr Konto „{{accountName}}“ aktiviert ..."
}, },
"monitorJobs": { "monitorJobs": {
"columns": { "columns": {
"lastUpdatedTime": "Date & time", "lastUpdatedTime": "Datum und Uhrzeit",
"name": "Job name", "name": "Auftragsname",
"status": "Status", "status": "Status",
"completionPercentage": "Completion %", "completionPercentage": "Abschluss %",
"duration": "Duration", "duration": "Dauer",
"error": "Error message", "error": "Fehlermeldung",
"mode": "Mode", "mode": "Modus",
"actions": "Actions" "actions": "Aktionen"
}, },
"actions": { "actions": {
"pause": "Pause", "pause": "Anhalten",
"resume": "Resume", "resume": "Fortsetzen",
"complete": "Complete", "complete": "Abschließen",
"viewDetails": "View Details" "viewDetails": "Details anzeigen"
}, },
"status": { "status": {
"pending": "Queued", "pending": "In Warteschlange",
"inProgress": "Running", "inProgress": "Wird ausgeführt",
"running": "Running", "running": "Wird ausgeführt",
"partitioning": "Running", "partitioning": "Wird ausgeführt",
"paused": "Paused", "paused": "Angehalten",
"completed": "Completed", "completed": "Abgeschlossen",
"failed": "Failed", "failed": "Fehler",
"faulted": "Failed", "faulted": "Fehler",
"skipped": "Cancelled", "skipped": "Abgebrochen",
"cancelled": "Cancelled" "cancelled": "Abgebrochen"
}, },
"dialog": { "dialog": {
"confirmButtonText": "Confirm", "confirmButtonText": "Bestätigen",
"cancelButtonText": "Cancel" "cancelButtonText": "Abbrechen"
} }
} }
} }
+111 -111
View File
@@ -78,7 +78,7 @@
"description": "Créer un tableau et interagir avec les données à laide de linterface dinterpréteur PostgreSQL" "description": "Créer un tableau et interagir avec les données à laide de linterface dinterpréteur PostgreSQL"
}, },
"vcoreMongo": { "vcoreMongo": {
"title": "Interpréteur de commandes Mongo", "title": "Mongo Shell",
"description": "Créer une collection et interagir avec les données à laide de linterface dinterpréteur MongoDB" "description": "Créer une collection et interagir avec les données à laide de linterface dinterpréteur MongoDB"
} }
}, },
@@ -305,7 +305,7 @@
"deleteContainer": "Supprimer {{containerName}}", "deleteContainer": "Supprimer {{containerName}}",
"newSqlQuery": "Nouvelle requête SQL", "newSqlQuery": "Nouvelle requête SQL",
"newQuery": "Nouvelle requête", "newQuery": "Nouvelle requête",
"openMongoShell": "Ouvrir linterpréteur de commandes Mongo", "openMongoShell": "Ouvrir Mongo Shell",
"newShell": "Nouvel interpréteur de commandes", "newShell": "Nouvel interpréteur de commandes",
"openCassandraShell": "Ouvrir linterpréteur de commandes Cassandra", "openCassandraShell": "Ouvrir linterpréteur de commandes Cassandra",
"newStoredProcedure": "Nouvelle procédure stockée", "newStoredProcedure": "Nouvelle procédure stockée",
@@ -416,7 +416,7 @@
"refreshGridFailed": "Nous navons pas pu actualiser la grille des documents" "refreshGridFailed": "Nous navons pas pu actualiser la grille des documents"
}, },
"mongoShell": { "mongoShell": {
"title": "Interpréteur de commandes Mongo" "title": "Mongo Shell"
} }
}, },
"panes": { "panes": {
@@ -490,7 +490,7 @@
"legacySdkInfo": "Pour garantir la compatibilité avec les anciens Kits de développement logiciels (SDK), le conteneur créé utilise un schéma de partitionnement hérité qui prend en charge des valeurs de clés de partition dune taille maximale de 101 octets. Si cette option est activée, vous ne pouvez pas utiliser de clés de partition hiérarchiques.", "legacySdkInfo": "Pour garantir la compatibilité avec les anciens Kits de développement logiciels (SDK), le conteneur créé utilise un schéma de partitionnement hérité qui prend en charge des valeurs de clés de partition dune taille maximale de 101 octets. Si cette option est activée, vous ne pouvez pas utiliser de clés de partition hiérarchiques.",
"indexingOnInfo": "Toutes les propriétés de vos documents seront indexées par défaut pour permettre des requêtes flexibles et efficaces.", "indexingOnInfo": "Toutes les propriétés de vos documents seront indexées par défaut pour permettre des requêtes flexibles et efficaces.",
"indexingOffInfo": "Lindexation sera désactivée. Nous recommandons cette option si vous navez pas besoin dexécuter des requêtes ou si vous neffectuez que des opérations clé-valeur.", "indexingOffInfo": "Lindexation sera désactivée. Nous recommandons cette option si vous navez pas besoin dexécuter des requêtes ou si vous neffectuez que des opérations clé-valeur.",
"indexingOffWarning": "En créant ce conteneur avec lindexation désactivée, vous ne pouvez pas modifier la stratégie dindexation. Les modifications dindexation ne sont autorisées que sur un conteneur disposant dune stratégie dindexation.", "indexingOffWarning": "En créant ce conteneur avec lindexation désactivée, vous ne pouvez pas modifier la politique dindexation. Les modifications dindexation ne sont autorisées que sur un conteneur disposant dune politique dindexation.",
"acknowledgeSpendErrorMonthly": "Prenez en compte lestimation des dépenses mensuelles.", "acknowledgeSpendErrorMonthly": "Prenez en compte lestimation des dépenses mensuelles.",
"acknowledgeSpendErrorDaily": "Prenez en compte lestimation des dépenses quotidiennes.", "acknowledgeSpendErrorDaily": "Prenez en compte lestimation des dépenses quotidiennes.",
"unshardedMaxRuError": "Les collections non partitionnées prennent en charge un maximum de 10 000 RU", "unshardedMaxRuError": "Les collections non partitionnées prennent en charge un maximum de 10 000 RU",
@@ -758,13 +758,13 @@
"scale": "Mise à l’échelle", "scale": "Mise à l’échelle",
"conflictResolution": "Résolution des conflits", "conflictResolution": "Résolution des conflits",
"settings": "Paramètres", "settings": "Paramètres",
"indexingPolicy": "Stratégie d'indexation", "indexingPolicy": "Politique d'indexation",
"partitionKeys": "Clés de partition", "partitionKeys": "Clés de partition",
"partitionKeysPreview": "Clés de partition (aperçu)", "partitionKeysPreview": "Clés de partition (aperçu)",
"computedProperties": "Propriétés calculées", "computedProperties": "Propriétés calculées",
"containerPolicies": "Stratégies relatives aux conteneurs", "containerPolicies": "Stratégies relatives aux conteneurs",
"throughputBuckets": "Bacs de débit", "throughputBuckets": "Bacs de débit",
"globalSecondaryIndexPreview": "Indice mondial du secteur secondaire (Aperçu)", "globalSecondaryIndexPreview": "Index mondial du secteur secondaire (Aperçu)",
"maskingPolicyPreview": "Stratégie de masquage" "maskingPolicyPreview": "Stratégie de masquage"
}, },
"mongoNotifications": { "mongoNotifications": {
@@ -800,7 +800,7 @@
"manualToAutoscaleDisclaimer": "Le débit maximal initial de RU/s de mise à l'échelle automatique sera déterminé par le système, en fonction des paramètres de débit manuels actuels et du stockage de votre ressource. Une fois la mise à l'échelle automatique activée, vous pouvez modifier le nombre maximal d'unités de requête par seconde (RU/s).", "manualToAutoscaleDisclaimer": "Le débit maximal initial de RU/s de mise à l'échelle automatique sera déterminé par le système, en fonction des paramètres de débit manuels actuels et du stockage de votre ressource. Une fois la mise à l'échelle automatique activée, vous pouvez modifier le nombre maximal d'unités de requête par seconde (RU/s).",
"ttlWarningText": "Le système supprimera automatiquement les éléments en fonction de la valeur TTL (en secondes) que vous fournissez, sans qu'une opération de suppression explicite soit nécessaire de la part d'une application cliente. Pour plus d'informations, consultez,", "ttlWarningText": "Le système supprimera automatiquement les éléments en fonction de la valeur TTL (en secondes) que vous fournissez, sans qu'une opération de suppression explicite soit nécessaire de la part d'une application cliente. Pour plus d'informations, consultez,",
"ttlWarningLinkText": "Durée de vie (TTL) dans Azure Cosmos DB", "ttlWarningLinkText": "Durée de vie (TTL) dans Azure Cosmos DB",
"unsavedIndexingPolicy": "stratégie d'indexation", "unsavedIndexingPolicy": "politique d'indexation",
"unsavedDataMaskingPolicy": "Stratégie de masquage des données", "unsavedDataMaskingPolicy": "Stratégie de masquage des données",
"unsavedComputedProperties": "propriétés calculées", "unsavedComputedProperties": "propriétés calculées",
"unsavedEditorWarningPrefix": "Vous n'avez pas enregistré les dernières modifications apportées à votre", "unsavedEditorWarningPrefix": "Vous n'avez pas enregistré les dernières modifications apportées à votre",
@@ -843,9 +843,9 @@
"mongoIndexing": { "mongoIndexing": {
"disclaimer": "Pour les requêtes qui filtrent sur plusieurs propriétés, créez plusieurs index à champ unique au lieu d'un index composé.", "disclaimer": "Pour les requêtes qui filtrent sur plusieurs propriétés, créez plusieurs index à champ unique au lieu d'un index composé.",
"disclaimerCompoundIndexesLink": " Indices composés ", "disclaimerCompoundIndexesLink": " Indices composés ",
"disclaimerSuffix": "ne servent qu'à trier les résultats des requêtes. Si vous devez ajouter un index composé, vous pouvez en créer un à l'aide du shell Mongo.", "disclaimerSuffix": "ne servent qu'à trier les résultats des requêtes. Si vous devez ajouter un index composé, vous pouvez en créer un à l'aide de Mongo Shell.",
"compoundNotSupported": "Les collections avec index composés ne sont pas encore prises en charge dans l'éditeur d'indexation. Pour modifier la stratégie d'indexation de cette collection, utilisez le shell Mongo.", "compoundNotSupported": "Les collections avec index composés ne sont pas encore prises en charge dans l'éditeur d'indexation. Pour modifier la politique d'indexation de cette collection, utilisez le shell Mongo.",
"aadError": "Pour utiliser l'éditeur de stratégie d'indexation, veuillez vous connecter à", "aadError": "Pour utiliser l'éditeur de politique d'indexation, veuillez vous connecter à",
"aadErrorLink": "Portail Azure.", "aadErrorLink": "Portail Azure.",
"refreshingProgress": "Actualisation de la progression de la transformation de l'index", "refreshingProgress": "Actualisation de la progression de la transformation de l'index",
"canMakeMoreChangesZero": "Vous pourrez apporter d'autres modifications d'indexation une fois la transformation d'index actuelle terminée. ", "canMakeMoreChangesZero": "Vous pourrez apporter d'autres modifications d'indexation une fois la transformation d'index actuelle terminée. ",
@@ -911,7 +911,7 @@
"learnMorePrefix": "sur la manière de définir les propriétés calculées et de les utiliser." "learnMorePrefix": "sur la manière de définir les propriétés calculées et de les utiliser."
}, },
"indexingPolicy": { "indexingPolicy": {
"ariaLabel": "Stratégie d'indexation" "ariaLabel": "Politique d'indexation"
}, },
"dataMasking": { "dataMasking": {
"ariaLabel": "Stratégie de masquage des données", "ariaLabel": "Stratégie de masquage des données",
@@ -928,11 +928,11 @@
"globalSecondaryIndex": { "globalSecondaryIndex": {
"indexesDefined": "Ce conteneur possède les index suivants définis pour lui.", "indexesDefined": "Ce conteneur possède les index suivants définis pour lui.",
"learnMoreSuffix": "sur la manière de définir les index secondaires globaux et de les utiliser.", "learnMoreSuffix": "sur la manière de définir les index secondaires globaux et de les utiliser.",
"jsonAriaLabel": "Index secondaire mondial JSON", "jsonAriaLabel": "Index secondaire global JSON",
"addIndex": "Ajouter un index", "addIndex": "Ajouter un index",
"settingsTitle": "Paramètres d'indexation secondaire globale", "settingsTitle": "Paramètres de l'index secondaire global",
"sourceContainer": "Conteneur source", "sourceContainer": "Conteneur source",
"indexDefinition": "Définition globale des indices secondaires" "indexDefinition": "Définition de l'index secondaire global"
}, },
"indexingPolicyRefresh": { "indexingPolicyRefresh": {
"refreshFailed": "L'actualisation de la progression de la transformation de l'index a échoué" "refreshFailed": "L'actualisation de la progression de la transformation de l'index a échoué"
@@ -997,160 +997,160 @@
}, },
"containerCopy": { "containerCopy": {
"commandBar": { "commandBar": {
"feedbackButtonLabel": "Feedback", "feedbackButtonLabel": "Commentaires",
"feedbackButtonAriaLabel": "Provide feedback on copy jobs", "feedbackButtonAriaLabel": "Fournir des commentaires sur les travaux de copie",
"refreshButtonAriaLabel": "Refresh copy jobs", "refreshButtonAriaLabel": "Actualiser les travaux de copie",
"createCopyJobButtonLabel": "Create Copy Job", "createCopyJobButtonLabel": "Créer un travail de copie",
"createCopyJobButtonAriaLabel": "Create a new container copy job" "createCopyJobButtonAriaLabel": "Créer un travail de copie de conteneur"
}, },
"noCopyJobs": { "noCopyJobs": {
"title": "No copy jobs to show", "title": "Aucun travail de copie à afficher",
"createCopyJobButtonText": "Create a container copy job" "createCopyJobButtonText": "Créer un travail de copie de conteneur"
}, },
"jobDetails": { "jobDetails": {
"panelTitle": "{{jobName}}", "panelTitle": "{{jobName}}",
"panelTitleDefault": "Job Details", "panelTitleDefault": "Détails du travail",
"errorTitle": "Error Details", "errorTitle": "Détails de lerreur",
"selectedContainers": "Selected Containers" "selectedContainers": "Conteneurs sélectionnés"
}, },
"createCopyJob": { "createCopyJob": {
"panelTitle": "Create copy job" "panelTitle": "Créer un travail de copie"
}, },
"selectAccount": { "selectAccount": {
"description": "Please select a destination account to copy to.", "description": "Sélectionnez un compte de destination vers lequel effectuer la copie.",
"subscriptionDropdownLabel": "Subscription", "subscriptionDropdownLabel": "Abonnement",
"subscriptionDropdownPlaceholder": "Select a subscription", "subscriptionDropdownPlaceholder": "Sélectionner un abonnement",
"accountDropdownLabel": "Account", "accountDropdownLabel": "Compte",
"accountDropdownPlaceholder": "Select an account" "accountDropdownPlaceholder": "Sélectionner un compte"
}, },
"migrationType": { "migrationType": {
"offline": { "offline": {
"title": "Offline mode", "title": "Mode hors connexion",
"description": "Offline container copy jobs let you copy data from a source container to a destination Cosmos DB container for supported APIs. To ensure data integrity between the source and destination, we recommend stopping updates on the source container before creating the copy job. Learn more about [offline copy jobs](https://learn.microsoft.com/azure/cosmos-db/how-to-container-copy?tabs=offline-copy&pivots=api-nosql)." "description": "Les travaux de copie hors connexion de conteneur vous permettent de copier des données dun conteneur source vers un conteneur Cosmos DB cible pour les API prises en charge. Pour garantir lintégrité des données entre la source et la destination, nous vous recommandons darrêter les mises à jour sur le conteneur source avant de créer le travail de copie. En savoir plus sur les [travaux de copie hors ligne](https://learn.microsoft.com/azure/cosmos-db/how-to-container-copy?tabs=offline-copy&pivots=api-nosql)."
}, },
"online": { "online": {
"title": "Online mode", "title": "Mode en ligne",
"description": "Online container copy jobs let you copy data from a source container to a destination Cosmos DB NoSQL API container using the [All Versions and Delete](https://learn.microsoft.com/azure/cosmos-db/change-feed-modes?tabs=all-versions-and-deletes#all-versions-and-deletes-change-feed-mode-preview) change feed. This allows updates to continue on the source while data is copied. A brief downtime is required at the end to safely switch over client applications to the destination container. Learn more about [online copy jobs](https://learn.microsoft.com/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#getting-started)." "description": "Les travaux de copie en ligne de conteneur vous permettent de copier des données dun conteneur source vers un conteneur cible dAPI NoSQL de Cosmos DB à laide du flux de modification [All Versions and Delete](https://learn.microsoft.com/azure/cosmos-db/change-feed-modes?tabs=all-versions-and-deletes#all-versions-and-deletes-change-feed-mode-preview). Cela vous permet de continuer à mettre à jour la source pendant la copie des données. Un bref temps darrêt est nécessaire à la fin pour basculer en toute sécurité les applications clientes vers le conteneur cible. En savoir plus sur les [travaux de copie en ligne](https://learn.microsoft.com/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#getting-started)."
} }
}, },
"selectContainers": { "selectContainers": {
"description": "Please select a source container and a destination container to copy to.", "description": "Veuillez sélectionner un conteneur source et un conteneur de destination vers lequel effectuer la copie.",
"sourceContainerSubHeading": "Source container", "sourceContainerSubHeading": "Conteneur source",
"targetContainerSubHeading": "Destination container", "targetContainerSubHeading": "Conteneur de destination",
"databaseDropdownLabel": "Database", "databaseDropdownLabel": "Base de données",
"databaseDropdownPlaceholder": "Select a database", "databaseDropdownPlaceholder": "Sélectionner une base de données",
"containerDropdownLabel": "Container", "containerDropdownLabel": "Conteneur",
"containerDropdownPlaceholder": "Select a container", "containerDropdownPlaceholder": "Sélectionner un conteneur",
"createNewContainerSubHeading": "Configure the properties for the new container on destination account \"{{accountName}}\".", "createNewContainerSubHeading": "Configurez les propriétés du nouveau conteneur sur le compte de destination « {{accountName}} ».",
"createNewContainerSubHeadingDefault": "Configure the properties for the new container.", "createNewContainerSubHeadingDefault": "Configurez les propriétés du nouveau conteneur.",
"createContainerButtonLabel": "Créer un conteneur", "createContainerButtonLabel": "Créer un conteneur",
"createContainerHeading": "Create new container" "createContainerHeading": "Créer un conteneur"
}, },
"preview": { "preview": {
"jobNameLabel": "Job name", "jobNameLabel": "Nom de travail",
"subscriptionLabel": "Destination subscription", "subscriptionLabel": "Abonnement de destination",
"accountLabel": "Destination account", "accountLabel": "Compte de destination",
"sourceDatabaseLabel": "Source database", "sourceDatabaseLabel": "Base de données source",
"sourceContainerLabel": "Source container", "sourceContainerLabel": "Conteneur source",
"targetDatabaseLabel": "Destination database", "targetDatabaseLabel": "Base de données de destinations",
"targetContainerLabel": "Destination container" "targetContainerLabel": "Conteneur de destination"
}, },
"assignPermissions": { "assignPermissions": {
"crossAccountDescription": "To copy data from the source to the destination container, ensure that the managed identity of the source account has read-write access to the destination account by completing the following steps.", "crossAccountDescription": "Pour copier des données de la source vers le conteneur de destination, vérifiez que lidentité managée du compte source dispose dun accès en lecture-écriture au compte de destination en effectuant les étapes suivantes.",
"intraAccountOnlineDescription": "Follow the steps below to enable online copy on your \"{{accountName}}\" account.", "intraAccountOnlineDescription": "Suivez les étapes ci-dessous pour activer la copie en ligne sur votre compte « {{accountName}} ».",
"crossAccountConfiguration": { "crossAccountConfiguration": {
"title": "Cross-account container copy", "title": "Copie de conteneur entre comptes",
"description": "Please follow the instruction below to grant requisite permissions to copy data from \"{{sourceAccount}}\" to \"{{destinationAccount}}\"." "description": "Veuillez suivre les instructions ci-dessous pour accorder les autorisations nécessaires afin de copier des données de « {{sourceAccount}} » vers « {{destinationAccount}} »."
}, },
"onlineConfiguration": { "onlineConfiguration": {
"title": "Online container copy", "title": "Copie de conteneur en ligne",
"description": "Please follow the instructions below to enable online copy on your \"{{accountName}}\" account." "description": "Suivre les instructions ci-dessous pour activer la copie en ligne sur votre compte « {{accountName}} »."
} }
}, },
"popoverOverlaySpinnerLabel": "Please wait while we process your request...", "popoverOverlaySpinnerLabel": "Veuillez patienter pendant que nous traitons votre requête...",
"addManagedIdentity": { "addManagedIdentity": {
"title": "System-assigned managed identity enabled.", "title": "Identité managée affectée par le système activée.",
"description": "A system-assigned managed identity is restricted to one per resource and is tied to the lifecycle of this resource. Once enabled, you can grant permissions to the managed identity by using Azure role-based access control (Azure RBAC). The managed identity is authenticated with Microsoft Entra ID, so you don't have to store any credentials in code.", "description": "Une identité managée affectée par le système est limitée à une par ressource et est liée au cycle de vie de cette ressource. Une fois activée, vous pouvez accorder des autorisations à lidentité managée à laide du contrôle daccès en fonction du rôle Azure (RBAC Azure). Lidentité managée est authentifiée avec Microsoft Entra ID, si bien que vous navez pas à stocker dinformations didentification dans le code.",
"descriptionHrefText": "En savoir plus sur les identités managées.", "descriptionHrefText": "En savoir plus sur les identités managées.",
"descriptionHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview", "descriptionHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview",
"toggleLabel": "Identité managée affectée par le système", "toggleLabel": "Identité managée affectée par le système",
"tooltipContent": "Learn more about", "tooltipContent": "Découvrir plus dinformations sur",
"tooltipHrefText": "Managed Identities.", "tooltipHrefText": "Identités managées.",
"tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview", "tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview",
"userAssignedIdentityTooltip": "You can select an existing user assigned identity or create a new one.", "userAssignedIdentityTooltip": "Vous pouvez sélectionner une identité managée attribuée par lutilisateur existante ou en créer une nouvelle.",
"userAssignedIdentityLabel": "You may also select a user assigned managed identity.", "userAssignedIdentityLabel": "Vous pouvez également sélectionner une identité managée affectée par lutilisateur(-trice).",
"createUserAssignedIdentityLink": "Créer une identité managée affectée par lutilisateur", "createUserAssignedIdentityLink": "Créer une identité managée affectée par lutilisateur",
"enablementTitle": "Activer lidentité managée affectée par le système", "enablementTitle": "Activer lidentité managée affectée par le système",
"enablementDescription": "Enable system-assigned managed identity on the {{accountName}}. To confirm, click the \"Yes\" button." "enablementDescription": "Activer lidentité managée affectée par le système sur le {{accountName}}. Pour confirmer, cliquez sur le bouton « Oui »."
}, },
"defaultManagedIdentity": { "defaultManagedIdentity": {
"title": "System-assigned managed identity set as default.", "title": "Identité managée affectée par le système définie par défaut.",
"description": "Set the system-assigned managed identity as default for \"{{accountName}}\" by switching it on.", "description": "Définissez lidentité managée affectée par le système comme identité par défaut pour « {{accountName}} » en lactivant.",
"tooltipContent": "Learn more about", "tooltipContent": "Découvrir plus dinformations sur",
"tooltipHrefText": "Default Managed Identities.", "tooltipHrefText": "Identités managées par défaut.",
"tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview", "tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview",
"popoverTitle": "System assigned managed identity set as default", "popoverTitle": "Identité managée affectée par le système définie par défaut",
"popoverDescription": "Assign the system-assigned managed identity as the default for \"{{accountName}}\". To confirm, click the \"Yes\" button. " "popoverDescription": "Attribuer lidentité managée affectée par le système comme identité par défaut pour « {{accountName}} ». Pour confirmer, cliquez sur le bouton « Oui ». "
}, },
"readWritePermissionAssigned": { "readWritePermissionAssigned": {
"title": "Read-write permissions assigned to the default identity.", "title": "Autorisations en lecture-écriture attribuées à lidentité par défaut.",
"description": "To allow data copy from source to the destination container, provide read-write access on the destination account to the default identity of the source account.", "description": "Pour autoriser la copie des données de la source vers le conteneur de destination, accordez un accès en lecture-écriture au compte de destination à lidentité par défaut du compte source.",
"tooltipContent": "Learn more about", "tooltipContent": "Découvrir plus dinformations sur",
"tooltipHrefText": "Read-write permissions.", "tooltipHrefText": "Autorisation de lecture et d’écriture.",
"tooltipHref": "https://learn.microsoft.com/azure/cosmos-db/nosql/how-to-connect-role-based-access-control", "tooltipHref": "https://learn.microsoft.com/azure/cosmos-db/nosql/how-to-connect-role-based-access-control",
"popoverTitle": "Assign read-write permissions to default identity.", "popoverTitle": "Attribuer des autorisations de lecture et d’écriture à lidentité par défaut.",
"popoverDescription": "Assign read-write permissions on the destination account to the default identity of the source account. To confirm, click the \"Yes\" button." "popoverDescription": "Attribuer des autorisations de lecture-écriture sur le compte de destination à lidentité par défaut du compte source. Pour confirmer, cliquez sur le bouton « Oui »."
}, },
"pointInTimeRestore": { "pointInTimeRestore": {
"title": "Point In Time Restore enabled", "title": "Restauration à un moment donné activée",
"description": "To facilitate online container copy jobs, please update your \"{{accessName}}\" backup policy from periodic to continuous backup. Enabling continuous backup is required for this functionality.", "description": "Pour faciliter les opérations de copie de conteneur en ligne, mettez à jour la stratégie de sauvegarde de votre compte « {{accessName}} » de la sauvegarde périodique à la sauvegarde continue. Lactivation de la sauvegarde continue est requise pour cette fonctionnalité.",
"tooltipContent": "Learn more about", "tooltipContent": "Découvrir plus dinformations sur",
"tooltipHrefText": "Continuous Backup", "tooltipHrefText": "Sauvegarde continue",
"tooltipHref": "https://learn.microsoft.com/en-us/azure/cosmos-db/continuous-backup-restore-introduction", "tooltipHref": "https://learn.microsoft.com/en-us/azure/cosmos-db/continuous-backup-restore-introduction",
"buttonText": "Enable Point In Time Restore" "buttonText": "Activer la restauration à un moment donné"
}, },
"onlineCopyEnabled": { "onlineCopyEnabled": {
"title": "Online copy enabled", "title": "Copie en ligne activée",
"description": "Enable online container copy by clicking the button below on your \"{{accountName}}\" account.", "description": "Activez la copie de conteneur en ligne en cliquant sur le bouton ci-dessous dans votre compte « {{accountName}} ».",
"hrefText": "Learn more about online copy jobs", "hrefText": "En savoir plus sur les travaux de copie en ligne",
"href": "https://learn.microsoft.com/en-us/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#enable-online-copy", "href": "https://learn.microsoft.com/en-us/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#enable-online-copy",
"buttonText": "Enable Online Copy", "buttonText": "Activer la copie en ligne",
"validateAllVersionsAndDeletesChangeFeedSpinnerLabel": "Validating All versions and deletes change feed mode (preview)...", "validateAllVersionsAndDeletesChangeFeedSpinnerLabel": "Validation en cours du Mode de flux de modification de toutes les versions et suppressions (préversion)",
"enablingAllVersionsAndDeletesChangeFeedSpinnerLabel": "Enabling All versions and deletes change feed mode (preview)...", "enablingAllVersionsAndDeletesChangeFeedSpinnerLabel": "Activation en cours du Mode de flux de modification de toutes les versions et suppressions (préversion)...",
"enablingOnlineCopySpinnerLabel": "Enabling online copy on your \"{{accountName}}\" account ..." "enablingOnlineCopySpinnerLabel": "Activation de la copie en ligne sur votre compte « {{accountName}} » ..."
}, },
"monitorJobs": { "monitorJobs": {
"columns": { "columns": {
"lastUpdatedTime": "Date & time", "lastUpdatedTime": "Date et heure",
"name": "Job name", "name": "Nom de travail",
"status": "Status", "status": "Statut",
"completionPercentage": "Completion %", "completionPercentage": "% dachèvement",
"duration": "Duration", "duration": "Durée",
"error": "Error message", "error": "Message derreur",
"mode": "Mode", "mode": "Mode",
"actions": "Actions" "actions": "Actions"
}, },
"actions": { "actions": {
"pause": "Pause", "pause": "Suspendre",
"resume": "Resume", "resume": "Reprendre",
"complete": "Complete", "complete": "Terminé",
"viewDetails": "View Details" "viewDetails": "Afficher les détails"
}, },
"status": { "status": {
"pending": "Queued", "pending": "En file dattente",
"inProgress": "Running", "inProgress": "Exécution",
"running": "Running", "running": "Exécution",
"partitioning": "Running", "partitioning": "Exécution",
"paused": "Paused", "paused": "En pause",
"completed": "Completed", "completed": "Terminé",
"failed": "Failed", "failed": "Échec",
"faulted": "Failed", "faulted": "Échec",
"skipped": "Cancelled", "skipped": "Annulé",
"cancelled": "Cancelled" "cancelled": "Annulé"
}, },
"dialog": { "dialog": {
"confirmButtonText": "Confirm", "confirmButtonText": "Confirmer",
"cancelButtonText": "Cancel" "cancelButtonText": "Annuler"
} }
} }
} }
+7 -7
View File
@@ -305,7 +305,7 @@
"deleteContainer": "{{containerName}} törlése", "deleteContainer": "{{containerName}} törlése",
"newSqlQuery": "Új SQL-lekérdezés", "newSqlQuery": "Új SQL-lekérdezés",
"newQuery": "Új lekérdezés", "newQuery": "Új lekérdezés",
"openMongoShell": "Mongo-felület megnyitása", "openMongoShell": "Mongo Shell megnyitása",
"newShell": "Új felület", "newShell": "Új felület",
"openCassandraShell": "Cassandra-felület megnyitása", "openCassandraShell": "Cassandra-felület megnyitása",
"newStoredProcedure": "Új tárolt eljárás", "newStoredProcedure": "Új tárolt eljárás",
@@ -416,7 +416,7 @@
"refreshGridFailed": "Nem sikerült frissíteni a dokumentumrácsot" "refreshGridFailed": "Nem sikerült frissíteni a dokumentumrácsot"
}, },
"mongoShell": { "mongoShell": {
"title": "Mongo-felület" "title": "Mongo Shell"
} }
}, },
"panes": { "panes": {
@@ -490,7 +490,7 @@
"legacySdkInfo": "A régebbi SDK-kkal való kompatibilitás biztosítása érdekében a létrehozott tároló egy örökölt particionálási sémát fog használni, amely legfeljebb 101 bájt méretű partíciókulcs-értékeket támogat. Ha ez engedélyezve van, nem használhat hierarchikus partíciókulcsokat.", "legacySdkInfo": "A régebbi SDK-kkal való kompatibilitás biztosítása érdekében a létrehozott tároló egy örökölt particionálási sémát fog használni, amely legfeljebb 101 bájt méretű partíciókulcs-értékeket támogat. Ha ez engedélyezve van, nem használhat hierarchikus partíciókulcsokat.",
"indexingOnInfo": "A dokumentumok összes tulajdonsága alapértelmezés szerint indexelve lesz a rugalmas és hatékony lekérdezések érdekében.", "indexingOnInfo": "A dokumentumok összes tulajdonsága alapértelmezés szerint indexelve lesz a rugalmas és hatékony lekérdezések érdekében.",
"indexingOffInfo": "Az indexelés ki lesz kapcsolva. Akkor ajánlott, ha nem kell lekérdezéseket futtatnia, vagy csak kulcsérték-műveletekkel rendelkezik.", "indexingOffInfo": "Az indexelés ki lesz kapcsolva. Akkor ajánlott, ha nem kell lekérdezéseket futtatnia, vagy csak kulcsérték-műveletekkel rendelkezik.",
"indexingOffWarning": "Ha úgy hozza létre ezt a tárolót, hogy az indexelés ki van kapcsolva, nem fogja tudni módosítani az indexelési szabályzatot. Az indexelési módosítások csak indexelési szabályzattal rendelkező tárolókon engedélyezettek.", "indexingOffWarning": "Ha úgy hozza létre ezt a tárolót, hogy az indexelés ki van kapcsolva, nem fogja tudni módosítani az indexelési házirendet. Az indexelési módosítások csak indexelési szabályzattal rendelkező tárolókon engedélyezettek.",
"acknowledgeSpendErrorMonthly": "Nyugtázza a becsült havi ráfordítást.", "acknowledgeSpendErrorMonthly": "Nyugtázza a becsült havi ráfordítást.",
"acknowledgeSpendErrorDaily": "Nyugtázza a becsült napi ráfordítást.", "acknowledgeSpendErrorDaily": "Nyugtázza a becsült napi ráfordítást.",
"unshardedMaxRuError": "A horizontálisan nem skálázott gyűjtemények legfeljebb 10 000 kérelemegységet támogatnak", "unshardedMaxRuError": "A horizontálisan nem skálázott gyűjtemények legfeljebb 10 000 kérelemegységet támogatnak",
@@ -621,7 +621,7 @@
"accountId": "Fiókazonosító", "accountId": "Fiókazonosító",
"sessionId": "Munkamenet-azonosító", "sessionId": "Munkamenet-azonosító",
"popupsDisabledError": "Nem sikerült hitelesítést létrehozni ehhez a fiókhoz, mert a böngészőben le vannak tiltva az előugró ablakok.\nEngedélyezze az előugró ablakokat ehhez a webhelyhez, majd kattintson az Entra ID bejelentkezés gombra", "popupsDisabledError": "Nem sikerült hitelesítést létrehozni ehhez a fiókhoz, mert a böngészőben le vannak tiltva az előugró ablakok.\nEngedélyezze az előugró ablakokat ehhez a webhelyhez, majd kattintson az Entra ID bejelentkezés gombra",
"failedToAcquireTokenError": "Nem sikerült automatikusan beszerezni az engedélyezési jogkivonatot. Kattintson az Entra ID bejelentkezés gombra az Entra ID RBAC-műveletek engedélyezéséhez" "failedToAcquireTokenError": "Nem sikerült automatikusan beszerezni a hozzáférési jogkivonatot. Kattintson az Entra ID bejelentkezés gombra az Entra ID RBAC-műveletek engedélyezéséhez"
}, },
"saveQuery": { "saveQuery": {
"panelTitle": "Lekérdezés mentése", "panelTitle": "Lekérdezés mentése",
@@ -758,7 +758,7 @@
"scale": "Skálázás", "scale": "Skálázás",
"conflictResolution": "Ütközésfeloldás", "conflictResolution": "Ütközésfeloldás",
"settings": "Beállítások", "settings": "Beállítások",
"indexingPolicy": "Indexelési szabályzat", "indexingPolicy": "Indexelési házirend",
"partitionKeys": "Partíciókulcsok", "partitionKeys": "Partíciókulcsok",
"partitionKeysPreview": "Partíciókulcsok (előzetes verzió)", "partitionKeysPreview": "Partíciókulcsok (előzetes verzió)",
"computedProperties": "Számított tulajdonságok", "computedProperties": "Számított tulajdonságok",
@@ -843,7 +843,7 @@
"mongoIndexing": { "mongoIndexing": {
"disclaimer": "Több tulajdonságra szűrő lekérdezések esetén összetett index helyett hozzon létre több egymezős indexet.", "disclaimer": "Több tulajdonságra szűrő lekérdezések esetén összetett index helyett hozzon létre több egymezős indexet.",
"disclaimerCompoundIndexesLink": " Összetett indexek ", "disclaimerCompoundIndexesLink": " Összetett indexek ",
"disclaimerSuffix": "csak a lekérdezési eredmények rendezésére szolgál. Ha összetett indexet kell hozzáadnia, a Mongo-felület használatával hozhat létre egyet.", "disclaimerSuffix": "csak a lekérdezési eredmények rendezésére szolgál. Ha összetett indexet kell hozzáadnia, a Mongo Shell használatával hozhat létre egyet.",
"compoundNotSupported": "Az összetett indexekkel rendelkező gyűjtemények még nem támogatottak az indexelőszerkesztőben. A gyűjtemény indexelési házirendjének módosításához használja a Mongo-felületet.", "compoundNotSupported": "Az összetett indexekkel rendelkező gyűjtemények még nem támogatottak az indexelőszerkesztőben. A gyűjtemény indexelési házirendjének módosításához használja a Mongo-felületet.",
"aadError": "Az indexelési házirendszerkesztő használatához jelentkezzen be:", "aadError": "Az indexelési házirendszerkesztő használatához jelentkezzen be:",
"aadErrorLink": "Azure Portal.", "aadErrorLink": "Azure Portal.",
@@ -911,7 +911,7 @@
"learnMorePrefix": "a számított tulajdonságok definiálásáról és azok használatáról." "learnMorePrefix": "a számított tulajdonságok definiálásáról és azok használatáról."
}, },
"indexingPolicy": { "indexingPolicy": {
"ariaLabel": "Indexelési szabályzat" "ariaLabel": "Indexelési házirend"
}, },
"dataMasking": { "dataMasking": {
"ariaLabel": "Adatmaszkolási házirend", "ariaLabel": "Adatmaszkolási házirend",
+96 -96
View File
@@ -997,160 +997,160 @@
}, },
"containerCopy": { "containerCopy": {
"commandBar": { "commandBar": {
"feedbackButtonLabel": "Feedback", "feedbackButtonLabel": "Umpan balik",
"feedbackButtonAriaLabel": "Provide feedback on copy jobs", "feedbackButtonAriaLabel": "Berikan umpan balik tentang pekerjaan penyalinan",
"refreshButtonAriaLabel": "Refresh copy jobs", "refreshButtonAriaLabel": "Refresh pekerjaan penyalinan",
"createCopyJobButtonLabel": "Create Copy Job", "createCopyJobButtonLabel": "Buat Pekerjaan Penyalinan",
"createCopyJobButtonAriaLabel": "Create a new container copy job" "createCopyJobButtonAriaLabel": "Buat pekerjaan penyalinan kontainer baru"
}, },
"noCopyJobs": { "noCopyJobs": {
"title": "No copy jobs to show", "title": "Tidak ada pekerjaan penyalinan untuk ditampilkan",
"createCopyJobButtonText": "Create a container copy job" "createCopyJobButtonText": "Buat pekerjaan penyalinan kontainer"
}, },
"jobDetails": { "jobDetails": {
"panelTitle": "{{jobName}}", "panelTitle": "{{jobName}}",
"panelTitleDefault": "Job Details", "panelTitleDefault": "Detail Pekerjaan",
"errorTitle": "Error Details", "errorTitle": "Detail Kesalahan",
"selectedContainers": "Selected Containers" "selectedContainers": "Kontainer yang Dipilih"
}, },
"createCopyJob": { "createCopyJob": {
"panelTitle": "Create copy job" "panelTitle": "Buat pekerjaan penyalinan"
}, },
"selectAccount": { "selectAccount": {
"description": "Please select a destination account to copy to.", "description": "Pilih akun tujuan untuk penyalinan.",
"subscriptionDropdownLabel": "Subscription", "subscriptionDropdownLabel": "Langganan",
"subscriptionDropdownPlaceholder": "Select a subscription", "subscriptionDropdownPlaceholder": "Pilih langganan",
"accountDropdownLabel": "Account", "accountDropdownLabel": "Akun",
"accountDropdownPlaceholder": "Select an account" "accountDropdownPlaceholder": "Pilih akun"
}, },
"migrationType": { "migrationType": {
"offline": { "offline": {
"title": "Offline mode", "title": "Modus offline",
"description": "Offline container copy jobs let you copy data from a source container to a destination Cosmos DB container for supported APIs. To ensure data integrity between the source and destination, we recommend stopping updates on the source container before creating the copy job. Learn more about [offline copy jobs](https://learn.microsoft.com/azure/cosmos-db/how-to-container-copy?tabs=offline-copy&pivots=api-nosql)." "description": "Pekerjaan penyalinan kontainer offline memungkinkan Anda menyalin data dari kontainer sumber ke kontainer Cosmos DB tujuan untuk API yang didukung. Untuk memastikan integritas data antara sumber dan tujuan, sebaiknya hentikan pembaruan pada kontainer sumber sebelum membuat pekerjaan penyalinan. Pelajari selengkapnya tentang [pekerjaan penyalinan offline](https://learn.microsoft.com/azure/cosmos-db/how-to-container-copy?tabs=offline-copy&pivots=api-nosql)."
}, },
"online": { "online": {
"title": "Online mode", "title": "Mode online",
"description": "Online container copy jobs let you copy data from a source container to a destination Cosmos DB NoSQL API container using the [All Versions and Delete](https://learn.microsoft.com/azure/cosmos-db/change-feed-modes?tabs=all-versions-and-deletes#all-versions-and-deletes-change-feed-mode-preview) change feed. This allows updates to continue on the source while data is copied. A brief downtime is required at the end to safely switch over client applications to the destination container. Learn more about [online copy jobs](https://learn.microsoft.com/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#getting-started)." "description": "Pekerjaan penyalinan kontainer online memungkinkan Anda menyalin data dari kontainer sumber ke kontainer API Cosmos DB NoSQL tujuan menggunakan umpan perubahan [Semua Versi dan Hapus](https://learn.microsoft.com/azure/cosmos-db/change-feed-modes?tabs=all-versions-and-deletes#all-versions-and-deletes-change-feed-mode-preview). Hal ini memungkinkan pembaruan untuk melanjutkan sumber saat data disalin. Waktu henti singkat diperlukan di akhir untuk mengalihkan aplikasi klien ke kontainer tujuan dengan aman. Pelajari selengkapnya tentang [pekerjaan penyalinan online](https://learn.microsoft.com/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#getting-started)."
} }
}, },
"selectContainers": { "selectContainers": {
"description": "Please select a source container and a destination container to copy to.", "description": "Pilih kontainer sumber dan kontainer tujuan yang akan digunakan untuk penyalinan.",
"sourceContainerSubHeading": "Source container", "sourceContainerSubHeading": "Kontainer sumber",
"targetContainerSubHeading": "Destination container", "targetContainerSubHeading": "Kontainer tujuan",
"databaseDropdownLabel": "Database", "databaseDropdownLabel": "Database",
"databaseDropdownPlaceholder": "Select a database", "databaseDropdownPlaceholder": "Pilih database",
"containerDropdownLabel": "Container", "containerDropdownLabel": "Kontainer",
"containerDropdownPlaceholder": "Select a container", "containerDropdownPlaceholder": "Pilih kontainer",
"createNewContainerSubHeading": "Configure the properties for the new container on destination account \"{{accountName}}\".", "createNewContainerSubHeading": "Konfigurasikan properti untuk kontainer baru pada akun tujuan \"{{accountName}}\".",
"createNewContainerSubHeadingDefault": "Configure the properties for the new container.", "createNewContainerSubHeadingDefault": "Konfigurasikan properti untuk kontainer baru.",
"createContainerButtonLabel": "Buat kontainer baru", "createContainerButtonLabel": "Buat kontainer baru",
"createContainerHeading": "Create new container" "createContainerHeading": "Buat kontainer baru"
}, },
"preview": { "preview": {
"jobNameLabel": "Job name", "jobNameLabel": "Nama pekerjaan",
"subscriptionLabel": "Destination subscription", "subscriptionLabel": "Langganan tujuan",
"accountLabel": "Destination account", "accountLabel": "Akun tujuan",
"sourceDatabaseLabel": "Source database", "sourceDatabaseLabel": "Database sumber",
"sourceContainerLabel": "Source container", "sourceContainerLabel": "Kontainer sumber",
"targetDatabaseLabel": "Destination database", "targetDatabaseLabel": "Database tujuan",
"targetContainerLabel": "Destination container" "targetContainerLabel": "Kontainer tujuan"
}, },
"assignPermissions": { "assignPermissions": {
"crossAccountDescription": "To copy data from the source to the destination container, ensure that the managed identity of the source account has read-write access to the destination account by completing the following steps.", "crossAccountDescription": "Untuk menyalin data dari sumber ke kontainer tujuan, pastikan bahwa identitas terkelola akun sumber memiliki akses baca-tulis ke akun tujuan dengan menyelesaikan langkah-langkah berikut.",
"intraAccountOnlineDescription": "Follow the steps below to enable online copy on your \"{{accountName}}\" account.", "intraAccountOnlineDescription": "Ikuti langkah-langkah di bawah ini untuk mengaktifkan penyalinan online di akun \"{{accountName}}\".",
"crossAccountConfiguration": { "crossAccountConfiguration": {
"title": "Cross-account container copy", "title": "Salinan kontainer lintas akun",
"description": "Please follow the instruction below to grant requisite permissions to copy data from \"{{sourceAccount}}\" to \"{{destinationAccount}}\"." "description": "Ikuti instruksi di bawah ini untuk memberikan izin yang diperlukan untuk menyalin data dari \"{{sourceAccount}}\" ke \"{{destinationAccount}}\"."
}, },
"onlineConfiguration": { "onlineConfiguration": {
"title": "Online container copy", "title": "Penyalinan kontainer online",
"description": "Please follow the instructions below to enable online copy on your \"{{accountName}}\" account." "description": "Ikuti petunjuk di bawah ini untuk mengaktifkan penyalinan online di akun \"{{accountName}}\" Anda."
} }
}, },
"popoverOverlaySpinnerLabel": "Please wait while we process your request...", "popoverOverlaySpinnerLabel": "Harap tunggu sementara kami memproses permintaan Anda...",
"addManagedIdentity": { "addManagedIdentity": {
"title": "System-assigned managed identity enabled.", "title": "Identitas terkelola yang ditetapkan sistem diaktifkan.",
"description": "A system-assigned managed identity is restricted to one per resource and is tied to the lifecycle of this resource. Once enabled, you can grant permissions to the managed identity by using Azure role-based access control (Azure RBAC). The managed identity is authenticated with Microsoft Entra ID, so you don't have to store any credentials in code.", "description": "Identitas terkelola yang ditetapkan sistem dibatasi hanya satu identitas per sumber daya dan dikaitkan dengan siklus hidup sumber daya ini. Setelah diaktifkan, Anda dapat memberikan izin ke identitas terkelola menggunakan kontrol akses berbasis peran Azure (Azure RBAC). Identitas terkelola diautentikasi dengan Microsoft Entra ID sehingga Anda tidak perlu menyimpan kredensial apa pun dalam kode.",
"descriptionHrefText": "Pelajari selengkapnya tentang Identitas terkelola.", "descriptionHrefText": "Pelajari selengkapnya tentang Identitas terkelola.",
"descriptionHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview", "descriptionHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview",
"toggleLabel": "Identitas terkelola yang ditetapkan sistem", "toggleLabel": "Identitas terkelola yang ditetapkan sistem",
"tooltipContent": "Learn more about", "tooltipContent": "Pelajari selengkapnya tentang",
"tooltipHrefText": "Managed Identities.", "tooltipHrefText": "Identitas Terkelola.",
"tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview", "tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview",
"userAssignedIdentityTooltip": "You can select an existing user assigned identity or create a new one.", "userAssignedIdentityTooltip": "Anda dapat memilih identitas yang ditetapkan pengguna yang ada atau membuat identitas baru.",
"userAssignedIdentityLabel": "You may also select a user assigned managed identity.", "userAssignedIdentityLabel": "Anda juga dapat memilih identitas terkelola yang ditetapkan pengguna.",
"createUserAssignedIdentityLink": "Buat Identitas Terkelola yang Ditetapkan Pengguna", "createUserAssignedIdentityLink": "Buat Identitas Terkelola yang Ditetapkan Pengguna",
"enablementTitle": "Aktifkan identitas terkelola yang ditetapkan sistem", "enablementTitle": "Aktifkan identitas terkelola yang ditetapkan sistem",
"enablementDescription": "Enable system-assigned managed identity on the {{accountName}}. To confirm, click the \"Yes\" button." "enablementDescription": "Aktifkan identitas terkelola yang ditetapkan sistem pada {{accountName}}. Untuk mengonfirmasi, klik tombol \"Ya\"."
}, },
"defaultManagedIdentity": { "defaultManagedIdentity": {
"title": "System-assigned managed identity set as default.", "title": "Identitas terkelola yang ditetapkan sistem ditetapkan sebagai default.",
"description": "Set the system-assigned managed identity as default for \"{{accountName}}\" by switching it on.", "description": "Atur identitas terkelola yang ditetapkan sistem sebagai default untuk \"{{accountName}}\" dengan mengaktifkannya.",
"tooltipContent": "Learn more about", "tooltipContent": "Pelajari selengkapnya tentang",
"tooltipHrefText": "Default Managed Identities.", "tooltipHrefText": "Identitas Terkelola Default.",
"tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview", "tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview",
"popoverTitle": "System assigned managed identity set as default", "popoverTitle": "Identitas terkelola yang ditetapkan sistem ditetapkan sebagai default",
"popoverDescription": "Assign the system-assigned managed identity as the default for \"{{accountName}}\". To confirm, click the \"Yes\" button. " "popoverDescription": "Tetapkan identitas terkelola yang ditetapkan sistem sebagai default untuk \"{{accountName}}\". Untuk mengonfirmasi, klik tombol \"Ya\". "
}, },
"readWritePermissionAssigned": { "readWritePermissionAssigned": {
"title": "Read-write permissions assigned to the default identity.", "title": "Izin baca-tulis ditetapkan ke identitas default.",
"description": "To allow data copy from source to the destination container, provide read-write access on the destination account to the default identity of the source account.", "description": "Untuk mengizinkan penyalinan data dari sumber ke kontainer tujuan, berikan akses baca-tulis pada akun tujuan ke identitas default akun sumber.",
"tooltipContent": "Learn more about", "tooltipContent": "Pelajari selengkapnya tentang",
"tooltipHrefText": "Read-write permissions.", "tooltipHrefText": "Izin baca-tulis.",
"tooltipHref": "https://learn.microsoft.com/azure/cosmos-db/nosql/how-to-connect-role-based-access-control", "tooltipHref": "https://learn.microsoft.com/azure/cosmos-db/nosql/how-to-connect-role-based-access-control",
"popoverTitle": "Assign read-write permissions to default identity.", "popoverTitle": "Tetapkan izin baca-tulis ke identitas default.",
"popoverDescription": "Assign read-write permissions on the destination account to the default identity of the source account. To confirm, click the \"Yes\" button." "popoverDescription": "Tetapkan izin baca-tulis pada akun tujuan ke identitas default akun sumber. Untuk mengonfirmasi, klik tombol \"Ya\"."
}, },
"pointInTimeRestore": { "pointInTimeRestore": {
"title": "Point In Time Restore enabled", "title": "Pemulihan Titik Waktu diaktifkan",
"description": "To facilitate online container copy jobs, please update your \"{{accessName}}\" backup policy from periodic to continuous backup. Enabling continuous backup is required for this functionality.", "description": "Untuk memfasilitasi pekerjaan penyalinan kontainer online, perbarui kebijakan pencadangan \"{{accessName}}\" Anda dari berkala menjadi pencadangan berkelanjutan. Pengaktifan pencadangan berkelanjutan diperlukan untuk fungsionalitas ini.",
"tooltipContent": "Learn more about", "tooltipContent": "Pelajari selengkapnya tentang",
"tooltipHrefText": "Continuous Backup", "tooltipHrefText": "Pencadangan Berkelanjutan",
"tooltipHref": "https://learn.microsoft.com/en-us/azure/cosmos-db/continuous-backup-restore-introduction", "tooltipHref": "https://learn.microsoft.com/en-us/azure/cosmos-db/continuous-backup-restore-introduction",
"buttonText": "Enable Point In Time Restore" "buttonText": "Aktifkan Pemulihan Titik Waktu"
}, },
"onlineCopyEnabled": { "onlineCopyEnabled": {
"title": "Online copy enabled", "title": "Penyalinan online diaktifkan",
"description": "Enable online container copy by clicking the button below on your \"{{accountName}}\" account.", "description": "Aktifkan penyalinan kontainer online dengan mengeklik tombol di bawah ini pada akun \"{{accountName}}\".",
"hrefText": "Learn more about online copy jobs", "hrefText": "Pelajari selengkapnya tentang pekerjaan penyalinan online",
"href": "https://learn.microsoft.com/en-us/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#enable-online-copy", "href": "https://learn.microsoft.com/en-us/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#enable-online-copy",
"buttonText": "Enable Online Copy", "buttonText": "Aktifkan Penyalinan Online",
"validateAllVersionsAndDeletesChangeFeedSpinnerLabel": "Validating All versions and deletes change feed mode (preview)...", "validateAllVersionsAndDeletesChangeFeedSpinnerLabel": "Memvalidasi Semua versi dan penghapusan mengubah mode umpan (pratinjau)...",
"enablingAllVersionsAndDeletesChangeFeedSpinnerLabel": "Enabling All versions and deletes change feed mode (preview)...", "enablingAllVersionsAndDeletesChangeFeedSpinnerLabel": "Mengaktifkan Semua versi dan menghapus mengubah mode umpan (pratinjau)...",
"enablingOnlineCopySpinnerLabel": "Enabling online copy on your \"{{accountName}}\" account ..." "enablingOnlineCopySpinnerLabel": "Mengaktifkan penyalinan online di akun \"{{accountName}}\"..."
}, },
"monitorJobs": { "monitorJobs": {
"columns": { "columns": {
"lastUpdatedTime": "Date & time", "lastUpdatedTime": "Tanggal dan waktu",
"name": "Job name", "name": "Nama pekerjaan",
"status": "Status", "status": "Status",
"completionPercentage": "Completion %", "completionPercentage": "% Penyelesaian",
"duration": "Duration", "duration": "Durasi",
"error": "Error message", "error": "Pesan kesalahan",
"mode": "Mode", "mode": "Mode",
"actions": "Actions" "actions": "Tindakan"
}, },
"actions": { "actions": {
"pause": "Pause", "pause": "Jeda",
"resume": "Resume", "resume": "Lanjutkan",
"complete": "Complete", "complete": "Selesai",
"viewDetails": "View Details" "viewDetails": "Tampilkan Detail"
}, },
"status": { "status": {
"pending": "Queued", "pending": "Diantrekan",
"inProgress": "Running", "inProgress": "Berjalan",
"running": "Running", "running": "Berjalan",
"partitioning": "Running", "partitioning": "Berjalan",
"paused": "Paused", "paused": "Dijeda",
"completed": "Completed", "completed": "Selesai",
"failed": "Failed", "failed": "Gagal",
"faulted": "Failed", "faulted": "Gagal",
"skipped": "Cancelled", "skipped": "Dibatalkan",
"cancelled": "Cancelled" "cancelled": "Dibatalkan"
}, },
"dialog": { "dialog": {
"confirmButtonText": "Confirm", "confirmButtonText": "Konfirmasikan",
"cancelButtonText": "Cancel" "cancelButtonText": "Batal"
} }
} }
} }
+96 -96
View File
@@ -998,159 +998,159 @@
"containerCopy": { "containerCopy": {
"commandBar": { "commandBar": {
"feedbackButtonLabel": "Feedback", "feedbackButtonLabel": "Feedback",
"feedbackButtonAriaLabel": "Provide feedback on copy jobs", "feedbackButtonAriaLabel": "Fornisci feedback sui processi di copia",
"refreshButtonAriaLabel": "Refresh copy jobs", "refreshButtonAriaLabel": "Aggiorna processi di copia",
"createCopyJobButtonLabel": "Create Copy Job", "createCopyJobButtonLabel": "Crea processo di copia",
"createCopyJobButtonAriaLabel": "Create a new container copy job" "createCopyJobButtonAriaLabel": "Crea un nuovo processo di copia del contenitore"
}, },
"noCopyJobs": { "noCopyJobs": {
"title": "No copy jobs to show", "title": "Nessun processo di copia da visualizzare",
"createCopyJobButtonText": "Create a container copy job" "createCopyJobButtonText": "Crea un processo di copia del contenitore"
}, },
"jobDetails": { "jobDetails": {
"panelTitle": "{{jobName}}", "panelTitle": "{{jobName}}",
"panelTitleDefault": "Job Details", "panelTitleDefault": "Dettagli processo",
"errorTitle": "Error Details", "errorTitle": "Dettagli errore",
"selectedContainers": "Selected Containers" "selectedContainers": "Contenitori selezionati"
}, },
"createCopyJob": { "createCopyJob": {
"panelTitle": "Create copy job" "panelTitle": "Crea processo di copia"
}, },
"selectAccount": { "selectAccount": {
"description": "Please select a destination account to copy to.", "description": "Selezionare un account di destinazione in cui copiare.",
"subscriptionDropdownLabel": "Subscription", "subscriptionDropdownLabel": "Sottoscrizione",
"subscriptionDropdownPlaceholder": "Select a subscription", "subscriptionDropdownPlaceholder": "Selezionare una sottoscrizione",
"accountDropdownLabel": "Account", "accountDropdownLabel": "Account",
"accountDropdownPlaceholder": "Select an account" "accountDropdownPlaceholder": "Selezionare un account"
}, },
"migrationType": { "migrationType": {
"offline": { "offline": {
"title": "Offline mode", "title": "Modalità offline",
"description": "Offline container copy jobs let you copy data from a source container to a destination Cosmos DB container for supported APIs. To ensure data integrity between the source and destination, we recommend stopping updates on the source container before creating the copy job. Learn more about [offline copy jobs](https://learn.microsoft.com/azure/cosmos-db/how-to-container-copy?tabs=offline-copy&pivots=api-nosql)." "description": "I processi di copia dei contenitori offline consentono di copiare i dati da un contenitore di origine a un contenitore di destinazione di Cosmos DB per le API supportate. Per garantire l'integrità dei dati tra origine e destinazione, è consigliabile arrestare gli aggiornamenti nel contenitore di origine prima di creare il processo di copia. Altre informazioni sui [processi di copia offline](https://learn.microsoft.com/azure/cosmos-db/how-to-container-copy?tabs=offline-copy&pivots=api-nosql)."
}, },
"online": { "online": {
"title": "Online mode", "title": "Modalità online",
"description": "Online container copy jobs let you copy data from a source container to a destination Cosmos DB NoSQL API container using the [All Versions and Delete](https://learn.microsoft.com/azure/cosmos-db/change-feed-modes?tabs=all-versions-and-deletes#all-versions-and-deletes-change-feed-mode-preview) change feed. This allows updates to continue on the source while data is copied. A brief downtime is required at the end to safely switch over client applications to the destination container. Learn more about [online copy jobs](https://learn.microsoft.com/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#getting-started)." "description": "I processi di copia dei contenitori online consentono di copiare i dati da un contenitore di origine a un contenitore di destinazione dell'API NoSQL di Cosmos DB usando il feed di modifiche [Tutte le versioni ed eliminazioni](https://learn.microsoft.com/azure/cosmos-db/change-feed-modes?tabs=all-versions-and-deletes#all-versions-and-deletes-change-feed-mode-preview). In questo modo gli aggiornamenti possono continuare nell'origine durante la copia dei dati. Alla fine è necessario un breve periodo di inattività per passare in modo sicuro le applicazioni client al contenitore di destinazione. Altre informazioni sui [processi di copia online](https://learn.microsoft.com/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#getting-started)."
} }
}, },
"selectContainers": { "selectContainers": {
"description": "Please select a source container and a destination container to copy to.", "description": "Selezionare un contenitore di origine e un contenitore di destinazione in cui copiare.",
"sourceContainerSubHeading": "Source container", "sourceContainerSubHeading": "Contenitore di origine",
"targetContainerSubHeading": "Destination container", "targetContainerSubHeading": "Contenitore di destinazione",
"databaseDropdownLabel": "Database", "databaseDropdownLabel": "Database",
"databaseDropdownPlaceholder": "Select a database", "databaseDropdownPlaceholder": "Selezionare un database",
"containerDropdownLabel": "Container", "containerDropdownLabel": "Contenitore",
"containerDropdownPlaceholder": "Select a container", "containerDropdownPlaceholder": "Selezionare un contenitore",
"createNewContainerSubHeading": "Configure the properties for the new container on destination account \"{{accountName}}\".", "createNewContainerSubHeading": "Configurare le proprietà del nuovo contenitore nell'account di destinazione \"{{accountName}}\".",
"createNewContainerSubHeadingDefault": "Configure the properties for the new container.", "createNewContainerSubHeadingDefault": "Configurare le proprietà per il nuovo contenitore.",
"createContainerButtonLabel": "Crea un nuovo contenitore", "createContainerButtonLabel": "Crea un nuovo contenitore",
"createContainerHeading": "Create new container" "createContainerHeading": "Crea nuovo contenitore"
}, },
"preview": { "preview": {
"jobNameLabel": "Job name", "jobNameLabel": "Nome processo",
"subscriptionLabel": "Destination subscription", "subscriptionLabel": "Sottoscrizione di destinazione",
"accountLabel": "Destination account", "accountLabel": "Account di destinazione",
"sourceDatabaseLabel": "Source database", "sourceDatabaseLabel": "Database di origine",
"sourceContainerLabel": "Source container", "sourceContainerLabel": "Contenitore di origine",
"targetDatabaseLabel": "Destination database", "targetDatabaseLabel": "Database di destinazione",
"targetContainerLabel": "Destination container" "targetContainerLabel": "Contenitore di destinazione"
}, },
"assignPermissions": { "assignPermissions": {
"crossAccountDescription": "To copy data from the source to the destination container, ensure that the managed identity of the source account has read-write access to the destination account by completing the following steps.", "crossAccountDescription": "Per copiare i dati dal contenitore di origine a quello di destinazione, assicurarsi che l'identità gestita dell'account di origine disponga dell'accesso in lettura/scrittura all'account di destinazione completando la procedura seguente.",
"intraAccountOnlineDescription": "Follow the steps below to enable online copy on your \"{{accountName}}\" account.", "intraAccountOnlineDescription": "Seguire questa procedura per abilitare la copia online nell'account \"{{accountName}}\".",
"crossAccountConfiguration": { "crossAccountConfiguration": {
"title": "Cross-account container copy", "title": "Copia contenitore tra account",
"description": "Please follow the instruction below to grant requisite permissions to copy data from \"{{sourceAccount}}\" to \"{{destinationAccount}}\"." "description": "Seguire le istruzioni indicate di seguito per concedere le autorizzazioni necessarie a copiare i dati da \"{{sourceAccount}}\" a \"{{destinationAccount}}\"."
}, },
"onlineConfiguration": { "onlineConfiguration": {
"title": "Online container copy", "title": "Copia contenitore online",
"description": "Please follow the instructions below to enable online copy on your \"{{accountName}}\" account." "description": "Seguire le istruzioni seguenti per abilitare la copia online nell'account \"{{accountName}}\"."
} }
}, },
"popoverOverlaySpinnerLabel": "Please wait while we process your request...", "popoverOverlaySpinnerLabel": "Attendere il completamento dell'elaborazione della richiesta...",
"addManagedIdentity": { "addManagedIdentity": {
"title": "System-assigned managed identity enabled.", "title": "Identità gestita assegnata dal sistema abilitata.",
"description": "A system-assigned managed identity is restricted to one per resource and is tied to the lifecycle of this resource. Once enabled, you can grant permissions to the managed identity by using Azure role-based access control (Azure RBAC). The managed identity is authenticated with Microsoft Entra ID, so you don't have to store any credentials in code.", "description": "Un'identità gestita assegnata dal sistema è limitata a una per risorsa ed è legata al ciclo di vita di tale risorsa. Dopo l'abilitazione, è possibile concedere le autorizzazioni all'identità gestita usando il controllo degli accessi in base al ruolo di Azure (RBAC di Azure). L'identità gestita viene autenticata con Microsoft Entra ID, quindi non è necessario archiviare credenziali nel codice.",
"descriptionHrefText": "Altre informazioni sulle identità gestite.", "descriptionHrefText": "Altre informazioni sulle identità gestite.",
"descriptionHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview", "descriptionHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview",
"toggleLabel": "Identità gestita assegnata dal sistema", "toggleLabel": "Identità gestita assegnata dal sistema",
"tooltipContent": "Learn more about", "tooltipContent": "Altre informazioni",
"tooltipHrefText": "Managed Identities.", "tooltipHrefText": "Identità gestite.",
"tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview", "tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview",
"userAssignedIdentityTooltip": "You can select an existing user assigned identity or create a new one.", "userAssignedIdentityTooltip": "È possibile selezionare un'identità assegnata dall'utente esistente o crearne una nuova.",
"userAssignedIdentityLabel": "You may also select a user assigned managed identity.", "userAssignedIdentityLabel": "È anche possibile selezionare un'identità gestita assegnata dall'utente.",
"createUserAssignedIdentityLink": "Crea identità gestita assegnata dall'utente", "createUserAssignedIdentityLink": "Crea identità gestita assegnata dall'utente",
"enablementTitle": "Abilitare l'identità gestita assegnata dal sistema", "enablementTitle": "Abilitare l'identità gestita assegnata dal sistema",
"enablementDescription": "Enable system-assigned managed identity on the {{accountName}}. To confirm, click the \"Yes\" button." "enablementDescription": "Abilitare l'identità gestita assegnata dal sistema nel {{accountName}}. Per confermare, fare clic sul pulsante \"Sì\"."
}, },
"defaultManagedIdentity": { "defaultManagedIdentity": {
"title": "System-assigned managed identity set as default.", "title": "Identità gestita assegnata dal sistema impostata come predefinita.",
"description": "Set the system-assigned managed identity as default for \"{{accountName}}\" by switching it on.", "description": "Impostare l'identità gestita assegnata dal sistema come predefinita per \"{{accountName}}\" attivandola.",
"tooltipContent": "Learn more about", "tooltipContent": "Altre informazioni",
"tooltipHrefText": "Default Managed Identities.", "tooltipHrefText": "Identità gestite predefinite.",
"tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview", "tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview",
"popoverTitle": "System assigned managed identity set as default", "popoverTitle": "Identità gestita assegnata dal sistema impostata come predefinita",
"popoverDescription": "Assign the system-assigned managed identity as the default for \"{{accountName}}\". To confirm, click the \"Yes\" button. " "popoverDescription": "Assegnare l'identità gestita assegnata dal sistema come predefinita per \"{{accountName}}\". Per confermare, fare clic sul pulsante \"Sì\". "
}, },
"readWritePermissionAssigned": { "readWritePermissionAssigned": {
"title": "Read-write permissions assigned to the default identity.", "title": "Autorizzazioni di lettura/scrittura assegnate all'identità predefinita.",
"description": "To allow data copy from source to the destination container, provide read-write access on the destination account to the default identity of the source account.", "description": "Per consentire la copia dei dati dal contenitore di origine a quello di destinazione, concedere all'identità predefinita dell'account di origine l'accesso in lettura/scrittura dell'account di destinazione.",
"tooltipContent": "Learn more about", "tooltipContent": "Altre informazioni",
"tooltipHrefText": "Read-write permissions.", "tooltipHrefText": "Autorizzazioni di lettura/scrittura.",
"tooltipHref": "https://learn.microsoft.com/azure/cosmos-db/nosql/how-to-connect-role-based-access-control", "tooltipHref": "https://learn.microsoft.com/azure/cosmos-db/nosql/how-to-connect-role-based-access-control",
"popoverTitle": "Assign read-write permissions to default identity.", "popoverTitle": "Assegnare autorizzazioni di lettura/scrittura all'identità predefinita.",
"popoverDescription": "Assign read-write permissions on the destination account to the default identity of the source account. To confirm, click the \"Yes\" button." "popoverDescription": "Assegnare all'identità predefinita dell'account di origine le autorizzazioni di lettura/scrittura dell'account di destinazione. Per confermare, fare clic sul pulsante \"Sì\"."
}, },
"pointInTimeRestore": { "pointInTimeRestore": {
"title": "Point In Time Restore enabled", "title": "Ripristino temporizzato abilitato",
"description": "To facilitate online container copy jobs, please update your \"{{accessName}}\" backup policy from periodic to continuous backup. Enabling continuous backup is required for this functionality.", "description": "Per agevolare i processi di copia online dei contenitori, aggiorna il criterio di backup \"{{accessName}}\" da backup periodico a backup continuo. Per questa funzionalità è necessario abilitare il backup continuo.",
"tooltipContent": "Learn more about", "tooltipContent": "Altre informazioni",
"tooltipHrefText": "Continuous Backup", "tooltipHrefText": "Backup continuo",
"tooltipHref": "https://learn.microsoft.com/en-us/azure/cosmos-db/continuous-backup-restore-introduction", "tooltipHref": "https://learn.microsoft.com/en-us/azure/cosmos-db/continuous-backup-restore-introduction",
"buttonText": "Enable Point In Time Restore" "buttonText": "Abilita ripristino temporizzato"
}, },
"onlineCopyEnabled": { "onlineCopyEnabled": {
"title": "Online copy enabled", "title": "Copia online abilitata",
"description": "Enable online container copy by clicking the button below on your \"{{accountName}}\" account.", "description": "Abilitare la copia online del contenitore facendo clic sul pulsante seguente nell'account \"{{accountName}}\".",
"hrefText": "Learn more about online copy jobs", "hrefText": "Altre informazioni sui processi di copia online",
"href": "https://learn.microsoft.com/en-us/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#enable-online-copy", "href": "https://learn.microsoft.com/en-us/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#enable-online-copy",
"buttonText": "Enable Online Copy", "buttonText": "Abilita copia online",
"validateAllVersionsAndDeletesChangeFeedSpinnerLabel": "Validating All versions and deletes change feed mode (preview)...", "validateAllVersionsAndDeletesChangeFeedSpinnerLabel": "Convalida della modalità feed di modifiche per tutte le versioni ed eliminazioni (anteprima)...",
"enablingAllVersionsAndDeletesChangeFeedSpinnerLabel": "Enabling All versions and deletes change feed mode (preview)...", "enablingAllVersionsAndDeletesChangeFeedSpinnerLabel": "Abilitazione della modalità feed di modifiche per tutte le versioni ed eliminazioni (anteprima)...",
"enablingOnlineCopySpinnerLabel": "Enabling online copy on your \"{{accountName}}\" account ..." "enablingOnlineCopySpinnerLabel": "Abilitazione della copia online nell'account \"{{accountName}}\"..."
}, },
"monitorJobs": { "monitorJobs": {
"columns": { "columns": {
"lastUpdatedTime": "Date & time", "lastUpdatedTime": "Data e ora",
"name": "Job name", "name": "Nome processo",
"status": "Status", "status": "Stato",
"completionPercentage": "Completion %", "completionPercentage": "% completamento",
"duration": "Duration", "duration": "Durata",
"error": "Error message", "error": "Messaggio di errore",
"mode": "Mode", "mode": "Modalità",
"actions": "Actions" "actions": "Azioni"
}, },
"actions": { "actions": {
"pause": "Pause", "pause": "Sospendi",
"resume": "Resume", "resume": "Riprendi",
"complete": "Complete", "complete": "Completamento",
"viewDetails": "View Details" "viewDetails": "Visualizza dettagli"
}, },
"status": { "status": {
"pending": "Queued", "pending": "In coda",
"inProgress": "Running", "inProgress": "In esecuzione",
"running": "Running", "running": "In esecuzione",
"partitioning": "Running", "partitioning": "In esecuzione",
"paused": "Paused", "paused": "In pausa",
"completed": "Completed", "completed": "Completato",
"failed": "Failed", "failed": "Non riuscito",
"faulted": "Failed", "faulted": "Non riuscito",
"skipped": "Cancelled", "skipped": "Annullato",
"cancelled": "Cancelled" "cancelled": "Annullato"
}, },
"dialog": { "dialog": {
"confirmButtonText": "Confirm", "confirmButtonText": "Conferma",
"cancelButtonText": "Cancel" "cancelButtonText": "Annulla"
} }
} }
} }
+4 -4
View File
@@ -621,7 +621,7 @@
"accountId": "계정 ID", "accountId": "계정 ID",
"sessionId": "세션 ID", "sessionId": "세션 ID",
"popupsDisabledError": "브라우저에서 팝업이 차단되어 이 계정에 대한 권한 부여를 설정할 수 없습니다.\n이 사이트에 대해 팝업을 허용한 후 \"Entra ID에 로그인\" 버튼을 클릭하세요.", "popupsDisabledError": "브라우저에서 팝업이 차단되어 이 계정에 대한 권한 부여를 설정할 수 없습니다.\n이 사이트에 대해 팝업을 허용한 후 \"Entra ID에 로그인\" 버튼을 클릭하세요.",
"failedToAcquireTokenError": "권한 부여 토큰을 자동으로 가져오지 못했습니다. Entra ID RBAC 작업을 사용하려면 \"Entra ID 로그인\" 버튼을 클릭하세요." "failedToAcquireTokenError": "인증 토큰을 자동으로 가져오지 못했습니다. Entra ID RBAC 작업을 활성화하려면 \"Entra ID 로그인\" 버튼을 클릭하세요."
}, },
"saveQuery": { "saveQuery": {
"panelTitle": "쿼리 저장", "panelTitle": "쿼리 저장",
@@ -809,7 +809,7 @@
"scalingUpDelayMessage": "실제 파티션 수에 따라 현재 Azure Cosmos DB가 즉시 지원할 수 있는 한도를 초과하므로 확장에는 4~6시간이 소요됩니다. 처리량을 {{instantMaximumThroughput}}(으)로 즉시 늘리거나, 이 값을 유지하며 확장이 완료될 때까지 기다릴 수 있습니다.", "scalingUpDelayMessage": "실제 파티션 수에 따라 현재 Azure Cosmos DB가 즉시 지원할 수 있는 한도를 초과하므로 확장에는 4~6시간이 소요됩니다. 처리량을 {{instantMaximumThroughput}}(으)로 즉시 늘리거나, 이 값을 유지하며 확장이 완료될 때까지 기다릴 수 있습니다.",
"exceedPreAllocatedMessage": "처리량 증가 요청이 미리 할당된 용량을 초과하여 예상보다 오래 걸릴 수 있습니다. 계속하기 위해 선택할 수 있는 세 가지 옵션이 있습니다.", "exceedPreAllocatedMessage": "처리량 증가 요청이 미리 할당된 용량을 초과하여 예상보다 오래 걸릴 수 있습니다. 계속하기 위해 선택할 수 있는 세 가지 옵션이 있습니다.",
"instantScaleOption": "{{instantMaximumThroughput}}RU/s까지 즉시 확장할 수 있습니다.", "instantScaleOption": "{{instantMaximumThroughput}}RU/s까지 즉시 확장할 수 있습니다.",
"asyncScaleOption": "4~6시간 내에 {{maximumThroughput}}RU/s 이하의 값으로 비동기적으로 확장할 수 있습니다.", "asyncScaleOption": "4~6시간 내에 {{maximumThroughput}}RU/s 미만의 모든 값으로 비동기적으로 확장할 수 있습니다.",
"quotaMaxOption": "현재 할당량 최댓값은 {{maximumThroughput}}RU/s입니다. 이 한도를 초과하려면 할당량 증가를 요청해야 하며, Azure Cosmos DB 팀에서 검토합니다.", "quotaMaxOption": "현재 할당량 최댓값은 {{maximumThroughput}}RU/s입니다. 이 한도를 초과하려면 할당량 증가를 요청해야 하며, Azure Cosmos DB 팀에서 검토합니다.",
"belowMinimumMessage": "처리량을 현재 최소 {{minimum}}RU/s 미만으로 낮출 수 없습니다. 이 한도에 대한 자세한 내용은 서비스 견적 문서를 참고하세요.", "belowMinimumMessage": "처리량을 현재 최소 {{minimum}}RU/s 미만으로 낮출 수 없습니다. 이 한도에 대한 자세한 내용은 서비스 견적 문서를 참고하세요.",
"saveThroughputWarning": "처리량 설정을 변경하면 청구에 영향이 있습니다. 변경 내용을 저장하기 전에 아래에서 업데이트된 예상 비용을 검토하세요.", "saveThroughputWarning": "처리량 설정을 변경하면 청구에 영향이 있습니다. 변경 내용을 저장하기 전에 아래에서 업데이트된 예상 비용을 검토하세요.",
@@ -843,8 +843,8 @@
"mongoIndexing": { "mongoIndexing": {
"disclaimer": "여러 속성을 필터링하는 쿼리의 경우 복합 인덱스 대신 여러 개의 단일 필드 인덱스를 만드세요.", "disclaimer": "여러 속성을 필터링하는 쿼리의 경우 복합 인덱스 대신 여러 개의 단일 필드 인덱스를 만드세요.",
"disclaimerCompoundIndexesLink": " 복합 인덱스 ", "disclaimerCompoundIndexesLink": " 복합 인덱스 ",
"disclaimerSuffix": "쿼리 결과를 정렬하는 데만 사용됩니다. 복합 인덱스 추가가 필요한 경우 Mongo 셸을 사용하여 만들 수 있습니다.", "disclaimerSuffix": "쿼리 결과를 정렬하는 데만 사용됩니다. 복합 인덱스 추가해야 하는 경우 MongoDB 셸을 사용하여 생성할 수 있습니다.",
"compoundNotSupported": "복합 인덱스가 있는 컬렉션은 인덱싱 편집기에서 아직 지원되지 않습니다. 이 컬렉션의 인덱싱 정책을 수정하려면 Mongo 을 사용하세요.", "compoundNotSupported": "복합 인덱스가 있는 컬렉션은 아직 인덱싱 편집기에서 지원되지 않습니다. 이 컬렉션의 인덱싱 정책을 수정하려면 Mongo Shell을 사용하세요.",
"aadError": "인덱싱 정책 편집기를 사용하려면 다음에 로그인하세요.", "aadError": "인덱싱 정책 편집기를 사용하려면 다음에 로그인하세요.",
"aadErrorLink": "Azure Portal.", "aadErrorLink": "Azure Portal.",
"refreshingProgress": "인덱스 변환 진행률 새로 고침", "refreshingProgress": "인덱스 변환 진행률 새로 고침",
+94 -94
View File
@@ -998,159 +998,159 @@
"containerCopy": { "containerCopy": {
"commandBar": { "commandBar": {
"feedbackButtonLabel": "Feedback", "feedbackButtonLabel": "Feedback",
"feedbackButtonAriaLabel": "Provide feedback on copy jobs", "feedbackButtonAriaLabel": "Feedback geven over kopieertaken",
"refreshButtonAriaLabel": "Refresh copy jobs", "refreshButtonAriaLabel": "Kopieertaken vernieuwen",
"createCopyJobButtonLabel": "Create Copy Job", "createCopyJobButtonLabel": "Kopieertaak maken",
"createCopyJobButtonAriaLabel": "Create a new container copy job" "createCopyJobButtonAriaLabel": "Een nieuwe containerkopietaak maken"
}, },
"noCopyJobs": { "noCopyJobs": {
"title": "No copy jobs to show", "title": "Geen kopieertaken om weer te geven",
"createCopyJobButtonText": "Create a container copy job" "createCopyJobButtonText": "Een containerkopietaak maken"
}, },
"jobDetails": { "jobDetails": {
"panelTitle": "{{jobName}}", "panelTitle": "{{jobName}}",
"panelTitleDefault": "Job Details", "panelTitleDefault": "Taakdetails",
"errorTitle": "Error Details", "errorTitle": "Foutdetails",
"selectedContainers": "Selected Containers" "selectedContainers": "Geselecteerde containers"
}, },
"createCopyJob": { "createCopyJob": {
"panelTitle": "Create copy job" "panelTitle": "Kopieertaak maken"
}, },
"selectAccount": { "selectAccount": {
"description": "Please select a destination account to copy to.", "description": "Selecteer een doelaccount waarnaar u wilt kopiëren.",
"subscriptionDropdownLabel": "Subscription", "subscriptionDropdownLabel": "Abonnement",
"subscriptionDropdownPlaceholder": "Select a subscription", "subscriptionDropdownPlaceholder": "Een abonnement selecteren",
"accountDropdownLabel": "Account", "accountDropdownLabel": "Account",
"accountDropdownPlaceholder": "Select an account" "accountDropdownPlaceholder": "Een account selecteren"
}, },
"migrationType": { "migrationType": {
"offline": { "offline": {
"title": "Offline mode", "title": "Offlinemodus",
"description": "Offline container copy jobs let you copy data from a source container to a destination Cosmos DB container for supported APIs. To ensure data integrity between the source and destination, we recommend stopping updates on the source container before creating the copy job. Learn more about [offline copy jobs](https://learn.microsoft.com/azure/cosmos-db/how-to-container-copy?tabs=offline-copy&pivots=api-nosql)." "description": "Met offlinetaken voor het kopiëren van containers kunt u gegevens kopiëren van een broncontainer naar een doelcontainer Cosmos DB voor ondersteunde API's. Om de gegevensintegriteit tussen de bron en het doel te garanderen, raden we u aan om updates op de broncontainer te stoppen voordat u de kopieertaak maakt. Meer informatie over [offline kopieertaken](https://learn.microsoft.com/azure/cosmos-db/how-to-container-copy?tabs=offline-copy&pivots=api-nosql)."
}, },
"online": { "online": {
"title": "Online mode", "title": "Onlinemodus",
"description": "Online container copy jobs let you copy data from a source container to a destination Cosmos DB NoSQL API container using the [All Versions and Delete](https://learn.microsoft.com/azure/cosmos-db/change-feed-modes?tabs=all-versions-and-deletes#all-versions-and-deletes-change-feed-mode-preview) change feed. This allows updates to continue on the source while data is copied. A brief downtime is required at the end to safely switch over client applications to the destination container. Learn more about [online copy jobs](https://learn.microsoft.com/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#getting-started)." "description": "Met online containerkopietaken kunt u gegevens kopiëren van een broncontainer naar een bestemming Cosmos DB NoSQL API-container met behulp van de wijzigingenfeed [Alle versies en verwijderen](https://learn.microsoft.com/azure/cosmos-db/change-feed-modes?tabs=all-versions-and-deletes#all-versions-and-deletes-change-feed-mode-preview) change feed. Hierdoor kunnen updates worden voortgezet op de bron terwijl gegevens worden gekopieerd. Aan het einde is een korte downtime vereist om veilig over te schakelen van clienttoepassingen naar de doelcontainer. Meer informatie over [online kopieertaken](https://learn.microsoft.com/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#getting-started)."
} }
}, },
"selectContainers": { "selectContainers": {
"description": "Please select a source container and a destination container to copy to.", "description": "Selecteer een broncontainer en een doelcontainer waarnaar u wilt kopiëren.",
"sourceContainerSubHeading": "Source container", "sourceContainerSubHeading": "Broncontainer",
"targetContainerSubHeading": "Destination container", "targetContainerSubHeading": "Doelcontainer",
"databaseDropdownLabel": "Database", "databaseDropdownLabel": "Database",
"databaseDropdownPlaceholder": "Select a database", "databaseDropdownPlaceholder": "Een database selecteren",
"containerDropdownLabel": "Container", "containerDropdownLabel": "Container",
"containerDropdownPlaceholder": "Select a container", "containerDropdownPlaceholder": "Een container selecteren",
"createNewContainerSubHeading": "Configure the properties for the new container on destination account \"{{accountName}}\".", "createNewContainerSubHeading": "Configureer de eigenschappen voor de nieuwe container in doelaccount {{accountName}}.",
"createNewContainerSubHeadingDefault": "Configure the properties for the new container.", "createNewContainerSubHeadingDefault": "Configureer de eigenschappen voor de nieuwe container.",
"createContainerButtonLabel": "Een nieuwe container maken", "createContainerButtonLabel": "Een nieuwe container maken",
"createContainerHeading": "Create new container" "createContainerHeading": "Nieuwe container maken"
}, },
"preview": { "preview": {
"jobNameLabel": "Job name", "jobNameLabel": "Taaknaam",
"subscriptionLabel": "Destination subscription", "subscriptionLabel": "Doelabonnement",
"accountLabel": "Destination account", "accountLabel": "Doelaccount",
"sourceDatabaseLabel": "Source database", "sourceDatabaseLabel": "Brondatabase",
"sourceContainerLabel": "Source container", "sourceContainerLabel": "Broncontainer",
"targetDatabaseLabel": "Destination database", "targetDatabaseLabel": "Doeldatabase",
"targetContainerLabel": "Destination container" "targetContainerLabel": "Doelcontainer"
}, },
"assignPermissions": { "assignPermissions": {
"crossAccountDescription": "To copy data from the source to the destination container, ensure that the managed identity of the source account has read-write access to the destination account by completing the following steps.", "crossAccountDescription": "Als u gegevens wilt kopiëren van de bron naar de doelcontainer, moet u ervoor zorgen dat de beheerde identiteit van het bronaccount lees-/schrijftoegang heeft tot het doelaccount door de volgende stappen uit te voeren.",
"intraAccountOnlineDescription": "Follow the steps below to enable online copy on your \"{{accountName}}\" account.", "intraAccountOnlineDescription": "Volg de onderstaande stappen om online kopiëren in te schakelen voor uw {{accountName}} account.",
"crossAccountConfiguration": { "crossAccountConfiguration": {
"title": "Cross-account container copy", "title": "Containerkopie voor meerdere accounts",
"description": "Please follow the instruction below to grant requisite permissions to copy data from \"{{sourceAccount}}\" to \"{{destinationAccount}}\"." "description": "Volg de onderstaande instructies om de vereiste machtigingen te verlenen voor het kopiëren van gegevens van {{sourceAccount}} naar {{destinationAccount}}."
}, },
"onlineConfiguration": { "onlineConfiguration": {
"title": "Online container copy", "title": "Onlinecontainer kopiëren",
"description": "Please follow the instructions below to enable online copy on your \"{{accountName}}\" account." "description": "Volg de onderstaande instructies om online kopiëren in te schakelen voor uw account {{accountName}}."
} }
}, },
"popoverOverlaySpinnerLabel": "Please wait while we process your request...", "popoverOverlaySpinnerLabel": "Een ogenblik geduld. Uw aanvraag wordt verwerkt...",
"addManagedIdentity": { "addManagedIdentity": {
"title": "System-assigned managed identity enabled.", "title": "De door het systeem toegewezen beheerde identiteit is ingeschakeld.",
"description": "A system-assigned managed identity is restricted to one per resource and is tied to the lifecycle of this resource. Once enabled, you can grant permissions to the managed identity by using Azure role-based access control (Azure RBAC). The managed identity is authenticated with Microsoft Entra ID, so you don't have to store any credentials in code.", "description": "Een door het systeem toegewezen beheerde identiteit is beperkt tot één per resource en is gekoppeld aan de levenscyclus van deze resource. Zodra deze functie is ingeschakeld, kunt u machtigingen verlenen aan de beheerde identiteit met behulp van op rollen gebaseerd toegangsbeheer van Azure (Azure RBAC). De beheerde identiteit wordt geverifieerd met Microsoft Entra ID, zodat je geen referenties in code hoeft op te slaan.",
"descriptionHrefText": "Meer informatie over beheerde identiteiten.", "descriptionHrefText": "Meer informatie over beheerde identiteiten.",
"descriptionHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview", "descriptionHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview",
"toggleLabel": "Door het systeem toegewezen beheerde identiteit", "toggleLabel": "Door het systeem toegewezen beheerde identiteit",
"tooltipContent": "Learn more about", "tooltipContent": "Meer informatie over",
"tooltipHrefText": "Managed Identities.", "tooltipHrefText": "Beheerde identiteiten.",
"tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview", "tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview",
"userAssignedIdentityTooltip": "You can select an existing user assigned identity or create a new one.", "userAssignedIdentityTooltip": "U kunt een bestaande door de gebruiker toegewezen identiteit selecteren of een nieuwe identiteit maken.",
"userAssignedIdentityLabel": "You may also select a user assigned managed identity.", "userAssignedIdentityLabel": "U kunt ook een door de gebruiker toegewezen beheerde identiteit selecteren.",
"createUserAssignedIdentityLink": "Door de gebruiker toegewezen beheerde identiteit maken", "createUserAssignedIdentityLink": "Door de gebruiker toegewezen beheerde identiteit maken",
"enablementTitle": "De door het systeem toegewezen beheerde identiteit inschakelen", "enablementTitle": "De door het systeem toegewezen beheerde identiteit inschakelen",
"enablementDescription": "Enable system-assigned managed identity on the {{accountName}}. To confirm, click the \"Yes\" button." "enablementDescription": "Door het systeem toegewezen beheerde identiteit inschakelen op de {{accountName}}. Klik op de knop Ja om te bevestigen."
}, },
"defaultManagedIdentity": { "defaultManagedIdentity": {
"title": "System-assigned managed identity set as default.", "title": "Door het systeem toegewezen beheerde identiteit, ingesteld als standaard.",
"description": "Set the system-assigned managed identity as default for \"{{accountName}}\" by switching it on.", "description": "Stel de door het systeem toegewezen beheerde identiteit in als standaard voor {{accountName}} door deze in te schakelen.",
"tooltipContent": "Learn more about", "tooltipContent": "Meer informatie over",
"tooltipHrefText": "Default Managed Identities.", "tooltipHrefText": "Standaard beheerde identiteiten.",
"tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview", "tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview",
"popoverTitle": "System assigned managed identity set as default", "popoverTitle": "Door het systeem toegewezen beheerde identiteit ingesteld als standaard",
"popoverDescription": "Assign the system-assigned managed identity as the default for \"{{accountName}}\". To confirm, click the \"Yes\" button. " "popoverDescription": "Wijs de door het systeem toegewezen beheerde identiteit toe als de standaardwaarde voor {{accountName}}. Klik op de knop Ja om te bevestigen. "
}, },
"readWritePermissionAssigned": { "readWritePermissionAssigned": {
"title": "Read-write permissions assigned to the default identity.", "title": "Lees-/schrijfmachtigingen toegewezen aan de standaardidentiteit.",
"description": "To allow data copy from source to the destination container, provide read-write access on the destination account to the default identity of the source account.", "description": "Als u het kopiëren van gegevens van de bron naar de doelcontainer wilt toestaan, geeft u lees-/schrijftoegang voor het doelaccount op tot de standaardidentiteit van het bronaccount.",
"tooltipContent": "Learn more about", "tooltipContent": "Meer informatie over",
"tooltipHrefText": "Read-write permissions.", "tooltipHrefText": "Lees-/schrijfmachtigingen.",
"tooltipHref": "https://learn.microsoft.com/azure/cosmos-db/nosql/how-to-connect-role-based-access-control", "tooltipHref": "https://learn.microsoft.com/azure/cosmos-db/nosql/how-to-connect-role-based-access-control",
"popoverTitle": "Assign read-write permissions to default identity.", "popoverTitle": "Lees-/schrijfmachtigingen toewijzen aan de standaardidentiteit.",
"popoverDescription": "Assign read-write permissions on the destination account to the default identity of the source account. To confirm, click the \"Yes\" button." "popoverDescription": "Wijs lees-/schrijfmachtigingen voor het doelaccount toe aan de standaardidentiteit van het bronaccount. Klik op de knop Ja om te bevestigen."
}, },
"pointInTimeRestore": { "pointInTimeRestore": {
"title": "Point In Time Restore enabled", "title": "Herstel naar een bepaald tijdstip ingeschakeld",
"description": "To facilitate online container copy jobs, please update your \"{{accessName}}\" backup policy from periodic to continuous backup. Enabling continuous backup is required for this functionality.", "description": "Werk uw {{accessName}} back-upbeleid bij van periodieke naar continue back-up om taken voor het kopiëren van onlinecontainers te vergemakkelijken. Voor deze functionaliteit is het inschakelen van continue back-up vereist.",
"tooltipContent": "Learn more about", "tooltipContent": "Meer informatie over",
"tooltipHrefText": "Continuous Backup", "tooltipHrefText": "Continue back-up",
"tooltipHref": "https://learn.microsoft.com/en-us/azure/cosmos-db/continuous-backup-restore-introduction", "tooltipHref": "https://learn.microsoft.com/en-us/azure/cosmos-db/continuous-backup-restore-introduction",
"buttonText": "Enable Point In Time Restore" "buttonText": "Herstel naar een bepaald tijdstip inschakelen"
}, },
"onlineCopyEnabled": { "onlineCopyEnabled": {
"title": "Online copy enabled", "title": "Online kopiëren is ingeschakeld",
"description": "Enable online container copy by clicking the button below on your \"{{accountName}}\" account.", "description": "Schakel onlinecontainerkopie in door op de onderstaande knop in uw {{accountName}} account te klikken.",
"hrefText": "Learn more about online copy jobs", "hrefText": "Meer informatie over online kopieertaken",
"href": "https://learn.microsoft.com/en-us/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#enable-online-copy", "href": "https://learn.microsoft.com/en-us/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#enable-online-copy",
"buttonText": "Enable Online Copy", "buttonText": "Online kopiëren inschakelen",
"validateAllVersionsAndDeletesChangeFeedSpinnerLabel": "Validating All versions and deletes change feed mode (preview)...", "validateAllVersionsAndDeletesChangeFeedSpinnerLabel": "Modus Alle versies en verwijderingen voor wijzigingenfeed (preview) valideren...",
"enablingAllVersionsAndDeletesChangeFeedSpinnerLabel": "Enabling All versions and deletes change feed mode (preview)...", "enablingAllVersionsAndDeletesChangeFeedSpinnerLabel": "Inschakelen van Alle versies en verwijderen van de wijzigingenfeed (preview)",
"enablingOnlineCopySpinnerLabel": "Enabling online copy on your \"{{accountName}}\" account ..." "enablingOnlineCopySpinnerLabel": "Online kopiëren inschakelen voor uw {{accountName}}-account... ..."
}, },
"monitorJobs": { "monitorJobs": {
"columns": { "columns": {
"lastUpdatedTime": "Date & time", "lastUpdatedTime": "Datum en tijd",
"name": "Job name", "name": "Taaknaam",
"status": "Status", "status": "Status",
"completionPercentage": "Completion %", "completionPercentage": "Voltooiings %",
"duration": "Duration", "duration": "Duur",
"error": "Error message", "error": "Foutbericht",
"mode": "Mode", "mode": "Modus",
"actions": "Actions" "actions": "Acties"
}, },
"actions": { "actions": {
"pause": "Pause", "pause": "Onderbreken",
"resume": "Resume", "resume": "Hervatten",
"complete": "Complete", "complete": "Voltooien",
"viewDetails": "View Details" "viewDetails": "Details weergeven"
}, },
"status": { "status": {
"pending": "Queued", "pending": "In de wachtrij",
"inProgress": "Running", "inProgress": "Uitvoeren...",
"running": "Running", "running": "Uitvoeren...",
"partitioning": "Running", "partitioning": "Uitvoeren...",
"paused": "Paused", "paused": "Onderbroken",
"completed": "Completed", "completed": "Voltooid",
"failed": "Failed", "failed": "Mislukt",
"faulted": "Failed", "faulted": "Mislukt",
"skipped": "Cancelled", "skipped": "Geannuleerd",
"cancelled": "Cancelled" "cancelled": "Geannuleerd"
}, },
"dialog": { "dialog": {
"confirmButtonText": "Confirm", "confirmButtonText": "Bevestigen",
"cancelButtonText": "Cancel" "cancelButtonText": "Annuleren"
} }
} }
} }
+119 -119
View File
@@ -78,7 +78,7 @@
"description": "Utwórz tabelę i pracuj z danymi za pomocą powłoki interfejsu PostgreSQL" "description": "Utwórz tabelę i pracuj z danymi za pomocą powłoki interfejsu PostgreSQL"
}, },
"vcoreMongo": { "vcoreMongo": {
"title": "Powłoka Mongo", "title": "Mongo Shell",
"description": "Utwórz kolekcję i pracuj z danymi przy użyciu interfejsu powłoki bazy danych MongoDB" "description": "Utwórz kolekcję i pracuj z danymi przy użyciu interfejsu powłoki bazy danych MongoDB"
} }
}, },
@@ -305,7 +305,7 @@
"deleteContainer": "Usuń {{containerName}}", "deleteContainer": "Usuń {{containerName}}",
"newSqlQuery": "Nowe zapytanie SQL", "newSqlQuery": "Nowe zapytanie SQL",
"newQuery": "Nowe zapytanie", "newQuery": "Nowe zapytanie",
"openMongoShell": "Otwórz powłokę Mongo", "openMongoShell": "Otwórz Mongo Shell",
"newShell": "Nowa powłoka", "newShell": "Nowa powłoka",
"openCassandraShell": "Otwórz powłokę Cassandra", "openCassandraShell": "Otwórz powłokę Cassandra",
"newStoredProcedure": "Nowa procedura składowana", "newStoredProcedure": "Nowa procedura składowana",
@@ -328,7 +328,7 @@
"documentDeleted": "Dokument został pomyślnie usunięty.", "documentDeleted": "Dokument został pomyślnie usunięty.",
"deleteDocumentDialogTitle": "Usuń dokument", "deleteDocumentDialogTitle": "Usuń dokument",
"deleteDocumentsDialogTitle": "Usuń dokumenty", "deleteDocumentsDialogTitle": "Usuń dokumenty",
"throttlingError": "Nie można usunąć niektórych dokumentów z powodu błędu ograniczenia szybkości. Spróbuj ponownie później. Aby temu zapobiec w przyszłości, rozważ zwiększenie przepustowości kontenera lub bazy danych.", "throttlingError": "Nie można usunąć niektórych dokumentów z powodu błędu ograniczenia szybkości. Spróbuj ponownie później. Aby temu zapobiec w przyszłości, rozważ zwiększenie przepływności kontenera lub bazy danych.",
"deleteFailed": "Usuwanie dokumentów nie powiodło się ({{error}})", "deleteFailed": "Usuwanie dokumentów nie powiodło się ({{error}})",
"missingShardProperty": "W dokumencie brakuje właściwości fragmentu: {{partitionKeyProperty}}", "missingShardProperty": "W dokumencie brakuje właściwości fragmentu: {{partitionKeyProperty}}",
"refreshGridFailed": "Nie udało się odświeżyć siatki dokumentów", "refreshGridFailed": "Nie udało się odświeżyć siatki dokumentów",
@@ -355,7 +355,7 @@
"requestTooLargeBase": "Niektóre żądania usunięcia nie powiodły się z powodu wyjątku „Żądanie za duże” (429)", "requestTooLargeBase": "Niektóre żądania usunięcia nie powiodły się z powodu wyjątku „Żądanie za duże” (429)",
"retriedSuccessfully": "ale pomyślnie ponowiono próbę.", "retriedSuccessfully": "ale pomyślnie ponowiono próbę.",
"retryingNow": "Ponawianie próby teraz.", "retryingNow": "Ponawianie próby teraz.",
"increaseThroughputTip": "Aby temu zapobiec w przyszłości, rozważ zwiększenie przepustowości kontenera lub bazy danych.", "increaseThroughputTip": "Aby temu zapobiec w przyszłości, rozważ zwiększenie przepływności kontenera lub bazy danych.",
"numberOfSelectedDocuments": "Liczba wybranych dokumentów: {{count}}", "numberOfSelectedDocuments": "Liczba wybranych dokumentów: {{count}}",
"mongoFilterPlaceholder": "Wpisz predykat zapytania (np. {\"id\":\"foo\"}), wybierz go z listy rozwijanej lub pozostaw pusty, aby zapytać o wszystkie dokumenty.", "mongoFilterPlaceholder": "Wpisz predykat zapytania (np. {\"id\":\"foo\"}), wybierz go z listy rozwijanej lub pozostaw pusty, aby zapytać o wszystkie dokumenty.",
"sqlFilterPlaceholder": "Wpisz predykat zapytania (np. WHERE c.id=\"1\"), wybierz go z listy rozwijanej lub pozostaw pusty, aby zapytać o wszystkie dokumenty.", "sqlFilterPlaceholder": "Wpisz predykat zapytania (np. WHERE c.id=\"1\"), wybierz go z listy rozwijanej lub pozostaw pusty, aby zapytać o wszystkie dokumenty.",
@@ -416,7 +416,7 @@
"refreshGridFailed": "Nie udało się odświeżyć siatki dokumentów" "refreshGridFailed": "Nie udało się odświeżyć siatki dokumentów"
}, },
"mongoShell": { "mongoShell": {
"title": "Powłoka Mongo" "title": "Mongo Shell"
} }
}, },
"panes": { "panes": {
@@ -490,7 +490,7 @@
"legacySdkInfo": "Aby zapewnić zgodność ze starszymi zestawami SDK, utworzony kontener będzie korzystał ze starszego schematu partycjonowania, który obsługuje wartości klucza partycji o rozmiarze do 101 bajtów. Jeśli ta opcja jest włączona, nie będzie można używać hierarchicznych kluczy partycji.", "legacySdkInfo": "Aby zapewnić zgodność ze starszymi zestawami SDK, utworzony kontener będzie korzystał ze starszego schematu partycjonowania, który obsługuje wartości klucza partycji o rozmiarze do 101 bajtów. Jeśli ta opcja jest włączona, nie będzie można używać hierarchicznych kluczy partycji.",
"indexingOnInfo": "Wszystkie właściwości w dokumentach będą domyślnie indeksowane, co umożliwia elastyczne i wydajne zapytania.", "indexingOnInfo": "Wszystkie właściwości w dokumentach będą domyślnie indeksowane, co umożliwia elastyczne i wydajne zapytania.",
"indexingOffInfo": "Indeksowanie zostanie wyłączone. Zalecane, jeśli nie musisz uruchamiać zapytań lub wykonujesz tylko operacje na wartościach klucza.", "indexingOffInfo": "Indeksowanie zostanie wyłączone. Zalecane, jeśli nie musisz uruchamiać zapytań lub wykonujesz tylko operacje na wartościach klucza.",
"indexingOffWarning": "Tworząc ten kontener z wyłączonym indeksowaniem, nie będziesz mógł wprowadzać zmian w polityce indeksowania. Zmiany indeksowania są dozwolone tylko w kontenerze z zasadami indeksowania.", "indexingOffWarning": "Tworząc ten kontener z wyłączonym indeksowaniem, nie będziesz mógł wprowadzać zmian w zasadach indeksowania. Zmiany indeksowania są dozwolone tylko w kontenerze z zasadami indeksowania.",
"acknowledgeSpendErrorMonthly": "Potwierdź szacowane miesięczne wydatki.", "acknowledgeSpendErrorMonthly": "Potwierdź szacowane miesięczne wydatki.",
"acknowledgeSpendErrorDaily": "Potwierdź szacowane dzienne wydatki.", "acknowledgeSpendErrorDaily": "Potwierdź szacowane dzienne wydatki.",
"unshardedMaxRuError": "Kolekcje bez fragmentów obsługują do 10 000 jednostek żądań", "unshardedMaxRuError": "Kolekcje bez fragmentów obsługują do 10 000 jednostek żądań",
@@ -510,7 +510,7 @@
"step1Body": "Baza danych jest nadrzędna względem kontenera. Możesz utworzyć nową bazę danych lub skorzystać z istniejącej. W tym poradniku tworzymy nową bazę o nazwie SampleDB.", "step1Body": "Baza danych jest nadrzędna względem kontenera. Możesz utworzyć nową bazę danych lub skorzystać z istniejącej. W tym poradniku tworzymy nową bazę o nazwie SampleDB.",
"step1LearnMore": "Dowiedz się więcej o zasobach.", "step1LearnMore": "Dowiedz się więcej o zasobach.",
"step2Headline": "Ustawianie przepływności", "step2Headline": "Ustawianie przepływności",
"step2Body": "Cosmos DB zaleca współdzielenie przepustowości na poziomie bazy danych. Autoskalowanie zapewnia elastyczną przepustowość w oparciu o maksymalną ustawioną wartość RU/s (Request Units).", "step2Body": "Cosmos DB zaleca współdzielenie przepływności na poziomie bazy danych. Autoskalowanie zapewnia elastyczną przepływność w oparciu o maksymalną ustawioną wartość RU/s (Request Units).",
"step2LearnMore": "Dowiedz się więcej o jednostkach RU/s.", "step2LearnMore": "Dowiedz się więcej o jednostkach RU/s.",
"step3Headline": "Nadawanie nazwy kontenerowi", "step3Headline": "Nadawanie nazwy kontenerowi",
"step3Body": "Nadaj nazwę kontenerowi", "step3Body": "Nadaj nazwę kontenerowi",
@@ -797,7 +797,7 @@
"perMonth": "/miesiąc" "perMonth": "/miesiąc"
}, },
"throughput": { "throughput": {
"manualToAutoscaleDisclaimer": "System określi początkową maksymalną wartość autoskalowania RU/s na podstawie bieżących ustawień ręcznej przepływności i pojemności magazynu zasobu. Po włączeniu autoskalowania można zmienić maksymalną liczbę jednostek RU/s.", "manualToAutoscaleDisclaimer": "System określi początkową maksymalną wartość autoskalowania RU/s na podstawie bieżących ustawień ręcznej przepływności i pojemności magazynu zasobu. Po włączeniu przepływności z automatycznym skalowaniem można zmienić maksymalną liczbę jednostek RU/s.",
"ttlWarningText": "System automatycznie usunie elementy na podstawie podanej wartości TTL (w sekundach), bez konieczności wykonywania operacji usuwania przez aplikację kliencką. Aby uzyskać więcej informacji, zobacz", "ttlWarningText": "System automatycznie usunie elementy na podstawie podanej wartości TTL (w sekundach), bez konieczności wykonywania operacji usuwania przez aplikację kliencką. Aby uzyskać więcej informacji, zobacz",
"ttlWarningLinkText": "Czas wygaśnięcia (TTL) w usłudze Azure Cosmos DB", "ttlWarningLinkText": "Czas wygaśnięcia (TTL) w usłudze Azure Cosmos DB",
"unsavedIndexingPolicy": "zasady indeksowania", "unsavedIndexingPolicy": "zasady indeksowania",
@@ -806,17 +806,17 @@
"unsavedEditorWarningPrefix": "Nie zapisano najnowszych zmian wprowadzonych w", "unsavedEditorWarningPrefix": "Nie zapisano najnowszych zmian wprowadzonych w",
"unsavedEditorWarningSuffix": ". Kliknij przycisk Zapisz, aby potwierdzić zmiany.", "unsavedEditorWarningSuffix": ". Kliknij przycisk Zapisz, aby potwierdzić zmiany.",
"updateDelayedApplyWarning": "Zamierzasz zażądać zwiększenia przepływności ponad wstępnie przydzieloną pojemność. Wykonanie tej operacji zajmie trochę czasu.", "updateDelayedApplyWarning": "Zamierzasz zażądać zwiększenia przepływności ponad wstępnie przydzieloną pojemność. Wykonanie tej operacji zajmie trochę czasu.",
"scalingUpDelayMessage": "Skalowanie w górę potrwa 46 godzin, ponieważ przekracza to, co Azure Cosmos DB może obecnie obsłużyć natychmiast, biorąc pod uwagę liczbę partycji fizycznych. Możesz natychmiast zwiększyć przepustowość do {{instantMaximumThroughput}} lub kontynuować z tą wartością i poczekać na zakończenie skalowania w górę.", "scalingUpDelayMessage": "Skalowanie w górę potrwa 46 godzin, ponieważ przekracza to, co Azure Cosmos DB może obecnie obsłużyć natychmiast, biorąc pod uwagę liczbę partycji fizycznych. Możesz natychmiast zwiększyć przepływność do {{instantMaximumThroughput}} lub kontynuować z tą wartością i poczekać na zakończenie skalowania w górę.",
"exceedPreAllocatedMessage": "Twoje żądanie zwiększenia przepływności przekracza wstępnie przydzieloną pojemność, co może potrwać dłużej niż oczekiwano. Masz do wyboru trzy opcje, aby kontynuować:", "exceedPreAllocatedMessage": "Twoje żądanie zwiększenia przepływności przekracza wstępnie przydzieloną pojemność, co może potrwać dłużej niż oczekiwano. Masz do wyboru trzy opcje, aby kontynuować:",
"instantScaleOption": "Możesz natychmiast skalować w górę do {{instantMaximumThroughput}} RU/s.", "instantScaleOption": "Możesz natychmiast skalować w górę do {{instantMaximumThroughput}} RU/s.",
"asyncScaleOption": "Możesz asynchronicznie skalować w górę do dowolnej wartości w {{maximumThroughput}} RU/s w ciągu 46 godzin.", "asyncScaleOption": "Możesz asynchronicznie skalować w górę do dowolnej wartości w {{maximumThroughput}} RU/s w ciągu 46 godzin.",
"quotaMaxOption": "Bieżący limit przydziału wynosi {{maximumThroughput}} RU/s. Aby przekroczony został ten limit, musisz zażądać zwiększenia limitu przydziału, a zespół usługi Azure Cosmos DB przeprowadzi przegląd.", "quotaMaxOption": "Bieżący limit przydziału wynosi {{maximumThroughput}} RU/s. Aby przekroczony został ten limit, musisz zażądać zwiększenia limitu przydziału, a zespół usługi Azure Cosmos DB przeprowadzi przegląd.",
"belowMinimumMessage": "Nie można obniżyć przepływności poniżej bieżącego minimum wynoszącego {{minimum}} RU/s. Aby uzyskać więcej informacji na temat tego limitu, zapoznaj się z naszą dokumentacją oferty usługi.", "belowMinimumMessage": "Nie można obniżyć przepływności poniżej bieżącego minimum wynoszącego {{minimum}} RU/s. Aby uzyskać więcej informacji na temat tego limitu, zapoznaj się z naszą dokumentacją oferty usługi.",
"saveThroughputWarning": "Twoje rozliczenie zmieni się po aktualizacji ustawień przepływności. Przejrzyj zaktualizowane oszacowanie kosztów poniżej przed zapisaniem zmian", "saveThroughputWarning": "Twoje rozliczenie zmieni się po aktualizacji ustawień przepływności. Przejrzyj zaktualizowane oszacowanie kosztów poniżej przed zapisaniem zmian",
"currentAutoscaleThroughput": "Bieżąca przepływność autoskalowania:", "currentAutoscaleThroughput": "Bieżąca przepływność z automatycznym skalowaniem:",
"targetAutoscaleThroughput": "Docelowa przepływność autoskalowania:", "targetAutoscaleThroughput": "Docelowa przepływność z automatycznym skalowaniem:",
"currentManualThroughput": "Bieżąca przepływność ręczna:", "currentManualThroughput": "Bieżąca ręczna przepływność:",
"targetManualThroughput": "Docelowa przepływność ręczna:", "targetManualThroughput": "Docelowa ręczna przepływność:",
"applyDelayedMessage": "Żądanie zwiększenia przepływności zostało pomyślnie przesłane. Ta operacja potrwa od 1 do 3 dni roboczych. Najnowszy status sprawdzisz w obszarze Powiadomienia.", "applyDelayedMessage": "Żądanie zwiększenia przepływności zostało pomyślnie przesłane. Ta operacja potrwa od 1 do 3 dni roboczych. Najnowszy status sprawdzisz w obszarze Powiadomienia.",
"databaseLabel": "Baza danych:", "databaseLabel": "Baza danych:",
"containerLabel": "Kontener:", "containerLabel": "Kontener:",
@@ -843,8 +843,8 @@
"mongoIndexing": { "mongoIndexing": {
"disclaimer": "W przypadku zapytań filtrujących po wielu właściwościach utwórz wiele indeksów pojedynczych pól zamiast indeksu złożonego.", "disclaimer": "W przypadku zapytań filtrujących po wielu właściwościach utwórz wiele indeksów pojedynczych pól zamiast indeksu złożonego.",
"disclaimerCompoundIndexesLink": " Indeksy złożone ", "disclaimerCompoundIndexesLink": " Indeksy złożone ",
"disclaimerSuffix": "są używane tylko do sortowania wyników zapytania. Jeśli musisz dodać indeks złożony, możesz go utworzyć przy użyciu powłoki Mongo.", "disclaimerSuffix": "są używane tylko do sortowania wyników zapytania. Jeśli musisz dodać indeks złożony, możesz go utworzyć przy użyciu Mongo Shell.",
"compoundNotSupported": "Kolekcje z indeksami złożonymi nie są jeszcze obsługiwane w edytorze indeksowania. Aby zmodyfikować zasady indeksowania dla tej kolekcji, użyj powłoki Mongo.", "compoundNotSupported": "Kolekcje z indeksami złożonymi nie są jeszcze obsługiwane w edytorze indeksowania. Aby zmodyfikować zasady indeksowania dla tej kolekcji, użyj Mongo Shell.",
"aadError": "Aby użyć edytora zasad indeksowania, zaloguj się do", "aadError": "Aby użyć edytora zasad indeksowania, zaloguj się do",
"aadErrorLink": "azure portal.", "aadErrorLink": "azure portal.",
"refreshingProgress": "Odświeżanie postępu przekształcania indeksu", "refreshingProgress": "Odświeżanie postępu przekształcania indeksu",
@@ -930,7 +930,7 @@
"learnMoreSuffix": "o sposobie definiowania globalnych indeksów pomocniczych i sposobie ich używania.", "learnMoreSuffix": "o sposobie definiowania globalnych indeksów pomocniczych i sposobie ich używania.",
"jsonAriaLabel": "Kod JSON globalnego indeksu pomocniczego", "jsonAriaLabel": "Kod JSON globalnego indeksu pomocniczego",
"addIndex": "Dodaj indeks", "addIndex": "Dodaj indeks",
"settingsTitle": "Globalne ustawienia indeksu pomocniczego", "settingsTitle": "Ustawienia globalnego indeksu pomocniczego",
"sourceContainer": "Kontener źródłowy", "sourceContainer": "Kontener źródłowy",
"indexDefinition": "Definicja globalnego indeksu pomocniczego" "indexDefinition": "Definicja globalnego indeksu pomocniczego"
}, },
@@ -948,8 +948,8 @@
"unlimited": "Bez ograniczeń", "unlimited": "Bez ograniczeń",
"instant": "Natychmiastowe", "instant": "Natychmiastowe",
"fourToSixHrs": "46 godz.", "fourToSixHrs": "46 godz.",
"autoscaleDescription": "Na podstawie użycia Twoja {{resourceType}} przepustowość będzie skalowana od", "autoscaleDescription": "Na podstawie użycia Twoja {{resourceType}} przepływność będzie skalowana od",
"freeTierWarning": "Rozliczenia zostaną naliczone, jeśli przydzielisz więcej niż {{ru}} RU/s ręcznej przepływności lub jeśli zasób będzie skalowany powyżej {{ru}} RU/s za pomocą autoskalowania.", "freeTierWarning": "Rozliczenia zostaną naliczone, jeśli przydzielisz więcej niż {{ru}} RU/s ręcznej przepływności lub jeśli zasób będzie skalowany powyżej {{ru}} RU/s przy wykorzystaniu przepływności z automatycznym skalowaniem.",
"capacityCalculator": "Oszacuj wymagane jednostki RU/s za pomocą", "capacityCalculator": "Oszacuj wymagane jednostki RU/s za pomocą",
"capacityCalculatorLink": " kalkulator pojemności", "capacityCalculatorLink": " kalkulator pojemności",
"fixedStorageNote": "W przypadku korzystania z kolekcji ze stałą pojemnością magazynu można skonfigurować do 10 000 RU/s.", "fixedStorageNote": "W przypadku korzystania z kolekcji ze stałą pojemnością magazynu można skonfigurować do 10 000 RU/s.",
@@ -997,160 +997,160 @@
}, },
"containerCopy": { "containerCopy": {
"commandBar": { "commandBar": {
"feedbackButtonLabel": "Feedback", "feedbackButtonLabel": "Opinia",
"feedbackButtonAriaLabel": "Provide feedback on copy jobs", "feedbackButtonAriaLabel": "Przekaż opinię na temat zadań kopiowania",
"refreshButtonAriaLabel": "Refresh copy jobs", "refreshButtonAriaLabel": "Odśwież zadania kopiowania",
"createCopyJobButtonLabel": "Create Copy Job", "createCopyJobButtonLabel": "Utwórz zadanie kopiowania",
"createCopyJobButtonAriaLabel": "Create a new container copy job" "createCopyJobButtonAriaLabel": "Utwórz nowe zadanie kopiowania kontenera"
}, },
"noCopyJobs": { "noCopyJobs": {
"title": "No copy jobs to show", "title": "Brak zadań kopiowania do wyświetlenia",
"createCopyJobButtonText": "Create a container copy job" "createCopyJobButtonText": "Utwórz zadanie kopiowania kontenera"
}, },
"jobDetails": { "jobDetails": {
"panelTitle": "{{jobName}}", "panelTitle": "{{jobName}}",
"panelTitleDefault": "Job Details", "panelTitleDefault": "Szczegóły zadania",
"errorTitle": "Error Details", "errorTitle": "Szczegóły błędu",
"selectedContainers": "Selected Containers" "selectedContainers": "Wybrane kontenery"
}, },
"createCopyJob": { "createCopyJob": {
"panelTitle": "Create copy job" "panelTitle": "Tworzenie zadania kopiowania"
}, },
"selectAccount": { "selectAccount": {
"description": "Please select a destination account to copy to.", "description": "Wybierz konto docelowe, do którego chcesz kopiować.",
"subscriptionDropdownLabel": "Subscription", "subscriptionDropdownLabel": "Subskrypcja",
"subscriptionDropdownPlaceholder": "Select a subscription", "subscriptionDropdownPlaceholder": "Wybierz subskrypcję",
"accountDropdownLabel": "Account", "accountDropdownLabel": "Konto",
"accountDropdownPlaceholder": "Select an account" "accountDropdownPlaceholder": "Wybierz konto"
}, },
"migrationType": { "migrationType": {
"offline": { "offline": {
"title": "Offline mode", "title": "Tryb offline",
"description": "Offline container copy jobs let you copy data from a source container to a destination Cosmos DB container for supported APIs. To ensure data integrity between the source and destination, we recommend stopping updates on the source container before creating the copy job. Learn more about [offline copy jobs](https://learn.microsoft.com/azure/cosmos-db/how-to-container-copy?tabs=offline-copy&pivots=api-nosql)." "description": "Zadania kopiowania kontenerów w trybie offline umożliwiają kopiowanie danych z kontenera źródłowego do docelowego kontenera usługi Cosmos DB w przypadku obsługiwanych interfejsów API. Aby zapewnić integralność danych między źródłem i miejscem docelowym, zalecamy zatrzymanie aktualizacji w kontenerze źródłowym przed utworzeniem zadania kopiowania. Dowiedz się więcej o [zadaniach kopiowania w trybie offline](https://learn.microsoft.com/azure/cosmos-db/how-to-container-copy?tabs=offline-copy&pivots=api-nosql)."
}, },
"online": { "online": {
"title": "Online mode", "title": "Tryb online",
"description": "Online container copy jobs let you copy data from a source container to a destination Cosmos DB NoSQL API container using the [All Versions and Delete](https://learn.microsoft.com/azure/cosmos-db/change-feed-modes?tabs=all-versions-and-deletes#all-versions-and-deletes-change-feed-mode-preview) change feed. This allows updates to continue on the source while data is copied. A brief downtime is required at the end to safely switch over client applications to the destination container. Learn more about [online copy jobs](https://learn.microsoft.com/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#getting-started)." "description": "Zadania kopiowania kontenerów online umożliwiają kopiowanie danych z kontenera źródłowego do docelowego kontenera interfejsu API NoSQL usługi Cosmos DB przy użyciu zestawienia zmian [Wszystkie wersje i usuwanie](https://learn.microsoft.com/azure/cosmos-db/change-feed-modes?tabs=all-versions-and-deletes#all-versions-and-deletes-change-feed-mode-preview). Umożliwia to kontynuowanie aktualizacji w źródle podczas kopiowania danych. Na końcu jest wymagany krótki przestój, aby bezpiecznie przełączyć aplikacje klienckie do kontenera docelowego. Dowiedz się więcej o [zadaniach kopiowania online](https://learn.microsoft.com/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#getting-started)."
} }
}, },
"selectContainers": { "selectContainers": {
"description": "Please select a source container and a destination container to copy to.", "description": "Wybierz kontener źródłowy i kontener docelowy do skopiowania.",
"sourceContainerSubHeading": "Source container", "sourceContainerSubHeading": "Kontener źródłowy",
"targetContainerSubHeading": "Destination container", "targetContainerSubHeading": "Kontener docelowy",
"databaseDropdownLabel": "Database", "databaseDropdownLabel": "Baza danych",
"databaseDropdownPlaceholder": "Select a database", "databaseDropdownPlaceholder": "Wybierz bazę danych",
"containerDropdownLabel": "Container", "containerDropdownLabel": "Kontener",
"containerDropdownPlaceholder": "Select a container", "containerDropdownPlaceholder": "Wybierz kontener",
"createNewContainerSubHeading": "Configure the properties for the new container on destination account \"{{accountName}}\".", "createNewContainerSubHeading": "Skonfiguruj właściwości nowego kontenera na koncie docelowym „{{accountName}}.",
"createNewContainerSubHeadingDefault": "Configure the properties for the new container.", "createNewContainerSubHeadingDefault": "Skonfiguruj właściwości nowego kontenera.",
"createContainerButtonLabel": "Utwórz nowy kontener", "createContainerButtonLabel": "Utwórz nowy kontener",
"createContainerHeading": "Create new container" "createContainerHeading": "Utwórz nowy kontener"
}, },
"preview": { "preview": {
"jobNameLabel": "Job name", "jobNameLabel": "Nazwa zadania",
"subscriptionLabel": "Destination subscription", "subscriptionLabel": "Subskrypcja docelowa",
"accountLabel": "Destination account", "accountLabel": "Konto docelowe",
"sourceDatabaseLabel": "Source database", "sourceDatabaseLabel": "Źródłowa baza danych",
"sourceContainerLabel": "Source container", "sourceContainerLabel": "Kontener źródłowy",
"targetDatabaseLabel": "Destination database", "targetDatabaseLabel": "Docelowa baza danych",
"targetContainerLabel": "Destination container" "targetContainerLabel": "Kontener docelowy"
}, },
"assignPermissions": { "assignPermissions": {
"crossAccountDescription": "To copy data from the source to the destination container, ensure that the managed identity of the source account has read-write access to the destination account by completing the following steps.", "crossAccountDescription": "Aby skopiować dane ze kontenera źródłowego do kontenera docelowego, upewnij się, że tożsamość zarządzana konta źródłowego ma dostęp do odczytu i zapisu na koncie docelowym, wykonując następujące kroki.",
"intraAccountOnlineDescription": "Follow the steps below to enable online copy on your \"{{accountName}}\" account.", "intraAccountOnlineDescription": "Wykonaj poniższe kroki, aby włączyć kopiowanie online na koncie „{{accountName}}.",
"crossAccountConfiguration": { "crossAccountConfiguration": {
"title": "Cross-account container copy", "title": "Kopiowanie kontenera między kontami",
"description": "Please follow the instruction below to grant requisite permissions to copy data from \"{{sourceAccount}}\" to \"{{destinationAccount}}\"." "description": "Postępuj zgodnie z instrukcjami poniżej, aby udzielić wymaganych uprawnień do kopiowania danych z lokalizacji konta źródłowego „{{sourceAccount}}” do konta docelowego „{{destinationAccount}}."
}, },
"onlineConfiguration": { "onlineConfiguration": {
"title": "Online container copy", "title": "Kopiowanie do kontenera w trybie online",
"description": "Please follow the instructions below to enable online copy on your \"{{accountName}}\" account." "description": "Postępuj zgodnie z poniższymi instrukcjami, aby włączyć kopiowanie online na koncie „{{accountName}}."
} }
}, },
"popoverOverlaySpinnerLabel": "Please wait while we process your request...", "popoverOverlaySpinnerLabel": "Poczekaj na przetworzenie Twojego żądania...",
"addManagedIdentity": { "addManagedIdentity": {
"title": "System-assigned managed identity enabled.", "title": "Włączono tożsamość zarządzaną przypisaną przez system.",
"description": "A system-assigned managed identity is restricted to one per resource and is tied to the lifecycle of this resource. Once enabled, you can grant permissions to the managed identity by using Azure role-based access control (Azure RBAC). The managed identity is authenticated with Microsoft Entra ID, so you don't have to store any credentials in code.", "description": "Tożsamość zarządzana przypisana przez system jest ograniczona do jednej na zasób i jest powiązana z cyklem życia danego zasobu. Po włączeniu uprawnienia dla tej tożsamości zarządzanej możesz przyznać za pomocą kontroli dostępu na podstawie ról na platformie Azure (Azure RBAC). Tożsamość zarządzana jest uwierzytelniana przy użyciu rozwiązania Microsoft Entra ID, więc nie trzeba przechowywać żadnych poświadczeń w kodzie.",
"descriptionHrefText": "Dowiedz się więcej o tożsamościach zarządzanych.", "descriptionHrefText": "Dowiedz się więcej o tożsamościach zarządzanych.",
"descriptionHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview", "descriptionHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview",
"toggleLabel": "Tożsamość zarządzana przypisana przez system", "toggleLabel": "Tożsamość zarządzana przypisana przez system",
"tooltipContent": "Learn more about", "tooltipContent": "Dowiedz się więcej o",
"tooltipHrefText": "Managed Identities.", "tooltipHrefText": "Tożsamości zarządzane.",
"tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview", "tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview",
"userAssignedIdentityTooltip": "You can select an existing user assigned identity or create a new one.", "userAssignedIdentityTooltip": "Możesz wybrać istniejącą tożsamość przypisaną przez użytkownika lub utworzyć nową.",
"userAssignedIdentityLabel": "You may also select a user assigned managed identity.", "userAssignedIdentityLabel": "Możesz również wybrać tożsamość zarządzaną przypisaną przez użytkownika.",
"createUserAssignedIdentityLink": "Tworzenie tożsamości zarządzanej przypisanej przez użytkownika", "createUserAssignedIdentityLink": "Tworzenie tożsamości zarządzanej przypisanej przez użytkownika",
"enablementTitle": "Włącz tożsamość zarządzaną przypisaną przez system", "enablementTitle": "Włącz tożsamość zarządzaną przypisaną przez system",
"enablementDescription": "Enable system-assigned managed identity on the {{accountName}}. To confirm, click the \"Yes\" button." "enablementDescription": "Włącz tożsamość zarządzaną przypisaną przez system na koncie {{accountName}}. Aby potwierdzić, kliknij przycisk „Tak”."
}, },
"defaultManagedIdentity": { "defaultManagedIdentity": {
"title": "System-assigned managed identity set as default.", "title": "Tożsamość zarządzana przypisana przez system jako wartość domyślna.",
"description": "Set the system-assigned managed identity as default for \"{{accountName}}\" by switching it on.", "description": "Ustaw tożsamość zarządzaną przypisaną przez system jako domyślną dla konta „{{accountName}}”, przełączając się na nią.",
"tooltipContent": "Learn more about", "tooltipContent": "Dowiedz się więcej o",
"tooltipHrefText": "Default Managed Identities.", "tooltipHrefText": "Domyślne tożsamości zarządzane.",
"tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview", "tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview",
"popoverTitle": "System assigned managed identity set as default", "popoverTitle": "Tożsamość zarządzana przypisana przez system jako domyślna",
"popoverDescription": "Assign the system-assigned managed identity as the default for \"{{accountName}}\". To confirm, click the \"Yes\" button. " "popoverDescription": "Przypisz tożsamość zarządzaną przypisaną przez system jako domyślną dla „{{accountName}}”. Aby potwierdzić, kliknij przycisk „Tak”. "
}, },
"readWritePermissionAssigned": { "readWritePermissionAssigned": {
"title": "Read-write permissions assigned to the default identity.", "title": "Uprawnienia do odczytu i zapisu przypisane do tożsamości domyślnej.",
"description": "To allow data copy from source to the destination container, provide read-write access on the destination account to the default identity of the source account.", "description": "Aby zezwolić na kopiowanie danych ze źródła do kontenera docelowego, zapewnij dostęp do odczytu i zapisu na koncie docelowym do domyślnej tożsamości konta źródłowego.",
"tooltipContent": "Learn more about", "tooltipContent": "Dowiedz się więcej o",
"tooltipHrefText": "Read-write permissions.", "tooltipHrefText": "Uprawnienia do odczytu i zapisu.",
"tooltipHref": "https://learn.microsoft.com/azure/cosmos-db/nosql/how-to-connect-role-based-access-control", "tooltipHref": "https://learn.microsoft.com/azure/cosmos-db/nosql/how-to-connect-role-based-access-control",
"popoverTitle": "Assign read-write permissions to default identity.", "popoverTitle": "Przypisz uprawnienia do odczytu i zapisu do tożsamości domyślnej.",
"popoverDescription": "Assign read-write permissions on the destination account to the default identity of the source account. To confirm, click the \"Yes\" button." "popoverDescription": "Przypisz uprawnienia do odczytu i zapisu na koncie docelowym do domyślnej tożsamości konta źródłowego. Aby potwierdzić, kliknij przycisk „Tak”."
}, },
"pointInTimeRestore": { "pointInTimeRestore": {
"title": "Point In Time Restore enabled", "title": "Włączono przywracanie do punktu w czasie",
"description": "To facilitate online container copy jobs, please update your \"{{accessName}}\" backup policy from periodic to continuous backup. Enabling continuous backup is required for this functionality.", "description": "Aby ułatwić wykonywanie zadań kopiowania kontenerów w trybie online, zaktualizuj zasady kopii zapasowych „{{accessName}}” z okresowych na ciągłe. Włączenie ciągłej kopii zapasowej jest wymagane dla tej funkcji.",
"tooltipContent": "Learn more about", "tooltipContent": "Dowiedz się więcej o",
"tooltipHrefText": "Continuous Backup", "tooltipHrefText": "Ciągła kopia zapasowa",
"tooltipHref": "https://learn.microsoft.com/en-us/azure/cosmos-db/continuous-backup-restore-introduction", "tooltipHref": "https://learn.microsoft.com/pl-pl/azure/cosmos-db/continuous-backup-restore-introduction",
"buttonText": "Enable Point In Time Restore" "buttonText": "Włącz przywracanie do określonego punktu w czasie"
}, },
"onlineCopyEnabled": { "onlineCopyEnabled": {
"title": "Online copy enabled", "title": "Włączono kopiowanie w trybie online",
"description": "Enable online container copy by clicking the button below on your \"{{accountName}}\" account.", "description": "Włącz kopiowanie kontenerów online, klikając przycisk poniżej na koncie „{{accountName}}.",
"hrefText": "Learn more about online copy jobs", "hrefText": "Dowiedz się więcej o zadaniach kopiowania w trybie online",
"href": "https://learn.microsoft.com/en-us/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#enable-online-copy", "href": "https://learn.microsoft.com/pl-pl/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#enable-online-copy",
"buttonText": "Enable Online Copy", "buttonText": "Włącz kopiowanie online",
"validateAllVersionsAndDeletesChangeFeedSpinnerLabel": "Validating All versions and deletes change feed mode (preview)...", "validateAllVersionsAndDeletesChangeFeedSpinnerLabel": "Trwa weryfikacja wszystkich wersji i usunięć w trybie zestawienia zmian (wersja zapoznawcza)...",
"enablingAllVersionsAndDeletesChangeFeedSpinnerLabel": "Enabling All versions and deletes change feed mode (preview)...", "enablingAllVersionsAndDeletesChangeFeedSpinnerLabel": "Trwa włączanie wszystkich wersji i usunięć w trybie zestawienia zmian (wersja zapoznawcza)...",
"enablingOnlineCopySpinnerLabel": "Enabling online copy on your \"{{accountName}}\" account ..." "enablingOnlineCopySpinnerLabel": "Trwa włączanie kopii online na koncie „{{accountName}}..."
}, },
"monitorJobs": { "monitorJobs": {
"columns": { "columns": {
"lastUpdatedTime": "Date & time", "lastUpdatedTime": "Data i godzina",
"name": "Job name", "name": "Nazwa zadania",
"status": "Status", "status": "Stan",
"completionPercentage": "Completion %", "completionPercentage": "Procent ukończenia",
"duration": "Duration", "duration": "Czas trwania",
"error": "Error message", "error": "Komunikat o błędzie",
"mode": "Mode", "mode": "Tryb",
"actions": "Actions" "actions": "Akcje"
}, },
"actions": { "actions": {
"pause": "Pause", "pause": "Wstrzymaj",
"resume": "Resume", "resume": "Wznów",
"complete": "Complete", "complete": "Ukończone",
"viewDetails": "View Details" "viewDetails": "Wyświetl szczegóły"
}, },
"status": { "status": {
"pending": "Queued", "pending": "W kolejce",
"inProgress": "Running", "inProgress": "Uruchomiono",
"running": "Running", "running": "Uruchomiono",
"partitioning": "Running", "partitioning": "Uruchomiono",
"paused": "Paused", "paused": "Wstrzymano",
"completed": "Completed", "completed": "Ukończone",
"failed": "Failed", "failed": "Zakończone niepowodzeniem",
"faulted": "Failed", "faulted": "Zakończone niepowodzeniem",
"skipped": "Cancelled", "skipped": "Anulowane",
"cancelled": "Cancelled" "cancelled": "Anulowane"
}, },
"dialog": { "dialog": {
"confirmButtonText": "Confirm", "confirmButtonText": "Potwierdź",
"cancelButtonText": "Cancel" "cancelButtonText": "Anuluj"
} }
} }
} }
+101 -101
View File
@@ -305,7 +305,7 @@
"deleteContainer": "Excluir {{containerName}}", "deleteContainer": "Excluir {{containerName}}",
"newSqlQuery": "Nova Consulta SQL", "newSqlQuery": "Nova Consulta SQL",
"newQuery": "Nova Consulta", "newQuery": "Nova Consulta",
"openMongoShell": "Abrir o Shell Mongo", "openMongoShell": "Abrir o Mongo Shell",
"newShell": "Novo Shell", "newShell": "Novo Shell",
"openCassandraShell": "Abrir o Shell Cassandra", "openCassandraShell": "Abrir o Shell Cassandra",
"newStoredProcedure": "Novo Procedimento Armazenado", "newStoredProcedure": "Novo Procedimento Armazenado",
@@ -813,7 +813,7 @@
"quotaMaxOption": "Sua cota máxima atual é de {{maximumThroughput}} RU/s. Para exceder esse limite, você deve solicitar um aumento de cota, que será revisado pela equipe do Azure Cosmos DB.", "quotaMaxOption": "Sua cota máxima atual é de {{maximumThroughput}} RU/s. Para exceder esse limite, você deve solicitar um aumento de cota, que será revisado pela equipe do Azure Cosmos DB.",
"belowMinimumMessage": "Não é possível reduzir a taxa de transferência abaixo do mínimo atual de {{minimum}} RU/s. Para mais informações sobre esse limite, consulte nossa documentação de cotas de serviço.", "belowMinimumMessage": "Não é possível reduzir a taxa de transferência abaixo do mínimo atual de {{minimum}} RU/s. Para mais informações sobre esse limite, consulte nossa documentação de cotas de serviço.",
"saveThroughputWarning": "Sua cobrança será afetada à medida que você atualizar as configurações de taxa de transferência. Revise a estimativa de custo atualizada abaixo antes de salvar as alterações", "saveThroughputWarning": "Sua cobrança será afetada à medida que você atualizar as configurações de taxa de transferência. Revise a estimativa de custo atualizada abaixo antes de salvar as alterações",
"currentAutoscaleThroughput": "Taxa de transferência atual da escala automática:", "currentAutoscaleThroughput": "Taxa de transferência de dimensionamento automático:",
"targetAutoscaleThroughput": "Taxa de transferência de escala automática de destino:", "targetAutoscaleThroughput": "Taxa de transferência de escala automática de destino:",
"currentManualThroughput": "Taxa de transferência manual atual:", "currentManualThroughput": "Taxa de transferência manual atual:",
"targetManualThroughput": "Taxa de transferência manual de destino:", "targetManualThroughput": "Taxa de transferência manual de destino:",
@@ -843,7 +843,7 @@
"mongoIndexing": { "mongoIndexing": {
"disclaimer": "Para consultas que filtram várias propriedades, crie vários índices de campo único em vez de um índice composto.", "disclaimer": "Para consultas que filtram várias propriedades, crie vários índices de campo único em vez de um índice composto.",
"disclaimerCompoundIndexesLink": " Índices compostos ", "disclaimerCompoundIndexesLink": " Índices compostos ",
"disclaimerSuffix": "são usados apenas para classificar os resultados da consulta. Se você precisar adicionar um índice composto, poderá criar um usando o shell do Mongo.", "disclaimerSuffix": "são usados apenas para classificar os resultados da consulta. Se você precisar adicionar um índice composto, poderá criar um usando o Mongo Shell.",
"compoundNotSupported": "Coleções com índices compostos ainda não têm suporte no editor de indexação. Para modificar a política de indexação desta coleção, use o Mongo Shell.", "compoundNotSupported": "Coleções com índices compostos ainda não têm suporte no editor de indexação. Para modificar a política de indexação desta coleção, use o Mongo Shell.",
"aadError": "Para usar o editor de políticas de indexação, faça logon no", "aadError": "Para usar o editor de políticas de indexação, faça logon no",
"aadErrorLink": "portal do azure.", "aadErrorLink": "portal do azure.",
@@ -997,160 +997,160 @@
}, },
"containerCopy": { "containerCopy": {
"commandBar": { "commandBar": {
"feedbackButtonLabel": "Feedback", "feedbackButtonLabel": "Comentários",
"feedbackButtonAriaLabel": "Provide feedback on copy jobs", "feedbackButtonAriaLabel": "Fornecer comentários sobre trabalhos de cópia",
"refreshButtonAriaLabel": "Refresh copy jobs", "refreshButtonAriaLabel": "Atualizar trabalhos de cópia",
"createCopyJobButtonLabel": "Create Copy Job", "createCopyJobButtonLabel": "Criar Trabalho de Cópia",
"createCopyJobButtonAriaLabel": "Create a new container copy job" "createCopyJobButtonAriaLabel": "Criar um novo trabalho de cópia de contêiner"
}, },
"noCopyJobs": { "noCopyJobs": {
"title": "No copy jobs to show", "title": "Não há trabalhos de cópia para mostrar",
"createCopyJobButtonText": "Create a container copy job" "createCopyJobButtonText": "Criar um trabalho de cópia de contêiner"
}, },
"jobDetails": { "jobDetails": {
"panelTitle": "{{jobName}}", "panelTitle": "{{jobName}}",
"panelTitleDefault": "Job Details", "panelTitleDefault": "Detalhes do Trabalho",
"errorTitle": "Error Details", "errorTitle": "Detalhes do Erro",
"selectedContainers": "Selected Containers" "selectedContainers": "Contêineres Selecionados"
}, },
"createCopyJob": { "createCopyJob": {
"panelTitle": "Create copy job" "panelTitle": "Criar trabalho de cópia"
}, },
"selectAccount": { "selectAccount": {
"description": "Please select a destination account to copy to.", "description": "Selecione uma conta de destino para a qual copiar.",
"subscriptionDropdownLabel": "Subscription", "subscriptionDropdownLabel": "Assinatura",
"subscriptionDropdownPlaceholder": "Select a subscription", "subscriptionDropdownPlaceholder": "Selecione uma assinatura",
"accountDropdownLabel": "Account", "accountDropdownLabel": "Conta",
"accountDropdownPlaceholder": "Select an account" "accountDropdownPlaceholder": "Selecionar uma conta"
}, },
"migrationType": { "migrationType": {
"offline": { "offline": {
"title": "Offline mode", "title": "Modo offline",
"description": "Offline container copy jobs let you copy data from a source container to a destination Cosmos DB container for supported APIs. To ensure data integrity between the source and destination, we recommend stopping updates on the source container before creating the copy job. Learn more about [offline copy jobs](https://learn.microsoft.com/azure/cosmos-db/how-to-container-copy?tabs=offline-copy&pivots=api-nosql)." "description": "Os trabalhos de cópia de contêiner offline permitem copiar dados de um contêiner de origem para um contêiner de destino do Cosmos DB para APIs com suporte. Para garantir a integridade dos dados entre a origem e o destino, recomendamos interromper as atualizações no contêiner de origem antes de criar o trabalho de cópia. Saiba mais sobre [trabalhos de cópia offline](https://learn.microsoft.com/azure/cosmos-db/how-to-container-copy?tabs=offline-copy&pivots=api-nosql)."
}, },
"online": { "online": {
"title": "Online mode", "title": "Modo online",
"description": "Online container copy jobs let you copy data from a source container to a destination Cosmos DB NoSQL API container using the [All Versions and Delete](https://learn.microsoft.com/azure/cosmos-db/change-feed-modes?tabs=all-versions-and-deletes#all-versions-and-deletes-change-feed-mode-preview) change feed. This allows updates to continue on the source while data is copied. A brief downtime is required at the end to safely switch over client applications to the destination container. Learn more about [online copy jobs](https://learn.microsoft.com/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#getting-started)." "description": "Os trabalhos de cópia online de contêiner permitem copiar dados de um contêiner de origem para um contêiner de destino da API NoSQL do Cosmos DB usando o feed de alterações [Todas as Versões e Excluir](https://learn.microsoft.com/azure/cosmos-db/change-feed-modes?tabs=all-versions-and-deletes#all-versions-and-deletes-change-feed-mode-preview). Isso permite que as atualizações continuem na fonte enquanto os dados são copiados. Um breve tempo de inatividade é necessário no final para alternar aplicativos cliente com segurança para o contêiner de destino. Saiba mais sobre [trabalhos de cópia online](https://learn.microsoft.com/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#getting-started)."
} }
}, },
"selectContainers": { "selectContainers": {
"description": "Please select a source container and a destination container to copy to.", "description": "Selecione um contêiner de origem e um contêiner de destino para o qual copiar.",
"sourceContainerSubHeading": "Source container", "sourceContainerSubHeading": "Contêiner de origem",
"targetContainerSubHeading": "Destination container", "targetContainerSubHeading": "Contêiner de destino",
"databaseDropdownLabel": "Database", "databaseDropdownLabel": "Banco de dados",
"databaseDropdownPlaceholder": "Select a database", "databaseDropdownPlaceholder": "Selecionar um banco de dados",
"containerDropdownLabel": "Container", "containerDropdownLabel": "Contêiner",
"containerDropdownPlaceholder": "Select a container", "containerDropdownPlaceholder": "Selecionar um contêiner",
"createNewContainerSubHeading": "Configure the properties for the new container on destination account \"{{accountName}}\".", "createNewContainerSubHeading": "Configure as propriedades do novo contêiner na conta de destino \"{{accountName}}\".",
"createNewContainerSubHeadingDefault": "Configure the properties for the new container.", "createNewContainerSubHeadingDefault": "Configure as propriedades para o novo contêiner.",
"createContainerButtonLabel": "Criar um novo contêiner", "createContainerButtonLabel": "Criar um novo contêiner",
"createContainerHeading": "Create new container" "createContainerHeading": "Criar novo contêiner"
}, },
"preview": { "preview": {
"jobNameLabel": "Job name", "jobNameLabel": "Nome do trabalho",
"subscriptionLabel": "Destination subscription", "subscriptionLabel": "Assinatura de destino",
"accountLabel": "Destination account", "accountLabel": "Conta de destino",
"sourceDatabaseLabel": "Source database", "sourceDatabaseLabel": "Banco de dados de origem",
"sourceContainerLabel": "Source container", "sourceContainerLabel": "Contêiner de origem",
"targetDatabaseLabel": "Destination database", "targetDatabaseLabel": "Banco de dados de destino",
"targetContainerLabel": "Destination container" "targetContainerLabel": "Contêiner de destino"
}, },
"assignPermissions": { "assignPermissions": {
"crossAccountDescription": "To copy data from the source to the destination container, ensure that the managed identity of the source account has read-write access to the destination account by completing the following steps.", "crossAccountDescription": "Para copiar dados da origem para o contêiner de destino, certifique-se de que a identidade gerenciada da conta de origem tenha acesso de leitura/gravação à conta de destino concluindo as etapas a seguir.",
"intraAccountOnlineDescription": "Follow the steps below to enable online copy on your \"{{accountName}}\" account.", "intraAccountOnlineDescription": "Siga as etapas abaixo para habilitar a cópia online em sua conta \"{{accountName}}\".",
"crossAccountConfiguration": { "crossAccountConfiguration": {
"title": "Cross-account container copy", "title": "Cópia de contêiner entre contas",
"description": "Please follow the instruction below to grant requisite permissions to copy data from \"{{sourceAccount}}\" to \"{{destinationAccount}}\"." "description": "Siga as instruções abaixo para conceder permissões necessárias para copiar dados de \"{{sourceAccount}}\" para \"{{destinationAccount}}\"."
}, },
"onlineConfiguration": { "onlineConfiguration": {
"title": "Online container copy", "title": "Cópia de contêiner online",
"description": "Please follow the instructions below to enable online copy on your \"{{accountName}}\" account." "description": "Siga as instruções abaixo para habilitar a cópia online em sua conta \"{{accountName}}\"."
} }
}, },
"popoverOverlaySpinnerLabel": "Please wait while we process your request...", "popoverOverlaySpinnerLabel": "Aguarde enquanto processemos a sua solicitação...",
"addManagedIdentity": { "addManagedIdentity": {
"title": "System-assigned managed identity enabled.", "title": "Identidade gerenciada atribuída pelo sistema habilitada.",
"description": "A system-assigned managed identity is restricted to one per resource and is tied to the lifecycle of this resource. Once enabled, you can grant permissions to the managed identity by using Azure role-based access control (Azure RBAC). The managed identity is authenticated with Microsoft Entra ID, so you don't have to store any credentials in code.", "description": "A identidade gerenciada atribuída pelo sistema é restrita a uma por recurso e está vinculada ao ciclo de vida desse recurso. Uma vez habilitado, você pode conceder permissões à identidade gerenciada usando o controle de acesso baseado em função (RBAC) do Azure. A identidade gerenciada é autenticada com o Microsoft Entra ID, portanto, você não precisa armazenar credenciais no código.",
"descriptionHrefText": "Saiba mais sobre as Identidades gerenciadas.", "descriptionHrefText": "Saiba mais sobre as Identidades gerenciadas.",
"descriptionHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview", "descriptionHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview",
"toggleLabel": "Identidade gerenciada atribuída ao sistema", "toggleLabel": "Identidade gerenciada atribuída ao sistema",
"tooltipContent": "Learn more about", "tooltipContent": "Saiba mais sobre",
"tooltipHrefText": "Managed Identities.", "tooltipHrefText": "Identidades Gerenciadas.",
"tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview", "tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview",
"userAssignedIdentityTooltip": "You can select an existing user assigned identity or create a new one.", "userAssignedIdentityTooltip": "Você pode selecionar uma identidade atribuída pelo usuário existente ou criar uma nova.",
"userAssignedIdentityLabel": "You may also select a user assigned managed identity.", "userAssignedIdentityLabel": "Você também pode selecionar uma identidade gerenciada atribuída pelo usuário.",
"createUserAssignedIdentityLink": "Criar uma identidade gerenciada atribuída pelo usuário", "createUserAssignedIdentityLink": "Criar uma identidade gerenciada atribuída pelo usuário",
"enablementTitle": "Habilitar a identidade gerenciada atribuída pelo sistema", "enablementTitle": "Habilitar a identidade gerenciada atribuída pelo sistema",
"enablementDescription": "Enable system-assigned managed identity on the {{accountName}}. To confirm, click the \"Yes\" button." "enablementDescription": "Habilitar a identidade gerenciada atribuída pelo sistema no {{accountName}}. Para confirmar, clique no botão \"Sim\"."
}, },
"defaultManagedIdentity": { "defaultManagedIdentity": {
"title": "System-assigned managed identity set as default.", "title": "Identidade gerenciada atribuída pelo sistema definida como padrão.",
"description": "Set the system-assigned managed identity as default for \"{{accountName}}\" by switching it on.", "description": "Defina a identidade gerenciada atribuída pelo sistema como padrão para \"{{accountName}}\" ativando essa opção.",
"tooltipContent": "Learn more about", "tooltipContent": "Saiba mais sobre",
"tooltipHrefText": "Default Managed Identities.", "tooltipHrefText": "Identidades Gerenciadas Padrão.",
"tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview", "tooltipHref": "https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview",
"popoverTitle": "System assigned managed identity set as default", "popoverTitle": "Identidade gerenciada atribuída pelo sistema definida como padrão",
"popoverDescription": "Assign the system-assigned managed identity as the default for \"{{accountName}}\". To confirm, click the \"Yes\" button. " "popoverDescription": "Atribua a identidade gerenciada atribuída pelo sistema como o padrão para \"{{accountName}}\". Para confirmar, clique no botão \"Sim\". "
}, },
"readWritePermissionAssigned": { "readWritePermissionAssigned": {
"title": "Read-write permissions assigned to the default identity.", "title": "Permissões de leitura/gravação atribuídas à identidade padrão.",
"description": "To allow data copy from source to the destination container, provide read-write access on the destination account to the default identity of the source account.", "description": "Para permitir a cópia de dados da origem para o contêiner de destino, forneça acesso de leitura/gravação na conta de destino para a identidade padrão da conta de origem.",
"tooltipContent": "Learn more about", "tooltipContent": "Saiba mais sobre",
"tooltipHrefText": "Read-write permissions.", "tooltipHrefText": "Permissões de leitura/gravação.",
"tooltipHref": "https://learn.microsoft.com/azure/cosmos-db/nosql/how-to-connect-role-based-access-control", "tooltipHref": "https://learn.microsoft.com/azure/cosmos-db/nosql/how-to-connect-role-based-access-control",
"popoverTitle": "Assign read-write permissions to default identity.", "popoverTitle": "Atribua permissões de leitura/gravação à identidade padrão.",
"popoverDescription": "Assign read-write permissions on the destination account to the default identity of the source account. To confirm, click the \"Yes\" button." "popoverDescription": "Atribua permissões de leitura/gravação na conta de destino à identidade padrão da conta de origem. Para confirmar, clique no botão \"Sim\"."
}, },
"pointInTimeRestore": { "pointInTimeRestore": {
"title": "Point In Time Restore enabled", "title": "Restauração pontual habilitada",
"description": "To facilitate online container copy jobs, please update your \"{{accessName}}\" backup policy from periodic to continuous backup. Enabling continuous backup is required for this functionality.", "description": "Para facilitar trabalhos de cópia de contêiner online, atualize a política de backup \"{{accessName}}\" de backup periódico para contínuo. Habilitar o backup contínuo é necessário para essa funcionalidade.",
"tooltipContent": "Learn more about", "tooltipContent": "Saiba mais sobre",
"tooltipHrefText": "Continuous Backup", "tooltipHrefText": "Backup Contínuo",
"tooltipHref": "https://learn.microsoft.com/en-us/azure/cosmos-db/continuous-backup-restore-introduction", "tooltipHref": "https://learn.microsoft.com/en-us/azure/cosmos-db/continuous-backup-restore-introduction",
"buttonText": "Enable Point In Time Restore" "buttonText": "Habilitar Restauração Pontual"
}, },
"onlineCopyEnabled": { "onlineCopyEnabled": {
"title": "Online copy enabled", "title": "Cópia online habilitada",
"description": "Enable online container copy by clicking the button below on your \"{{accountName}}\" account.", "description": "Habilite a cópia de contêiner online clicando no botão abaixo em sua conta \"{{accountName}}\".",
"hrefText": "Learn more about online copy jobs", "hrefText": "Saiba mais sobre trabalhos de cópia online",
"href": "https://learn.microsoft.com/en-us/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#enable-online-copy", "href": "https://learn.microsoft.com/en-us/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#enable-online-copy",
"buttonText": "Enable Online Copy", "buttonText": "Habilitar Cópia Online",
"validateAllVersionsAndDeletesChangeFeedSpinnerLabel": "Validating All versions and deletes change feed mode (preview)...", "validateAllVersionsAndDeletesChangeFeedSpinnerLabel": "Validando Todas as versões e exclui o modo de feed de alterações (versão prévia)...",
"enablingAllVersionsAndDeletesChangeFeedSpinnerLabel": "Enabling All versions and deletes change feed mode (preview)...", "enablingAllVersionsAndDeletesChangeFeedSpinnerLabel": "Habilitando Todas as versões e excluindo o modo de feed de alterações (versão prévia)...",
"enablingOnlineCopySpinnerLabel": "Enabling online copy on your \"{{accountName}}\" account ..." "enablingOnlineCopySpinnerLabel": "Habilitando a cópia online em sua conta \"{{accountName}}\"..."
}, },
"monitorJobs": { "monitorJobs": {
"columns": { "columns": {
"lastUpdatedTime": "Date & time", "lastUpdatedTime": "Data e hora",
"name": "Job name", "name": "Nome do trabalho",
"status": "Status", "status": "Status",
"completionPercentage": "Completion %", "completionPercentage": "% de Conclusão",
"duration": "Duration", "duration": "Duração",
"error": "Error message", "error": "Mensagem de erro",
"mode": "Mode", "mode": "Modo",
"actions": "Actions" "actions": "Ações"
}, },
"actions": { "actions": {
"pause": "Pause", "pause": "Pausar",
"resume": "Resume", "resume": "Retomar",
"complete": "Complete", "complete": "Completar",
"viewDetails": "View Details" "viewDetails": "Exibir Detalhes"
}, },
"status": { "status": {
"pending": "Queued", "pending": "Na fila",
"inProgress": "Running", "inProgress": "Em execução",
"running": "Running", "running": "Em execução",
"partitioning": "Running", "partitioning": "Em execução",
"paused": "Paused", "paused": "Em pausa",
"completed": "Completed", "completed": "Concluído",
"failed": "Failed", "failed": "Com falha",
"faulted": "Failed", "faulted": "Com falha",
"skipped": "Cancelled", "skipped": "Cancelado",
"cancelled": "Cancelled" "cancelled": "Cancelado"
}, },
"dialog": { "dialog": {
"confirmButtonText": "Confirm", "confirmButtonText": "Confirmar",
"cancelButtonText": "Cancel" "cancelButtonText": "Cancelar"
} }
} }
} }
+14 -14
View File
@@ -78,7 +78,7 @@
"description": "Создайте таблицу и взаимодействуйте с данными, используя командный интерфейс PostgreSQL" "description": "Создайте таблицу и взаимодействуйте с данными, используя командный интерфейс PostgreSQL"
}, },
"vcoreMongo": { "vcoreMongo": {
"title": "Оболочка Mongo", "title": "Mongo Shell",
"description": "Создайте коллекцию и взаимодействуйте с данными, используя командный интерфейс MongoDB" "description": "Создайте коллекцию и взаимодействуйте с данными, используя командный интерфейс MongoDB"
} }
}, },
@@ -305,7 +305,7 @@
"deleteContainer": "Удалить {{containerName}}", "deleteContainer": "Удалить {{containerName}}",
"newSqlQuery": "Новый SQL-запрос", "newSqlQuery": "Новый SQL-запрос",
"newQuery": "Новый запрос", "newQuery": "Новый запрос",
"openMongoShell": "Открыть оболочку Mongo", "openMongoShell": "Открыть Mongo Shell",
"newShell": "Новая оболочка", "newShell": "Новая оболочка",
"openCassandraShell": "Открыть оболочку Cassandra", "openCassandraShell": "Открыть оболочку Cassandra",
"newStoredProcedure": "Новая хранимая процедура", "newStoredProcedure": "Новая хранимая процедура",
@@ -416,7 +416,7 @@
"refreshGridFailed": "Не удалось обновить сетку документов" "refreshGridFailed": "Не удалось обновить сетку документов"
}, },
"mongoShell": { "mongoShell": {
"title": "Оболочка Mongo" "title": "Mongo Shell"
} }
}, },
"panes": { "panes": {
@@ -490,7 +490,7 @@
"legacySdkInfo": "Чтобы обеспечить совместимость со старыми SDK, созданный контейнер будет использовать устаревшую схему секционирования, которая поддерживает значения ключа секционирования размером не более 101 байта. Если эта возможность включена, использование иерархических ключей секционирования будет недоступно.", "legacySdkInfo": "Чтобы обеспечить совместимость со старыми SDK, созданный контейнер будет использовать устаревшую схему секционирования, которая поддерживает значения ключа секционирования размером не более 101 байта. Если эта возможность включена, использование иерархических ключей секционирования будет недоступно.",
"indexingOnInfo": "По умолчанию все свойства в документах будут индексироваться для гибкости и эффективности запросов.", "indexingOnInfo": "По умолчанию все свойства в документах будут индексироваться для гибкости и эффективности запросов.",
"indexingOffInfo": "Индексация будет отключена. Рекомендуется, если не требуется выполнять запросы или используются только операции с ключами.", "indexingOffInfo": "Индексация будет отключена. Рекомендуется, если не требуется выполнять запросы или используются только операции с ключами.",
"indexingOffWarning": "Если создать контейнер с отключённым индексированием, изменения политики индексирования будут недоступны. Изменения разрешены только для контейнеров с включённой политикой индексирования.", "indexingOffWarning": "Если создать контейнер с отключённым индексированием, изменения политики индексации будут недоступны. Изменения разрешены только для контейнеров с включённой политикой индексации.",
"acknowledgeSpendErrorMonthly": "Подтвердите, что осведомлены о смете ежемесячных расходов.", "acknowledgeSpendErrorMonthly": "Подтвердите, что осведомлены о смете ежемесячных расходов.",
"acknowledgeSpendErrorDaily": "Подтвердите, что осведомлены о смете ежемесячных расходов за день.", "acknowledgeSpendErrorDaily": "Подтвердите, что осведомлены о смете ежемесячных расходов за день.",
"unshardedMaxRuError": "Неэкстентированные коллекции поддерживают до 10 000 ЕЗ", "unshardedMaxRuError": "Неэкстентированные коллекции поддерживают до 10 000 ЕЗ",
@@ -797,17 +797,17 @@
"perMonth": "в месяц" "perMonth": "в месяц"
}, },
"throughput": { "throughput": {
"manualToAutoscaleDisclaimer": "Начальный максимальный объем автоматически масштабируемых RU/s будет определяться системой на основе текущих настроек пропускной способности, заданных вручную, и объема хранилища ваших ресурсов. После включения автомасштабирования вы можете изменить максимальное значение RU/s.", "manualToAutoscaleDisclaimer": "Начальный максимальный объем автоматически масштабируемых RU/s будет определяться системой на основе текущих настроек пропускной способности вручную и объема хранилища ваших ресурсов. После включения автомасштабирования вы можете изменить максимальное значение RU/s.",
"ttlWarningText": "Система будет автоматически удалять элементы на основе указанного вами значения TTL (в секундах), без необходимости явного запуска операции удаления клиентским приложением. Для получения более подробной информации см.", "ttlWarningText": "Система будет автоматически удалять элементы на основе указанного вами значения TTL (в секундах), без необходимости явного запуска операции удаления клиентским приложением. Для получения более подробной информации см.",
"ttlWarningLinkText": "Время жизни (TTL) в Azure Cosmos DB", "ttlWarningLinkText": "Время жизни (TTL) в Azure Cosmos DB",
"unsavedIndexingPolicy": "политика индексирования", "unsavedIndexingPolicy": "политика индексации",
"unsavedDataMaskingPolicy": "политика маскирования данных", "unsavedDataMaskingPolicy": "политика маскирования данных",
"unsavedComputedProperties": "вычисленные свойства", "unsavedComputedProperties": "вычисленные свойства",
"unsavedEditorWarningPrefix": "Вы не сохранили последние изменения, внесенные в ваш", "unsavedEditorWarningPrefix": "Вы не сохранили последние изменения, внесенные в ваш",
"unsavedEditorWarningSuffix": ". Нажмите \"Сохранить\", чтобы подтвердить изменения.", "unsavedEditorWarningSuffix": ". Нажмите \"Сохранить\", чтобы подтвердить изменения.",
"updateDelayedApplyWarning": "Вы собираетесь запросить увеличение пропускной способности сверх предварительно выделенной мощности. Эта операция займет некоторое время.", "updateDelayedApplyWarning": "Вы собираетесь запросить увеличение пропускной способности сверх предварительно выделенной емкости. Эта операция займет некоторое время.",
"scalingUpDelayMessage": "Масштабирование займет 4-6 часов, поскольку оно превышает возможности Azure Cosmos DB по мгновенному масштабированию, исходя из количества физических разделов. Вы можете мгновенно увеличить пропускную способность до {{instantMaximumThroughput}} или продолжить с этим значением и дождаться завершения масштабирования.", "scalingUpDelayMessage": "Масштабирование займет 4-6 часов, поскольку оно превышает возможности Azure Cosmos DB по мгновенному масштабированию, исходя из количества физических разделов. Вы можете мгновенно увеличить пропускную способность до {{instantMaximumThroughput}} или продолжить с этим значением и дождаться завершения масштабирования.",
"exceedPreAllocatedMessage": "Ваш запрос на увеличение пропускной способности превышает предварительно выделенную мощность, что может занять больше времени, чем ожидалось. Для продолжения вы можете выбрать один из трех вариантов:", "exceedPreAllocatedMessage": "Ваш запрос на увеличение пропускной способности превышает предварительно выделенную емкость, что может занять больше времени, чем ожидалось. Для продолжения вы можете выбрать один из трех вариантов:",
"instantScaleOption": "Вы можете мгновенно увеличить масштаб до {{instantMaximumThroughput}} RU/s.", "instantScaleOption": "Вы можете мгновенно увеличить масштаб до {{instantMaximumThroughput}} RU/s.",
"asyncScaleOption": "Вы можете асинхронно масштабировать систему до любого значения менее {{maximumThroughput}} RU/s за 4-6 часов.", "asyncScaleOption": "Вы можете асинхронно масштабировать систему до любого значения менее {{maximumThroughput}} RU/s за 4-6 часов.",
"quotaMaxOption": "Ваш текущий максимальный лимит квоты составляет {{maximumThroughput}} RU/s. Чтобы превысить этот лимит, необходимо запросить увеличение квоты, и команда Azure Cosmos DB рассмотрит этот запрос.", "quotaMaxOption": "Ваш текущий максимальный лимит квоты составляет {{maximumThroughput}} RU/s. Чтобы превысить этот лимит, необходимо запросить увеличение квоты, и команда Azure Cosmos DB рассмотрит этот запрос.",
@@ -815,8 +815,8 @@
"saveThroughputWarning": "Изменение настроек пропускной способности повлияет на ваш счет за электроэнергию. Перед сохранением изменений ознакомьтесь с обновленной сметой расходов ниже", "saveThroughputWarning": "Изменение настроек пропускной способности повлияет на ваш счет за электроэнергию. Перед сохранением изменений ознакомьтесь с обновленной сметой расходов ниже",
"currentAutoscaleThroughput": "Текущая пропускная способность автомасштабирования:", "currentAutoscaleThroughput": "Текущая пропускная способность автомасштабирования:",
"targetAutoscaleThroughput": "Целевая пропускная способность автомасштабирования:", "targetAutoscaleThroughput": "Целевая пропускная способность автомасштабирования:",
"currentManualThroughput": "Текущая производительность при ручном вводе данных:", "currentManualThroughput": "Текущая пропускная способность вручную:",
"targetManualThroughput": "Целевой показатель производительности при ручном вводе данных:", "targetManualThroughput": "Целевой показатель пропускной способности вручную:",
"applyDelayedMessage": "Запрос на увеличение пропускной способности успешно подан. Выполнение этой операции займет от 1 до 3 рабочих дней. Просмотрите актуальный статус в разделе \"Уведомления\".", "applyDelayedMessage": "Запрос на увеличение пропускной способности успешно подан. Выполнение этой операции займет от 1 до 3 рабочих дней. Просмотрите актуальный статус в разделе \"Уведомления\".",
"databaseLabel": "База данных:", "databaseLabel": "База данных:",
"containerLabel": "Контейнер:", "containerLabel": "Контейнер:",
@@ -843,9 +843,9 @@
"mongoIndexing": { "mongoIndexing": {
"disclaimer": "Для запросов, фильтрующих по нескольким свойствам, создавайте несколько индексов для отдельных полей вместо составного индекса.", "disclaimer": "Для запросов, фильтрующих по нескольким свойствам, создавайте несколько индексов для отдельных полей вместо составного индекса.",
"disclaimerCompoundIndexesLink": " Составные индексы ", "disclaimerCompoundIndexesLink": " Составные индексы ",
"disclaimerSuffix": "используются только для сортировки результатов запроса. Если вам нужно добавить составной индекс, вы можете создать его с помощью оболочки Mongo.", "disclaimerSuffix": "используются только для сортировки результатов запроса. Если вам нужно добавить составной индекс, вы можете создать его с помощью Mongo Shell.",
"compoundNotSupported": "В редакторе индексирования пока не поддерживаются коллекции со сложными индексами. Для изменения политики индексирования этой коллекции используйте оболочку Mongo.", "compoundNotSupported": "В редакторе индексации пока не поддерживаются коллекции со сложными индексами. Для изменения политики индексации этой коллекции используйте Mongo Shell.",
"aadError": "Для использования редактора политик индексирования войдите в", "aadError": "Для использования редактора политик индексации войдите в",
"aadErrorLink": "Портал Azure.", "aadErrorLink": "Портал Azure.",
"refreshingProgress": "Обновление хода преобразования индекса", "refreshingProgress": "Обновление хода преобразования индекса",
"canMakeMoreChangesZero": "Дополнительные изменения в индексировании можно внести после завершения текущего преобразования индекса. ", "canMakeMoreChangesZero": "Дополнительные изменения в индексировании можно внести после завершения текущего преобразования индекса. ",
@@ -930,7 +930,7 @@
"learnMoreSuffix": "о том, как определять глобальные вторичные индексы и как их использовать.", "learnMoreSuffix": "о том, как определять глобальные вторичные индексы и как их использовать.",
"jsonAriaLabel": "Глобальный вторичный индекс JSON", "jsonAriaLabel": "Глобальный вторичный индекс JSON",
"addIndex": "Добавить индекс", "addIndex": "Добавить индекс",
"settingsTitle": "Глобальные настройки вторичного индекса", "settingsTitle": "Настройки глобального вторичного индекса",
"sourceContainer": "Исходный контейнер", "sourceContainer": "Исходный контейнер",
"indexDefinition": "Определение глобального вторичного индекса" "indexDefinition": "Определение глобального вторичного индекса"
}, },
+13 -13
View File
@@ -78,7 +78,7 @@
"description": "建立資料表並使用 PostgreSQL 殼層介面與資料互動" "description": "建立資料表並使用 PostgreSQL 殼層介面與資料互動"
}, },
"vcoreMongo": { "vcoreMongo": {
"title": "Mongo 殼層", "title": "Mongo Shell",
"description": "建立集合並使用 MongoDB 殼層介面與資料互動" "description": "建立集合並使用 MongoDB 殼層介面與資料互動"
} }
}, },
@@ -305,7 +305,7 @@
"deleteContainer": "刪除 {{containerName}}", "deleteContainer": "刪除 {{containerName}}",
"newSqlQuery": "新增 SQL 查詢", "newSqlQuery": "新增 SQL 查詢",
"newQuery": "新增查詢", "newQuery": "新增查詢",
"openMongoShell": "開啟 Mongo 殼層", "openMongoShell": "開啟 Mongo Shell",
"newShell": "新增殼層", "newShell": "新增殼層",
"openCassandraShell": "開啟 Cassandra 殼層", "openCassandraShell": "開啟 Cassandra 殼層",
"newStoredProcedure": "新增預存程序", "newStoredProcedure": "新增預存程序",
@@ -416,7 +416,7 @@
"refreshGridFailed": "重新整理文件方格失敗" "refreshGridFailed": "重新整理文件方格失敗"
}, },
"mongoShell": { "mongoShell": {
"title": "Mongo 殼層" "title": "Mongo Shell"
} }
}, },
"panes": { "panes": {
@@ -490,7 +490,7 @@
"legacySdkInfo": "為確保與舊版 SDK 的相容性,已建立的容器將使用舊版分割配置,其支援大小最多僅 101 個位元組的資料分割索引鍵值。如果啟用此功能,您將無法使用階層式資料分割索引鍵。", "legacySdkInfo": "為確保與舊版 SDK 的相容性,已建立的容器將使用舊版分割配置,其支援大小最多僅 101 個位元組的資料分割索引鍵值。如果啟用此功能,您將無法使用階層式資料分割索引鍵。",
"indexingOnInfo": "預設會對文件中的所有屬性編製索引,以獲得彈性且有效率的查詢。", "indexingOnInfo": "預設會對文件中的所有屬性編製索引,以獲得彈性且有效率的查詢。",
"indexingOffInfo": "索引編製將會關閉。如果您不需要執行查詢或只有索引鍵值作業,建議您使用。", "indexingOffInfo": "索引編製將會關閉。如果您不需要執行查詢或只有索引鍵值作業,建議您使用。",
"indexingOffWarning": "藉由建立此容器並關閉索引編製,您將無法進行任何索引編製原則變更。索引變更只允許在具有索引編製原則的容器上執行。", "indexingOffWarning": "藉由建立此容器並關閉索引編製,您將無法進行任何索引原則變更。索引變更只允許在具有索引原則的容器上執行。",
"acknowledgeSpendErrorMonthly": "請認知每月預估支出。", "acknowledgeSpendErrorMonthly": "請認知每月預估支出。",
"acknowledgeSpendErrorDaily": "請認知估計的每日支出。", "acknowledgeSpendErrorDaily": "請認知估計的每日支出。",
"unshardedMaxRuError": "未分區的集合最多支援 10,000 個 RU", "unshardedMaxRuError": "未分區的集合最多支援 10,000 個 RU",
@@ -737,12 +737,12 @@
"addProperty": "新增屬性" "addProperty": "新增屬性"
}, },
"addGlobalSecondaryIndex": { "addGlobalSecondaryIndex": {
"globalSecondaryIndexId": "全域次要索引容器識別碼", "globalSecondaryIndexId": "全域從屬索引容器識別碼",
"globalSecondaryIndexIdPlaceholder": "例如,indexbyEmailId", "globalSecondaryIndexIdPlaceholder": "例如,indexbyEmailId",
"projectionQuery": "投射查詢", "projectionQuery": "投射查詢",
"projectionQueryPlaceholder": "SELECT c.email, c.accountId FROM c", "projectionQueryPlaceholder": "SELECT c.email, c.accountId FROM c",
"projectionQueryTooltip": "深入了解如何定義全域次要索引。", "projectionQueryTooltip": "深入了解如何定義全域從屬索引。",
"disabledTitle": "已在建立全域次要索引。請等候它完成,再建立新的工作。" "disabledTitle": "已在建立全域從屬索引。請等候它完成,再建立新的工作。"
}, },
"stringInput": { "stringInput": {
"inputMismatchError": "輸入 {{input}} 與選取的 {{selectedId}} 不符" "inputMismatchError": "輸入 {{input}} 與選取的 {{selectedId}} 不符"
@@ -764,7 +764,7 @@
"computedProperties": "計算屬性", "computedProperties": "計算屬性",
"containerPolicies": "容器原則", "containerPolicies": "容器原則",
"throughputBuckets": "輸送量貯體", "throughputBuckets": "輸送量貯體",
"globalSecondaryIndexPreview": "全域次要索引 (預覽)", "globalSecondaryIndexPreview": "全域從屬索引 (預覽)",
"maskingPolicyPreview": "遮罩原則" "maskingPolicyPreview": "遮罩原則"
}, },
"mongoNotifications": { "mongoNotifications": {
@@ -845,7 +845,7 @@
"disclaimerCompoundIndexesLink": " 複合索引 ", "disclaimerCompoundIndexesLink": " 複合索引 ",
"disclaimerSuffix": "僅用於排序查詢結果。如果您需要新增複合索引,您可以使用 Mongo Shell 建立一個複合索引。", "disclaimerSuffix": "僅用於排序查詢結果。如果您需要新增複合索引,您可以使用 Mongo Shell 建立一個複合索引。",
"compoundNotSupported": "索引編輯器中尚不支援具有複合索引的集合。若要修改此集合的索引編製原則,請使用 Mongo Shell。", "compoundNotSupported": "索引編輯器中尚不支援具有複合索引的集合。若要修改此集合的索引編製原則,請使用 Mongo Shell。",
"aadError": "若要使用索引編製原則編輯器,請登入", "aadError": "若要使用索引原則編輯器,請登入",
"aadErrorLink": "Azure 入口網站。", "aadErrorLink": "Azure 入口網站。",
"refreshingProgress": "重新整理索引轉換進度", "refreshingProgress": "重新整理索引轉換進度",
"canMakeMoreChangesZero": "當目前的索引轉換完成後,您可以進行更多索引變更。", "canMakeMoreChangesZero": "當目前的索引轉換完成後,您可以進行更多索引變更。",
@@ -927,12 +927,12 @@
}, },
"globalSecondaryIndex": { "globalSecondaryIndex": {
"indexesDefined": "此容器已定義下列索引。", "indexesDefined": "此容器已定義下列索引。",
"learnMoreSuffix": "關於如何定義全域次要索引,以及如何使用它們。", "learnMoreSuffix": "關於如何定義全域從屬索引,以及如何使用它們。",
"jsonAriaLabel": "全域次要索引 JSON", "jsonAriaLabel": "全域從屬索引 JSON",
"addIndex": "新增索引", "addIndex": "新增索引",
"settingsTitle": "全域次要索引設定", "settingsTitle": "全域從屬索引設定",
"sourceContainer": "來源容器", "sourceContainer": "來源容器",
"indexDefinition": "全域次要索引定義" "indexDefinition": "全域從屬索引定義"
}, },
"indexingPolicyRefresh": { "indexingPolicyRefresh": {
"refreshFailed": "重新整理索引轉換進度失敗" "refreshFailed": "重新整理索引轉換進度失敗"