Merge pull request #2954 from Flow-Launcher/dev

Release 1.19.1
This commit is contained in:
VictoriousRaptor 2024-09-05 23:52:15 +08:00 committed by GitHub
commit 419c62c147
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
55 changed files with 527 additions and 435 deletions

View file

@ -2,7 +2,7 @@ name: Publish Default Plugins
on:
push:
branches: ['dev']
branches: ['master']
paths: ['Plugins/**']
workflow_dispatch:
@ -369,4 +369,4 @@ jobs:
tag_name: "v${{steps.updated-version-windowssettings.outputs.prop}}"
body: Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
env:
GITHUB_TOKEN: ${{ secrets.PUBLISH_PLUGINS }}
GITHUB_TOKEN: ${{ secrets.PUBLISH_PLUGINS }}

View file

@ -0,0 +1,25 @@
name: Top-Ranking Issues
on:
schedule:
- cron: '0 0 */1 * *'
workflow_dispatch:
jobs:
ShowAndLabelTopIssues:
name: Display and label top issues.
runs-on: ubuntu-latest
steps:
- name: Top Issues action
uses: rickstaa/top-issues-action@v1.3.101
env:
github_token: ${{ secrets.GITHUB_TOKEN }}
with:
dashboard: true
dashboard_show_total_reactions: true
top_list_size: 10
top_features: true
top_bugs: true
dashboard_title: Top-Ranking Issues 📈
dashboard_label: ⭐ Dashboard
hide_dashboard_footer: true
top_issues: false

View file

@ -58,7 +58,7 @@
<PackageReference Include="Meziantou.Framework.Win32.Jobs" Version="3.4.0" />
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.1" />
<PackageReference Include="squirrel.windows" Version="1.5.2" NoWarn="NU1701" />
<PackageReference Include="StreamJsonRpc" Version="2.18.48" />
<PackageReference Include="StreamJsonRpc" Version="2.19.27" />
</ItemGroup>
<ItemGroup>

View file

@ -54,7 +54,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
</ItemGroup>
</Project>

View file

@ -83,7 +83,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.0" />
<PackageReference Include="Fody" Version="6.5.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

View file

@ -6,9 +6,9 @@
{2}{2}
Click no if it's already installed, and you will be prompted to select the folder that contains the {1} executable
</system:String>
<system:String x:Key="runtimePluginChooseRuntimeExecutable">Please select the {0} executable</system:String>
<system:String x:Key="runtimePluginChooseRuntimeExecutable">Bitte wählen Sie das Programm {0} aus</system:String>
<system:String x:Key="runtimePluginUnableToSetExecutablePath">Unable to set {0} executable path, please try from Flow's settings (scroll down to the bottom).</system:String>
<system:String x:Key="failedToInitializePluginsTitle">Fail to Init Plugins</system:String>
<system:String x:Key="failedToInitializePluginsTitle">Fehler beim Initialisieren der Plugins</system:String>
<system:String x:Key="failedToInitializePluginsMessage">Plugins: {0} - fail to load and would be disabled, please contact plugin creator for help</system:String>
<!-- MainWindow -->
@ -65,8 +65,8 @@
<system:String x:Key="LastQueryPreserved">Letzte Abfrage beibehalten</system:String>
<system:String x:Key="LastQuerySelected">Letzte Abfrage auswählen</system:String>
<system:String x:Key="LastQueryEmpty">Letzte Abfrage leeren</system:String>
<system:String x:Key="KeepMaxResults">Fixed Window Height</system:String>
<system:String x:Key="KeepMaxResultsToolTip">The window height is not adjustable by dragging.</system:String>
<system:String x:Key="KeepMaxResults">Feste Fensterhöhe</system:String>
<system:String x:Key="KeepMaxResultsToolTip">Die Fensterhöhe lässt sich durch Ziehen nicht einstellen.</system:String>
<system:String x:Key="maxShowResults">Maximale Anzahl Ergebnissen</system:String>
<system:String x:Key="maxShowResultsToolTip">Kann mit CTRL+Plus und CTRL+Minus schnell festgelegt werden.</system:String>
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignoriere Tastenkombination wenn Fenster im Vollbildmodus ist</system:String>
@ -84,25 +84,25 @@
<system:String x:Key="autoUpdates">Automatische Aktualisierung</system:String>
<system:String x:Key="select">Auswählen</system:String>
<system:String x:Key="hideOnStartup">Verstecke Flow Launcher bei Systemstart</system:String>
<system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
<system:String x:Key="hideOnStartupToolTip">Das Flow-Launcher-Suchfenster wird nach dem Start in der Taskleiste versteckt.</system:String>
<system:String x:Key="hideNotifyIcon">Statusleistensymbol ausblenden</system:String>
<system:String x:Key="hideNotifyIconToolTip">When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.</system:String>
<system:String x:Key="hideNotifyIconToolTip">Wenn das Icon in der Taskleiste nicht sichtbar ist, kann das Einstellungen-Menü durch Rechtsklick auf das Suchfenster geöffnet werden.</system:String>
<system:String x:Key="querySearchPrecision">Suchgenauigkeit abfragen</system:String>
<system:String x:Key="querySearchPrecisionToolTip">Erforderliche Suchergebnisse.</system:String>
<system:String x:Key="SearchPrecisionNone">None</system:String>
<system:String x:Key="SearchPrecisionLow">Low</system:String>
<system:String x:Key="SearchPrecisionRegular">Regular</system:String>
<system:String x:Key="SearchPrecisionNone">Keine</system:String>
<system:String x:Key="SearchPrecisionLow">Gering</system:String>
<system:String x:Key="SearchPrecisionRegular">Normal</system:String>
<system:String x:Key="ShouldUsePinyin">Pinyin aktivieren</system:String>
<system:String x:Key="ShouldUsePinyinToolTip">Ermöglicht die Verwendung von Pinyin für die Suche. Pinyin ist das Standardsystem der romanisierten Schreibweise für die Übersetzung von chinesischen Texten.</system:String>
<system:String x:Key="AlwaysPreview">Always Preview</system:String>
<system:String x:Key="AlwaysPreviewToolTip">Always open preview panel when Flow activates. Press {0} to toggle preview.</system:String>
<system:String x:Key="AlwaysPreview">Immer Vorschau anzeigen</system:String>
<system:String x:Key="AlwaysPreviewToolTip">Öffne immer das Vorschaufenster, wenn Flow aktiviert wird. Drücke {0} zum Umschalten.</system:String>
<system:String x:Key="shadowEffectNotAllowed">Der Schatteneffekt ist nicht zulässig, wenn das aktuelle Thema den Weichzeichneffekt aktiviert hat</system:String>
<!-- Setting Plugin -->
<system:String x:Key="searchplugin">Search Plugin</system:String>
<system:String x:Key="searchpluginToolTip">Ctrl+F to search plugins</system:String>
<system:String x:Key="searchplugin_Noresult_Title">No results found</system:String>
<system:String x:Key="searchplugin_Noresult_Subtitle">Please try a different search.</system:String>
<system:String x:Key="searchplugin">Plugins durchsuchen</system:String>
<system:String x:Key="searchpluginToolTip">Strg+F um Plugins zu suchen</system:String>
<system:String x:Key="searchplugin_Noresult_Title">Keine Ergebnisse</system:String>
<system:String x:Key="searchplugin_Noresult_Subtitle">Probiere eine andere Suchanfrage.</system:String>
<system:String x:Key="plugin">Erweiterung</system:String>
<system:String x:Key="plugins">Erweiterung</system:String>
<system:String x:Key="browserMorePlugins">Suche nach weiteren Plugins</system:String>
@ -116,7 +116,7 @@
<system:String x:Key="currentPriority">Aktuelle Priorität</system:String>
<system:String x:Key="newPriority">Neue Priorität</system:String>
<system:String x:Key="priority">Priorität</system:String>
<system:String x:Key="priorityToolTip">Change Plugin Results Priority</system:String>
<system:String x:Key="priorityToolTip">Ändere die Priorität der Plugin-Ergebnisse</system:String>
<system:String x:Key="pluginDirectory">Pluginordner</system:String>
<system:String x:Key="author">von</system:String>
<system:String x:Key="plugin_init_time">Initialisierungszeit:</system:String>
@ -128,42 +128,42 @@
<!-- Setting Plugin Store -->
<system:String x:Key="pluginStore">Erweiterungen laden</system:String>
<system:String x:Key="pluginStore_NewRelease">New Release</system:String>
<system:String x:Key="pluginStore_RecentlyUpdated">Recently Updated</system:String>
<system:String x:Key="pluginStore_NewRelease">Neue Version</system:String>
<system:String x:Key="pluginStore_RecentlyUpdated">Vor kurzem aktualisiert</system:String>
<system:String x:Key="pluginStore_None">Erweiterungen</system:String>
<system:String x:Key="pluginStore_Installed">Installed</system:String>
<system:String x:Key="pluginStore_Installed">Installiert</system:String>
<system:String x:Key="refresh">Aktualisieren</system:String>
<system:String x:Key="installbtn">Installieren</system:String>
<system:String x:Key="uninstallbtn">Deinstallieren</system:String>
<system:String x:Key="updatebtn">Aktualisieren</system:String>
<system:String x:Key="LabelInstalledToolTip">Plugin ist bereits installiert</system:String>
<system:String x:Key="LabelNew">New Version</system:String>
<system:String x:Key="LabelNew">Neue Version</system:String>
<system:String x:Key="LabelNewToolTip">Dieses Plugin wurde innerhalb der letzten 7 Tage aktualisiert</system:String>
<system:String x:Key="LabelUpdateToolTip">New Update is Available</system:String>
<system:String x:Key="LabelUpdateToolTip">Neue Aktualisierung verfügbar</system:String>
<!-- Setting Theme -->
<system:String x:Key="theme">Design</system:String>
<system:String x:Key="appearance">Appearance</system:String>
<system:String x:Key="appearance">Aussehen</system:String>
<system:String x:Key="browserMoreThemes">Suche nach weiteren Themes</system:String>
<system:String x:Key="howToCreateTheme">Wie man ein Design erstellt</system:String>
<system:String x:Key="hiThere">Hallo!</system:String>
<system:String x:Key="SampleTitleExplorer">Explorer</system:String>
<system:String x:Key="SampleSubTitleExplorer">Search for files, folders and file contents</system:String>
<system:String x:Key="SampleTitleWebSearch">WebSearch</system:String>
<system:String x:Key="SampleSubTitleWebSearch">Search the web with different search engine support</system:String>
<system:String x:Key="SampleSubTitleExplorer">Suche nach Dateien, Ordnern und Dateiinhalten</system:String>
<system:String x:Key="SampleTitleWebSearch">Web-Suche</system:String>
<system:String x:Key="SampleSubTitleWebSearch">Suche im Web mit verschiedenen Suchmaschinen</system:String>
<system:String x:Key="SampleTitleProgram">Programm</system:String>
<system:String x:Key="SampleSubTitleProgram">Launch programs as admin or a different user</system:String>
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
<system:String x:Key="SampleSubTitleProgram">Starte Programme als Admin oder anderer Benutzer</system:String>
<system:String x:Key="SampleTitleProcessKiller">Prozess-Killer</system:String>
<system:String x:Key="SampleSubTitleProcessKiller">Terminate unwanted processes</system:String>
<system:String x:Key="SearchBarHeight">Search Bar Height</system:String>
<system:String x:Key="ItemHeight">Item Height</system:String>
<system:String x:Key="SearchBarHeight">Suchleistenhöhe</system:String>
<system:String x:Key="ItemHeight">Elementhöhe</system:String>
<system:String x:Key="queryBoxFont">Abfragebox Schriftart</system:String>
<system:String x:Key="resultItemFont">Result Title Font</system:String>
<system:String x:Key="resultSubItemFont">Result Subtitle Font</system:String>
<system:String x:Key="resetCustomize">Reset</system:String>
<system:String x:Key="CustomizeToolTip">Customize</system:String>
<system:String x:Key="resultItemFont">Schriftart des Ergebnistitels</system:String>
<system:String x:Key="resultSubItemFont">Schriftart der Ergebnisunterschrift</system:String>
<system:String x:Key="resetCustomize">Zurücksetzen</system:String>
<system:String x:Key="CustomizeToolTip">Anpassen</system:String>
<system:String x:Key="windowMode">Fenstermodus</system:String>
<system:String x:Key="opacity">Transparenz</system:String>
<system:String x:Key="theme_load_failure_path_not_exists">Das Design {0} existiert nicht, deshalb wird das Standard-Template aktiviert</system:String>
@ -176,81 +176,81 @@
<system:String x:Key="ColorSchemeDark">Dunkel</system:String>
<system:String x:Key="SoundEffect">Soundeffekt</system:String>
<system:String x:Key="SoundEffectTip">Ton abspielen, wenn das Suchfenster geöffnet wird</system:String>
<system:String x:Key="SoundEffectVolume">Sound Effect Volume</system:String>
<system:String x:Key="SoundEffectVolumeTip">Adjust the volume of the sound effect</system:String>
<system:String x:Key="SoundEffectWarning">Windows Media Player is unavailable and is required for Flow's volume adjustment. Please check your installation if you need to adjust volume.</system:String>
<system:String x:Key="SoundEffectVolume">Lautstärke der Soundeffekte</system:String>
<system:String x:Key="SoundEffectVolumeTip">Lautstärke des Soundeffekts anpassen</system:String>
<system:String x:Key="SoundEffectWarning">Windows Media Player ist nicht verfügbar und wird für die Lautstärkeregelung von Flow benötigt. Bitte überprüfen Sie Ihre Installation, wenn Sie die Lautstärke anpassen möchten.</system:String>
<system:String x:Key="Animation">Animation</system:String>
<system:String x:Key="AnimationTip">Animationen in der Oberfläche verwenden</system:String>
<system:String x:Key="AnimationSpeed">Animation Speed</system:String>
<system:String x:Key="AnimationSpeedTip">The speed of the UI animation</system:String>
<system:String x:Key="AnimationSpeed">Animationsgeschwindigkeit</system:String>
<system:String x:Key="AnimationSpeedTip">Die Geschwindigkeit der Nutzeroberflächen-Animation</system:String>
<system:String x:Key="AnimationSpeedSlow">Langsam</system:String>
<system:String x:Key="AnimationSpeedMedium">Mittel</system:String>
<system:String x:Key="AnimationSpeedFast">Schnell</system:String>
<system:String x:Key="AnimationSpeedCustom">Benutzerdefiniert</system:String>
<system:String x:Key="Clock">Uhr</system:String>
<system:String x:Key="Date">Date</system:String>
<system:String x:Key="TypeIsDarkToolTip">This theme supports two(light/dark) modes.</system:String>
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String>
<system:String x:Key="Date">Datumsformat</system:String>
<system:String x:Key="TypeIsDarkToolTip">Dieses Theme unterstützt zwei Modi (hell/dunkel).</system:String>
<system:String x:Key="TypeHasBlurToolTip">Dieses Theme unterstützt transparenten verwischten Hintergrund.</system:String>
<!-- Setting Hotkey -->
<system:String x:Key="hotkey">Tastenkombination</system:String>
<system:String x:Key="hotkeys">Tastenkombination</system:String>
<system:String x:Key="flowlauncherHotkey">Open Flow Launcher</system:String>
<system:String x:Key="flowlauncherHotkey">Öffne Flow Launcher</system:String>
<system:String x:Key="flowlauncherHotkeyToolTip">Verknüpfung eingeben, um Flow Launcher anzuzeigen/auszublenden.</system:String>
<system:String x:Key="previewHotkey">Toggle Preview</system:String>
<system:String x:Key="previewHotkeyToolTip">Enter shortcut to show/hide preview in search window.</system:String>
<system:String x:Key="hotkeyPresets">Hotkey Presets</system:String>
<system:String x:Key="hotkeyPresetsToolTip">List of currently registered hotkeys</system:String>
<system:String x:Key="previewHotkey">Vorschau aktivieren/deaktivieren</system:String>
<system:String x:Key="previewHotkeyToolTip">Shortcut eingeben, um die Vorschau im Suchfenster anzuzeigen/auszublenden.</system:String>
<system:String x:Key="hotkeyPresets">Voreinstellungen der Tastenkombinationen</system:String>
<system:String x:Key="hotkeyPresetsToolTip">Liste der derzeit registrierten Tastenkombinationen</system:String>
<system:String x:Key="openResultModifiers">Öffnen Sie die Ergebnismodifikatoren</system:String>
<system:String x:Key="openResultModifiersToolTip">Wählen Sie eine Modifikatortaste, um das ausgewählte Ergebnis über die Tastatur zu öffnen.</system:String>
<system:String x:Key="showOpenResultHotkey">Hotkey anzeigen</system:String>
<system:String x:Key="showOpenResultHotkeyToolTip">Hotkey für die Ergebnisauswahl mit Ergebnissen anzeigen.</system:String>
<system:String x:Key="autoCompleteHotkey">Auto Complete</system:String>
<system:String x:Key="autoCompleteHotkeyToolTip">Runs autocomplete for the selected items.</system:String>
<system:String x:Key="SelectNextItemHotkey">Select Next Item</system:String>
<system:String x:Key="SelectPrevItemHotkey">Select Previous Item</system:String>
<system:String x:Key="SelectNextPageHotkey">Next Page</system:String>
<system:String x:Key="SelectPrevPageHotkey">Previous Page</system:String>
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
<system:String x:Key="autoCompleteHotkey">Auto-Vervollständigung</system:String>
<system:String x:Key="autoCompleteHotkeyToolTip">Führt die automatische Vervollständigung für die ausgewählten Elemente aus.</system:String>
<system:String x:Key="SelectNextItemHotkey">Nächstes Element auswählen</system:String>
<system:String x:Key="SelectPrevItemHotkey">Vorheriges Element auswählen</system:String>
<system:String x:Key="SelectNextPageHotkey">Nächste Seite</system:String>
<system:String x:Key="SelectPrevPageHotkey">Vorherige Seite</system:String>
<system:String x:Key="CycleHistoryUpHotkey">Vorherige Suchanfragen durchblättern</system:String>
<system:String x:Key="CycleHistoryDownHotkey">Nächste Suchanfragen durchblättern</system:String>
<system:String x:Key="OpenContextMenuHotkey">Kontextmenü öffnen</system:String>
<system:String x:Key="OpenNativeContextMenuHotkey">Open Native Context Menu</system:String>
<system:String x:Key="OpenNativeContextMenuHotkey">Natives Kontextmenü öffnen</system:String>
<system:String x:Key="SettingWindowHotkey">Einstellungsfenster öffnen</system:String>
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
<system:String x:Key="CopyFilePathHotkey">Dateipfad kopieren</system:String>
<system:String x:Key="ToggleGameModeHotkey">Gott Modus</system:String>
<system:String x:Key="ToggleHistoryHotkey">Toggle History</system:String>
<system:String x:Key="ToggleHistoryHotkey">Verlauf umschalten</system:String>
<system:String x:Key="OpenContainFolderHotkey">Öffne beinhaltenden Ordner</system:String>
<system:String x:Key="RunAsAdminHotkey">Run As Admin</system:String>
<system:String x:Key="RequeryHotkey">Refresh Search Results</system:String>
<system:String x:Key="ReloadPluginHotkey">Reload Plugins Data</system:String>
<system:String x:Key="QuickWidthHotkey">Quick Adjust Window Width</system:String>
<system:String x:Key="QuickHeightHotkey">Quick Adjust Window Height</system:String>
<system:String x:Key="RunAsAdminHotkey">Als Administrator ausführen</system:String>
<system:String x:Key="RequeryHotkey">Suchergebnisse neu laden</system:String>
<system:String x:Key="ReloadPluginHotkey">Plugin-Daten neu laden</system:String>
<system:String x:Key="QuickWidthHotkey">Schnelleinstellung der Fensterbreite</system:String>
<system:String x:Key="QuickHeightHotkey">Schnelleinstellung Fensterhöhe</system:String>
<system:String x:Key="ReloadPluginHotkeyToolTip">Use when require plugins to reload and update their existing data.</system:String>
<system:String x:Key="AdditionalHotkeyToolTip">You can add one more hotkey for this function.</system:String>
<system:String x:Key="AdditionalHotkeyToolTip">Du kannst eine weitere Tastenkombination für diese Funktion hinzufügen.</system:String>
<system:String x:Key="customQueryHotkey">Benutzerdefinierte Abfrage Tastenkombination</system:String>
<system:String x:Key="customQueryShortcut">Custom Query Shortcut</system:String>
<system:String x:Key="builtinShortcuts">Built-in Shortcut</system:String>
<system:String x:Key="customQuery">Abfrage</system:String>
<system:String x:Key="customShortcut">Shortcut</system:String>
<system:String x:Key="customShortcutExpansion">Expansion</system:String>
<system:String x:Key="customShortcut">Abkürzung</system:String>
<system:String x:Key="customShortcutExpansion">Langform</system:String>
<system:String x:Key="builtinShortcutDescription">Beschreibung</system:String>
<system:String x:Key="delete">Löschen</system:String>
<system:String x:Key="edit">Bearbeiten</system:String>
<system:String x:Key="add">Hinzufügen</system:String>
<system:String x:Key="none">None</system:String>
<system:String x:Key="none">Keine</system:String>
<system:String x:Key="pleaseSelectAnItem">Bitte einen Eintrag auswählen</system:String>
<system:String x:Key="deleteCustomHotkeyWarning">Wollen Sie die {0} Plugin Tastenkombination wirklich löschen?</system:String>
<system:String x:Key="deleteCustomShortcutWarning">Are you sure you want to delete shortcut: {0} with expansion {1}?</system:String>
<system:String x:Key="shortcut_clipboard_description">Get text from clipboard.</system:String>
<system:String x:Key="shortcut_active_explorer_path">Get path from active explorer.</system:String>
<system:String x:Key="deleteCustomShortcutWarning">Sind Sie sicher, dass Sie die Verknüpfung {0} mit der Langform {1} löschen möchten?</system:String>
<system:String x:Key="shortcut_clipboard_description">Text aus der Zwischenablage abrufen.</system:String>
<system:String x:Key="shortcut_active_explorer_path">Pfad vom aktiven Explorer abfragen.</system:String>
<system:String x:Key="queryWindowShadowEffect">Schatteneffekt im Abfragefenster</system:String>
<system:String x:Key="shadowEffectCPUUsage">Der Schatteneffekt beansprucht die GPU stark. Nicht empfohlen, wenn die Leistung deines Computers begrenzt ist.</system:String>
<system:String x:Key="windowWidthSize">Fenstergröße Breite</system:String>
<system:String x:Key="windowWidthSizeToolTip">You can also quickly adjust this by using Ctrl+[ and Ctrl+].</system:String>
<system:String x:Key="windowWidthSizeToolTip">Auch schnell mit Strg + [ und Strg + ] einstellbar.</system:String>
<system:String x:Key="useGlyphUI">Segoe Fluent Icons verwenden</system:String>
<system:String x:Key="useGlyphUIEffect">Segoe Fluent Icons für Abfrageergebnisse verwenden, sofern unterstützt</system:String>
<system:String x:Key="flowlauncherPressHotkey">Press Key</system:String>
<system:String x:Key="flowlauncherPressHotkey">Taste drücken</system:String>
<!-- Setting Proxy -->
<system:String x:Key="proxy">HTTP-Proxy</system:String>
@ -277,7 +277,7 @@
<system:String x:Key="icons">Icons</system:String>
<system:String x:Key="about_activate_times">Sie haben Flow Launcher {0} mal aktiviert</system:String>
<system:String x:Key="checkUpdates">Nach Aktuallisierungen Suchen</system:String>
<system:String x:Key="BecomeASponsor">Become A Sponsor</system:String>
<system:String x:Key="BecomeASponsor">Sponsor werden</system:String>
<system:String x:Key="newVersionTips">Eine neue Version ({0}) ist vorhanden. Bitte starten Sie Flow Launcher neu.</system:String>
<system:String x:Key="checkUpdatesFailed">Überprüfung der Updates fehlgeschlagen. Bitte überprüfen Sie Ihre Verbindungs- und Proxy-Einstellungen zu api.github.com.</system:String>
<system:String x:Key="downloadUpdatesFailed">
@ -292,9 +292,9 @@
<system:String x:Key="clearlogfolder">Protokolldateien leeren</system:String>
<system:String x:Key="clearlogfolderMessage">Sind Sie sicher, dass Sie alle Protokolle löschen möchten?</system:String>
<system:String x:Key="welcomewindow">Assistent</system:String>
<system:String x:Key="userdatapath">User Data Location</system:String>
<system:String x:Key="userdatapathToolTip">User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not.</system:String>
<system:String x:Key="userdatapathButton">Open Folder</system:String>
<system:String x:Key="userdatapath">Speicherort der Nutzerdaten</system:String>
<system:String x:Key="userdatapathToolTip">Benutzereinstellungen und installierte Plugins werden im Nutzerdatenordner gespeichert. Dieser Speicherort kann variieren, je nachdem, ob er im portablen Modus ist oder nicht.</system:String>
<system:String x:Key="userdatapathButton">Ordner öffnen</system:String>
<!-- FileManager Setting Dialog -->
<system:String x:Key="fileManagerWindow">Dateimanager auswählen</system:String>
@ -335,36 +335,36 @@
<!-- Custom Query Hotkey Dialog -->
<system:String x:Key="customeQueryHotkeyTitle">Benutzerdefinierte Abfrage Tastenkombination</system:String>
<system:String x:Key="customeQueryHotkeyTips">Press a custom hotkey to open Flow Launcher and input the specified query automatically.</system:String>
<system:String x:Key="customeQueryHotkeyTips">Drücken Sie eine benutzerdefinierte Tastenkombination, um Flow Launcher zu öffnen und die angegebene Abfrage automatisch einzugeben.</system:String>
<system:String x:Key="preview">Vorschau</system:String>
<system:String x:Key="hotkeyIsNotUnavailable">Tastenkombination ist nicht verfügbar, bitte wähle eine andere Tastenkombination</system:String>
<system:String x:Key="invalidPluginHotkey">Ungültige Plugin Tastenkombination</system:String>
<system:String x:Key="update">Aktualisieren</system:String>
<system:String x:Key="hotkeyRegTitle">Binding Hotkey</system:String>
<system:String x:Key="hotkeyUnavailable">Current hotkey is unavailable.</system:String>
<system:String x:Key="hotkeyUnavailableUneditable">This hotkey is reserved for &quot;{0}&quot; and can't be used. Please choose another hotkey.</system:String>
<system:String x:Key="hotkeyUnavailableEditable">This hotkey is already in use by &quot;{0}&quot;. If you press &quot;Overwrite&quot;, it will be removed from &quot;{0}&quot;.</system:String>
<system:String x:Key="hotkeyRegGuide">Press the keys you want to use for this function.</system:String>
<system:String x:Key="hotkeyUnavailable">Aktuelle Tastenkombination ist nicht verfügbar.</system:String>
<system:String x:Key="hotkeyUnavailableUneditable">Diese Tastenkombination ist für &quot;{0}&quot; reserviert und kann nicht verwendet werden. Bitte eine andere Tastenkombination wählen.</system:String>
<system:String x:Key="hotkeyUnavailableEditable">Diese Tastenkombination wird bereits von &quot;{0}&quot; verwendet. Wenn Sie &quot;Überschreiben&quot; drücken, wird sie von &quot;{0} &quot; entfernt.</system:String>
<system:String x:Key="hotkeyRegGuide">Drücken Sie die Tasten, die Sie für diese Funktion verwenden möchten.</system:String>
<!-- Custom Query Shortcut Dialog -->
<system:String x:Key="customeQueryShortcutTitle">Custom Query Shortcut</system:String>
<system:String x:Key="customeQueryShortcutTips">Enter a shortcut that automatically expands to the specified query.</system:String>
<system:String x:Key="customeQueryShortcutTitle">Benutzerdefinierte Abfragen-Abkürzungen</system:String>
<system:String x:Key="customeQueryShortcutTips">Geben Sie eine Abkürzung ein, die sich automatisch auf die angegebene Abfrage erweitert.</system:String>
<system:String x:Key="customeQueryShortcutGuide" xml:space="preserve">A shortcut is expanded when it exactly matches the query.
If you add an '@' prefix while inputting a shortcut, it matches any position in the query. Builtin shortcuts match any position in a query.
</system:String>
<system:String x:Key="duplicateShortcut">Shortcut already exists, please enter a new Shortcut or edit the existing one.</system:String>
<system:String x:Key="emptyShortcut">Shortcut and/or its expansion is empty.</system:String>
<system:String x:Key="duplicateShortcut">Abkürzung existiert bereits, bitte geben Sie eine neue Abkürzung ein oder bearbeiten Sie die vorhandene Abkürzung.</system:String>
<system:String x:Key="emptyShortcut">Abkürzung und/oder ihre Erweiterung sind leer.</system:String>
<!-- Common Action -->
<system:String x:Key="commonSave">Speichern</system:String>
<system:String x:Key="commonOverwrite">Overwrite</system:String>
<system:String x:Key="commonOverwrite">Überschreiben</system:String>
<system:String x:Key="commonCancel">Abbrechen</system:String>
<system:String x:Key="commonReset">Reset</system:String>
<system:String x:Key="commonReset">Zurücksetzen</system:String>
<system:String x:Key="commonDelete">Löschen</system:String>
<system:String x:Key="commonOK">Aktualisieren</system:String>
<system:String x:Key="commonYes">Yes</system:String>
<system:String x:Key="commonNo">No</system:String>
<system:String x:Key="commonYes">Ja</system:String>
<system:String x:Key="commonNo">Nein</system:String>
<!-- Crash Reporter -->
<system:String x:Key="reportWindow_version">Version</system:String>
@ -412,11 +412,11 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
<system:String x:Key="Welcome_Page1_Text01">Hallo, dies ist das erste Mal, dass Sie den Flow Launcher verwenden!</system:String>
<system:String x:Key="Welcome_Page1_Text02">Vor dem Start hilft dieser Assistent beim Einrichten des Flow Launchers. Sie können dies überspringen, wenn Sie möchten. Bitte wählen Sie eine Sprache aus</system:String>
<system:String x:Key="Welcome_Page2_Title">Suchen und starten Sie alle Dateien sowie Anwendungen auf Ihrem PC</system:String>
<system:String x:Key="Welcome_Page2_Text01">Search everything from applications, files, bookmarks, YouTube, Twitter and more. All from the comfort of your keyboard without ever touching the mouse.</system:String>
<system:String x:Key="Welcome_Page2_Text02">Flow Launcher starts with the hotkey below, go ahead and try it out now. To change it, click on the input and press the desired hotkey on the keyboard.</system:String>
<system:String x:Key="Welcome_Page2_Text01">Durchsuchen Sie alles von Anwendungen, Dateien, Lesezeichen, YouTube, Twitter und mehr. Und das alles bequem von Ihrer Tastatur aus, ohne die Maus berühren zu müssen.</system:String>
<system:String x:Key="Welcome_Page2_Text02">Flow Launcher startet mit der unten angegebenen Tastenkombination; probieren Sie es aus. Um diese zu ändern, klicken Sie auf die Eingabe und drücken die gewünschte Tastenkombination auf der Tastatur.</system:String>
<system:String x:Key="Welcome_Page3_Title">Tastenkombination</system:String>
<system:String x:Key="Welcome_Page4_Title">Aktions-Schlüsselwort und Befehle</system:String>
<system:String x:Key="Welcome_Page4_Text01">Search the web, launch applications or run various functions through Flow Launcher plugins. Certain functions start with an action keyword, and if necessary, they can be used without action keywords. Try the queries below in Flow Launcher.</system:String>
<system:String x:Key="Welcome_Page4_Text01">Durchsuchen Sie das Web, starten Sie Anwendungen oder führen Sie verschiedene Abläufe durch die Flow Launcher Plugins aus. Einige Funktionen beginnen mit einem Aktions-Schlüsselwort und können bei Bedarf auch ohne Aktions-Schlüsselwörter verwendet werden. Probieren Sie die untenstehenden Abfragen in Flow Launcher aus.</system:String>
<system:String x:Key="Welcome_Page5_Title">Starte Flow-Launcher</system:String>
<system:String x:Key="Welcome_Page5_Text01">Fertig. Genießen Sie Flow Launcher. Die Tastenkombination nicht vergessen, um Flow Launcher zu starten :)</system:String>
@ -434,11 +434,11 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
<system:String x:Key="HotkeyCtrlIDesc">Einstellungsfenster öffnen</system:String>
<system:String x:Key="HotkeyF5Desc">Plugin-Daten neu laden</system:String>
<system:String x:Key="HotkeySelectFirstResult">Select first result</system:String>
<system:String x:Key="HotkeySelectLastResult">Select last result</system:String>
<system:String x:Key="HotkeyRequery">Run current query again</system:String>
<system:String x:Key="HotkeyOpenResult">Open result</system:String>
<system:String x:Key="HotkeyOpenResultN">Open result #{0}</system:String>
<system:String x:Key="HotkeySelectFirstResult">Erstes Ergebnis auswählen</system:String>
<system:String x:Key="HotkeySelectLastResult">Letztes Ergebnis auswählen</system:String>
<system:String x:Key="HotkeyRequery">Aktuelle Abfrage erneut ausführen</system:String>
<system:String x:Key="HotkeyOpenResult">Ergebnis öffnen</system:String>
<system:String x:Key="HotkeyOpenResultN">Ergebnis #{0} öffnen</system:String>
<system:String x:Key="RecommendWeather">Wetter</system:String>
<system:String x:Key="RecommendWeatherDesc">Wetter in Google-Ergebnis</system:String>
@ -450,7 +450,7 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
<system:String x:Key="RecommendAcronymsDesc">Notizen</system:String>
<!-- Preview Area -->
<system:String x:Key="FileSize">File Size</system:String>
<system:String x:Key="Created">Created</system:String>
<system:String x:Key="LastModified">Last Modified</system:String>
<system:String x:Key="FileSize">Dateigröße</system:String>
<system:String x:Key="Created">Erstellt</system:String>
<system:String x:Key="LastModified">Zuletzt geändert</system:String>
</ResourceDictionary>

