]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commitdiff
Update AppIntents Strings
authorAlessio Nossa <alessio.nossa@gmail.com>
Tue, 27 Feb 2024 23:20:56 +0000 (00:20 +0100)
committerAlessio Nossa <alessio.nossa@gmail.com>
Tue, 27 Feb 2024 23:36:18 +0000 (00:36 +0100)
Signed-off-by: Alessio Nossa <alessio.nossa@gmail.com>
Sources/WireguardAppIntents/AppIntents.strings

index cfc183b2a3e552fde4fd51e014b586a3247e6ed3..e799409d181eb90324cb162b246acdd9c5da54db 100644 (file)
 "updateTunnelConfigurationIntentMergeParameterTitle" = "Merge configuration";
 "updateTunnelConfigurationIntentSummary ${tunnelName}" = "Update ${tunnelName} configuration";
 
-"updateTunnelConfigurationIntentPeerOptionsUnavailableError" = "Use the output of \"Build Peer Configuration\" action to update tunnel configuration.";
+"updateTunnelConfigurationIntentPeerOptionsUnavailableError" = "Use the output of \"Build Peer Configuration\" action to update tunnel configuration. To update multiple peers at once, you can use the \"Add to Variable\" action and pass the resulting Variable in this field.";
 "updateTunnelConfigurationIntentMalformedPublicKeyError %@" = "The key \"%1$@\" is not a valid Public Key encoded in Base64 format.";
 
 // Build Peer Configuration
 "buildPeerConfigurationUpdateIntentName" = "Build Peer Configuration";
-"buildPeerConfigurationUpdateIntentDescription" = "";
+"buildPeerConfigurationUpdateIntentDescription" = "Build an item that contains the informations needed to update an peer's configuration.";
 "buildPeerConfigurationUpdateIntentSummary ${publicKey}" = "Build configuration for peer ${publicKey}";
 "buildPeerConfigurationUpdateIntentPublicKeyParameterTitle" = "Peer Public Key";
 "buildPeerConfigurationUpdateIntentEndpointParameterTitle" = "Endpoint";