+
+ {{ tm("share.selectedCount", { count: selectedSharePluginCount }) }}
+
+
+ plugin.name),
+ )
+ "
+ >
+ {{
+ areAllSharePluginsSelected(
+ filteredPlugins.map((plugin) => plugin.name),
+ )
+ ? tm('buttons.deselectAll')
+ : tm('buttons.selectAll')
+ }}
+
+
+ {{ tm("buttons.cancel") }}
+
+
+ {{
+ selectedSharePluginCount > 0
+ ? tm("buttons.confirmShareWithCount", {
+ count: selectedSharePluginCount,
+ })
+ : tm("buttons.confirmShare")
+ }}
+
+
+
+