View file

@ -9,7 +9,7 @@ Clique &quot;Não&quot; se já tiver instalado e, de seguida, ser-lhe-á solicit
<system:String x:Key="runtimePluginChooseRuntimeExecutable">Por favor, selecione o executável {0}</system:String>
<system:String x:Key="runtimePluginUnableToSetExecutablePath">Não foi possível definir o caminho do executável {0}. Experimente definir o caminho nas definições (desloque até ao fundo).</system:String>
<system:String x:Key="failedToInitializePluginsTitle">Falha ao iniciar os plugins</system:String>
<system:String x:Key="failedToInitializePluginsMessage">Plugins: {0} - não foi possível iniciar e serão desativados. Contacte o criador dos plugins para obter ajuda.</system:String>
<system:String x:Key="failedToInitializePluginsMessage">Plugins: {0} - não foi possível iniciar e serão desativados. Contacte o criador dos plugin para obter ajuda.</system:String>
<!-- MainWindow -->
<system:String x:Key="registerHotkeyFailed">Falha ao registar a tecla de atalho &quot;{0}&quot;. A tecla de atalho pode estar a ser usada por outra aplicação. Utilize uma tecla de atalho diferente ou feche o outro programa.</system:String>

View file

@ -2,14 +2,14 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
<!-- Startup -->
<system:String x:Key="runtimePluginInstalledChooseRuntimePrompt">
Flow detected you have installed {0} plugins, which will require {1} to run. Would you like to download {1}?
Flow виявив, що ви встановили плагіни {0}, для запуску яких потрібно {1}. Бажаєте завантажити {1}?
{2}{2}
Click no if it's already installed, and you will be prompted to select the folder that contains the {1} executable
Клацніть Ні, якщо воно вже встановлене, і вам буде запропоновано вибрати теку, яка містить виконуваник {1}
</system:String>
<system:String x:Key="runtimePluginChooseRuntimeExecutable">Please select the {0} executable</system:String>
<system:String x:Key="runtimePluginUnableToSetExecutablePath">Unable to set {0} executable path, please try from Flow's settings (scroll down to the bottom).</system:String>
<system:String x:Key="failedToInitializePluginsTitle">Fail to Init Plugins</system:String>
<system:String x:Key="failedToInitializePluginsMessage">Plugins: {0} - fail to load and would be disabled, please contact plugin creator for help</system:String>
<system:String x:Key="runtimePluginChooseRuntimeExecutable">Будласка оберіть виконуваник {0}</system:String>
<system:String x:Key="runtimePluginUnableToSetExecutablePath">Не вдається встановити шлях до виконуваника {0}, будласка спробуйте в налаштуваннях Flow (прокрутіть вниз до кінця).</system:String>
<system:String x:Key="failedToInitializePluginsTitle">Невдача ініціалізації плагінів</system:String>
<system:String x:Key="failedToInitializePluginsMessage">Плагіни: {0} - не вдалося підвантажити і буде вимкнено, зверніться за допомогою до автора плагіна</system:String>
<!-- MainWindow -->
<system:String x:Key="registerHotkeyFailed">Не вдалося зареєструвати гарячу клавішу &quot;{0}&quot;. Можливо, гаряча клавіша використовується іншою програмою. Змініть її на іншу гарячу клавішу або вийдіть з програми, де вона використовується.</system:String>
@ -65,8 +65,8 @@
<system:String x:Key="LastQueryPreserved">Зберегти останній запит</system:String>
<system:String x:Key="LastQuerySelected">Вибрати останній запит</system:String>
<system:String x:Key="LastQueryEmpty">Очистити останній запит</system:String>
<system:String x:Key="KeepMaxResults">Fixed Window Height</system:String>
<system:String x:Key="KeepMaxResultsToolTip">The window height is not adjustable by dragging.</system:String>
<system:String x:Key="KeepMaxResults">Фіксована висота вікна</system:String>
<system:String x:Key="KeepMaxResultsToolTip">Висота вікна не регулюється перетягуванням.</system:String>
<system:String x:Key="maxShowResults">Максимальна кількість результатів</system:String>
<system:String x:Key="maxShowResultsToolTip">Ви також можете швидко налаштувати цей параметр за допомогою клавіш CTRL+Плюс чи CTRL+Мінус.</system:String>
<system:String x:Key="ignoreHotkeysOnFullscreen">Ігнорувати гарячі клавіші в повноекранному режимі</system:String>
@ -84,14 +84,14 @@
<system:String x:Key="autoUpdates">Автоматичне оновлення</system:String>
<system:String x:Key="select">Вибрати</system:String>
<system:String x:Key="hideOnStartup">Сховати Flow Launcher при запуску системи</system:String>
<system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
<system:String x:Key="hideOnStartupToolTip">Вікно пошуку Flow Launcher після запуску ховається в треї.</system:String>
<system:String x:Key="hideNotifyIcon">Приховати значок в системному лотку</system:String>
<system:String x:Key="hideNotifyIconToolTip">Коли піктограму приховано з трею, меню налаштувань можна відкрити, клацнувши правою кнопкою миші у вікні пошуку.</system:String>
<system:String x:Key="querySearchPrecision">Точність пошуку запитів</system:String>
<system:String x:Key="querySearchPrecisionToolTip">Змінює мінімальний бал збігів, необхідних для результатів.</system:String>
<system:String x:Key="SearchPrecisionNone">None</system:String>
<system:String x:Key="SearchPrecisionLow">Low</system:String>
<system:String x:Key="SearchPrecisionRegular">Regular</system:String>
<system:String x:Key="SearchPrecisionNone">Нема</system:String>
<system:String x:Key="SearchPrecisionLow">Мало</system:String>
<system:String x:Key="SearchPrecisionRegular">Звичайно</system:String>
<system:String x:Key="ShouldUsePinyin">Використовувати піньїнь</system:String>
<system:String x:Key="ShouldUsePinyinToolTip">Дозволяє використовувати пінїнь для пошуку. Піньїнь - це стандартна система написання для перекладу китайської.</system:String>
<system:String x:Key="AlwaysPreview">Завжди переглядати</system:String>
@ -157,13 +157,13 @@
<system:String x:Key="SampleSubTitleProgram">Запуск програм від імені адміністратора або іншого користувача</system:String>
<system:String x:Key="SampleTitleProcessKiller">Процес-кілер</system:String>
<system:String x:Key="SampleSubTitleProcessKiller">Припинення небажаних процесів</system:String>
<system:String x:Key="SearchBarHeight">Search Bar Height</system:String>
<system:String x:Key="ItemHeight">Item Height</system:String>
<system:String x:Key="SearchBarHeight">Висота рядка пошуку</system:String>
<system:String x:Key="ItemHeight">Висота елемента</system:String>
<system:String x:Key="queryBoxFont">Шрифт запитів</system:String>
<system:String x:Key="resultItemFont">Result Title Font</system:String>
<system:String x:Key="resultSubItemFont">Result Subtitle Font</system:String>
<system:String x:Key="resetCustomize">Reset</system:String>
<system:String x:Key="CustomizeToolTip">Customize</system:String>
<system:String x:Key="resultItemFont">Шрифт заголовка результату</system:String>
<system:String x:Key="resultSubItemFont">Шрифт підзаголовка результату</system:String>
<system:String x:Key="resetCustomize">Скинути</system:String>
<system:String x:Key="CustomizeToolTip">Підлаштувати</system:String>
<system:String x:Key="windowMode">Віконний режим</system:String>
<system:String x:Key="opacity">Прозорість</system:String>
<system:String x:Key="theme_load_failure_path_not_exists">Тема {0} не існує, повернення до теми за замовчуванням</system:String>
@ -178,7 +178,7 @@
<system:String x:Key="SoundEffectTip">Відтворювати невеликий звук при відкритті вікна пошуку</system:String>
<system:String x:Key="SoundEffectVolume">Гучність звукового ефекту</system:String>
<system:String x:Key="SoundEffectVolumeTip">Налаштуйте гучність звукового ефекту</system:String>
<system:String x:Key="SoundEffectWarning">Windows Media Player is unavailable and is required for Flow's volume adjustment. Please check your installation if you need to adjust volume.</system:String>
<system:String x:Key="SoundEffectWarning">Windows Media Player недоступний та необхідний для регулювання гучності Flow. Будласка перевірте вашу інсталяцію, якщо вам потрібно відрегулювати гучність.</system:String>
<system:String x:Key="Animation">Анімація</system:String>
<system:String x:Key="AnimationTip">Використовувати анімацію в інтерфейсі</system:String>
<system:String x:Key="AnimationSpeed">Швидкість анімації</system:String>
@ -190,44 +190,44 @@
<system:String x:Key="Clock">Годинник</system:String>
<system:String x:Key="Date">Дата</system:String>
<system:String x:Key="TypeIsDarkToolTip">This theme supports two(light/dark) modes.</system:String>
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String>
<system:String x:Key="TypeHasBlurToolTip">Ця тема підтримує розмитий прозорий фон.</system:String>
<!-- Setting Hotkey -->
<system:String x:Key="hotkey">Гаряча клавіша</system:String>
<system:String x:Key="hotkeys">Гарячі клавіші</system:String>
<system:String x:Key="flowlauncherHotkey">Open Flow Launcher</system:String>
<system:String x:Key="flowlauncherHotkey">Відкрити Flow Launcher</system:String>
<system:String x:Key="flowlauncherHotkeyToolTip">Введіть скорочення, щоб показати/приховати Flow Launcher.</system:String>
<system:String x:Key="previewHotkey">Toggle Preview</system:String>
<system:String x:Key="previewHotkey">Перемкнути поперегляд</system:String>
<system:String x:Key="previewHotkeyToolTip">Введіть скорочення, щоб показати/приховати попередній перегляд у вікні пошуку.</system:String>
<system:String x:Key="hotkeyPresets">Hotkey Presets</system:String>
<system:String x:Key="hotkeyPresetsToolTip">List of currently registered hotkeys</system:String>
<system:String x:Key="hotkeyPresets">Пресети галавіш</system:String>
<system:String x:Key="hotkeyPresetsToolTip">Список поточних зареєстрованих галавіш</system:String>
<system:String x:Key="openResultModifiers">Відкрити ключ зміни результатів</system:String>
<system:String x:Key="openResultModifiersToolTip">Виберіть ключ модифікатора для відкриття вибраних результатів за допомогою клавіатури.</system:String>
<system:String x:Key="showOpenResultHotkey">Показати гарячу клавішу</system:String>
<system:String x:Key="showOpenResultHotkeyToolTip">Показати гарячу клавішу вибору результату з результатами.</system:String>
<system:String x:Key="autoCompleteHotkey">Auto Complete</system:String>
<system:String x:Key="autoCompleteHotkeyToolTip">Runs autocomplete for the selected items.</system:String>
<system:String x:Key="SelectNextItemHotkey">Select Next Item</system:String>
<system:String x:Key="SelectPrevItemHotkey">Select Previous Item</system:String>
<system:String x:Key="SelectNextPageHotkey">Next Page</system:String>
<system:String x:Key="SelectPrevPageHotkey">Previous Page</system:String>
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
<system:String x:Key="autoCompleteHotkey">Автозавершення</system:String>
<system:String x:Key="autoCompleteHotkeyToolTip">Запускає автозавершення для вибраних елементів.</system:String>
<system:String x:Key="SelectNextItemHotkey">Виберіть наступний елемент</system:String>
<system:String x:Key="SelectPrevItemHotkey">Виберіть наступний елемент</system:String>
<system:String x:Key="SelectNextPageHotkey">Наступна сторінка</system:String>
<system:String x:Key="SelectPrevPageHotkey">Попередня сторінка</system:String>
<system:String x:Key="CycleHistoryUpHotkey">Циклувати попередній запит</system:String>
<system:String x:Key="CycleHistoryDownHotkey">Циклувати наступний запит</system:String>
<system:String x:Key="OpenContextMenuHotkey">Відкрити контекстне меню</system:String>
<system:String x:Key="OpenNativeContextMenuHotkey">Open Native Context Menu</system:String>
<system:String x:Key="OpenNativeContextMenuHotkey">Відкрити рідне контекстне меню</system:String>
<system:String x:Key="SettingWindowHotkey">Відкрити вікно налаштувань</system:String>
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
<system:String x:Key="CopyFilePathHotkey">Копіювати шлях файлу</system:String>
<system:String x:Key="ToggleGameModeHotkey">Перемкнути режим гри</system:String>
<system:String x:Key="ToggleHistoryHotkey">Toggle History</system:String>
<system:String x:Key="ToggleHistoryHotkey">Перемкнути історію</system:String>
<system:String x:Key="OpenContainFolderHotkey">Відкрийте папку, що містить файл</system:String>
<system:String x:Key="RunAsAdminHotkey">Run As Admin</system:String>
<system:String x:Key="RequeryHotkey">Refresh Search Results</system:String>
<system:String x:Key="ReloadPluginHotkey">Reload Plugins Data</system:String>
<system:String x:Key="QuickWidthHotkey">Quick Adjust Window Width</system:String>
<system:String x:Key="QuickHeightHotkey">Quick Adjust Window Height</system:String>
<system:String x:Key="ReloadPluginHotkeyToolTip">Use when require plugins to reload and update their existing data.</system:String>
<system:String x:Key="AdditionalHotkeyToolTip">You can add one more hotkey for this function.</system:String>
<system:String x:Key="RunAsAdminHotkey">Запустити від імені адміністратора</system:String>
<system:String x:Key="RequeryHotkey">Оновити результати пошуку</system:String>
<system:String x:Key="ReloadPluginHotkey">Перезавантажити дані плагінів</system:String>
<system:String x:Key="QuickWidthHotkey">Швидке регулювання ширини вікна</system:String>
<system:String x:Key="QuickHeightHotkey">Швидке регулювання висоти вікна</system:String>
<system:String x:Key="ReloadPluginHotkeyToolTip">Використовуйте, коли плагінам потрібно перезавантажити та оновити наявні дані.</system:String>
<system:String x:Key="AdditionalHotkeyToolTip">Ви можете додати ще одну галавішу для цієї функції.</system:String>
<system:String x:Key="customQueryHotkey">Задані гарячі клавіші для запитів</system:String>
<system:String x:Key="customQueryShortcut">Користувацькі скорочення запитів</system:String>
<system:String x:Key="builtinShortcuts">Вбудовані скорочення</system:String>
@ -238,7 +238,7 @@
<system:String x:Key="delete">Видалити</system:String>
<system:String x:Key="edit">Редагувати</system:String>
<system:String x:Key="add">Додати</system:String>
<system:String x:Key="none">None</system:String>
<system:String x:Key="none">Нема</system:String>
<system:String x:Key="pleaseSelectAnItem">Спочатку виберіть елемент</system:String>
<system:String x:Key="deleteCustomHotkeyWarning">Ви впевнені, що хочете видалити гарячу клавішу ({0}) плагіну?</system:String>
<system:String x:Key="deleteCustomShortcutWarning">Ви впевнені, що хочете видалити скорочення: {0} з розширенням {1}?</system:String>
@ -292,9 +292,9 @@
<system:String x:Key="clearlogfolder">Очистити журнали</system:String>
<system:String x:Key="clearlogfolderMessage">Ви впевнені, що хочете видалити всі журнали?</system:String>
<system:String x:Key="welcomewindow">Чаклун</system:String>
<system:String x:Key="userdatapath">User Data Location</system:String>
<system:String x:Key="userdatapathToolTip">User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not.</system:String>
<system:String x:Key="userdatapathButton">Open Folder</system:String>
<system:String x:Key="userdatapath">Розташування даних користувача</system:String>
<system:String x:Key="userdatapathToolTip">Налаштування користувача та встановлені плагіни зберігаються у теці даних користувача. Це місце може змінюватися залежно від того, чи перебуває програма в портативному режимі, чи ні.</system:String>
<system:String x:Key="userdatapathButton">Відкрити теку</system:String>
<!-- FileManager Setting Dialog -->
<system:String x:Key="fileManagerWindow">Виберіть файловий менеджер</system:String>
@ -340,11 +340,11 @@
<system:String x:Key="hotkeyIsNotUnavailable">Гаряча клавіша недоступна. Будь ласка, вкажіть нову</system:String>
<system:String x:Key="invalidPluginHotkey">Недійсна гаряча клавіша плагіна</system:String>
<system:String x:Key="update">Оновити</system:String>
<system:String x:Key="hotkeyRegTitle">Binding Hotkey</system:String>
<system:String x:Key="hotkeyUnavailable">Current hotkey is unavailable.</system:String>
<system:String x:Key="hotkeyUnavailableUneditable">This hotkey is reserved for &quot;{0}&quot; and can't be used. Please choose another hotkey.</system:String>
<system:String x:Key="hotkeyUnavailableEditable">This hotkey is already in use by &quot;{0}&quot;. If you press &quot;Overwrite&quot;, it will be removed from &quot;{0}&quot;.</system:String>
<system:String x:Key="hotkeyRegGuide">Press the keys you want to use for this function.</system:String>
<system:String x:Key="hotkeyRegTitle">Прив'язка галавіші</system:String>
<system:String x:Key="hotkeyUnavailable">Поточна галавіша недоступна.</system:String>
<system:String x:Key="hotkeyUnavailableUneditable">Ця галавіша зарезервована для «{0}» і не може бути використана. Будласка, виберіть іншу галавішу.</system:String>
<system:String x:Key="hotkeyUnavailableEditable">Ця галавіша вже використовується «{0}». Якщо ви натиснете «Перезаписати», її буде вилучено з «{0}».</system:String>
<system:String x:Key="hotkeyRegGuide">Натисніть клавіші, які ви хочете використовувати для цієї функції.</system:String>
<!-- Custom Query Shortcut Dialog -->
<system:String x:Key="customeQueryShortcutTitle">Власне скорочення запиту</system:String>
@ -358,13 +358,13 @@
<!-- Common Action -->
<system:String x:Key="commonSave">Зберегти</system:String>
<system:String x:Key="commonOverwrite">Overwrite</system:String>
<system:String x:Key="commonOverwrite">Перезаписати</system:String>
<system:String x:Key="commonCancel">Скасувати</system:String>
<system:String x:Key="commonReset">Reset</system:String>
<system:String x:Key="commonReset">Скинути</system:String>
<system:String x:Key="commonDelete">Видалити</system:String>
<system:String x:Key="commonOK">Добре</system:String>
<system:String x:Key="commonYes">Yes</system:String>
<system:String x:Key="commonNo">No</system:String>
<system:String x:Key="commonYes">Так</system:String>
<system:String x:Key="commonNo">Ні</system:String>
<!-- Crash Reporter -->
<system:String x:Key="reportWindow_version">Версія</system:String>
@ -434,11 +434,11 @@
<system:String x:Key="HotkeyCtrlIDesc">Відкрити вікно налаштувань</system:String>
<system:String x:Key="HotkeyF5Desc">Перезавантажити дані плагінів</system:String>
<system:String x:Key="HotkeySelectFirstResult">Select first result</system:String>
<system:String x:Key="HotkeySelectLastResult">Select last result</system:String>
<system:String x:Key="HotkeyRequery">Run current query again</system:String>
<system:String x:Key="HotkeyOpenResult">Open result</system:String>
<system:String x:Key="HotkeyOpenResultN">Open result #{0}</system:String>
<system:String x:Key="HotkeySelectFirstResult">Вибрати перший результат</system:String>
<system:String x:Key="HotkeySelectLastResult">Вибрати останній результат</system:String>
<system:String x:Key="HotkeyRequery">Виконати поточний запит знову</system:String>
<system:String x:Key="HotkeyOpenResult">Відкрити результат</system:String>
<system:String x:Key="HotkeyOpenResultN">Відкрити результат #{0}</system:String>
<system:String x:Key="RecommendWeather">Погода</system:String>
<system:String x:Key="RecommendWeatherDesc">Погода в результатах Google</system:String>
@ -450,7 +450,7 @@
<system:String x:Key="RecommendAcronymsDesc">Липкі нотатки</system:String>
<!-- Preview Area -->
<system:String x:Key="FileSize">File Size</system:String>
<system:String x:Key="Created">Created</system:String>
<system:String x:Key="LastModified">Last Modified</system:String>
<system:String x:Key="FileSize">Розмір файлу</system:String>
<system:String x:Key="Created">Створено</system:String>
<system:String x:Key="LastModified">Востаннє змінено</system:String>
</ResourceDictionary>

