mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
[CmdNotFound]Disable on Arm64 as there is no MSI installer for PowerShell 7.4 yet (#30759)
* [Command Not Found] Disable on Arm64 * Hide deps * Update src/settings-ui/Settings.UI/Strings/en-us/Resources.resw Co-authored-by: Jaime Bernardo <jaime@janeasystems.com> * Update Resources.resw --------- Co-authored-by: Jaime Bernardo <jaime@janeasystems.com> Co-authored-by: Clint Rutkas <clint@rutkas.com>
This commit is contained in:
@@ -3677,16 +3677,16 @@ Activate by holding the key for the character you want to add an accent to, then
|
||||
<value>Command Not Found</value>
|
||||
<comment>"Command Not Found" is a product name</comment>
|
||||
</data>
|
||||
<data name="InstalledLabel.Text" xml:space="preserve">
|
||||
<data name="InstalledLabel.Text" xml:space="preserve">
|
||||
<value>Installed</value>
|
||||
</data>
|
||||
<data name="DetectedLabel.Text" xml:space="preserve">
|
||||
<data name="DetectedLabel.Text" xml:space="preserve">
|
||||
<value>Detected</value>
|
||||
</data>
|
||||
<data name="NotDetectedLabel.Text" xml:space="preserve">
|
||||
<data name="NotDetectedLabel.Text" xml:space="preserve">
|
||||
<value>Not detected</value>
|
||||
</data>
|
||||
<data name="CmdNotFound_RequirementsBar.Title" xml:space="preserve">
|
||||
<data name="CmdNotFound_RequirementsBar.Title" xml:space="preserve">
|
||||
<value>The following components are required</value>
|
||||
</data>
|
||||
<data name="CmdNotFound_PowerShellDetection.Header" xml:space="preserve">
|
||||
@@ -3695,11 +3695,11 @@ Activate by holding the key for the character you want to add an accent to, then
|
||||
<data name="CmdNotFound_WinGetClientDetection.Header" xml:space="preserve">
|
||||
<value>WinGet Client PowerShell module</value>
|
||||
</data>
|
||||
<data name="CmdNotFound_Enable.Header" xml:space="preserve">
|
||||
<data name="CmdNotFound_Enable.Header" xml:space="preserve">
|
||||
<value>Command Not Found</value>
|
||||
<comment>"Command Not Found" is a product name</comment>
|
||||
</data>
|
||||
<data name="CmdNotFound_Enable.Description" xml:space="preserve">
|
||||
<data name="CmdNotFound_Enable.Description" xml:space="preserve">
|
||||
<value>Add this module to the PowerShell 7 profile script so that it is enabled with every new session</value>
|
||||
</data>
|
||||
<data name="CmdNotFound_ModuleInstallationLogs.Text" xml:space="preserve">
|
||||
@@ -3708,16 +3708,16 @@ Activate by holding the key for the character you want to add an accent to, then
|
||||
<data name="CmdNotFound_CheckPowerShellVersionButtonControl.Description" xml:space="preserve">
|
||||
<value>PowerShell 7 is required to use this module</value>
|
||||
</data>
|
||||
<data name="CmdNotFound_CheckCompatibility.Content" xml:space="preserve">
|
||||
<data name="CmdNotFound_CheckCompatibility.Content" xml:space="preserve">
|
||||
<value>Refresh</value>
|
||||
</data>
|
||||
<data name="CmdNotFound_CheckCompatibilityTooltip.Text" xml:space="preserve">
|
||||
<data name="CmdNotFound_CheckCompatibilityTooltip.Text" xml:space="preserve">
|
||||
<value>Check if your PowerShell configuration is compatible and configured correctly</value>
|
||||
</data>
|
||||
<data name="CmdNotFound_InstallButton.Content" xml:space="preserve">
|
||||
<data name="CmdNotFound_InstallButton.Content" xml:space="preserve">
|
||||
<value>Install</value>
|
||||
</data>
|
||||
<data name="CmdNotFound_UninstallButton.Content" xml:space="preserve">
|
||||
<data name="CmdNotFound_UninstallButton.Content" xml:space="preserve">
|
||||
<value>Uninstall</value>
|
||||
</data>
|
||||
<data name="Oobe_CmdNotFound.Description" xml:space="preserve">
|
||||
@@ -3998,4 +3998,7 @@ Activate by holding the key for the character you want to add an accent to, then
|
||||
<data name="PowerLauncher_TextFontSizeSlider.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>Text size of result titles</value>
|
||||
</data>
|
||||
</root>
|
||||
<data name="CmdNotFound_Arm64ArchBar.Title" xml:space="preserve">
|
||||
<value>Command Not Found is not supported on the ARM64 architecture currently. We are actively working on a solution.</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user