Skip to content

Commit

Permalink
Localized file check-in by OneLocBuild Task: Build definition ID 1089…
Browse files Browse the repository at this point in the history
…9: Build ID 28506236 (#19968)
  • Loading branch information
vmapetr authored Jun 7, 2024
1 parent cf919c5 commit faa0950
Show file tree
Hide file tree
Showing 9 changed files with 234 additions and 198 deletions.
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
{
"loc.friendlyName": "Im Azure Service Bus veröffentlichen",
"loc.helpMarkDown": "[Weitere Informationen zu dieser Aufgabe](https://go.microsoft.com/fwlink/?linkid=870237)",
"loc.description": "Hiermit wird über eine Dienstverbindung eine Nachricht an Azure Service Bus gesendet (kein Agent erforderlich).",
"loc.instanceNameFormat": "Im Azure Service Bus veröffentlichen",
"loc.group.displayName.advancedProperties": "Erweitert",
"loc.input.label.connectedServiceName": "Azure Service Bus-Dienstverbindung",
"loc.input.help.connectedServiceName": "Wählen Sie eine Azure Service Bus-Dienstverbindung aus.",
"loc.input.label.messageBody": "Nachrichtentext",
"loc.input.help.messageBody": "Geben Sie den JSON-messageBody ein.",
"loc.input.label.sessionId": "Sitzungs-ID",
"loc.input.help.sessionId": "Die Sitzungs-ID, mit der die Nachricht veröffentlicht wird. Für sitzungsbasierte Warteschlangen kann die Veröffentlichung nicht durchgeführt werden, wenn der Wert nicht angegeben ist. Für nicht sitzungsbasierte Warteschlangen spielt dies keine Rolle.",
"loc.input.label.signPayload": "Nachricht signieren",
"loc.input.help.signPayload": "Sofern auf TRUE festgelegt, wird die Nachricht mit einem privaten Zertifikat signiert (falls angegeben).",
"loc.input.label.certificateString": "Zertifikatvariable",
"loc.input.help.certificateString": "Geben Sie die geheime Variable an, die den Zertifikatinhalt enthält. Es kann sich auch um ein Zertifikat in einem Azure-Schlüsseltresor handeln, der mit einer Variablengruppe [verknüpft](https://docs.microsoft.com/de-de/vsts/pipelines/library/variable-groups?view=vsts#link-secrets-from-an-azure-key-vault-as-variables) ist, die von dieser Releasepipeline verwendet wird.",
"loc.input.label.signatureKey": "Signatureigenschaftenschlüssel",
"loc.input.help.signatureKey": "Der Schlüssel für die Signatur in den Nachrichteneigenschaften. Ist dieser Wert leer, wird in den Nachrichteneigenschaften standardmäßig \"signature\" verwendet.",
"loc.input.label.waitForCompletion": "Auf Abschluss der Aufgabe warten",
"loc.input.help.waitForCompletion": "Bei \"true\" wartet die Aufgabe für die Dauer des angegebenen Aufgabenzeitlimits auf das TaskCompleted-Ereignis.",
"loc.input.label.useDataContractSerializer": "Serailizer für .NET-Datenverträge verwenden",
"loc.input.help.useDataContractSerializer": "Weitere Informationen finden Sie in der Aufgabendokumentation."
{
"loc.friendlyName": "Publish To Azure Service Bus",
"loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=870237)",
"loc.description": "Sends a message to Azure Service Bus using an Azure Resource Manager service connection (no agent is required)",
"loc.instanceNameFormat": "Publish to Azure Service Bus",
"loc.group.displayName.advancedProperties": "Advanced",
"loc.input.label.connectedServiceName": "Azure Resource Manager service connection",
"loc.input.help.connectedServiceName": "Select an Azure Resource Manager service connection.",
"loc.input.label.serviceBusQueueName": "Azure Service Bus Queue name",
"loc.input.help.serviceBusQueueName": "Specify the name of the queue for which the message is intended.",
"loc.input.label.serviceBusNamespace": "Azure Service Bus Namespace",
"loc.input.help.serviceBusNamespace": "Specify the namespace of your Azure Service Bus",
"loc.input.label.messageBody": "Message body",
"loc.input.help.messageBody": "Enter the json messageBody.",
"loc.input.label.sessionId": "Session Id",
"loc.input.help.sessionId": "Session id with which message is published. For session based queues, publishing fails if value not specified. For Non Session Based Queues, it will not matter.",
"loc.input.label.signPayload": "Sign the Message",
"loc.input.help.signPayload": "If this is set to true, message will be signed provided a private certificate.",
"loc.input.label.certificateString": "Certificate Variable",
"loc.input.help.certificateString": "Specify the secret variable that contains the certificate content. This can also be a certificate stored in an Azure key vault that is [linked](https://docs.microsoft.com/en-us/vsts/pipelines/library/variable-groups?view=vsts#link-secrets-from-an-azure-key-vault-as-variables) to a Variable Group used by this release pipeline.",
"loc.input.label.signatureKey": "Signature Property Key",
"loc.input.help.signatureKey": "Key where you want signature to be in Message Properties. If left Empty, default is 'signature' in message properties",
"loc.input.label.waitForCompletion": "Wait for task completion",
"loc.input.help.waitForCompletion": "If this is true, this task will wait for TaskCompleted event for the specified task timeout.",
"loc.input.label.useDataContractSerializer": "Use .NET data contract serializer",
"loc.input.help.useDataContractSerializer": "For more details go to task documentation"
}
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
{
"loc.friendlyName": "Publicar en Azure Service Bus",
"loc.helpMarkDown": "[Obtener más información acerca de esta tarea](https://go.microsoft.com/fwlink/?linkid=870237)",
"loc.description": "Envía un mensaje a Azure Service Bus con una conexión de servicio (no se requiere ningún agente).",
"loc.instanceNameFormat": "Publicar en Azure Service Bus",
"loc.group.displayName.advancedProperties": "Avanzado",
"loc.input.label.connectedServiceName": "Conexión de servicio de Azure Service Bus",
"loc.input.help.connectedServiceName": "Seleccione una conexión de servicio de Azure Service Bus.",
"loc.input.label.messageBody": "Cuerpo del mensaje",
"loc.input.help.messageBody": "Escriba el cuerpo del mensaje JSON.",
"loc.input.label.sessionId": "Id. de sesión",
"loc.input.help.sessionId": "Identificador de sesión con el que se publica el mensaje. En las colas basadas en sesiones, se produce un error de publicación si no se especifica el valor. En las colas no basadas en sesiones, este dato no importa.",
"loc.input.label.signPayload": "Firmar el mensaje",
"loc.input.help.signPayload": "Si se establece en true, el mensaje se firmará con un certificado privado.",
"loc.input.label.certificateString": "Variable de certificado",
"loc.input.help.certificateString": "Especifique la variable secreta que incluye el contenido del certificado. También puede ser un certificado almacenado en una instancia de Azure Key Vault [vinculado](https://docs.microsoft.com/en-us/vsts/pipelines/library/variable-groups?view=vsts#link-secrets-from-an-azure-key-vault-as-variables) a un grupo de variables que usa esta canalización de versión.",
"loc.input.label.signatureKey": "Clave de la propiedad de firma",
"loc.input.help.signatureKey": "Clave donde quiere que esté la signatura en las propiedades del mensaje. Si se deja en blanco, el valor predeterminado es \"signature\" en las propiedades del mensaje",
"loc.input.label.waitForCompletion": "Esperar a que finalice la tarea",
"loc.input.help.waitForCompletion": "Si es true, esta tarea esperará al evento TaskCompleted durante el tiempo de espera de tarea especificado.",
"loc.input.label.useDataContractSerializer": "Utilizar serializador de contratos de datos .NET",
"loc.input.help.useDataContractSerializer": "Para obtener más información, vaya a la documentación de la tarea."
{
"loc.friendlyName": "Publish To Azure Service Bus",
"loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=870237)",
"loc.description": "Sends a message to Azure Service Bus using an Azure Resource Manager service connection (no agent is required)",
"loc.instanceNameFormat": "Publish to Azure Service Bus",
"loc.group.displayName.advancedProperties": "Advanced",
"loc.input.label.connectedServiceName": "Azure Resource Manager service connection",
"loc.input.help.connectedServiceName": "Select an Azure Resource Manager service connection.",
"loc.input.label.serviceBusQueueName": "Azure Service Bus Queue name",
"loc.input.help.serviceBusQueueName": "Specify the name of the queue for which the message is intended.",
"loc.input.label.serviceBusNamespace": "Azure Service Bus Namespace",
"loc.input.help.serviceBusNamespace": "Specify the namespace of your Azure Service Bus",
"loc.input.label.messageBody": "Message body",
"loc.input.help.messageBody": "Enter the json messageBody.",
"loc.input.label.sessionId": "Session Id",
"loc.input.help.sessionId": "Session id with which message is published. For session based queues, publishing fails if value not specified. For Non Session Based Queues, it will not matter.",
"loc.input.label.signPayload": "Sign the Message",
"loc.input.help.signPayload": "If this is set to true, message will be signed provided a private certificate.",
"loc.input.label.certificateString": "Certificate Variable",
"loc.input.help.certificateString": "Specify the secret variable that contains the certificate content. This can also be a certificate stored in an Azure key vault that is [linked](https://docs.microsoft.com/en-us/vsts/pipelines/library/variable-groups?view=vsts#link-secrets-from-an-azure-key-vault-as-variables) to a Variable Group used by this release pipeline.",
"loc.input.label.signatureKey": "Signature Property Key",
"loc.input.help.signatureKey": "Key where you want signature to be in Message Properties. If left Empty, default is 'signature' in message properties",
"loc.input.label.waitForCompletion": "Wait for task completion",
"loc.input.help.waitForCompletion": "If this is true, this task will wait for TaskCompleted event for the specified task timeout.",
"loc.input.label.useDataContractSerializer": "Use .NET data contract serializer",
"loc.input.help.useDataContractSerializer": "For more details go to task documentation"
}
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
{
"loc.friendlyName": "Publier sur Azure Service Bus",
"loc.helpMarkDown": "[En savoir plus sur cette tâche](https://go.microsoft.com/fwlink/?linkid=870237)",
"loc.description": "Envoie un message à Azure Service Bus à l'aide d'une connexion de service (aucun agent n'est nécessaire)",
"loc.instanceNameFormat": "Publier sur Azure Service Bus",
"loc.group.displayName.advancedProperties": "Avancé",
"loc.input.label.connectedServiceName": "Connexion de service Azure Service Bus",
"loc.input.help.connectedServiceName": "Sélectionnez une connexion de service Azure Service Bus.",
"loc.input.label.messageBody": "Corps du message",
"loc.input.help.messageBody": "Entrez le messageBody JSON.",
"loc.input.label.sessionId": "ID de session",
"loc.input.help.sessionId": "ID de session avec lequel le message est publié. Pour les files d'attente basées sur une session, la publication se solde par un échec si aucune valeur n'est spécifiée. Pour les files d'attente non basées sur une session, cela n'a pas d'importance.",
"loc.input.label.signPayload": "Signer le message",
"loc.input.help.signPayload": "Si la valeur est true, le message est signé à condition que le certificat soit privé.",
"loc.input.label.certificateString": "Variable de certificat",
"loc.input.help.certificateString": "Spécifiez la variable secrète qui dispose du contenu du certificat. Il peut également s'agir d'un certificat stocké dans un coffre de clés Azure Key Vault [lié] (https://docs.microsoft.com/fr-fr/vsts/pipelines/library/variable-groups?view=vsts#link-secrets-from-an-azure-key-vault-as-variables) à un groupe de variables utilisé par ce pipeline de mise en production.",
"loc.input.label.signatureKey": "Clé de propriété de signature",
"loc.input.help.signatureKey": "Clé où doit se trouver la signature dans les propriétés du message. En l'absence d'informations, la valeur par défaut est 'signature' dans les propriétés du message",
"loc.input.label.waitForCompletion": "Attendre l'exécution de la tâche",
"loc.input.help.waitForCompletion": "Si la valeur est true, cette tâche attend l'événement TaskCompleted jusqu'au délai d'expiration de tâche spécifié.",
"loc.input.label.useDataContractSerializer": "Utiliser le sérialiseur de contrat de données .NET",
"loc.input.help.useDataContractSerializer": "Pour plus d’informations, consultez la documentation sur les tâches"
{
"loc.friendlyName": "Publish To Azure Service Bus",
"loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=870237)",
"loc.description": "Sends a message to Azure Service Bus using an Azure Resource Manager service connection (no agent is required)",
"loc.instanceNameFormat": "Publish to Azure Service Bus",
"loc.group.displayName.advancedProperties": "Advanced",
"loc.input.label.connectedServiceName": "Azure Resource Manager service connection",
"loc.input.help.connectedServiceName": "Select an Azure Resource Manager service connection.",
"loc.input.label.serviceBusQueueName": "Azure Service Bus Queue name",
"loc.input.help.serviceBusQueueName": "Specify the name of the queue for which the message is intended.",
"loc.input.label.serviceBusNamespace": "Azure Service Bus Namespace",
"loc.input.help.serviceBusNamespace": "Specify the namespace of your Azure Service Bus",
"loc.input.label.messageBody": "Message body",
"loc.input.help.messageBody": "Enter the json messageBody.",
"loc.input.label.sessionId": "Session Id",
"loc.input.help.sessionId": "Session id with which message is published. For session based queues, publishing fails if value not specified. For Non Session Based Queues, it will not matter.",
"loc.input.label.signPayload": "Sign the Message",
"loc.input.help.signPayload": "If this is set to true, message will be signed provided a private certificate.",
"loc.input.label.certificateString": "Certificate Variable",
"loc.input.help.certificateString": "Specify the secret variable that contains the certificate content. This can also be a certificate stored in an Azure key vault that is [linked](https://docs.microsoft.com/en-us/vsts/pipelines/library/variable-groups?view=vsts#link-secrets-from-an-azure-key-vault-as-variables) to a Variable Group used by this release pipeline.",
"loc.input.label.signatureKey": "Signature Property Key",
"loc.input.help.signatureKey": "Key where you want signature to be in Message Properties. If left Empty, default is 'signature' in message properties",
"loc.input.label.waitForCompletion": "Wait for task completion",
"loc.input.help.waitForCompletion": "If this is true, this task will wait for TaskCompleted event for the specified task timeout.",
"loc.input.label.useDataContractSerializer": "Use .NET data contract serializer",
"loc.input.help.useDataContractSerializer": "For more details go to task documentation"
}
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
{
"loc.friendlyName": "Pubblica nel bus di servizio di Azure",
"loc.helpMarkDown": "[Altre informazioni su questa attività](https://go.microsoft.com/fwlink/?linkid=870237)",
"loc.description": "Invia un messaggio al bus di servizio di Azure usando una connessione di servizio (non è richiesto alcun agente)",
"loc.instanceNameFormat": "Pubblica nel bus di servizio di Azure",
"loc.group.displayName.advancedProperties": "Avanzate",
"loc.input.label.connectedServiceName": "Connessione al servizio bus di servizio di Azure",
"loc.input.help.connectedServiceName": "Consente di selezionare una connessione al servizio bus di servizio di Azure.",
"loc.input.label.messageBody": "Corpo del messaggio",
"loc.input.help.messageBody": "Consente di immettere il corpo del messaggio JSON.",
"loc.input.label.sessionId": "ID sessione",
"loc.input.help.sessionId": "ID sessione con cui viene pubblicato il messaggio. Per le code basate su sessioni, la pubblicazione non riesce se il valore non viene specificato. Per le code non basate su sessioni, non è rilevante.",
"loc.input.label.signPayload": "Firma il messaggio",
"loc.input.help.signPayload": "Se è impostata su true, il messaggio verrà firmato un certificato privato, se fornito.",
"loc.input.label.certificateString": "Variabile del certificato",
"loc.input.help.certificateString": "Consente di specificare la variabile segreta che include il contenuto del certificato. Può trattarsi anche di un certificato archiviato in un Azure Key Vault che è [collegato] (https://docs.microsoft.com/it-it/vsts/pipelines/library/variable-groups?view=vsts#link-secrets-from-an-azure-key-vault-as-variables) a un gruppo di variabili usato da questa pipeline di versione.",
"loc.input.label.signatureKey": "Chiave della proprietà della firma",
"loc.input.help.signatureKey": "Chiave in cui deve essere inserita la firma nelle proprietà del messaggio. Se viene lasciata vuota, il valore predefinito è 'signature' nelle proprietà del messaggio",
"loc.input.label.waitForCompletion": "Attendi il completamento dell'attività",
"loc.input.help.waitForCompletion": "Se è impostata su true, questa attività attenderà l'evento TaskCompleted per il timeout attività specificato.",
"loc.input.label.useDataContractSerializer": "Usare il serializzatore del contratto di dati .NET",
"loc.input.help.useDataContractSerializer": "Per altri dettagli, vedere la documentazione dell'attività"
{
"loc.friendlyName": "Publish To Azure Service Bus",
"loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=870237)",
"loc.description": "Sends a message to Azure Service Bus using an Azure Resource Manager service connection (no agent is required)",
"loc.instanceNameFormat": "Publish to Azure Service Bus",
"loc.group.displayName.advancedProperties": "Advanced",
"loc.input.label.connectedServiceName": "Azure Resource Manager service connection",
"loc.input.help.connectedServiceName": "Select an Azure Resource Manager service connection.",
"loc.input.label.serviceBusQueueName": "Azure Service Bus Queue name",
"loc.input.help.serviceBusQueueName": "Specify the name of the queue for which the message is intended.",
"loc.input.label.serviceBusNamespace": "Azure Service Bus Namespace",
"loc.input.help.serviceBusNamespace": "Specify the namespace of your Azure Service Bus",
"loc.input.label.messageBody": "Message body",
"loc.input.help.messageBody": "Enter the json messageBody.",
"loc.input.label.sessionId": "Session Id",
"loc.input.help.sessionId": "Session id with which message is published. For session based queues, publishing fails if value not specified. For Non Session Based Queues, it will not matter.",
"loc.input.label.signPayload": "Sign the Message",
"loc.input.help.signPayload": "If this is set to true, message will be signed provided a private certificate.",
"loc.input.label.certificateString": "Certificate Variable",
"loc.input.help.certificateString": "Specify the secret variable that contains the certificate content. This can also be a certificate stored in an Azure key vault that is [linked](https://docs.microsoft.com/en-us/vsts/pipelines/library/variable-groups?view=vsts#link-secrets-from-an-azure-key-vault-as-variables) to a Variable Group used by this release pipeline.",
"loc.input.label.signatureKey": "Signature Property Key",
"loc.input.help.signatureKey": "Key where you want signature to be in Message Properties. If left Empty, default is 'signature' in message properties",
"loc.input.label.waitForCompletion": "Wait for task completion",
"loc.input.help.waitForCompletion": "If this is true, this task will wait for TaskCompleted event for the specified task timeout.",
"loc.input.label.useDataContractSerializer": "Use .NET data contract serializer",
"loc.input.help.useDataContractSerializer": "For more details go to task documentation"
}
Loading

0 comments on commit faa0950

Please sign in to comment.