View file

@ -34,7 +34,7 @@
<system:String x:Key="folderTitle">目录</system:String>
<system:String x:Key="textTitle">文本</system:String>
<system:String x:Key="GameMode">游戏模式</system:String>
<system:String x:Key="GameModeToolTip">暂停使用快捷键。</system:String>
<system:String x:Key="GameModeToolTip">暂停使用键。</system:String>
<system:String x:Key="PositionReset">重置位置</system:String>
<system:String x:Key="PositionResetToolTip">重置搜索窗口位置</system:String>
@ -89,7 +89,7 @@
<system:String x:Key="hideNotifyIconToolTip">任务栏图标被隐藏时,右键点击搜索窗口即可打开设置菜单。</system:String>
<system:String x:Key="querySearchPrecision">查询搜索精度</system:String>
<system:String x:Key="querySearchPrecisionToolTip">更改匹配成功所需的最低分数。</system:String>
<system:String x:Key="SearchPrecisionNone">None</system:String>
<system:String x:Key="SearchPrecisionNone"></system:String>
<system:String x:Key="SearchPrecisionLow">低</system:String>
<system:String x:Key="SearchPrecisionRegular">常规</system:String>
<system:String x:Key="ShouldUsePinyin">使用拼音搜索</system:String>
@ -162,7 +162,7 @@
<system:String x:Key="queryBoxFont">查询框字体</system:String>
<system:String x:Key="resultItemFont">结果标题字体</system:String>
<system:String x:Key="resultSubItemFont">结果字幕字体</system:String>
<system:String x:Key="resetCustomize">Reset</system:String>
<system:String x:Key="resetCustomize">重置</system:String>
<system:String x:Key="CustomizeToolTip">自定义</system:String>
<system:String x:Key="windowMode">窗口模式</system:String>
<system:String x:Key="opacity">透明度</system:String>
@ -200,12 +200,12 @@
<system:String x:Key="flowlauncherHotkeyToolTip">输入显示/隐藏 Flow Launcher 的快捷键。</system:String>
<system:String x:Key="previewHotkey">切换预览</system:String>
<system:String x:Key="previewHotkeyToolTip">输入在搜索窗口中开启/关闭预览的快捷键。</system:String>
<system:String x:Key="hotkeyPresets">快捷键预设</system:String>
<system:String x:Key="hotkeyPresetsToolTip">当前注册的快捷键列表</system:String>
<system:String x:Key="hotkeyPresets">键预设</system:String>
<system:String x:Key="hotkeyPresetsToolTip">当前注册的键列表</system:String>
<system:String x:Key="openResultModifiers">打开结果快捷键修饰符</system:String>
<system:String x:Key="openResultModifiersToolTip">选择一个用以打开搜索结果的按键修饰符。</system:String>
<system:String x:Key="showOpenResultHotkey">显示热键</system:String>
<system:String x:Key="showOpenResultHotkeyToolTip">显示用于打开结果的快捷键。</system:String>
<system:String x:Key="showOpenResultHotkeyToolTip">显示用于打开结果的键。</system:String>
<system:String x:Key="autoCompleteHotkey">自动完成</system:String>
<system:String x:Key="autoCompleteHotkeyToolTip">对所选项目运行自动完成功能。</system:String>
<system:String x:Key="SelectNextItemHotkey">选择下一个项目</system:String>
@ -227,7 +227,7 @@
<system:String x:Key="QuickWidthHotkey">快速调整窗口宽度</system:String>
<system:String x:Key="QuickHeightHotkey">快速调整窗口高度</system:String>
<system:String x:Key="ReloadPluginHotkeyToolTip">当需要插件重新加载并更新其现有数据时使用。</system:String>
<system:String x:Key="AdditionalHotkeyToolTip">You can add one more hotkey for this function.</system:String>
<system:String x:Key="AdditionalHotkeyToolTip">您可以为此功能添加一个热键。</system:String>
<system:String x:Key="customQueryHotkey">自定义查询热键</system:String>
<system:String x:Key="customQueryShortcut">自定义查询捷径</system:String>
<system:String x:Key="builtinShortcuts">内置捷径</system:String>
@ -238,7 +238,7 @@
<system:String x:Key="delete">删除</system:String>
<system:String x:Key="edit">编辑</system:String>
<system:String x:Key="add">添加</system:String>
<system:String x:Key="none">None</system:String>
<system:String x:Key="none"></system:String>
<system:String x:Key="pleaseSelectAnItem">请选择一项</system:String>
<system:String x:Key="deleteCustomHotkeyWarning">你确定要删除插件 {0} 的热键吗?</system:String>
<system:String x:Key="deleteCustomShortcutWarning">你确定要删除捷径 {0} (展开为 {1}</system:String>
@ -292,14 +292,14 @@
<system:String x:Key="clearlogfolder">清除日志</system:String>
<system:String x:Key="clearlogfolderMessage">你确定要删除所有的日志吗?</system:String>
<system:String x:Key="welcomewindow">向导</system:String>
<system:String x:Key="userdatapath">User Data Location</system:String>
<system:String x:Key="userdatapathToolTip">User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not.</system:String>
<system:String x:Key="userdatapathButton">Open Folder</system:String>
<system:String x:Key="userdatapath">用户数据位置</system:String>
<system:String x:Key="userdatapathToolTip">用户设置和已安装的插件保存在用户数据文件夹中。此位置可能因是否处于便携模式而异。</system:String>
<system:String x:Key="userdatapathButton">打开文件夹</system:String>
<!-- FileManager Setting Dialog -->
<system:String x:Key="fileManagerWindow">默认文件管理器</system:String>
<system:String x:Key="fileManager_tips">Please specify the file location of the file manager you using and add arguments as required. The &quot;%d&quot; represents the directory path to open for, used by the Arg for Folder field and for commands opening specific directories. The &quot;%f&quot; represents the file path to open for, used by the Arg for File field and for commands opening specific files.</system:String>
<system:String x:Key="fileManager_tips2">For example, if the file manager uses a command such as &quot;totalcmd.exe /A c:\windows&quot; to open the c:\windows directory, the File Manager Path will be totalcmd.exe, and the Arg For Folder will be /A &quot;%d&quot;. Certain file managers like QTTabBar may just require a path to be supplied, in this instance use &quot;%d&quot; as the File Manager Path and leave the rest of the fileds blank.</system:String>
<system:String x:Key="fileManager_tips">请指定您使用的文件管理器的文件位置并根据需要添加参数。“%d”表示要打开的目录路径由文件夹字段的参数和打开特定目录的命令使用。“%f”表示要打开的文件路径由文件字段的参数和打开特定文件的命令使用。</system:String>
<system:String x:Key="fileManager_tips2">例如如果文件管理器使用诸如“totalcmd.exe /A c:\windows”之类的命令来打开 c:\windows 目录,则文件管理器路径将为 totalcmd.exe文件夹参数将为 /A &quot;%d&quot;。某些文件管理器(如 QTTabBar可能只需要提供路径在本例中使用“%d”作为文件管理器路径其余字段留空。</system:String>
<system:String x:Key="fileManager_name">文件管理器</system:String>
<system:String x:Key="fileManager_profile_name">档案名称</system:String>
<system:String x:Key="fileManager_path">文件管理器路径</system:String>
@ -340,11 +340,11 @@
<system:String x:Key="hotkeyIsNotUnavailable">热键不可用,请选择一个新的热键</system:String>
<system:String x:Key="invalidPluginHotkey">插件热键不合法</system:String>
<system:String x:Key="update">更新</system:String>
<system:String x:Key="hotkeyRegTitle">Binding Hotkey</system:String>
<system:String x:Key="hotkeyUnavailable">Current hotkey is unavailable.</system:String>
<system:String x:Key="hotkeyUnavailableUneditable">This hotkey is reserved for &quot;{0}&quot; and can't be used. Please choose another hotkey.</system:String>
<system:String x:Key="hotkeyUnavailableEditable">This hotkey is already in use by &quot;{0}&quot;. If you press &quot;Overwrite&quot;, it will be removed from &quot;{0}&quot;.</system:String>
<system:String x:Key="hotkeyRegGuide">Press the keys you want to use for this function.</system:String>
<system:String x:Key="hotkeyRegTitle">绑定热键</system:String>
<system:String x:Key="hotkeyUnavailable">当前热键不可用。</system:String>
<system:String x:Key="hotkeyUnavailableUneditable">此热键为“{0}”保留,无法使用。请选择其他热键。</system:String>
<system:String x:Key="hotkeyUnavailableEditable">此热键已被“{0}”使用。如果按“覆盖”,则会将其从“{0}”中删除。</system:String>
<system:String x:Key="hotkeyRegGuide">按下您想要用于此功能的键。</system:String>
<!-- Custom Query Shortcut Dialog -->
<system:String x:Key="customeQueryShortcutTitle">自定义查询捷径</system:String>
@ -358,13 +358,13 @@
<!-- Common Action -->
<system:String x:Key="commonSave">保存</system:String>
<system:String x:Key="commonOverwrite">Overwrite</system:String>
<system:String x:Key="commonOverwrite">覆盖</system:String>
<system:String x:Key="commonCancel">取消</system:String>
<system:String x:Key="commonReset">Reset</system:String>
<system:String x:Key="commonReset">重置</system:String>
<system:String x:Key="commonDelete">删除</system:String>
<system:String x:Key="commonOK">更新</system:String>
<system:String x:Key="commonYes">Yes</system:String>
<system:String x:Key="commonNo">No</system:String>
<system:String x:Key="commonYes"></system:String>
<system:String x:Key="commonNo"></system:String>
<!-- Crash Reporter -->
<system:String x:Key="reportWindow_version">版本</system:String>
@ -414,11 +414,11 @@
<system:String x:Key="Welcome_Page2_Title">搜索并运行您PC上的文件和应用程序</system:String>
<system:String x:Key="Welcome_Page2_Text01">搜索所有应用程序、 文件、 书签、 YouTube、 Twitter等。所有都只需要键盘而不需要鼠标。</system:String>
<system:String x:Key="Welcome_Page2_Text02">Flow Launcher 默认使用下面的快捷键激活。 要更改它,请点击输入并按键盘上所需的热键。</system:String>
<system:String x:Key="Welcome_Page3_Title">快捷键</system:String>
<system:String x:Key="Welcome_Page3_Title">键</system:String>
<system:String x:Key="Welcome_Page4_Title">动作关键词和命令</system:String>
<system:String x:Key="Welcome_Page4_Text01">通过 Flow Launcher 插件搜索网站、启动应用程序或运行各种功能。某些功能使用一个动作关键词激活,如有必要,它们也可以在没有动作关键词的情况下使用。欢迎尝试以下的查询语句。</system:String>
<system:String x:Key="Welcome_Page5_Title">开始使用 Flow Launcher</system:String>
<system:String x:Key="Welcome_Page5_Text01">完成了!享受 Flow Launcher。不要忘记激活快捷键 :)</system:String>
<system:String x:Key="Welcome_Page5_Text01">大功告成。尽情使用 Flow Launcher 吧。别忘了用热键启动 :)</system:String>
<!-- General Guide & Hotkey -->
@ -434,11 +434,11 @@
<system:String x:Key="HotkeyCtrlIDesc">打开设置窗口</system:String>
<system:String x:Key="HotkeyF5Desc">重新加载插件数据</system:String>
<system:String x:Key="HotkeySelectFirstResult">Select first result</system:String>
<system:String x:Key="HotkeySelectLastResult">Select last result</system:String>
<system:String x:Key="HotkeyRequery">Run current query again</system:String>
<system:String x:Key="HotkeyOpenResult">Open result</system:String>
<system:String x:Key="HotkeyOpenResultN">Open result #{0}</system:String>
<system:String x:Key="HotkeySelectFirstResult">选择第一个结果</system:String>
<system:String x:Key="HotkeySelectLastResult">选择最后一个结果</system:String>
<system:String x:Key="HotkeyRequery">再次运行当前查询</system:String>
<system:String x:Key="HotkeyOpenResult">打开结果</system:String>
<system:String x:Key="HotkeyOpenResultN">打开结果 #{0}</system:String>
<system:String x:Key="RecommendWeather">天气</system:String>
<system:String x:Key="RecommendWeatherDesc">谷歌天气结果</system:String>
@ -450,7 +450,7 @@
<system:String x:Key="RecommendAcronymsDesc">便笺</system:String>
<!-- Preview Area -->
<system:String x:Key="FileSize">File Size</system:String>
<system:String x:Key="Created">Created</system:String>
<system:String x:Key="LastModified">Last Modified</system:String>
<system:String x:Key="FileSize">文件大小</system:String>
<system:String x:Key="Created">创建于</system:String>
<system:String x:Key="LastModified">最后修改于</system:String>
</ResourceDictionary>

