diff --git a/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/de-DE/resources.resjson b/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/de-DE/resources.resjson index b5e5641f8ef7..4fa490b5fe4b 100644 --- a/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/de-DE/resources.resjson +++ b/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/de-DE/resources.resjson @@ -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.
Beispiel: \"dbserver.fabrikam.com,dbserver_int.fabrikam.com:5986,192.168.12.34:5986\"
Sie können auch die Ausgabevariable anderer Tasks angeben. Beispiel: \"$(variableName)\".
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.
Es kann die Variable annehmen, die in Build-/Releasedefinitionen als\"$(passwordVariable)\" definiert wird.
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.
Beispiel: \"dbserver.fabrikam.com,dbserver_int.fabrikam.com:5986,192.168.12.34:5986\"
Sie können auch die Ausgabevariable anderer Tasks angeben. Beispiel: \"$(variableName)\".
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.
It can accept variable defined in build or release pipelines as '$(passwordVariable)'.
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." } \ No newline at end of file diff --git a/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/es-ES/resources.resjson b/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/es-ES/resources.resjson index 20b203167169..1639ab37b9f7 100644 --- a/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/es-ES/resources.resjson +++ b/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/es-ES/resources.resjson @@ -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.
Ejemplo: dbserver.fabrikam.com,dbserver_int.fabrikam.com:5986,192.168.12.34:5986
O bien proporcione la variable de salida de otras tareas. Ejemplo: $(variableName)
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.
Admite la variable declarada en las definiciones de compilación o versión como \"$(passwordVariable)\".
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.
Ejemplo: dbserver.fabrikam.com,dbserver_int.fabrikam.com:5986,192.168.12.34:5986
O bien proporcione la variable de salida de otras tareas. Ejemplo: $(variableName)
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.
It can accept variable defined in build or release pipelines as '$(passwordVariable)'.
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." } \ No newline at end of file diff --git a/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/fr-FR/resources.resjson b/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/fr-FR/resources.resjson index ea7a83c9ad8c..ce7b4d31156c 100644 --- a/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/fr-FR/resources.resjson +++ b/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/fr-FR/resources.resjson @@ -1,32 +1,32 @@ -{ - "loc.friendlyName": "PowerShell sur des ordinateurs cibles", - "loc.helpMarkDown": "[Plus d'informations](https://go.microsoft.com/fwlink/?linkid=627414)", - "loc.description": "Exécuter des scripts PowerShell sur des ordinateurs distants", - "loc.instanceNameFormat": "Exécuter PowerShell sur $(EnvironmentName)", - "loc.group.displayName.deployment": "Déploiement", - "loc.group.displayName.advanced": "Options avancées", - "loc.input.label.EnvironmentName": "Ordinateurs", - "loc.input.help.EnvironmentName": "Indiquez une liste séparée par des virgules d'adresses IP ou de noms de domaine complets d'ordinateurs ainsi que les ports. Le port par défaut dépend du protocole sélectionné.
Exemple : dbserver.fabrikam.com,dbserver_int.fabrikam.com:5986,192.168.12.34:5986
Vous pouvez aussi indiquer une variable de sortie d'autres tâches. Exemple : $(variableName)
Si vous utilisez HTTPS, le nom ou l'adresse IP de la machine doit correspondre au CN dans le certificat.", - "loc.input.label.AdminUserName": "Informations de connexion d'administrateur", - "loc.input.help.AdminUserName": "Informations de connexion d'administrateur pour les machines cibles.", - "loc.input.label.AdminPassword": "Mot de passe", - "loc.input.help.AdminPassword": "Mot de passe d'administrateur pour les machines cibles.
Il peut accepter une variable définie dans les définitions de build/mise en production sous la forme '$(passwordVariable)'.
Vous pouvez marquer le type de variable en tant que 'secret' pour renforcer sa sécurité.", - "loc.input.label.Protocol": "Protocole", - "loc.input.help.Protocol": "Sélectionnez le protocole à utiliser pour la connexion WinRM avec les machines. La valeur par défaut est HTTPS.", - "loc.input.label.TestCertificate": "Certificat de test", - "loc.input.help.TestCertificate": "Sélectionnez l'option pour ignorer la validation de l'authenticité du certificat de la machine par une autorité de certification approuvée. Le paramètre est obligatoire pour le protocole HTTPS WinRM.", - "loc.input.label.ScriptPath": "Script PowerShell", - "loc.input.help.ScriptPath": "Emplacement du script PowerShell sur les machines cibles ou dans un chemin d'accès UNC tel que C:\\BudgetIT\\Web\\Deploy\\Website.ps1", - "loc.input.label.ScriptArguments": "Arguments de script", - "loc.input.help.ScriptArguments": "Arguments pour le script PowerShell. Peuvent être des paramètres ordinaux ou nommés tels que -testParam test", - "loc.input.label.InitializationScriptPath": "Script d'initialisation", - "loc.input.help.InitializationScriptPath": "Emplacement du script de données pour DSC sur des machines cibles ou dans un chemin d'accès UNC tel que C:\\BudgetIT\\Web\\Deploy\\WebsiteConfiguration.ps1", - "loc.input.label.SessionVariables": "Variables de session", - "loc.input.help.SessionVariables": "Définissez des variables de session pour les deux scripts. Par exemple, $variable = value, $var1 = \"value, 123\"", - "loc.input.label.RunPowershellInParallel": "Exécuter PowerShell en parallèle", - "loc.input.help.RunPowershellInParallel": "Si cette valeur est true, les scripts PowerShell sont exécutés en parallèle sur les ordinateurs cibles.", - "loc.input.label.ResourceFilteringMethod": "Sélectionner les machines par", - "loc.input.help.ResourceFilteringMethod": "Vous pouvez également sélectionner un sous-ensemble de machines en spécifiant les noms des machines ou les balises associées.", - "loc.input.label.MachineNames": "Critères de filtre", - "loc.input.help.MachineNames": "Cette entrée est valide uniquement pour les groupes de machines ou les variables de sortie. Elle n'est pas encore prise en charge pour une liste plate de machines. Indiquez une liste de machines, par exemple dbserver.fabrikam.com, webserver.fabrikam.com, 192.168.12.34, ou utilisez des étiquettes telles que Role:DB; OS:Win8.1. Si plusieurs étiquettes sont indiquées, la tâche s'exécute sur toutes les machines correspondant aux étiquettes spécifiées. Par défaut, la tâche s'exécute sur toutes les machines." +{ + "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": "Exécuter PowerShell sur $(EnvironmentName)", + "loc.group.displayName.deployment": "Déploiement", + "loc.group.displayName.advanced": "Options avancées", + "loc.input.label.EnvironmentName": "Ordinateurs", + "loc.input.help.EnvironmentName": "Indiquez une liste séparée par des virgules d'adresses IP ou de noms de domaine complets d'ordinateurs ainsi que les ports. Le port par défaut dépend du protocole sélectionné.
Exemple : dbserver.fabrikam.com,dbserver_int.fabrikam.com:5986,192.168.12.34:5986
Vous pouvez aussi indiquer une variable de sortie d'autres tâches. Exemple : $(variableName)
Si vous utilisez HTTPS, le nom ou l'adresse IP de la machine doit correspondre au CN dans le certificat.", + "loc.input.label.AdminUserName": "Informations de connexion d'administrateur", + "loc.input.help.AdminUserName": "Informations de connexion d'administrateur pour les machines cibles.", + "loc.input.label.AdminPassword": "Mot de passe", + "loc.input.help.AdminPassword": "Administrator password for the target machines.
It can accept variable defined in build or release pipelines as '$(passwordVariable)'.
You may mark variable type as 'secret' to secure it.", + "loc.input.label.Protocol": "Protocole", + "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": "Certificat de test", + "loc.input.help.TestCertificate": "Sélectionnez l'option pour ignorer la validation de l'authenticité du certificat de la machine par une autorité de certification approuvée. Le paramètre est obligatoire pour le protocole HTTPS WinRM.", + "loc.input.label.ScriptPath": "Script PowerShell", + "loc.input.help.ScriptPath": "Emplacement du script PowerShell sur les machines cibles ou dans un chemin d'accès UNC tel que C:\\BudgetIT\\Web\\Deploy\\Website.ps1", + "loc.input.label.ScriptArguments": "Arguments de script", + "loc.input.help.ScriptArguments": "Arguments pour le script PowerShell. Peuvent être des paramètres ordinaux ou nommés tels que -testParam test", + "loc.input.label.InitializationScriptPath": "Script d'initialisation", + "loc.input.help.InitializationScriptPath": "Emplacement du script de données pour DSC sur des machines cibles ou dans un chemin d'accès UNC tel que C:\\BudgetIT\\Web\\Deploy\\WebsiteConfiguration.ps1", + "loc.input.label.SessionVariables": "Variables de session", + "loc.input.help.SessionVariables": "Définissez des variables de session pour les deux scripts. Par exemple, $variable = value, $var1 = \"value, 123\"", + "loc.input.label.RunPowershellInParallel": "Exécuter PowerShell en parallèle", + "loc.input.help.RunPowershellInParallel": "Si cette valeur est true, les scripts PowerShell sont exécutés en parallèle sur les ordinateurs cibles.", + "loc.input.label.ResourceFilteringMethod": "Sélectionner les machines par", + "loc.input.help.ResourceFilteringMethod": "Vous pouvez également sélectionner un sous-ensemble de machines en spécifiant les noms des machines ou les balises associées.", + "loc.input.label.MachineNames": "Critères de filtre", + "loc.input.help.MachineNames": "Cette entrée est valide uniquement pour les groupes de machines ou les variables de sortie. Elle n'est pas encore prise en charge pour une liste plate de machines. Indiquez une liste de machines, par exemple dbserver.fabrikam.com, webserver.fabrikam.com, 192.168.12.34, ou utilisez des étiquettes telles que Role:DB; OS:Win8.1. Si plusieurs étiquettes sont indiquées, la tâche s'exécute sur toutes les machines correspondant aux étiquettes spécifiées. Par défaut, la tâche s'exécute sur toutes les machines." } \ No newline at end of file diff --git a/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/it-IT/resources.resjson b/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/it-IT/resources.resjson index 4264ecd4f0ac..aa79adcc991b 100644 --- a/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/it-IT/resources.resjson +++ b/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/it-IT/resources.resjson @@ -1,32 +1,32 @@ -{ - "loc.friendlyName": "PowerShell in computer di destinazione", - "loc.helpMarkDown": "[Altre informazioni](https://go.microsoft.com/fwlink/?linkid=627414)", - "loc.description": "Consente di eseguire script PowerShell nei computer remoti", - "loc.instanceNameFormat": "Esegui PowerShell in $(EnvironmentName)", - "loc.group.displayName.deployment": "Distribuzione", - "loc.group.displayName.advanced": "Opzioni avanzate", - "loc.input.label.EnvironmentName": "Computer", - "loc.input.help.EnvironmentName": "Consente di specificare un elenco di indirizzi IP o FQDN separati da virgola unitamente alle porte. Per impostazione predefinita, la porta è basata sul protocollo selezionato.
Esempio: dbserver.fabrikam.com,dbserver_int.fabrikam.com:5986,192.168.12.34:5986
In alternativa, consente di specificare la variabile di output di altre attività. Esempio: $(variableName)
Se si usa HTTPS, il nome e l'IP del computer devono essere uguali al nome comune (CN) del certificato.", - "loc.input.label.AdminUserName": "Account di accesso amministratore", - "loc.input.help.AdminUserName": "Account di accesso dell'amministratore per i computer di destinazione.", - "loc.input.label.AdminPassword": "Password", - "loc.input.help.AdminPassword": "Password dell'amministratore per i computer di destinazione.
Accetta la variabile definita nelle definizioni di compilazione/versione come '$(passwordVariable)'.
Per proteggerla, è possibile contrassegnare il tipo di variabile come 'secret'.", - "loc.input.label.Protocol": "Protocollo", - "loc.input.help.Protocol": "Consente di selezionare il protocollo da usare per la connessione WinRM con i computer. Il valore predefinito è HTTPS.", - "loc.input.label.TestCertificate": "Certificato di test", - "loc.input.help.TestCertificate": "Consente di selezionare l'opzione per ignorare la convalida dell'autenticità del certificato del computer da parte di un'Autorità di certificazione attendibile. Il parametro è obbligatorio per il protocollo HTTPS di WinRM.", - "loc.input.label.ScriptPath": "Script PowerShell", - "loc.input.help.ScriptPath": "Percorso dello script PowerShell nei computer di destinazione oppure in un percorso UNC come C:\\BudgetIT\\Web\\Distribuzione\\SitoWeb.ps1", - "loc.input.label.ScriptArguments": "Argomenti script", - "loc.input.help.ScriptArguments": "Argomenti per lo script PowerShell. Possono essere parametri ordinali o denominati come -testParam test", - "loc.input.label.InitializationScriptPath": "Script di inizializzazione", - "loc.input.help.InitializationScriptPath": "Percorso dello script di dati per DSC nei computer di destinazione oppure in un percorso UNC come C:\\BudgetIT\\Web\\Distribuzione\\ConfigurazioneSitoWeb.ps1", - "loc.input.label.SessionVariables": "Variabili di sessione", - "loc.input.help.SessionVariables": "Consente di impostare le variabili di sessione comuni per entrambi gli script. Ad esempio, $variable = value, $var1 = \"value, 123\"", - "loc.input.label.RunPowershellInParallel": "Esegui PowerShell in parallelo", - "loc.input.help.RunPowershellInParallel": "Se è impostato su true, gli script PowerShell verranno eseguiti in parallelo nei computer di destinazione.", - "loc.input.label.ResourceFilteringMethod": "Seleziona computer per", - "loc.input.help.ResourceFilteringMethod": "Selezionare, facoltativamente, un sottoinsieme di computer specificando nomi o tag dei computer.", - "loc.input.label.MachineNames": "Criteri di filtro", - "loc.input.help.MachineNames": "Questo input è valido solo per gruppi di computer o variabili di output e non è ancora supportato per l'elenco semplice di computer. Consente di specificare un elenco di computer come dbserver.fabrikam.com, webserver.fabrikam.com, 192.168.12.34 o tag come Role:DB; OS:Win8.1. Se vengono specificati più tag, l'attività verrà eseguita in tutti i computer con i tag specificati. Con l'impostazione predefinita l'attività viene eseguita in tutti i computer." +{ + "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": "Esegui PowerShell in $(EnvironmentName)", + "loc.group.displayName.deployment": "Distribuzione", + "loc.group.displayName.advanced": "Opzioni avanzate", + "loc.input.label.EnvironmentName": "Computer", + "loc.input.help.EnvironmentName": "Consente di specificare un elenco di indirizzi IP o FQDN separati da virgola unitamente alle porte. Per impostazione predefinita, la porta è basata sul protocollo selezionato.
Esempio: dbserver.fabrikam.com,dbserver_int.fabrikam.com:5986,192.168.12.34:5986
In alternativa, consente di specificare la variabile di output di altre attività. Esempio: $(variableName)
Se si usa HTTPS, il nome e l'IP del computer devono essere uguali al nome comune (CN) del certificato.", + "loc.input.label.AdminUserName": "Account di accesso amministratore", + "loc.input.help.AdminUserName": "Account di accesso dell'amministratore per i computer di destinazione.", + "loc.input.label.AdminPassword": "Password", + "loc.input.help.AdminPassword": "Administrator password for the target machines.
It can accept variable defined in build or release pipelines as '$(passwordVariable)'.
You may mark variable type as 'secret' to secure it.", + "loc.input.label.Protocol": "Protocollo", + "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": "Certificato di test", + "loc.input.help.TestCertificate": "Consente di selezionare l'opzione per ignorare la convalida dell'autenticità del certificato del computer da parte di un'Autorità di certificazione attendibile. Il parametro è obbligatorio per il protocollo HTTPS di WinRM.", + "loc.input.label.ScriptPath": "Script PowerShell", + "loc.input.help.ScriptPath": "Percorso dello script PowerShell nei computer di destinazione oppure in un percorso UNC come C:\\BudgetIT\\Web\\Distribuzione\\SitoWeb.ps1", + "loc.input.label.ScriptArguments": "Argomenti script", + "loc.input.help.ScriptArguments": "Argomenti per lo script PowerShell. Possono essere parametri ordinali o denominati come -testParam test", + "loc.input.label.InitializationScriptPath": "Script di inizializzazione", + "loc.input.help.InitializationScriptPath": "Percorso dello script di dati per DSC nei computer di destinazione oppure in un percorso UNC come C:\\BudgetIT\\Web\\Distribuzione\\ConfigurazioneSitoWeb.ps1", + "loc.input.label.SessionVariables": "Variabili di sessione", + "loc.input.help.SessionVariables": "Consente di impostare le variabili di sessione comuni per entrambi gli script. Ad esempio, $variable = value, $var1 = \"value, 123\"", + "loc.input.label.RunPowershellInParallel": "Esegui PowerShell in parallelo", + "loc.input.help.RunPowershellInParallel": "Se è impostato su true, gli script PowerShell verranno eseguiti in parallelo nei computer di destinazione.", + "loc.input.label.ResourceFilteringMethod": "Seleziona computer per", + "loc.input.help.ResourceFilteringMethod": "Selezionare, facoltativamente, un sottoinsieme di computer specificando nomi o tag dei computer.", + "loc.input.label.MachineNames": "Criteri di filtro", + "loc.input.help.MachineNames": "Questo input è valido solo per gruppi di computer o variabili di output e non è ancora supportato per l'elenco semplice di computer. Consente di specificare un elenco di computer come dbserver.fabrikam.com, webserver.fabrikam.com, 192.168.12.34 o tag come Role:DB; OS:Win8.1. Se vengono specificati più tag, l'attività verrà eseguita in tutti i computer con i tag specificati. Con l'impostazione predefinita l'attività viene eseguita in tutti i computer." } \ No newline at end of file diff --git a/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/ja-JP/resources.resjson b/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/ja-JP/resources.resjson index bbfc86c84890..1f15f731a3ff 100644 --- a/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/ja-JP/resources.resjson +++ b/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/ja-JP/resources.resjson @@ -1,32 +1,32 @@ -{ - "loc.friendlyName": "ターゲット コンピューターでの PowerShell", - "loc.helpMarkDown": "[詳細](https://go.microsoft.com/fwlink/?linkid=627414)", - "loc.description": "リモート コンピューター (複数可) で PowerShell スクリプトを実行します", - "loc.instanceNameFormat": "$(EnvironmentName) での PowerShell の実行", - "loc.group.displayName.deployment": "配置", - "loc.group.displayName.advanced": "詳細設定のオプション", - "loc.input.label.EnvironmentName": "コンピューター", - "loc.input.help.EnvironmentName": "コンピューターの IP アドレスまたは FQDN とポートのコンマ区切り一覧を指定します。ポートは選んだプロトコルに基づいて既定値に設定されます。
例: dbserver.fabrikam.com,dbserver_int.fabrikam.com:5986,192.168.12.34:5986
または他のタスクの出力変数を指定します。例: $(variableName)
HTTPS を使用している場合、マシンの名前/IP は証明書の CN と一致する必要があります。", - "loc.input.label.AdminUserName": "管理者ログイン", - "loc.input.help.AdminUserName": "ターゲット コンピューターにログインする管理者。", - "loc.input.label.AdminPassword": "パスワード", - "loc.input.help.AdminPassword": "対象のコンピューターの管理者パスワード。
ビルド/リリース定義で '$(passwordVariable)' として定義された変数を受け入れることができます。
変数タイプを 'シークレット' とマークして保護することもできます。", - "loc.input.label.Protocol": "プロトコル", - "loc.input.help.Protocol": "コンピューターとの WinRM 接続に使用するプロトコルを選びます。既定は HTTPS です。", - "loc.input.label.TestCertificate": "テスト証明書", - "loc.input.help.TestCertificate": "信頼された証明機関によるマシンの証明書の信頼性検証をスキップするオプションを選択します。このパラメーターは、WinRM の HTTPS プロトコルでは必須です。", - "loc.input.label.ScriptPath": "PowerShell スクリプト", - "loc.input.help.ScriptPath": "ターゲット コンピューター上、または UNC パス (C:\\BudgetIT\\Web\\Deploy\\Website.ps1 など) 上の、PowerShell スクリプトの場所", - "loc.input.label.ScriptArguments": "スクリプトの引数", - "loc.input.help.ScriptArguments": "PowerShell スクリプトの引数。順序によるパラメーターまたは \"-testParam test\" のような名前付きのパラメーターとすることができます。", - "loc.input.label.InitializationScriptPath": "初期化スクリプト", - "loc.input.help.InitializationScriptPath": "ターゲット コンピューター上、または UNC パス (C:\\BudgetIT\\Web\\Deploy\\WebsiteConfiguration.ps1 など) 上の、DSC のデータ スクリプトの場所", - "loc.input.label.SessionVariables": "セッション変数", - "loc.input.help.SessionVariables": "両方のスクリプトの共通セッション変数を設定します。例、$variable = value、$var1 = \"value, 123\"", - "loc.input.label.RunPowershellInParallel": "PowerShell の並列実行", - "loc.input.help.RunPowershellInParallel": "「true」に設定すると、複数の PowerShell スクリプトをターゲット コンピューター上で並列に実行します。", - "loc.input.label.ResourceFilteringMethod": "以下の条件でコンピューターを選択", - "loc.input.help.ResourceFilteringMethod": "必要に応じて、コンピューター名またはタグを指定してコンピューターのサブセットを選びます。", - "loc.input.label.MachineNames": "フィルター条件", - "loc.input.help.MachineNames": "この入力はマシン グループまたは出力変数にのみ使用でき、コンピューターのフラット リストではまだサポートされていません。マシンのリスト (dbserver.fabrikam.com, webserver.fabrikam.com, 192.168.12.34 など)、またはタグのリスト (Role:DB; OS:Win8.1 など) を指定します。複数のタグを指定した場合、指定されたタグを持つすべてのマシンでタスクが実行されます。既定では、タスクがすべてのマシンで実行されます。" +{ + "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": "$(EnvironmentName) での PowerShell の実行", + "loc.group.displayName.deployment": "配置", + "loc.group.displayName.advanced": "詳細設定のオプション", + "loc.input.label.EnvironmentName": "コンピューター", + "loc.input.help.EnvironmentName": "コンピューターの IP アドレスまたは FQDN とポートのコンマ区切り一覧を指定します。ポートは選んだプロトコルに基づいて既定値に設定されます。
例: dbserver.fabrikam.com,dbserver_int.fabrikam.com:5986,192.168.12.34:5986
または他のタスクの出力変数を指定します。例: $(variableName)
HTTPS を使用している場合、マシンの名前/IP は証明書の CN と一致する必要があります。", + "loc.input.label.AdminUserName": "管理者ログイン", + "loc.input.help.AdminUserName": "ターゲット コンピューターにログインする管理者。", + "loc.input.label.AdminPassword": "パスワード", + "loc.input.help.AdminPassword": "Administrator password for the target machines.
It can accept variable defined in build or release pipelines as '$(passwordVariable)'.
You may mark variable type as 'secret' to secure it.", + "loc.input.label.Protocol": "プロトコル", + "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": "テスト証明書", + "loc.input.help.TestCertificate": "信頼された証明機関によるマシンの証明書の信頼性検証をスキップするオプションを選択します。このパラメーターは、WinRM の HTTPS プロトコルでは必須です。", + "loc.input.label.ScriptPath": "PowerShell スクリプト", + "loc.input.help.ScriptPath": "ターゲット コンピューター上、または UNC パス (C:\\BudgetIT\\Web\\Deploy\\Website.ps1 など) 上の、PowerShell スクリプトの場所", + "loc.input.label.ScriptArguments": "スクリプトの引数", + "loc.input.help.ScriptArguments": "PowerShell スクリプトの引数。順序によるパラメーターまたは \"-testParam test\" のような名前付きのパラメーターとすることができます。", + "loc.input.label.InitializationScriptPath": "初期化スクリプト", + "loc.input.help.InitializationScriptPath": "ターゲット コンピューター上、または UNC パス (C:\\BudgetIT\\Web\\Deploy\\WebsiteConfiguration.ps1 など) 上の、DSC のデータ スクリプトの場所", + "loc.input.label.SessionVariables": "セッション変数", + "loc.input.help.SessionVariables": "両方のスクリプトの共通セッション変数を設定します。例、$variable = value、$var1 = \"value, 123\"", + "loc.input.label.RunPowershellInParallel": "PowerShell の並列実行", + "loc.input.help.RunPowershellInParallel": "「true」に設定すると、複数の PowerShell スクリプトをターゲット コンピューター上で並列に実行します。", + "loc.input.label.ResourceFilteringMethod": "以下の条件でコンピューターを選択", + "loc.input.help.ResourceFilteringMethod": "必要に応じて、コンピューター名またはタグを指定してコンピューターのサブセットを選びます。", + "loc.input.label.MachineNames": "フィルター条件", + "loc.input.help.MachineNames": "この入力はマシン グループまたは出力変数にのみ使用でき、コンピューターのフラット リストではまだサポートされていません。マシンのリスト (dbserver.fabrikam.com, webserver.fabrikam.com, 192.168.12.34 など)、またはタグのリスト (Role:DB; OS:Win8.1 など) を指定します。複数のタグを指定した場合、指定されたタグを持つすべてのマシンでタスクが実行されます。既定では、タスクがすべてのマシンで実行されます。" } \ No newline at end of file diff --git a/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/ko-KR/resources.resjson b/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/ko-KR/resources.resjson index c860b7e2db89..5da270b5791d 100644 --- a/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/ko-KR/resources.resjson +++ b/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/ko-KR/resources.resjson @@ -1,32 +1,32 @@ -{ - "loc.friendlyName": "대상 컴퓨터의 PowerShell", - "loc.helpMarkDown": "[자세한 정보](https://go.microsoft.com/fwlink/?linkid=627414)", - "loc.description": "원격 컴퓨터에서 PowerShell 스크립트 실행", - "loc.instanceNameFormat": "$(EnvironmentName)에서 PowerShell 실행", - "loc.group.displayName.deployment": "배포", - "loc.group.displayName.advanced": "고급 옵션", - "loc.input.label.EnvironmentName": "컴퓨터", - "loc.input.help.EnvironmentName": "포트와 함께 쉼표로 구분된 컴퓨터 IP 주소 또는 FQDN 목록을 입력합니다. 포트의 기본값은 선택된 프로토콜을 기준으로 설정됩니다.
예: dbserver.fabrikam.com,dbserver_int.fabrikam.com:5986,192.168.12.34:5986
또는 다른 작업의 출력 변수를 입력합니다. 예: $(variableName)
HTTPS를 사용하는 경우 컴퓨터의 이름/IP가 인증서의 CN과 일치해야 합니다.", - "loc.input.label.AdminUserName": "관리자 로그인", - "loc.input.help.AdminUserName": "대상 컴퓨터의 관리자 암호입니다.", - "loc.input.label.AdminPassword": "암호", - "loc.input.help.AdminPassword": "대상 컴퓨터에 대한 관리자 암호입니다.
빌드/릴리스 정의에 '$(passwordVariable)'(으)로 정의된 변수를 사용할 수 있습니다.
보호하기 위해 변수 형식을 'secret'으로 표시할 수 있습니다.", - "loc.input.label.Protocol": "프로토콜", - "loc.input.help.Protocol": "컴퓨터와의 WinRM 연결에 사용할 프로토콜을 선택하세요. 기본값은 HTTPS입니다.", - "loc.input.label.TestCertificate": "테스트 인증서", - "loc.input.help.TestCertificate": "신뢰할 수 있는 인증 기관의 컴퓨터 인증서 신뢰성 확인을 건너뛰려면 이 옵션을 선택하세요. WinRM HTTPS 프로토콜에는 매개 변수가 필요합니다.", - "loc.input.label.ScriptPath": "PowerShell 스크립트", - "loc.input.help.ScriptPath": "대상 컴퓨터나 UNC 경로(예: C:\\BudgetIT\\Web\\Deploy\\Website.ps1) 상의 PowerShell 스크립트 위치", - "loc.input.label.ScriptArguments": "스크립트 인수", - "loc.input.help.ScriptArguments": "PowerShell 스크립트에 대한 인수입니다. -testParam 테스트 같은 서수 매개 변수나 명명된 매개 변수일 수 있습니다.", - "loc.input.label.InitializationScriptPath": "초기화 스크립트", - "loc.input.help.InitializationScriptPath": "대상 컴퓨터나 UNC 경로(예: C:\\BudgetIT\\Web\\Deploy\\WebsiteConfiguration.ps1) 상의 DSC용 데이터 스크립트 위치", - "loc.input.label.SessionVariables": "세션 변수", - "loc.input.help.SessionVariables": "두 스크립트에 대한 일반 세션 변수(예: $variable = value, $var1 = \"value, 123\")를 설정합니다.", - "loc.input.label.RunPowershellInParallel": "PowerShell을 병렬로 실행", - "loc.input.help.RunPowershellInParallel": "true로 설정하면 PowerShell 스크립트가 대상 컴퓨터에서 동시에 실행됩니다.", - "loc.input.label.ResourceFilteringMethod": "컴퓨터 선택 기준", - "loc.input.help.ResourceFilteringMethod": "필요한 경우 컴퓨터 이름 또는 태그를 제공하여 컴퓨터의 하위 집합을 선택합니다.", - "loc.input.label.MachineNames": "필터 조건", - "loc.input.help.MachineNames": "이 입력은 컴퓨터 그룹 또는 출력 변수에만 유효하며 컴퓨터의 단순 목록에는 아직 지원되지 않습니다. dbserver.fabrikam.com, webserver.fabrikam.com, 192.168.12.34 등과 같은 컴퓨터나 Role:DB; OS:Win8.1 등과 같은 태그 목록을 지정하세요 여러 태그를 지정하는 경우 지정된 태그가 포함된 모든 컴퓨터에서 작업이 실행됩니다. 기본값은 모든 컴퓨터에서 실행하는 것입니다." +{ + "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": "$(EnvironmentName)에서 PowerShell 실행", + "loc.group.displayName.deployment": "배포", + "loc.group.displayName.advanced": "고급 옵션", + "loc.input.label.EnvironmentName": "컴퓨터", + "loc.input.help.EnvironmentName": "포트와 함께 쉼표로 구분된 컴퓨터 IP 주소 또는 FQDN 목록을 입력합니다. 포트의 기본값은 선택된 프로토콜을 기준으로 설정됩니다.
예: dbserver.fabrikam.com,dbserver_int.fabrikam.com:5986,192.168.12.34:5986
또는 다른 작업의 출력 변수를 입력합니다. 예: $(variableName)
HTTPS를 사용하는 경우 컴퓨터의 이름/IP가 인증서의 CN과 일치해야 합니다.", + "loc.input.label.AdminUserName": "관리자 로그인", + "loc.input.help.AdminUserName": "대상 컴퓨터의 관리자 암호입니다.", + "loc.input.label.AdminPassword": "암호", + "loc.input.help.AdminPassword": "Administrator password for the target machines.
It can accept variable defined in build or release pipelines as '$(passwordVariable)'.
You may mark variable type as 'secret' to secure it.", + "loc.input.label.Protocol": "프로토콜", + "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": "테스트 인증서", + "loc.input.help.TestCertificate": "신뢰할 수 있는 인증 기관의 컴퓨터 인증서 신뢰성 확인을 건너뛰려면 이 옵션을 선택하세요. WinRM HTTPS 프로토콜에는 매개 변수가 필요합니다.", + "loc.input.label.ScriptPath": "PowerShell 스크립트", + "loc.input.help.ScriptPath": "대상 컴퓨터나 UNC 경로(예: C:\\BudgetIT\\Web\\Deploy\\Website.ps1) 상의 PowerShell 스크립트 위치", + "loc.input.label.ScriptArguments": "스크립트 인수", + "loc.input.help.ScriptArguments": "PowerShell 스크립트에 대한 인수입니다. -testParam 테스트 같은 서수 매개 변수나 명명된 매개 변수일 수 있습니다.", + "loc.input.label.InitializationScriptPath": "초기화 스크립트", + "loc.input.help.InitializationScriptPath": "대상 컴퓨터나 UNC 경로(예: C:\\BudgetIT\\Web\\Deploy\\WebsiteConfiguration.ps1) 상의 DSC용 데이터 스크립트 위치", + "loc.input.label.SessionVariables": "세션 변수", + "loc.input.help.SessionVariables": "두 스크립트에 대한 일반 세션 변수(예: $variable = value, $var1 = \"value, 123\")를 설정합니다.", + "loc.input.label.RunPowershellInParallel": "PowerShell을 병렬로 실행", + "loc.input.help.RunPowershellInParallel": "true로 설정하면 PowerShell 스크립트가 대상 컴퓨터에서 동시에 실행됩니다.", + "loc.input.label.ResourceFilteringMethod": "컴퓨터 선택 기준", + "loc.input.help.ResourceFilteringMethod": "필요한 경우 컴퓨터 이름 또는 태그를 제공하여 컴퓨터의 하위 집합을 선택합니다.", + "loc.input.label.MachineNames": "필터 조건", + "loc.input.help.MachineNames": "이 입력은 컴퓨터 그룹 또는 출력 변수에만 유효하며 컴퓨터의 단순 목록에는 아직 지원되지 않습니다. dbserver.fabrikam.com, webserver.fabrikam.com, 192.168.12.34 등과 같은 컴퓨터나 Role:DB; OS:Win8.1 등과 같은 태그 목록을 지정하세요 여러 태그를 지정하는 경우 지정된 태그가 포함된 모든 컴퓨터에서 작업이 실행됩니다. 기본값은 모든 컴퓨터에서 실행하는 것입니다." } \ No newline at end of file diff --git a/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/ru-RU/resources.resjson b/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/ru-RU/resources.resjson index 68a111b7adc8..7336ee9cba21 100644 --- a/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/ru-RU/resources.resjson +++ b/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/ru-RU/resources.resjson @@ -1,32 +1,32 @@ -{ - "loc.friendlyName": "PowerShell на целевых компьютерах", - "loc.helpMarkDown": "[Подробнее...](https://go.microsoft.com/fwlink/?linkid=627414)", - "loc.description": "Выполнять сценарии PowerShell на удаленных компьютерах", - "loc.instanceNameFormat": "Выполнить PowerShell в $(EnvironmentName)", - "loc.group.displayName.deployment": "Развертывание", - "loc.group.displayName.advanced": "Дополнительные параметры", - "loc.input.label.EnvironmentName": "Компьютеры", - "loc.input.help.EnvironmentName": "Укажите разделенный запятыми список IP-адресов или полных доменных имен компьютеров вместе с портами. Порт по умолчанию выбирается на основе используемого протокола.
Например: dbserver.fabrikam.com,dbserver_int.fabrikam.com:5986,192.168.12.34:5986.
Также можно указать выходную переменную других задач, например $(variableName).
Если используется протокол HTTPS, имя или IP-адрес компьютера должны совпадать с общим именем (CN) в сертификате.", - "loc.input.label.AdminUserName": "Имя для входа администратора", - "loc.input.help.AdminUserName": "Имя для входа администратора для целевых компьютеров.", - "loc.input.label.AdminPassword": "Пароль", - "loc.input.help.AdminPassword": "Пароль администратора для целевых компьютеров.
Он может принять переменную, заданную в определениях сборки или выпуска в качестве \"$(passwordVariable)\".
Вы можете отметить тип переменной как \"secret\", чтобы защитить ее.", - "loc.input.label.Protocol": "Протокол", - "loc.input.help.Protocol": "Выберите протокол, используемый в WinRM-подключениях к компьютерам. Значение по умолчанию — HTTPS.", - "loc.input.label.TestCertificate": "Тестовый сертификат", - "loc.input.help.TestCertificate": "Выберите этот параметр, чтобы пропустить проверку подлинности сертификата компьютера доверенным центром сертификации. Параметр обязателен для протокола WinRM HTTPS.", - "loc.input.label.ScriptPath": "Сценарий PowerShell", - "loc.input.help.ScriptPath": "Расположение скрипта PowerShell на целевых машинах или по UNC-пути, например C:\\BudgetIT\\Web\\Deploy\\Website.ps1", - "loc.input.label.ScriptArguments": "Аргументы скрипта", - "loc.input.help.ScriptArguments": "Аргументы для сценария PowerShell. Это могут быть порядковые или именованные параметры, например -testParam test", - "loc.input.label.InitializationScriptPath": "Сценарий инициализации", - "loc.input.help.InitializationScriptPath": "Расположение скрипта данных для DSC на целевых компьютерах или по UNC-пути, например C:\\BudgetIT\\Web\\Deploy\\WebsiteConfiguration.ps1", - "loc.input.label.SessionVariables": "Переменные сеанса", - "loc.input.help.SessionVariables": "Задайте стандартные переменные сеансов для обоих скриптов. Например, $variable = value, $var1 = \"value, 123\"", - "loc.input.label.RunPowershellInParallel": "Выполнять PowerShell параллельно", - "loc.input.help.RunPowershellInParallel": "Если задать значение true, скрипты PowerShell будут выполняться на целевых компьютерах параллельно.", - "loc.input.label.ResourceFilteringMethod": "Выбор компьютеров по", - "loc.input.help.ResourceFilteringMethod": "Как вариант, выберите подмножество компьютеров, указав их имена или теги.", - "loc.input.label.MachineNames": "Условия фильтра", - "loc.input.help.MachineNames": "Входные данные допустимы только для групп компьютеров или выходных переменных и пока не поддерживаются для плоского списка компьютеров. Укажите список компьютеров, например dbserver.fabrikam.com, webserver.fabrikam.com, 192.168.12.34, или теги, такие как Role:DB; OS:Win8.1. Если указано несколько тегов, задача будет выполняться на всех компьютерах с заданными тегами. По умолчанию задача выполняется на всех компьютерах." +{ + "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 в $(EnvironmentName)", + "loc.group.displayName.deployment": "Развертывание", + "loc.group.displayName.advanced": "Дополнительные параметры", + "loc.input.label.EnvironmentName": "Компьютеры", + "loc.input.help.EnvironmentName": "Укажите разделенный запятыми список IP-адресов или полных доменных имен компьютеров вместе с портами. Порт по умолчанию выбирается на основе используемого протокола.
Например: dbserver.fabrikam.com,dbserver_int.fabrikam.com:5986,192.168.12.34:5986.
Также можно указать выходную переменную других задач, например $(variableName).
Если используется протокол HTTPS, имя или IP-адрес компьютера должны совпадать с общим именем (CN) в сертификате.", + "loc.input.label.AdminUserName": "Имя для входа администратора", + "loc.input.help.AdminUserName": "Имя для входа администратора для целевых компьютеров.", + "loc.input.label.AdminPassword": "Пароль", + "loc.input.help.AdminPassword": "Administrator password for the target machines.
It can accept variable defined in build or release pipelines as '$(passwordVariable)'.
You may mark variable type as 'secret' to secure it.", + "loc.input.label.Protocol": "Протокол", + "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": "Тестовый сертификат", + "loc.input.help.TestCertificate": "Выберите этот параметр, чтобы пропустить проверку подлинности сертификата компьютера доверенным центром сертификации. Параметр обязателен для протокола WinRM HTTPS.", + "loc.input.label.ScriptPath": "Сценарий PowerShell", + "loc.input.help.ScriptPath": "Расположение скрипта PowerShell на целевых машинах или по UNC-пути, например C:\\BudgetIT\\Web\\Deploy\\Website.ps1", + "loc.input.label.ScriptArguments": "Аргументы скрипта", + "loc.input.help.ScriptArguments": "Аргументы для сценария PowerShell. Это могут быть порядковые или именованные параметры, например -testParam test", + "loc.input.label.InitializationScriptPath": "Сценарий инициализации", + "loc.input.help.InitializationScriptPath": "Расположение скрипта данных для DSC на целевых компьютерах или по UNC-пути, например C:\\BudgetIT\\Web\\Deploy\\WebsiteConfiguration.ps1", + "loc.input.label.SessionVariables": "Переменные сеанса", + "loc.input.help.SessionVariables": "Задайте стандартные переменные сеансов для обоих скриптов. Например, $variable = value, $var1 = \"value, 123\"", + "loc.input.label.RunPowershellInParallel": "Выполнять PowerShell параллельно", + "loc.input.help.RunPowershellInParallel": "Если задать значение true, скрипты PowerShell будут выполняться на целевых компьютерах параллельно.", + "loc.input.label.ResourceFilteringMethod": "Выбор компьютеров по", + "loc.input.help.ResourceFilteringMethod": "Как вариант, выберите подмножество компьютеров, указав их имена или теги.", + "loc.input.label.MachineNames": "Условия фильтра", + "loc.input.help.MachineNames": "Входные данные допустимы только для групп компьютеров или выходных переменных и пока не поддерживаются для плоского списка компьютеров. Укажите список компьютеров, например dbserver.fabrikam.com, webserver.fabrikam.com, 192.168.12.34, или теги, такие как Role:DB; OS:Win8.1. Если указано несколько тегов, задача будет выполняться на всех компьютерах с заданными тегами. По умолчанию задача выполняется на всех компьютерах." } \ No newline at end of file diff --git a/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/zh-CN/resources.resjson b/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/zh-CN/resources.resjson index 5f41489d4f2a..b714c85c22f5 100644 --- a/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/zh-CN/resources.resjson +++ b/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/zh-CN/resources.resjson @@ -1,32 +1,32 @@ -{ - "loc.friendlyName": "目标计算机上的 PowerShell", - "loc.helpMarkDown": "[详细信息](https://go.microsoft.com/fwlink/?linkid=627414)", - "loc.description": "在远程计算机上执行 PowerShell 脚本", - "loc.instanceNameFormat": "在 $(EnvironmentName) 上运行 PowerShell", - "loc.group.displayName.deployment": "部署", - "loc.group.displayName.advanced": "高级选项", - "loc.input.label.EnvironmentName": "计算机", - "loc.input.help.EnvironmentName": "提供以逗号分隔的计算机 IP 地址或 FQDN 以及端口列表。端口默认基于选定的协议。
例如: dbserver.fabrikam.com,dbserver_int.fabrikam.com:5986,192.168.12.34:5986
或者提供其他任务的输出变量。例如: $(variableName)
如果使用的是 HTTPS,则计算机的名称/IP 应与证书中的 CN 匹配。", - "loc.input.label.AdminUserName": "管理员登录名", - "loc.input.help.AdminUserName": "针对目标计算机的管理员登录。", - "loc.input.label.AdminPassword": "密码", - "loc.input.help.AdminPassword": "目标计算机的管理员密码。
可接受“生成/发布”定义中定义为 \"$(passwordVariable)\" 的变量。
你可将变量类型标记为“机密”来进行保护。", - "loc.input.label.Protocol": "协议", - "loc.input.help.Protocol": "选择与计算机进行 WinRM 连接时使用的协议。默认为 HTTPS.", - "loc.input.label.TestCertificate": "测试证书", - "loc.input.help.TestCertificate": "选择该选项以跳过由受信任的证书颁发机构验证计算机证书的真伪。WinRM HTTPS 协议需要此参数。", - "loc.input.label.ScriptPath": "PowerShell 脚本", - "loc.input.help.ScriptPath": "目标计算机上或 UNC 路径上 PowerShell 脚本的位置,如 C:\\BudgetIT\\Web\\Deploy\\Website.ps1", - "loc.input.label.ScriptArguments": "脚本参数", - "loc.input.help.ScriptArguments": "用于 PowerShell 脚本的参数。可以是序号或命名参数(如 -testParam test)", - "loc.input.label.InitializationScriptPath": "初始化脚本", - "loc.input.help.InitializationScriptPath": "目标计算机上或 UNC 路径上用于 DSC 的数据脚本的位置,如 C:\\BudgetIT\\Web\\Deploy\\WebsiteConfiguration.ps1", - "loc.input.label.SessionVariables": "会话变量", - "loc.input.help.SessionVariables": "为这两个脚本设置通用会话变量。例如,$variable = value,$var1 = \"value, 123\"", - "loc.input.label.RunPowershellInParallel": "并行运行 PowerShell", - "loc.input.help.RunPowershellInParallel": "将它设置为 true 会在目标计算机上并行运行 PowerShell 脚本。", - "loc.input.label.ResourceFilteringMethod": "计算机选择依据", - "loc.input.help.ResourceFilteringMethod": "(可选)通过提供计算机名或标记来选择计算机的子集。", - "loc.input.label.MachineNames": "筛选条件", - "loc.input.help.MachineNames": "此输入仅对计算机组或输出变量有效,且尚不受计算机的简单列表支持。提供计算机列表(如 dbserver.fabrikam.com、 webserver.fabrikam.com、 192.168.12.34)或标记列表(如 Role:DB; OS:Win8.1)。如果提供了多个标记,则任务将在具有指定标记的所有计算机中运行。默认为在所有计算机中运行任务。" +{ + "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": "在 $(EnvironmentName) 上运行 PowerShell", + "loc.group.displayName.deployment": "部署", + "loc.group.displayName.advanced": "高级选项", + "loc.input.label.EnvironmentName": "计算机", + "loc.input.help.EnvironmentName": "提供以逗号分隔的计算机 IP 地址或 FQDN 以及端口列表。端口默认基于选定的协议。
例如: dbserver.fabrikam.com,dbserver_int.fabrikam.com:5986,192.168.12.34:5986
或者提供其他任务的输出变量。例如: $(variableName)
如果使用的是 HTTPS,则计算机的名称/IP 应与证书中的 CN 匹配。", + "loc.input.label.AdminUserName": "管理员登录名", + "loc.input.help.AdminUserName": "针对目标计算机的管理员登录。", + "loc.input.label.AdminPassword": "密码", + "loc.input.help.AdminPassword": "Administrator password for the target machines.
It can accept variable defined in build or release pipelines as '$(passwordVariable)'.
You may mark variable type as 'secret' to secure it.", + "loc.input.label.Protocol": "协议", + "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": "测试证书", + "loc.input.help.TestCertificate": "选择该选项以跳过由受信任的证书颁发机构验证计算机证书的真伪。WinRM HTTPS 协议需要此参数。", + "loc.input.label.ScriptPath": "PowerShell 脚本", + "loc.input.help.ScriptPath": "目标计算机上或 UNC 路径上 PowerShell 脚本的位置,如 C:\\BudgetIT\\Web\\Deploy\\Website.ps1", + "loc.input.label.ScriptArguments": "脚本参数", + "loc.input.help.ScriptArguments": "用于 PowerShell 脚本的参数。可以是序号或命名参数(如 -testParam test)", + "loc.input.label.InitializationScriptPath": "初始化脚本", + "loc.input.help.InitializationScriptPath": "目标计算机上或 UNC 路径上用于 DSC 的数据脚本的位置,如 C:\\BudgetIT\\Web\\Deploy\\WebsiteConfiguration.ps1", + "loc.input.label.SessionVariables": "会话变量", + "loc.input.help.SessionVariables": "为这两个脚本设置通用会话变量。例如,$variable = value,$var1 = \"value, 123\"", + "loc.input.label.RunPowershellInParallel": "并行运行 PowerShell", + "loc.input.help.RunPowershellInParallel": "将它设置为 true 会在目标计算机上并行运行 PowerShell 脚本。", + "loc.input.label.ResourceFilteringMethod": "计算机选择依据", + "loc.input.help.ResourceFilteringMethod": "(可选)通过提供计算机名或标记来选择计算机的子集。", + "loc.input.label.MachineNames": "筛选条件", + "loc.input.help.MachineNames": "此输入仅对计算机组或输出变量有效,且尚不受计算机的简单列表支持。提供计算机列表(如 dbserver.fabrikam.com、 webserver.fabrikam.com、 192.168.12.34)或标记列表(如 Role:DB; OS:Win8.1)。如果提供了多个标记,则任务将在具有指定标记的所有计算机中运行。默认为在所有计算机中运行任务。" } \ No newline at end of file diff --git a/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/zh-TW/resources.resjson b/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/zh-TW/resources.resjson index 611cb4447c2c..a6b7aa862650 100644 --- a/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/zh-TW/resources.resjson +++ b/Tasks/PowerShellOnTargetMachinesV1/Strings/resources.resjson/zh-TW/resources.resjson @@ -1,32 +1,32 @@ -{ - "loc.friendlyName": "目標電腦上的 PowerShell", - "loc.helpMarkDown": "[詳細資訊](https://go.microsoft.com/fwlink/?linkid=627414)", - "loc.description": "在遠端電腦上執行 PowerShell 指令碼。", - "loc.instanceNameFormat": "在 $(EnvironmentName) 執行 PowerShell", - "loc.group.displayName.deployment": "部署", - "loc.group.displayName.advanced": "進階選項", - "loc.input.label.EnvironmentName": "電腦", - "loc.input.help.EnvironmentName": "提供以逗點分隔的清單,內含電腦 IP 位址或 FQDN 以及連接埠。連接埠預設為依據所選取的通訊協定。
例如: dbserver.fabrikam.com,dbserver_int.fabrikam.com:5986,192.168.12.34:5986
或提供其他工作的輸出變數。例如: $(variableName)
若使用 HTTPS,電腦的名稱/IP 應符合憑證中的 CN。", - "loc.input.label.AdminUserName": "系統管理員登入", - "loc.input.help.AdminUserName": "目標電腦的系統管理員登入。", - "loc.input.label.AdminPassword": "密碼", - "loc.input.help.AdminPassword": "目標電腦的系統管理員密碼。
其可接受組建/發行定義中 '$(passwordVariable)' 這類形式的變數。
您可以將變數類型標示為 'secret' 加以保護。", - "loc.input.label.Protocol": "通訊協定", - "loc.input.help.Protocol": "選取 WinRM 與電腦連線時所囡使用的通訊協定。預設值為 HTTPS。", - "loc.input.label.TestCertificate": "測試憑證", - "loc.input.help.TestCertificate": "選取選項,跳過由受信任的憑證授權單位驗證電腦憑證真確性。WinRM HTTPS 通訊協定需要參數。", - "loc.input.label.ScriptPath": "PowerShell 指令碼", - "loc.input.help.ScriptPath": "PowerShell 指令碼在目標電腦或 UNC 路徑上的位置,例如 C:\\BudgetIT\\Web\\Deploy\\Website.ps1", - "loc.input.label.ScriptArguments": "指令碼引數", - "loc.input.help.ScriptArguments": "PowerShell 指令碼的引數。其可以是序號參數或具名參數,例如: testParam test", - "loc.input.label.InitializationScriptPath": "初始化指令碼", - "loc.input.help.InitializationScriptPath": "目標電腦或 UNC 路徑上之 DSC 資料指令碼的位置,例如 C:\\BudgetIT\\Web\\Deploy\\WebsiteConfiguration.ps1", - "loc.input.label.SessionVariables": "工作階段變數", - "loc.input.help.SessionVariables": "為兩種指令碼設定通用工作階段變數。例如 $variable = value、$var1 = \"value, 123\"", - "loc.input.label.RunPowershellInParallel": "平行執行 PowerShell", - "loc.input.help.RunPowershellInParallel": "若將其設為 Ture,將會在目標電腦中平行執行 PowerShell 指令碼。", - "loc.input.label.ResourceFilteringMethod": "選取電腦依據 ", - "loc.input.help.ResourceFilteringMethod": "選擇性地提供電腦名稱或標記來選取電腦的子集。", - "loc.input.label.MachineNames": "篩選準則", - "loc.input.help.MachineNames": "此輸入只對電腦群組或輸出變數有效,電腦的簡單列表尚無法支援。請以 dbserver.fabrikam.com、webserver.fabrikam.com、192.168.12.34 等形式提供電腦清單,或以 Role:DB; OS:Win8.1 等形式提供標記清單。若提供多個標記,工作會在所有具有指定標記的電腦上執行。預設會在所有電腦上執行此工作。" +{ + "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": "在 $(EnvironmentName) 執行 PowerShell", + "loc.group.displayName.deployment": "部署", + "loc.group.displayName.advanced": "進階選項", + "loc.input.label.EnvironmentName": "電腦", + "loc.input.help.EnvironmentName": "提供以逗點分隔的清單,內含電腦 IP 位址或 FQDN 以及連接埠。連接埠預設為依據所選取的通訊協定。
例如: dbserver.fabrikam.com,dbserver_int.fabrikam.com:5986,192.168.12.34:5986
或提供其他工作的輸出變數。例如: $(variableName)
若使用 HTTPS,電腦的名稱/IP 應符合憑證中的 CN。", + "loc.input.label.AdminUserName": "系統管理員登入", + "loc.input.help.AdminUserName": "目標電腦的系統管理員登入。", + "loc.input.label.AdminPassword": "密碼", + "loc.input.help.AdminPassword": "Administrator password for the target machines.
It can accept variable defined in build or release pipelines as '$(passwordVariable)'.
You may mark variable type as 'secret' to secure it.", + "loc.input.label.Protocol": "通訊協定", + "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": "測試憑證", + "loc.input.help.TestCertificate": "選取選項,跳過由受信任的憑證授權單位驗證電腦憑證真確性。WinRM HTTPS 通訊協定需要參數。", + "loc.input.label.ScriptPath": "PowerShell 指令碼", + "loc.input.help.ScriptPath": "PowerShell 指令碼在目標電腦或 UNC 路徑上的位置,例如 C:\\BudgetIT\\Web\\Deploy\\Website.ps1", + "loc.input.label.ScriptArguments": "指令碼引數", + "loc.input.help.ScriptArguments": "PowerShell 指令碼的引數。其可以是序號參數或具名參數,例如: testParam test", + "loc.input.label.InitializationScriptPath": "初始化指令碼", + "loc.input.help.InitializationScriptPath": "目標電腦或 UNC 路徑上之 DSC 資料指令碼的位置,例如 C:\\BudgetIT\\Web\\Deploy\\WebsiteConfiguration.ps1", + "loc.input.label.SessionVariables": "工作階段變數", + "loc.input.help.SessionVariables": "為兩種指令碼設定通用工作階段變數。例如 $variable = value、$var1 = \"value, 123\"", + "loc.input.label.RunPowershellInParallel": "平行執行 PowerShell", + "loc.input.help.RunPowershellInParallel": "若將其設為 Ture,將會在目標電腦中平行執行 PowerShell 指令碼。", + "loc.input.label.ResourceFilteringMethod": "選取電腦依據 ", + "loc.input.help.ResourceFilteringMethod": "選擇性地提供電腦名稱或標記來選取電腦的子集。", + "loc.input.label.MachineNames": "篩選準則", + "loc.input.help.MachineNames": "此輸入只對電腦群組或輸出變數有效,電腦的簡單列表尚無法支援。請以 dbserver.fabrikam.com、webserver.fabrikam.com、192.168.12.34 等形式提供電腦清單,或以 Role:DB; OS:Win8.1 等形式提供標記清單。若提供多個標記,工作會在所有具有指定標記的電腦上執行。預設會在所有電腦上執行此工作。" } \ No newline at end of file