File tree Expand file tree Collapse file tree
resources/windows_feature/locales Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,22 +9,14 @@ invalidJson = "Invalid JSON input: %{error}"
99windowsOnly = " This resource is only supported on Windows"
1010
1111[get ]
12- failedParseInput = " Failed to parse input: %{err}"
1312featuresArrayEmpty = " Features array cannot be empty for get operation"
1413featureNameRequired = " featureName is required for get operation"
15- failedSerializeOutput = " Failed to serialize output: %{err}"
16-
17- [export ]
18- failedParseInput = " Failed to parse input: %{err}"
19- failedSerializeOutput = " Failed to serialize output: %{err}"
2014
2115[set ]
22- failedParseInput = " Failed to parse input: %{err}"
2316featuresArrayEmpty = " Features array cannot be empty for set operation"
2417featureNameRequired = " featureName is required for set operation"
2518stateRequired = " state is required for set operation"
2619unsupportedDesiredState = " Unsupported desired state '%{state}'. Supported states for set are: Installed, NotPresent, Removed"
27- failedSerializeOutput = " Failed to serialize output: %{err}"
2820
2921[dism ]
3022failedLoadLibrary = " Failed to load dismapi.dll. Ensure DISM is available on this system."
You can’t perform that action at this time.
0 commit comments