View file

@ -194,7 +194,7 @@ public partial class SettingsPaneGeneralViewModel : BaseModel
{
var selectedFile = GetFileFromDialog(
InternationalizationManager.Instance.GetTranslation("selectNodeExecutable"),
"*.exe"
"node|*.exe"
);
if (!string.IsNullOrEmpty(selectedFile))

View file

@ -95,7 +95,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.7" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.8" />
</ItemGroup>
</Project>

View file

@ -4,7 +4,7 @@
"Name": "Browser Bookmarks",
"Description": "Search your browser bookmarks",
"Author": "qianlifeng, Ioannis G.",
"Version": "3.3.0",
"Version": "3.3.1",
"Language": "csharp",
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
"ExecuteFileName": "Flow.Launcher.Plugin.BrowserBookmark.dll",

View file

@ -57,6 +57,8 @@
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">تعداد مباشر</system:String>
<system:String x:Key="plugin_explorer_file_editor_path">مسار محرر الملفات</system:String>
<system:String x:Key="plugin_explorer_folder_editor_path">مسار محرر المجلدات</system:String>
<system:String x:Key="plugin_explorer_enabled">مفع</system:String>
<system:String x:Key="plugin_explorer_disabled">مُعطّل</system:String>
<system:String x:Key="plugin_explorer_Content_Search_Engine">محرك البحث في المحتوى</system:String>
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">محرك البحث التكراري في المجلدات</system:String>

View file

@ -57,6 +57,8 @@
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Seznam složek</system:String>
<system:String x:Key="plugin_explorer_file_editor_path">Cesta k editoru souborů</system:String>
<system:String x:Key="plugin_explorer_folder_editor_path">Cesta k editoru složek</system:String>
<system:String x:Key="plugin_explorer_enabled">Povoleno</system:String>
<system:String x:Key="plugin_explorer_disabled">Vypnuto</system:String>
<system:String x:Key="plugin_explorer_Content_Search_Engine">Vyhledávač obsahu</system:String>
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Rekurzivní vyhledávač ve složce</system:String>

View file

@ -57,6 +57,8 @@
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Direct Enumeration</system:String>
<system:String x:Key="plugin_explorer_file_editor_path">Filredigeringssti</system:String>
<system:String x:Key="plugin_explorer_folder_editor_path">Mapperedigeringssti</system:String>
<system:String x:Key="plugin_explorer_enabled">Enabled</system:String>
<system:String x:Key="plugin_explorer_disabled">Disabled</system:String>
<system:String x:Key="plugin_explorer_Content_Search_Engine">Content Search Engine</system:String>
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Directory Recursive Search Engine</system:String>

View file

@ -57,6 +57,8 @@
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Direct Enumeration</system:String>
<system:String x:Key="plugin_explorer_file_editor_path">Datei-Editor-Pfad</system:String>
<system:String x:Key="plugin_explorer_folder_editor_path">Ordner-Editor-Pfad</system:String>
<system:String x:Key="plugin_explorer_enabled">Aktiviert</system:String>
<system:String x:Key="plugin_explorer_disabled">Deaktiviert</system:String>
<system:String x:Key="plugin_explorer_Content_Search_Engine">Content Search Engine</system:String>
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Directory Recursive Search Engine</system:String>

View file

@ -59,6 +59,8 @@
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Direct Enumeration</system:String>
<system:String x:Key="plugin_explorer_file_editor_path">File Editor Path</system:String>
<system:String x:Key="plugin_explorer_folder_editor_path">Folder Editor Path</system:String>
<system:String x:Key="plugin_explorer_enabled">Enabled</system:String>
<system:String x:Key="plugin_explorer_disabled">Disabled</system:String>
<system:String x:Key="plugin_explorer_Content_Search_Engine">Content Search Engine</system:String>
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Directory Recursive Search Engine</system:String>
@ -161,5 +163,5 @@
<system:String x:Key="plugin_explorer_native_context_menu_header">Native Context Menu</system:String>
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Display native context menu (experimental)</system:String>
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String>
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with')</system:String>
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String>
</ResourceDictionary>

View file

@ -57,6 +57,8 @@
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Direct Enumeration</system:String>
<system:String x:Key="plugin_explorer_file_editor_path">Ruta del editor</system:String>
<system:String x:Key="plugin_explorer_folder_editor_path">Folder Editor Path</system:String>
<system:String x:Key="plugin_explorer_enabled">Enabled</system:String>
<system:String x:Key="plugin_explorer_disabled">Disabled</system:String>
<system:String x:Key="plugin_explorer_Content_Search_Engine">Content Search Engine</system:String>
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Directory Recursive Search Engine</system:String>

View file

@ -57,6 +57,8 @@
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Enumeración directa</system:String>
<system:String x:Key="plugin_explorer_file_editor_path">Ruta del editor de archivos</system:String>
<system:String x:Key="plugin_explorer_folder_editor_path">Ruta del editor de carpetas</system:String>
<system:String x:Key="plugin_explorer_enabled">Activado</system:String>
<system:String x:Key="plugin_explorer_disabled">Desactivado</system:String>
<system:String x:Key="plugin_explorer_Content_Search_Engine">Motor de búsqueda de contenido</system:String>
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Motor de búsqueda recursiva de directorio</system:String>
@ -64,8 +66,8 @@
<system:String x:Key="plugin_explorer_Open_Window_Index_Option">Abrir opciones de indexación de Windows</system:String>
<system:String x:Key="plugin_explorer_Excluded_File_Types">Tipos de archivo excluidos (separados por comas)</system:String>
<system:String x:Key="plugin_explorer_Excluded_File_Types_Tooltip">Por ejemplo: exe,jpg,png</system:String>
<system:String x:Key="plugin_explorer_Maximum_Results">Maximum results</system:String>
<system:String x:Key="plugin_explorer_Maximum_Results_Tooltip">The maximum number of results requested from active search engine</system:String>
<system:String x:Key="plugin_explorer_Maximum_Results">Número máximo de resultados</system:String>
<system:String x:Key="plugin_explorer_Maximum_Results_Tooltip">Número máximo de resultados solicitados al motor de búsqueda activo</system:String>
<!-- Plugin Infos -->
<system:String x:Key="plugin_explorer_plugin_name">Explorador</system:String>

View file

@ -57,6 +57,8 @@
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Énumération directe</system:String>
<system:String x:Key="plugin_explorer_file_editor_path">Chemin de l'éditeur de fichiers</system:String>
<system:String x:Key="plugin_explorer_folder_editor_path">Chemin de l'éditeur de dossier</system:String>
<system:String x:Key="plugin_explorer_enabled">Activé</system:String>
<system:String x:Key="plugin_explorer_disabled">Désactivé</system:String>
<system:String x:Key="plugin_explorer_Content_Search_Engine">Moteur de recherche de contenu</system:String>
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Moteur de recherche récursif du répertoire</system:String>
@ -64,8 +66,8 @@
<system:String x:Key="plugin_explorer_Open_Window_Index_Option">Ouvrir l'option d'index de Windows</system:String>
<system:String x:Key="plugin_explorer_Excluded_File_Types">Types de fichiers exclus (séparés par des virgules)</system:String>
<system:String x:Key="plugin_explorer_Excluded_File_Types_Tooltip">Par exemple : exe,jpg,png</system:String>
<system:String x:Key="plugin_explorer_Maximum_Results">Maximum results</system:String>
<system:String x:Key="plugin_explorer_Maximum_Results_Tooltip">The maximum number of results requested from active search engine</system:String>
<system:String x:Key="plugin_explorer_Maximum_Results">Résultats maximums</system:String>
<system:String x:Key="plugin_explorer_Maximum_Results_Tooltip">Le nombre maximum de résultats demandés au moteur de recherche actif</system:String>
<!-- Plugin Infos -->
<system:String x:Key="plugin_explorer_plugin_name">Explorateur</system:String>

View file

@ -57,6 +57,8 @@
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Enumerazione Diretta</system:String>
<system:String x:Key="plugin_explorer_file_editor_path">Percorso dell'editor di file</system:String>
<system:String x:Key="plugin_explorer_folder_editor_path">Percorso dell'editor delle cartelle</system:String>
<system:String x:Key="plugin_explorer_enabled">Abilitato</system:String>
<system:String x:Key="plugin_explorer_disabled">Disabilitato</system:String>
<system:String x:Key="plugin_explorer_Content_Search_Engine">Motore di Ricerca dei Contenuti</system:String>
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Motore di Ricerca Ricorsivo sulle Catelle</system:String>

View file

@ -57,6 +57,8 @@
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Direct Enumeration</system:String>
<system:String x:Key="plugin_explorer_file_editor_path">ファイル エディターのパス</system:String>
<system:String x:Key="plugin_explorer_folder_editor_path">フォルダー エディターのパス</system:String>
<system:String x:Key="plugin_explorer_enabled">Enabled</system:String>
<system:String x:Key="plugin_explorer_disabled">Disabled</system:String>
<system:String x:Key="plugin_explorer_Content_Search_Engine">Content Search Engine</system:String>
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Directory Recursive Search Engine</system:String>

View file

@ -57,6 +57,8 @@
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Direct Enumeration</system:String>
<system:String x:Key="plugin_explorer_file_editor_path">파일 편집기 경로</system:String>
<system:String x:Key="plugin_explorer_folder_editor_path">폴더 편집기 경로</system:String>
<system:String x:Key="plugin_explorer_enabled">켬</system:String>
<system:String x:Key="plugin_explorer_disabled">Disabled</system:String>
<system:String x:Key="plugin_explorer_Content_Search_Engine">내용 검색 엔진</system:String>
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">경로 재귀 검색 엔진</system:String>

View file

@ -57,6 +57,8 @@
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Direct Enumeration</system:String>
<system:String x:Key="plugin_explorer_file_editor_path">Filredigeringsbane</system:String>
<system:String x:Key="plugin_explorer_folder_editor_path">Mapperedigeringsbane</system:String>
<system:String x:Key="plugin_explorer_enabled">Enabled</system:String>
<system:String x:Key="plugin_explorer_disabled">Disabled</system:String>
<system:String x:Key="plugin_explorer_Content_Search_Engine">Content Search Engine</system:String>
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Directory Recursive Search Engine</system:String>

View file

@ -57,6 +57,8 @@
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Direct Enumeration</system:String>
<system:String x:Key="plugin_explorer_file_editor_path">Bestandseditor pad</system:String>
<system:String x:Key="plugin_explorer_folder_editor_path">Pad naar mapeditor</system:String>
<system:String x:Key="plugin_explorer_enabled">Enabled</system:String>
<system:String x:Key="plugin_explorer_disabled">Disabled</system:String>
<system:String x:Key="plugin_explorer_Content_Search_Engine">Content Search Engine</system:String>
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Directory Recursive Search Engine</system:String>

View file

@ -57,6 +57,8 @@
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Direct Enumeration</system:String>
<system:String x:Key="plugin_explorer_file_editor_path">Ścieżka edytora plików</system:String>
<system:String x:Key="plugin_explorer_folder_editor_path">Ścieżka edytora folderów</system:String>
<system:String x:Key="plugin_explorer_enabled">Enabled</system:String>
<system:String x:Key="plugin_explorer_disabled">Disabled</system:String>
<system:String x:Key="plugin_explorer_Content_Search_Engine">Content Search Engine</system:String>
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Directory Recursive Search Engine</system:String>

View file

@ -57,6 +57,8 @@
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Direct Enumeration</system:String>
<system:String x:Key="plugin_explorer_file_editor_path">File Editor Path</system:String>
<system:String x:Key="plugin_explorer_folder_editor_path">Folder Editor Path</system:String>
<system:String x:Key="plugin_explorer_enabled">Enabled</system:String>
<system:String x:Key="plugin_explorer_disabled">Disabled</system:String>
<system:String x:Key="plugin_explorer_Content_Search_Engine">Content Search Engine</system:String>
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Directory Recursive Search Engine</system:String>

View file

@ -57,6 +57,8 @@
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Enumeração direta</system:String>
<system:String x:Key="plugin_explorer_file_editor_path">Caminho do editor de ficheiros</system:String>
<system:String x:Key="plugin_explorer_folder_editor_path">Caminho do editor de pastas</system:String>
<system:String x:Key="plugin_explorer_enabled">Ativo</system:String>
<system:String x:Key="plugin_explorer_disabled">Inativo</system:String>
<system:String x:Key="plugin_explorer_Content_Search_Engine">Mecanismo de pesquisa para conteúdo</system:String>
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Mecanismo de pesquisa recursiva de diretórios</system:String>

View file

@ -57,6 +57,8 @@
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Direct Enumeration</system:String>
<system:String x:Key="plugin_explorer_file_editor_path">Путь к редактору файлов</system:String>
<system:String x:Key="plugin_explorer_folder_editor_path">Путь к редактору папки</system:String>
<system:String x:Key="plugin_explorer_enabled">Enabled</system:String>
<system:String x:Key="plugin_explorer_disabled">Отключён</system:String>
<system:String x:Key="plugin_explorer_Content_Search_Engine">Content Search Engine</system:String>
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Directory Recursive Search Engine</system:String>

View file

@ -57,6 +57,8 @@
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Zoznam priečinkov</system:String>
<system:String x:Key="plugin_explorer_file_editor_path">Cesta k editoru súborov</system:String>
<system:String x:Key="plugin_explorer_folder_editor_path">Cesta k editoru priečinkov</system:String>
<system:String x:Key="plugin_explorer_enabled">Povolené</system:String>
<system:String x:Key="plugin_explorer_disabled">Vypnuté</system:String>
<system:String x:Key="plugin_explorer_Content_Search_Engine">Vyhľadávač obsahu</system:String>
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Priečinkový rekurzívny vyhľadávač</system:String>

View file

@ -57,6 +57,8 @@
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Direct Enumeration</system:String>
<system:String x:Key="plugin_explorer_file_editor_path">File Editor Path</system:String>
<system:String x:Key="plugin_explorer_folder_editor_path">Folder Editor Path</system:String>
<system:String x:Key="plugin_explorer_enabled">Enabled</system:String>
<system:String x:Key="plugin_explorer_disabled">Disabled</system:String>
<system:String x:Key="plugin_explorer_Content_Search_Engine">Content Search Engine</system:String>
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Directory Recursive Search Engine</system:String>

View file

@ -57,6 +57,8 @@
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Doğrudan Sayım</system:String>
<system:String x:Key="plugin_explorer_file_editor_path">Metin Düzenleyici</system:String>
<system:String x:Key="plugin_explorer_folder_editor_path">Klasör Düzenleyici</system:String>
<system:String x:Key="plugin_explorer_enabled">Enabled</system:String>
<system:String x:Key="plugin_explorer_disabled">Disabled</system:String>
<system:String x:Key="plugin_explorer_Content_Search_Engine">Dosya İçeriği Arama Motoru</system:String>
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Directory Recursive Search Engine</system:String>

View file

@ -27,12 +27,12 @@
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Налаштувати ключові слова дії</system:String>
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Посилання швидкого доступу</system:String>
<system:String x:Key="plugin_explorer_everything_setting_header">Налаштування Everything</system:String>
<system:String x:Key="plugin_explorer_previewpanel_setting_header">Preview Panel</system:String>
<system:String x:Key="plugin_explorer_previewpanel_setting_header">Панель поперегляду</system:String>
<system:String x:Key="plugin_explorer_previewpanel_display_file_size_checkbox">Розмір</system:String>
<system:String x:Key="plugin_explorer_previewpanel_display_file_creation_checkbox">Дата створення</system:String>
<system:String x:Key="plugin_explorer_previewpanel_display_file_modification_checkbox">Дата останньої зміни</system:String>
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">Display File Info</system:String>
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">Date and time format</system:String>
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">Показати інформацію про файл</system:String>
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">Формат дати й часу</system:String>
<system:String x:Key="plugin_explorer_everything_sort_option">Варіант сортування:</system:String>
<system:String x:Key="plugin_explorer_everything_installed_path">Шлях до Everything:</system:String>
<system:String x:Key="plugin_explorer_launch_hidden">Запустити приховано</system:String>
@ -57,15 +57,17 @@
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Пряме перерахування</system:String>
<system:String x:Key="plugin_explorer_file_editor_path">Шлях редактора файлів</system:String>
<system:String x:Key="plugin_explorer_folder_editor_path">Шлях редактора папок</system:String>
<system:String x:Key="plugin_explorer_enabled">Увімкнено</system:String>
<system:String x:Key="plugin_explorer_disabled">Вимкнено</system:String>
<system:String x:Key="plugin_explorer_Content_Search_Engine">Пошукова система контенту</system:String>
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Рекурсивна пошукова система за каталогом</system:String>
<system:String x:Key="plugin_explorer_Index_Search_Engine">Пошукова система індексів</system:String>
<system:String x:Key="plugin_explorer_Open_Window_Index_Option">Відкрити параметри індексування Windows</system:String>
<system:String x:Key="plugin_explorer_Excluded_File_Types">Excluded File Types (comma seperated)</system:String>
<system:String x:Key="plugin_explorer_Excluded_File_Types_Tooltip">For example: exe,jpg,png</system:String>
<system:String x:Key="plugin_explorer_Maximum_Results">Maximum results</system:String>
<system:String x:Key="plugin_explorer_Maximum_Results_Tooltip">The maximum number of results requested from active search engine</system:String>
<system:String x:Key="plugin_explorer_Excluded_File_Types">Виключені типи файлів (через кому)</system:String>
<system:String x:Key="plugin_explorer_Excluded_File_Types_Tooltip">Наприклад: exe,jpg,png</system:String>
<system:String x:Key="plugin_explorer_Maximum_Results">Максимум результатів</system:String>
<system:String x:Key="plugin_explorer_Maximum_Results_Tooltip">Максимальна кількість результатів, отриманих від активної пошукової системи</system:String>
<!-- Plugin Infos -->
<system:String x:Key="plugin_explorer_plugin_name">Провідник</system:String>
@ -156,8 +158,8 @@
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">Без індексу (який підтримується лише у версії Everything v1.5+) воно може працювати дуже повільно</system:String>
<!-- Native Context Menu -->
<system:String x:Key="plugin_explorer_native_context_menu_header">Native Context Menu</system:String>
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Display native context menu (experimental)</system:String>
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String>
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with')</system:String>
<system:String x:Key="plugin_explorer_native_context_menu_header">Рідне контекстне меню</system:String>
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Відображати рідне контекстне меню (експериментально)</system:String>
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Нижче ви можете вказати елементи, які хочете включити до контекстного меню, вони можуть бути частковими (наприклад, «шир пера») або повними («Відкрити за допомогою»).</system:String>
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Нижче ви можете вказати елементи, які хочете виключити з контекстного меню, вони можуть бути частковими (наприклад, «шир пера») або повними («Відкрити за допомогою»)</system:String>
</ResourceDictionary>

View file

@ -57,6 +57,8 @@
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Đếm trực tiếp</system:String>
<system:String x:Key="plugin_explorer_file_editor_path">Đường dẫn trình soạn thảo tệp</system:String>
<system:String x:Key="plugin_explorer_folder_editor_path">Folder Editor Path</system:String>
<system:String x:Key="plugin_explorer_enabled">Đã bật</system:String>
<system:String x:Key="plugin_explorer_disabled">Vô hiệu hóa</system:String>
<system:String x:Key="plugin_explorer_Content_Search_Engine">Công cụ tìm kiếm nội dung</system:String>
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Directory Recursive Search Engine</system:String>

View file

@ -27,12 +27,12 @@
<system:String x:Key="plugin_explorer_manageactionkeywords_header">自定义动作关键字</system:String>
<system:String x:Key="plugin_explorer_quickaccesslinks_header">快速访问链接</system:String>
<system:String x:Key="plugin_explorer_everything_setting_header">Everything 设置</system:String>
<system:String x:Key="plugin_explorer_previewpanel_setting_header">Preview Panel</system:String>
<system:String x:Key="plugin_explorer_previewpanel_setting_header">预览面板</system:String>
<system:String x:Key="plugin_explorer_previewpanel_display_file_size_checkbox">大小</system:String>
<system:String x:Key="plugin_explorer_previewpanel_display_file_creation_checkbox">创建日期</system:String>
<system:String x:Key="plugin_explorer_previewpanel_display_file_modification_checkbox">修改日期</system:String>
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">Display File Info</system:String>
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">Date and time format</system:String>
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">显示文件信息</system:String>
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">日期和时间格式</system:String>
<system:String x:Key="plugin_explorer_everything_sort_option">排序选项</system:String>
<system:String x:Key="plugin_explorer_everything_installed_path">Everything 路径</system:String>
<system:String x:Key="plugin_explorer_launch_hidden">隐藏启动</system:String>
@ -57,15 +57,17 @@
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">直接枚举</system:String>
<system:String x:Key="plugin_explorer_file_editor_path">编辑器路径(文件)</system:String>
<system:String x:Key="plugin_explorer_folder_editor_path">编辑器路径(文件夹)</system:String>
<system:String x:Key="plugin_explorer_enabled">启用</system:String>
<system:String x:Key="plugin_explorer_disabled">已禁用</system:String>
<system:String x:Key="plugin_explorer_Content_Search_Engine">文件内容搜索引擎</system:String>
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">目录递归搜索引擎</system:String>
<system:String x:Key="plugin_explorer_Index_Search_Engine">索引搜索引擎</system:String>
<system:String x:Key="plugin_explorer_Open_Window_Index_Option">打开 Windows 索引选项</system:String>
<system:String x:Key="plugin_explorer_Excluded_File_Types">Excluded File Types (comma seperated)</system:String>
<system:String x:Key="plugin_explorer_Excluded_File_Types_Tooltip">For example: exe,jpg,png</system:String>
<system:String x:Key="plugin_explorer_Maximum_Results">Maximum results</system:String>
<system:String x:Key="plugin_explorer_Maximum_Results_Tooltip">The maximum number of results requested from active search engine</system:String>
<system:String x:Key="plugin_explorer_Excluded_File_Types">排除的文件类型(以半角逗号分隔)</system:String>
<system:String x:Key="plugin_explorer_Excluded_File_Types_Tooltip">例如:exe,jpg,png</system:String>
<system:String x:Key="plugin_explorer_Maximum_Results">最大结果数</system:String>
<system:String x:Key="plugin_explorer_Maximum_Results_Tooltip">从活跃搜索引擎请求的最大结果数</system:String>
<!-- Plugin Infos -->
<system:String x:Key="plugin_explorer_plugin_name">文件管理器</system:String>
@ -110,8 +112,8 @@
<system:String x:Key="plugin_explorer_remove_from_quickaccess_title">从快速访问中删除</system:String>
<system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">从快速访问中移除当前结果</system:String>
<system:String x:Key="plugin_explorer_show_contextmenu_title">显示 Windows 上下文菜单</system:String>
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
<system:String x:Key="plugin_explorer_openwith">打开方式</system:String>
<system:String x:Key="plugin_explorer_openwith_subtitle">选择要打开的程序</system:String>
<!-- Special Results -->
<system:String x:Key="plugin_explorer_diskfreespace">{0} 可用,共 {1}</system:String>
@ -143,7 +145,7 @@
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">警告:这不是一个快速排序选项,搜索可能较慢。</system:String>
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">搜索完整路径</system:String>
<system:String x:Key="flowlauncher_plugin_everything_enable_run_count">Enable File/Folder Run Count</system:String>
<system:String x:Key="flowlauncher_plugin_everything_enable_run_count">启用文件/文件夹运行计数</system:String>
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">单击启动或安装 Everything</system:String>
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything 安装</system:String>
@ -156,8 +158,8 @@
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">如果没有索引,它可能会非常慢(索引仅在 Everything v1.5+ 中支持)</system:String>
<!-- Native Context Menu -->
<system:String x:Key="plugin_explorer_native_context_menu_header">Native Context Menu</system:String>
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Display native context menu (experimental)</system:String>
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String>
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with')</system:String>
<system:String x:Key="plugin_explorer_native_context_menu_header">本机上下文菜单</system:String>
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">显示本机上下文菜单(实验性)</system:String>
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">您可以在下面指定想要包含在上下文菜单中的项目它们可以是部分的例如“pen wit”或完整的“打开方式”</system:String>
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">您可以在下面指定要从上下文菜单中排除的项目它们可以是部分的例如“pen wit”或完整的“打开方式”</system:String>
</ResourceDictionary>

View file

@ -57,6 +57,8 @@
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Direct Enumeration</system:String>
<system:String x:Key="plugin_explorer_file_editor_path">文件編輯器路徑</system:String>
<system:String x:Key="plugin_explorer_folder_editor_path">文件夾編輯器路徑</system:String>
<system:String x:Key="plugin_explorer_enabled">已啟用</system:String>
<system:String x:Key="plugin_explorer_disabled">Disabled</system:String>
<system:String x:Key="plugin_explorer_Content_Search_Engine">Content Search Engine</system:String>
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Directory Recursive Search Engine</system:String>

View file

@ -127,6 +127,7 @@
</Style>
</TextBlock.Style>
</TextBlock>
<TextBlock
Margin="250 5 0 0"
IsEnabled="{Binding Enabled}"
@ -144,8 +145,26 @@
</Style>
</TextBlock.Style>
</TextBlock>
<TextBlock Margin="500 5 0 0">
<TextBlock.Style>
<Style TargetType="{x:Type TextBlock}">
<Style.Triggers>
<DataTrigger Binding="{Binding Enabled}" Value="True">
<Setter Property="Text" Value="{DynamicResource plugin_explorer_enabled}" />
<Setter Property="Foreground" Value="{DynamicResource Color05B}" />
</DataTrigger>
<DataTrigger Binding="{Binding Enabled}" Value="False">
<Setter Property="Text" Value="{DynamicResource plugin_explorer_disabled}" />
<Setter Property="Foreground" Value="{DynamicResource Color18B}" />
</DataTrigger>
</Style.Triggers>
</Style>
</TextBlock.Style>
</TextBlock>
</Grid>
</DataTemplate>
<converters:EnumNameConverter x:Key="EnumNameConverter" />
</UserControl.Resources>
<Grid Margin="0">
@ -346,9 +365,9 @@
Grid.Row="3"
Grid.Column="1"
MinWidth="350"
Margin="0,9,0,6"
ToolTip="{DynamicResource plugin_explorer_Excluded_File_Types_Tooltip}"
Text="{Binding ExcludedFileTypes}" />
Margin="0 9 0 6"
Text="{Binding ExcludedFileTypes}"
ToolTip="{DynamicResource plugin_explorer_Excluded_File_Types_Tooltip}" />
<TextBlock
Grid.Row="4"
Grid.Column="0"
@ -360,13 +379,13 @@
Grid.Row="4"
Grid.Column="1"
MinWidth="350"
Margin="0,9,0,6"
Margin="0 9 0 6"
HorizontalAlignment="Left"
VerticalAlignment="Center"
PreviewTextInput="AllowOnlyNumericInput"
MaxLength="6"
PreviewTextInput="AllowOnlyNumericInput"
Text="{Binding MaxResult}"
ToolTip="{DynamicResource plugin_explorer_Maximum_Results_Tooltip}"/>
ToolTip="{DynamicResource plugin_explorer_Maximum_Results_Tooltip}" />
</Grid>
</StackPanel>
<StackPanel Orientation="Horizontal">

View file

@ -10,7 +10,7 @@
"Name": "Explorer",
"Description": "Find and manage files and folders via Windows Search or Everything",
"Author": "Jeremy Wu",
"Version": "3.2.0",
"Version": "3.2.1",
"Language": "csharp",
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
"ExecuteFileName": "Flow.Launcher.Plugin.Explorer.dll",

View file

@ -2,39 +2,39 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
<!-- Dialogues -->
<system:String x:Key="plugin_pluginsmanager_downloading_plugin">Downloading plugin</system:String>
<system:String x:Key="plugin_pluginsmanager_downloading_plugin">Plugin wird heruntergeladen</system:String>
<system:String x:Key="plugin_pluginsmanager_download_success">Successfully downloaded</system:String>
<system:String x:Key="plugin_pluginsmanager_download_error">Error: Unable to download the plugin</system:String>
<system:String x:Key="plugin_pluginsmanager_download_error">Fehler: Plugin konnte nicht heruntergeladen werden</system:String>
<system:String x:Key="plugin_pluginsmanager_uninstall_prompt">{0} by {1} {2}{3}Would you like to uninstall this plugin? After the uninstallation Flow will automatically restart.</system:String>
<system:String x:Key="plugin_pluginsmanager_uninstall_prompt_no_restart">{0} by {1} {2}{2}Would you like to uninstall this plugin?</system:String>
<system:String x:Key="plugin_pluginsmanager_install_prompt">{0} by {1} {2}{3}Would you like to install this plugin? After the installation Flow will automatically restart.</system:String>
<system:String x:Key="plugin_pluginsmanager_install_prompt_no_restart">{0} by {1} {2}{2}Would you like to install this plugin?</system:String>
<system:String x:Key="plugin_pluginsmanager_install_title">Plugin Install</system:String>
<system:String x:Key="plugin_pluginsmanager_install_title">Plugin-Installation</system:String>
<system:String x:Key="plugin_pluginsmanager_installing_plugin">Installing Plugin</system:String>
<system:String x:Key="plugin_pluginsmanager_install_from_web">Download and install {0}</system:String>
<system:String x:Key="plugin_pluginsmanager_uninstall_title">Plugin Uninstall</system:String>
<system:String x:Key="plugin_pluginsmanager_install_from_web">{0} herunterladen und installieren</system:String>
<system:String x:Key="plugin_pluginsmanager_uninstall_title">Plugin-Deinstallation</system:String>
<system:String x:Key="plugin_pluginsmanager_install_success_restart">Plugin successfully installed. Restarting Flow, please wait...</system:String>
<system:String x:Key="plugin_pluginsmanager_install_errormetadatafile">Unable to find the plugin.json metadata file from the extracted zip file.</system:String>
<system:String x:Key="plugin_pluginsmanager_install_error_duplicate">Error: A plugin which has the same or greater version with {0} already exists.</system:String>
<system:String x:Key="plugin_pluginsmanager_install_error_title">Error installing plugin</system:String>
<system:String x:Key="plugin_pluginsmanager_install_errormetadatafile">Konnte die Metadaten-Datei plugin.json in der entpackten Zip-Datei nicht finden.</system:String>
<system:String x:Key="plugin_pluginsmanager_install_error_duplicate">Fehler: Ein Plugin mit der gleichen oder größeren Version, {0}, existiert bereits.</system:String>
<system:String x:Key="plugin_pluginsmanager_install_error_title">Fehler bei der Installation des Plugins</system:String>
<system:String x:Key="plugin_pluginsmanager_install_error_subtitle">Error occurred while trying to install {0}</system:String>
<system:String x:Key="plugin_pluginsmanager_uninstall_error_title">Error uninstalling plugin</system:String>
<system:String x:Key="plugin_pluginsmanager_update_noresult_title">No update available</system:String>
<system:String x:Key="plugin_pluginsmanager_update_noresult_subtitle">All plugins are up to date</system:String>
<system:String x:Key="plugin_pluginsmanager_update_noresult_title">Kein Update verfügbar</system:String>
<system:String x:Key="plugin_pluginsmanager_update_noresult_subtitle">Alle Plugins sind aktuell</system:String>
<system:String x:Key="plugin_pluginsmanager_update_prompt">{0} by {1} {2}{3}Would you like to update this plugin? After the update Flow will automatically restart.</system:String>
<system:String x:Key="plugin_pluginsmanager_update_prompt_no_restart">{0} by {1} {2}{2}Would you like to update this plugin?</system:String>
<system:String x:Key="plugin_pluginsmanager_update_title">Plugin Update</system:String>
<system:String x:Key="plugin_pluginsmanager_update_alreadyexists">This plugin is already installed</system:String>
<system:String x:Key="plugin_pluginsmanager_update_failed_title">Plugin Manifest Download Failed</system:String>
<system:String x:Key="plugin_pluginsmanager_update_failed_subtitle">Please check if you can connect to github.com. This error means you may not be able to install or update plugins.</system:String>
<system:String x:Key="plugin_pluginsmanager_update_alreadyexists">Dieses Plugin ist bereits installiert</system:String>
<system:String x:Key="plugin_pluginsmanager_update_failed_title">Download der Plugin-Manifest-Datei fehlgeschlagen</system:String>
<system:String x:Key="plugin_pluginsmanager_update_failed_subtitle">Bitte überprüfen Sie, ob Sie sich mit github.com verbinden können. Dieser Fehler bedeutet, dass Sie möglicherweise keine Plugins installieren oder aktualisieren können.</system:String>
<system:String x:Key="plugin_pluginsmanager_update_all_title">Update all plugins</system:String>
<system:String x:Key="plugin_pluginsmanager_update_all_subtitle">Would you like to update all plugins?</system:String>
<system:String x:Key="plugin_pluginsmanager_update_all_prompt">Would you like to update {0} plugins?{1}Flow Launcher will restart after updating all plugins.</system:String>
<system:String x:Key="plugin_pluginsmanager_update_all_prompt_no_restart">Would you like to update {0} plugins?</system:String>
<system:String x:Key="plugin_pluginsmanager_update_all_success_restart">{0} plugins successfully updated. Restarting Flow, please wait...</system:String>
<system:String x:Key="plugin_pluginsmanager_update_success_restart">Plugin {0} successfully updated. Restarting Flow, please wait...</system:String>
<system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning_title">Installing from an unknown source</system:String>
<system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning">You are installing this plugin from an unknown source and it may contain potential risks!{0}{0}Please ensure you understand where this plugin is from and that it is safe.{0}{0}Would you like to continue still?{0}{0}(You can switch off this warning via settings)</system:String>
<system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning_title">Installation aus unbekannter Quelle</system:String>
<system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning">Sie installieren dieses Plugin aus einer unbekannten Quelle und es kann potenzielle Risiken enthalten!{0}{0}Bitte stellen Sie sicher, dass Sie verstehen, wo dieses Plugin herkommt und ob es sicher ist.{0}{0}Möchten Sie fortfahren?{0}{0}(Sie können diese Warnung über Einstellungen ausschalten)</system:String>
<system:String x:Key="plugin_pluginsmanager_install_success_no_restart">Plugin {0} successfully installed. Please restart Flow.</system:String>
<system:String x:Key="plugin_pluginsmanager_uninstall_success_no_restart">Plugin {0} successfully uninstalled. Please restart Flow.</system:String>
@ -43,21 +43,21 @@
<system:String x:Key="plugin_pluginsmanager_plugin_modified_error">Plugin {0} has already been modified. Please restart Flow before making any further changes.</system:String>
<!-- Plugin Infos -->
<system:String x:Key="plugin_pluginsmanager_plugin_name">Plugins Manager</system:String>
<system:String x:Key="plugin_pluginsmanager_plugin_description">Management of installing, uninstalling or updating Flow Launcher plugins</system:String>
<system:String x:Key="plugin_pluginsmanager_unknown_author">Unknown Author</system:String>
<system:String x:Key="plugin_pluginsmanager_plugin_name">Plugins verwalten</system:String>
<system:String x:Key="plugin_pluginsmanager_plugin_description">Verwaltung der Installation, Deinstallation oder Aktualisierung von Flow Launcher Plugins</system:String>
<system:String x:Key="plugin_pluginsmanager_unknown_author">Unbekannter Autor</system:String>
<!-- Context menu items -->
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_title">Open website</system:String>
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_subtitle">Visit the plugin's website</system:String>
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_title">Webseite öffnen</system:String>
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_subtitle">Besuche die Plugin-Webseite</system:String>
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_gotosourcecode_title">Quellcode anzeigen</system:String>
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_gotosourcecode_subtitle">Quellcode des Plugins ansehen</system:String>
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_newissue_title">Suggest an enhancement or submit an issue</system:String>
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_newissue_subtitle">Suggest an enhancement or submit an issue to the plugin developer</system:String>
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_pluginsmanifest_title">Go to Flow's plugins repository</system:String>
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_newissue_title">Verbesserung vorschlagen oder Fehler melden</system:String>
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_newissue_subtitle">Dem Plugin-Entwickler eine Verbesserung vorschlagen oder einen Fehler melden</system:String>
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_pluginsmanifest_title">Zu Flows Plugin-Verzeichnis gehen</system:String>
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_pluginsmanifest_subtitle">Visit the PluginsManifest repository to see community-made plugin submissions</system:String>
<!-- Settings menu items -->
<system:String x:Key="plugin_pluginsmanager_plugin_settings_unknown_source">Install from unknown source warning</system:String>
<system:String x:Key="plugin_pluginsmanager_plugin_settings_unknown_source">Warnung bei Installation aus unbekannter Quelle</system:String>
<system:String x:Key="plugin_pluginsmanager_plugin_settings_auto_restart">Automatically restart Flow Launcher after installing/uninstalling/updating plugins</system:String>
</ResourceDictionary>

View file

@ -19,7 +19,7 @@
<system:String x:Key="plugin_pluginsmanager_install_error_title">Error installing plugin</system:String>
<system:String x:Key="plugin_pluginsmanager_install_error_subtitle">Error occurred while trying to install {0}</system:String>
<system:String x:Key="plugin_pluginsmanager_uninstall_error_title">Error uninstalling plugin</system:String>
<system:String x:Key="plugin_pluginsmanager_update_noresult_title">No update available</system:String>
<system:String x:Key="plugin_pluginsmanager_update_noresult_title">Нет доступных обновлений</system:String>
<system:String x:Key="plugin_pluginsmanager_update_noresult_subtitle">All plugins are up to date</system:String>
<system:String x:Key="plugin_pluginsmanager_update_prompt">{0} by {1} {2}{3}Would you like to update this plugin? After the update Flow will automatically restart.</system:String>
<system:String x:Key="plugin_pluginsmanager_update_prompt_no_restart">{0} by {1} {2}{2}Would you like to update this plugin?</system:String>
@ -33,7 +33,7 @@
<system:String x:Key="plugin_pluginsmanager_update_all_prompt_no_restart">Would you like to update {0} plugins?</system:String>
<system:String x:Key="plugin_pluginsmanager_update_all_success_restart">{0} plugins successfully updated. Restarting Flow, please wait...</system:String>
<system:String x:Key="plugin_pluginsmanager_update_success_restart">Plugin {0} successfully updated. Restarting Flow, please wait...</system:String>
<system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning_title">Installing from an unknown source</system:String>
<system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning_title">Установка из неизвестного источника</system:String>
<system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning">You are installing this plugin from an unknown source and it may contain potential risks!{0}{0}Please ensure you understand where this plugin is from and that it is safe.{0}{0}Would you like to continue still?{0}{0}(You can switch off this warning via settings)</system:String>
<system:String x:Key="plugin_pluginsmanager_install_success_no_restart">Plugin {0} successfully installed. Please restart Flow.</system:String>
@ -45,10 +45,10 @@
<!-- Plugin Infos -->
<system:String x:Key="plugin_pluginsmanager_plugin_name">Plugins Manager</system:String>
<system:String x:Key="plugin_pluginsmanager_plugin_description">Management of installing, uninstalling or updating Flow Launcher plugins</system:String>
<system:String x:Key="plugin_pluginsmanager_unknown_author">Unknown Author</system:String>
<system:String x:Key="plugin_pluginsmanager_unknown_author">Автор неизвестен</system:String>
<!-- Context menu items -->
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_title">Open website</system:String>
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_title">Перейти на сайт</system:String>
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_subtitle">Visit the plugin's website</system:String>
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_gotosourcecode_title">See source code</system:String>
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_gotosourcecode_subtitle">See the plugin's source code</system:String>

View file

@ -6,7 +6,7 @@
"Name": "Plugins Manager",
"Description": "Management of installing, uninstalling or updating Flow Launcher plugins",
"Author": "Jeremy Wu",
"Version": "3.2.0",
"Version": "3.2.1",
"Language": "csharp",
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
"ExecuteFileName": "Flow.Launcher.Plugin.PluginsManager.dll",

View file

@ -2,10 +2,10 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="flowlauncher_plugin_processkiller_plugin_name">Prozesskiller</system:String>
<system:String x:Key="flowlauncher_plugin_processkiller_plugin_description">Kill running processes from Flow Launcher</system:String>
<system:String x:Key="flowlauncher_plugin_processkiller_plugin_description">Beende laufende Prozesse durch Flow Launcher</system:String>
<system:String x:Key="flowlauncher_plugin_processkiller_kill_all">kill all instances of &quot;{0}&quot;</system:String>
<system:String x:Key="flowlauncher_plugin_processkiller_kill_all_count">kill {0} processes</system:String>
<system:String x:Key="flowlauncher_plugin_processkiller_kill_instances">kill all instances</system:String>
<system:String x:Key="flowlauncher_plugin_processkiller_kill_all">alle Instanzen von &quot;{0} &quot; beenden</system:String>
<system:String x:Key="flowlauncher_plugin_processkiller_kill_all_count">beende {0} Prozesse</system:String>
<system:String x:Key="flowlauncher_plugin_processkiller_kill_instances">alle Instanzen beenden</system:String>
</ResourceDictionary>

View file

@ -4,7 +4,7 @@
"Name":"Process Killer",
"Description":"Kill running processes from Flow",
"Author":"Flow-Launcher",
"Version":"3.0.5",
"Version":"3.0.6",
"Language":"csharp",
"Website":"https://github.com/Flow-Launcher/Flow.Launcher.Plugin.ProcessKiller",
"IcoPath":"Images\\app.png",

View file

@ -2,7 +2,7 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
<!-- Program setting -->
<system:String x:Key="flowlauncher_plugin_program_reset">Reset Default</system:String>
<system:String x:Key="flowlauncher_plugin_program_reset">Auf Standardeinstellungen zurücksetzen</system:String>
<system:String x:Key="flowlauncher_plugin_program_delete">Löschen</system:String>
<system:String x:Key="flowlauncher_plugin_program_edit">Bearbeiten</system:String>
<system:String x:Key="flowlauncher_plugin_program_add">Hinzufügen</system:String>
@ -12,28 +12,28 @@
<system:String x:Key="flowlauncher_plugin_program_disable">Deaktivieren</system:String>
<system:String x:Key="flowlauncher_plugin_program_status">Status</system:String>
<system:String x:Key="flowlauncher_plugin_program_true">Aktiviert</system:String>
<system:String x:Key="flowlauncher_plugin_program_false">Disabled</system:String>
<system:String x:Key="flowlauncher_plugin_program_false">Deaktiviert</system:String>
<system:String x:Key="flowlauncher_plugin_program_location">Speicherort</system:String>
<system:String x:Key="flowlauncher_plugin_program_all_programs">Alle Programme</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes">File Type</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes">Dateityp</system:String>
<system:String x:Key="flowlauncher_plugin_program_reindex">erneut Indexieren</system:String>
<system:String x:Key="flowlauncher_plugin_program_indexing">Indexieren</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_source">Index Sources</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_option">Options</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_uwp">UWP Apps</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_uwp_tooltip">When enabled, Flow will load UWP Applications</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_start">Start Menu</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_start_tooltip">When enabled, Flow will load programs from the start menu</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_option">Optionen</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_uwp">UWP-Apps</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_uwp_tooltip">Wenn aktiviert, wird Flow UWP-Anwendungen laden</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_start">Startmenü</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_start_tooltip">Wenn aktiviert, wird Flow Programme aus dem Startmenü laden</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_registry">Registry</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_registry_tooltip">When enabled, Flow will load programs from the registry</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_registry_tooltip">Wenn aktiviert, wird Flow Programme aus der Registry laden</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_PATH">PATH</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">Wenn aktiviert, wird Flow Programme aus der PATH-Umgebungsvariable laden</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">App-Pfad verstecken</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">For executable files such as UWP or lnk, hide the file path from being visible</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Hide uninstallers</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Hides programs with common uninstaller names, such as unins000.exe</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">Für ausführbare Dateien wie UWP oder lnk Dateipfad ausblenden</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Deinstallationsprogramme ausblenden</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Versteckt Programme mit gängigen Deinstallationsprogramm-Namen, wie unins000.exe</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_description">In Programmbeschreibung suchen</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow wird die Programmbeschreibung durchsuchen</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Endungen</system:String>
<system:String x:Key="flowlauncher_plugin_program_max_depth_header">Maximale Tiefe</system:String>
@ -61,35 +61,35 @@
<system:String x:Key="flowlauncher_plugin_program_suffixes_URL_epic">Epic Games</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes_URL_http">Http/Https</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes_custom_urls">Custom URL Protocols</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes_custom_file_types">Custom File Suffixes</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes_custom_file_types">Benutzerdefinierte Dateiendungen</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes_tooltip">
Insert file suffixes you want to index. Suffixes should be separated by ';'. (ex&gt;bat;py)
Fügen Sie Dateiendungen ein, die Sie indizieren möchten, ein. Die Dateiendungen sollten durch ';' getrennt werden. (z.B.&gt;bat;py)
</system:String>
<system:String x:Key="flowlauncher_plugin_program_protocol_tooltip">
Insert protocols of .url files you want to index. Protocols should be separated by ';', and should end with &quot;://&quot;. (ex&gt;ftp://;mailto://)
</system:String>
<system:String x:Key="flowlauncher_plugin_program_run_as_different_user">Run As Different User</system:String>
<system:String x:Key="flowlauncher_plugin_program_run_as_different_user">Als anderer Benutzer ausführen</system:String>
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator">Als Administrator ausführen</system:String>
<system:String x:Key="flowlauncher_plugin_program_open_containing_folder">Enthaltenden Ordner öffnen</system:String>
<system:String x:Key="flowlauncher_plugin_program_disable_program">Disable this program from displaying</system:String>
<system:String x:Key="flowlauncher_plugin_program_open_target_folder">Open target folder</system:String>
<system:String x:Key="flowlauncher_plugin_program_disable_program">Dieses Programm nicht anzeigen</system:String>
<system:String x:Key="flowlauncher_plugin_program_open_target_folder">Öffne Zielverzeichnis</system:String>
<system:String x:Key="flowlauncher_plugin_program_plugin_name">Programm</system:String>
<system:String x:Key="flowlauncher_plugin_program_plugin_description">Suche Programme mit Flow Launcher</system:String>
<system:String x:Key="flowlauncher_plugin_program_invalid_path">Ungültiger Pfad</system:String>
<system:String x:Key="flowlauncher_plugin_program_customizedexplorer">Customized Explorer</system:String>
<system:String x:Key="flowlauncher_plugin_program_customizedexplorer">Benutzerdefinierter Explorer</system:String>
<system:String x:Key="flowlauncher_plugin_program_args">Argumente</system:String>
<system:String x:Key="flowlauncher_plugin_program_tooltip_customizedexplorer">You can customized the explorer used for opening the container folder by inputing the Environmental Variable of the explorer you want to use. It will be useful to use CMD to test whether the Environmental Variable is available.</system:String>
<system:String x:Key="flowlauncher_plugin_program_tooltip_args">Enter the customized args you want to add for your customized explorer. %s for parent directory, %f for full path (which only works for win32). Check the explorer's website for details.</system:String>
<!-- Dialogs -->
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_success">Erfolgreich</system:String>
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_error">Error</system:String>
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_error">Fehler</system:String>
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_success_message">Successfully disabled this program from displaying in your query</system:String>
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator_not_supported_message">This app is not intended to be run as administrator</system:String>
<system:String x:Key="flowlauncher_plugin_program_run_failed">Unable to run {0}</system:String>
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator_not_supported_message">Diese App ist nicht zur Ausführung als Administrator gedacht</system:String>
<system:String x:Key="flowlauncher_plugin_program_run_failed">{0} kann nicht ausgeführt werden</system:String>
</ResourceDictionary>

View file

@ -84,7 +84,7 @@
<system:String x:Key="flowlauncher_plugin_program_customizedexplorer">Customized Explorer</system:String>
<system:String x:Key="flowlauncher_plugin_program_args">Args</system:String>
<system:String x:Key="flowlauncher_plugin_program_tooltip_customizedexplorer">You can customized the explorer used for opening the container folder by inputing the Environmental Variable of the explorer you want to use. It will be useful to use CMD to test whether the Environmental Variable is available.</system:String>
<system:String x:Key="flowlauncher_plugin_program_tooltip_customizedexplorer">You can customize the explorer used for opening the container folder by inputing the Environmental Variable of the explorer you want to use. It will be useful to use CMD to test whether the Environmental Variable is available.</system:String>
<system:String x:Key="flowlauncher_plugin_program_tooltip_args">Enter the customized args you want to add for your customized explorer. %s for parent directory, %f for full path (which only works for win32). Check the explorer's website for details.</system:String>
<!-- Dialogs -->

View file

@ -30,8 +30,8 @@
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">Якщо увімкнено, Flow буде завантажувати програми зі змінної середовища PATH</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Приховати шлях до програми</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">Для виконуваних файлів, таких як UWP або lnk, приховати шлях до файлу, щоб його не було видно</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Hide uninstallers</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Hides programs with common uninstaller names, such as unins000.exe</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Приховати деінсталятори</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Приховує програми з поширеними назвами деінсталяторів, наприклад, unins000.exe</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_description">Пошук в описі програми</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow буде шукати опис програми</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Суфікси</system:String>

View file

@ -30,8 +30,8 @@
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">启用时搜索 PATH 环境变量中的程序</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">隐藏应用路径</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">隐藏诸如UWPlnk 等可执行文件的路径</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Hide uninstallers</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Hides programs with common uninstaller names, such as unins000.exe</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">隐藏卸载程序</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">隐藏具有常见卸载程序名称的程序,例如 unins000.exe</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_description">启用程序描述</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow 将搜索程序描述</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">后缀</system:String>
@ -73,7 +73,7 @@
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator">以管理员身份运行</system:String>
<system:String x:Key="flowlauncher_plugin_program_open_containing_folder">打开文件所在文件夹</system:String>
<system:String x:Key="flowlauncher_plugin_program_disable_program">禁止显示该程序</system:String>
<system:String x:Key="flowlauncher_plugin_program_open_target_folder">Open target folder</system:String>
<system:String x:Key="flowlauncher_plugin_program_open_target_folder">打开目标文件夹</system:String>
<system:String x:Key="flowlauncher_plugin_program_plugin_name">程序</system:String>
<system:String x:Key="flowlauncher_plugin_program_plugin_description">在 Flow Launcher 中搜索程序</system:String>

View file

@ -4,7 +4,7 @@
"Name": "Program",
"Description": "Search programs in Flow.Launcher",
"Author": "qianlifeng",
"Version": "3.3.0",
"Version": "3.3.1",
"Language": "csharp",
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
"ExecuteFileName": "Flow.Launcher.Plugin.Program.dll",

View file

@ -5,12 +5,12 @@
<system:String x:Key="flowlauncher_plugin_sys_command">命令</system:String>
<system:String x:Key="flowlauncher_plugin_sys_desc">描述</system:String>
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer_cmd">Shutdown</system:String>
<system:String x:Key="flowlauncher_plugin_sys_restart_computer_cmd">Restart</system:String>
<system:String x:Key="flowlauncher_plugin_sys_restart_advanced_cmd">Restart With Advanced Boot Options</system:String>
<system:String x:Key="flowlauncher_plugin_sys_log_off_cmd">Log Off/Sign Out</system:String>
<system:String x:Key="flowlauncher_plugin_sys_lock_cmd">Lock</system:String>
<system:String x:Key="flowlauncher_plugin_sys_sleep_cmd">Sleep</system:String>
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer_cmd">关机</system:String>
<system:String x:Key="flowlauncher_plugin_sys_restart_computer_cmd">重启</system:String>
<system:String x:Key="flowlauncher_plugin_sys_restart_advanced_cmd">使用高级启动选项重启</system:String>
<system:String x:Key="flowlauncher_plugin_sys_log_off_cmd">注销/登出</system:String>
<system:String x:Key="flowlauncher_plugin_sys_lock_cmd">锁定</system:String>
<system:String x:Key="flowlauncher_plugin_sys_sleep_cmd">睡眠</system:String>
<system:String x:Key="flowlauncher_plugin_sys_hibernate_cmd">休眠</system:String>
<system:String x:Key="flowlauncher_plugin_sys_indexoption_cmd">索引选项</system:String>
<system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin_cmd">清空回收站</system:String>

View file

@ -4,7 +4,7 @@
"Name": "System Commands",
"Description": "Provide System related commands. e.g. shutdown,lock, setting etc.",
"Author": "qianlifeng",
"Version": "3.1.3",
"Version": "3.1.4",
"Language": "csharp",
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
"ExecuteFileName": "Flow.Launcher.Plugin.Sys.dll",

View file

@ -12,7 +12,7 @@
<system:String x:Key="flowlauncher_plugin_websearch_add">Hinzufügen</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_enabled_label">Aktiviert</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_true">Aktiviert</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_false">Deaktiviert</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword">Aktionsschlüsselwort</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_url">URL</system:String>

View file

@ -26,7 +26,7 @@
"Name": "Web Searches",
"Description": "Provide the web search ability",
"Author": "qianlifeng",
"Version": "3.1.0",
"Version": "3.1.1",
"Language": "csharp",
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
"ExecuteFileName": "Flow.Launcher.Plugin.WebSearch.dll",

View file

@ -226,7 +226,7 @@
<comment>Area Apps</comment>
</data>
<data name="AppVolumeAndDevicePreferences" xml:space="preserve">
<value>应用和设备首选项</value>
<value>应用音量和设备首选项</value>
<comment>Area System, Added in Windows 10, version 1903</comment>
</data>
<data name="appwiz.cpl" xml:space="preserve">
@ -1935,166 +1935,166 @@
<value>创建还原点</value>
</data>
<data name="TurnOffAutomaticWindowArrangement" xml:space="preserve">
<value>Turn off automatic window arrangement</value>
<value>关闭自动窗口排列</value>
</data>
<data name="TroubleshootingHistory" xml:space="preserve">
<value>Troubleshooting History</value>
<value>疑难解答历史记录</value>
</data>
<data name="DiagnoseYourComputersMemoryProblems" xml:space="preserve">
<value>Diagnose your computer's memory problems</value>
<value>诊断计算机的内存问题</value>
</data>
<data name="ViewRecommendedActionsToKeepWindowsRunningSmoothly" xml:space="preserve">
<value>View recommended actions to keep Windows running smoothly</value>
<value>查看推荐操作以保持 Windows 流畅运行</value>
</data>
<data name="ChangeCursorBlinkRate" xml:space="preserve">
<value>Change cursor blink rate</value>
<value>更改光标闪烁频率</value>
</data>
<data name="AddOrRemovePrograms" xml:space="preserve">
<value>Add or remove programs</value>
<value>添加或删除程序</value>
</data>
<data name="CreateAPasswordResetDisk" xml:space="preserve">
<value>Create a password reset disk</value>
<value>创建密码重置磁盘</value>
</data>
<data name="ConfigureAdvancedUserProfileProperties" xml:space="preserve">
<value>Configure advanced user profile properties</value>
<value>配置高级用户配置文件属性</value>
</data>
<data name="StartOrStopUsingAutoplayForAllMediaAndDevices" xml:space="preserve">
<value>开启或关闭为所有媒体和设备使用自动播放</value>
</data>
<data name="ChangeAutomaticMaintenanceSettings" xml:space="preserve">
<value>Change Automatic Maintenance settings</value>
<value>更改自动维护设置</value>
</data>
<data name="SpecifySingleOrDoubleClickToOpen" xml:space="preserve">
<value>Specify single- or double-click to open</value>
<value>指定单击或双击打开</value>
</data>
<data name="SelectUsersWhoCanUseRemoteDesktop" xml:space="preserve">
<value>Select users who can use remote desktop</value>
<value>选择可以使用远程桌面的用户</value>
</data>
<data name="ShowWhichProgramsAreInstalledOnYourComputer" xml:space="preserve">
<value>Show which programs are installed on your computer</value>
<value>显示计算机上安装的程序</value>
</data>
<data name="AllowRemoteAccessToYourComputer" xml:space="preserve">
<value>Allow remote access to your computer</value>
<value>允许远程访问你的计算机</value>
</data>
<data name="ViewAdvancedSystemSettings" xml:space="preserve">
<value>View advanced system settings</value>
<value>查看高级系统设置</value>
</data>
<data name="HowToInstallAProgram" xml:space="preserve">
<value>如何安装程序</value>
</data>
<data name="ChangeHowYourKeyboardWorks" xml:space="preserve">
<value>Change how your keyboard works</value>
<value>更改键盘的工作方式</value>
</data>
<data name="AutomaticallyAdjustForDaylightSavingTime" xml:space="preserve">
<value>Automatically adjust for daylight saving time</value>
<value>自动调整夏令时</value>
</data>
<data name="ChangeTheOrderOfWindowsSideshowGadgets" xml:space="preserve">
<value>Change the order of Windows SideShow gadgets</value>
<value>更改 Windows 侧边栏小工具的顺序</value>
</data>
<data name="CheckKeyboardStatus" xml:space="preserve">
<value>检查键盘状态</value>
</data>
<data name="ControlTheComputerWithoutTheMouseOrKeyboard" xml:space="preserve">
<value>Control the computer without the mouse or keyboard</value>
<value>不使用鼠标或键盘控制计算机</value>
</data>
<data name="ChangeOrRemoveAProgram" xml:space="preserve">
<value>Change or remove a program</value>
<value>更改或删除程序</value>
</data>
<data name="ChangeMultiTouchGestureSettings" xml:space="preserve">
<value>Change multi-touch gesture settings</value>
<value>更改多点触控手势设置</value>
</data>
<data name="SetUpODBCDataSources64Bit" xml:space="preserve">
<value>Set up ODBC data sources (64-bit)</value>
<value>设置 ODBC 数据源64 位)</value>
</data>
<data name="ConfigureProxyServer" xml:space="preserve">
<value>设置代理服务器</value>
</data>
<data name="ChangeYourHomepage" xml:space="preserve">
<value>Change your homepage</value>
<value>更改主页</value>
</data>
<data name="GroupSimilarWindowsOnTheTaskbar" xml:space="preserve">
<value>Group similar windows on the taskbar</value>
<value>在任务栏上对相似的窗口进行分组</value>
</data>
<data name="ChangeWindowsSideshowSettings" xml:space="preserve">
<value>Change Windows SideShow settings</value>
<value>更改 Windows 侧边栏设置</value>
</data>
<data name="UseAudioDescriptionForVideo" xml:space="preserve">
<value>Use audio description for video</value>
<value>使用视频的音频描述</value>
</data>
<data name="ChangeWorkgroupName" xml:space="preserve">
<value>Change workgroup name</value>
<value>更改工作组名称</value>
</data>
<data name="FindAndFixPrintingProblems" xml:space="preserve">
<value>Find and fix printing problems</value>
<value>查找并修复打印问题</value>
</data>
<data name="ChangeWhenTheComputerSleeps" xml:space="preserve">
<value>Change when the computer sleeps</value>
<value>更改计算机何时睡眠</value>
</data>
<data name="SetUpAVirtualPrivateNetworkVPNConnection" xml:space="preserve">
<value>Set up a virtual private network (VPN) connection</value>
<value>设置虚拟专用网络 (VPN) 连接</value>
</data>
<data name="AccommodateLearningAbilities" xml:space="preserve">
<value>Accommodate learning abilities</value>
<value>适应学习能力</value>
</data>
<data name="SetUpADialUpConnection" xml:space="preserve">
<value>Set up a dial-up connection</value>
<value>设置拨号连接</value>
</data>
<data name="SetUpAConnectionOrNetwork" xml:space="preserve">
<value>Set up a connection or network</value>
<value>设置连接或网络</value>
</data>
<data name="HowToChangeYourWindowsPassword" xml:space="preserve">
<value>How to change your Windows password</value>
<value>如何更改 Windows 密码</value>
</data>
<data name="MakeItEasierToSeeTheMousePointer" xml:space="preserve">
<value>Make it easier to see the mouse pointer</value>
<value>让鼠标指针更容易看到</value>
</data>
<data name="SetUpIscsiInitiator" xml:space="preserve">
<value>Set up iSCSI initiator</value>
<value>设置 iSCSI 发起程序</value>
</data>
<data name="AccommodateLowVision" xml:space="preserve">
<value>Accommodate low vision</value>
<value>适应低视力</value>
</data>
<data name="ManageOfflineFiles" xml:space="preserve">
<value>Manage offline files</value>
<value>管理脱机文件</value>
</data>
<data name="ReviewYourComputersStatusAndResolveIssues" xml:space="preserve">
<value>Review your computer's status and resolve issues</value>
<value>检查计算机状态并解决问题</value>
</data>
<data name="MicrosoftChangjieSettings" xml:space="preserve">
<value>Microsoft ChangJie Settings</value>
<value>微软仓颉设置</value>
</data>
<data name="ReplaceSoundsWithVisualCues" xml:space="preserve">
<value>Replace sounds with visual cues</value>
<value>用视觉提示代替声音</value>
</data>
<data name="ChangeTemporaryInternetFileSettings" xml:space="preserve">
<value>Change temporary Internet file settings</value>
<value>更改 Internet 临时文件设置</value>
</data>
<data name="ConnectToTheInternet" xml:space="preserve">
<value>连接互联网</value>
</data>
<data name="FindAndFixAudioPlaybackProblems" xml:space="preserve">
<value>Find and fix audio playback problems</value>
<value>查找并修复音频播放问题</value>
</data>
<data name="ChangeTheMousePointerDisplayOrSpeed" xml:space="preserve">
<value>Change the mouse pointer display or speed</value>
<value>更改鼠标指针显示或速度</value>
</data>
<data name="BackUpYourRecoveryKey" xml:space="preserve">
<value>Back up your recovery key</value>
<value>备份恢复密钥</value>
</data>
<data name="SaveBackupCopiesOfYourFilesWithFileHistory" xml:space="preserve">
<value>Save backup copies of your files with File History</value>
<value>使用文件历史记录保存文件的备份副本</value>
</data>
<data name="ViewCurrentAccessibilitySettings" xml:space="preserve">
<value>View current accessibility settings</value>
<value>查看当前辅助功能设置</value>
</data>
<data name="ChangeTabletPenSettings" xml:space="preserve">
<value>Change tablet pen settings</value>
<value>更改平板笔设置</value>
</data>
<data name="ChangeHowYourMouseWorks" xml:space="preserve">
<value>Change how your mouse works</value>
<value>更改鼠标的工作方式</value>
</data>
<data name="ShowHowMuchRAMIsOnThisComputer" xml:space="preserve">
<value>Show how much RAM is on this computer</value>
<value>显示这台计算机有多少内存</value>
</data>
<data name="EditPowerPlan" xml:space="preserve">
<value>编辑电源计划</value>
@ -2103,155 +2103,155 @@
<value>调整音量</value>
</data>
<data name="DefragmentAndOptimiseYourDrives" xml:space="preserve">
<value>Defragment and optimise your drives</value>
<value>对驱动器进行碎片整理和优化</value>
</data>
<data name="SetUpODBCDataSources32Bit" xml:space="preserve">
<value>Set up ODBC data sources (32-bit)</value>
<value>设置 ODBC 数据源32 位)</value>
</data>
<data name="ChangeFontSettings" xml:space="preserve">
<value>更改字体设置</value>
</data>
<data name="MagnifyPortionsOfTheScreenUsingMagnifier" xml:space="preserve">
<value>Magnify portions of the screen using Magnifier</value>
<value>使用“放大镜”放大屏幕的某些部分</value>
</data>
<data name="ChangeTheFileTypeAssociatedWithAFileExtension" xml:space="preserve">
<value>Change the file type associated with a file extension</value>
<value>更改与文件扩展名关联的文件类型</value>
</data>
<data name="ViewEventLogs" xml:space="preserve">
<value>View event logs</value>
<value>查看事件日志</value>
</data>
<data name="ManageWindowsCredentials" xml:space="preserve">
<value>Manage Windows Credentials</value>
<value>管理 Windows 凭据</value>
</data>
<data name="SetUpAMicrophone" xml:space="preserve">
<value>设置麦克风</value>
</data>
<data name="ChangeHowTheMousePointerLooks" xml:space="preserve">
<value>Change how the mouse pointer looks</value>
<value>更改鼠标指针的外观</value>
</data>
<data name="ChangePowerSavingSettings" xml:space="preserve">
<value>Change power-saving settings</value>
<value>更改省电设置</value>
</data>
<data name="OptimiseForBlindness" xml:space="preserve">
<value>Optimise for blindness</value>
<value>失明优化</value>
</data>
<data name="null" xml:space="preserve">
<value>
</value>
</data>
<data name="TurnWindowsFeaturesOnOrOff" xml:space="preserve">
<value>Turn Windows features on or off</value>
<value>打开或关闭 Windows 功能</value>
</data>
<data name="ShowWhichOperatingSystemYourComputerIsRunning" xml:space="preserve">
<value>Show which operating system your computer is running</value>
<value>显示计算机正在运行的操作系统</value>
</data>
<data name="ViewLocalServices" xml:space="preserve">
<value>View local services</value>
<value>查看本地服务</value>
</data>
<data name="ManageWorkFolders" xml:space="preserve">
<value>Manage Work Folders</value>
<value>管理工作文件夹</value>
</data>
<data name="EncryptYourOfflineFiles" xml:space="preserve">
<value>Encrypt your offline files</value>
<value>加密脱机文件</value>
</data>
<data name="TrainTheComputerToRecogniseYourVoice" xml:space="preserve">
<value>Train the computer to recognise your voice</value>
<value>训练计算机识别你的声音</value>
</data>
<data name="AdvancedPrinterSetup" xml:space="preserve">
<value>Advanced printer setup</value>
<value>高级打印机设置</value>
</data>
<data name="ChangeDefaultPrinter" xml:space="preserve">
<value>Change default printer</value>
<value>更改默认打印机</value>
</data>
<data name="EditEnvironmentVariablesForYourAccount" xml:space="preserve">
<value>编辑帐户的环境变量</value>
</data>
<data name="OptimiseVisualDisplay" xml:space="preserve">
<value>Optimise visual display</value>
<value>优化视觉显示</value>
</data>
<data name="ChangeMouseClickSettings" xml:space="preserve">
<value>Change mouse click settings</value>
<value>更改鼠标点击设置</value>
</data>
<data name="ChangeAdvancedColourManagementSettingsForDisplaysScannersAndPrinters" xml:space="preserve">
<value>更改显示器、扫描仪和打印机的高级颜色管理设置</value>
</data>
<data name="LetWindowsSuggestEaseOfAccessSettings" xml:space="preserve">
<value>Let Windows suggest Ease of Access settings</value>
<value>让 Windows 建议轻松使用设置</value>
</data>
<data name="ClearDiskSpaceByDeletingUnnecessaryFiles" xml:space="preserve">
<value>Clear disk space by deleting unnecessary files</value>
<value>通过删除不必要文件清理磁盘空间</value>
</data>
<data name="ViewDevicesAndPrinters" xml:space="preserve">
<value>View devices and printers</value>
<value>查看设备和打印机</value>
</data>
<data name="PrivateCharacterEditor" xml:space="preserve">
<value>Private Character Editor</value>
<value>私有字符编辑器</value>
</data>
<data name="RecordStepsToReproduceAProblem" xml:space="preserve">
<value>Record steps to reproduce a problem</value>
<value>记录重现问题的步骤</value>
</data>
<data name="AdjustTheAppearanceAndPerformanceOfWindows" xml:space="preserve">
<value>Adjust the appearance and performance of Windows</value>
<value>调整 Windows 的外观和性能</value>
</data>
<data name="SettingsForMicrosoftIMEJapanese" xml:space="preserve">
<value>Settings for Microsoft IME (Japanese)</value>
<value>Microsoft 日语输入法设置</value>
</data>
<data name="InviteSomeoneToConnectToYourPCAndHelpYouOrOfferToHelpSomeoneElse" xml:space="preserve">
<value>Invite someone to connect to your PC and help you, or offer to help someone else</value>
<value>邀请某人连接到你的电脑进行协助,或主动协助他人</value>
</data>
<data name="RunProgramsMadeForPreviousVersionsOfWindows" xml:space="preserve">
<value>Run programs made for previous versions of Windows</value>
<value>运行为以前版本的 Windows 制作的程序</value>
</data>
<data name="ChooseTheOrderOfHowYourScreenRotates" xml:space="preserve">
<value>Choose the order of how your screen rotates</value>
<value>选择屏幕旋转的顺序</value>
</data>
<data name="ChangeHowWindowsSearches" xml:space="preserve">
<value>Change how Windows searches</value>
<value>更改 Windows 搜索方式</value>
</data>
<data name="SetFlicksToPerformCertainTasks" xml:space="preserve">
<value>Set flicks to perform certain tasks</value>
<value>设置滑动来执行特定任务</value>
</data>
<data name="ChangeAccountType" xml:space="preserve">
<value>更改账户类型</value>
</data>
<data name="ChangeScreenSaver" xml:space="preserve">
<value>Change screen saver</value>
<value>更改屏幕保护程序</value>
</data>
<data name="ChangeUserAccountControlSettings" xml:space="preserve">
<value>更改用户帐户控制设置</value>
</data>
<data name="TurnOnEasyAccessKeys" xml:space="preserve">
<value>Turn on easy access keys</value>
<value>开启轻松使用键</value>
</data>
<data name="IdentifyAndRepairNetworkProblems" xml:space="preserve">
<value>Identify and repair network problems</value>
<value>识别并修复网络问题</value>
</data>
<data name="FindAndFixNetworkingAndConnectionProblems" xml:space="preserve">
<value>Find and fix networking and connection problems</value>
<value>查找并修复网络和连接问题</value>
</data>
<data name="PlayCdsOrOtherMediaAutomatically" xml:space="preserve">
<value>自动播放 CD 或其他媒体</value>
</data>
<data name="ViewBasicInformationAboutYourComputer" xml:space="preserve">
<value>View basic information about your computer</value>
<value>查看计算机的基本信息</value>
</data>
<data name="ChooseHowYouOpenLinks" xml:space="preserve">
<value>Choose how you open links</value>
<value>选择链接打开方式</value>
</data>
<data name="AllowRemoteAssistanceInvitationsToBeSentFromThisComputer" xml:space="preserve">
<value>Allow Remote Assistance invitations to be sent from this computer</value>
<value>允许从这台计算机发送远程协助邀请</value>
</data>
<data name="TaskManager" xml:space="preserve">
<value>任务管理器</value>
</data>
<data name="TurnFlicksOnOrOff" xml:space="preserve">
<value>Turn flicks on or off</value>
<value>打开或关闭轻拂</value>
</data>
<data name="AddALanguage" xml:space="preserve">
<value>添加语言</value>
</data>
<data name="ViewNetworkStatusAndTasks" xml:space="preserve">
<value>View network status and tasks</value>
<value>查看网络状态和任务</value>
</data>
<data name="TurnMagnifierOnOrOff" xml:space="preserve">
<value>启用或关闭放大镜</value>
@ -2296,7 +2296,7 @@
<value>左右手使用习惯</value>
</data>
<data name="ChangeTouchInputSettings" xml:space="preserve">
<value>Change touch input settings</value>
<value>更改触摸输入设置</value>
</data>
<data name="HowToChangeTheSizeOfVirtualMemory" xml:space="preserve">
<value>如何更改虚拟内存的大小</value>
@ -2308,49 +2308,49 @@
<value>设置 USB 游戏控制器</value>
</data>
<data name="ShowWhichDomainYourComputerIsOn" xml:space="preserve">
<value>Show which domain your computer is on</value>
<value>显示计算机所在的域</value>
</data>
<data name="ViewAllProblemReports" xml:space="preserve">
<value>查看所有问题报告</value>
</data>
<data name="16BitApplicationSupport" xml:space="preserve">
<value>16-Bit Application Support</value>
<value>16 位应用程序支持</value>
</data>
<data name="SetUpDiallingRules" xml:space="preserve">
<value>设置拨号规则</value>
</data>
<data name="EnableOrDisableSessionCookies" xml:space="preserve">
<value>Enable or disable session cookies</value>
<value>启用或禁用会话 Cookie</value>
</data>
<data name="GiveAdministrativeRightsToADomainUser" xml:space="preserve">
<value>Give administrative rights to a domain user</value>
<value>授予域用户管理员权限</value>
</data>
<data name="ChooseWhenToTurnOffDisplay" xml:space="preserve">
<value>Choose when to turn off display</value>
<value>选择关闭显示器的时机</value>
</data>
<data name="MoveThePointerWithTheKeypadUsingMousekeys" xml:space="preserve">
<value>Move the pointer with the keypad using MouseKeys</value>
<value>使用鼠标键通过键盘移动指针</value>
</data>
<data name="ChangeWindowsSideshowCompatibleDeviceSettings" xml:space="preserve">
<value>Change Windows SideShow-compatible device settings</value>
<value>更改 Windows 侧边栏兼容设备设置</value>
</data>
<data name="AdjustCommonlyUsedMobilitySettings" xml:space="preserve">
<value>Adjust commonly used mobility settings</value>
<value>调整常用的移动设置</value>
</data>
<data name="ChangeTextToSpeechSettings" xml:space="preserve">
<value>Change text-to-speech settings</value>
<value>更改文本转语音设置</value>
</data>
<data name="SetTheTimeAndDate" xml:space="preserve">
<value>设置时间和日期</value>
</data>
<data name="ChangeLocationSettings" xml:space="preserve">
<value>更改位置设</value>
<value>更改位置设</value>
</data>
<data name="ChangeMouseSettings" xml:space="preserve">
<value>更改鼠标设置</value>
</data>
<data name="ManageStorageSpaces" xml:space="preserve">
<value>Manage Storage Spaces</value>
<value>管理存储空间</value>
</data>
<data name="ShowOrHideFileExtensions" xml:space="preserve">
<value>是否显示文件扩展名</value>
@ -2362,55 +2362,55 @@
<value>更改系统声音</value>
</data>
<data name="AdjustCleartypeText" xml:space="preserve">
<value>Adjust ClearType text</value>
<value>调整 ClearType 文本</value>
</data>
<data name="TurnScreenSaverOnOrOff" xml:space="preserve">
<value>Turn screen saver on or off</value>
<value>打开或关闭屏幕保护程序</value>
</data>
<data name="FindAndFixWindowsUpdateProblems" xml:space="preserve">
<value>Find and fix windows update problems</value>
<value>查找并修复 Windows 更新问题</value>
</data>
<data name="ChangeBluetoothSettings" xml:space="preserve">
<value>更改蓝牙设备</value>
</data>
<data name="ConnectToANetwork" xml:space="preserve">
<value>Connect to a network</value>
<value>连接到网络</value>
</data>
<data name="ChangeTheSearchProviderInInternetExplorer" xml:space="preserve">
<value>Change the search provider in Internet Explorer</value>
<value>在 Internet Explorer 中更改搜索提供商</value>
</data>
<data name="JoinADomain" xml:space="preserve">
<value>Join a domain</value>
<value>加入域</value>
</data>
<data name="AddADevice" xml:space="preserve">
<value>添加设备</value>
</data>
<data name="FindAndFixProblemsWithWindowsSearch" xml:space="preserve">
<value>Find and fix problems with Windows Search</value>
<value>查找并修复 Windows 搜索问题</value>
</data>
<data name="ChooseAPowerPlan" xml:space="preserve">
<value>选择电源计划</value>
</data>
<data name="ChangeHowTheMousePointerLooksWhenItSMoving" xml:space="preserve">
<value>Change how the mouse pointer looks when its moving</value>
<value>更改鼠标指针移动时的外观</value>
</data>
<data name="UninstallAProgram" xml:space="preserve">
<value>卸载程序</value>
</data>
<data name="CreateAndFormatHardDiskPartitions" xml:space="preserve">
<value>Create and format hard disk partitions</value>
<value>创建和格式化硬盘分区</value>
</data>
<data name="ChangeDateTimeOrNumberFormats" xml:space="preserve">
<value>更改日期、时间或数字格式</value>
</data>
<data name="ChangePCWakeUpSettings" xml:space="preserve">
<value>Change PC wake-up settings</value>
<value>更改 PC 唤醒设置</value>
</data>
<data name="ManageNetworkPasswords" xml:space="preserve">
<value>Manage network passwords</value>
<value>管理网络密码</value>
</data>
<data name="ChangeInputMethods" xml:space="preserve">
<value>Change input methods</value>
<value>更改输入法</value>
</data>
<data name="ManageAdvancedSharingSettings" xml:space="preserve">
<value>管理高级共享设置</value>
@ -2452,7 +2452,7 @@
<value>更改日期、时间或数字格式</value>
</data>
<data name="PressKeyCombinationsOneAtATime" xml:space="preserve">
<value>Press key combinations one at a time</value>
<value>一次按下一组按键</value>
</data>
<data name="RestoreDataFilesOrComputerFromBackupWindows7" xml:space="preserve">
<value>从备份中还原数据、文件或计算机(Windows 7)</value>
@ -2464,7 +2464,7 @@
<value>设置宽带连接</value>
</data>
<data name="CalibrateTheScreenForPenOrTouchInput" xml:space="preserve">
<value>Calibrate the screen for pen or touch input</value>
<value>校准屏幕以进行笔或触摸输入</value>
</data>
<data name="ManageUserCertificates" xml:space="preserve">
<value>管理用户证书</value>
@ -2479,7 +2479,7 @@
<value>查找并修复蓝屏问题</value>
</data>
<data name="HearAToneWhenKeysArePressed" xml:space="preserve">
<value>Hear a tone when keys are pressed</value>
<value>按下按键时听到提示音</value>
</data>
<data name="DeleteBrowsingHistory" xml:space="preserve">
<value>删除浏览的历史记录</value>
@ -2500,13 +2500,13 @@
<value>创建账户</value>
</data>
<data name="GetMoreFeaturesWithANewEditionOfWindows" xml:space="preserve">
<value>Get more features with a new edition of Windows</value>
<value>通过新版本的 Windows 获取更多功能</value>
</data>
<data name="AppControlPanel" xml:space="preserve">
<value>控制面板</value>
</data>
<data name="TaskLink" xml:space="preserve">
<value>TaskLink</value>
<value>任务链接</value>
</data>
<data name="AreaUnknown" xml:space="preserve">
<value>未知</value>

View file

@ -4,7 +4,7 @@
"Description": "Search settings inside Control Panel and Settings App",
"Name": "Windows Settings",
"Author": "TobiasSekan",
"Version": "4.0.8",
"Version": "4.0.9",
"Language": "csharp",
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
"ExecuteFileName": "Flow.Launcher.Plugin.WindowsSettings.dll",

View file

@ -1,4 +1,4 @@
version: '1.19.0.{build}'
version: '1.19.1.{build}'
init:
- ps: |