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 28914808
  • Loading branch information
vmapetr committed Aug 6, 2024
1 parent b68213a commit 383b408
Show file tree
Hide file tree
Showing 9 changed files with 279 additions and 279 deletions.
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"loc.friendlyName": "PowerShell auf Zielcomputern",
"loc.helpMarkDown": "[Weitere Informationen](https://go.microsoft.com/fwlink/?linkid=627414)",
"loc.description": "PowerShell-Skripte auf Remotecomputern ausführen",
"loc.instanceNameFormat": "PowerShell in $(EnvironmentName) ausführen",
"loc.group.displayName.deployment": "Bereitstellung",
"loc.group.displayName.advanced": "Erweiterte Optionen",
"loc.input.label.EnvironmentName": "Computer",
"loc.input.help.EnvironmentName": "Stellen Sie eine durch Kommas getrennte Liste der IP-Computeradressen oder FQDNs zusammen mit den Ports bereit. Die Standardeinstellung für den Port basiert auf dem ausgewählten Protokoll. <br>Beispiel: \"dbserver.fabrikam.com,dbserver_int.fabrikam.com:5986,192.168.12.34:5986\" <br>Sie können auch die Ausgabevariable anderer Tasks angeben. Beispiel: \"$(variableName)\". <br>Wenn Sie HTTPS verwenden, müssen Name und IP des Computers mit dem CN im Zertifikat übereinstimmen.",
"loc.input.label.AdminUserName": "Administratoranmeldung",
"loc.input.help.AdminUserName": "Die Administratoranmeldung für die Zielcomputer.",
"loc.input.label.AdminPassword": "Kennwort",
"loc.input.help.AdminPassword": "Das Administratorkennwort für die Zielcomputer. <br>Es kann die Variable annehmen, die in Build-/Releasedefinitionen als\"$(passwordVariable)\" definiert wird. <br>Sie können den Variablentyp als \"secret\" markieren, um die Variable zu sichern.",
"loc.input.label.Protocol": "Protokoll",
"loc.input.help.Protocol": "Wählen Sie das Protokoll aus, das für die WinRM-Verbindung mit dem Computer bzw. den Computern verwendet werden soll. Der Standardwert ist HTTPS.",
"loc.input.label.TestCertificate": "Testzertifikat",
"loc.input.help.TestCertificate": "Wählen Sie die Option aus, um die Überprüfung der Authentizität des Zertifikats des Computers durch eine vertrauenswürdige Zertifizierungsstelle zu überspringen. Der Parameter ist für das WinRM HTTPS-Protokoll erforderlich.",
"loc.input.label.ScriptPath": "PowerShell-Skript",
"loc.input.help.ScriptPath": "Speicherort des PowerShell-Skripts auf den Zielcomputern oder in einem UNC-Pfad wie C:\\BudgetIT\\Web\\Deploy\\Website.ps1",
"loc.input.label.ScriptArguments": "Skriptargumente",
"loc.input.help.ScriptArguments": "Argumente für das PowerShell-Skript. Entweder Ordnungszahlparameter oder benannte Parameter wie \"-testParam test\"",
"loc.input.label.InitializationScriptPath": "Initialisierungsskript",
"loc.input.help.InitializationScriptPath": "Speicherort des Datenskripts für DSC auf den Zielcomputern oder in einem UNC-Pfad wie C:\\BudgetIT\\Web\\Deploy\\WebsiteConfiguration.ps1",
"loc.input.label.SessionVariables": "Sitzungsvariablen",
"loc.input.help.SessionVariables": "Legen Sie allgemeine Sitzungsvariablen für beide Skripts im folgenden Format fest: $variable = Wert, $var1 = \"Wert, 123\"",
"loc.input.label.RunPowershellInParallel": "PowerShell parallel ausführen",
"loc.input.help.RunPowershellInParallel": "Wenn diese Option auf \"true\" festgelegt wird, werden PowerShell-Skripts parallel auf den Zielcomputern ausgeführt.",
"loc.input.label.ResourceFilteringMethod": "Computer auswählen nach",
"loc.input.help.ResourceFilteringMethod": "Wählen Sie optional eine Teilmenge der Computer durch Angeben von Computernamen oder Tags aus.",
"loc.input.label.MachineNames": "Filterkriterien",
"loc.input.help.MachineNames": "Diese Eingabe ist nur gültig für Computergruppen oder Ausgabevariablen und wird noch nicht für flache Listen von Computern unterstützt. Geben Sie eine Liste von Computern (z. B. \"dbserver.fabrikam.com\", \"webserver.fabrikam.com\", \"192.168.12.34\") oder Tags (z. B. \"Role:DB;OS:Win8.1\") an. Wenn mehrere Tags angegeben werden, wird der Task auf allen Computern mit den angegebenen Tags ausgeführt. Standardmäßig wird der Task auf allen Computern ausgeführt."
{
"loc.friendlyName": "PowerShell on target machines",
"loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=627414)",
"loc.description": "Execute PowerShell scripts on remote machines",
"loc.instanceNameFormat": "PowerShell in $(EnvironmentName) ausführen",
"loc.group.displayName.deployment": "Bereitstellung",
"loc.group.displayName.advanced": "Erweiterte Optionen",
"loc.input.label.EnvironmentName": "Computer",
"loc.input.help.EnvironmentName": "Stellen Sie eine durch Kommas getrennte Liste der IP-Computeradressen oder FQDNs zusammen mit den Ports bereit. Die Standardeinstellung für den Port basiert auf dem ausgewählten Protokoll. <br>Beispiel: \"dbserver.fabrikam.com,dbserver_int.fabrikam.com:5986,192.168.12.34:5986\" <br>Sie können auch die Ausgabevariable anderer Tasks angeben. Beispiel: \"$(variableName)\". <br>Wenn Sie HTTPS verwenden, müssen Name und IP des Computers mit dem CN im Zertifikat übereinstimmen.",
"loc.input.label.AdminUserName": "Administratoranmeldung",
"loc.input.help.AdminUserName": "Die Administratoranmeldung für die Zielcomputer.",
"loc.input.label.AdminPassword": "Kennwort",
"loc.input.help.AdminPassword": "Administrator password for the target machines. <br>It can accept variable defined in build or release pipelines as '$(passwordVariable)'. <br>You may mark variable type as 'secret' to secure it.",
"loc.input.label.Protocol": "Protokoll",
"loc.input.help.Protocol": "Select the protocol to use for the WinRM service connection with the machine(s). Default is HTTPS.",
"loc.input.label.TestCertificate": "Testzertifikat",
"loc.input.help.TestCertificate": "Wählen Sie die Option aus, um die Überprüfung der Authentizität des Zertifikats des Computers durch eine vertrauenswürdige Zertifizierungsstelle zu überspringen. Der Parameter ist für das WinRM HTTPS-Protokoll erforderlich.",
"loc.input.label.ScriptPath": "PowerShell-Skript",
"loc.input.help.ScriptPath": "Speicherort des PowerShell-Skripts auf den Zielcomputern oder in einem UNC-Pfad wie C:\\BudgetIT\\Web\\Deploy\\Website.ps1",
"loc.input.label.ScriptArguments": "Skriptargumente",
"loc.input.help.ScriptArguments": "Argumente für das PowerShell-Skript. Entweder Ordnungszahlparameter oder benannte Parameter wie \"-testParam test\"",
"loc.input.label.InitializationScriptPath": "Initialisierungsskript",
"loc.input.help.InitializationScriptPath": "Speicherort des Datenskripts für DSC auf den Zielcomputern oder in einem UNC-Pfad wie C:\\BudgetIT\\Web\\Deploy\\WebsiteConfiguration.ps1",
"loc.input.label.SessionVariables": "Sitzungsvariablen",
"loc.input.help.SessionVariables": "Legen Sie allgemeine Sitzungsvariablen für beide Skripts im folgenden Format fest: $variable = Wert, $var1 = \"Wert, 123\"",
"loc.input.label.RunPowershellInParallel": "PowerShell parallel ausführen",
"loc.input.help.RunPowershellInParallel": "Wenn diese Option auf \"true\" festgelegt wird, werden PowerShell-Skripts parallel auf den Zielcomputern ausgeführt.",
"loc.input.label.ResourceFilteringMethod": "Computer auswählen nach",
"loc.input.help.ResourceFilteringMethod": "Wählen Sie optional eine Teilmenge der Computer durch Angeben von Computernamen oder Tags aus.",
"loc.input.label.MachineNames": "Filterkriterien",
"loc.input.help.MachineNames": "Diese Eingabe ist nur gültig für Computergruppen oder Ausgabevariablen und wird noch nicht für flache Listen von Computern unterstützt. Geben Sie eine Liste von Computern (z. B. \"dbserver.fabrikam.com\", \"webserver.fabrikam.com\", \"192.168.12.34\") oder Tags (z. B. \"Role:DB;OS:Win8.1\") an. Wenn mehrere Tags angegeben werden, wird der Task auf allen Computern mit den angegebenen Tags ausgeführt. Standardmäßig wird der Task auf allen Computern ausgeführt."
}
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"loc.friendlyName": "PowerShell en equipos de destino",
"loc.helpMarkDown": "[Más información](https://go.microsoft.com/fwlink/?linkid=627414)",
"loc.description": "Ejecutar scripts de PowerShell en equipo(s) remoto(s)",
"loc.instanceNameFormat": "Ejecutar PowerShell en $(EnvironmentName)",
"loc.group.displayName.deployment": "Implementación",
"loc.group.displayName.advanced": "Opciones avanzadas",
"loc.input.label.EnvironmentName": "Equipos",
"loc.input.help.EnvironmentName": "Proporcione una lista separada por comas de direcciones IP de equipos o nombres de dominio completos junto con puertos. El puerto se establece de manera predeterminada en función del protocolo seleccionado.<br>Ejemplo: dbserver.fabrikam.com,dbserver_int.fabrikam.com:5986,192.168.12.34:5986 <br>O bien proporcione la variable de salida de otras tareas. Ejemplo: $(variableName) <br>Si usa HTTPS, el nombre o la dirección IP de la máquina deben coincidir con el CN del certificado.",
"loc.input.label.AdminUserName": "Inicio de sesión del administrador",
"loc.input.help.AdminUserName": "Inicio de sesión de administrador para los equipos de destino.",
"loc.input.label.AdminPassword": "Contraseña",
"loc.input.help.AdminPassword": "Contraseña del administrador para las máquinas de destino. <br>Admite la variable declarada en las definiciones de compilación o versión como \"$(passwordVariable)\". <br>Para proteger la variable, puede marcar el tipo como \"secret\".",
"loc.input.label.Protocol": "Protocolo",
"loc.input.help.Protocol": "Seleccione el protocolo que se usará para la conexión WinRM con los equipos. El valor predeterminado es HTTPS.",
"loc.input.label.TestCertificate": "Certificado de prueba",
"loc.input.help.TestCertificate": "Seleccione la opción de omitir la validación de la autenticidad del certificado del equipo por una autoridad de certificación de confianza. El parámetro es obligatorio para el protocolo HTTPS de WinRM.",
"loc.input.label.ScriptPath": "Script de PowerShell",
"loc.input.help.ScriptPath": "Ubicación del script de PowerShell en las máquinas de destino, o bien una ruta de acceso UNC como C:\\BudgetIT\\Web\\Deploy\\Website.ps1",
"loc.input.label.ScriptArguments": "Argumentos de script",
"loc.input.help.ScriptArguments": "Argumentos para el script de PowerShell. Pueden ser parámetros ordinales o parámetros con nombre como -testParam test",
"loc.input.label.InitializationScriptPath": "Script de inicialización",
"loc.input.help.InitializationScriptPath": "Ubicación del script de datos para DSC en los equipos de destino, o bien una ruta de acceso UNC como C:\\BudgetIT\\Web\\Deploy\\WebsiteConfiguration.ps1",
"loc.input.label.SessionVariables": "Variables de sesión",
"loc.input.help.SessionVariables": "Establecer variables de sesión comunes para los dos scripts. Por ejemplo, $variable = value, $var1 = \"value, 123\"",
"loc.input.label.RunPowershellInParallel": "Ejecutar PowerShell en paralelo",
"loc.input.help.RunPowershellInParallel": "Si se establece en true, se ejecutarán scripts de PowerShell en paralelo en los equipos de destino.",
"loc.input.label.ResourceFilteringMethod": "Seleccionar máquinas por",
"loc.input.help.ResourceFilteringMethod": "También puede seleccionar un subconjunto de máquinas especificando nombres de máquina o etiquetas.",
"loc.input.label.MachineNames": "Criterios de filtro",
"loc.input.help.MachineNames": "Esta entrada solo es válida para los grupos de máquinas o variables de salida, y no se admite aún para una lista plana de máquinas. Proporcione una lista de máquinas (como dbserver.fabrikam.com, webserver.fabrikam.com o 192.168.12.34) o etiquetas (como Role:DB; OS:Win8.1). Si se proporcionan varias etiquetas, la tarea se ejecutará en todas las máquinas que tengan las etiquetas especificadas. Para los grupos de recursos de Azure, proporcione el nombre de la máquina virtual, como ffweb o ffdb. La opción predeterminada es ejecutar la tarea en todas las máquinas."
{
"loc.friendlyName": "PowerShell on target machines",
"loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=627414)",
"loc.description": "Execute PowerShell scripts on remote machines",
"loc.instanceNameFormat": "Ejecutar PowerShell en $(EnvironmentName)",
"loc.group.displayName.deployment": "Implementación",
"loc.group.displayName.advanced": "Opciones avanzadas",
"loc.input.label.EnvironmentName": "Equipos",
"loc.input.help.EnvironmentName": "Proporcione una lista separada por comas de direcciones IP de equipos o nombres de dominio completos junto con puertos. El puerto se establece de manera predeterminada en función del protocolo seleccionado.<br>Ejemplo: dbserver.fabrikam.com,dbserver_int.fabrikam.com:5986,192.168.12.34:5986 <br>O bien proporcione la variable de salida de otras tareas. Ejemplo: $(variableName) <br>Si usa HTTPS, el nombre o la dirección IP de la máquina deben coincidir con el CN del certificado.",
"loc.input.label.AdminUserName": "Inicio de sesión del administrador",
"loc.input.help.AdminUserName": "Inicio de sesión de administrador para los equipos de destino.",
"loc.input.label.AdminPassword": "Contraseña",
"loc.input.help.AdminPassword": "Administrator password for the target machines. <br>It can accept variable defined in build or release pipelines as '$(passwordVariable)'. <br>You may mark variable type as 'secret' to secure it.",
"loc.input.label.Protocol": "Protocolo",
"loc.input.help.Protocol": "Select the protocol to use for the WinRM service connection with the machine(s). Default is HTTPS.",
"loc.input.label.TestCertificate": "Certificado de prueba",
"loc.input.help.TestCertificate": "Seleccione la opción de omitir la validación de la autenticidad del certificado del equipo por una autoridad de certificación de confianza. El parámetro es obligatorio para el protocolo HTTPS de WinRM.",
"loc.input.label.ScriptPath": "Script de PowerShell",
"loc.input.help.ScriptPath": "Ubicación del script de PowerShell en las máquinas de destino, o bien una ruta de acceso UNC como C:\\BudgetIT\\Web\\Deploy\\Website.ps1",
"loc.input.label.ScriptArguments": "Argumentos de script",
"loc.input.help.ScriptArguments": "Argumentos para el script de PowerShell. Pueden ser parámetros ordinales o parámetros con nombre como -testParam test",
"loc.input.label.InitializationScriptPath": "Script de inicialización",
"loc.input.help.InitializationScriptPath": "Ubicación del script de datos para DSC en los equipos de destino, o bien una ruta de acceso UNC como C:\\BudgetIT\\Web\\Deploy\\WebsiteConfiguration.ps1",
"loc.input.label.SessionVariables": "Variables de sesión",
"loc.input.help.SessionVariables": "Establecer variables de sesión comunes para los dos scripts. Por ejemplo, $variable = value, $var1 = \"value, 123\"",
"loc.input.label.RunPowershellInParallel": "Ejecutar PowerShell en paralelo",
"loc.input.help.RunPowershellInParallel": "Si se establece en true, se ejecutarán scripts de PowerShell en paralelo en los equipos de destino.",
"loc.input.label.ResourceFilteringMethod": "Seleccionar máquinas por",
"loc.input.help.ResourceFilteringMethod": "También puede seleccionar un subconjunto de máquinas especificando nombres de máquina o etiquetas.",
"loc.input.label.MachineNames": "Criterios de filtro",
"loc.input.help.MachineNames": "Esta entrada solo es válida para los grupos de máquinas o variables de salida, y no se admite aún para una lista plana de máquinas. Proporcione una lista de máquinas (como dbserver.fabrikam.com, webserver.fabrikam.com o 192.168.12.34) o etiquetas (como Role:DB; OS:Win8.1). Si se proporcionan varias etiquetas, la tarea se ejecutará en todas las máquinas que tengan las etiquetas especificadas. Para los grupos de recursos de Azure, proporcione el nombre de la máquina virtual, como ffweb o ffdb. La opción predeterminada es ejecutar la tarea en todas las máquinas."
}
Loading

0 comments on commit 383b408

Please sign in to comment.