You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewInvalidOperationException($"A plugin with the same ID and version already exists, or the version is greater than this downloaded plugin {plugin.Name}");
Copy file name to clipboardExpand all lines: Flow.Launcher/Languages/en.xaml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -175,6 +175,11 @@
175
175
<system:Stringx:Key="failedToRemovePluginSettingsMessage">Plugins: {0} - Fail to remove plugin settings files, please remove them manually</system:String>
176
176
<system:Stringx:Key="failedToRemovePluginCacheTitle">Fail to remove plugin cache</system:String>
177
177
<system:Stringx:Key="failedToRemovePluginCacheMessage">Plugins: {0} - Fail to remove plugin cache files, please remove them manually</system:String>
178
+
<system:Stringx:Key="failedToInstallPluginTitle">Fail to install {0}</system:String>
179
+
<system:Stringx:Key="failedToUninstallPluginTitle">Fail to uninstall {0}</system:String>
180
+
<system:Stringx:Key="pluginModifiedAlreadyMessage">This plugin has been installed or uninstalled already, please restart Flow</system:String>
181
+
<system:Stringx:Key="fileNotFoundMessage">Unable to find plugin.json from the extracted zip file, or this path {0} does not exist</system:String>
182
+
<system:Stringx:Key="pluginExistAlreadyMessage">A plugin with the same ID and version already exists, or the version is greater than this downloaded plugin</system:String>
0 commit comments