We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 596c32c commit f55e7adCopy full SHA for f55e7ad
1 file changed
resources/windows_firewall/locales/en-us.toml
@@ -11,15 +11,10 @@ windowsOnly = "This resource is only supported on Windows"
11
[get]
12
rulesArrayEmpty = "The rules array cannot be empty for get operations"
13
selectorRequired = "Each firewall rule in a get request must include a name"
14
-failedSerializeOutput = "Failed to serialize get output: %{error}"
15
16
[set]
17
rulesArrayEmpty = "The rules array cannot be empty for set operations"
18
selectorRequired = "Each firewall rule in a set request must include a name"
19
-failedSerializeOutput = "Failed to serialize set output: %{error}"
20
-
21
-[export]
22
-failedSerializeOutput = "Failed to serialize export output: %{error}"
23
24
[firewall]
25
comInitFailed = "Failed to initialize COM for Windows Firewall access: %{error}"
0 commit comments