diff --git a/.cm/gitstream.cm b/.cm/gitstream.cm index fe7e777c8..767982e3b 100644 --- a/.cm/gitstream.cm +++ b/.cm/gitstream.cm @@ -10,7 +10,7 @@ triggers: branch: - l10n_dev - dev - - r/(?i)(Dependabot|Renovate)/ + - r/([Dd]ependabot|[Rr]enovate)/ automations: diff --git a/Flow.Launcher.Core/Flow.Launcher.Core.csproj b/Flow.Launcher.Core/Flow.Launcher.Core.csproj index 970f4682f..02cd50570 100644 --- a/Flow.Launcher.Core/Flow.Launcher.Core.csproj +++ b/Flow.Launcher.Core/Flow.Launcher.Core.csproj @@ -54,7 +54,7 @@ - + diff --git a/Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs b/Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs index 408d9785d..50eb30998 100644 --- a/Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs +++ b/Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs @@ -4,8 +4,15 @@ using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; +using System.Windows.Forms; using Flow.Launcher.Infrastructure.Storage; using Flow.Launcher.Plugin; +using CheckBox = System.Windows.Controls.CheckBox; +using ComboBox = System.Windows.Controls.ComboBox; +using Control = System.Windows.Controls.Control; +using Orientation = System.Windows.Controls.Orientation; +using TextBox = System.Windows.Controls.TextBox; +using UserControl = System.Windows.Controls.UserControl; namespace Flow.Launcher.Core.Plugin { @@ -224,6 +231,7 @@ namespace Flow.Launcher.Core.Plugin break; } case "inputWithFileBtn": + case "inputWithFolderBtn": { var textBox = new TextBox() { @@ -243,6 +251,24 @@ namespace Flow.Launcher.Core.Plugin Margin = new Thickness(10, 0, 0, 0), Content = "Browse" }; + Btn.Click += (_, _) => + { + using CommonDialog dialog = type switch + { + "inputWithFolderBtn" => new FolderBrowserDialog(), + _ => new OpenFileDialog(), + }; + if (dialog.ShowDialog() != DialogResult.OK) return; + + var path = dialog switch + { + FolderBrowserDialog folderDialog => folderDialog.SelectedPath, + OpenFileDialog fileDialog => fileDialog.FileName, + }; + textBox.Text = path; + Settings[attribute.Name] = path; + }; + var dockPanel = new DockPanel() { Margin = settingControlMargin }; DockPanel.SetDock(Btn, Dock.Right); diff --git a/Flow.Launcher.Infrastructure/Flow.Launcher.Infrastructure.csproj b/Flow.Launcher.Infrastructure/Flow.Launcher.Infrastructure.csproj index 820f14e64..ec35ef9d6 100644 --- a/Flow.Launcher.Infrastructure/Flow.Launcher.Infrastructure.csproj +++ b/Flow.Launcher.Infrastructure/Flow.Launcher.Infrastructure.csproj @@ -54,8 +54,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj index c4eb1c81d..35b9af1c9 100644 --- a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj +++ b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj @@ -67,7 +67,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Flow.Launcher.Test/Flow.Launcher.Test.csproj b/Flow.Launcher.Test/Flow.Launcher.Test.csproj index a4bc4ab19..8286e142e 100644 --- a/Flow.Launcher.Test/Flow.Launcher.Test.csproj +++ b/Flow.Launcher.Test/Flow.Launcher.Test.csproj @@ -54,7 +54,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + \ No newline at end of file diff --git a/Flow.Launcher/App.xaml b/Flow.Launcher/App.xaml index 13e943c95..17c0ae0d5 100644 --- a/Flow.Launcher/App.xaml +++ b/Flow.Launcher/App.xaml @@ -20,6 +20,11 @@ + + + + + diff --git a/Flow.Launcher/Flow.Launcher.csproj b/Flow.Launcher/Flow.Launcher.csproj index 575bbc10b..afc3fbbaa 100644 --- a/Flow.Launcher/Flow.Launcher.csproj +++ b/Flow.Launcher/Flow.Launcher.csproj @@ -83,7 +83,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -96,7 +96,7 @@ - + diff --git a/Flow.Launcher/Helper/WindowsMediaPlayerHelper.cs b/Flow.Launcher/Helper/WindowsMediaPlayerHelper.cs index 2eec6c89b..9d2046972 100644 --- a/Flow.Launcher/Helper/WindowsMediaPlayerHelper.cs +++ b/Flow.Launcher/Helper/WindowsMediaPlayerHelper.cs @@ -6,6 +6,6 @@ internal static class WindowsMediaPlayerHelper internal static bool IsWindowsMediaPlayerInstalled() { using var key = Registry.LocalMachine.OpenSubKey(@"SOFTWARE\Microsoft\MediaPlayer"); - return key.GetValue("Installation Directory") != null; + return key?.GetValue("Installation Directory") != null; } } diff --git a/Flow.Launcher/Languages/de.xaml b/Flow.Launcher/Languages/de.xaml index babc8bcda..600d96e25 100644 --- a/Flow.Launcher/Languages/de.xaml +++ b/Flow.Launcher/Languages/de.xaml @@ -2,28 +2,28 @@ - Flow detected you have installed {0} plugins, which will require {1} to run. Would you like to download {1}? + Flow hat festgestellt, dass Sie {0} Plug-ins installiert haben, welche {1} zum Ausführen erfordern. Möchten Sie {1} herunterladen? {2}{2} - Click no if it's already installed, and you will be prompted to select the folder that contains the {1} executable + Klicken Sie auf „Nein“, wenn es bereits installiert ist, und Sie werden aufgefordert, den Ordner auszuwählen, der die ausführbare Datei {1} enthält - Bitte wählen Sie das Programm {0} aus - Unable to set {0} executable path, please try from Flow's settings (scroll down to the bottom). - Fehler beim Initialisieren der Plugins - Plugins: {0} - fail to load and would be disabled, please contact plugin creator for help + Bitte wählen Sie die ausführbare Datei {0} aus + Der Pfad zur ausführbaren Datei {0} kann nicht festgelegt werden. Bitte versuchen Sie es in den Einstellungen von Flow (scrollen Sie nach unten). + Plug-ins können nicht initialisiert werden + Plug-ins: {0} - nicht geladen werden und wird deaktiviert, bitte kontaktiere Sie den Ersteller des Plug-ins für Hilfe - Fehler beim Registrieren des Hotkeys "{0}". Der Hotkey wird möglicherweise von einem anderen Programm verwendet. Wechseln Sie zu einem anderen Hotkey oder beenden Sie das andere Programm. + Hotkey "{0}" konnte nicht registriert werden. Der Hotkey ist möglicherweise von einem anderen Programm in Verwendung. Wechseln Sie zu einem anderen Hotkey oder beenden Sie das andere Programm. Flow Launcher - Kann {0} nicht starten - Fehlerhaftes Flow Launcher-Plugin Dateiformat - In dieser Abfrage als oberstes setzen + Konnte nicht gestartet werden {0} + Flow Launcher Plug-in-Dateiformat ungültig + In dieser Abfrage als oberstes festlegen In dieser Abfrage oberstes abbrechen - Abfrage ausführen:{0} - Letzte Ausführungszeit:{0} + Abfrage ausführen: {0} + Letzte Ausführungszeit: {0} Öffnen Einstellungen Über - Schließen + Beenden Schließen Kopieren Ausschneiden @@ -34,327 +34,327 @@ Ordner Text Spielmodus - Hotkeys deaktivieren. + Aussetzen der Verwendung von Hotkeys. Position zurücksetzen - Position des Suchfensters zurücksetzen + Position des Suchfensters zurücksetze Einstellungen Allgemein Portabler Modus - Speichern Sie alle Einstellungen und Benutzerdaten in einem Ordner (nützlich bei Verwendung mit Wechseldatenträgern oder Clouddiensten). - Starte Flow Launcher bei Systemstart - Fehler beim Speichern von Autostart bei Systemstart - Verstecke Flow Launcher wenn der Fokus verloren geht - Zeige keine Nachricht wenn eine neue Version vorhanden ist - Suchfenster Position + Speichern Sie alle Einstellungen und Benutzerdaten in einem Ordner (nützlich bei Verwendung von Wechsellaufwerken oder Cloud-Diensten). + Flow Launcher bei Systemstart starten + Fehler bei Einstellungsstart bei Start + Flow Launcher ausblenden, wenn Fokus verloren geht + Versionsbenachrichtigungen nicht zeigen + Position des Suchfensters Letzte Position merken - Bildschirm mit Mauszeiger - Bildschirm mit fokussiertem Fenster - Primärer Bildschirm - Benutzerdefinierter Bildschirm - Suchfenster Position auf Bildschirm - Mittig - Oben mittig + Monitor mit Mauscursor + Monitor mit fokussiertem Fenster + Primärer Monitor + Benutzerdefinierter Monitor + Position des Suchfensters auf Monitor + Zentriert + Oben zentriert Links oben Rechts oben Benutzerdefinierte Position Sprache - Abfragestil auswählen - Vorherige Ergebnisse ein-/ausblenden, wenn Flow Launcher wieder aktiviert wird. + Letzter Abfragestil + Vorherige Ergebnisse zeigen/ausblenden, wenn Flow Launcher reaktiviert wird. Letzte Abfrage beibehalten Letzte Abfrage auswählen Letzte Abfrage leeren Feste Fensterhöhe - Die Fensterhöhe lässt sich durch Ziehen nicht einstellen. - Maximale Anzahl Ergebnissen - Kann mit CTRL+Plus und CTRL+Minus schnell festgelegt werden. - Ignoriere Tastenkombination wenn Fenster im Vollbildmodus ist - Deaktiviere Flow Launcher, wenn eine Vollbildanwendung aktiv ist (Empfohlen für Spiele). - Standard-Dateimanager - Wählen Sie den Dateimanager, der beim Öffnen des Ordners verwendet werden soll. - Standardbrowser - Einstellung für neuen Tab, neues Fenster und dem Privatmodus. + Die Fensterhöhe ist durch Ziehen nicht anpassbar. + Maximal gezeigte Ergebnisse + Sie können dies auch unter Verwendung von STRG+Plus und STRG+Minus schnell anpassen. + Hotkeys im Vollbildmodus ignorieren + Aktivierung von Flow Launcher deaktivieren, wenn eine Vollbildanwendung aktiv ist (empfohlen für Spiele). + Dateimanager per Default + Wählen Sie den Dateimanager aus, der beim Öffnen des Ordners verwendet werden soll. + Webbrowser per Default + Einstellung für Neuer Tab, Neues Fenster, Privater Modus. Python-Pfad Node.js-Pfad Bitte wählen Sie das Programm Node.js aus Bitte wählen Sie pythonw.exe aus - Starte Eingabe immer im englischen Modus - Eingabemethode temporär auf Englisch wechseln beim Aktivieren von Flow. - Automatische Aktualisierung + Tippen immer im englischen Modus starten + Ändern Sie Ihre Eingabemethode temporär in den englischen Modus, wenn Sie Flow aktivieren. + Auto-Update Auswählen - Verstecke Flow Launcher bei Systemstart - Das Flow-Launcher-Suchfenster wird nach dem Start in der Taskleiste versteckt. - Statusleistensymbol ausblenden - Wenn das Icon in der Taskleiste nicht sichtbar ist, kann das Einstellungen-Menü durch Rechtsklick auf das Suchfenster geöffnet werden. + Flow Launcher beim Start ausblenden + Flow Launcher-Suchfenster wird nach dem Start in der Taskleiste ausgeblendet. + Tray-Icon ausblenden + Wenn das Icon in der Taskleiste ausgeblendet ist, kann das Menü Einstellungen durch einen Rechtsklick auf das Suchfenster geöffnet werden. Suchgenauigkeit abfragen - Erforderliche Suchergebnisse. + Ändert den für Ergebnisse erforderlichen Mindestübereinstimmungswert. Keine Gering - Normal - Pinyin aktivieren + Regelmäßig + Suche mit Pinyin Ermöglicht die Verwendung von Pinyin für die Suche. Pinyin ist das Standardsystem der romanisierten Schreibweise für die Übersetzung von chinesischen Texten. - Immer Vorschau anzeigen - Öffne immer das Vorschaufenster, wenn Flow aktiviert wird. Drücke {0} zum Umschalten. - Der Schatteneffekt ist nicht zulässig, wenn das aktuelle Thema den Weichzeichneffekt aktiviert hat + Immer Vorschau + Vorschau-Panel immer öffnen, wenn Flow aktiviert ist. Drücken Sie {0}, um Vorschau umzuschalten. + Schatteneffekt ist nicht erlaubt, während das aktuelle Theme den Unschärfe-Effekt aktiviert hat - Plugins durchsuchen - Strg+F um Plugins zu suchen - Keine Ergebnisse - Probiere eine andere Suchanfrage. - Erweiterung - Erweiterung - Suche nach weiteren Plugins - Aktivieren - Deaktivieren - Aktionswort Einstellung - Aktionsschlüsselwörter - Aktuelles Aktionswort - Neues Aktionswort - Aktionswörter ändern + Plug-in suchen + Strg+F, um Plug-ins zu suchen + Keine Ergebnisse gefunden + Bitte versuchen Sie eine andere Suche. + Plug-in + Plug-ins + Mehr Plug-ins finden + Ein + Aus + Aktions-Schlüsselwort-Einstellung + Aktions-Schlüsselwort + Aktuelles Action-Schlüsselwort + Neues Aktions-Schlüsselwort + Aktions-Schlüsselwörter ändern Aktuelle Priorität Neue Priorität Priorität - Ändere die Priorität der Plugin-Ergebnisse - Pluginordner + Priorität der Plug-in-Ergebnisse ändern + Plug-in-Verzeichnis von - Initialisierungszeit: + Init-Zeit: Abfragezeit: Version - Webseite + Website Deinstallieren - Erweiterungen laden - Neue Version - Vor kurzem aktualisiert - Erweiterungen + Plug-in-Store + Neues Release + Kürzlich aktualisiert + Plug-ins Installiert - Aktualisieren + Refresh Installieren Deinstallieren Aktualisieren - Plugin ist bereits installiert + Plug-in bereits installiert Neue Version - Dieses Plugin wurde innerhalb der letzten 7 Tage aktualisiert - Neue Aktualisierung verfügbar + Dieses Plug-in ist innerhalb der letzten 7 Tage aktualisiert worden + Neues Update ist verfügbar - Design - Aussehen - Suche nach weiteren Themes - Wie man ein Design erstellt - Hallo! + Theme + Erscheinungsbild + Theme-Galerie + Wie man ein Theme erstellt + Hallo zusammen Explorer Suche nach Dateien, Ordnern und Dateiinhalten - Web-Suche - Suche im Web mit verschiedenen Suchmaschinen + Websuche + Suche im Web mit Unterstützung verschiedener Suchmaschinen Programm - Starte Programme als Admin oder anderer Benutzer - Prozess-Killer - Terminate unwanted processes + Programme als Admin oder ein anderer Benutzer starten + ProcessKiller + Unerwünschte Prozesse beenden Suchleistenhöhe Elementhöhe - Abfragebox Schriftart + Schriftart der Abfragebox Schriftart des Ergebnistitels - Schriftart der Ergebnisunterschrift + Schriftart des Ergebnis-Untertitels Zurücksetzen - Anpassen + Individuell anpassen Fenstermodus - Transparenz - Das Design {0} existiert nicht, deshalb wird das Standard-Template aktiviert - Laden des Designs {0} fehlgeschlagen, das Standard-Template wird aktiviert - Themenordner öffnen - Themenordner öffnen + Opazität + Theme {0} ist nicht vorhanden, Fallback auf Standard-Theme + Theme {0} konnte nicht geladen werden, Fallback auf Standard-Theme + Theme-Ordner + Theme-Ordner öffnen Farbschema Systemvorgabe Hell Dunkel Soundeffekt - Ton abspielen, wenn das Suchfenster geöffnet wird + Einen kleinen Sound abspielen, wenn das Suchfenster geöffnet wird Lautstärke der Soundeffekte Lautstärke des Soundeffekts anpassen - 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. + Windows Media Player ist nicht verfügbar und ist für die Lautstärkeregelung von Flow erforderlich. Bitte überprüfen Sie Ihre Installation, wenn Sie die Lautstärke anpassen müssen. Animation - Animationen in der Oberfläche verwenden + Animation in UI verwenden Animationsgeschwindigkeit - Die Geschwindigkeit der Nutzeroberflächen-Animation + Die Geschwindigkeit der UI-Animation Langsam Mittel Schnell Benutzerdefiniert Uhr - Datumsformat + Datum Dieses Theme unterstützt zwei Modi (hell/dunkel). - Dieses Theme unterstützt transparenten verwischten Hintergrund. + Dieses Theme unterstützt Unschärfe und transparenten Hintergrund. - Tastenkombination - Tastenkombination - Öffne Flow Launcher - Verknüpfung eingeben, um Flow Launcher anzuzeigen/auszublenden. - Vorschau aktivieren/deaktivieren - Shortcut eingeben, um die Vorschau im Suchfenster anzuzeigen/auszublenden. - Voreinstellungen der Tastenkombinationen - Liste der derzeit registrierten Tastenkombinationen - Öffnen Sie die Ergebnismodifikatoren - Wählen Sie eine Modifikatortaste, um das ausgewählte Ergebnis über die Tastatur zu öffnen. - Hotkey anzeigen - Hotkey für die Ergebnisauswahl mit Ergebnissen anzeigen. + Hotkey + Hotkeys + Flow Launcher öffnen + Shortcut eingeben, um Flow Launcher anzuzeigen/auszublenden. + Vorschau umschalten + Shortcut eingeben, um Vorschau im Suchfenster anzuzeigen/auszublenden. + Hotkey-Presets + Liste der derzeit registrierten Hotkeys + Ergebnis-Modifkator-Taste öffnen + Wählen Sie eine Modifikator-Taste aus, um das ausgewählte Ergebnis via Tastatur zu öffnen. + Hotkey zeigen + Hotkey für die Ergebnisauswahl mit Ergebnissen zeigen. Auto-Vervollständigung - Führt die automatische Vervollständigung für die ausgewählten Elemente aus. + Führt die Autovervollständigung für die ausgewählten Elemente aus. Nächstes Element auswählen Vorheriges Element auswählen Nächste Seite Vorherige Seite - Vorherige Suchanfragen durchblättern - Nächste Suchanfragen durchblättern + Vorherige Abfrage durchblättern + Nächste Abfrage durchblättern Kontextmenü öffnen Natives Kontextmenü öffnen Einstellungsfenster öffnen Dateipfad kopieren - Gott Modus - Verlauf umschalten - Öffne beinhaltenden Ordner - Als Administrator ausführen - Suchergebnisse neu laden - Plugin-Daten neu laden - Schnelleinstellung der Fensterbreite - Schnelleinstellung Fensterhöhe - Use when require plugins to reload and update their existing data. - Du kannst eine weitere Tastenkombination für diese Funktion hinzufügen. - Benutzerdefinierte Abfrage Tastenkombination - Custom Query Shortcut - Built-in Shortcut + Spielmodus umschalten + Historie umschalten + Enthaltenden Ordner öffnen + Als Admin ausführen + Suchergebnisse auffrischen + Plug-in-Daten neu laden + Fensterbreite schnell anpassen + Fensterhöhe schnell anpassen + Verwenden, wenn Plug-ins ihre vorhandenen Daten neu laden und aktualisieren müssen. + Sie können einen weiteren Hotkey für diese Funktion hinzufügen. + Benutzerdefinierte Abfrage-Hotkeys + Benutzerdefinierte Abfrage-Shortcuts + Integrierte Shortcuts Abfrage - Abkürzung - Langform + Shortcut + Erweiterung Beschreibung Löschen Bearbeiten Hinzufügen Keine - Bitte einen Eintrag auswählen - Wollen Sie die {0} Plugin Tastenkombination wirklich löschen? - Sind Sie sicher, dass Sie die Verknüpfung {0} mit der Langform {1} löschen möchten? - Text aus der Zwischenablage abrufen. - Pfad vom aktiven Explorer abfragen. - Schatteneffekt im Abfragefenster - Der Schatteneffekt beansprucht die GPU stark. Nicht empfohlen, wenn die Leistung deines Computers begrenzt ist. - Fenstergröße Breite - Auch schnell mit Strg + [ und Strg + ] einstellbar. - Segoe Fluent Icons verwenden - Segoe Fluent Icons für Abfrageergebnisse verwenden, sofern unterstützt + Bitte wählen Sie ein Element aus + Sind Sie sicher, dass Sie den {0} Plug-in-Hotkey löschen wollen? + Sind Sie sicher, dass Sie den Shortcut {0} mit der Erweiterung {1} löschen wollen? + Text aus Zwischenablage abrufen. + Pfad aus aktivem Explorer abrufen. + Schatteneffekt in Abfragefenster + Der Schatteneffekt beansprucht die GPU stark. Nicht empfohlen, wenn die Performance Ihres Computers begrenzt ist. + Fensterbreite Größe + Sie können dies auch schnell durch die Verwendung von Strg+[ und Strg+] anpassen. + Segoe Fluent-Icons verwenden + Segoe Fluent-Icons für Abfrageergebnisse verwenden, wo unterstützt Taste drücken HTTP-Proxy - Aktiviere HTTP Proxy + HTTP-Proxy aktivieren HTTP-Server Port Benutzername Passwort - Teste Proxy + Proxy testen Speichern - Server darf nicht leer sein - Server Port darf nicht leer sein - Falsches Port Format - Proxy wurde erfolgreich gespeichert - Proxy ist korrekt - Verbindung zum Proxy fehlgeschlagen + Feld Server darf nicht leer sein + Feld Port darf nicht leer sein + Port-Format ungültig + Proxy-Konfiguration erfolgreich gespeichert + Proxy korrekt konfiguriert + Proxy-Verbindung fehlgeschlagen Über - Webseite + Website GitHub - Dokumentation + Docs Version Icons Sie haben Flow Launcher {0} mal aktiviert - Nach Aktuallisierungen Suchen - Sponsor werden - Eine neue Version ({0}) ist vorhanden. Bitte starten Sie Flow Launcher neu. + Nach Updates suchen + Ein Sponsor werden + Neue Version {0} ist verfügbar. Möchten Sie Flow Launcher neu starten, um das Update zu verwenden? Überprüfung der Updates fehlgeschlagen. Bitte überprüfen Sie Ihre Verbindungs- und Proxy-Einstellungen zu api.github.com. Das Herunterladen von Updates ist fehlgeschlagen. Bitte überprüfen Sie Ihre Verbindungs- und Proxy-Einstellungen zu github-cloud.s3.amazonaws.com, oder gehen Sie zu https://github.com/Flow-Launcher/Flow.Launcher/releases, um Updates manuell herunterzuladen. Versionshinweise - Verwendungshinweise - Entwicklerwerkzeuge - Einstellungsordner - Protokoll-Verzeichnis - Protokolldateien leeren - Sind Sie sicher, dass Sie alle Protokolle löschen möchten? + Tipps zur Nutzung + DevTools + Ordner Einstellungen + Ordner Logs + Logs löschen + Sind Sie sicher, dass Sie alle Logs löschen wollen? Assistent - Speicherort der Nutzerdaten - Benutzereinstellungen und installierte Plugins werden im Nutzerdatenordner gespeichert. Dieser Speicherort kann variieren, je nachdem, ob er im portablen Modus ist oder nicht. + Speicherort für Benutzerdaten + Benutzereinstellungen und installierte Plug-ins werden im Ordner für Benutzerdaten gespeichert. Dieser Speicherort kann variieren, je nachdem, ob sich das Programm im portablen Modus befindet oder nicht. Ordner öffnen Dateimanager auswählen - Please specify the file location of the file manager you using and add arguments as required. The "%d" represents the directory path to open for, used by the Arg for Folder field and for commands opening specific directories. The "%f" represents the file path to open for, used by the Arg for File field and for commands opening specific files. - For example, if the file manager uses a command such as "totalcmd.exe /A c:\windows" to open the c:\windows directory, the File Manager Path will be totalcmd.exe, and the Arg For Folder will be /A "%d". Certain file managers like QTTabBar may just require a path to be supplied, in this instance use "%d" as the File Manager Path and leave the rest of the fileds blank. - Datei-Manager + Bitte geben Sie den Dateiort des von Ihnen verwendeten Dateimanagers an und fügen Sie bei Bedarf Argumente hinzu. Das „%d“ repräsentiert den dafür zu öffnenden Verzeichnispfad, der vom Feld Arg for Folder und für Befehle zum Öffnen bestimmter Verzeichnisse verwendet wird. Das „%f“ repräsentiert den dafür zu öffnenden Dateipfad, der vom Feld Arg for File und für Befehle zum Öffnen bestimmter Dateien verwendet wird. + Zum Beispiel, wenn der Dateimanager einen Befehl wie „totalcmd.exe /A c:\windows“ verwendet, um das Verzeichnis c:\windows zu öffnen, lautet der Dateimanager-Pfad „totalcmd.exe“ und der Arg for Folder „/A %d“. Bestimmte Dateimanager wie QTTabBar kann nur die Angabe eines Pfades erfordern, in diesem Fall verwenden Sie „%d“ als den Dateimanager-Pfad und lassen den Rest der Felder blank. + Dateimanager Profilname Dateimanager-Pfad - Argumente für Ordner - Argumente für Datei + Arg For Folder + Arg For File - Standard-Webbrowser - Die Standardeinstellung verwendet die Browser-Standardeinstellung des Betriebssystems. Falls angegeben, verwendet Flow diesen Browser. + Webbrowser per Default + Die Defaulteinstellung folgt der Default-Browsereinstellung des Betriebssystems. Wenn separat angegeben, verwendet Flow diesen Browser. Browser Browser-Name - Browserpfad + Browser-Pfad Neues Fenster Neuer Tab Privater Modus Priorität ändern - Je höher die Zahl, desto höher wird das Ergebnis gewertet. Versuchen Sie es mit einer 5. Sollen die Ergebnisse tiefer sein als diejenigen anderer Plugins, verwenden Sie eine negative Zahl - Bitte eine gültige Ganzzahl angeben für die Priorität! + Je höher die Zahl ist, desto höher wird das Ergebnis eingestuft. Versuchen Sie, den Wert auf 5 einzustellen. Wenn Sie möchten, dass die Ergebnisse niedriger sind als jedes andere Plug-in, geben Sie eine negative Zahl ein + Bitte geben Sie eine gültige ganze Zahl für Priorität an! - Altes Aktionsschlüsselwort - Neues Aktionsschlüsselwort + Altes Aktions-Schlüsselwort + Neues Aktions-Schlüsselwort Abbrechen Fertig - Kann das angegebene Plugin nicht finden - Neues Aktionsschlüsselwort darf nicht leer sein - Aktionsschlüsselwort ist schon bei einem anderen Plugin in verwendung. Bitte stellen Sie ein anderes Aktionsschlüsselwort ein. - Erfolgreich + Das angegebene Plug-in kann nicht gefunden werden + Neues Aktions-Schlüsselwort darf nicht leer sein + Dieses neue Aktions-Schlüsselwort ist bereits einem anderen Plug-in zugewiesen, bitte wählen Sie ein anderes + Erfolg Erfolgreich abgeschlossen - Benutzen Sie * wenn Sie ein Aktionsschlüsselwort definieren wollen. + Geben Sie das Aktions-Schlüsselwort ein, das Sie verwenden möchten, um das Plug-in zu starten. Verwenden Sie *, wenn Sie keines angeben möchten, und das Plug-in wird ohne irgendwelche Aktions-Schlüsselwörter ausgelöst. - Benutzerdefinierte Abfrage Tastenkombination - Drücken Sie eine benutzerdefinierte Tastenkombination, um Flow Launcher zu öffnen und die angegebene Abfrage automatisch einzugeben. + Benutzerdefinierter Abfrage-Hotkey + Drücken Sie einen benutzerdefinierten Hotkey, um Flow Launcher zu öffnen und die angegebene Abfrage automatisch einzugeben. Vorschau - Tastenkombination ist nicht verfügbar, bitte wähle eine andere Tastenkombination - Ungültige Plugin Tastenkombination + Hotkey ist nicht verfügbar, bitte wählen Sie einen neuen Hotkey aus + Plug-in-Hotkey ungültig Aktualisieren - Binding Hotkey - Aktuelle Tastenkombination ist nicht verfügbar. - Diese Tastenkombination ist für "{0}" reserviert und kann nicht verwendet werden. Bitte eine andere Tastenkombination wählen. - Diese Tastenkombination wird bereits von "{0}" verwendet. Wenn Sie "Überschreiben" drücken, wird sie von "{0} " entfernt. + Bindung Hotkey + Aktueller Hotkey ist nicht verfügbar. + Dieser Hotkey ist für "{0}" reserviert und kann nicht verwendet werden. Bitte wählen Sie einen anderen Hotkey. + Dieser Hotkey ist bereits in Verwendung von "{0}". Wenn Sie "Überschreiben" drücken, wird dieser aus "{0}" entfernt. Drücken Sie die Tasten, die Sie für diese Funktion verwenden möchten. - Benutzerdefinierte Abfragen-Abkürzungen - Geben Sie eine Abkürzung ein, die sich automatisch auf die angegebene Abfrage erweitert. - A shortcut is expanded when it exactly matches the query. + Benutzerdefinierter Abfrage-Shortcut + Geben Sie einen Shortcut ein, der sich automatisch auf die angegebene Abfrage erweitert. + Ein Shortcut wird erweitert, wenn dieser genau mit der Abfrage übereinstimmt. -If you add an '@' prefix while inputting a shortcut, it matches any position in the query. Builtin shortcuts match any position in a query. +Wenn Sie bei der Eingabe eines Shortcuts ein '@'-Präfix hinzufügen, stimmt dieser mit jeder beliebigen Position in der Abfrage überein. Integrierte Shortcuts stimmen mit jeder Position in einer Abfrage überein. - Abkürzung existiert bereits, bitte geben Sie eine neue Abkürzung ein oder bearbeiten Sie die vorhandene Abkürzung. - Abkürzung und/oder ihre Erweiterung sind leer. + Shortcut ist bereits vorhanden, bitte geben Sie einen neuen Shortcut ein oder bearbeiten Sie den vorhandenen. + Shortcut und/oder dessen Erweiterung ist leer. Speichern @@ -362,83 +362,83 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in Abbrechen Zurücksetzen Löschen - Aktualisieren + OK Ja Nein Version Zeit - Bitte teilen Sie uns mit, wie die Anwendung abgestürzt ist, damit wir den Fehler beheben können. - Sende Report + Bitte teilen Sie uns mit, wie die Anwendung abgestürzt ist, damit wir den Fehler beheben können + Bericht senden Abbrechen Allgemein - Fehler - Fehlertypen + Ausnahmen + Ausnahme-Typ Quelle - Stapelüberwachung - Sende - Report erfolgreich - Report fehlgeschlagen + Stapelverfolgung + Senden + Bericht erfolgreich gesendet + Bericht konnte nicht gesendet werden Flow Launcher hat einen Fehler - Bitte warten... + Bitte warten Sie ... - Nach Updates suchen! - Sie haben bereits die neuste Version + Prüfung auf neues Update + Sie haben bereits die neueste Version von Flow Launcher Update gefunden Wird aktualisiert ... - Flow Launcher konnte deine Profildaten nicht in die neue Updateversion verschieben. + Flow Launcher war nicht in der Lage, Ihre Benutzerprofildaten auf die neue Update-Version zu übertragen. Bitte verschieben Sie Ihren Profildatenordner manuell von {0} nach {1} Neues Update - V{0} von Flow Launcher ist verfügbar - Es ist ein Fehler während der Installation der Aktualisierung aufgetreten. + Neues Release {0} von Flow Launcher ist jetzt verfügbar + Beim Versuch, Software-Updates zu installieren, ist ein Fehler aufgetreten Aktualisieren Abbrechen - Aktualisierung fehlgeschlagen - Überprüfen Sie Ihre Internetverbindung und aktualisieren Sie die Proxy-Einstellungen um auf github-cloud.s3.amazonaws.com zugreifen zu können. - Diese Aktualisierung wird Flow Launcher neu starten + Update fehlgeschlagen + Überprüfen Sie Ihre Verbindung und versuchen Sie, die Proxy-Einstellungen auf github-cloud.s3.amazonaws.com zu aktualisieren. + Dieses Upgrade wird Flow Launcher neu starten Folgende Dateien werden aktualisiert - Aktualisiere Dateien - Aktualisierungbeschreibung + Daten aktualisieren + Update-Beschreibung Überspringen - Willkommen im Flow Launcher - Hallo, dies ist das erste Mal, dass Sie den Flow Launcher verwenden! - 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 - Suchen und starten Sie alle Dateien sowie Anwendungen auf Ihrem PC - 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. - 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. - Tastenkombination + Willkommen bei Flow Launcher + Hallo, dies ist das erste Mal, dass Sie Flow Launcher ausführen! + Bevor Sie beginnen, hilft dieser Assistent bei der Einrichtung von Flow Launcher. Sie können dies überspringen, wenn Sie möchten. Bitte wählen Sie eine Sprache + Suchen und führen Sie alle Dateien und Anwendungen auf Ihrem PC aus + Suchen Sie alles in Anwendungen, Dateien, Lesezeichen, YouTube, Twitter und vielem mehr. Alles bequem über Ihre Tastatur, ohne die Maus zu berühren. + Flow Launcher startet mit dem unten stehenden Hotkey, probieren Sie ihn gleich aus. Um ihn zu ändern, klicken Sie auf die Eingabe und drücken Sie den gewünschten Hotkey auf der Tastatur. + Hotkeys Aktions-Schlüsselwort und Befehle - 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. - Starte Flow-Launcher - Fertig. Genießen Sie Flow Launcher. Die Tastenkombination nicht vergessen, um Flow Launcher zu starten :) + Suchen Sie im Web, starten Sie Anwendungen oder führen Sie verschiedene Funktionen über Flow Launcher-Plug-ins aus. Bestimmte Funktionen beginnen mit einem Aktions-Schlüsselwort und diese können bei Bedarf auch ohne Aktions-Schlüsselwörter verwendet werden. Probieren Sie die Abfragen unten in Flow Launcher aus. + Lassen Sie uns Flow Launcher starten + Beendet. Viel Spaß mit Flow Launcher. Vergessen Sie nicht den Hotkey zum Starten :) Zurück / Kontextmenü - Element Navigation + Element-Navigation Kontextmenü öffnen - Öffne beinhaltenden Ordner - Als Admin ausführen / Ordner im Standard-Dateimanager öffnen - Verlauf durchsuchen - Zurück zum Resultat im Kontextmenü + Enthaltenden Ordner öffnen + Als Admin ausführen / Ordner im Default-Dateimanager öffnen + Historie abfragen + Zurück zu Ergebnis in Kontextmenü Autovervollständigung Ausgewähltes Element öffnen / ausführen Einstellungsfenster öffnen - Plugin-Daten neu laden + Plug-in-Daten neu laden Erstes Ergebnis auswählen Letztes Ergebnis auswählen Aktuelle Abfrage erneut ausführen Ergebnis öffnen - Ergebnis #{0} öffnen + Ergebnis öffnen #{0} Wetter Wetter in Google-Ergebnis @@ -446,8 +446,8 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in Shell-Befehl s Bluetooth Bluetooth in Windows-Einstellungen - nt - Notizen + sn + Haftnotizen Dateigröße diff --git a/Flow.Launcher/Languages/es.xaml b/Flow.Launcher/Languages/es.xaml index c76f0c5ec..328d98d41 100644 --- a/Flow.Launcher/Languages/es.xaml +++ b/Flow.Launcher/Languages/es.xaml @@ -2,7 +2,7 @@ - Flow ha detectado que tiene instalados {0} complementos, que necesitan {1} para funcionar. ¿Desea descargar {1}? + Flow ha detectado que tiene instalado(s) {0} complemento(s), que necesita(n) {1} para funcionar. ¿Desea descargar {1}? {2}{2} Haga clic en no si ya está instalado, y seleccione la carpeta que contiene el ejecutable {1} diff --git a/Flow.Launcher/Languages/nb.xaml b/Flow.Launcher/Languages/nb.xaml index 5e265915c..b608f5c0b 100644 --- a/Flow.Launcher/Languages/nb.xaml +++ b/Flow.Launcher/Languages/nb.xaml @@ -2,455 +2,455 @@ - Flow detected you have installed {0} plugins, which will require {1} to run. Would you like to download {1}? + Flow oppdaget at du har installert {0} programtillegg, noe som krever {1} for å kjøre. Vil du laste ned {1}? {2}{2} - Click no if it's already installed, and you will be prompted to select the folder that contains the {1} executable + Klikk nei hvis det allerede er installert, og du vil bli bedt om å velge mappen som inneholder {1} kjørbar fil - Please select the {0} executable - Unable to set {0} executable path, please try from Flow's settings (scroll down to the bottom). - Fail to Init Plugins - Plugins: {0} - fail to load and would be disabled, please contact plugin creator for help + Velg den kjørbare filen for {0} + Kan ikke angi {0} kjørbar bane, prøv fra Flows innstillinger (bla ned til bunnen). + Mislykkes i å initialisere programtillegg + Programtillegg: {0} - mislykkes å lastes inn og vil bli deaktivert, vennligst kontakt utvikleren av programtillegget for hjelp - Failed to register hotkey "{0}". The hotkey may be in use by another program. Change to a different hotkey, or exit another program. + Kan ikke registrere hurtigtasten "{0}". Hurtigtasten kan være i bruk av et annet program. Endre til en annen hurtigtast, eller avslutt et annet program. Flow Launcher - Could not start {0} - Invalid Flow Launcher plugin file format - Set as topmost in this query - Cancel topmost in this query - Execute query: {0} - Last execution time: {0} - Open - Settings - About - Exit - Close - Copy - Cut - Paste - Undo - Select All - File - Folder - Text - Game Mode - Suspend the use of Hotkeys. - Position Reset - Reset search window position + Kunne ikke starte {0} + Ugyldig Flow Launcher programtillegg filformat + Sett som høyest i denne spørringen + Kanseller høyest i denne spørringen + Kjør spørring: {0} + Siste utførelsestid: {0} + Åpne + Innstillinger + Om + Avslutt + Lukk + Kopier + Klipp ut + Lim inn + Angre + Velg alle + Fil + Mappe + Tekst + Spillmodus + Stopp bruken av hurtigtaster. + Tilbakestilling av posisjon + Tilbakestill posisjonen til søkevinduet - Settings - General - Portable Mode - Store all settings and user data in one folder (Useful when used with removable drives or cloud services). - Start Flow Launcher on system startup - Error setting launch on startup - Hide Flow Launcher when focus is lost - Do not show new version notifications - Search Window Position - Remember Last Position - Monitor with Mouse Cursor - Monitor with Focused Window - Primary Monitor - Custom Monitor - Search Window Position on Monitor - Center - Center Top - Left Top - Right Top - Custom Position - Language - Last Query Style - Show/Hide previous results when Flow Launcher is reactivated. - Preserve Last Query - Select last Query - Empty last Query - Fixed Window Height - The window height is not adjustable by dragging. - Maximum results shown - You can also quickly adjust this by using CTRL+Plus and CTRL+Minus. - Ignore hotkeys in fullscreen mode - Disable Flow Launcher activation when a full screen application is active (Recommended for games). - Default File Manager - Select the file manager to use when opening the folder. - Default Web Browser - Setting for New Tab, New Window, Private Mode. - Python Path - Node.js Path - Please select the Node.js executable - Please select pythonw.exe - Always Start Typing in English Mode - Temporarily change your input method to English mode when activating Flow. - Auto Update - Select - Hide Flow Launcher on startup - Flow Launcher search window is hidden in the tray after starting up. - Hide tray icon - When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window. - Query Search Precision - Changes minimum match score required for results. - None - Low - Regular - Search with Pinyin - Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese. - Always Preview - Always open preview panel when Flow activates. Press {0} to toggle preview. - Shadow effect is not allowed while current theme has blur effect enabled + Innstillinger + Generelt + Portabel modus + Lagre alle innstillinger og brukerdata i en mappe (nyttig når man bruker flyttbare stasjoner eller skytjenester). + Start Flow Launcher ved systemoppstart + Feil ved å sette kjør ved oppstart + Skjul Flow Launcher når fokus forsvinner + Ikke vis varsler om nye versjoner + Posisjon til søkevindu + Husk siste posisjon + Skjerm med musepekeren + Skjerm med fokusert vindu + Primær skjerm + Tilpasset skjerm + Søkevindusposisjon på skjermen + Midten + Midtstill toppen + Øverst til venstre + Øverst til høyre + Egendefinert posisjon + Språk + Siste stil for spørring + Vis/Skjul forrige resultater når Flow Launcher aktiveres på nytt. + Bevar siste spørring + Velg siste spørring + Tøm siste spørring + Fast vindushøyde + Vindushøyden kan ikke justeres ved å dra. + Maksimalt antall resultater vist + Du kan også raskt justere dette ved å bruke CTRL+Plus og CTRL+Minus. + Ignorer hurtigtaster i fullskjermmodus + Deaktiver Flow Launcher aktivering når et fullskjermprogram er aktivt (anbefalt for spill). + Standard filbehandler + Velg filbehandleren du vil bruke når du åpner mappen. + Standard nettleser + Innstilling for ny fane, nytt vindu, privat modus. + Python-sti + Node.js-sti + Vennligst velg Node.js-kjørbar fil + Vennligst velg pythonw.exe + Begynn alltid å skrive i engelsk modus + Bytt inndatametode midlertidig til engelsk modus når du aktiverer Flow. + Automatisk oppdatering + Velg + Skjul Flow Launcher ved oppstart + Søkevinduet for Flow Launcher er skjult i systemstatusfeltet etter oppstart. + Skjul systemstatusfeltikon + Når ikonet er skjult fra systemstatusfeltet, kan Innstillinger-menyen åpnes ved å høyreklikke på søkevinduet. + Presisjon for spørringssøk + Endrer minimum samsvarsresultat som kreves for resultater. + Ingen + Lav + Vanlig + Søk med Pinyin + Tillater bruk av Pinyin for å søke. Pinyin er standardsystemet for romanisert stavemåte for å oversette kinesisk. + Alltid forhåndsvisning + Åpne alltid forhåndsvisningspanel når Flow aktiveres. Trykk på {0} for å velge forhåndsvisning. + Skyggeeffekt er ikke tillatt mens gjeldende tema har uskarphet-effekt aktivert - Search Plugin - Ctrl+F to search plugins - No results found - Please try a different search. - Plugin - Plugins - Find more plugins - On - Off - Action keyword Setting - Action keyword - Current action keyword - New action keyword - Change Action Keywords - Current Priority - New Priority - Priority - Change Plugin Results Priority - Plugin Directory - by - Init time: - Query time: - Version - Website - Uninstall + Søk etter programtillegg + Ctrl+F for å søke programtillegg + Fant ingen resultater + Vennligst prøv et annet søk. + Programtillegg + Programtillegg + Finn flere programtillegg + + Av + Innstilling av handlingsnøkkelord + Handlingsnøkkelord + Nåværende handlingsnøkkelord + Nytt handlingsnøkkelord + Endre handlingsnøkkelord + Gjeldende prioritet + Ny prioritet + Prioritet + Endre prioritet for programtilleggresultater + Mappe for programtillegg + av + Innbygd tid: + Spørringstid: + Versjon + Nettsted + Avinstaller - Plugin Store - New Release - Recently Updated - Plugins - Installed - Refresh - Install - Uninstall - Update - Plugin already installed - New Version - This plugin has been updated within the last 7 days - New Update is Available + Programtillegg butikk + Ny utgivelse + Nylig oppdatert + Programtillegg + Installert + Oppfrisk + Installer + Avinstaller + Oppdater + Programtillegg er allerede installert + Ny versjon + Dette programtillegget er oppdatert i løpet av de siste 7 dagene + Ny oppdatering er tilgjengelig - Theme - Appearance - Theme Gallery - How to create a theme - Hi There - Explorer - Search for files, folders and file contents - WebSearch - Search the web with different search engine support + Drakt + Utseende + Tema Galleri + Hvordan lage et tema + Hei der + Utforsker + Søk etter filer, mapper og filinnhold + Nettsøk + Søk på nettet med forskjellig støtte for søkemotorer Program - Launch programs as admin or a different user - ProcessKiller - Terminate unwanted processes - Search Bar Height - Item Height - Query Box Font - Result Title Font - Result Subtitle Font - Reset - Customize - Window Mode - Opacity - Theme {0} not exists, fallback to default theme - Fail to load theme {0}, fallback to default theme - Theme Folder - Open Theme Folder - Color Scheme - System Default - Light - Dark - Sound Effect - Play a small sound when the search window opens - Sound Effect Volume - Adjust the volume of the sound effect - Windows Media Player is unavailable and is required for Flow's volume adjustment. Please check your installation if you need to adjust volume. - Animation - Use Animation in UI - Animation Speed - The speed of the UI animation - Slow - Medium - Fast - Custom - Clock - Date - This theme supports two(light/dark) modes. - This theme supports Blur Transparent Background. + Start programmer som administrator eller en annen bruker + ProsessTerminerer + Avslutt uønskede prosesser + Søkefeltets høyde + Elementhøyde + Spørreboks skrift + Skrift for resultattittel + Skrift for resultatundertittel + Tilbakestill + Tilpass + Vindumodus + Ugjennomsiktighet + Tema {0} finnes ikke, tilbakestilling til standardtema + Kunne ikke laste inn tema {0}, tilbakestilling til standardtema + Tema-mappe + Åpne temamappen + Fargevalg + Systemstandard + Lys + Mørk + Lydeeffekt + Spill av en liten lyd når søkevinduet åpnes + Lydeffektvolum + Juster volumet til lydeffekten + Windows Media Player er ikke tilgjengelig og er nødvendig for Flows volumjustering. Vennligst sjekk installasjonen din hvis du trenger å justere volumet. + Animasjon + Bruk animasjon i brukergrensesnitt + Animasjonshastighet + Hastigheten på grensesnittanimasjonen + Sakte + Middels + Rask + Egendefinert + Klokke + Dato + Dette temaet støtter to (lys/mørk) moduser. + Dette temaet støtter uskarp gjennomsiktig bakgrunn. - Hotkey - Hotkeys - Open Flow Launcher - Enter shortcut to show/hide Flow Launcher. - Toggle Preview - Enter shortcut to show/hide preview in search window. - Hotkey Presets - List of currently registered hotkeys - Open Result Modifier Key - Select a modifier key to open selected result via keyboard. - Show Hotkey - Show result selection hotkey with results. - Auto Complete - Runs autocomplete for the selected items. - Select Next Item - Select Previous Item - Next Page - Previous Page - Cycle Previous Query - Cycle Next Query - Open Context Menu - Open Native Context Menu - Open Setting Window - Copy File Path - Toggle Game Mode - Toggle History - Open Containing Folder - Run As Admin - Refresh Search Results - Reload Plugins Data - Quick Adjust Window Width - Quick Adjust Window Height - Use when require plugins to reload and update their existing data. - You can add one more hotkey for this function. - Custom Query Hotkeys - Custom Query Shortcuts - Built-in Shortcuts - Query - Shortcut - Expansion - Description - Delete - Edit - Add - None - Please select an item - Are you sure you want to delete {0} plugin hotkey? - Are you sure you want to delete shortcut: {0} with expansion {1}? - Get text from clipboard. - Get path from active explorer. - Query window shadow effect - Shadow effect has a substantial usage of GPU. Not recommended if your computer performance is limited. - Window Width Size - You can also quickly adjust this by using Ctrl+[ and Ctrl+]. - Use Segoe Fluent Icons - Use Segoe Fluent Icons for query results where supported - Press Key + Hurtigtast + Hurtigtaster + Åpne Flow Launcher + Skriv inn snarvei til å vise/skjule Flow Launcher. + Vis/skjul forhåndsvisning + Skriv inn snarvei til å vise/skjule forhåndsvisning i søkevinduet. + Hurtigtast forhåndsinnstillinger + Liste over registrerte hurtigtaster + Åpne resultatendringstast + Velg en modifikasjonstast for å åpne valgt resultat via tastatur. + Vis hurtigtast + Vis resultatvalg hurtigtast med resultater. + Automatisk fullføring + Kjører autofullføring for de valgte elementene. + Velg neste element + Velg forrige element + Neste side + Forrige side + Bla gjennom forrige spørring + Bla gjennom neste spørring + Åpne hurtigmeny + Åpne innebygd hurtigmeny + Åpne innstillingsvindu + Kopier filbane + Vis/Skjul spillmodus + Veksle historikk + Åpne innholdsmappen + Kjør som administrator + Oppdater søkeresultater + Last programtilleggdata på nytt + Hurtigjuster vindusbredden + Hurtigjuster vindushøyden + Bruk når du krever programtillegg for å laste inn og oppdatere eksisterende data på nytt. + Du kan legge til en hurtigtast til for denne funksjonen. + Egendefinerte hurtigtaster for spørring + Egendefinerte snarveier for spørring + Innebygde snarveier + Spørring + Snarvei + Utvidelse + Beskrivelse + Slett + Rediger + Legg til + Ingen + Velg et element + Er du sikker på at du vil slette {0} programtillegg hurtigtast? + Er du sikker på at du vil slette snarvei: {0} med utvidelse {1}? + Hent tekst fra utklippstavlen. + Hent sti fra aktiv utforsker. + Vindusskyggeeffekt for spørringer + Skyggeeffekt har en betydelig bruk av GPU. Anbefales ikke hvis datamaskinens ytelse er begrenset. + Vindusbredde størrelse + Du kan også raskt justere dette ved å bruke Ctrl+[ og Ctrl+]. + Bruk Segoe Fluent ikoner + Bruk Segoe Fluent Icons for spørreresultater der det støttes + Trykk tast - HTTP Proxy - Enable HTTP Proxy - HTTP Server + HTTP proxy + Aktiver HTTP proxy + HTTP-tjener Port - User Name - Password - Test Proxy - Save - Server field can't be empty - Port field can't be empty - Invalid port format - Proxy configuration saved successfully - Proxy configured correctly - Proxy connection failed + Brukernavn + Passord + Test-proxy + Lagre + Tjenerfelt kan ikke være tomt + Portfelt kan ikke være tomt + Ugyldig portformat + Proxy-konfigurasjonen ble lagret + Proxy konfigurert riktig + Proxy-tilkobling mislyktes - About - Website + Om + Nettsted GitHub - Docs - Version - Icons - You have activated Flow Launcher {0} times - Check for Updates - Become A Sponsor - New version {0} is available, would you like to restart Flow Launcher to use the update? - Check updates failed, please check your connection and proxy settings to api.github.com. + Dokumenter + Versjon + Ikoner + Du har aktivert Flow Launcher {0} ganger + Se etter oppdateringer + Bli en sponsor + Ny versjon {0} er tilgjengelig, vil du starte Flow Launcher på nytt for å bruke oppdateringen? + Sjekk oppdateringer mislyktes, vennligst sjekk tilkoblingen og proxy-innstillingene til api.github.com. - Download updates failed, please check your connection and proxy settings to github-cloud.s3.amazonaws.com, - or go to https://github.com/Flow-Launcher/Flow.Launcher/releases to download updates manually. + Nedlasting av oppdateringer mislyktes, vennligst sjekk tilkoblings- og mellomtjenerinnstillingene til github-cloud.s3.amazonaws.com, + eller gå til https://github.com/Flow-Launcher/Flow.Launcher/releases for å laste ned manuelt. - Release Notes - Usage Tips + Versjonsmerknader + Tips om bruk DevTools - Setting Folder - Log Folder - Clear Logs - Are you sure you want to delete all logs? - Wizard - User Data Location - 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. - Open Folder + Innstillingsmappe + Loggmappe + Tøm logger + Er du sikker på at du vil slette alle loggene? + Veiviser + Plassering av brukerdata + Brukerinnstillinger og installerte programtillegg lagres i brukerens datamappe. Denne plasseringen kan variere avhengig av om den er i portabel modus eller ikke. + Åpne mappe - Select File Manager - Please specify the file location of the file manager you using and add arguments as required. The "%d" represents the directory path to open for, used by the Arg for Folder field and for commands opening specific directories. The "%f" represents the file path to open for, used by the Arg for File field and for commands opening specific files. - For example, if the file manager uses a command such as "totalcmd.exe /A c:\windows" to open the c:\windows directory, the File Manager Path will be totalcmd.exe, and the Arg For Folder will be /A "%d". Certain file managers like QTTabBar may just require a path to be supplied, in this instance use "%d" as the File Manager Path and leave the rest of the fileds blank. - File Manager - Profile Name - File Manager Path - Arg For Folder - Arg For File + Velg filbehandler + Vennligst spesifiser filplasseringen til filbehandleren du bruker, og legg til argumenter etter behov. "%d" representerer katalogbanen som skal åpnes for, brukt av Arg for mappe-feltet og for kommandoer som åpner spesifikke kataloger. "%f" representerer filbanen som skal åpnes for, brukt av Arg for fil-feltet og for kommandoer som åpner spesifikke filer. + For eksempel, hvis filbehandleren bruker en kommando som "totalcmd.exe /A c:windows" for å åpne c:windows-katalogen, vil filbehandlingsbanen bli totalcmd.exe, og Arg For Folder vil være /A "%d". Enkelte filbehandlere som QTTabBar kan bare kreve at en bane oppgis, i dette tilfellet bruker du "%d" som filbehandlingsbane og lar resten av feltene stå tomme. + Filbehandler + Profilnavn + Filbehandler sti + Arg for mappe + Arg for fil - Default Web Browser - The default setting follows the OS default browser setting. If specified separately, flow uses that browser. - Browser - Browser Name - Browser Path - New Window - New Tab - Private Mode + Standard nettleser + Standardinnstillingen følger operativsystemets standard nettleserinnstilling. Hvis det er angitt separat, bruker Flow denne nettleseren. + Nettleser + Nettlesernavn + Sti til nettleser + Nytt vindu + Ny fane + Privat modus - Change Priority - Greater the number, the higher the result will be ranked. Try setting it as 5. If you want the results to be lower than any other plugin's, provide a negative number - Please provide an valid integer for Priority! + Endre prioritet + Større nummer, jo høyere vil resultatet bli rangert. Prøv å sette det som 5. Ønsker du at resultatene skal være lavere enn noen andre programtillegg, gi et negativt tall + Angi et gyldig heltall for prioritet! - Old Action Keyword - New Action Keyword - Cancel - Done - Can't find specified plugin - New Action Keyword can't be empty - This new Action Keyword is already assigned to another plugin, please choose a different one - Success - Completed successfully - Enter the action keyword you like to use to start the plugin. Use * if you don't want to specify any, and the plugin will be triggered without any action keywords. + Gammelt nøkkelord for handling + Nytt nøkkelord for handling + Avbryt + Utført + Kan ikke finne spesifisert programtillegg + Nytt handlingsnøkkelord kan ikke være tom + Det nye nøkkelordet for handling er allerede tilordnet et annet programtillegg, velg et annet + Vellykket + Fullført vellykket + Skriv inn handlingsnøkkelord du vil bruke for å starte programtillegget. Bruk * hvis du ikke ønsker å spesifisere noen, og utvidelsen vil bli utløst uten noen handlingsord. - Custom Query Hotkey - Press a custom hotkey to open Flow Launcher and input the specified query automatically. - Preview - Hotkey is unavailable, please select a new hotkey - Invalid plugin hotkey - Update - Binding Hotkey - Current hotkey is unavailable. - This hotkey is reserved for "{0}" and can't be used. Please choose another hotkey. - This hotkey is already in use by "{0}". If you press "Overwrite", it will be removed from "{0}". - Press the keys you want to use for this function. + Hurtigtast for egendefinert spørring + Trykk på en egendefinert hurtigtast for å åpne Flow Launcher og skrive inn den angitte spørringen automatisk. + Forhåndsvis + Hurtigtast er utilgjengelig, vennligst velg en ny hurtigtast + Ugyldig hurtigtast for programtillegg + Oppdater + Binding av hurtigtast + Nåværende hurtigtast er utilgjengelig. + Denne hurtigtasten er reservert for "{0}" og kan ikke brukes. Velg en annen hurtigtast. + Denne hurtigtasten er allerede i bruk av "{0}". Hvis du trykker "Overskriv" vil den bli fjernet fra "{0}". + Trykk på tastene du vil bruke for denne funksjonen. - Custom Query Shortcut - Enter a shortcut that automatically expands to the specified query. - A shortcut is expanded when it exactly matches the query. + Snarvei for egendefinert spørring + Skriv inn en snarvei som automatisk utvides til den angitte spørringen. + En snarvei utvides når den samsvarer nøyaktig med spørringen. -If you add an '@' prefix while inputting a shortcut, it matches any position in the query. Builtin shortcuts match any position in a query. +Hvis du legger til et @-prefiks mens du legger inn en snarvei, samsvarer det med en hvilken som helst posisjon i spørringen. Innebygde snarveier samsvarer med alle posisjoner i en spørring. - Shortcut already exists, please enter a new Shortcut or edit the existing one. - Shortcut and/or its expansion is empty. + Snarveien eksisterer allerede, skriv inn en ny snarvei eller rediger den eksisterende. + Snarvei og/eller utvidelsen er tom. - Save - Overwrite - Cancel - Reset - Delete + Lagre + Overskriv + Avbryt + Tilbakestill + Slett OK - Yes - No + Ja + Nei - Version - Time - Please tell us how application crashed so we can fix it - Send Report - Cancel - General - Exceptions - Exception Type - Source - Stack Trace - Sending - Report sent successfully - Failed to send report - Flow Launcher got an error + Versjon + Tid + Fortell oss hvordan programmet krasjet slik at vi kan fikse det + Send rapport + Avbryt + Generelt + Unntak + Type unntak + Kilde + Stabel spor + Sender + Rapporten ble sendt + Kunne ikke sende rapport + Flow Launcher fikk en feil - Please wait... + Vennligst vent... - Checking for new update - You already have the latest Flow Launcher version - Update found - Updating... + Ser etter nye oppdateringer + Du har allerede siste versjon av Flow Launcher + Oppdatering funnet + Oppdaterer... - Flow Launcher was not able to move your user profile data to the new update version. - Please manually move your profile data folder from {0} to {1} + Flow Launcher kunne ikke flytte brukerprofildataene dine til den nye oppdateringsversjonen. + Du må manuelt flytte profildatamappen fra {0} til {1} - New Update - New Flow Launcher release {0} is now available - An error occurred while trying to install software updates - Update - Cancel - Update Failed - Check your connection and try updating proxy settings to github-cloud.s3.amazonaws.com. - This upgrade will restart Flow Launcher - Following files will be updated - Update files - Update description + Ny oppdatering + Ny versjon av Flow Launcher {0} er nå tilgjengelig + Det oppstod en feil under forsøket på å installere programvareoppdateringer + Oppdater + Avbryt + Oppdatering mislyktes + Sjekk din tilkobling og prøv å oppdatere proxy-innstillingene til github-cloud.s3.amazonaws.com. + Denne oppgraderingen vil starte Flow Launcher på nytt + Følgende filer vil bli oppdatert + Oppdater filer + Beskrivelse av oppdatering - Skip - Welcome to Flow Launcher - Hello, this is the first time you are running Flow Launcher! - Before starting, this wizard will assist in setting up Flow Launcher. You can skip this if you wish. Please choose a language - Search and run all files and applications on your PC - Search everything from applications, files, bookmarks, YouTube, Twitter and more. All from the comfort of your keyboard without ever touching the mouse. - 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. - Hotkeys - Action Keyword and Commands - 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. - Let's Start Flow Launcher - Finished. Enjoy Flow Launcher. Don't forget the hotkey to start :) + Hopp over + Velkommen til Flow Launcher + Hei, dette er første gang du kjører Flow Launcher! + Før du starter, vil denne veiviseren hjelpe deg å sette opp Flow Launcher. Du kan hoppe over dette hvis du vil. Vennligst velg et språk + Søk og kjør alle filer og programmer på PCen din + Søk alt fra programmer, filer, bokmerker, YouTube, Twitter og mer. Alt fra komforten til tastaturet uten å røre musen. + Flow Launcher starter med hurtigtasten nedenfor, fortsett og prøv den nå. For å endre det, klikk på inndata og trykk på ønsket hurtigtast på tastaturet. + Hurtigtaster + Nøkkelord og kommandoer for handling + Søk på nett, starte programmer eller kjør forskjellige funksjoner gjennom programtillegg for Flow Launcher. Enkelte funksjoner begynner med et handlings-nøkkelord, og kan om nødvendig brukes uten handlings-søkeord. Prøv spørringene under i Flow Launcher. + La oss starte Flow Launcher + Fullført. Nyt Flow Launcher. Ikke glem hurtigtasten for å starte :) - Back / Context Menu - Item Navigation - Open Context Menu - Open Containing Folder - Run as Admin / Open Folder in Default File Manager - Query History - Back to Result in Context Menu - Autocomplete - Open / Run Selected Item - Open Setting Window - Reload Plugin Data + Tilbake / Hurtigmeny + Elementnavigering + Åpne hurtigmeny + Åpne innholdsmappen + Kjør som admin / åpne mappe i standard filbehandling + Spørrehistorikk + Tilbake til resultat i hurtigmenyen + Autofullfør + Åpne / Kjør valgte element + Åpne innstillingsvindu + Last programtilleggdata på nytt - Select first result - Select last result - Run current query again - Open result - Open result #{0} + Velg første resultat + Velg siste resultat + Kjør gjeldende spørring på nytt + Åpne resultat + Åpne resultat #{0} - Weather - Weather in Google Result + Vær + Været i Google Resultat > ping 8.8.8.8 - Shell Command + Skallkommando s Bluetooth - Bluetooth in Windows Settings + Bluetooth i Windows innstillinger sn Sticky Notes - File Size - Created - Last Modified + Filstørrelse + Opprettet + Sist endret diff --git a/Flow.Launcher/Languages/nl.xaml b/Flow.Launcher/Languages/nl.xaml index b73fd4cda..d5bd0f284 100644 --- a/Flow.Launcher/Languages/nl.xaml +++ b/Flow.Launcher/Languages/nl.xaml @@ -163,7 +163,7 @@ Resultaat titel lettertype Result Subtitle Font Herstellen - Customize + Aanpassen Venster Modus Ondoorzichtigheid Thema {0} bestaat niet, terugvallen op het standaardthema @@ -183,13 +183,13 @@ Animatie gebruiken in UI Animation Speed The speed of the UI animation - Slow - Medium - Fast - Custom - Clock - Date - This theme supports two(light/dark) modes. + Langzaam + Normaal + Snel + Aangepast + Klok + Datum + Dit thema ondersteunt twee (licht/donker) modi. This theme supports Blur Transparent Background. @@ -200,30 +200,30 @@ Voer snelkoppeling in om Flow Launcher te tonen/verbergen. Toggle Preview Enter shortcut to show/hide preview in search window. - Hotkey Presets - List of currently registered hotkeys + Sneltoets voorinstellingen + Lijst met momenteel geregistreerde sneltoetsen Open resultaatmodificatoren Kies een aanpassingstoets om het geselecteerde resultaat te openen via het toetsenbord. Sneltoets weergeven Show result selection hotkey with results. - Auto Complete - Runs autocomplete for the selected items. - Select Next Item - Select Previous Item - Next Page - Previous Page + Automatisch Aanvullen + Voert automatisch aanvullen uit voor de geselecteerde items. + Selecteer Volgend Item + Selecteer Vorig Item + Volgende Pagina + Vorige Pagina Ga naar vorige zoekopdracht Ga naar volgende zoekopdracht - Open Context Menu - Open Native Context Menu - Open Setting Window - Copy File Path + Open Contextmenu + Open Origineel Contextmenu + Open Instellingenvenster + Kopieer Bestandspad Toggle Game Mode Toggle History Open Containing Folder - Run As Admin - Refresh Search Results - Reload Plugins Data + Uitvoeren Als Administrator + Vernieuw Zoekresultaten + Herlaad Gegevens Plugins Snel vensterbreedte aanpassen Snel vensterhoogte aanpassen Use when require plugins to reload and update their existing data. diff --git a/Flow.Launcher/Languages/pl.xaml b/Flow.Launcher/Languages/pl.xaml index 93cc224bb..7aa0d64b2 100644 --- a/Flow.Launcher/Languages/pl.xaml +++ b/Flow.Launcher/Languages/pl.xaml @@ -2,14 +2,14 @@ - Flow detected you have installed {0} plugins, which will require {1} to run. Would you like to download {1}? - {2}{2} - Click no if it's already installed, and you will be prompted to select the folder that contains the {1} executable + Flow wykrył, że zainstalowano {0} wtyczek, które będą wymagać {1} do działania. Czy chcesz pobrać {1}? +{2}{2} +Kliknij "nie", jeśli jest już zainstalowany. Zostaniesz wtedy poproszony o wybranie folderu zawierającego plik wykonywalny {1} - Please select the {0} executable - Unable to set {0} executable path, please try from Flow's settings (scroll down to the bottom). - Fail to Init Plugins - Plugins: {0} - fail to load and would be disabled, please contact plugin creator for help + Proszę wybrać plik wykonywalny {0} + Nie można ustawić ścieżki pliku wykonywalnego {0}, proszę spróbować z poziomu ustawień Flow (przewiń na dół strony). + Nie udało się zainicjować wtyczek + Wtyczki: {0} - nie udało się załadować i zostaną wyłączone, proszę skontaktować się z twórcą wtyczki w celu uzyskania pomocy Nie udało się zarejestrować skrótu klawiszowego "{0}". Klucz skrótu może być używany przez inny program. Zmień skrót klawiszowy lub wyjdź z innego programu. @@ -47,13 +47,13 @@ Błąd uruchamiania ustawień przy starcie Ukryj okno Flow Launcher kiedy przestanie ono być aktywne Nie pokazuj powiadomienia o nowej wersji - Pozycja Okna Wyszukiwania + Pozycja okna wyszukiwania Zapamiętaj Ostatnią Pozycję Monitoruj kursorem myszy Monitor z Dostosowanym Oknem Monitor główny Monitor Niestandardowy - Pozycja Okna Wyszukiwania na Monitorze + Pozycja okna wyszukiwania na monitorze Wyśrodkowane Środek Góra Lewa Góra @@ -65,17 +65,17 @@ Zachowaj ostatnie zapytanie Wybierz ostatnie zapytanie Puste ostatnie zapytanie - Fixed Window Height - The window height is not adjustable by dragging. + Stała wysokość okna + Wysokość okna nie jest regulowana poprzez przeciąganie. Maksymalna liczba wyników Możesz to również szybko dostosować używając CTRL+Plus i CTRL+Minus. - Ignoruj skróty klawiszowe w trybie pełnego ekranu - Wyłącz aktywowanie Flow Launcher, gdy uruchomiona jest aplikacja pełnoekranowa (Zalecane dla gier). + Ignoruj skróty klawiszowe w trybie pełnoekranowym + Wyłącz aktywację Flow Launcher, gdy aktywna jest aplikacja pełnoekranowa (zalecane dla gier). Domyślny menedżer plików Wybierz menedżer plików używany do otwierania folderów. Domyślna przeglądarka Ustawienie dla nowej karty, nowego okna i trybu prywatnego. - Python Path + Ścieżka Python Ścieżka Node.js Wybierz plik wykonywalny Node.js Wybierz pythonw.exe @@ -84,17 +84,17 @@ Automatyczne aktualizacje Wybierz Uruchamiaj Flow Launcher zminimalizowany - Flow Launcher search window is hidden in the tray after starting up. + Okno wyszukiwania Flow Launcher jest ukryte w zasobniku systemowym po uruchomieniu. Ukryj ikonę zasobnika - Gdy ikona jest ukryta w zasobniku, menu Ustawienia można otworzyć, klikając prawym przyciskiem myszy okno wyszukiwania. + Gdy ikona jest ukryta w zasobniku systemowym, menu Ustawienia można otworzyć, klikając prawym przyciskiem myszy na oknie wyszukiwania. Precyzja wyszukiwania zapytań Zmienia minimalny wynik dopasowania wymagany do uzyskania wyników. - None - Low - Regular + Brak + Niska + Standardowa Szukaj z Pinyin Umożliwia wyszukiwanie przy użyciu Pinyin. Pinyin to standardowy system pisowni zromanizowanej służący do tłumaczenia języka chińskiego. - Zawsze Podgląd + Zawsze podgląd Zawsze otwieraj panel podglądu, gdy aktywowany jest Flow. Naciśnij {0}, aby przełączyć podgląd. Efekt cienia jest niedozwolony, gdy bieżący motyw ma włączony efekt rozmycia @@ -157,28 +157,28 @@ Uruchamiaj programy jako administrator lub inny użytkownik ZabijProces Zakończ niechciane procesy - Search Bar Height - Item Height + Wysokość paska wyszukiwania + Wysokość elementu Czcionka okna zapytania - Result Title Font - Result Subtitle Font - Reset - Customize + Czcionka tytułu wyniku + Czcionka podtytułu wyniku + Resetuj + Personalizuj Tryb w oknie Przeźroczystość Motyw {0} nie istnieje, powróć do domyślnego motywu Nie można załadować motywu {0}, wróć do motywu domyślnego - Folder Motywu - Otwórz folder motywu + Folder motywów + Otwórz folder motywów Schemat kolorów Domyślne ustawienie systemowe Jasny Ciemny Efekty dźwiękowe Odtwarzaj krótki dźwięk po otwarciu okna wyszukiwania - Sound Effect Volume - Adjust the volume of the sound effect - Windows Media Player is unavailable and is required for Flow's volume adjustment. Please check your installation if you need to adjust volume. + Głośność efektów dźwiękowych + Dostosuj głośność efektów dźwiękowych + Windows Media Player jest niedostępny, a jest wymagany do regulacji głośności w Flow. Sprawdź swoją instalację, jeśli potrzebujesz dostosować głośność. Animacja Użyj animacji w interfejsie użytkownika Szybkość animacji @@ -189,68 +189,68 @@ Niestandardowa Zegar Data - This theme supports two(light/dark) modes. - This theme supports Blur Transparent Background. + Ten motyw obsługuje dwa tryby (jasny/ciemny). + Ten motyw obsługuje rozmyte przezroczyste tło. Skrót klawiszowy Skrót klawiszowy - Open Flow Launcher + Otwórz Flow Launcher Wprowadź skrót, aby pokazać/ukryć Flow Launcher. - Toggle Preview + Przełącz podgląd Wprowadź skrót, aby pokazać/ukryć podgląd w oknie wyszukiwania. - Hotkey Presets - List of currently registered hotkeys + Szablony skrótów + Lista zarejestrowanych skrótów klawiszowych Modyfikatory klawiszów otwierających wyniki - Select a modifier key to open selected result via keyboard. + Wybierz klawisz modyfikujący, aby otworzyć wybrany wynik za pomocą klawiatury. Pokaż skrót klawiszowy - Show result selection hotkey with results. - Auto Complete - Runs autocomplete for the selected items. - Select Next Item - Select Previous Item - Next Page - Previous Page - Cycle Previous Query - Cycle Next Query - Open Context Menu - Open Native Context Menu - Open Setting Window - Copy File Path - Toggle Game Mode - Toggle History + Pokaż skrót wyboru wyniku wraz z wynikami. + Autouzupełnienie + Uruchamia autouzupełnianie dla wybranych elementów. + Wybierz następny element + Wybierz poprzedni element + Następna Strona + Poprzednia strona + Przejdź do poprzedniego zapytania + Przejdź do następnego zapytania + Otwórz menu kontekstowe + Otwórz natywne menu kontekstowe + Otwórz okno ustawień + Kopiuj ścieżkę pliku + Przełącz tryb gry + Przełącz historię Otwórz folder zawierający - Run As Admin - Refresh Search Results - Reload Plugins Data - Quick Adjust Window Width - Quick Adjust Window Height - Use when require plugins to reload and update their existing data. - You can add one more hotkey for this function. + Uruchom jako Administrator + Odśwież wyniki wyszukiwania + Odśwież dane wtyczek + Szybka regulacja szerokości okna + Szybka regulacja szerokości okna + Używaj, gdy wymagane jest odświeżenie wtyczek i zaktualizowanie ich istniejących danych. + Możesz dodać jeszcze jeden skrót klawiszowy dla tej funkcji. Skrót klawiszowy niestandardowych zapytań Custom Query Shortcut Built-in Shortcut - Query - Shortcut - Expansion + Zapytanie + Skrót + Rozwinięcie Opis Usuń Edytuj Dodaj - None + Brak Musisz coś wybrać Czy jesteś pewien że chcesz usunąć skrót klawiszowy {0} wtyczki? - Are you sure you want to delete shortcut: {0} with expansion {1}? - Get text from clipboard. - Get path from active explorer. - Query window shadow effect - Shadow effect has a substantial usage of GPU. Not recommended if your computer performance is limited. - Window Width Size - You can also quickly adjust this by using Ctrl+[ and Ctrl+]. - Use Segoe Fluent Icons - Use Segoe Fluent Icons for query results where supported - Press Key + Czy na pewno chcesz usunąć skrót: {0} z rozszerzeniem {1}? + Pobierz tekst ze schowka. + Pobierz ścieżkę z aktywnego eksploratora. + Efekt cienia okna zapytania + Efekt cienia znacząco obciąża GPU. Niezalecane, jeśli wydajność twojego komputera jest ograniczona. + Szerokość okna + Możesz to również szybko dostosować, używając Ctrl+[ i Ctrl+]. + Użyj ikon Segoe Fluent + Użyj ikon Segoe Fluent dla wyników wyszukiwania, gdzie jest to obsługiwane + Naciśnij klawisz Serwer proxy HTTP @@ -270,36 +270,36 @@ O programie - Website + Strona internetowa GitHub - Docs + Dokumentacja Wersja - Icons + Ikony Uaktywniłeś Flow Launcher {0} razy Szukaj aktualizacji - Become A Sponsor + Zostań sponsorem Nowa wersja {0} jest dostępna, uruchom ponownie Flow Launcher - Check updates failed, please check your connection and proxy settings to api.github.com. + Sprawdzenie aktualizacji nie powiodło się. Sprawdź swoje połączenie i ustawienia proxy dla api.github.com. - Download updates failed, please check your connection and proxy settings to github-cloud.s3.amazonaws.com, - or go to https://github.com/Flow-Launcher/Flow.Launcher/releases to download updates manually. + Pobieranie aktualizacji nie powiodło się. Sprawdź połączenie internetowe i ustawienia proxy dla github-cloud.s3.amazonaws.com + lub przejdź do https://github.com/Flow-Launcher/Flow.Launcher/releases, aby pobrać aktualizacje ręcznie. Zmiany - Usage Tips - DevTools - Setting Folder - Log Folder - Clear Logs - Are you sure you want to delete all logs? - Wizard - User Data Location - 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. - Open Folder + Wskazówki użycia + Narzędzia deweloperskie + Folder ustawień + Folder dziennika + Wyczyść logi + Czy na pewno chcesz usunąć wszystkie logi? + Kreator + Lokalizacja danych użytkownika + Ustawienia użytkownika i zainstalowane wtyczki są zapisywane w folderze danych użytkownika. Ta lokalizacja może się różnić w zależności od tego, czy aplikacja jest w trybie przenośnym, czy nie. + Otwórz folder - Select File Manager - Please specify the file location of the file manager you using and add arguments as required. The "%d" represents the directory path to open for, used by the Arg for Folder field and for commands opening specific directories. The "%f" represents the file path to open for, used by the Arg for File field and for commands opening specific files. - For example, if the file manager uses a command such as "totalcmd.exe /A c:\windows" to open the c:\windows directory, the File Manager Path will be totalcmd.exe, and the Arg For Folder will be /A "%d". Certain file managers like QTTabBar may just require a path to be supplied, in this instance use "%d" as the File Manager Path and leave the rest of the fileds blank. + Wybierz menedżer plików + Proszę określić lokalizację pliku menedżera plików, którego używasz i dodać argumenty według potrzeb. Symbol "%d" reprezentuje ścieżkę katalogu do otwarcia, używaną w polu Arg dla Folderu oraz dla poleceń otwierających konkretne katalogi. Symbol "%f" reprezentuje ścieżkę pliku do otwarcia, używaną w polu Arg dla Pliku oraz dla poleceń otwierających konkretne pliki. + Na przykład, jeśli menedżer plików używa polecenia takiego jak „totalcmd.exe /A c:\windows" do otwarcia katalogu c:\windows, Ścieżka Menedżera Plików będzie totalcmd.exe, a Argument dla Folderu będzie /A "%d". Niektóre menedżery plików, takie jak QTTabBar, mogą wymagać jedynie podania ścieżki; w takim przypadku użyj "%d" jako Ścieżki Menedżera Plików, a pozostałe pola pozostaw puste. Menadżer plików Nazwa profilu Ścieżka menedżera plików @@ -340,11 +340,11 @@ Skrót klawiszowy jest niedostępny, musisz podać inny skrót klawiszowy Niepoprawny skrót klawiszowy Aktualizuj - Binding Hotkey - Current hotkey is unavailable. - This hotkey is reserved for "{0}" and can't be used. Please choose another hotkey. - This hotkey is already in use by "{0}". If you press "Overwrite", it will be removed from "{0}". - Press the keys you want to use for this function. + Przypisywanie skrótów + Bieżący skrót klawiszowy jest niedostępny. + Ten skrót klawiszowy jest zarezerwowany dla "{0}" i nie może być użyty. Proszę wybrać inny skrót. + Ten skrót klawiszowy jest już używany przez "{0}". Jeśli naciśniesz "Nadpisz", zostanie on usunięty z "{0}". + Naciśnij klawisze, których chcesz użyć dla tej funkcji. Niestandardowy skrót zapytania @@ -358,13 +358,13 @@ Jeśli dodasz prefiks '@' podczas wprowadzania skrótu, będzie on pasował do d Zapisz - Overwrite + Nadpisz Anuluj - Reset + Zresetuj Usu Aktualizuj - Yes - No + Tak + Nie Wersja @@ -428,29 +428,29 @@ Jeśli dodasz prefiks '@' podczas wprowadzania skrótu, będzie on pasował do d Otwórz folder zawierający Uruchom jako administrator / Otwórz folder w domyślnym menedżerze plików Historia zapytań - Back to Result in Context Menu - Autocomplete - Open / Run Selected Item - Open Setting Window - Reload Plugin Data + Powrót do wyniku w menu kontekstowym + Autouzupełnianie + Otwórz / Uruchom zaznaczony element + Otwórz okno ustawień + Odśwież dane wtyczek - Select first result - Select last result - Run current query again - Open result - Open result #{0} + Wybierz pierwszy wynik + Wybierz ostatni wynik + Uruchom ponownie bieżące zapytanie + Otwórz wynik + Otwórz wynik #{0} - Weather - Weather in Google Result + Pogoda + Pogoda w wynikach Google > ping 8.8.8.8 - Shell Command + Polecenie powłoki s Bluetooth - Bluetooth in Windows Settings + Bluetooth w ustawieniach Windows sn - Sticky Notes + Podręczne notatki - File Size - Created - Last Modified + Rozmiar pliku + Utworzono + Ostatnia modyfikacja diff --git a/Flow.Launcher/Languages/vi.xaml b/Flow.Launcher/Languages/vi.xaml index 2adc0f081..802d4b06c 100644 --- a/Flow.Launcher/Languages/vi.xaml +++ b/Flow.Launcher/Languages/vi.xaml @@ -2,9 +2,9 @@ - Flow detected you have installed {0} plugins, which will require {1} to run. Would you like to download {1}? + Flow phát hiện bạn đã cài plugin {0}, plugin này cần {1} để chạy. Bạn có muốn tải {1}? {2}{2} - Click no if it's already installed, and you will be prompted to select the folder that contains the {1} executable + Hãy chọn không nếu nó đã được cài đặt, và bạn sẽ được hỏi chọn thư mục chứa chương trình thực thi {1} Please select the {0} executable Unable to set {0} executable path, please try from Flow's settings (scroll down to the bottom). @@ -13,7 +13,7 @@ Không thể đăng ký phím nóng "{0}". Phím nóng có thể được sử dụng bởi một chương trình khác. Chuyển sang phím nóng khác hoặc thoát khỏi chương trình khác. - Trình khởi chạy luồng + Flow Launcher Không thể khởi động {0} Định dạng tệp plugin Flow Launcher không chính xác Đặt ở vị trí trên cùng trong truy vấn này @@ -65,8 +65,8 @@ Giữ lại truy vấn cuối cùng Chọn truy vấn cuối cùng Trống truy vấn cuối cùng - Fixed Window Height - The window height is not adjustable by dragging. + Giữ nguyên chiều cao cửa sổ + Chiều cao cửa sổ không thể thay đổi bằng cách kéo. Số kết quả tối đa Có thể thiết lập nhanh chóng bằng CTRL+Plus và CTRL+Minus. Bỏ qua phím nóng khi cửa sổ ở chế độ toàn màn hình @@ -83,15 +83,15 @@ Tạm thời chuyển phương thức nhập sang tiếng Anh khi kích hoạt Flow. Cập nhật tự động Chọn - Ẩn Trình khởi chạy luồng khi khởi động - Flow Launcher search window is hidden in the tray after starting up. + Ẩn Flow Launcher khi khởi động + Flow Launcher sẽ ẩn trong khay hệ thống sau khi khởi động. Ẩn biểu tượng thanh trạng thái Khi biểu tượng bị ẩn khỏi khay, bạn có thể mở menu Cài đặt bằng cách nhấp chuột phải vào cửa sổ tìm kiếm. Độ chính xác của tìm kiếm truy vấn Kết quả tìm kiếm bắt buộc. Không - Low - Regular + Thấp + Bình thường Hoạt động bính âm Cho phép bạn sử dụng Bính âm để tìm kiếm. Bính âm là hệ thống ký hiệu La Mã tiêu chuẩn để dịch văn bản tiếng Trung. Luôn xem trước @@ -157,7 +157,7 @@ Khởi chạy chương trình với tư cách quản trị viên hoặc người dùng khác Buộc Tắt Tiến Trình Chấm dứt các tiến trình không mong muốn - Search Bar Height + Chiều cao thanh tìm kiếm Item Height Phông chữ hộp truy vấn Result Title Font @@ -222,7 +222,7 @@ Chuyển đổi lịch sử Mở thư mục chứa Chạy với quyền admin - Refresh Search Results + Làm mới kết quả tìm kiếm Dữ liệu plugin không tải Điều chỉnh nhanh độ rộng cửa sổ Điều chỉnh nhanh chiều cao cửa sổ @@ -367,8 +367,8 @@ Đặt lại Xóa OK - Yes - No + + Không Phiên bản @@ -444,7 +444,7 @@ Chọn kết quả cuối cùng Chạy lại truy vấn hiện tại Mở kết quả - Open result #{0} + Mở kết quả #{0} Thời Tiết Thời tiết từ kết quả của Google diff --git a/Flow.Launcher/MainWindow.xaml.cs b/Flow.Launcher/MainWindow.xaml.cs index 60048d070..0f8b8f6d7 100644 --- a/Flow.Launcher/MainWindow.xaml.cs +++ b/Flow.Launcher/MainWindow.xaml.cs @@ -58,6 +58,8 @@ namespace Flow.Launcher _settings = settings; InitializeComponent(); + // Initialize call twice to work around multi-display alignment issue- https://github.com/Flow-Launcher/Flow.Launcher/issues/2910 + InitializePosition(); InitializePosition(); InitSoundEffects(); @@ -72,11 +74,7 @@ namespace Flow.Launcher }; } - DispatcherTimer timer = new DispatcherTimer - { - Interval = new TimeSpan(0, 0, 0, 0, 500), - IsEnabled = false - }; + DispatcherTimer timer = new DispatcherTimer { Interval = new TimeSpan(0, 0, 0, 0, 500), IsEnabled = false }; public MainWindow() { @@ -87,6 +85,7 @@ namespace Flow.Launcher private const int WM_EXITSIZEMOVE = 0x0232; private int _initialWidth; private int _initialHeight; + private IntPtr WndProc(IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, ref bool handled) { if (msg == WM_ENTERSIZEMOVE) @@ -95,18 +94,22 @@ namespace Flow.Launcher _initialHeight = (int)Height; handled = true; } + if (msg == WM_EXITSIZEMOVE) { - if ( _initialHeight != (int)Height) + if (_initialHeight != (int)Height) { OnResizeEnd(); } + if (_initialWidth != (int)Width) { FlowMainWindow.SizeToContent = SizeToContent.Height; } + handled = true; } + return IntPtr.Zero; } @@ -131,6 +134,7 @@ namespace Flow.Launcher _settings.MaxResultsToShow = Convert.ToInt32(Math.Truncate(itemCount)); } } + FlowMainWindow.SizeToContent = SizeToContent.Height; _viewModel.MainWindowWidth = Width; } @@ -175,6 +179,7 @@ namespace Flow.Launcher private void OnInitialized(object sender, EventArgs e) { } + private void OnLoaded(object sender, RoutedEventArgs _) { // MouseEventHandler @@ -186,6 +191,8 @@ namespace Flow.Launcher InitializeColorScheme(); WindowsInteropHelper.DisableControlBox(this); InitProgressbarAnimation(); + // Initialize call twice to work around multi-display alignment issue- https://github.com/Flow-Launcher/Flow.Launcher/issues/2910 + InitializePosition(); InitializePosition(); PreviewReset(); // since the default main window visibility is visible @@ -206,6 +213,7 @@ namespace Flow.Launcher { SoundPlay(); } + UpdatePosition(); PreviewReset(); Activate(); @@ -217,7 +225,8 @@ namespace Flow.Launcher _viewModel.LastQuerySelected = true; } - if (_viewModel.ProgressBarVisibility == Visibility.Visible && isProgressBarStoryboardPaused) + if (_viewModel.ProgressBarVisibility == Visibility.Visible && + isProgressBarStoryboardPaused) { _progressBarStoryboard.Begin(ProgressBar, true); isProgressBarStoryboardPaused = false; @@ -258,9 +267,12 @@ namespace Flow.Launcher MoveQueryTextToEnd(); _viewModel.QueryTextCursorMovedToEnd = false; } + break; case nameof(MainViewModel.GameModeStatus): - _notifyIcon.Icon = _viewModel.GameModeStatus ? Properties.Resources.gamemode : Properties.Resources.app; + _notifyIcon.Icon = _viewModel.GameModeStatus + ? Properties.Resources.gamemode + : Properties.Resources.app; break; } }; @@ -290,50 +302,59 @@ namespace Flow.Launcher private void InitializePosition() { - if (_settings.SearchWindowScreen == SearchWindowScreens.RememberLastLaunchLocation) + // Initialize call twice to work around multi-display alignment issue- https://github.com/Flow-Launcher/Flow.Launcher/issues/2910 + InitializePositionInner(); + InitializePositionInner(); + return; + + void InitializePositionInner() { - Top = _settings.WindowTop; - Left = _settings.WindowLeft; - } - else - { - var screen = SelectedScreen(); - switch (_settings.SearchWindowAlign) + if (_settings.SearchWindowScreen == SearchWindowScreens.RememberLastLaunchLocation) { - case SearchWindowAligns.Center: - Left = HorizonCenter(screen); - Top = VerticalCenter(screen); - break; - case SearchWindowAligns.CenterTop: - Left = HorizonCenter(screen); - Top = 10; - break; - case SearchWindowAligns.LeftTop: - Left = HorizonLeft(screen); - Top = 10; - break; - case SearchWindowAligns.RightTop: - Left = HorizonRight(screen); - Top = 10; - break; - case SearchWindowAligns.Custom: - Left = WindowsInteropHelper.TransformPixelsToDIP(this, screen.WorkingArea.X + _settings.CustomWindowLeft, 0).X; - Top = WindowsInteropHelper.TransformPixelsToDIP(this, 0, screen.WorkingArea.Y + _settings.CustomWindowTop).Y; - break; + Top = _settings.WindowTop; + Left = _settings.WindowLeft; + } + else + { + var screen = SelectedScreen(); + switch (_settings.SearchWindowAlign) + { + case SearchWindowAligns.Center: + Left = HorizonCenter(screen); + Top = VerticalCenter(screen); + break; + case SearchWindowAligns.CenterTop: + Left = HorizonCenter(screen); + Top = 10; + break; + case SearchWindowAligns.LeftTop: + Left = HorizonLeft(screen); + Top = 10; + break; + case SearchWindowAligns.RightTop: + Left = HorizonRight(screen); + Top = 10; + break; + case SearchWindowAligns.Custom: + Left = WindowsInteropHelper.TransformPixelsToDIP(this, + screen.WorkingArea.X + _settings.CustomWindowLeft, 0).X; + Top = WindowsInteropHelper.TransformPixelsToDIP(this, 0, + screen.WorkingArea.Y + _settings.CustomWindowTop).Y; + break; + } } } - } private void UpdateNotifyIconText() { var menu = contextMenu; - ((MenuItem)menu.Items[0]).Header = InternationalizationManager.Instance.GetTranslation("iconTrayOpen") + " (" + _settings.Hotkey + ")"; + ((MenuItem)menu.Items[0]).Header = InternationalizationManager.Instance.GetTranslation("iconTrayOpen") + + " (" + _settings.Hotkey + ")"; ((MenuItem)menu.Items[1]).Header = InternationalizationManager.Instance.GetTranslation("GameMode"); ((MenuItem)menu.Items[2]).Header = InternationalizationManager.Instance.GetTranslation("PositionReset"); ((MenuItem)menu.Items[3]).Header = InternationalizationManager.Instance.GetTranslation("iconTraySettings"); ((MenuItem)menu.Items[4]).Header = InternationalizationManager.Instance.GetTranslation("iconTrayExit"); - } private void InitializeNotifyIcon() @@ -345,50 +366,34 @@ namespace Flow.Launcher Visible = !_settings.HideNotifyIcon }; - var openIcon = new FontIcon - { - Glyph = "\ue71e" - }; + var openIcon = new FontIcon { Glyph = "\ue71e" }; var open = new MenuItem { - Header = InternationalizationManager.Instance.GetTranslation("iconTrayOpen") + " (" + _settings.Hotkey + ")", + Header = InternationalizationManager.Instance.GetTranslation("iconTrayOpen") + " (" + + _settings.Hotkey + ")", Icon = openIcon }; - var gamemodeIcon = new FontIcon - { - Glyph = "\ue7fc" - }; + var gamemodeIcon = new FontIcon { Glyph = "\ue7fc" }; var gamemode = new MenuItem { - Header = InternationalizationManager.Instance.GetTranslation("GameMode"), - Icon = gamemodeIcon - }; - var positionresetIcon = new FontIcon - { - Glyph = "\ue73f" + Header = InternationalizationManager.Instance.GetTranslation("GameMode"), Icon = gamemodeIcon }; + var positionresetIcon = new FontIcon { Glyph = "\ue73f" }; var positionreset = new MenuItem { Header = InternationalizationManager.Instance.GetTranslation("PositionReset"), Icon = positionresetIcon }; - var settingsIcon = new FontIcon - { - Glyph = "\ue713" - }; + var settingsIcon = new FontIcon { Glyph = "\ue713" }; var settings = new MenuItem { Header = InternationalizationManager.Instance.GetTranslation("iconTraySettings"), Icon = settingsIcon }; - var exitIcon = new FontIcon - { - Glyph = "\ue7e8" - }; + var exitIcon = new FontIcon { Glyph = "\ue7e8" }; var exit = new MenuItem { - Header = InternationalizationManager.Instance.GetTranslation("iconTrayExit"), - Icon = exitIcon + Header = InternationalizationManager.Instance.GetTranslation("iconTrayExit"), Icon = exitIcon }; open.Click += (o, e) => _viewModel.ToggleFlowLauncher(); @@ -421,6 +426,7 @@ namespace Flow.Launcher { _ = SetForegroundWindow(hwndSource.Handle); } + contextMenu.Focus(); break; } @@ -454,8 +460,10 @@ namespace Flow.Launcher private void InitProgressbarAnimation() { - var da = new DoubleAnimation(ProgressBar.X2, ActualWidth + 100, new Duration(new TimeSpan(0, 0, 0, 0, 1600))); - var da1 = new DoubleAnimation(ProgressBar.X1, ActualWidth + 0, new Duration(new TimeSpan(0, 0, 0, 0, 1600))); + var da = new DoubleAnimation(ProgressBar.X2, ActualWidth + 100, + new Duration(new TimeSpan(0, 0, 0, 0, 1600))); + var da1 = new DoubleAnimation(ProgressBar.X1, ActualWidth + 0, + new Duration(new TimeSpan(0, 0, 0, 0, 1600))); Storyboard.SetTargetProperty(da, new PropertyPath("(Line.X2)")); Storyboard.SetTargetProperty(da1, new PropertyPath("(Line.X1)")); _progressBarStoryboard.Children.Add(da); @@ -565,6 +573,7 @@ namespace Flow.Launcher { clocksb.Begin(ClockPanel); } + iconsb.Begin(SearchIcon); windowsb.Begin(FlowMainWindow); } @@ -641,6 +650,9 @@ namespace Flow.Launcher { if (_animating) return; + + // Initialize call twice to work around multi-display alignment issue- https://github.com/Flow-Launcher/Flow.Launcher/issues/2910 + InitializePosition(); InitializePosition(); } @@ -671,7 +683,7 @@ namespace Flow.Launcher public Screen SelectedScreen() { Screen screen = null; - switch(_settings.SearchWindowScreen) + switch (_settings.SearchWindowScreen) { case SearchWindowScreens.Cursor: screen = Screen.FromPoint(System.Windows.Forms.Cursor.Position); @@ -693,6 +705,7 @@ namespace Flow.Launcher screen = Screen.AllScreens[0]; break; } + return screen ?? Screen.AllScreens[0]; } @@ -762,6 +775,7 @@ namespace Flow.Launcher _viewModel.LoadContextMenuCommand.Execute(null); e.Handled = true; } + break; case Key.Left: if (!_viewModel.SelectedIsFromQueryResults() && QueryTextBox.CaretIndex == 0) @@ -769,6 +783,7 @@ namespace Flow.Launcher _viewModel.EscCommand.Execute(null); e.Handled = true; } + break; case Key.Back: if (specialKeyState.CtrlPressed) @@ -787,12 +802,13 @@ namespace Flow.Launcher } } } + break; default: break; - } } + private void OnKeyUp(object sender, KeyEventArgs e) { if (e.Key == Key.Up || e.Key == Key.Down) @@ -808,6 +824,7 @@ namespace Flow.Launcher e.Handled = true; // Ignore Mouse Hover when press Arrowkeys } } + public void PreviewReset() { _viewModel.ResetPreview(); diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index f6381b465..a81d9e0d1 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -171,6 +171,7 @@ IsPaneToggleButtonVisible="False" IsSettingsVisible="False" IsTabStop="False" + Loaded="NavView_Loaded" OpenPaneLength="240" PaneDisplayMode="Left" SelectionChanged="NavigationView_SelectionChanged"> diff --git a/Flow.Launcher/SettingWindow.xaml.cs b/Flow.Launcher/SettingWindow.xaml.cs index 4cc125fa4..cb3f1e4a1 100644 --- a/Flow.Launcher/SettingWindow.xaml.cs +++ b/Flow.Launcher/SettingWindow.xaml.cs @@ -29,7 +29,6 @@ public partial class SettingWindow _api = api; InitializePosition(); InitializeComponent(); - NavView.SelectedItem = NavView.MenuItems[0]; /* Set First Page */ } private void OnLoaded(object sender, RoutedEventArgs e) @@ -169,7 +168,11 @@ public partial class SettingWindow else { var selectedItem = (NavigationViewItem)args.SelectedItem; - if (selectedItem == null) return; + if (selectedItem == null) + { + NavView_Loaded(sender, null); /* Reset First Page */ + return; + } var pageType = selectedItem.Name switch { @@ -186,5 +189,22 @@ public partial class SettingWindow } } + private void NavView_Loaded(object sender, RoutedEventArgs e) + { + if (ContentFrame.IsLoaded) + { + ContentFrame_Loaded(sender, e); + } + else + { + ContentFrame.Loaded += ContentFrame_Loaded; + } + } + + private void ContentFrame_Loaded(object sender, RoutedEventArgs e) + { + NavView.SelectedItem ??= NavView.MenuItems[0]; /* Set First Page */ + } + public record PaneData(Settings Settings, Updater Updater, IPortable Portable); } diff --git a/Flow.Launcher/WelcomeWindow.xaml b/Flow.Launcher/WelcomeWindow.xaml index 003dac5bc..208fc807f 100644 --- a/Flow.Launcher/WelcomeWindow.xaml +++ b/Flow.Launcher/WelcomeWindow.xaml @@ -82,6 +82,7 @@ diff --git a/Flow.Launcher/WelcomeWindow.xaml.cs b/Flow.Launcher/WelcomeWindow.xaml.cs index eaa993872..c3723a8c5 100644 --- a/Flow.Launcher/WelcomeWindow.xaml.cs +++ b/Flow.Launcher/WelcomeWindow.xaml.cs @@ -17,7 +17,6 @@ namespace Flow.Launcher InitializeComponent(); BackButton.IsEnabled = false; this.settings = settings; - ContentFrame.Navigate(PageTypeSelector(1), settings); } private NavigationTransitionInfo _transitionInfo = new SlideNavigationTransitionInfo() @@ -102,9 +101,15 @@ namespace Flow.Launcher var tRequest = new TraversalRequest(FocusNavigationDirection.Next); textBox.MoveFocus(tRequest); } + private void OnActivated(object sender, EventArgs e) { Keyboard.ClearFocus(); } + + private void ContentFrame_Loaded(object sender, RoutedEventArgs e) + { + ContentFrame.Navigate(PageTypeSelector(1), settings); /* Set First Page */ + } } -} \ No newline at end of file +} diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj index 4e2d5575a..03ac0491f 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj @@ -95,7 +95,7 @@ - + diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/de.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/de.xaml index 54581910f..c5d371c6c 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/de.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/de.xaml @@ -3,7 +3,7 @@ Browser-Lesezeichen - Lesezeichen durchsuchen + Ihre Browser-Lesezeichen durchsuchen Lesezeichen-Daten @@ -11,18 +11,19 @@ Neues Fenster Neuer Tab Browser aus Pfad festlegen: - Auswählen - Kopiere Url - Die Url des Lesezeichens in die Zwischenablage kopieren - Lade Browser-Lesezeichen aus: + Wählen + URL kopieren + URL des Lesezeichens in Zwischenablage kopieren + Browser laden aus: Browser-Name - Pfad zum Datenverzeichnis + URL des Lesezeichens in Zwischenablage kopieren Hinzufügen Bearbeiten Löschen Durchsuchen - Others - Browser Engine - If you are not using Chrome, Firefox or Edge, or you are using their portable version, you need to add bookmarks data directory and select correct browser engine to make this plugin work. - For example: Brave's engine is Chromium; and its default bookmarks data location is: "%LOCALAPPDATA%\BraveSoftware\Brave-Browser\UserData". For Firefox engine, the bookmarks directory is the userdata folder contains the places.sqlite file. + Andere + Browser-Engine + Wenn Sie nicht Chrome, Firefox oder Edge verwenden oder deren portable Version nutzen, müssen Sie das Lesezeichen-Datenverzeichnis hinzufügen und die richtige Browser-Engine auswählen, damit dieses Plug-in funktioniert. + Zum Beispiel: Die Engine von Brave ist Chromium, und deren Standardspeicherort der Lesezeichen-Daten ist: +%LOCALAPPDATA%\BraveSoftware\Brave-Browser\UserData". Bei der Firefox-Engine ist das Lesezeichenverzeichnis der Ordner userdata, der die Datei places.sqlite enthält. diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/nb.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/nb.xaml index 90f4ea49b..273dad465 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/nb.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/nb.xaml @@ -2,27 +2,27 @@ - Browser Bookmarks - Search your browser bookmarks + Nettleserbokmerker + Søk i nettleserbokmerker - Bookmark Data - Open bookmarks in: - New window - New tab - Set browser from path: - Choose - Copy url - Copy the bookmark's url to clipboard - Load Browser From: - Browser Name - Data Directory Path - Add - Edit - Delete - Browse - Others - Browser Engine - If you are not using Chrome, Firefox or Edge, or you are using their portable version, you need to add bookmarks data directory and select correct browser engine to make this plugin work. - For example: Brave's engine is Chromium; and its default bookmarks data location is: "%LOCALAPPDATA%\BraveSoftware\Brave-Browser\UserData". For Firefox engine, the bookmarks directory is the userdata folder contains the places.sqlite file. + Bokmerkedata + Åpne bokmerker i: + Nytt vindu + Ny fane + Angi nettleser fra banen: + Velg + Kopier nettadresse + Kopier bokmerkets nettadresse til utklippstavlen + Last nettleser fra: + Nettlesernavn + Sti til datakatalog + Legg til + Rediger + Slett + Bla + Andre + Nettlesermotor + Hvis du ikke bruker Chrome, Firefox eller Edge, eller hvis du bruker den bærbare versjonen, må du legge til bokmerkedatakatalog og velge riktig nettlesermotor for å få dette programtillegget til å fungere. + For eksempel: Brave's motor er Chromium; og standardplasseringen av bokmerker er: "%LOCALAPPDATA%\BraveSoftware\Brave-Browser\UserData". For Firefox-motoren er bokmerkekatalogen brukerdatamappen som inneholder places.sqlite-filen. diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/pl.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/pl.xaml index 0a78aeb7b..f487874ac 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/pl.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/pl.xaml @@ -2,27 +2,27 @@ - Browser Bookmarks - Search your browser bookmarks + Zakładki przeglądarki + Przeszukaj zakładki przeglądarki - Bookmark Data - Open bookmarks in: - New window - New tab - Set browser from path: - Choose - Copy url - Copy the bookmark's url to clipboard - Load Browser From: - Browser Name - Data Directory Path + Dane zakładek + Otwórz zakładki w: + Nowe okno + Nowa karta + Ustaw przeglądarkę ze ścieżki: + Wybierz + Kopiuj adres url + Skopiuj adres url zakładki do schowka + Załaduj przeglądarkę z: + Nazwa przeglądarki + Ścieżka katalogu danych Dodaj Edytuj Usu Przeglądaj - Others - Browser Engine - If you are not using Chrome, Firefox or Edge, or you are using their portable version, you need to add bookmarks data directory and select correct browser engine to make this plugin work. - For example: Brave's engine is Chromium; and its default bookmarks data location is: "%LOCALAPPDATA%\BraveSoftware\Brave-Browser\UserData". For Firefox engine, the bookmarks directory is the userdata folder contains the places.sqlite file. + Inne + Silnik przeglądarki + Jeśli nie używasz Chrome, Firefox lub Edge, lub używasz ich wersji przenośnej, musisz dodać katalog danych zakładek i wybrać poprawny silnik przeglądarki, aby wtyczka działała. + Na przykład: silnikiem przeglądarki Brave jest Chromium, a domyślna lokalizacja danych zakładek to: "%LOCALAPPDATA%\BraveSoftware\Brave-Browser\UserData". W przypadku silnika Firefoksa, katalog zakładek to folder danych użytkownika zawierający plik places.sqlite. diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/plugin.json b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/plugin.json index 60226d02f..a7c230956 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/plugin.json +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/plugin.json @@ -4,7 +4,7 @@ "Name": "Browser Bookmarks", "Description": "Search your browser bookmarks", "Author": "qianlifeng, Ioannis G.", - "Version": "3.3.1", + "Version": "3.3.3", "Language": "csharp", "Website": "https://github.com/Flow-Launcher/Flow.Launcher", "ExecuteFileName": "Flow.Launcher.Plugin.BrowserBookmark.dll", diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/de.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/de.xaml index 79936069c..47bcaacc9 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/de.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/de.xaml @@ -2,14 +2,14 @@ Rechner - Stellt mathematische Berechnungen bereit.(Versuche 5*3-2 in Flow Launcher) - Keine Zahl (NaN) - Ausdruck falsch oder nicht vollständig (Klammern vergessen?) + Ermöglicht mathematische Berechnungen (z. B. 5*3-2 in Flow Launcher) + Nicht eine Zahl (NaN) + Ausdruck falsch oder unvollständig (Haben Sie einige Klammern vergessen?) Diese Zahl in die Zwischenablage kopieren Dezimaltrennzeichen - Das Dezimaltrennzeichen, welches bei der Ausgabe verwendet werden soll. - Systemeinstellung nutzen + Das Dezimaltrennzeichen, das in der Ausgabe verwendet werden soll. + Systemgebietsschema verwenden Komma (,) Punkt (.) - Max. Nachkommastellen + Max. Dezimalstellen diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/nb.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/nb.xaml index 15598118c..527df1d21 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/nb.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/nb.xaml @@ -1,15 +1,15 @@  - Calculator - Allows to do mathematical calculations.(Try 5*3-2 in Flow Launcher) - Not a number (NaN) - Expression wrong or incomplete (Did you forget some parentheses?) - Copy this number to the clipboard - Decimal separator - The decimal separator to be used in the output. - Use system locale - Comma (,) - Dot (.) - Max. decimal places + Kalkulator + Lar deg gjøre matematiske beregninger. (Prøv 5*3-2 i Flow Launcher) + Ikke et tall (NaN) + Uttrykk feil eller ufullstendig (glem noen parenteser?) + Kopier dette nummeret til utklippstavlen + Desimalskille + Desimalskilletegnet som skal brukes i utdataene. + Bruk systemets nasjonale innstilling + Komma (,) + Prikk (.) + Maks. desimaler diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/pl.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/pl.xaml index aa00d1039..f697d2e6d 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/pl.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/pl.xaml @@ -3,13 +3,13 @@ Kalkulator Szybkie wykonywanie obliczeń matematycznych. (Spróbuj wpisać 5*3-2 w oknie Flow Launchera) - Not a number (NaN) - Expression wrong or incomplete (Did you forget some parentheses?) - Copy this number to the clipboard - Decimal separator - The decimal separator to be used in the output. - Use system locale - Comma (,) - Dot (.) - Max. decimal places + Nie liczba (NaN) + Wyrażenie niepoprawne lub niekompletne (Czy zapomniałeś o nawiasach?) + Skopiuj ten numer do schowka + Separator dziesiętny + Separator dziesiętny używany w wyniku. + Użyj ustawień regionalnych systemu + Przecinek (,) + Kropka (.) + Maks. liczba miejsc po przecinku diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/plugin.json b/Plugins/Flow.Launcher.Plugin.Calculator/plugin.json index b814fcd18..bb15cedf2 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/plugin.json +++ b/Plugins/Flow.Launcher.Plugin.Calculator/plugin.json @@ -4,7 +4,7 @@ "Name": "Calculator", "Description": "Provide mathematical calculations.(Try 5*3-2 in Flow Launcher)", "Author": "cxfksword", - "Version": "3.1.2", + "Version": "3.1.4", "Language": "csharp", "Website": "https://github.com/Flow-Launcher/Flow.Launcher", "ExecuteFileName": "Flow.Launcher.Plugin.Calculator.dll", diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Flow.Launcher.Plugin.Explorer.csproj b/Plugins/Flow.Launcher.Plugin.Explorer/Flow.Launcher.Plugin.Explorer.csproj index 6d1497327..29925aeef 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Flow.Launcher.Plugin.Explorer.csproj +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Flow.Launcher.Plugin.Explorer.csproj @@ -45,7 +45,7 @@ - + diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ar.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ar.xaml index 102ac3e41..db85ef7b1 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ar.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ar.xaml @@ -161,5 +161,5 @@ قائمة السياق الأصلية عرض قائمة السياق الأصلية (تجريبي) أدناه يمكنك تحديد العناصر التي تريد تضمينها في قائمة السياق، يمكن أن تكون جزئية (على سبيل المثال 'pen wit') أو كاملة ('فتح بواسطة'). - أدناه يمكنك تحديد العناصر التي تريد استبعادها من قائمة السياق، يمكن أن تكون جزئية (على سبيل المثال 'pen wit') أو كاملة ('فتح بواسطة') + يمكنك أدناه تحديد العناصر التي تريد استبعادها من قائمة الضغط الأيمن، يمكن أن تكون جزئية (على سبيل المثال، 'pen wit') أو كاملة ('Open with'). diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/cs.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/cs.xaml index cb1a3ee90..9d23e3afe 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/cs.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/cs.xaml @@ -161,5 +161,5 @@ Native Context Menu Display native context menu (experimental) 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'). - Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with') + Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with'). diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/da.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/da.xaml index 7ed7c35a3..0f7619954 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/da.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/da.xaml @@ -161,5 +161,5 @@ Native Context Menu Display native context menu (experimental) 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'). - Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with') + Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with'). diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/de.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/de.xaml index 228174710..e3862df76 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/de.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/de.xaml @@ -2,45 +2,45 @@ - Zuerst eine Auswahl treffen - Bitte wähle eine Ordnerverknüpfung - Bist du sicher {0} zu löschen? + Bitte treffen Sie zuerst eine Auswahl. + Bitte wählen Sie einen Ordner-Link aus + Sind Sie sicher, dass Sie {0} löschen wollen? Sind Sie sicher, dass Sie diese Datei dauerhaft löschen möchten? - Are you sure you want to permanently delete this file/folder? - Löschen erfolgreich - Successfully deleted {0} - Die Zuweisung des globalen Aktions-Schlüsselwortes könnte zu viele Ergebnisse bei der Suche hervorrufen. Bitte wählen Sie ein spezielles Aktionswort - Schnellzugriff kann nicht auf das globale Aktionswort gesetzt werden, wenn aktiviert. Bitte wählen Sie ein spezielles Aktionswort - Der benötigte Dienst für Windows Indexsuche scheint nicht ausgeführt zu werden - Um dies zu beheben, starten Sie den Windows-Suchdienst. Klicken Sie hier, um diese Warnung zu entfernen - Die Warnmeldung wurde ausgeschaltet. Möchten Sie als Alternative für die Suche nach Dateien und Ordnern das Plugin Everything installieren?{0}{0}Wählen Sie 'Ja', um das Plugin Everything zu installieren, oder 'Nein', um zurückzukehren - Explorer Alternative - Error occurred during search: {0} - Could not open folder - Could not open file + Sind Sie sicher, dass Sie diese(n) Datei/Ordner dauerhaft löschen wollen? + Löschung erfolgreich + Erfolgreich gelöscht {0} + Die Zuweisung des globalen Aktions-Schlüsselwortes könnte zu viele Ergebnisse bei der Suche hervorrufen. Bitte wählen Sie ein spezifisches Aktions-Schlüsselwort + Schnellzugriff kann nicht auf das globale Aktions-Schlüsselwort gesetzt werden, wenn aktiviert. Bitte wählen Sie ein spezifisches Aktions-Schlüsselwort + Der erforderliche Dienst für Windows-Indexsuche scheint nicht ausgeführt zu werden + Um dies zu beheben, starten Sie den Windows-Suchdienst. Wählen Sie hier aus, um diese Warnung zu entfernen + Die Warnmeldung ist ausgeschaltet worden. Möchten Sie als Alternative für die Suche nach Dateien und Ordnern das Plugin Everything installieren?{0}{0}Wählen Sie 'Ja' aus, um das Plug-in Everything zu installieren, oder 'Nein', um zurückzukehren + Explorer-Alternative + Fehler aufgetreten während Suche: {0} + Ordner konnte nicht geöffnet werden + Datei konnte nicht geöffnet werden Löschen Bearbeiten Hinzufügen - General Setting - Aktions-Schlüsselwörter ändern + Allgemeine Einstellung + Aktions-Schlüsselwörter individuell anpassen Schnellzugriff-Links - Everything Setting - Preview Panel + Everyhting-Einstellung + Vorschau-Panel Größe - Date Created - Date Modified - Display File Info - Date and time format - Sort Option: - Everything Path: - Launch Hidden - Editor pad - Shell Path - Indexsuche ausgeschlossen Pfade - Verwenden Suchergebnis Standort als ausführbare Arbeitsverzeichnis - Hit Enter to open folder in Default File Manager + Erstellungsdatum + Änderungsdatum + Datei-Info anzeigen + Datums- und Zeitformat + Sortieroption: + Everything-Pfad: + Ausgeblendet starten + Editor-Pfad + Shell-Pfad + Indexsuche ausgeschlossene Pfade + Ort des Suchergebnisses als Arbeitsverzeichnis der ausführbaren Datei verwenden + Drücken Sie die Enter, um den Ordner im Default-Dateimanager zu öffnen Use Index Search For Path Search Indexierungsoptionen Suche: @@ -51,10 +51,10 @@ Aktuelles Aktions-Schlüsselwort Fertig Aktiviert - Wenn diese Funktion deaktiviert ist, führt Flow diese Suchoption nicht aus und kehrt zusätzlich zu '*' zurück, um das Aktionsschlüsselwort freizugeben + Wenn deaktiviert, führt Flow diese Suchoption nicht aus und kehrt zusätzlich zu '*' zurück, um das Aktions-Schlüsselwort freizugeben Everything - Windows Index - Direct Enumeration + Windows-Index + Direkte Aufzählung Datei-Editor-Pfad Ordner-Editor-Pfad Aktiviert @@ -64,22 +64,22 @@ Directory Recursive Search Engine Index Search Engine Open Windows Index Option - Excluded File Types (comma seperated) - For example: exe,jpg,png - Maximum results - The maximum number of results requested from active search engine + Ausgeschlossene Dateitypen (durch Komma getrennt) + Zum Beispiel: exe,jpg,png + Maximale Ergebnisse + Die maximale Anzahl der angeforderten Ergebnisse aus aktiver Suchmaschine Explorer - Find and manage files and folders via Windows Search or Everything + Dateien und Ordner via Windows-Suche oder Everything finden und verwalten - Ctrl + Enter to open the directory - Ctrl + Enter to open the containing folder + Strg+Enter, um das Verzeichnis zu öffnen + Strg+Enter, um den enthaltenden Ordner zu öffnen Pfad kopieren - Copy path of current item to clipboard + Pfad des aktuellen Elements in Zwischenablage kopieren Kopieren Aktuelle Datei in Zwischenablage kopieren Aktuellen Ordner in Zwischenablage kopieren @@ -87,79 +87,79 @@ Aktuelle Datei dauerhaft löschen Aktuellen Ordner dauerhaft löschen Pfad: - Ausgewählte löschen + Ausgewähltes löschen Als anderer Benutzer ausführen - Ausgewählte mit einem anderen Benutzerkonto ausführen + Ausgewähltes unter Verwendung eines anderen Benutzerkontos ausführen Enthaltenden Ordner öffnen - Open the location that contains current item + Den Ort öffnen, der aktuelles Element enthält Öffnen mit Editor: - Failed to open file at {0} with Editor {1} at {2} - Open With Shell: - Failed to open folder {0} with Shell {1} at {2} - Aktuelles und Unterverzeichnisse von der Indexsuche ausschließen - Von der Indexsuche ausgeschlossen - Windows Indexoptionen öffnen + Datei bei {0} konnte nicht mit Editor {1} bei {2} geöffnet werden + Öffnen mit Shell: + Ordner {0} konnte nicht mit Shell {1} bei {2} geöffnet werden + Aktuelles und Unterverzeichnisse aus Indexsuche ausschließen + Aus Indexsuche ausgeschlossen + Windows-Indexierungsoptionen öffnen Indexierte Dateien und Ordner verwalten - Fehler beim Öffnen der Windows-Indexierungsoptionen + Windows-Indexierungsoptionen konnten nicht geöffnet werden Zu Schnellzugriff hinzufügen - Add current item to Quick Access - Successfully Added - Successfully added to Quick Access - Successfully Removed - Successfully removed from Quick Access - Add to Quick Access so it can be opened with Explorer's Search Activation action keyword - Remove from Quick Access - Remove from Quick Access - Remove current item from Quick Access - Show Windows Context Menu + Aktuelles Element zu Schnellzugriff hinzufügen + Erfolgreich hinzugefügt + Erfolgreich zum Schnellzugriff hinzugefügt + Erfolgreich entfernt + Erfolgreich aus Schnellzugriff entfernt + Zum Schnellzugriff hinzufügen, so kann dieser mit dem Aktions-Schlüsselwort "Suchaktivierung" des Explorers geöffnet werden + Aus Schnellzugriff entfernen + Aus Schnellzugriff entfernen + Aktuelles Element aus Schnellzugriff entfernen + Windows-Kontextmenü zeigen Öffnen mit - Programm zum Öffnen auswählen + Ein Programm zum Öffnen auswählen - {0} free of {1} - Open in Default File Manager + {0} frei von {1} + In Default-Dateimanager öffnen - Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches. + Verwenden Sie '>', um in diesem Verzeichnis zu suchen, '*', um nach Dateierweiterungen zu suchen, oder '>*', um beide Suchen zu kombinieren. - Failed to load Everything SDK - Everything Service läuft nicht - Everything Plugin hat einen Fehler (drücke Enter zum kopieren der Fehlernachricht) - Sort By + Everything SDK konnte nicht geladen werden + Warnung: Everything-Dienst wird nicht ausgeführt + Fehler bei Abfrage von Everything + Sortieren nach Name - Path + Pfad Größe Extension Type Name - Date Created - Date Modified - Attributes + Erstellungsdatum + Änderungsdatum + Attribute File List FileName Run Count - Date Recently Changed - Date Accessed - Date Run + Datum kürzlich geändert + Zugriffsdatum + Ausführungsdatum - Warning: This is not a Fast Sort option, searches may be slow + Warnung: Dies ist keine Schnellsortieroption, Suchen können langsam sein - Search Full Path + Vollständigen Pfad suchen Enable File/Folder Run Count Klicken, um Everything zu starten oder zu installieren - Everything Installation - Installing Everything service. Please wait... - Successfully installed Everything service - Failed to automatically install Everything service. Please manually install it from https://www.voidtools.com - Click here to start it - Unable to find an Everything installation, would you like to manually select a location?{0}{0}Click no and Everything will be automatically installed for you - Möchten Sie die Inhaltssuche für alles aktivieren? - It can be very slow without index (which is only supported in Everything v1.5+) + Everything-Installation + Everything-Dienst wird installiert. Bitte warten Sie ... + Everything-Dienst erfolgreich installiert + Der Everything-Dienst konnte nicht automatisch installiert werden. Bitte installieren Sie ihn manuell über https://www.voidtools.com + Klicken Sie hier, um es zu starten + Es kann keine Everything-Installation gefuinden werden, möchten Sie einen Ort manuell auswählen?{0}{0}Klicken Sie auf Nein und Everything wird automatisch für Sie installiert + Möchten Sie die Inhaltssuche für Everything aktivieren? + Es kann sehr langsam sein ohne Index (was nur in Everything v1.5+ unterstützt wird) - Native Context Menu - Display native context menu (experimental) - 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'). - Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with') + Natives Kontextmenü + Natives Kontextmenü anzeigen (experimentell) + Unten können Sie die Elemente angeben, die Sie in das Kontextmenü aufnehmen möchten. Diese können partiell (z. B. „Stift mit“) oder vollständig („Öffnen mit“) sein. + Unten können Sie die Elemente angeben, die Sie aus dem Kontextmenü ausschließen möchten. Diese können partiell (z. B. „Stift mit“) oder vollständig („Öffnen mit“) sein. diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/es-419.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/es-419.xaml index 38b1cdace..304a41c23 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/es-419.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/es-419.xaml @@ -161,5 +161,5 @@ Native Context Menu Display native context menu (experimental) 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'). - Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with') + Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with'). diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/es.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/es.xaml index 0e5180356..e144b724c 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/es.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/es.xaml @@ -160,6 +160,6 @@ Menú contextual nativo Mostrar menú contextual nativo (experimental) - En el siguiente cuadro puede especificar los elementos que desea incluir en el menú contextual, puede describirlos de forma parcial o completa (p. ej., 'ejecutar' o 'Abrir con'). - En el siguiente cuadro puede especificar los elementos que desea excluir del menú contextual, puede describirlos de forma parcial o completa (p. ej., 'ejecutar' o 'Abrir con'). + En el siguiente cuadro puede especificar los elementos que desea incluir en el menú contextual, puede describirlos de forma parcial (p. ej., 'brir co') o completa ('Abrir con'). + En el siguiente cuadro puede especificar los elementos que desea excluir en el menú contextual, puede describirlos de forma parcial (p. ej., 'brir co') o completa ('Abrir con'). diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/fr.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/fr.xaml index 4c04db491..1aeffd6ed 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/fr.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/fr.xaml @@ -161,5 +161,5 @@ Menu contextuel natif Afficher le menu contextuel natif (expérimental) Ci-dessous, vous pouvez spécifier les éléments que vous souhaitez inclure dans le menu contextuel. Ils peuvent être partiels ('pen wit') ou complets ('Ouvrir avec'). - Vous pouvez spécifier ci-dessous les éléments que vous souhaitez exclure du menu contextuel. Ces éléments peuvent être partiels ('pen wit') ou complets ('Open with'). + Vous pouvez spécifier ci-dessous les éléments que vous souhaitez exclure du menu contextuel. Ces éléments peuvent être partiels (par exemple, "pen wit") ou complets ("Ouvrir avec"). diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/it.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/it.xaml index e44f843fd..eb0ef2771 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/it.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/it.xaml @@ -161,5 +161,5 @@ Menu Contestuale Nativo Visualizza il menu contestuale nativo (sperimentale) Sotto si può specificare elementi che si vuole includere nel menu contestuale, che possono essere parziali (es 'pri co') o completi ('Apri con'). - Sotto si può specificare elementi che si vuole escludere dal menu contestuale, che possono essere parziali (es 'pri co') o completi ('Apri con') + Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with'). diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ja.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ja.xaml index 64e9c9856..df6199976 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ja.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ja.xaml @@ -161,5 +161,5 @@ Native Context Menu Display native context menu (experimental) 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'). - Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with') + Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with'). diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ko.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ko.xaml index 854762780..0d96210e1 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ko.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ko.xaml @@ -161,5 +161,5 @@ Native Context Menu Display native context menu (experimental) 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'). - Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with') + Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with'). diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/nb.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/nb.xaml index a7a5be6e0..9c908c569 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/nb.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/nb.xaml @@ -2,164 +2,164 @@ - Please make a selection first - Please select a folder link - Are you sure you want to delete {0}? - Are you sure you want to permanently delete this file? - Are you sure you want to permanently delete this file/folder? - Deletion successful - Successfully deleted {0} - Assigning the global action keyword could bring up too many results during search. Please choose a specific action keyword - Quick Access can not be set to the global action keyword when enabled. Please choose a specific action keyword - The required service for Windows Index Search does not appear to be running - To fix this, start the Windows Search service. Select here to remove this warning - The warning message has been switched off. As an alternative for searching files and folders, would you like to install Everything plugin?{0}{0}Select 'Yes' to install Everything plugin, or 'No' to return - Explorer Alternative - Error occurred during search: {0} - Could not open folder - Could not open file + Vennligst gjør et valg først + Velg en mappekobling + Er du sikker på at du ønsker å slette {0}? + Er du sikker på at du vil slette denne filen permanent? + Er du sikker på at du vil slette denne filen/mappen permanent? + Vellykket sletting + {0} ble slettet + Hvis du tilordner det globale handlingsnøkkelordet, kan det få for mange resultater under søk. Velg et bestemt handlingsnøkkelord + Hurtigtilgang kan ikke stilles til det globale handlingsnøkkelordet når det er aktivert. Vennligst velg et spesifikt handlingsnøkkelord + Den nødvendige tjenesten for Windows Index Search ser ikke ut til å kjøre + For å fikse dette, start Windows-søketjenesten. Velg her for å fjerne denne advarselen + Advarselen er slått av. Som et alternativ for å søke filer og mapper, vil du installere Everything-programtillegget?{0}{0}Velg 'Ja' for å installere Everything-programtillegget, eller 'Nei' for å returnere + Alternativ til utforsker + Feil oppstod under søk: {0} + Kunne ikke åpne mappe + Kunne ikke åpne fil - Delete - Edit - Add - General Setting - Customise Action Keywords - Quick Access Links - Everything Setting - Preview Panel - Size - Date Created - Date Modified - Display File Info - Date and time format - Sort Option: - Everything Path: - Launch Hidden - Editor Path - Shell Path - Index Search Excluded Paths - Use search result's location as the working directory of the executable - Hit Enter to open folder in Default File Manager - Use Index Search For Path Search - Indexing Options - Search: - Path Search: - File Content Search: - Index Search: - Quick Access: - Current Action Keyword - Done - Enabled - When disabled Flow will not execute this search option, and will additionally revert back to '*' to free up the action keyword + Slett + Rediger + Legg til + Generell innstilling + Tilpass handlingsnøkkelord + Koblinger for hurtigtilgang + Everything-innstilling + Forhåndsvisningspanel + Størrelse + Dato opprettet + Dato endret + Vis filinfo + Dato- og klokkeslettformat + Alternativ for sortering: + Everything-sti: + Start skjult + Sti til redigeringsprogram + Skall-sti + Søk i indekser ekskluderte baner + Bruk søkeresultatets plassering som arbeidskatalogen til den kjørbare filen + Trykk Enter for å åpne mappen i standard filbehandler + Bruk indekssøk for banesøk + Alternativer for indeksering + Søk: + Søk etter filbane: + Søk etter filinnhold: + Indekssøk: + Hurtigtilgang: + Nåværende nøkkelord for handling + Utført + Aktivert + Når deaktivert vil Flow ikke utføre dette søkealternativet, og vil i tillegg gå tilbake til '*' for å frigjøre handlingsnøkkelordet Everything - Windows Index - Direct Enumeration + Windows-indeks + Direkte oppregning Filredigeringsbane Mapperedigeringsbane - Enabled - Disabled + Aktivert + Deaktivert - Content Search Engine - Directory Recursive Search Engine - Index Search Engine - Open Windows Index Option - Excluded File Types (comma seperated) - For example: exe,jpg,png - Maximum results - The maximum number of results requested from active search engine + Søkemotor for innhold + Rekursiv søkemotor for katalog + Indeks-søkemotor + Åpne Windows-indeksalternativet + Ekskluderte filtyper (kommaseparert) + For eksempel: exe,jpg,png + Maksimalt antall resultater + Maksimalt antall forespurte resultater fra aktiv søkemotor - Explorer - Find and manage files and folders via Windows Search or Everything + Utforsker + Finn og administrer filer og mapper via Windows Søk eller Everything - Ctrl + Enter to open the directory - Ctrl + Enter to open the containing folder + Ctrl + Enter for å åpne katalogen + Ctrl + Enter for å åpne mappen som inneholder - Copy path - Copy path of current item to clipboard - Copy - Copy current file to clipboard - Copy current folder to clipboard - Delete - Permanently delete current file - Permanently delete current folder - Path: - Delete the selected - Run as different user - Run the selected using a different user account - Open containing folder - Open the location that contains current item - Open With Editor: - Failed to open file at {0} with Editor {1} at {2} - Open With Shell: - Failed to open folder {0} with Shell {1} at {2} - Exclude current and sub-directories from Index Search - Excluded from Index Search - Open Windows Indexing Options - Manage indexed files and folders - Failed to open Windows Indexing Options - Add to Quick Access - Add current item to Quick Access - Successfully Added - Successfully added to Quick Access - Successfully Removed - Successfully removed from Quick Access - Add to Quick Access so it can be opened with Explorer's Search Activation action keyword - Remove from Quick Access - Remove from Quick Access - Remove current item from Quick Access - Show Windows Context Menu - Open With - Select a program to open with + Kopier sti + Kopier sti til gjeldende element til utklippstavlen + Kopier + Kopier gjeldende fil til utklippstavlen + Kopier gjeldende mappe til utklippstavlen + Slett + Slett gjeldende fil permanent + Slett gjeldende mappe permanent + Sti: + Slett valgte + Kjør som annen bruker + Kjør valgte med en annen brukerkonto + Åpne inneholdende mappe + Åpne plasseringen som inneholder gjeldende element + Åpne med redigeringsprogram: + Kunne ikke åpne filen på {0} med redigeringsprogram {1} ved {2} + Åpne med Skall: + Kunne ikke å åpne mappe {0} med Skall {1} ved {2} + Utelukk gjeldende og underkataloger fra Indekssøk + Ekskludert fra indekssøk + Åpne Windows indekseringsalternativer + Behandle indekserte filer og mapper + Kunne ikke åpne Windows indekseringsalternativer + Legg til hurtigtilgang + Legg gjeldende element til hurtigtilgang + Lagt til + Vellykket lagt til hurtigtilgang + Fjernet + Fjernet fra hurtigtilgang + Legg til i hurtigtilgang, slik at den kan åpnes med handlingsnøkkelordet Søkeaktivering i Utforsker + Fjern fra hurtigtilgang + Fjern fra hurtigtilgang + Fjern gjeldende element fra hurtigtilgang + Vis Windows-hurtigmeny + Åpne med + Velg et program for å åpne med - {0} free of {1} - Open in Default File Manager + {0} ledig av {1} + Åpne i standard filbehandler - Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches. + Bruk '>' for å søke i denne katalogen, '*' for å søke etter filendelser eller '>*' for å kombinere begge søkene. - Failed to load Everything SDK - Warning: Everything service is not running - Error while querying Everything - Sort By - Name - Path - Size - Extension - Type Name - Date Created - Date Modified - Attributes - File List FileName - Run Count - Date Recently Changed - Date Accessed - Date Run + Kan ikke laste inn Everything-SDK + Advarsel: Everything-tjenesten kjører ikke + Feil under spørring av Everything + Sorter etter + Navn + Sti + Størrelse + Utvidelse + Typenavn + Dato opprettet + Dato endret + Attributter + Filliste Filnavn + Antall kjøringer + Dato nylig endret + Dato for tilgang + Dato for kjøring - Warning: This is not a Fast Sort option, searches may be slow + Advarsel: dette er ikke et hurtigsorteringsalternativ, søk kan være trege - Search Full Path - Enable File/Folder Run Count + Søk i hele banen + Aktiver antall fil-/mappekjøringer - Click to launch or install Everything - Everything Installation - Installing Everything service. Please wait... - Successfully installed Everything service - Failed to automatically install Everything service. Please manually install it from https://www.voidtools.com - Click here to start it - Unable to find an Everything installation, would you like to manually select a location?{0}{0}Click no and Everything will be automatically installed for you - Do you want to enable content search for Everything? - It can be very slow without index (which is only supported in Everything v1.5+) + Klikk for å starte eller installere Everything + Installasjon av Everything + Installerer Everything-tjenesten. Vennligst vent... + Everything-tjenesten vellykket installert + Kunne ikke installere Everything-tjenesten automatisk. Installer den manuelt fra https://www.voidtools.com + Klikk her for å starte den + Kunne ikke finne en Everything-installasjon, vil du manuelt velge en plassering?{0}{0}Klikk nei, og Everything vil bli automatisk installert for deg + Vil du aktivere innholdssøk for Everything? + Det kan være veldig tregt uten indeks (som bare støttes i Everything v1.5+) - Native Context Menu - Display native context menu (experimental) - 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'). - Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with') + Opprinnelig hurtigmeny + Vis opprinnelig hurtigmeny (eksperimentell) + Nedenfor kan du spesifisere elementer du vil inkludere i hurtigtmenyen, de kan være delvise (f.eks. 'pne me') eller komplette ('Åpne med'). + Nedenfor kan du spesifisere elementer du vil ekskludere fra hurtigtmenyen, de kan være delvise (f.eks. 'pne me') eller komplette ('Åpne med'). diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/nl.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/nl.xaml index e5c5a8668..38e45aaa8 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/nl.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/nl.xaml @@ -161,5 +161,5 @@ Native Context Menu Display native context menu (experimental) 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'). - Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with') + Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with'). diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pl.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pl.xaml index 1f0ba159a..324b8ad36 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pl.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pl.xaml @@ -6,160 +6,160 @@ Musisz wybrać któryś folder z listy Czy jesteś pewien że chcesz usunąć {0}? Jesteś pewny, że chcesz usunąć ten plik trwale? - Are you sure you want to permanently delete this file/folder? - Deletion successful - Successfully deleted {0} - Assigning the global action keyword could bring up too many results during search. Please choose a specific action keyword - Quick Access can not be set to the global action keyword when enabled. Please choose a specific action keyword - The required service for Windows Index Search does not appear to be running - To fix this, start the Windows Search service. Select here to remove this warning - The warning message has been switched off. As an alternative for searching files and folders, would you like to install Everything plugin?{0}{0}Select 'Yes' to install Everything plugin, or 'No' to return - Explorer Alternative - Error occurred during search: {0} - Could not open folder - Could not open file + Czy na pewno chcesz trwale usunąć ten plik/folder? + Usunięcie powiodło się + Pomyślnie usunięto {0} + Przypisanie globalnego słowa kluczowego akcji może spowodować wyświetlenie zbyt wielu wyników podczas wyszukiwania. Proszę wybrać konkretne słowo kluczowe akcji + Szybki dostęp nie może być ustawiony jako globalny klawisz akcji, gdy jest włączony. Proszę wybrać konkretny klawisz akcji + Wymagana usługa dla Windows Index Search nie wydaje się być uruchomiona + Aby to naprawić, uruchom usługę wyszukiwania Windows. Wybierz tutaj, aby usunąć to ostrzeżenie + Komunikat ostrzegawczy został wyłączony. Jako alternatywę do wyszukiwania plików i folderów, czy chcesz zainstalować wtyczkę Everything?{0}{0}Wybierz 'Tak', aby zainstalować wtyczkę Everything, lub 'Nie', aby powrócić + Alternatywa dla Eksploratora + Wystąpił błąd podczas wyszukiwania: {0} + Nie można otworzyć folderu + Nie można otworzyć pliku Usuń Edytuj Dodaj - General Setting - Customise Action Keywords - Quick Access Links - Everything Setting - Preview Panel + Ustawienia ogólne + Zmień słowa kluczowe akcji + Linki szybkiego dostępu + Ustawienia Everything + Panel podglądu Rozmiar - Date Created - Date Modified - Display File Info - Date and time format - Sort Option: - Everything Path: - Launch Hidden + Data utworzenia + Data modyfikacji + Wyświetl informacje o pliku + Format daty i czasu + Opcje sortowania: + Ścieżka Everything: + Uruchom w tle Ścieżka edytora - Shell Path - Index Search Excluded Paths - Use search result's location as the working directory of the executable - Hit Enter to open folder in Default File Manager - Use Index Search For Path Search - Indexing Options - Search: - Path Search: - File Content Search: - Index Search: - Quick Access: - Current Action Keyword + Ścieżka powłoki + Wykluczone ścieżki indeksu + Użyj lokalizacji wyników wyszukiwania jako katalogu roboczego pliku wykonywalnego + Naciśnij Enter, aby otworzyć folder w domyślnym menedżerze plików + Użyj wyszukiwania indeksowego do przeszukiwania ścieżek + Opcje indeksowania + Szukaj: + Szukaj w ścieżce: + Przeszukiwanie zawartości plików: + Wyszukiwanie indeksowe: + Szybki dostęp: + Bieżące słowo kluczowe akcji Zapisz - Enabled - When disabled Flow will not execute this search option, and will additionally revert back to '*' to free up the action keyword + Aktywny + Po wyłączeniu Flow nie będzie wykonywać tej opcji wyszukiwania, a dodatkowo przywróci '*', aby zwolnić słowo kluczowe akcji Everything - Windows Index - Direct Enumeration + Indeks Windows + Bezpośrednie wyliczanie Ścieżka edytora plików Ścieżka edytora folderów - Enabled - Disabled + Aktywny + Wyłączony - Content Search Engine - Directory Recursive Search Engine - Index Search Engine - Open Windows Index Option - Excluded File Types (comma seperated) - For example: exe,jpg,png - Maximum results - The maximum number of results requested from active search engine + Wyszukiwarka zawartości + Rekurencyjna wyszukiwarka katalogów + Wyszukiwarka zawartości + Otwórz opcje indeksowania Windows + Wykluczone typy plików (oddzielone przecinkami) + Na przykład: exe,jpg,png + Maksymalna liczba wyników + Maksymalna liczba wyników żądanych przez aktywną wyszukiwarkę Explorer - Find and manage files and folders via Windows Search or Everything + Wyszukaj i zarządzaj plikami oraz folderami za pomocą Windows Search lub Everything - Ctrl + Enter to open the directory - Ctrl + Enter to open the containing folder + Ctrl + Enter, aby otworzyć folder + Ctrl + Enter, aby otworzyć folder zawierający - Copy path - Copy path of current item to clipboard - Copy - Copy current file to clipboard - Copy current folder to clipboard + Skopiuj Ścieżkę + Kopiuj ścieżkę bieżącego elementu do schowka + Kopiuj + Kopiuj bieżący plik do schowka + Kopiuj bieżący folder do schowka Usu - Permanently delete current file - Permanently delete current folder - Path: - Delete the selected - Run as different user - Run the selected using a different user account - Open containing folder - Open the location that contains current item - Open With Editor: - Failed to open file at {0} with Editor {1} at {2} - Open With Shell: - Failed to open folder {0} with Shell {1} at {2} - Exclude current and sub-directories from Index Search - Excluded from Index Search - Open Windows Indexing Options - Manage indexed files and folders - Failed to open Windows Indexing Options - Add to Quick Access - Add current item to Quick Access - Successfully Added - Successfully added to Quick Access - Successfully Removed - Successfully removed from Quick Access - Add to Quick Access so it can be opened with Explorer's Search Activation action keyword - Remove from Quick Access - Remove from Quick Access - Remove current item from Quick Access - Show Windows Context Menu - Open With - Select a program to open with + Trwale usuń bieżący plik + Trwale usuń bieżący folder + Ścieżka: + Usuń zaznaczone + Uruchom jako inny użytkownik + Uruchom wybrane używając innego konta użytkownika + Otwórz folder nadrzędny + Otwórz lokalizację zawierającą bieżący element + Otwórz w edytorze: + Nie udało się otworzyć pliku {0} w edytorze {1} pod ścieżką {2} + Otwórz za pomocą powłoki: + Nie udało się otworzyć folderu {0} za pomocą powłoki {1} w {2} + Wyklucz bieżący i podkatalogi z wyszukiwania indeksowego + Wykluczone z wyszukiwania indeksowego + Otwórz opcje indeksowania Windows + Zarządzaj zindeksowanymi plikami i folderami + Nie udało się otworzyć opcji indeksowania Windows + Dodaj do szybkiego dostępu + Dodaj bieżący element do szybkiego dostępu + Pomyślnie dodano + Pomyślnie dodano do szybkiego dostępu + Pomyślnie usunięto + Pomyślnie usunięto z szybkiego dostępu + Dodaj do szybkiego dostępu, aby można było otworzyć za pomocą słowa kluczowego akcji aktywacji wyszukiwania Eksploratora + Usunieto z szybkiego dostępu + Usunieto z szybkiego dostępu + Usuń bieżący element z szybkiego dostępu + Pokaż menu kontekstowe Windows + Otwórz za pomocą + Wybierz program do otwarcia - {0} free of {1} - Open in Default File Manager + {0} wolne z {1} + Otwórz w domyślnym menedżerze plików - Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches. + Użyj '>' aby przeszukać ten folder, '' aby wyszukać rozszerzenia plików lub '>' aby połączyć oba wyszukiwania. - Failed to load Everything SDK + Nie udało się załadować wszystkich SDK Everything Service nie jest uruchomiony Wystąpił błąd podczas pobierania wyników z Everything - Sort By - Name - Path + Sortuj wg + Nazwa + Ścieżka Rozmiar - Extension - Type Name - Date Created - Date Modified - Attributes - File List FileName - Run Count - Date Recently Changed - Date Accessed - Date Run + Rozszerzenia + Nazwa typu + Data utworzenia + Data modyfikacji + Atrybuty + Nazwa pliku na liście plików + Liczba uruchomień + Data ostatniej zmiany + Data dostępu + Data uruchomienia - Warning: This is not a Fast Sort option, searches may be slow + Uwaga: To nie jest opcja Szybkiego sortowania, wyszukiwania mogą być wolne - Search Full Path - Enable File/Folder Run Count + Wyszukaj pełną ścieżkę + Włącz licznik uruchomień plików/folderów - Click to launch or install Everything - Everything Installation - Installing Everything service. Please wait... - Successfully installed Everything service - Failed to automatically install Everything service. Please manually install it from https://www.voidtools.com - Click here to start it - Unable to find an Everything installation, would you like to manually select a location?{0}{0}Click no and Everything will be automatically installed for you - Do you want to enable content search for Everything? - It can be very slow without index (which is only supported in Everything v1.5+) + Kliknij, aby uruchomić lub zainstalować Everything + Instalacja Everything + Trwa instalacja usługi Everything. Proszę czekać... + Pomyślnie zainstalowano usługę Everything + Nie udało się automatycznie zainstalować usługi Everything. Proszę zainstalować ją ręcznie z https://www.voidtools.com + Kliknij tutaj, aby rozpocząć + Nie można znaleźć instalacji programu Everything. Czy chcesz ręcznie wybrać lokalizację?{0}{0}Kliknij "Nie", a program Everything zostanie automatycznie zainstalowany + Czy chcesz włączyć wyszukiwanie zawartości dla programu Everything? + Może działać bardzo wolno bez indeksu (który jest obsługiwany tylko w Everything w wersji 1.5 i nowszych) - Native Context Menu - Display native context menu (experimental) - 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'). - Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with') + Natywne menu kontekstowe + Wyświetl natywne menu kontekstowe (eksperymentalne) + Poniżej możesz określić elementy, które chcesz uwzględnić w menu kontekstowym. Mogą być one częściowe (np. "otw w") lub pełne ("Otwórz za pomocą"). + Poniżej możesz określić elementy, które chcesz wykluczyć z menu kontekstowego. Mogą być one częściowe (np. "otw w") lub pełne ("Otwórz za pomocą"). diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pt-br.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pt-br.xaml index f87e0e33e..058bd353f 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pt-br.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pt-br.xaml @@ -161,5 +161,5 @@ Native Context Menu Display native context menu (experimental) 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'). - Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with') + Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with'). diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ru.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ru.xaml index f78987145..38b9c29c6 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ru.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ru.xaml @@ -161,5 +161,5 @@ Native Context Menu Display native context menu (experimental) 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'). - Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with') + Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with'). diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sk.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sk.xaml index ecead1875..35883a09c 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sk.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sk.xaml @@ -161,5 +161,5 @@ Natívna kontextová ponuka Zobraziť natívnu kontextovú ponuku (experimentálne) Nižšie môžete určiť položky, ktoré chcete zahrnúť do kontextovej ponuky, môžu byť čiastočné (napr. "tvoriť v program") alebo úplné ("Otvoriť v programe"). - Nižšie môžete určiť položky, ktoré chcete vylúčiť z kontextovej ponuky, môžu byť čiastočné (napr. "tvoriť v program") alebo úplné ("Otvoriť v programe") + Nižšie môžete určiť položky, ktoré chcete vylúčiť z kontextovej ponuky, môžu byť čiastočné (napr. "tvoriť v program") alebo úplné ("Otvoriť v programe"). diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sr.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sr.xaml index ff325bd39..f1227df40 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sr.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sr.xaml @@ -161,5 +161,5 @@ Native Context Menu Display native context menu (experimental) 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'). - Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with') + Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with'). diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/tr.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/tr.xaml index 15b9a5f67..1e09ba103 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/tr.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/tr.xaml @@ -161,5 +161,5 @@ Native Context Menu Display native context menu (experimental) 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'). - Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with') + Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with'). diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/uk-UA.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/uk-UA.xaml index 02c1e8f3b..d96b5b503 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/uk-UA.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/uk-UA.xaml @@ -161,5 +161,6 @@ Рідне контекстне меню Відображати рідне контекстне меню (експериментально) Нижче ви можете вказати елементи, які хочете включити до контекстного меню, вони можуть бути частковими (наприклад, «шир пера») або повними («Відкрити за допомогою»). - Нижче ви можете вказати елементи, які хочете виключити з контекстного меню, вони можуть бути частковими (наприклад, «шир пера») або повними («Відкрити за допомогою») + Нижче ви можете вказати елементи, які хочете виключити з контекстного меню, вони можуть бути частковими (наприклад, «шир пера») або повними («Відкрити за допомогою»). + diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/vi.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/vi.xaml index 3ab89d565..81b5a2f92 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/vi.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/vi.xaml @@ -161,5 +161,5 @@ Native Context Menu Display native context menu (experimental) 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'). - Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with') + Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with'). diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/zh-tw.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/zh-tw.xaml index 4320067b6..9e9697255 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/zh-tw.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/zh-tw.xaml @@ -161,5 +161,5 @@ Native Context Menu Display native context menu (experimental) 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'). - Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with') + Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with'). diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/plugin.json b/Plugins/Flow.Launcher.Plugin.Explorer/plugin.json index f3b7e2a11..d5156fbfd 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/plugin.json +++ b/Plugins/Flow.Launcher.Plugin.Explorer/plugin.json @@ -10,7 +10,7 @@ "Name": "Explorer", "Description": "Find and manage files and folders via Windows Search or Everything", "Author": "Jeremy Wu", - "Version": "3.2.1", + "Version": "3.2.3", "Language": "csharp", "Website": "https://github.com/Flow-Launcher/Flow.Launcher", "ExecuteFileName": "Flow.Launcher.Plugin.Explorer.dll", diff --git a/Plugins/Flow.Launcher.Plugin.PluginIndicator/Languages/de.xaml b/Plugins/Flow.Launcher.Plugin.PluginIndicator/Languages/de.xaml index 48f1fb754..50d3b01ed 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginIndicator/Languages/de.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginIndicator/Languages/de.xaml @@ -1,9 +1,9 @@  - Activate {0} plugin action keyword + Plug-in-Aktions-Schlüsselwort {0} aktivieren - Plugin Indikator - Stellt Vorschläge für Plugin-Befehle bereit + Plug-in-Indikator + Bietet Vorschläge für Aktionswörter für Plug-ins diff --git a/Plugins/Flow.Launcher.Plugin.PluginIndicator/Languages/nb.xaml b/Plugins/Flow.Launcher.Plugin.PluginIndicator/Languages/nb.xaml index 893948d3d..ac8d114b7 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginIndicator/Languages/nb.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginIndicator/Languages/nb.xaml @@ -1,9 +1,9 @@  - Activate {0} plugin action keyword + Aktiver {0} programtillegg-handlingsnøkkelord - Plugin Indicator - Provides plugins action words suggestions + Indikator for programtillegg + Viser forslag til handlingsord for programtillegg diff --git a/Plugins/Flow.Launcher.Plugin.PluginIndicator/Languages/pl.xaml b/Plugins/Flow.Launcher.Plugin.PluginIndicator/Languages/pl.xaml index f8e3eb3ff..0504ffa13 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginIndicator/Languages/pl.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginIndicator/Languages/pl.xaml @@ -1,9 +1,9 @@  - Activate {0} plugin action keyword + Aktywuj słowo kluczowe akcji wtyczki {0} - Plugin Indicator + Wskaźnik wtyczki Pokazuje podpowiedzi jakich zainstalowanych wtyczek możesz użyć diff --git a/Plugins/Flow.Launcher.Plugin.PluginIndicator/plugin.json b/Plugins/Flow.Launcher.Plugin.PluginIndicator/plugin.json index 36af3fe41..3584d04a4 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginIndicator/plugin.json +++ b/Plugins/Flow.Launcher.Plugin.PluginIndicator/plugin.json @@ -4,7 +4,7 @@ "Name": "Plugin Indicator", "Description": "Provides plugin action keyword suggestions", "Author": "qianlifeng", - "Version": "3.0.4", + "Version": "3.0.6", "Language": "csharp", "Website": "https://github.com/Flow-Launcher/Flow.Launcher", "ExecuteFileName": "Flow.Launcher.Plugin.PluginIndicator.dll", diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/de.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/de.xaml index b21397c59..05842f0a4 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/de.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/de.xaml @@ -2,62 +2,62 @@ - Plugin wird heruntergeladen - Successfully downloaded - Fehler: Plugin konnte nicht heruntergeladen werden - {0} by {1} {2}{3}Would you like to uninstall this plugin? After the uninstallation Flow will automatically restart. - {0} by {1} {2}{2}Would you like to uninstall this plugin? - {0} by {1} {2}{3}Would you like to install this plugin? After the installation Flow will automatically restart. - {0} by {1} {2}{2}Would you like to install this plugin? - Plugin-Installation - Installing Plugin + Plug-in wird heruntergeladen + Erfolgreich heruntergeladen {0} + Fehler: Das Plug-in kann nicht heruntergeladen werden + {0} von {1} {2}{3}Möchten Sie dieses Plug-in deinstallieren? Nach der Deinstallation wird Flow automatisch neu gestartet. + {0} von {1} {2}{2}Möchten Sie dieses Plug-in deinstallieren? + {0} von {1} {2}{3}Möchten Sie dieses Plug-in installieren? Nach der Installation wird Flow automatisch neu gestartet. + {0} von {1} {2}{2}Möchten Sie dieses Plug-in installieren? + Plug-in-Installation + Plugin wird installiert {0} herunterladen und installieren - Plugin-Deinstallation - Plugin successfully installed. Restarting Flow, please wait... - Konnte die Metadaten-Datei plugin.json in der entpackten Zip-Datei nicht finden. - Fehler: Ein Plugin mit der gleichen oder größeren Version, {0}, existiert bereits. - Fehler bei der Installation des Plugins - Error occurred while trying to install {0} - Error uninstalling plugin + Plug-in-Deinstallation + Plug-in {0} erfolgreich installiert. Flow wird neu gestartet, bitte warten Sie ... + Die Metadaten-Datei plugin.json in der entpackten Zip-Datei kann nicht gefunden werden. + Fehler: Ein Plug-in, welches die gleiche oder eine höhere Version mit {0} hat, ist bereits vorhanden. + Fehler bei Installation des Plug-ins + Beim Versuch, {0} zu installieren, ist ein Fehler aufgetreten + Fehler bei Deinstallation des Plug-ins Kein Update verfügbar - Alle Plugins sind aktuell - {0} by {1} {2}{3}Would you like to update this plugin? After the update Flow will automatically restart. - {0} by {1} {2}{2}Would you like to update this plugin? - Plugin Update - Dieses Plugin ist bereits installiert - Download der Plugin-Manifest-Datei fehlgeschlagen - 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. - Update all plugins - Would you like to update all plugins? - Would you like to update {0} plugins?{1}Flow Launcher will restart after updating all plugins. - Would you like to update {0} plugins? - {0} plugins successfully updated. Restarting Flow, please wait... - Plugin {0} successfully updated. Restarting Flow, please wait... + Alle Plug-ins sind auf dem neuesten Stand + {0} von {1} {2}{3}Möchten Sie dieses Plug-in aktualisieren? Nach dem Update wird Flow automatisch neu gestartet. + {0} von {1} {2}{2}Möchten Sie dieses Plugin aktualisieren? + Plug-in-Update + Dieses Plug-in ist bereits installiert + Download des Plug-in-Manifests fehlgeschlagen + Bitte überprüfen Sie, ob Sie eine Verbindung zu github.com herstellen können. Dieser Fehler bedeutet, dass Sie möglicherweise nicht in der Lage sind, Plug-ins zu installieren oder zu aktualisieren. + Alle Plug-ins aktualisieren + Möchten Sie alle Plug-ins aktualisieren? + Möchten Sie {0} Plug-ins aktualisieren?{1}Flow Launcher wird nach der Aktualisierung aller Plug-ins neu starten. + Möchten Sie {0} Plug-ins aktualisieren? + {0} Plug-ins erfolgreich aktualisiert. Flow wird neu gestartet, bitte warten Sie ... + Plug-in {0} erfolgreich aktualisiert. Flow wird neu gestartet, bitte warten Sie ... Installation aus unbekannter Quelle - 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) + Sie installieren dieses Plug-in aus einer unbekannten Quelle und es kann potenzielle Gefahren enthalten!{0}{0}Bitte stellen Sie sicher, dass Sie verstehen, woher dieses Plug-in stammt und dass es sicher ist.{0}{0}Möchten Sie dennoch fortfahren?{0}{0}(Sie können diese Warnung über die Einstellungen ausschalten) - Plugin {0} successfully installed. Please restart Flow. - Plugin {0} successfully uninstalled. Please restart Flow. - Plugin {0} successfully updated. Please restart Flow. - {0} plugins successfully updated. Please restart Flow. - Plugin {0} has already been modified. Please restart Flow before making any further changes. + Plug-in {0} erfolgreich installiert. Bitte starten Sie Flow neu. + Plug-in {0} erfolgreich deinstalliert. Bitte starten Sie Flow neu. + Plug-in {0} erfolgreich aktualisiert. Bitte starten Sie Flow neu. + {0} Plug-ins erfolgreich aktualisiert. Bitte starten Sie Flow neu. + Plug-in {0} ist bereits modifiziert worden. Bitte starten Sie Flow neu, bevor Sie irgendwelche weitere Änderungen vornehmen. - Plugins verwalten - Verwaltung der Installation, Deinstallation oder Aktualisierung von Flow Launcher Plugins + Plug-ins-Manager + Verwaltung der Installation, Deinstallation oder Aktualisierung der Plug-ins von Flow Launcher Unbekannter Autor - Webseite öffnen - Besuche die Plugin-Webseite - Quellcode anzeigen - Quellcode des Plugins ansehen - Verbesserung vorschlagen oder Fehler melden - Dem Plugin-Entwickler eine Verbesserung vorschlagen oder einen Fehler melden - Zu Flows Plugin-Verzeichnis gehen - Visit the PluginsManifest repository to see community-made plugin submissions + Website öffnen + Besuchen Sie die Website des Plug-ins + Siehe Quellcode + Quellcode des Plug-ins ansehen + Eine Verbesserung/ Erweiterung vorschlagen oder ein Problem einreichen + Eine Verbesserung/ Erweiterung vorschlagen oder ein Problem an den Plug-in-Entwickler einreichen + Gehe zu Plug-ins-Repository von Flow + Besuchen Sie das PluginsManifest-Repository, um die von der Community eingereichten Plug-ins zu sehen - Warnung bei Installation aus unbekannter Quelle - Automatically restart Flow Launcher after installing/uninstalling/updating plugins + Warnung vor Installation aus unbekannter Quelle + Automatischer Neustart von Flow Launcher nach Installation/Deinstallation/Aktualisierung von Plug-ins diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/nb.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/nb.xaml index 723af440d..fb92ad578 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/nb.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/nb.xaml @@ -2,62 +2,62 @@ - Downloading plugin + Laster ned programtillegg Successfully downloaded - Error: Unable to download the plugin - {0} by {1} {2}{3}Would you like to uninstall this plugin? After the uninstallation Flow will automatically restart. - {0} by {1} {2}{2}Would you like to uninstall this plugin? - {0} by {1} {2}{3}Would you like to install this plugin? After the installation Flow will automatically restart. - {0} by {1} {2}{2}Would you like to install this plugin? - Plugin Install - Installing Plugin - Download and install {0} - Plugin Uninstall + Feil: kan ikke laste ned programtillegget + {0} av {1} {2}{3}Ønsker du å avinstallere dette programtillegget? Flow vil starte automatisk på nytt etter avinstallasjonen. + {0} av {1} {2}{2}Vil du avinstallere dette programtillegget? + {0} av {1} {2}{3}Ønsker du å installere dette programtillegget? Flow vil starte automatisk på nytt etter installasjonen. + {0} av {1} {2}{2}Vil du installere dette programtillegget? + Programtillegg installasjon + Installerer programtillegg + Last ned og installer {0} + Programtillegg avinstallasjon Plugin successfully installed. Restarting Flow, please wait... - Unable to find the plugin.json metadata file from the extracted zip file. - Error: A plugin which has the same or greater version with {0} already exists. - Error installing plugin - Error occurred while trying to install {0} - Error uninstalling plugin - No update available - All plugins are up to date - {0} by {1} {2}{3}Would you like to update this plugin? After the update Flow will automatically restart. - {0} by {1} {2}{2}Would you like to update this plugin? - Plugin Update - This plugin is already installed - Plugin Manifest Download Failed - Please check if you can connect to github.com. This error means you may not be able to install or update plugins. - Update all plugins - Would you like to update all plugins? - Would you like to update {0} plugins?{1}Flow Launcher will restart after updating all plugins. - Would you like to update {0} plugins? - {0} plugins successfully updated. Restarting Flow, please wait... - Plugin {0} successfully updated. Restarting Flow, please wait... - Installing from an unknown source - 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) + Kunne ikke finne filen plugin.json metadata fra utpakket zip-fil. + Feil: det finnes allerede et programtillegg som har samme eller større versjon med {0}. + Feil ved installering av programtillegg + En feil oppstod under forsøk på å installere {0} + Feil ved avinstallering av programtillegg + Ingen oppdatering tilgjengelig + Alle programtillegg er oppdatert + {0} av {1} {2}{3}Ønsker du å oppdatere dette programtillegget? Flow vil starte automatisk på nytt etter oppdateringen. + {0} av {1} {2}{2}Vil du oppdatere dette programtillegget? + Oppdatering av programtillegg + Dette programtillegget er allerede installert + Nedlasting av manifest for programtillegg mislyktes + Vennligst sjekk om du kan koble til github.com. Denne feilen betyr at det kan hende du ikke kan installere eller oppdatere programtillegg. + Oppdater alle programtillegg + Ønsker du å oppdatere alle programtillegg? + Ønsker du å oppdatere {0} programtillegg?{1}Flow Launcher vil starte på nytt etter å ha oppdatert alle programtillegg. + Ønsker du å oppdatere {0} programtillegg? + {0} programtillegg er oppdatert. Starter Flow på nytt, vennligst vent... + Programtillegg {0} oppdatert. Starter Flow på nytt, vennligst vent... + Installerer fra en ukjent kilde + Du installerer dette tillegget fra en ukjent kilde og det kan inneholde potensielle risikoer!{0}{0}Forsikre deg om at du forstår hvor denne utvidelsen er fra og at den er sikker.{0}{0}Vil du fortsette å gjøre?{0}{0}(Du kan slå av denne advarselen via innstillinger) - Plugin {0} successfully installed. Please restart Flow. - Plugin {0} successfully uninstalled. Please restart Flow. - Plugin {0} successfully updated. Please restart Flow. - {0} plugins successfully updated. Please restart Flow. - Plugin {0} has already been modified. Please restart Flow before making any further changes. + Programtillegg {0} installert. Vennligst start Flow på nytt. + Programtillegg {0} avinstallert. Vennligst start Flow på nytt. + Programtillegg {0} oppdatert. Vennligst restart Flow. + {0} programtillegg oppdatert. Start Flow på nytt. + Programtillegg {0} er allerede endret. Start Flow på nytt før nye endringer foretas. - Plugins Manager - Management of installing, uninstalling or updating Flow Launcher plugins - Unknown Author + Programtilleggsbehandling + Administrasjon av installasjon, avinstallere eller oppdatere Flow Launcher programtillegg + Ukjent utvikler - Open website - Visit the plugin's website - See source code - See the plugin's source code - Suggest an enhancement or submit an issue - Suggest an enhancement or submit an issue to the plugin developer - Go to Flow's plugins repository - Visit the PluginsManifest repository to see community-made plugin submissions + Åpne nettsted + Besøk programtilleggets nettsted + Se kildekoden + Se programtilleggets kildekode + Foreslå en forbedring eller send inn en sak + Foreslå en forbedring eller send inn en sak til utvikleren av programtillegget + Gå til Flows programtilleggskodelager + Besøk PluginsManifest-kodelageret for å se innsendinger av programtillegg fra fellesskapet - Install from unknown source warning - Automatically restart Flow Launcher after installing/uninstalling/updating plugins + Advarsel om installering fra ukjent kilde + Start Flow Launcher automatisk på nytt etter installasjon/avinstallering/oppdatering av programtillegg diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/pl.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/pl.xaml index 723af440d..fe7c39638 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/pl.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/pl.xaml @@ -2,62 +2,62 @@ - Downloading plugin + Pobieranie wtyczki Successfully downloaded - Error: Unable to download the plugin - {0} by {1} {2}{3}Would you like to uninstall this plugin? After the uninstallation Flow will automatically restart. - {0} by {1} {2}{2}Would you like to uninstall this plugin? - {0} by {1} {2}{3}Would you like to install this plugin? After the installation Flow will automatically restart. - {0} by {1} {2}{2}Would you like to install this plugin? - Plugin Install - Installing Plugin - Download and install {0} - Plugin Uninstall + Błąd: Nie udało się pobrać wtyczki + {0} autorstwa {1} {2}{3}Czy chcesz odinstalować tę wtyczkę? Po odinstalowaniu Flow automatycznie uruchomi się ponownie. + {0} autorstwa {1} {2}{2}Czy chcesz odinstalować tę wtyczkę? + {0} autorstwa {1} {2}{3}Czy chcesz zainstalować tę wtyczkę? Po instalacji Flow automatycznie uruchomi się ponownie. + {0} autorstwa {1} {2}{2}Czy chcesz zainstalować tę wtyczkę? + Instalacja wtyczki + Instalowanie wtyczki + Pobierz i zainstaluj {0} + Odinstalowanie wtyczki Plugin successfully installed. Restarting Flow, please wait... - Unable to find the plugin.json metadata file from the extracted zip file. - Error: A plugin which has the same or greater version with {0} already exists. - Error installing plugin - Error occurred while trying to install {0} - Error uninstalling plugin - No update available - All plugins are up to date - {0} by {1} {2}{3}Would you like to update this plugin? After the update Flow will automatically restart. - {0} by {1} {2}{2}Would you like to update this plugin? - Plugin Update - This plugin is already installed - Plugin Manifest Download Failed - Please check if you can connect to github.com. This error means you may not be able to install or update plugins. - Update all plugins - Would you like to update all plugins? - Would you like to update {0} plugins?{1}Flow Launcher will restart after updating all plugins. - Would you like to update {0} plugins? - {0} plugins successfully updated. Restarting Flow, please wait... - Plugin {0} successfully updated. Restarting Flow, please wait... - Installing from an unknown source - 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) + Nie można znaleźć pliku metadanych plugin.json z rozpakowanego pliku zip. + Błąd: Wtyczka o tej samej lub wyższej wersji co {0} już istnieje. + Błąd podczas instalacji wtyczki + Wystąpił błąd podczas próby instalacji {0} + Błąd podczas odinstalowywania wtyczki + Brak dostępnych aktualizacji + Wszystkie wtyczki są aktualne + {0} autorstwa {1} {2}{3}Czy chcesz zaktualizować tę wtyczkę? Po aktualizacji Flow automatycznie uruchomi się ponownie. + {0} autorstwa {1} {2}{2}Czy chcesz zaktualizować tę wtyczkę? + Aktualizacja wtyczki + Ta wtyczka jest już zainstalowana + Nie udało się pobrać manifestu wtyczki + Sprawdź, czy masz połączenie z github.com. Ten błąd oznacza, że możesz nie być w stanie instalować lub aktualizować wtyczek. + Zaktualizuj wszystkie wtyczki + Czy chcesz zaktualizować wszystkie wtyczki? + Czy chcesz zaktualizować {0} wtyczek?{1}Flow Launcher uruchomi się ponownie po zaktualizowaniu wszystkich wtyczek. + Czy chcesz zaktualizować {0} wtyczek? + {0} wtyczek zaktualizowano pomyślnie. Ponowne uruchamianie Flow, proszę czekać... + Wtyczka {0} została pomyślnie zaktualizowana. Ponowne uruchamianie Flow, proszę czekać... + Instalowanie z nieznanego źródła + Instalujesz tę wtyczkę z nieznanego źródła i może ona stanowić potencjalne zagrożenie!{0}{0}Upewnij się, że rozumiesz, skąd pochodzi ta wtyczka i że jest ona bezpieczna.{0}{0}Czy mimo to chcesz kontynuować?{0}{0}(Możesz wyłączyć to ostrzeżenie w ustawieniach)" - Plugin {0} successfully installed. Please restart Flow. - Plugin {0} successfully uninstalled. Please restart Flow. - Plugin {0} successfully updated. Please restart Flow. - {0} plugins successfully updated. Please restart Flow. - Plugin {0} has already been modified. Please restart Flow before making any further changes. + Wtyczka {0} została pomyślnie zainstalowana. Proszę ponownie uruchomić Flow. + Wtyczka {0} została pomyślnie odinstalowana. Proszę ponownie uruchomić Flow. + Wtyczka {0} została pomyślnie zaktualizowana. Proszę ponownie uruchomić Flow. + {0} wtyczek zaktualizowano pomyślnie. Proszę ponownie uruchomić Flow. + Wtyczka {0} została już zmodyfikowana. Proszę ponownie uruchomić Flow przed wprowadzeniem dalszych zmian. - Plugins Manager - Management of installing, uninstalling or updating Flow Launcher plugins - Unknown Author + Menadżer wtyczek + Zarządzanie instalowaniem, odinstalowywaniem i aktualizowaniem wtyczek Flow Launcher + Nieznany autor - Open website - Visit the plugin's website - See source code - See the plugin's source code - Suggest an enhancement or submit an issue - Suggest an enhancement or submit an issue to the plugin developer - Go to Flow's plugins repository - Visit the PluginsManifest repository to see community-made plugin submissions + Otwórz stronę + Odwiedź stronę wtyczki + Zobacz kod źródłowy + Zobacz kod źródłowy wtyczki + Zaproponuj ulepszenie lub zgłoś problem + Zaproponuj ulepszenie lub zgłoś problem do twórcy wtyczki + Przejdź do repozytorium wtyczek Flow + Odwiedź repozytorium PluginsManifest, aby zobaczyć wtyczki społeczności - Install from unknown source warning - Automatically restart Flow Launcher after installing/uninstalling/updating plugins + Ostrzeżenie o instalacji z nieznanego źródła + Automatycznie uruchom ponownie Flow Launcher po zainstalowaniu/odinstalowaniu/zaktualizowaniu wtyczek diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/PluginsManager.cs b/Plugins/Flow.Launcher.Plugin.PluginsManager/PluginsManager.cs index 15cbda7f2..2d71329b4 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/PluginsManager.cs +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/PluginsManager.cs @@ -203,11 +203,11 @@ namespace Flow.Launcher.Plugin.PluginsManager pluginFromLocalPath = Utilities.GetPluginInfoFromZip(search); pluginFromLocalPath.LocalInstallPath = search; updateFromLocalPath = true; - } + } var updateSource = !updateFromLocalPath - ? PluginsManifest.UserPlugins - : new List { pluginFromLocalPath }; + ? PluginsManifest.UserPlugins + : new List { pluginFromLocalPath }; var resultsForUpdate = ( from existingPlugin in Context.API.GetAllPlugins() @@ -291,7 +291,7 @@ namespace Flow.Launcher.Plugin.PluginsManager { downloadToFilePath = x.PluginNewUserPlugin.LocalInstallPath; } - + PluginManager.UpdatePlugin(x.PluginExistingMetadata, x.PluginNewUserPlugin, downloadToFilePath); @@ -327,7 +327,6 @@ namespace Flow.Launcher.Plugin.PluginsManager }, TaskContinuationOptions.OnlyOnFaulted); return true; - }, ContextData = new UserPlugin @@ -513,7 +512,8 @@ namespace Flow.Launcher.Plugin.PluginsManager { if (!InstallSourceKnown(plugin.Website) && MessageBox.Show(string.Format( - Context.API.GetTranslation("plugin_pluginsmanager_install_unknown_source_warning"), + Context.API.GetTranslation( + "plugin_pluginsmanager_install_unknown_source_warning"), Environment.NewLine), Context.API.GetTranslation( "plugin_pluginsmanager_install_unknown_source_warning_title"), @@ -532,7 +532,12 @@ namespace Flow.Launcher.Plugin.PluginsManager private bool InstallSourceKnown(string url) { - var author = url.Split('/')[3]; + var pieces = url.Split('/'); + + if (pieces.Length < 4) + return false; + + var author = pieces[3]; var acceptedSource = "https://github.com"; var constructedUrlPart = string.Format("{0}/{1}/", acceptedSource, author); @@ -589,7 +594,7 @@ namespace Flow.Launcher.Plugin.PluginsManager try { PluginManager.InstallPlugin(plugin, downloadedFilePath); - + if (!plugin.IsFromLocalInstallPath) File.Delete(downloadedFilePath); } diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/plugin.json b/Plugins/Flow.Launcher.Plugin.PluginsManager/plugin.json index cd0abbae0..6562b3cdf 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/plugin.json +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/plugin.json @@ -6,7 +6,7 @@ "Name": "Plugins Manager", "Description": "Management of installing, uninstalling or updating Flow Launcher plugins", "Author": "Jeremy Wu", - "Version": "3.2.1", + "Version": "3.2.3", "Language": "csharp", "Website": "https://github.com/Flow-Launcher/Flow.Launcher", "ExecuteFileName": "Flow.Launcher.Plugin.PluginsManager.dll", diff --git a/Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/nb.xaml b/Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/nb.xaml index c4cc85463..f06121887 100644 --- a/Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/nb.xaml +++ b/Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/nb.xaml @@ -1,11 +1,11 @@  - Process Killer - Kill running processes from Flow Launcher + Prosessterminerer + Terminer kjørende prosesser fra Flow Launcher - kill all instances of "{0}" - kill {0} processes - kill all instances + terminer alle forekomster av "{0}" + terminer {0} processes + terminer alle forekomstene diff --git a/Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/pl.xaml b/Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/pl.xaml index c4cc85463..a111f8776 100644 --- a/Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/pl.xaml +++ b/Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/pl.xaml @@ -1,11 +1,11 @@  - Process Killer - Kill running processes from Flow Launcher + Zamykacz procesów + Zamykaj uruchomione procesy z poziomu Flow Launcher - kill all instances of "{0}" - kill {0} processes - kill all instances + zamknij wszystkie instancje "{0}" + zamknij {0} procesów + zamknij wszystkie instancje diff --git a/Plugins/Flow.Launcher.Plugin.ProcessKiller/plugin.json b/Plugins/Flow.Launcher.Plugin.ProcessKiller/plugin.json index c3402cdb8..882ccd029 100644 --- a/Plugins/Flow.Launcher.Plugin.ProcessKiller/plugin.json +++ b/Plugins/Flow.Launcher.Plugin.ProcessKiller/plugin.json @@ -4,7 +4,7 @@ "Name":"Process Killer", "Description":"Kill running processes from Flow", "Author":"Flow-Launcher", - "Version":"3.0.6", + "Version":"3.0.7", "Language":"csharp", "Website":"https://github.com/Flow-Launcher/Flow.Launcher.Plugin.ProcessKiller", "IcoPath":"Images\\app.png", diff --git a/Plugins/Flow.Launcher.Plugin.Program/Flow.Launcher.Plugin.Program.csproj b/Plugins/Flow.Launcher.Plugin.Program/Flow.Launcher.Plugin.Program.csproj index 132c0c705..c0ad63cfe 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Flow.Launcher.Plugin.Program.csproj +++ b/Plugins/Flow.Launcher.Plugin.Program/Flow.Launcher.Plugin.Program.csproj @@ -60,7 +60,7 @@ - + \ No newline at end of file diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/ar.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/ar.xaml index 5dfd6464e..0231a330a 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Languages/ar.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/ar.xaml @@ -2,7 +2,7 @@ - إعادة الضبط الافتراضي + إعادة الوضع الإفتراضي حذف تعديل إضافة @@ -82,7 +82,7 @@ مستكشف مخصص وسيطات - يمكنك تخصيص المستكشف المستخدم لفتح المجلد المحتوي عن طريق إدخال متغير البيئة للمستكشف الذي تريد استخدامه. سيكون من المفيد استخدام CMD لاختبار ما إذا كان متغير البيئة متاحًا. + يمكنك تخصيص المستكشف المستخدم لفتح مجلد الحاوية عن طريق إدخال المتغير البيئي للمستكشف الذي تريد استخدامه. سيكون من المفيد استخدام CMD لاختبار ما إذا كان المتغير البيئي متاحًا. أدخل الوسيطات المخصصة التي تريد إضافتها لمستكشفك المخصص. %s للدليل الأصل، %f للمسار الكامل (الذي يعمل فقط مع win32). راجع موقع المستكشف الإلكتروني للحصول على التفاصيل. diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/cs.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/cs.xaml index 482fe03f2..19849f0c0 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Languages/cs.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/cs.xaml @@ -83,6 +83,7 @@ Vlastní Průzkumník Arg Umístění úvodní složky můžete upravit vložením proměnných prostředí, které chcete použít. Dostupnost proměnných prostředí můžete otestovat pomocí příkazového řádku. + Zadejte argumenty, které chcete přidat pro správce souborů. %s pro nadřazenou složku, %f pro úplnou cestu (funguje pouze pro win32). Podrobnosti naleznete na webové stránce správce souborů. diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/da.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/da.xaml index 0f3ed051f..3c2058c71 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Languages/da.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/da.xaml @@ -82,7 +82,7 @@ Customized Explorer Args - 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. + 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. 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. diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/de.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/de.xaml index 9bcdddcca..81f2b7c7b 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Languages/de.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/de.xaml @@ -2,7 +2,7 @@ - Auf Standardeinstellungen zurücksetzen + Auf Default zurücksetzen Löschen Bearbeiten Hinzufügen @@ -13,12 +13,12 @@ Status Aktiviert Deaktiviert - Speicherort + Ort Alle Programme Dateityp - erneut Indexieren - Indexieren - Index Sources + Neu indizieren + Indexierung + Indexquellen Optionen UWP-Apps Wenn aktiviert, wird Flow UWP-Anwendungen laden @@ -28,67 +28,67 @@ Wenn aktiviert, wird Flow Programme aus der Registry laden PATH Wenn aktiviert, wird Flow Programme aus der PATH-Umgebungsvariable laden - App-Pfad verstecken - Für ausführbare Dateien wie UWP oder lnk Dateipfad ausblenden - Deinstallationsprogramme ausblenden - Versteckt Programme mit gängigen Deinstallationsprogramm-Namen, wie unins000.exe + App-Pfad ausblenden + Für ausführbare Dateien wie UWP oder lnk den Dateipfad nicht mehr sichtbar machen + Uninstaller ausblenden + Versteckt Programme mit gängigen Uninstaller-Namen, wie unins000.exe In Programmbeschreibung suchen - Flow wird die Programmbeschreibung durchsuchen - Endungen + Flow wird in Programmbeschreibung suchen + Suffixe Maximale Tiefe - Verzeichnis: + Verzeichnis Durchsuchen - Dateiendungen: + Dateisuffixe: Maximale Suchtiefe (-1 ist unlimitiert): - Bitte wähle eine Programmquelle - Are you sure you want to delete the selected program sources? - Another program source with the same location already exists. + Bitte wählen Sie eine Programmquelle aus + Sind Sie sicher, dass Sie die ausgewählten Programmquellen löschen wollen? + Eine andere Programmquelle mit dem gleichen Ort ist bereits vorhanden. - Program Source - Edit directory and status of this program source. + Programmquelle + Verzeichnis und Status dieser Programmquelle bearbeiten. Aktualisieren - Program Plugin will only index files with selected suffixes and .url files with selected protocols. - Dateiendungen wurden erfolgreich aktualisiert - Dateiendungen dürfen nicht leer sein - Protocols can't be empty + Das Programm Plug-in indiziert nur Dateien mit ausgewählten Suffixen und .url-Dateien mit ausgewählten Protokollen. + Dateisuffixe erfolgreich aktualisiert + Dateisuffixe dürfen nicht leer sein + Protokolle dürfen nicht leer sein - Indexiere Dateiendungen - URL Protocols + Dateisuffixe + URL-Protokolle Steam Games Epic Games Http/Https - Custom URL Protocols - Benutzerdefinierte Dateiendungen + Benutzerdefinierte URL-Protokolle + Benutzerdefinierte Dateisuffixe - Fügen Sie Dateiendungen ein, die Sie indizieren möchten, ein. Die Dateiendungen sollten durch ';' getrennt werden. (z.B.>bat;py) + Fügen Sie Suffixe ein, die Sie indizieren möchten, ein. Suffixe sollten durch ';' getrennt werden. (z.B.>bat;py) - Insert protocols of .url files you want to index. Protocols should be separated by ';', and should end with "://". (ex>ftp://;mailto://) + Fügen Sie Protokolle von .url-Dateien ein, die Sie indizieren möchten. Protokolle sollten durch ';' getrennt werden und mit "://" enden. (ex>ftp://;mailto://) Als anderer Benutzer ausführen Als Administrator ausführen Enthaltenden Ordner öffnen - Dieses Programm nicht anzeigen - Öffne Zielverzeichnis + Dieses Programm von der Anzeige deaktivieren + Zielordner öffnen Programm - Suche Programme mit Flow Launcher + Programme in Flow Launcher suchen - Ungültiger Pfad + Pfad ungültig - Benutzerdefinierter Explorer - Argumente - 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. - 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. + Individuell angepasster Explorer + Args + Sie können den zum Öffnen des Containerordners verwendeten Explorer individuell anpassen, indem Sie die Umgebungsvariable des von Ihnen verwendenden Explorers eingeben. Es ist sinnvoll, CMD zu verwenden, um zu testen, ob die Umgebungsvariable verfügbar ist. + Geben Sie die benutzerdefinierten Args ein, die Sie für Ihren individuell angepassten Explorer hinzufügen möchten. %s für übergeordnetes Verzeichnis, %f für vollständigen Pfad (was nur für Win32 funktioniert). Details finden Sie auf der Website des Explorers. - Erfolgreich + Erfolg Fehler - Successfully disabled this program from displaying in your query + Dieses Programm wurde erfolgreich von der Anzeige in Ihrer Abfrage deaktiviert Diese App ist nicht zur Ausführung als Administrator gedacht {0} kann nicht ausgeführt werden diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/es-419.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/es-419.xaml index 34d66f6ed..243a79253 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Languages/es-419.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/es-419.xaml @@ -82,7 +82,7 @@ Customized Explorer Args - 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. + 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. 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. diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/es.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/es.xaml index 48a7cc297..4241795a2 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Languages/es.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/es.xaml @@ -82,7 +82,7 @@ Explorador personalizado Argumentos - Puede personalizar el explorador utilizado para abrir la carpeta contenedor introduciendo la Variable de entorno del explorador que desea utilizar. Será útil usar CMD para probar si la Variable de entorno está disponible. + Puede personalizar el explorador utilizado para abrir la carpeta contenedora introduciendo la Variable de Entorno del explorador que desea utilizar. Para comprobar si la Variable de Entorno está disponible, puede utilizar CMD. Introduzca los argumentos personalizados que desea agregar para el explorador personalizado. %s para carpeta contenedora, %f para ruta completa (solo funciona para win32). Consulte la página web del explorador para obtener más detalles. diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/fr.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/fr.xaml index df15eaa5b..3adc1fd33 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Languages/fr.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/fr.xaml @@ -71,8 +71,8 @@ Exécuter en tant qu'utilisateur différent Exécuter en tant qu'administrateur - Ouvrir le répertoire - Désactiver l'affichage de ce programme + Ouvrir l'emplacement du fichier + Masquer ce programme des résultats Ouvrir le répertoire cible Programme diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/it.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/it.xaml index 9baa7500b..b68a51f5e 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Languages/it.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/it.xaml @@ -82,7 +82,7 @@ Esplora Risorse personalizzato Parametri - 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. + 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. Inserisci i parametri personalizzati che vuoi aggiungere per il tuo Esplora Risorse personalizzato. %s per la cartella superiore, %f per il percorso completo (che funziona solo per win32). Controlla il sito dell'Esplora Risorse per i dettagli. diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/ja.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/ja.xaml index 32dd923d5..dbb47062f 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Languages/ja.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/ja.xaml @@ -82,7 +82,7 @@ Customized Explorer Args - 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. + 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. 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. diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/ko.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/ko.xaml index 1494c4456..94b2545f5 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Languages/ko.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/ko.xaml @@ -82,7 +82,7 @@ Customized Explorer Args - 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. + 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. 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. diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/nb.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/nb.xaml index 06f661516..a61a3b5e4 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Languages/nb.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/nb.xaml @@ -2,94 +2,94 @@ - Reset Default - Delete - Edit - Add - Name - Enable - Enabled - Disable + Tilbakestill standard + Slett + Rediger + Legg til + Navn + Aktiver + Aktivert + Deaktiver Status - Enabled - Disabled - Location - All Programs - File Type - Reindex - Indexing - Index Sources - Options - UWP Apps - When enabled, Flow will load UWP Applications - Start Menu - When enabled, Flow will load programs from the start menu - Registry - When enabled, Flow will load programs from the registry - PATH - When enabled, Flow will load programs from the PATH environment variable - Hide app path - For executable files such as UWP or lnk, hide the file path from being visible - Hide uninstallers - Hides programs with common uninstaller names, such as unins000.exe - Search in Program Description - Flow will search program's description - Suffixes - Max Depth + Aktivert + Deaktivert + Plassering + Alle programmer + Filtype + Indekser på nytt + Indekserer + Indeks kilder + Alternativer + UWP-apper + Når aktivert, vil Flow laste UWP-applikasjoner + Startmeny + Når aktivert, vil Flow laste programmer fra startmenyen + Registeret + Når aktivert, vil Flow laste programmer fra registeret + BANE + Når aktivert, vil Flow laste programmer fra BANE-miljøvariabelen + Skjul app-banen + For kjørbare filer som for eksempel UWP eller lnk, skjul filbanen fra å være synlig + Skjul avinstalleringsprogrammer + Skjuler programmer med samme navn til avinstalleringer, for eksempel unins000.exe + Søk i programbeskrivelse + Flow vil søke i programmets beskrivelse + Suffikser + Maks dybde - Directory - Browse - File Suffixes: - Maximum Search Depth (-1 is unlimited): + Katalog + Bla + Filendelser: + Maks søkedybde (-1 er ubegrenset): - Please select a program source - Are you sure you want to delete the selected program sources? - Another program source with the same location already exists. + Vennligst velg en programkilde + Er du sikker på at du vil slette de valgte programkildene? + Det finnes allerede en annen programkilde med samme plassering. - Program Source - Edit directory and status of this program source. + Programkilde + Rediger katalog og status for denne programkilden. - Update - Program Plugin will only index files with selected suffixes and .url files with selected protocols. - Successfully updated file suffixes - File suffixes can't be empty - Protocols can't be empty + Oppdater + Programtillegg vil bare indeksere filer med valgte endelser og .url filer med valgte protokoller. + Vellykket oppdatering av filendelser + Filendelser kan ikke være tomme + Protokoller kan ikke være tomme - File Suffixes - URL Protocols - Steam Games - Epic Games + Filendelser + URL-protokoller + Steam-spill + Epic-spill Http/Https - Custom URL Protocols - Custom File Suffixes + Egendefinerte URL-protokoller + Egendefinerte filendelser - Insert file suffixes you want to index. Suffixes should be separated by ';'. (ex>bat;py) + Sett inn filendelser du vil indeksere. Suffikser skal skilles med ';'. (eks>bat;py) - Insert protocols of .url files you want to index. Protocols should be separated by ';', and should end with "://". (ex>ftp://;mailto://) + Sett inn protokoller for .url-filer du vil indeksere. Protokoller skal skilles med ';', og skal slutte med "://". (eks>ftp://;mailto://) - Run As Different User - Run As Administrator - Open containing folder - Disable this program from displaying - Open target folder + Kjør som en annen bruker + Kjør som administrator + Åpne inneholdende mappe + Deaktiver visningen av dette programmet + Åpne målmappe Program - Search programs in Flow Launcher + Søk etter programmer i Flow Launcher - Invalid Path + Ugyldig bane - Customized Explorer - Args - 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. - 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. + Tilpasset utforsker + Argumenter + Du kan tilpasse utforskeren som brukes til å åpne beholdermappen, ved å skrive inn miljøvariabelen for utforskeren du vil bruke. Det vil være nyttig å bruke CMD for å teste om miljøvariabelen er tilgjengelig. + Skriv inn de tilpassede argumentene du vil legge til for din tilpassede utforsker. %s for overordnet katalog, %f for full bane (som bare fungerer for win32). Sjekk utforskerens nettsted for detaljer. - Success - Error - Successfully disabled this program from displaying in your query - This app is not intended to be run as administrator - Unable to run {0} + Vellykket + Feil + Deaktiverte dette programmet fra å vises i spørringen din + Denne appen er ikke ment å kjøre som administrator + Kan ikke kjøre {0} diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/nl.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/nl.xaml index 672ecf871..d0fa19404 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Languages/nl.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/nl.xaml @@ -82,7 +82,7 @@ Customized Explorer Args - 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. + 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. 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. diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/pl.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/pl.xaml index 202e35eda..d3975cf42 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Languages/pl.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/pl.xaml @@ -2,38 +2,38 @@ - Reset Default + Przywróć domyślne Usuń Edytuj Dodaj - Name + Nazwa Aktywne - Enabled - Disable + Aktywny + Wyłącz Status - Enabled - Disabled + Aktywny + Wyłączony Lokalizacja - All Programs - File Type + Wszystkie programy + Typ pliku Re-indeksuj Indeksowanie - Index Sources - Options - UWP Apps - When enabled, Flow will load UWP Applications - Start Menu - When enabled, Flow will load programs from the start menu - Registry - When enabled, Flow will load programs from the registry + Źródła indeksu + Opcje + Aplikacje UWP + Po włączeniu Flow załaduje aplikacje UWP + Menu Start + Gdy opcja ta jest włączona, Flow będzie ładować programy z menu Start + Rejestr + Gdy opcja ta jest włączona, Flow będzie ładować programy z rejestru PATH - When enabled, Flow will load programs from the PATH environment variable - Hide app path - For executable files such as UWP or lnk, hide the file path from being visible - Hide uninstallers - Hides programs with common uninstaller names, such as unins000.exe - Search in Program Description - Flow will search program's description + Gdy opcja ta jest włączona, Flow będzie ładować programy ze zmiennej środowiskowej PATH + Ukryj ścieżkę aplikacji + Dla plików wykonywalnych, takich jak UWP lub lnk, ukryj widoczną ścieżkę pliku + Ukryj deinstalatory + Ukrywa programy z typowymi nazwami deinstalatorów, takimi jak unins000.exe + Szukaj w opisie programu + Flow będzie przeszukiwać opisy programów Rozszerzenia Maksymalna głębokość @@ -43,53 +43,53 @@ Maksymalna głębokość wyszukiwania (-1 to nieograniczona): Musisz wybrać katalog programu - Are you sure you want to delete the selected program sources? - Another program source with the same location already exists. + Czy na pewno chcesz usunąć wybrane źródła programów? + Inne źródło programu z tą samą lokalizacją już istnieje. - Program Source - Edit directory and status of this program source. + Źródło programu + Edytuj katalog i status tego źródła programu. Aktualizuj - Program Plugin will only index files with selected suffixes and .url files with selected protocols. + Wtyczka programu będzie indeksować tylko pliki z wybranymi sufiksami oraz pliki .url z wybranymi protokołami. Pomyślnie zaktualizowano rozszerzenia plików Musisz podać rozszerzenia plików - Protocols can't be empty + Protokoły nie mogą być puste Rozszerzenia indeksowanych plików - URL Protocols - Steam Games + Protokoły URL + Gry Steam Epic Games Http/Https - Custom URL Protocols - Custom File Suffixes + Niestandardowe protokoły URL + Niestandardowe rozszerzenia plików - Insert file suffixes you want to index. Suffixes should be separated by ';'. (ex>bat;py) + Wpisz rozszerzenia plików, które chcesz indeksować. Rozszerzenia powinny być oddzielone średnikiem ';'. (np. bat;py) - Insert protocols of .url files you want to index. Protocols should be separated by ';', and should end with "://". (ex>ftp://;mailto://) + Wpisz protokoły plików .url, które chcesz indeksować. Protokoły powinny być oddzielone średnikiem ';' i kończyć się "://". (np. ftp://;mailto://) - Run As Different User + Uruchom jako inny użytkownik Uruchom jako administrator - Open containing folder - Disable this program from displaying - Open target folder + Otwórz folder nadrzędny + Wyłącz wyświetlanie tego programu + Otwórz folder docelowy Programy Szukaj i uruchamiaj programy z poziomu Flow Launchera - Invalid Path + Nieprawidłowa ścieżka - Customized Explorer + Spersonalizowany Eksplorator Args - 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. - 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. + Możesz dostosować eksplorator używany do otwierania folderu nadrzędnego, wprowadzając zmienną środowiskową wybranego eksploratora. Warto użyć wiersza poleceń (CMD), aby sprawdzić, czy zmienna środowiskowa jest dostępna. + Wprowadź niestandardowe argumenty, które chcesz dodać do spersonalizowanego eksploratora. %s dla katalogu nadrzędnego, %f dla pełnej ścieżki (działa tylko dla win32). Sprawdź stronę internetową eksploratora, aby uzyskać szczegółowe informacje. Sukces - Error - Successfully disabled this program from displaying in your query - This app is not intended to be run as administrator - Unable to run {0} + Błąd + Pomyślnie wyłączono wyświetlanie tego programu w zapytaniu + Ta aplikacja nie jest przeznaczona do uruchomienia jako administrator + Nie można uruchomić {0} diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/pt-br.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/pt-br.xaml index 67469ed4e..a81dab9a0 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Languages/pt-br.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/pt-br.xaml @@ -82,7 +82,7 @@ Customized Explorer Parâmetros - 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. + 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. 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. diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/ru.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/ru.xaml index 5973c3fa4..4d3b23e0e 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Languages/ru.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/ru.xaml @@ -83,6 +83,7 @@ Настраиваемый проводник Аргументы Вы можете настроить проводник, используемый для открытия папки контейнера, введя переменную окружения проводника, который вы хотите использовать. Будет полезно использовать командную строку для проверки доступности переменной среды. + Введите настраиваемые аргументы, которые вы хотите добавить для вашего настраиваемого проводника. %s для родительского каталога, %f для полного пути (работает только для win32). Подробности смотрите на сайте проводника. diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/sr.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/sr.xaml index ebefc9b7c..b15e842bf 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Languages/sr.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/sr.xaml @@ -82,7 +82,7 @@ Customized Explorer Args - 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. + 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. 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. diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/tr.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/tr.xaml index 69ffaa2aa..e8f4ce025 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Languages/tr.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/tr.xaml @@ -82,7 +82,7 @@ Customized Explorer Args - 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. + 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. 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. diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/uk-UA.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/uk-UA.xaml index 47d3ce9f3..89691ac9a 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Languages/uk-UA.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/uk-UA.xaml @@ -83,6 +83,7 @@ Кастомізований провідник Аргументи Ви можете налаштувати провідник, який використовується для відкриття теки контейнера, ввівши змінну середовища провідника, який ви хочете використовувати. Буде корисно скористатися командою CMD для перевірки доступності змінної середовища. + Введіть спеціальні аргументи, які ви хочете додати до вашого провідника. %s для батьківського каталогу, %f для повного шляху (працює лише для win32). Докладнішу інформацію можна знайти на веб-сайті провідника. diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/vi.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/vi.xaml index 8038427ca..c5f6fb76f 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Languages/vi.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/vi.xaml @@ -83,6 +83,7 @@ Trình khám phá tùy chỉnh Đối số Bạn có thể tùy chỉnh trình thám hiểm được sử dụng để mở thư mục vùng chứa bằng cách nhập Biến môi trường của trình khám phá mà bạn muốn sử dụng. Sẽ rất hữu ích khi sử dụng CMD để kiểm tra xem Biến môi trường có sẵn hay không. + Nhập các đối số tùy chỉnh mà bạn muốn thêm cho trình khám phá tùy chỉnh của mình. %s cho thư mục mẹ, %f cho đường dẫn đầy đủ (chỉ hoạt động với win32). Kiểm tra trang web của nhà thám hiểm để biết chi tiết. diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/zh-cn.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/zh-cn.xaml index 30f2ed2f1..a537597e6 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Languages/zh-cn.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/zh-cn.xaml @@ -82,7 +82,7 @@ 自定义资源管理器 参数 - 您可以通过输入要使用的资源管理器的环境变量来自定义用于打开文件夹的资源管理器。 使用CMD来测试环境变量是否可用。 + 您可以通过输入要使用的资源管理器的环境变量来自定义用于打开容器文件夹的资源管理器。使用 CMD 测试环境变量是否可用将很有用。 输入要为自定义资源管理器添加的自定义参数。 %s代表父目录,%f代表完整路径(仅适用于win32)。 检查资源管理器的网站以获取详细信息。 diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/zh-tw.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/zh-tw.xaml index f12c35756..dc0e7b7d2 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Languages/zh-tw.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/zh-tw.xaml @@ -82,7 +82,7 @@ Customized Explorer Args - 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. + 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. 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. diff --git a/Plugins/Flow.Launcher.Plugin.Program/Main.cs b/Plugins/Flow.Launcher.Plugin.Program/Main.cs index 8bf1830e3..e311a0b94 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Main.cs +++ b/Plugins/Flow.Launcher.Plugin.Program/Main.cs @@ -60,15 +60,26 @@ namespace Flow.Launcher.Plugin.Program var result = await cache.GetOrCreateAsync(query.Search, async entry => { var resultList = await Task.Run(() => - _win32s.Cast() - .Concat(_uwps) - .AsParallel() - .WithCancellation(token) - .Where(HideUninstallersFilter) - .Where(p => p.Enabled) - .Select(p => p.Result(query.Search, Context.API)) - .Where(r => r?.Score > 0) - .ToList()); + { + try + { + return _win32s.Cast() + .Concat(_uwps) + .AsParallel() + .WithCancellation(token) + .Where(HideUninstallersFilter) + .Where(p => p.Enabled) + .Select(p => p.Result(query.Search, Context.API)) + .Where(r => r?.Score > 0) + .ToList(); + } + catch (OperationCanceledException) + { + Log.Debug("|Flow.Launcher.Plugin.Program.Main|Query operation cancelled"); + return emptyResults; + } + + }, token); resultList = resultList.Any() ? resultList : emptyResults; diff --git a/Plugins/Flow.Launcher.Plugin.Program/plugin.json b/Plugins/Flow.Launcher.Plugin.Program/plugin.json index 00f887d3b..6c718ce45 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/plugin.json +++ b/Plugins/Flow.Launcher.Plugin.Program/plugin.json @@ -4,7 +4,7 @@ "Name": "Program", "Description": "Search programs in Flow.Launcher", "Author": "qianlifeng", - "Version": "3.3.1", + "Version": "3.3.3", "Language": "csharp", "Website": "https://github.com/Flow-Launcher/Flow.Launcher", "ExecuteFileName": "Flow.Launcher.Plugin.Program.dll", diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/de.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/de.xaml index bd3043d82..d45978a1f 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Languages/de.xaml +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/de.xaml @@ -1,17 +1,17 @@  - Ersetzt Win+R - Close Command Prompt after pressing any key - Press any key to close this window... - Schließe die Kommandozeilte nicht nachdem der Befehl ausgeführt wurde + Win+R ersetzen + Eingabeaufforderung nach Drücken einer beliebigen Taste schließen + Drücken Sie eine beliebige Taste, um dieses Fenster zu schließen ... + Eingabeaufforderung nach Befehlsausführung nicht schließen Immer als Administrator ausführen Als anderer Benutzer ausführen - Kommandozeile - Allows to execute system commands from Flow Launcher - Dieser Befehl wurde {0} mal ausgeführt - Führe Befehle mittels Kommandozeile aus + Shell + Ermöglicht das Ausführen von Systembefehlen aus Flow Launcher + Dieser Befehl ist {0} mal ausgeführt worden + Befehl über Befehls-Shell ausführen Als Administrator ausführen - Copy the command - Only show number of most used commands: + Kopieren des Befehls + Nur Anzahl der am meisten verwendeten Befehle zeigen: diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/nb.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/nb.xaml index b7d02c558..7a118c315 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Languages/nb.xaml +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/nb.xaml @@ -1,17 +1,17 @@  - Replace Win+R - Close Command Prompt after pressing any key - Press any key to close this window... - Do not close Command Prompt after command execution - Always run as administrator - Run as different user - Shell - Allows to execute system commands from Flow Launcher - this command has been executed {0} times - execute command through command shell - Run As Administrator - Copy the command - Only show number of most used commands: + Erstatt Win+R + Lukk ledetekst etter å ha trykket på en hvilken som helst tast + Trykk på en tast for å lukke dette vinduet... + Ikke lukk ledeteksten etter utførelse av kommandoen + Kjør alltid som administrator + Kjør som annen bruker + Skall + Lar deg utføre systemkommandoer fra Flow Launcher + denne kommandoen har blitt utført {0} ganger + utfør kommando via kommandoskall + Kjør som administrator + Kopier kommandoen + Vis bare antall mest brukte kommandoer: diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/pl.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/pl.xaml index 592ff17b7..1b088c394 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Languages/pl.xaml +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/pl.xaml @@ -2,16 +2,16 @@ Zastąp Win+R - Close Command Prompt after pressing any key - Press any key to close this window... + Zamknij wiersz poleceń po naciśnięciu dowolnego przycisku + Naciśnij dowolny przycisk, aby zamknąć to okno... Nie zamykaj wiersza poleceń po wykonaniu polecenia - Always run as administrator - Run as different user + Zawsze uruchamiaj jako administrator + Uruchom jako inny użytkownik Wiersz poleceń - Allows to execute system commands from Flow Launcher + Umożliwia wykonywanie poleceń systemowych z poziomu Flow Launcher to polecenie zostało wykonane {0} razy wykonaj to polecenie w wierszu poleceń Uruchom jako administrator - Copy the command - Only show number of most used commands: + Skopiuj komendę + Pokaż tylko liczbę najczęściej używanych poleceń: diff --git a/Plugins/Flow.Launcher.Plugin.Shell/plugin.json b/Plugins/Flow.Launcher.Plugin.Shell/plugin.json index e332c9014..6c81e8a26 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/plugin.json +++ b/Plugins/Flow.Launcher.Plugin.Shell/plugin.json @@ -4,7 +4,7 @@ "Name": "Shell", "Description": "Provide executing commands from Flow Launcher", "Author": "qianlifeng", - "Version": "3.2.2", + "Version": "3.2.4", "Language": "csharp", "Website": "https://github.com/Flow-Launcher/Flow.Launcher", "ExecuteFileName": "Flow.Launcher.Plugin.Shell.dll", diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/de.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/de.xaml index 042384242..46e51573b 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/de.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/de.xaml @@ -7,57 +7,57 @@ Herunterfahren Neu starten - Neustart mit erweiterten Startoptionen - Abmelden + Neustart mit erweiterten Boot-Optionen + Ausloggen/Abmelden Sperren - Energie sparen + Schlafmodus Ruhezustand - Indizierungsoptionen + Index-Option Papierkorb leeren Papierkorb öffnen - Schließen + Beenden Einstellungen speichern Flow Launcher neu starten Einstellungen - Plugin-Daten neu laden - Auf Updates prüfen - Log-Speicherort öffnen - Flow Launcher Tipps - Flow Launcher Benutzerdaten-Ordner - Gott Modus + Plug-in-Daten neu laden + Nach Updates suchen + Log-Ort öffnen + Flow Launcher-Tipps + Flow Launcher UserData-Ordner + Spielmodus umschalten Computer herunterfahren Computer neu starten - Startet den Computer mit erweiterten Startoptionen für den abgesicherten Modus neu - Abmelden - Computer sperren + Starten Sie den Computer mit erweiterten Boot-Optionen für den sicheren und den Debugging-Modus sowie anderen Optionen neu + Ausloggen + Diesen Computer sperren Flow Launcher schließen Flow Launcher neu starten - Einstellungen des Flow Launchers anpassen + Einstellungen von Flow Launcher optimieren Computer in Schlafmodus versetzen Papierkorb leeren Papierkorb öffnen - Indizierungsoptionen + Indexierungsoptionen Computer in den Ruhezustand versetzen - Alle Flow Launcher Einstellungen speichern - Aktualisiert Plugin-Daten mit neuen Inhalten - Öffnet den Speicherort der Flow Launcher Logs - Prüft auf neue Flow Launcher Updates - Öffnet die Dokumentation von Flow Launcher für Hilfe und Tipps - Öffnet den Ort an dem Flow Laucher Einstellungen speichert - Gott Modus + Alle Flow Launcher-Einstellungen speichern + Aktualisiert Plug-in-Daten mit neuen Inhalten + Log-Ort von Flow Launcher öffnen + Nach neuem Flow Launcher-Update suchen + Besuchen Sie die Dokumentation von Flow Launcher für mehr Hilfe und Tipps zur Verwendung + Den Ort öffnen, an dem die Einstellungen von Flow Launcher gespeichert sind + Spielmodus umschalten - Erfolgreich - Alle Flow Launcher Einstellungen wurden gespeichert - Alle betroffenen Plugin-Daten wurden neu geladen - Soll der Computer wirklich heruntergefahren werden? - Soll der Computer wirklich neu gestartet werden? + Erfolg + Alle Flow Launcher-Einstellungen gespeichert + Alle anwendbaren Plug-in-Daten neu geladen + Sind Sie sicher, dass Sie den Computer herunterfahren wollen? + Sind Sie sicher, dass Sie den Computer neu starten wollen? Soll der Computer wirklich mit erweiterten Startoptionen neu gestartet werden? - Soll der aktuelle Benutzer wirklich abgemeldet werden? + Sind Sie sicher, dass Sie sich ausloggen wollen? Systembefehle - Stellt Systemrelevante Befehle bereit. z.B. herunterfahren, sperren, Einstellungen, usw. + Bietet systembezogene Befehle, z. B. Herunterfahren, Sperren, Einstellungen etc. diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/nb.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/nb.xaml index ddf8a4d71..ffbfe8d0e 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/nb.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/nb.xaml @@ -2,62 +2,62 @@ - Command - Description + Kommando + Beskrivelse - Shutdown - Restart - Restart With Advanced Boot Options - Log Off/Sign Out - Lock - Sleep - Hibernate - Index Option - Empty Recycle Bin - Open Recycle Bin - Exit - Save Settings - Restart Flow Launcher - Settings - Reload Plugin Data - Check For Update - Open Log Location + Slå av + Start på nytt + Start på nytt med avanserte oppstartsalternativer + Logg av/logg ut + Lås + Hvilemodus + Dvalemodus + Indeksalternativ + Tøm papirkurven + Åpne papirkurven + Avslutt + Lagre innstillinger + Start Flow Launcher på nytt + Innstillinger + Last programtilleggdata på nytt + Se etter oppdatering + Åpne loggplassering Flow Launcher Tips - Flow Launcher UserData Folder - Toggle Game Mode + Brukerdatamappe for Flow Launcher + Vis/Skjul spillmodus - Shutdown Computer - Restart Computer - Restart the computer with Advanced Boot Options for Safe and Debugging modes, as well as other options - Log off - Lock this computer - Close Flow Launcher - Restart Flow Launcher - Tweak Flow Launcher's settings - Put computer to sleep - Empty recycle bin - Open recycle bin - Indexing Options - Hibernate computer - Save all Flow Launcher settings - Refreshes plugin data with new content - Open Flow Launcher's log location - Check for new Flow Launcher update - Visit Flow Launcher's documentation for more help and how to use tips - Open the location where Flow Launcher's settings are stored - Toggle Game Mode + Slår av datamaskin + Start datamaskinen på nytt + Start datamaskinen på nytt med avanserte oppstartsalternativer for sikker og feilsøking, i tillegg til andre alternativer + Logg av + Lås denne datamaskinen + Lukk Flow Launcher + Start Flow Launcher på nytt + Juster innstillingene for Flow Launcher + Sett datamaskinen i hvilemodus + Tøm papirkurven + Åpne papirkurven + Alternativer for indeksering + Sett datamaskinen i dvalemodus + Lagre alle innstillinger for Flow Launcher + Oppdaterer programtilleggdata med nytt innhold + Åpne Flow Launchers loggplassering + Se etter nye oppdateringer for Flow Launcher + Besøk Flow Launcher sin dokumentasjon for mer hjelp og hvordan du bruker tips + Åpne plasseringen hvor Flow Launcher sine innstillinger er lagret + Vis/Skjul spillmodus - Success - All Flow Launcher settings saved - Reloaded all applicable plugin data - Are you sure you want to shut the computer down? - Are you sure you want to restart the computer? - Are you sure you want to restart the computer with Advanced Boot Options? - Are you sure you want to log off? + Vellykket + Alle innstillinger for Flow Launcher er lagret + Lastet inn alle gjeldende programtilleggdata på nytt + Er du sikker på at du vil slå av datamaskinen? + Er du sikker på at du vil starte datamaskinen på nytt? + Er du sikker på at du vil starte datamaskinen på nytt med avanserte oppstartsalternativer? + Er du sikker på at du vil logge av? - System Commands - Provides System related commands. e.g. shutdown, lock, settings etc. + Systemkommandoer + Gir systemrelaterte kommandoer, f.eks. slå av, lås, innstillinger osv. diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/pl.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/pl.xaml index 4c7592411..2f82bce76 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/pl.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/pl.xaml @@ -5,31 +5,31 @@ Komenda Opis - Shutdown + Wyłącz komputer Restart - Restart With Advanced Boot Options - Log Off/Sign Out - Lock - Sleep - Hibernate - Index Option - Empty Recycle Bin - Open Recycle Bin + Uruchom ponownie z Zaawansowanymi opcjami rozruchu + Wyloguj + Zablokuj + Uśpij + Hibernuj + Opcje indeksowania + Opróżnij kosz + Otwórz kosz Wyjdź - Save Settings + Zapisz ustawienia Uruchom ponownie Flow Launchera Ustawienia - Reload Plugin Data - Check For Update - Open Log Location - Flow Launcher Tips - Flow Launcher UserData Folder - Toggle Game Mode + Odśwież dane wtyczek + Sprawdź aktualizacje + Otwórz lokalizację dziennika + Wskazówki Flow Launcher + Folder danych użytkownika Flow Launcher + Przełącz tryb gry Wyłącz komputer Uruchom ponownie komputer - Restart the computer with Advanced Boot Options for Safe and Debugging modes, as well as other options + Uruchom ponownie komputer z Zaawansowanymi opcjami rozruchu dla trybów Bezpiecznego i Debugowania oraz innych opcji Wyloguj się Zablokuj ten komputer Wyłącz Flow Launchera @@ -37,25 +37,25 @@ Dostosuj ustawienia Przełącz komputer w tryb uśpienia Opróżnij kosz - Open recycle bin - Indexing Options - Hibernate computer - Save all Flow Launcher settings - Refreshes plugin data with new content - Open Flow Launcher's log location - Check for new Flow Launcher update - Visit Flow Launcher's documentation for more help and how to use tips - Open the location where Flow Launcher's settings are stored - Toggle Game Mode + Otwórz kosz + Opcje indeksowania + Hibernuj komputer + Zapisz wszystkie ustawienia Flow Launcher + Odświeża dane wtyczek z nową zawartością + Otwórz lokalizację dziennika Flow Launcher + Sprawdź nową aktualizację Flow Launcher + Odwiedź dokumentację Flow Launcher, aby uzyskać więcej pomocy i wskazówek dotyczących użytkowania + Otwórz lokalizację, w której przechowywane są ustawienia Flow Launcher + Przełącz tryb gry Sukces - All Flow Launcher settings saved - Reloaded all applicable plugin data - Are you sure you want to shut the computer down? - Are you sure you want to restart the computer? - Are you sure you want to restart the computer with Advanced Boot Options? - Are you sure you want to log off? + Wszystkie ustawienia Flow Launcher zostały zapisane + Przeładowano dane wszystkich odpowiednich wtyczek + Czy na pewno chcesz wyłączyć komputer? + Czy na pewno chcesz zrestartować komputer? + Czy na pewno chcesz ponownie uruchomić komputer z Zaawansowanymi opcjami rozruchu? + Czy na pewno chcesz się wylogować? Komendy systemowe Wykonywanie komend systemowych, np. wyłącz, zablokuj komputer, otwórz ustawienia itp. diff --git a/Plugins/Flow.Launcher.Plugin.Sys/plugin.json b/Plugins/Flow.Launcher.Plugin.Sys/plugin.json index 8eed3d40d..75be43587 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/plugin.json +++ b/Plugins/Flow.Launcher.Plugin.Sys/plugin.json @@ -4,7 +4,7 @@ "Name": "System Commands", "Description": "Provide System related commands. e.g. shutdown,lock, setting etc.", "Author": "qianlifeng", - "Version": "3.1.4", + "Version": "3.1.6", "Language": "csharp", "Website": "https://github.com/Flow-Launcher/Flow.Launcher", "ExecuteFileName": "Flow.Launcher.Plugin.Sys.dll", diff --git a/Plugins/Flow.Launcher.Plugin.Url/Languages/de.xaml b/Plugins/Flow.Launcher.Plugin.Url/Languages/de.xaml index 328482307..9ae4c17df 100644 --- a/Plugins/Flow.Launcher.Plugin.Url/Languages/de.xaml +++ b/Plugins/Flow.Launcher.Plugin.Url/Languages/de.xaml @@ -1,9 +1,9 @@  - Open search in: - New Window - New Tab + Suche öffnen in: + Neues Fenster + Neuer Tab Öffne URL:{0} Kann URL nicht öffnen:{0} @@ -11,7 +11,7 @@ URL Öffne eine eingegebene URL mit Flow Launcher - Please set your browser path: + Bitte legen Sie Ihren Browser-Pfad fest: Auswählen - Application(*.exe)|*.exe|All files|*.* + URL öffnen: {0} diff --git a/Plugins/Flow.Launcher.Plugin.Url/Languages/nb.xaml b/Plugins/Flow.Launcher.Plugin.Url/Languages/nb.xaml index 418731021..1177c318c 100644 --- a/Plugins/Flow.Launcher.Plugin.Url/Languages/nb.xaml +++ b/Plugins/Flow.Launcher.Plugin.Url/Languages/nb.xaml @@ -1,17 +1,17 @@  - Open search in: - New Window - New Tab + Åpne søk i: + Nytt vindu + Ny fane - Open url:{0} - Can't open url:{0} + Åpne nettadresse:{0} + Kan ikke åpne nettadresse:{0} - URL - Open the typed URL from Flow Launcher + Nettadresse + Åpne den innskrevne nettadressen fra Flow Launcher - Please set your browser path: - Choose - Application(*.exe)|*.exe|All files|*.* + Vennligst angi nettleserens sti: + Velg + Applikasjon(*.exe)|*.exe|Alle filer|*.* diff --git a/Plugins/Flow.Launcher.Plugin.Url/Languages/pl.xaml b/Plugins/Flow.Launcher.Plugin.Url/Languages/pl.xaml index 8f1125d59..bf54c6fe6 100644 --- a/Plugins/Flow.Launcher.Plugin.Url/Languages/pl.xaml +++ b/Plugins/Flow.Launcher.Plugin.Url/Languages/pl.xaml @@ -1,9 +1,9 @@  - Open search in: - New Window - New Tab + Otwórz wyszukiwanie w: + Nowe okno + Nowa zakładka Otwórz adres URL: {0} Nie udało się otworzyć adresu: {0} @@ -11,7 +11,7 @@ URL Otwórz wpisany adres URL z poziomu Flow Launchera - Please set your browser path: - Choose - Application(*.exe)|*.exe|All files|*.* + Ustaw ścieżkę przeglądarki: + Wybierz + Aplikacja(*.exe)|*.exe|Wszystkie pliki|*.* diff --git a/Plugins/Flow.Launcher.Plugin.Url/plugin.json b/Plugins/Flow.Launcher.Plugin.Url/plugin.json index 9006e21d5..cab056870 100644 --- a/Plugins/Flow.Launcher.Plugin.Url/plugin.json +++ b/Plugins/Flow.Launcher.Plugin.Url/plugin.json @@ -4,7 +4,7 @@ "Name": "URL", "Description": "Open the typed URL from Flow Launcher", "Author": "qianlifeng", - "Version": "3.0.5", + "Version": "3.0.7", "Language": "csharp", "Website": "https://github.com/Flow-Launcher/Flow.Launcher", "ExecuteFileName": "Flow.Launcher.Plugin.Url.dll", diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/de.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/de.xaml index f111f8d5e..15788acaa 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/de.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/de.xaml @@ -1,10 +1,10 @@  - Search Source Setting - Open search in: - New Window - New Tab + Einstellung der Suchquelle + Suche öffnen in: + Neues Fenster + Neuer Tab Browser aus Pfad festlegen: Auswählen Löschen @@ -13,20 +13,21 @@ Aktiviert Aktiviert Deaktiviert - Confirm - Aktionsschlüsselwort + Bestätigen + Aktions-Schlüsselwort URL Suche - Aktiviere Suchvorschläge - Autocomplete Data from: + Autovervollständigung von Suchanfragen verwenden: + Daten automatisch vervollständigen aus: Bitte wähle einen Suchdienst - Bist du sicher {0} zu löschen? - If you want to add a search for a particular website to Flow, first enter a dummy text string in the search bar of that website, and launch the search. Now copy the contents of the browser's address bar, and paste it in the URL field below. Replace your test string with {q}. For example, if you search for casino on Netflix, its address bar reads + Sind Sie sicher, dass Sie {0} löschen wollen? + Wenn Sie Flow eine Suche nach einer bestimmten Website hinzufügen möchten, geben Sie zunächst eine Dummy-Textzeichenfolge in die Suchleiste dieser Website ein und starten Sie die Suche. Kopieren Sie jetzt den Inhalt der Adressleiste des Browsers und fügen Sie ihn in das URL-Feld unten ein. Ersetzen Sie Ihre Testzeichenfolge durch {q}. Zum Beispiel, wenn Sie auf Netflix nach casino suchen, steht in der Adressleiste https://www.netflix.com/search?q=Casino - Now copy this entire string and paste it in the URL field below. - Then replace casino with {q}. - Thus, the generic formula for a search on Netflix is https://www.netflix.com/search?q={q} + Kopieren Sie jetzt die gesamte Zeichenfolge und fügen Sie diese in das URL-Feld unten ein. + Dann ersetzen Sie casino durch {q}. + Die generische Formel für eine Suche auf Netflix lautet somit +https://www.netflix.com/search?q={q} @@ -39,13 +40,13 @@ Abbrechen Ungültige Internetsuche Bitte Titel eingeben - Bitte Aktionsschlüsselwort eingeben + Aktions-Schlüsselwort ist bereits vorhanden. Bitte geben Sie ein anderes ein. Bitte URL eingeben Aktionsschlüsselwort existiert bereits. Bitte gebe ein anderes ein. - Erfolgreich - Hint: You do not need to place custom images in this directory, if Flow's version is updated they will be lost. Flow will automatically copy any images outside of this directory across to WebSearch's custom image location. + Erfolg + Hinweis: Sie müssen keine benutzerdefinierten Bilder in diesem Verzeichnis ablegen, wenn die Version von Flow aktualisiert wird, gehen diese verloren. Flow kopiert automatisch jegliche Bilder außerhalb dieses Verzeichnisses herüber in den benutzerdefinierten Bildspeicherort von WebSearch. Internetsuche - Stellt die Möglichkeit für Internetsuchen bereit + Ermöglicht die Durchführung von Web-Suchen diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/nb.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/nb.xaml index 62b2a7a4b..b84daeb87 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/nb.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/nb.xaml @@ -1,51 +1,51 @@  - Search Source Setting - Open search in: - New Window - New Tab - Set browser from path: - Choose - Delete - Edit - Add - Enabled - Enabled - Disabled - Confirm - Action Keyword - URL - Search - Use Search Query Autocomplete: - Autocomplete Data from: - Please select a web search - Are you sure you want to delete {0}? - If you want to add a search for a particular website to Flow, first enter a dummy text string in the search bar of that website, and launch the search. Now copy the contents of the browser's address bar, and paste it in the URL field below. Replace your test string with {q}. For example, if you search for casino on Netflix, its address bar reads + Søk kildeinnstilling + Åpne søk i: + Nytt vindu + Ny fane + Angi nettleser fra banen: + Velg + Slett + Rediger + Legg til + Aktivert + Aktivert + Deaktivert + Bekreft + Nøkkelord for handling + Nettadresse + Søk + Bruk autofullføring av søkespørring: + Autofullfør data fra: + Vennligst velg et websøk + Er du sikker på at du ønsker å slette {0}? + Hvis du vil legge til et søk etter en bestemt nettside til Flow, først skriv inn en plassholder tekststreng i søkefeltet i denne nettsiden og start søket. Kopier nå innholdet i nettleserens adresselinje, og lim inn innholdet i URL-feltet nedenfor. Erstatt teststrengen din med {q}. For eksempel, hvis du søker etter casino på Netflix, leser dets adresselinje https://www.netflix.com/search?q=Casino - Now copy this entire string and paste it in the URL field below. - Then replace casino with {q}. - Thus, the generic formula for a search on Netflix is https://www.netflix.com/search?q={q} + Kopier nå hele strengen og lim den inn i URL-feltet nedenfor. + Bytte deretter kasino med {q}. + dvs. den generiske formelen for et søk på Netflix er https://www.netflix.com/search?q={q} - Title + Tittel Status - Select Icon - Icon - Cancel - Invalid web search - Please enter a title - Please enter an action keyword - Please enter a URL - Action keyword already exists, please enter a different one - Success - Hint: You do not need to place custom images in this directory, if Flow's version is updated they will be lost. Flow will automatically copy any images outside of this directory across to WebSearch's custom image location. + Velg ikon + Ikon + Avbryt + Ugyldig nettsøk + Vennligst angi en tittel + Angi et nøkkelord for handlingen + Angi en nettadresse + Nøkkelord for handlingen eksisterer allerede, velg et annet + Vellykket + Tips: du trenger ikke å plassere egendefinerte bilder i denne katalogen, dersom versjonen av Flow blir oppdatert vil de gå tapt. Flow vil automatisk kopiere bilder utenfor denne katalogen over til WebSearch sin egendefinerte bildeplassering. - Web Searches - Allows to perform web searches + Nettbaserte søk + Tillater å utføre nettsøk diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pl.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pl.xaml index ac906df46..1c426ee08 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pl.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pl.xaml @@ -1,32 +1,32 @@  - Search Source Setting - Open search in: - New Window - New Tab - Set browser from path: - Choose + Ustawienia wyszukiwania źródła + Otwórz wyszukiwanie w: + Nowe okno + Nowa zakładka + Ustaw przeglądarkę ze ścieżki: + Wybierz Usuń Edytuj Dodaj - Enabled - Enabled - Disabled - Confirm + Aktywny + Aktywny + Wyłączony + Potwierdź Wyzwalacz Adres URL Szukaj Pokazuj podpowiedzi wyszukiwania - Autocomplete Data from: + Autouzupełnianie danych z: Musisz wybrać coś z listy Czy jesteś pewien że chcesz usunąć {0}? - If you want to add a search for a particular website to Flow, first enter a dummy text string in the search bar of that website, and launch the search. Now copy the contents of the browser's address bar, and paste it in the URL field below. Replace your test string with {q}. For example, if you search for casino on Netflix, its address bar reads - https://www.netflix.com/search?q=Casino + Jeśli chcesz dodać wyszukiwanie dla określonej strony internetowej do Flow, najpierw wprowadź przykładowy ciąg tekstowy w pasku wyszukiwania tej strony i uruchom wyszukiwanie. Teraz skopiuj zawartość paska adresu przeglądarki i wklej ją w polu URL poniżej. Zastąp swój ciąg testowy symbolem {q}. Na przykład, jeśli wyszukujesz słowo "kasyno" na Netflix, pasek adresu przeglądarki wyświetla + https://www.netflix.com/search?q=kasyno - Now copy this entire string and paste it in the URL field below. - Then replace casino with {q}. - Thus, the generic formula for a search on Netflix is https://www.netflix.com/search?q={q} + Teraz skopiuj cały ten ciąg i wklej go w pole URL poniżej. + Następnie zastąp "kasyno" symbolem {q}. + W ten sposób ogólna formuła wyszukiwania na Netflix to https://www.netflix.com/search?q={q} @@ -43,7 +43,7 @@ Musisz wpisać adres URL Ten wyzwalacz jest już używany, musisz wybrać inny Sukces - Hint: You do not need to place custom images in this directory, if Flow's version is updated they will be lost. Flow will automatically copy any images outside of this directory across to WebSearch's custom image location. + Wskazówka: Nie musisz umieszczać niestandardowych obrazów w tym katalogu, ponieważ zostaną one utracone w przypadku aktualizacji wersji Flow. Flow automatycznie skopiuje wszystkie obrazy spoza tego katalogu do lokalizacji niestandardowych obrazów WebSearch. Wyszukiwarka WWW Szybkie wyszukiwanie na stronach WWW diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/plugin.json b/Plugins/Flow.Launcher.Plugin.WebSearch/plugin.json index 65350b0e1..0314ddfdb 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/plugin.json +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/plugin.json @@ -26,7 +26,7 @@ "Name": "Web Searches", "Description": "Provide the web search ability", "Author": "qianlifeng", - "Version": "3.1.1", + "Version": "3.1.3", "Language": "csharp", "Website": "https://github.com/Flow-Launcher/Flow.Launcher", "ExecuteFileName": "Flow.Launcher.Plugin.WebSearch.dll", diff --git a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.de-DE.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.de-DE.resx index 31443560c..a716ef4c6 100644 --- a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.de-DE.resx +++ b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.de-DE.resx @@ -134,15 +134,15 @@ Area Privacy - Zugriff auf Geschäft, Schule oder Uni + Zugriff auf Arbeit oder Schule Area UserAccounts - Kontoinfo + Account-Info Area Privacy - Konten + Accounts Area SurfaceHub @@ -154,7 +154,7 @@ Area UpdateAndSecurity - Aktivitätsverlauf + Aktivitätshistorie Area Privacy @@ -166,11 +166,11 @@ Area Control Panel (legacy settings) - Ihr Smartphone hinzufügen + Ihr Phone hinzufügen Area Phone - Verwaltungstools + Administrative Tools Area System @@ -178,10 +178,10 @@ Area System, only available on devices that support advanced display options - Erweiterte Grafik + Erweiterte Grafiken - Anzeigen-ID + Werbe-ID Area Privacy, Deprecated in Windows 10, version 1809 and later @@ -189,7 +189,7 @@ Area NetworkAndInternet - ALT+TAB + Alt+Tab Means the key combination "Tabulator+Alt" on the keyboard @@ -226,7 +226,7 @@ Area Apps - App-Volume und Geräteeinstellungen + App-Lautstärke und Gerätevoreinstellungen Area System, Added in Windows 10, version 1903 @@ -238,14 +238,14 @@ Mean the settings area or settings category - Konten + Accounts - Verwaltungstools + Administrative Tools Area Control Panel (legacy settings) - Darstellung und Personalisierung + Erscheinungsbild und Personalisierung Apps @@ -254,7 +254,7 @@ Uhr und Region - Control Panel + Systemsteuerung Cortana @@ -287,10 +287,10 @@ Personalisierung - Smartphone + Phone - Datenschutz + Privatsphäre Programme @@ -311,7 +311,7 @@ Update und Sicherheit - Benutzerkonten + Benutzer-Accounts Zugewiesener Zugriff @@ -321,7 +321,7 @@ Area EaseOfAccess - Audiowarnungen + Audio-Alarme Audio und Sprache @@ -332,7 +332,7 @@ Area Privacy - Automatische Wiedergabe + AutoPlay Area Device @@ -344,7 +344,7 @@ Area Privacy - Sicherung + Backup Area UpdateAndSecurity @@ -356,11 +356,11 @@ Area System, only available on devices that have a battery, such as a tablet - Einstellungen für den Akkusparmodus + Einstellungen für Akkusparmodus Area System, only available on devices that have a battery, such as a tablet - Nutzungsdetails für den Akkusparmodus + Nutzungsdetails für Akkusparmodus Akkunutzung @@ -375,7 +375,7 @@ Area Control Panel (legacy settings) - Blau (hell) + Blaues Licht Bluetooth @@ -397,7 +397,7 @@ Should not translated - Übertragungen + Broadcasting Area Gaming @@ -405,7 +405,7 @@ Area Privacy - Anrufliste + Anrufhistorie Area Privacy @@ -420,7 +420,7 @@ Area TimeAndLanguage - FESTSTELLTASTE + Feststelltaste Mean the "Caps Lock" key @@ -464,11 +464,11 @@ Area Device - Kontaktpersonen + Kontakte Area Privacy - Control Panel + Systemsteuerung Type of the setting is a "(legacy) Control Panel setting" @@ -483,7 +483,7 @@ Area Cortana - Cortana auf meinen Geräten + Cortana über meine Geräte Area Cortana @@ -511,7 +511,7 @@ Area NetworkAndInternet - Datum und Uhrzeit + Datum und Zeit Area TimeAndLanguage @@ -543,7 +543,7 @@ File name, Should not translated - Desktopdesigns + Desktop-Themes Area Control Panel (legacy settings) @@ -571,7 +571,7 @@ Area NetworkAndInternet, only available if DirectAccess is enabled - Smartphone direkt öffnen + Ihr Phone direkt öffnen Area EaseOfAccess @@ -599,7 +599,7 @@ Area System - Erleichterte Bedienung Center + Center für erleichterte Bedienung Area Control Panel (legacy settings) @@ -607,11 +607,11 @@ Means the "Windows Edition" - E-Mail-Adresse + E-Mail Area Privacy - E-Mail- und App-Konten + E-Mail- und App-Accounts Area UserAccounts @@ -662,18 +662,18 @@ File name, Should not translated - Mein Gerät suchen. + Mein Gerät finden Area UpdateAndSecurity Firewall - Benachrichtigungsassistent – ruhige Stunden + Fokushilfe - Ruhige Stunden Area System - Benachrichtigungsassistent – ruhige Momente + Fokushilfe - Stille Momente Area System @@ -721,7 +721,7 @@ Area Control Panel (legacy settings) - Ansicht "Schneller Blick" + Kurzer Blick Area Personalization, Deprecated in Windows 10, version 1809 and later @@ -744,7 +744,7 @@ Area EaseOfAccess - Holographische Audiodaten + Holographisches Audio Holographische Umgebung @@ -767,7 +767,7 @@ Bild - Indizierungsoptionen + Indexierungsoptionen Area Control Panel (legacy settings) @@ -794,11 +794,11 @@ Invertierte Farben - IP-Adresse + IP Should not translated - Isoliertes Browsen + Isoliertes Browsing Japanische IME-Einstellungen @@ -824,7 +824,7 @@ Keypad - Schlüssel + Tasten Sprache @@ -834,22 +834,22 @@ Helle Farbe - Lichtmodus + Heller Modus - Speicherort + Ort Area Privacy - Sperrbildschirm + Bildschirm sperren Area Personalization - Bildschirmlupe + Lupe Area EaseOfAccess - E-Mail – Microsoft Exchange oder Windows-Nachrichten + Mail - Microsoft Exchange oder Windows Messaging Area Control Panel (legacy settings) @@ -902,7 +902,7 @@ Mono - Weitere Details + Mehr Details Area Cortana @@ -934,7 +934,7 @@ Area System - Sprachausgabe + Erzähler Area EaseOfAccess @@ -954,7 +954,7 @@ Area NetworkAndInternet - Netzwerk- und Freigabecenter + Netzwerk- und Sharing-Center Area Control Panel (legacy settings) @@ -995,13 +995,13 @@ Nur verfügbar, wenn Sie ein mobiles Gerät mit Ihrem Gerät verbunden haben. - Nur auf Geräten verfügbar, die erweiterte Grafikoptionen unterstützen. + Nur verfügbar auf Geräten, die erweiterte Grafikoptionen unterstützen. - Nur auf Geräten mit Akku (z. B. Tablet) verfügbar. + Nur verfügbar auf Geräten, die einen Akku haben, wie z. B. ein Tablet. - Veraltet in Windows 10, Version 1809 (Build 17763) und höher. + Veraltet in Windows 10, Version 1809 (Build 17763) und später. Nur verfügbar, wenn "Wählen" gekoppelt ist. @@ -1010,28 +1010,28 @@ Nur verfügbar, wenn DirectAccess aktiviert ist. - Nur auf Geräten verfügbar, die erweiterte Anzeigeoptionen unterstützen. + Nur verfügbar auf Geräten, die erweiterte Anzeigeoptionen unterstützen. - Nur vorhanden, wenn der Benutzer für WIP registriert ist. + Nur vorhanden, wenn Benutzer in WIP eingeschrieben ist. Erfordert Eyetracker-Hardware. - Verfügbar, wenn der Eingabemethoden-Editor von Microsoft Japan installiert ist. + Verfügbar, wenn der Editor für Eingabemethode Microsoft Japan installiert ist. - Verfügbar, wenn der Eingabemethoden-Editor von Microsoft Pinyin installiert ist. + Verfügbar, wenn der Editor für Eingabemethode Microsoft Pinyin installiert ist. - Verfügbar, wenn der Eingabemethoden-Editor von Microsoft Wubi installiert ist. + Verfügbar, wenn der Editor für Eingabemethode Microsoft Wubi installiert ist. Nur verfügbar, wenn die Mixed Reality Portal-App installiert ist. - Nur auf mobilen Geräten verfügbar, und wenn das Unternehmen ein Bereitstellungspaket bereitgestellt hat. + Nur auf Mobiltelefonen verfügbar und wenn das Unternehmen ein Provisioning-Paket bereitgestellt hat. Hinzugefügt in Windows 10, Version 1903 (Build 18362). @@ -1046,13 +1046,13 @@ Nur verfügbar, wenn Touchpad-Hardware vorhanden ist. - Nur verfügbar, wenn das Gerät über einen WLAN-Adapter verfügt. + Nur verfügbar, wenn das Gerät über einen Wi-Fi-Adapter verfügt. - Das Gerät muss Windows Anywhere-fähig sein. + Gerät muss Windows Anywhere-fähig sein. - Nur verfügbar, wenn das Unternehmen ein Bereitstellungspaket bereitgestellt hat. + Nur verfügbar, wenn das Unternehmen ein Provisioning-Paket bereitgestellt hat. Benachrichtigungen @@ -1063,7 +1063,7 @@ Area System - NUM-Sperre + Num-Sperre Mean the "Num Lock" key @@ -1083,7 +1083,7 @@ Area Control Panel (legacy settings) - Offlinedateien + Offline-Dateien Area Control Panel (legacy settings) @@ -1091,11 +1091,11 @@ Area Apps - Offline Karten – Karten herunterladen + Offline-Karten – Karten herunterladen Area Apps - Auf dem Bildschirm + Auf Bildschirm Betriebssystem @@ -1106,14 +1106,14 @@ Area Privacy - Weitere Optionen + Andere Optionen Area EaseOfAccess Andere Benutzer - Jugendschutz + Elterliche Kontrolle Area Control Panel (legacy settings) @@ -1124,7 +1124,7 @@ File name, Should not translated - Kennworteigenschaften + Passworteigenschaften Area Control Panel (legacy settings) @@ -1140,15 +1140,15 @@ Area Device - Personen in meiner Umgebung + Leute in meiner Nähe Area Control Panel (legacy settings) - Leistungsdaten und Tools + Leistungsinformationen und Tools Area Control Panel (legacy settings) - Berechtigungen und Verlauf + Berechtigungen und Historie Area Cortana @@ -1156,15 +1156,15 @@ Area Personalization - Smartphone + Phone Area Phone - Telefon und Modem + Phone und Modem Area Control Panel (legacy settings) - Telefon und Modem – Optionen + Phone und Modem – Optionen Area Control Panel (legacy settings) @@ -1203,10 +1203,10 @@ Area Gaming - Plug-In zum Suchen nach Windows-Einstellungen + Plug-in zum Suchen nach Windows-Einstellungen - Windows Settings + Windows-Einstellungen Energieeinstellungen und Ruhemodus @@ -1240,7 +1240,7 @@ Area Control Panel (legacy settings) - Auftragsverarbeiter + Prozessor Programme und Features @@ -1271,7 +1271,7 @@ Area TimeAndLanguage - Spiel mit ruhigen Momenten + Stille Momente-Spiel Radios @@ -1343,7 +1343,7 @@ Area Control Panel (legacy settings) - Automatische Ausrichtung + Bildschirmrotation Area System @@ -1366,11 +1366,11 @@ Should not translated - Security Center + Sicherheitscenter Area Control Panel (legacy settings) - Sicherheitsauftragsverarbeiter + Sicherheitsprozessor Sitzungsbereinigung @@ -1381,18 +1381,18 @@ Area Home, Overview-page for all areas of settings - Kiosk einrichten + Einen Kiosk einrichten Area UserAccounts - Freigegebene Erfahrungen + Geteilte Erfahrungen Area System - Tastenkombinationen + Shortcuts - WLAN + Wi-Fi dont translate this, is a short term to find entries @@ -1400,7 +1400,7 @@ Area UserAccounts - Anmeldeoptionen – dynamische Sperre + Anmeldeoptionen – Dynamische Sperre Area UserAccounts @@ -1446,7 +1446,7 @@ Area System - Speicheroptimierung + Speicherbedeutung Area System @@ -1454,11 +1454,11 @@ Example: Area "System" in System settings - Synchronisierungscenter + Sync-Center Area Control Panel (legacy settings) - Einstellungen synchronisieren + Ihre Einstellungen synchronisieren Area UserAccounts @@ -1497,18 +1497,18 @@ Area Personalization - Taskleistenfarbe + Farbe der Taskleiste - Aufgaben + Tasks Area Privacy - Teamkonferenzen + Team-Konferenzen Area SurfaceHub - Teamgeräteverwaltung + Team-Geräteverwaltung Area SurfaceHub @@ -1516,7 +1516,7 @@ Area Control Panel (legacy settings) - Designs + Themes Area Personalization @@ -1568,7 +1568,7 @@ Area Device - Benutzerkonten + Benutzer-Accounts Area Control Panel (legacy settings) @@ -1602,7 +1602,7 @@ Area NetworkAndInternet - Hintergrundbild + Wallpaper Wärmere Farbe @@ -1612,7 +1612,7 @@ Area Control Panel (legacy settings) - Willkommensseite + Begrüßungsbildschirm Area SurfaceHub @@ -1624,15 +1624,15 @@ Area Device - WLAN + Wi-Fi Area NetworkAndInternet, only available if Wi-Fi calling is enabled - WLAN-Anrufe + WiFi Calling Area NetworkAndInternet, only available if Wi-Fi calling is enabled - WLAN-Einstellungen + Wi-Fi-Einstellungen "Wi-Fi" should not translated @@ -1667,7 +1667,7 @@ Area UserAccounts - Windows-Insider-Programm + Windows Insider-Programm Area UpdateAndSecurity @@ -1675,7 +1675,7 @@ Area Control Panel (legacy settings) - Windows Search + Windows-Suche Area Cortana @@ -1683,7 +1683,7 @@ Area UpdateAndSecurity - Windows Update + Windows-Updates Area UpdateAndSecurity @@ -1691,7 +1691,7 @@ Area UpdateAndSecurity - Windows Update – nach Updates suchen + Windows Update – Nach Updates suchen Area UpdateAndSecurity @@ -1699,15 +1699,15 @@ Area UpdateAndSecurity - Windows Update – optionale Updates anzeigen + Windows Update – Optionale Updates ansehen Area UpdateAndSecurity - Windows Update – Updateverlauf anzeigen + Windows Update – Update-Historie ansehen Area UpdateAndSecurity - Drahtlos + Wireless Arbeitsbereich @@ -1729,7 +1729,7 @@ Area Gaming - Ihre Informationen + Ihre Info Area UserAccounts @@ -1737,40 +1737,40 @@ Mean zooming of things via a magnifier - Change device installation settings + Einstellungen der Geräteinstallation ändern - Turn off background images + Hintergrundbilder ausschalten - Navigation properties + Navigationseigenschaften - Media streaming options + Medien-Streaming-Optionen - Make a file type always open in a specific program + Einen Dateityp immer in einem spezifischen Programm öffnen lassen Change the Narrator’s voice - Find and fix keyboard problems + Tastaturprobleme finden und beheben - Use screen reader + Screenreader verwenden Show which workgroup this computer is on - Change mouse wheel settings + Mausrad-Einstellungen ändern - Manage computer certificates + Computerzertifikate verwalten - Find and fix problems + Probleme finden und beheben Change settings for content received using Tap and send @@ -1782,10 +1782,10 @@ Print the speech reference card - Calibrate display colour + Anzeigefarbe kalibrieren - Manage file encryption certificates + Dateiverschlüsselungszertifikate verwalten View recent messages about your computer @@ -1794,22 +1794,22 @@ Give other users access to this computer - Show hidden files and folders + Ausgeblendete Dateien und Ordner zeigen - Change Windows To Go start-up options + Windows To Go-Startoptionen ändern - See which processes start up automatically when you start Windows + Sehen Sie, welche Prozesse automatisch starten, wenn Sie Windows starten - Tell if an RSS feed is available on a website + Sagen, ob ein RSS-Feed auf einer Website verfügbar ist - Add clocks for different time zones + Uhren für verschiedene Zeitzonen hinzufügen - Add a Bluetooth device + Ein Bluetooth-Gerät hinzufügen Customise the mouse buttons @@ -1818,55 +1818,55 @@ Set tablet buttons to perform certain tasks - View installed fonts + Installierte Schriftarten ansehen Change the way currency is displayed - Edit group policy + Gruppenrichtlinien bearbeiten - Manage browser add-ons + Browser-Add-ons verwalten - Check processor speed + Prozessorgeschwindigkeit überprüfen - Check firewall status + Firewall-Status überprüfen - Send or receive a file + Eine Datei senden oder empfangen - Add or remove user accounts + Benutzerkonten hinzufügen oder entfernen Edit the system environment variables - Manage BitLocker + BitLocker verwalten - Auto-hide the taskbar + Taskleiste automatisch ausblenden - Change sound card settings + Soundkarten-Einstellungen ändern - Make changes to accounts + Änderungen an Accounts vornehmen - Edit local users and groups + Lokale Benutzer und Gruppen bearbeiten - View network computers and devices + Netzwerkcomputer und -geräte ansehen - Install a program from the network + Ein Programm aus dem Netzwerk installieren - View scanners and cameras + Scanner und Kameras ansehen Microsoft IME Register Word (Japanese) @@ -1881,22 +1881,22 @@ Block or allow third-party cookies - Find and fix audio recording problems + Audioaufzeichnungsprobleme finden und beheben - Create a recovery drive + Ein Wiederherstellungslaufwerk erstellen Microsoft New Phonetic Settings - Generate a system health report + Einen Bericht zur Systemgesundheit generieren - Fix problems with your computer + Probleme mit Ihrem Computer beheben - Back up and Restore (Windows 7) + Sichern und Wiederherstellen (Windows 7) Preview, delete, show or hide fonts @@ -1908,19 +1908,19 @@ View reliability history - Access RemoteApp and desktops + Zugriff auf RemoteApp und Desktops - Set up ODBC data sources + ODBC-Datenquellen einrichten - Reset Security Policies + Sicherheitsrichtlinien zurücksetzen - Block or allow pop-ups + Pop-ups blockieren oder erlauben - Turn autocomplete in Internet Explorer on or off + Autovervollständigung im Internet Explorer ein- oder ausschalten Microsoft Pinyin SimpleFast Options @@ -1929,19 +1929,19 @@ Change what closing the lid does - Turn off unnecessary animations + Unnötige Animationen ausschalten - Create a restore point + Einen Wiederherstellungspunkt erstellen - Turn off automatic window arrangement + Automatische Fensteranordnung ausschalten Troubleshooting History - Diagnose your computer's memory problems + Speicherprobleme Ihres Computers diagnostizieren View recommended actions to keep Windows running smoothly @@ -1950,7 +1950,7 @@ Change cursor blink rate - Add or remove programs + Programme hinzufügen oder entfernen Create a password reset disk @@ -1959,10 +1959,10 @@ Configure advanced user profile properties - Start or stop using AutoPlay for all media and devices + AutoPlay für alle Medien und Geräte starten oder stoppen - Change Automatic Maintenance settings + Automatische Wartungseinstellungen ändern Specify single- or double-click to open @@ -1977,40 +1977,40 @@ Allow remote access to your computer - View advanced system settings + Erweiterte Systemeinstellungen ansehen - How to install a program + Wie man ein Programm installiert - Change how your keyboard works + Funktionsweise Ihrer Tastatur ändern Automatically adjust for daylight saving time - Change the order of Windows SideShow gadgets + Reihenfolge der Windows SideShow-Gadgets ändern - Check keyboard status + Tastaturstatus überprüfen - Control the computer without the mouse or keyboard + Steuerung des Computers ohne die Maus oder Tastatur - Change or remove a program + Ein Programm ändern oder entfernen Change multi-touch gesture settings - Set up ODBC data sources (64-bit) + ODBC-Datenquellen (64-Bit) einrichten - Configure proxy server + Proxy-Server konfigurieren - Change your homepage + Ihre Homepage ändern Group similar windows on the taskbar @@ -2019,16 +2019,16 @@ Change Windows SideShow settings - Use audio description for video + Audiobeschreibung für Video verwenden - Change workgroup name + Arbeitsgruppenname ändern Find and fix printing problems - Change when the computer sleeps + Ändern, wann der Computer schläft Set up a virtual private network (VPN) connection @@ -2040,37 +2040,37 @@ Set up a dial-up connection - Set up a connection or network + Eine Verbindung oder Netzwerk einrichten - How to change your Windows password + Wie Sie Ihr Windows-Passwort ändern Make it easier to see the mouse pointer - Set up iSCSI initiator + iSCSI-Initiator einrichten Accommodate low vision - Manage offline files + Offline-Dateien verwalten Review your computer's status and resolve issues - Microsoft ChangJie Settings + Microsoft ChangJie-Einstellungen Replace sounds with visual cues - Change temporary Internet file settings + Temporäre Internet-Dateieinstellungen ändern - Connect to the Internet + Mit dem Internet verbinden Find and fix audio playback problems @@ -2091,25 +2091,25 @@ Change tablet pen settings - Change how your mouse works + Funktionsweise Ihrer Maus ändern - Show how much RAM is on this computer + Zeigen, wie viel RAM auf diesem Computer vorhanden ist - Edit power plan + Energieplan bearbeiten - Adjust system volume + Systemlautstärke anpassen - Defragment and optimise your drives + Ihre Laufwerke defragmentieren und optimieren - Set up ODBC data sources (32-bit) + ODBC-Datenquellen (32-Bit) einrichten - Change Font Settings + Schriftarteinstellungen ändern Magnify portions of the screen using Magnifier @@ -2118,16 +2118,16 @@ Change the file type associated with a file extension - View event logs + Event-Logs ansehen - Manage Windows Credentials + Windows-Anmeldedaten verwalten - Set up a microphone + Ein Mikrofon einrichten - Change how the mouse pointer looks + Ändern, wie der Mauszeiger ausschaut Change power-saving settings @@ -2140,25 +2140,25 @@ - Turn Windows features on or off + Windows-Features ein- oder ausschalten Show which operating system your computer is running - View local services + Lokale Dienste ansehen - Manage Work Folders + Arbeitsordner verwalten - Encrypt your offline files + Ihre Offline-Dateien verschlüsseln Train the computer to recognise your voice - Advanced printer setup + Erweiterte Druckereinrichtung Change default printer @@ -2167,10 +2167,10 @@ Edit environment variables for your account - Optimise visual display + Visuelle Anzeige optimieren - Change mouse click settings + Mausklick-Einstellungen ändern Change advanced colour management settings for displays, scanners and printers @@ -2182,10 +2182,10 @@ Clear disk space by deleting unnecessary files - View devices and printers + Geräte und Drucker ansehen - Private Character Editor + Privater Zeichen-Editor Record steps to reproduce a problem @@ -2212,10 +2212,10 @@ Set flicks to perform certain tasks - Change account type + Account-Typ ändern - Change screen saver + Bildschirmschoner ändern Change User Account Control settings @@ -2236,31 +2236,31 @@ View basic information about your computer - Choose how you open links + Wählen Sie, wie Sie Links öffnen Allow Remote Assistance invitations to be sent from this computer - Task Manager + Task-Manager Turn flicks on or off - Add a language + Eine Sprache hinzufügen - View network status and tasks + Netzwerkstatus und Tasks ansehen - Turn Magnifier on or off + Lupe ein- oder ausschalten See the name of this computer - View network connections + Netzwerkverbindungen ansehen Perform recommended maintenance tasks automatically @@ -2269,7 +2269,7 @@ Manage disk space used by your offline files - Turn High Contrast on or off + Hochkontrast ein- oder ausschalten Change the way time is displayed @@ -2281,16 +2281,16 @@ Change the way dates and lists are displayed - Manage audio devices + Audiogeräte verwalten - Change security settings + Sicherheitseinstellungen ändern - Check security status + Sicherheitsstatus überprüfen - Delete cookies or temporary files + Cookies oder temporäre Dateien löschen Specify which hand you write with @@ -2311,19 +2311,19 @@ Show which domain your computer is on - View all problem reports + Alle Problemberichte ansehen - 16-Bit Application Support + 16-Bit-Anwendungsunterstützung Set up dialling rules - Enable or disable session cookies + Session-Cookies aktivieren oder deaktivieren - Give administrative rights to a domain user + Einem Domänenbenutzer administrative Rechte geben Choose when to turn off display @@ -2341,61 +2341,61 @@ Change text-to-speech settings - Set the time and date + Zeit und Datum festlegen Change location settings - Change mouse settings + Maus-Einstellungen ändern Manage Storage Spaces - Show or hide file extensions + Dateierweiterungen zeigen oder ausblenden - Allow an app through Windows Firewall + Eine App über Windows-Firewall erlauben - Change system sounds + Systemsounds ändern - Adjust ClearType text + ClearType-Text anpassen - Turn screen saver on or off + Bildschirmschoner ein- oder ausschalten - Find and fix windows update problems + Windows Update-Probleme finden und beheben - Change Bluetooth settings + Bluetooth-Einstellungen ändern - Connect to a network + Mit einem Netzwerk verbinden Change the search provider in Internet Explorer - Join a domain + Einer Domain beitreten - Add a device + Ein Gerät hinzufügen - Find and fix problems with Windows Search + Probleme mit Windows-Suche finden und beheben - Choose a power plan + Einen Energieplan wählen Change how the mouse pointer looks when it’s moving - Uninstall a program + Ein Programm deinstallieren Create and format hard disk partitions @@ -2407,46 +2407,46 @@ Change PC wake-up settings - Manage network passwords + Netzwerkpasswörter verwalten - Change input methods + Eingabemethoden ändern - Manage advanced sharing settings + Erweiterte Sharing-Einstellungen verwalten Change battery settings - Rename this computer + Diesen Computer umbenennen - Lock or unlock the taskbar + Taskleiste sperren oder entsperren - Manage Web Credentials + Webanmeldedaten verwalten - Change the time zone + Zeitzone ändern - Start speech recognition + Spracherkennung starten - View installed updates + Installierte Updates ansehen - What's happened to the Quick Launch toolbar? + Was ist mit der Schnellstart-Toolleiste passiert? - Change search options for files and folders + Suchoptionen für Dateien und Ordner ändern Adjust settings before giving a presentation - Scan a document or picture + Ein Dokument oder Bild scannen Change the way measurements are displayed @@ -2467,10 +2467,10 @@ Calibrate the screen for pen or touch input - Manage user certificates + Benutzerzertifikate verwalten - Schedule tasks + Geplante Tasks Ignore repeated keystrokes using FilterKeys @@ -2482,7 +2482,7 @@ Hear a tone when keys are pressed - Delete browsing history + Browsing-Historie löschen Change what the power buttons do @@ -2497,18 +2497,18 @@ View system resource usage in Task Manager - Create an account + Einen Account erstellen - Get more features with a new edition of Windows + Erhalten Sie mehr Features mit einer neuen Edition von Windows - Control Panel + Systemsteuerung TaskLink - Unknown + Unbekannt \ No newline at end of file diff --git a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.nb-NO.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.nb-NO.resx index 53715bf23..12c2178dd 100644 --- a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.nb-NO.resx +++ b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.nb-NO.resx @@ -118,7 +118,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - About + Om Area System @@ -126,66 +126,66 @@ File name, Should not translated - Accessibility Options + Alternativer for tilgjengelighet Area Control Panel (legacy settings) - Accessory apps + Apper for tilbehør Area Privacy - Access work or school + Tilgang til arbeid eller skole Area UserAccounts - Account info + Kontoinformasjon Area Privacy - Accounts + Kontoer Area SurfaceHub - Action Center + Handlingssenter Area Control Panel (legacy settings) - Activation + Aktivering Area UpdateAndSecurity - Activity history + Aktivitetslogg Area Privacy - Add Hardware + Legg til maskinvare Area Control Panel (legacy settings) - Add/Remove Programs + Legg til/fjern programmer Area Control Panel (legacy settings) - Add your phone + Legg til din telefon Area Phone - Administrative Tools + Administrative verktøy Area System - Advanced display settings + Avanserte visningsinnstillinger Area System, only available on devices that support advanced display options - Advanced graphics + Avansert grafikk - Advertising ID + Annonsering ID Area Privacy, Deprecated in Windows 10, version 1809 and later - Airplane mode + Flymodus Area NetworkAndInternet @@ -193,20 +193,20 @@ Means the key combination "Tabulator+Alt" on the keyboard - Alternative names + Alternative navn - Animations + Animasjoner - App color + Appfarge - App diagnostics + Appdiagnostikk Area Privacy - App features + Appfunksjoner Area Apps @@ -214,19 +214,19 @@ Short/modern name for application - Apps and Features + Apper og funksjoner Area Apps - System settings + Systeminnstillinger Type of the setting is a "Modern Windows settings". We use the same term as used in start menu search at the moment. - Apps for websites + Apper for nettsteder Area Apps - App volume and device preferences + Appvolum og enhetsinnstillinger Area System, Added in Windows 10, version 1903 @@ -234,66 +234,66 @@ File name, Should not translated - Area + Område Mean the settings area or settings category - Accounts + Kontoer - Administrative Tools + Administrative verktøy Area Control Panel (legacy settings) - Appearance and Personalization + Utseende og personalisering - Apps + Apper - Clock and Region + Klokke og region - Control Panel + Kontrollpanel Cortana - Devices + Enheter - Ease of access + Enkel tilgang - Extras + Ekstra - Gaming + Spilling - Hardware and Sound + Maskinvare og lyd - Home page + Hjemmeside - Mixed reality + Blandet virkelighet - Network and Internet + Nettverk og Internett - Personalization + Personalisering - Phone + Telefon - Privacy + Personvern - Programs + Programmer SurfaceHub @@ -302,91 +302,91 @@ System - System and Security + System og sikkerhet - Time and language + Tid og språk - Update and security + Oppdatering og sikkerhet - User accounts + Brukerkontoer - Assigned access + Tildelt tilgang - Audio + Lyd Area EaseOfAccess - Audio alerts + Lydvarsler - Audio and speech + Lyd og tale Area MixedReality, only available if the Mixed Reality Portal app is installed. - Automatic file downloads + Automatiske filnedlastinger Area Privacy - AutoPlay + Autostart Area Device - Background + Bakgrunn Area Personalization - Background Apps + Bakgrunnsapper Area Privacy - Backup + Sikkerhetskopi Area UpdateAndSecurity - Backup and Restore + Sikkerhetskopiering og gjenoppretting Area Control Panel (legacy settings) - Battery Saver + Batterisparer Area System, only available on devices that have a battery, such as a tablet - Battery Saver settings + Innstillinger for batterisparing Area System, only available on devices that have a battery, such as a tablet - Battery saver usage details + Detaljer om bruk av batterisparing - Battery use + Batteribruk Area System, only available on devices that have a battery, such as a tablet - Biometric Devices + Biometriske enheter Area Control Panel (legacy settings) - BitLocker Drive Encryption + BitLocker-stasjonskryptering Area Control Panel (legacy settings) - Blue light + Blått lys - Bluetooth + Blåtann Area Device - Bluetooth devices + Bluetooth-enheter Area Control Panel (legacy settings) - Blue-yellow + Blå-gul Bopomofo IME @@ -397,22 +397,22 @@ Should not translated - Broadcasting + Kringkasting Area Gaming - Calendar + Kalender Area Privacy - Call history + Anropslogg Area Privacy - calling + ringer - Camera + Kamera Area Privacy @@ -424,58 +424,58 @@ Mean the "Caps Lock" key - Cellular and SIM + Mobil og SIM Area NetworkAndInternet - Choose which folders appear on Start + Velge hvilke mapper som skal vises ved start Area Personalization - Client service for NetWare + Klienttjeneste for NetWare Area Control Panel (legacy settings) - Clipboard + Utklippstavle Area System - Closed captions + Lukkede undertekster Area EaseOfAccess - Color filters + Fargefiltre Area EaseOfAccess - Color management + Fargebehandling Area Control Panel (legacy settings) - Colors + Farger Area Personalization - Command + Kommando The command to direct start a setting - Connected Devices + Tilkoblede enheter Area Device - Contacts + Kontakter Area Privacy - Control Panel + Kontrollpanel Type of the setting is a "(legacy) Control Panel setting" - Copy command + Kopier kommando - Core Isolation + Kjerneisolering Means the protection of the system core @@ -483,59 +483,59 @@ Area Cortana - Cortana across my devices + Cortana på tvers av enheter Area Cortana - Cortana - Language + Cortana – Språk Area Cortana - Credential manager + Behandling av legitimasjon Area Control Panel (legacy settings) - Crossdevice + På tvers av enheter - Custom devices + Egendefinerte enheter - Dark color + Mørk farge - Dark mode + Mørk modus - Data usage + Databruk Area NetworkAndInternet - Date and time + Dato og klokkeslett Area TimeAndLanguage - Default apps + Standard apper Area Apps - Default camera + Standard kamera Area Device - Default location + Standard plassering Area Control Panel (legacy settings) - Default programs + Standard programmer Area Control Panel (legacy settings) - Default Save Locations + Standard lagringssteder Area System - Delivery Optimization + Optimalisering av levering Area UpdateAndSecurity @@ -543,19 +543,19 @@ File name, Should not translated - Desktop themes + Skrivebordstemaer Area Control Panel (legacy settings) - deuteranopia + deuteranopi Medical: Mean you don't can see red colors - Device manager + Enhetsbehandler Area Control Panel (legacy settings) - Devices and printers + Enheter og skrivere Area Control Panel (legacy settings) @@ -563,23 +563,23 @@ Should not translated - Dial-up + Modem Area NetworkAndInternet - Direct access + Direkte tilgang Area NetworkAndInternet, only available if DirectAccess is enabled - Direct open your phone + Direkte åpne telefonen Area EaseOfAccess - Display + Skjerm Area EaseOfAccess - Display properties + Skjermegenskaper Area Control Panel (legacy settings) @@ -587,39 +587,39 @@ Should not translated - Documents + Dokumenter Area Privacy - Duplicating my display + Duplisere skjermen min Area System - During these hours + I løpet av disse timene Area System - Ease of access center + Enkel tilgangssenter Area Control Panel (legacy settings) - Edition + Utgave Means the "Windows Edition" - Email + E-post Area Privacy - Email and app accounts + E-post- og appkontoer Area UserAccounts - Encryption + Kryptering Area System - Environment + Miljø Area MixedReality, only available if the Mixed Reality Portal app is installed. @@ -627,34 +627,34 @@ Area NetworkAndInternet - Exploit Protection + Beskyttelse mot utnyttelse - Extras + Ekstra Area Extra, , only used for setting of 3rd-Party tools - Eye control + Øyekontroll Area EaseOfAccess - Eye tracker + Øyesporer Area Privacy, requires eyetracker hardware - Family and other people + Familie og andre Area UserAccounts - Feedback and diagnostics + Tilbakemelding og diagnostikk Area Privacy - File system + Filsystem Area Privacy - FindFast + Finn raskt Area Control Panel (legacy settings) @@ -662,101 +662,101 @@ File name, Should not translated - Find My Device + Finn min enhet Area UpdateAndSecurity - Firewall + Brannmur - Focus assist - Quiet hours + Fokus assistanse - Stilletid Area System - Focus assist - Quiet moments + Fokus assistanse - Stille øyeblikk Area System - Folder options + Mappealternativer Area Control Panel (legacy settings) - Fonts + Skrifttyper Area EaseOfAccess - For developers + For utviklere Area UpdateAndSecurity - Game bar + Spillinje Area Gaming - Game controllers + Spillkontrollere Area Control Panel (legacy settings) - Game DVR + Spill DVR Area Gaming - Game Mode + Spillmodus Area Gaming - Gateway + Mellomtjener Should not translated - General + Generelt Area Privacy - Get programs + Hent programmer Area Control Panel (legacy settings) - Getting started + Kom igang Area Control Panel (legacy settings) - Glance + Blikk Area Personalization, Deprecated in Windows 10, version 1809 and later - Graphics settings + Grafikkinnstillinger Area System - Grayscale + Gråtoner - Green week + Grønn uke Mean you don't can see green colors - Headset display + Hodesettvisning Area MixedReality, only available if the Mixed Reality Portal app is installed. - High contrast + Høy kontrast Area EaseOfAccess - Holographic audio + Holografisk lyd - Holographic Environment + Holografisk miljø - Holographic Headset + Holografisk hodetelefoner - Holographic Management + Holografisk administrasjon - Home group + Hjemmegruppe Area Control Panel (legacy settings) @@ -764,10 +764,10 @@ MEans The "Windows Identifier" - Image + Bilde - Indexing options + Alternativer for indeksering Area Control Panel (legacy settings) @@ -775,15 +775,15 @@ File name, Should not translated - Infrared + Infrarød Area Control Panel (legacy settings) - Inking and typing + Håndskrift og skriving Area Privacy - Internet options + Alternativer for Internett Area Control Panel (legacy settings) @@ -791,17 +791,17 @@ File name, Should not translated - Inverted colors + Inverterte farger IP Should not translated - Isolated Browsing + Isolert surfing - Japan IME settings + Japanske IME-innstillinger Area TimeAndLanguage, available if the Microsoft Japan input method editor is installed @@ -809,7 +809,7 @@ File name, Should not translated - Joystick properties + Egenskaper for styrespak Area Control Panel (legacy settings) @@ -817,39 +817,39 @@ Should not translated - Keyboard + Tastatur Area EaseOfAccess Keypad - Keys + Taster - Language + Språk Area TimeAndLanguage - Light color + Lys farge - Light mode + Lys modus - Location + Plassering Area Privacy - Lock screen + Låseskjerm Area Personalization - Magnifier + Forstørrer Area EaseOfAccess - Mail - Microsoft Exchange or Windows Messaging + E-post - Microsoft Exchange eller Windows Messaging Area Control Panel (legacy settings) @@ -857,22 +857,22 @@ File name, Should not translated - Manage known networks + Administrer kjente nettverk Area NetworkAndInternet - Manage optional features + Behandle valgfrie funksjoner Area Apps - Messaging + Meldinger Area Privacy - Metered connection + Målt tilkobling - Microphone + Mikrofon Area Privacy @@ -888,10 +888,10 @@ File name, Should not translated - Mobile devices + Mobile enheter - Mobile hotspot + Mobil trådløs sone Area NetworkAndInternet @@ -902,43 +902,43 @@ Mono - More details + Ytterligere detaljer Area Cortana - Motion + Bevegelse Area Privacy - Mouse + Mus Area EaseOfAccess - Mouse and touchpad + Mus og pekeplate Area Device - Mouse, Fonts, Keyboard, and Printers properties + Mus, skrifter, tastatur og skriveregenskaper Area Control Panel (legacy settings) - Mouse pointer + Musepeker Area EaseOfAccess - Multimedia properties + Multimedia egenskaper Area Control Panel (legacy settings) - Multitasking + Fleroppgavekjøring Area System - Narrator + Oppleser Area EaseOfAccess - Navigation bar + Navigasjonslinje Area Personalization @@ -950,27 +950,27 @@ File name, Should not translated - Network + Nettverk Area NetworkAndInternet - Network and sharing center + Nettverk og delingssenter Area Control Panel (legacy settings) - Network connection + Nettverkstilkobling Area Control Panel (legacy settings) - Network properties + Egenskaper for nettverk Area Control Panel (legacy settings) - Network Setup Wizard + Veiviser for nettverksoppsett Area Control Panel (legacy settings) - Network status + Nettverksstatus Area NetworkAndInternet @@ -978,88 +978,88 @@ Area NetworkAndInternet - NFC Transactions + NFC-transaksjoner "NFC should not translated" - Night light + Nattlys - Night light settings + Innstillinger for nattlys Area System - Note + Notat - Only available when you have connected a mobile device to your device. + Bare tilgjengelig når du har koblet en mobilenhet til enheten din. - Only available on devices that support advanced graphics options. + Bare tilgjengelig på enheter som støtter avanserte grafikkalternativer. - Only available on devices that have a battery, such as a tablet. + Bare tilgjengelig på enheter som har batteri, for eksempel nettbrett. - Deprecated in Windows 10, version 1809 (build 17763) and later. + Avviklet i Windows 10, versjon 1809 (bygg 17763) og senere. - Only available if Dial is paired. + Bare tilgjengelig dersom Dial er paret. - Only available if DirectAccess is enabled. + Bare tilgjengelig dersom DirectAccess er aktivert. - Only available on devices that support advanced display options. + Bare tilgjengelig på enheter som støtter avanserte skjerminnstillinger. - Only present if user is enrolled in WIP. + Finnes bare hvis brukeren er registrert i WIP. - Requires eyetracker hardware. + Krever maskinvare for øyesporing. - Available if the Microsoft Japan input method editor is installed. + Tilgjengelig hvis Microsoft Japan-redigeringsmetoden for inndata er installert. - Available if the Microsoft Pinyin input method editor is installed. + Tilgjengelig hvis Microsoft Pinyin-redigeringsmetoden for inndata er installert. - Available if the Microsoft Wubi input method editor is installed. + Tilgjengelig hvis Microsoft Wubi-redigeringsmetoden for inndata er installert. - Only available if the Mixed Reality Portal app is installed. + Bare tilgjengelig hvis Mixed Reality-portal-appen er installert. - Only available on mobile and if the enterprise has deployed a provisioning package. + Kun tilgjengelig på mobil og hvis bedriften har distribuert en klargjøringspakke. - Added in Windows 10, version 1903 (build 18362). + Lagt til i Windows 10, versjon 1903 (bygg 18362). - Added in Windows 10, version 2004 (build 19041). + Lagt til i Windows 10, versjon 2004 (bygg 19041). - Only available if "settings apps" are installed, for example, by a 3rd party. + Kun tilgjengelig hvis "innstillingsapper" er installert, for eksempel av tredjepart. - Only available if touchpad hardware is present. + Bare tilgjengelig hvis touchpad-maskinvare er tilstede. - Only available if the device has a Wi-Fi adapter. + Bare tilgjengelig dersom enheten har et Wi-Fi-adapter. - Device must be Windows Anywhere-capable. + Enheten må være Windows Anywhere-kompatibel. - Only available if enterprise has deployed a provisioning package. + Kun tilgjengelig hvis bedriften har distribuert en klargjøringspakke. - Notifications + Varsler Area Privacy - Notifications and actions + Varsler og handlinger Area System @@ -1075,141 +1075,141 @@ File name, Should not translated - ODBC Data Source Administrator (32-bit) + ODBC Datakilde Administrator (32-bit) Area Control Panel (legacy settings) - ODBC Data Source Administrator (64-bit) + ODBC Datakilde Administrator (64-bit) Area Control Panel (legacy settings) - Offline files + Frakoblede filer Area Control Panel (legacy settings) - Offline Maps + Frakoblede kart Area Apps - Offline Maps - Download maps + Frakoblede kart – Last ned kart Area Apps - On-Screen + På-skjermen OS Means the "Operating System" - Other devices + Andre enheter Area Privacy - Other options + Andre alternativer Area EaseOfAccess - Other users + Andre brukere - Parental controls + Foreldrekontroll Area Control Panel (legacy settings) - Password + Passord password.cpl File name, Should not translated - Password properties + Egenskaper for passord Area Control Panel (legacy settings) - Pen and input devices + Penn og inndataenheter Area Control Panel (legacy settings) - Pen and touch + Penn og berøring Area Control Panel (legacy settings) - Pen and Windows Ink + Penn og Windows Ink Area Device - People Near Me + Folk nær meg Area Control Panel (legacy settings) - Performance information and tools + Informasjon og verktøy om ytelse Area Control Panel (legacy settings) - Permissions and history + Rettigheter og historikk Area Cortana - Personalization (category) + Personalisering (kategori) Area Personalization - Phone + Telefon Area Phone - Phone and modem + Telefon og modem Area Control Panel (legacy settings) - Phone and modem - Options + Telefon og modem - Alternativer Area Control Panel (legacy settings) - Phone calls + Telefonsamtaler Area Privacy - Phone - Default apps + Telefon - Standard apper Area System - Picture + Bilde - Pictures + Bilder Area Privacy - Pinyin IME settings + Innstillinger for Pinyin IME Area TimeAndLanguage, available if the Microsoft Pinyin input method editor is installed - Pinyin IME settings - domain lexicon + Pinyin IME-innstillinger - domene leksikonet Area TimeAndLanguage - Pinyin IME settings - Key configuration + Pinyin IME-innstillinger - nøkkelkonfigurasjon Area TimeAndLanguage - Pinyin IME settings - UDP + Pinyin IME-innstillinger - UDP Area TimeAndLanguage - Playing a game full screen + Spille et spill i fullskjerm Area Gaming - Plugin to search for Windows settings + Programtillegg for å søke etter Windows-innstillinger - Windows Settings + Innstillinger for Windows - Power and sleep + Strøm og hvilemodus Area System @@ -1217,49 +1217,49 @@ File name, Should not translated - Power options + Alternativer for strøm Area Control Panel (legacy settings) - Presentation + Presentasjon - Printers + Skrivere Area Control Panel (legacy settings) - Printers and scanners + Skrivere og skannere Area Device - Print screen + PRT SCN-knapp Mean the "Print screen" key - Problem reports and solutions + Problemrapporter og løsninger Area Control Panel (legacy settings) - Processor + Prosessor - Programs and features + Programmer og funksjoner Area Control Panel (legacy settings) - Projecting to this PC + Projiserer til denne PC-en Area System - protanopia + protanopi Medical: Mean you don't can see green colors - Provisioning + Klargjøring Area UserAccounts, only available if enterprise has deployed a provisioning package - Proximity + Nærhet Area NetworkAndInternet @@ -1271,10 +1271,10 @@ Area TimeAndLanguage - Quiet moments game + Rolig øyeblikk spill - Radios + Radioer Area Privacy @@ -1282,22 +1282,22 @@ Means the Read-Access-Memory (typical the used to inform about the size) - Recognition + Gjenkjennelse - Recovery + Gjenoppretting Area UpdateAndSecurity - Red eye + Røde øyne Mean red eye effect by over-the-night flights - Red-green + Rød-grønn Mean the weakness you can't differ between red and green colors - Red week + Rød uke Mean you don't can see red colors @@ -1305,30 +1305,30 @@ Area TimeAndLanguage - Regional language + Regionalt språk Area TimeAndLanguage - Regional settings properties + Egenskaper for regionale innstillinger Area Control Panel (legacy settings) - Region and language + Region og språk Area Control Panel (legacy settings) - Region formatting + Regionsformatering - RemoteApp and desktop connections + RemoteApp og skrivebordstilkoblinger Area Control Panel (legacy settings) - Remote Desktop + Eksternt skrivebord Area System - Scanners and cameras + Skannere og kameraer Area Control Panel (legacy settings) @@ -1336,18 +1336,18 @@ File name, Should not translated - Scheduled + Planlagt - Scheduled tasks + Planlagte oppgaver Area Control Panel (legacy settings) - Screen rotation + Skjermrotasjon Area System - Scroll bars + Rullefelt Scroll Lock @@ -1358,7 +1358,7 @@ Should not translated - Searching Windows + Søker i Windows Area Cortana @@ -1366,71 +1366,71 @@ Should not translated - Security Center + Sikkerhetssenter Area Control Panel (legacy settings) - Security Processor + Sikkerhetsbehandler - Session cleanup + Opprydding i økter Area SurfaceHub - Settings home page + Hjemmesiden for innstillinger Area Home, Overview-page for all areas of settings - Set up a kiosk + Sett opp en kiosk Area UserAccounts - Shared experiences + Delte erfaringer Area System - Shortcuts + Snarveier wifi dont translate this, is a short term to find entries - Sign-in options + Alternativer for pålogging Area UserAccounts - Sign-in options - Dynamic lock + Alternativer for pålogging - Dynamisk lås Area UserAccounts - Size + Størrelse Size for text and symbols - Sound + Lyd Area System - Speech + Tale Area EaseOfAccess - Speech recognition + Talegjenkjenning Area Control Panel (legacy settings) - Speech typing + Taleskriving Start Area Personalization - Start places + Startsteder - Startup apps + Oppstartsprogrammer Area Apps @@ -1438,27 +1438,27 @@ File name, Should not translated - Storage + Lagring Area System - Storage policies + Retningslinjer for lagring Area System - Storage Sense + Lagringssensor Area System - in + i Example: Area "System" in System settings - Sync center + Synkroniseringssenter Area Control Panel (legacy settings) - Sync your settings + Synkroniser innstillingene dine Area UserAccounts @@ -1470,53 +1470,53 @@ Area Control Panel (legacy settings) - System properties and Add New Hardware wizard + Systemegenskaper og veiviser for å legge til ny maskinvare Area Control Panel (legacy settings) - Tab + TAB Means the key "Tabulator" on the keyboard - Tablet mode + Nettbrettmodus Area System - Tablet PC settings + Innstillinger for nettbrett Area Control Panel (legacy settings) - Talk + Snakk - Talk to Cortana + Snakk med Cortana Area Cortana - Taskbar + Oppgavelinje Area Personalization - Taskbar color + Farge på oppgavelinje - Tasks + Oppgaver Area Privacy - Team Conferencing + Gruppekonferanser Area SurfaceHub - Team device management + Administrasjon av teamenheter Area SurfaceHub - Text to speech + Tekst til tale Area Control Panel (legacy settings) - Themes + Temaer Area Personalization @@ -1528,27 +1528,27 @@ File name, Should not translated - Timeline + Tidslinje - Touch + Berøring - Touch feedback + Tilbakemelding på berøring - Touchpad + Pekeplate Area Device - Transparency + Gjennomsiktighet - tritanopia + tritanopi Medical: Mean you don't can see yellow and blue colors - Troubleshoot + Feilsøking Area UpdateAndSecurity @@ -1556,11 +1556,11 @@ Area Gaming - Typing + Skriving Area Device - Uninstall + Avinstaller Area MixedReality, only available if the Mixed Reality Portal app is installed. @@ -1568,51 +1568,51 @@ Area Device - User accounts + Brukerkontoer Area Control Panel (legacy settings) - Version + Versjon Means The "Windows Version" - Video playback + Videoavspilling Area Apps - Videos + Videoer Area Privacy - Virtual Desktops + Virtuelle skrivebord Virus Means the virus in computers and software - Voice activation + Stemmeaktivering Area Privacy - Volume + Volum VPN Area NetworkAndInternet - Wallpaper + Bakgrunnsbilde - Warmer color + Varmere farge - Welcome center + Velkomstsenter Area Control Panel (legacy settings) - Welcome screen + Velkomstskjerm Area SurfaceHub @@ -1620,7 +1620,7 @@ File name, Should not translated - Wheel + Hjul Area Device @@ -1628,18 +1628,18 @@ Area NetworkAndInternet, only available if Wi-Fi calling is enabled - Wi-Fi Calling + Wi-Fi-anrop Area NetworkAndInternet, only available if Wi-Fi calling is enabled - Wi-Fi settings + Innstillinger for Wi-Fi "Wi-Fi" should not translated - Window border + Kantlinje for vindu - Windows Anytime Upgrade + Windows Anytime-oppgradering Area Control Panel (legacy settings) @@ -1655,15 +1655,15 @@ Area Control Panel (legacy settings) - Windows Firewall + Windows Defender Brannmur Area Control Panel (legacy settings) - Windows Hello setup - Face + Oppsett av Windows Hello – ansikt Area UserAccounts - Windows Hello setup - Fingerprint + Oppsett av Windows Hello – fingeravtrykk Area UserAccounts @@ -1671,15 +1671,15 @@ Area UpdateAndSecurity - Windows Mobility Center + Windows-mobilitetssenter Area Control Panel (legacy settings) - Windows search + Windows søk Area Cortana - Windows Security + Windows sikkerhet Area UpdateAndSecurity @@ -1687,828 +1687,828 @@ Area UpdateAndSecurity - Windows Update - Advanced options + Windows Update - avanserte alternativer Area UpdateAndSecurity - Windows Update - Check for updates + Windows Update - se etter oppdateringer Area UpdateAndSecurity - Windows Update - Restart options + Windows Update - alternativer for omstart Area UpdateAndSecurity - Windows Update - View optional updates + Windows Update - se valgfrie oppdateringer Area UpdateAndSecurity - Windows Update - View update history + Windows Update - se oppdateringshistorikk Area UpdateAndSecurity - Wireless + Trådløs - Workplace + Arbeidsområde - Workplace provisioning + Klargjøring på arbeidsplassen Area UserAccounts - Wubi IME settings + Wubi IME innstillinger Area TimeAndLanguage, available if the Microsoft Wubi input method editor is installed - Wubi IME settings - UDP + Wubi IME innstillinger - UDP Area TimeAndLanguage - Xbox Networking + Xbox-nettverk Area Gaming - Your info + Din informasjon Area UserAccounts - Zoom + Forstørre Mean zooming of things via a magnifier - Change device installation settings + Endre innstillingene for installasjon av enheten - Turn off background images + Slå av bakgrunnsbilder - Navigation properties + Egenskaper for navigering - Media streaming options + Alternativer for mediestrømming - Make a file type always open in a specific program + Gjør at en filtype alltid åpnes i et bestemt program - Change the Narrator’s voice + Endre oppleserens stemme - Find and fix keyboard problems + Finn og fiks tastaturproblemer - Use screen reader + Bruk skjermleser - Show which workgroup this computer is on + Vis hvilken arbeidsgruppe denne datamaskinen er på - Change mouse wheel settings + Endre musens hjulinnstillinger - Manage computer certificates + Administrer datamaskinsertifikater - Find and fix problems + Finn og fiks problemer - Change settings for content received using Tap and send + Endre innstillinger for innhold som mottas ved hjelp av Trykk og send - Change default settings for media or devices + Endre standardinnstillinger for media eller enheter - Print the speech reference card + Skriv ut referansekortet for tale - Calibrate display colour + Kalibrer visningsfarge - Manage file encryption certificates + Behandle filkrypteringssertifikater - View recent messages about your computer + Vis nylige meldinger om datamaskinen - Give other users access to this computer + Gi andre brukere tilgang til denne datamaskinen - Show hidden files and folders + Vis skjulte filer og mapper - Change Windows To Go start-up options + Endre oppstartsalternativer for portabel Windows - See which processes start up automatically when you start Windows + Se hvilke prosesser som starter automatisk når du starter Windows - Tell if an RSS feed is available on a website + Se om en RSS-nyhetsstrøm er tilgjengelig på et nettsted - Add clocks for different time zones + Legg til klokker for ulike tidssoner - Add a Bluetooth device + Legg til en Bluetooth-enhet - Customise the mouse buttons + Tilpass museknappene - Set tablet buttons to perform certain tasks + Still nettbrettknapper til å utføre bestemte oppgaver - View installed fonts + Vis installerte skrifttyper - Change the way currency is displayed + Endre hvordan valuta vises - Edit group policy + Rediger gruppens retningslinjer - Manage browser add-ons + Behandle nettlesertillegg - Check processor speed + Sjekk prosessorhastighet - Check firewall status + Kontroller brannmurstatus - Send or receive a file + Send eller motta en fil - Add or remove user accounts + Legg til eller fjern brukerkontoer - Edit the system environment variables + Rediger systemmiljøvariablene - Manage BitLocker + Administrer BitLocker - Auto-hide the taskbar + Skjul oppgavelinjen automatisk - Change sound card settings + Endre innstillinger for lydkort - Make changes to accounts + Gjør endringer i kontoer - Edit local users and groups + Rediger lokale brukere og grupper - View network computers and devices + Vis nettverksdatamaskiner og enheter - Install a program from the network + Installer et program fra nettverket - View scanners and cameras + Vis skannere og kameraer - Microsoft IME Register Word (Japanese) + Microsoft IME-register Word (japansk) - Restore your files with File History + Gjenopprett filer med filhistorikk - Turn On-Screen keyboard on or off + Slå skjermtastaturet på eller av - Block or allow third-party cookies + Blokker eller tillat informasjonskapsler fra tredjepart - Find and fix audio recording problems + Finn og fiks lydopptaksproblemer - Create a recovery drive + Opprett en gjenopprettingsstasjon - Microsoft New Phonetic Settings + Microsofts nye fonetiske innstillinger - Generate a system health report + Generer en systemhelserapport - Fix problems with your computer + Fiks problemer med datamaskinen - Back up and Restore (Windows 7) + Sikkerhetskopier og gjenopprett (Windows 7) - Preview, delete, show or hide fonts + Forhåndsvise, slette, vise eller skjule skrifter - Microsoft Quick Settings + Hurtiginnstillinger for Microsoft - View reliability history + Vis pålitelighetshistorikk - Access RemoteApp and desktops + Få tilgang til RemoteApp og skrivebord - Set up ODBC data sources + Sett opp ODBC-datakilder - Reset Security Policies + Tilbakestill sikkerhetspolicyer - Block or allow pop-ups + Blokker eller tillat sprettoppvinduer - Turn autocomplete in Internet Explorer on or off + Slå autofullfør i Internet Explorer på eller av - Microsoft Pinyin SimpleFast Options + Microsoft Pinyin SimpleFast-alternativer - Change what closing the lid does + Endre hva lukking av lokket gjør - Turn off unnecessary animations + Skru av unødvendige animasjoner - Create a restore point + Opprett et gjenopprettingspunkt - Turn off automatic window arrangement + Slå av automatisk vindusplassering - Troubleshooting History + Feilsøkingshistorikk - Diagnose your computer's memory problems + Diagnostiser datamaskinens minneproblemer - View recommended actions to keep Windows running smoothly + Vis anbefalte handlinger for å holde Windows i gang problemfritt - Change cursor blink rate + Endre markørens blinkehastighet - Add or remove programs + Legg til eller fjern programmer - Create a password reset disk + Opprett en disk for tilbakestilling av passord - Configure advanced user profile properties + Konfigurer avanserte brukerprofilegenskaper - Start or stop using AutoPlay for all media and devices + Start eller stopp å bruke AutoPlay for alle medier og enheter - Change Automatic Maintenance settings + Endre automatiske vedlikeholdsinnstillinger - Specify single- or double-click to open + Velg enkelt- eller dobbeltklikk for å åpne - Select users who can use remote desktop + Velg brukere som kan bruke eksternt skrivebord - Show which programs are installed on your computer + Vis hvilke programmer som er installert på datamaskinen - Allow remote access to your computer + Tillat ekstern tilgang til datamaskinen din - View advanced system settings + Vis avanserte systeminnstillinger - How to install a program + Hvordan installere et program - Change how your keyboard works + Endre hvordan tastaturet fungerer - Automatically adjust for daylight saving time + Juster automatisk for sommertid - Change the order of Windows SideShow gadgets + Endre rekkefølgen på Windows-SideShow gadgets - Check keyboard status + Sjekk tastaturstatus - Control the computer without the mouse or keyboard + Styr datamaskinen uten mus eller tastatur - Change or remove a program + Endre eller fjern et program - Change multi-touch gesture settings + Endre innstillinger for flerberøringsbevegelser - Set up ODBC data sources (64-bit) + Sett opp ODBC-datakilder (64-bit) - Configure proxy server + Konfigurer proxy-tjener - Change your homepage + Endre hjemmeside din - Group similar windows on the taskbar + Grupper lignende vinduer på oppgavelinjen - Change Windows SideShow settings + Endre Windows-sideShow innstillinger - Use audio description for video + Bruk lydbeskrivelse for video - Change workgroup name + Endre arbeidsgruppenavn - Find and fix printing problems + Finn og fiks utskriftsproblemer - Change when the computer sleeps + Endre når datamaskinen går i hvilemodus - Set up a virtual private network (VPN) connection + Sett opp en VPN-tilkobling (virtuelt privat nettverk) - Accommodate learning abilities + Tilrettelegge for læringsevner - Set up a dial-up connection + Sett opp en oppringt tilkobling - Set up a connection or network + Sett opp en tilkobling eller nettverk - How to change your Windows password + Hvordan endre Windows-passordet ditt - Make it easier to see the mouse pointer + Gjør det enklere å se musepekeren - Set up iSCSI initiator + Sett opp iSCSI-initiator - Accommodate low vision + Tilrettelegge for nedsatt syn - Manage offline files + Administrer frakoblede filer - Review your computer's status and resolve issues + Gjennomgå datamaskinens status og løs problemer - Microsoft ChangJie Settings + Microsoft ChangJie innstillinger - Replace sounds with visual cues + Erstatt lyder med visuelle signaler - Change temporary Internet file settings + Endre midlertidige Internett-filinnstillinger - Connect to the Internet + Koble til Internett - Find and fix audio playback problems + Finn og løs problemer med lydavspilling - Change the mouse pointer display or speed + Endre musepekerens visning eller hastighet - Back up your recovery key + Sikkerhetskopier gjenopprettingsnøkkelen din - Save backup copies of your files with File History + Lagre sikkerhetskopier av filer med filhistorikk - View current accessibility settings + Vis gjeldende tilgjengelighetsinnstillinger - Change tablet pen settings + Endre innstillingene for nettbrettpennen - Change how your mouse works + Endre hvordan musen fungerer - Show how much RAM is on this computer + Vis hvor mye RAM som er på denne datamaskinen - Edit power plan + Rediger strømstyringsplan - Adjust system volume + Juster systemvolum - Defragment and optimise your drives + Defragmenter og optimaliser harddiskene dine - Set up ODBC data sources (32-bit) + Sett opp ODBC-datakilder (32-bit) - Change Font Settings + Endre skriftinnstillinger - Magnify portions of the screen using Magnifier + Forstørr deler av skjermen ved å bruke Magnifier - Change the file type associated with a file extension + Endre filtypen som er knyttet til en filendelse - View event logs + Vis hendelseslogger - Manage Windows Credentials + Administrer Windows-legitimasjon - Set up a microphone + Sett opp en mikrofon - Change how the mouse pointer looks + Endre hvordan musepekeren ser ut - Change power-saving settings + Endre strømsparingsinnstillinger - Optimise for blindness + Optimaliser for blindhet - Turn Windows features on or off + Slå Windows-funksjoner på eller av - Show which operating system your computer is running + Vis hvilket operativsystem datamaskinen din kjører - View local services + Vis lokale tjenester - Manage Work Folders + Administrer arbeidsmapper - Encrypt your offline files + Krypter frakoblede filer - Train the computer to recognise your voice + Lær opp datamaskinen til å gjenkjenne stemmen din - Advanced printer setup + Avansert skriveroppsett - Change default printer + Endre standard skriver - Edit environment variables for your account + Rediger miljøvariabler for kontoen din - Optimise visual display + Optimaliser visuell visning - Change mouse click settings + Endre innstillinger for museklikk - Change advanced colour management settings for displays, scanners and printers + Endre avanserte innstillinger for fargebehandling for skjermer, skannere og skrivere - Let Windows suggest Ease of Access settings + La Windows foreslå Hjelpemiddelinnstillinger - Clear disk space by deleting unnecessary files + Frigjør diskplass ved å slette unødvendige filer - View devices and printers + Vis enheter og skrivere - Private Character Editor + Redigeringsprogram for private tegn - Record steps to reproduce a problem + Registrer trinn for å reprodusere et problem - Adjust the appearance and performance of Windows + Juster utseendet og ytelsen til Windows - Settings for Microsoft IME (Japanese) + Innstillinger for Microsoft IME (japansk) - Invite someone to connect to your PC and help you, or offer to help someone else + Inviter noen til å koble til PC-en din og hjelpe deg, eller tilby å hjelpe noen andre - Run programs made for previous versions of Windows + Kjør programmer for tidligere versjoner av Windows - Choose the order of how your screen rotates + Velg rekkefølgen på hvordan skjermen roterer - Change how Windows searches + Endre hvordan Windows søker - Set flicks to perform certain tasks + Sett flicks til å utføre enkelte oppgaver - Change account type + Endre kontotype - Change screen saver + Endre skjermsparer - Change User Account Control settings + Endre innstillinger for brukerkontokontroll - Turn on easy access keys + Slå på tastene for enkel tilgang - Identify and repair network problems + Identifiser og reparer nettverksproblemer - Find and fix networking and connection problems + Finn og fiks nettverks- og tilkoblingsproblemer - Play CDs or other media automatically + Spill av CDer eller andre medier automatisk - View basic information about your computer + Vis grunnleggende informasjon om datamaskinen - Choose how you open links + Velg hvordan du åpner koblinger - Allow Remote Assistance invitations to be sent from this computer + Tillat at invitasjoner til fjernhjelp sendes fra denne datamaskinen - Task Manager + Oppgavebehandling - Turn flicks on or off + Slå flicks av eller på - Add a language + Legg til et språk - View network status and tasks + Vis nettverksstatus og oppgaver - Turn Magnifier on or off + Slå forstørrelsesglass på eller av - See the name of this computer + Se navnet på denne datamaskinen - View network connections + Se nettverkstilkoblinger - Perform recommended maintenance tasks automatically + Utfør anbefalte vedlikeholdsoppgaver automatisk - Manage disk space used by your offline files + Behandle diskplass som brukes av frakoblede filer - Turn High Contrast on or off + Slå høy kontrast på eller av - Change the way time is displayed + Endre hvordan klokkeslett vises - Change how web pages are displayed in tabs + Endre hvordan nettsider vises i faner - Change the way dates and lists are displayed + Endre hvordan datoer og lister vises - Manage audio devices + Administrer lydenheter - Change security settings + Endre sikkerhetsinnstillinger - Check security status + Kontroller sikkerhetsstatus - Delete cookies or temporary files + Slett informasjonskapsler eller midlertidige filer - Specify which hand you write with + Oppgi hvilken hånd du skriver med - Change touch input settings + Endre innstillinger for berøringsinndata - How to change the size of virtual memory + Hvordan endre størrelsen på virtuelt minne - Hear text read aloud with Narrator + Hør tekst høyt med oppleseren - Set up USB game controllers + Sett opp USB-spillkontrollere - Show which domain your computer is on + Vis hvilket domene datamaskinen er på - View all problem reports + Vis alle problemrapporter - 16-Bit Application Support + Støtte for 16-biters applikasjoner - Set up dialling rules + Sett opp oppringingsregler - Enable or disable session cookies + Aktiver eller deaktiver øktinformasjonskapsler - Give administrative rights to a domain user + Gi administrative rettigheter til en domenebruker - Choose when to turn off display + Velg når skjermen skal slås av - Move the pointer with the keypad using MouseKeys + Flytt pekeren med tastaturet ved hjelp av musetaster - Change Windows SideShow-compatible device settings + Endre Windows SideShow-kompatible enhetsinnstillinger - Adjust commonly used mobility settings + Juster ofte brukte mobilitetsinnstillinger - Change text-to-speech settings + Endre tekst-til-tale innstillinger - Set the time and date + Angi tid og dato - Change location settings + Endre plasseringsinnstillinger - Change mouse settings + Endre musinnstillinger - Manage Storage Spaces + Administrer lagringsplasser - Show or hide file extensions + Vis eller skjul filendelser - Allow an app through Windows Firewall + Tillat en app gjennom Windows-brannmuren - Change system sounds + Endre systemlyder - Adjust ClearType text + Juster ClearType-tekst - Turn screen saver on or off + Slå skjermsparer på eller av - Find and fix windows update problems + Finn og fiks problemer med Windows-oppdatering - Change Bluetooth settings + Endre innstillinger for Bluetooth - Connect to a network + Koble til et nettverk - Change the search provider in Internet Explorer + Endre søkeleverandør i Internet Explorer - Join a domain + Bli med i et domene - Add a device + Legg til enhet - Find and fix problems with Windows Search + Finn og fiks problemer med Windows Søk - Choose a power plan + Velg en strømstyringsplan - Change how the mouse pointer looks when it’s moving + Endre hvordan musepekeren ser ut når den beveger seg - Uninstall a program + Avinstaller et program - Create and format hard disk partitions + Opprett og formater harddiskpartisjoner - Change date, time or number formats + Endre dato, klokkeslett eller tallformat - Change PC wake-up settings + Endre innstillinger for PC-oppvåkning - Manage network passwords + Administrer nettverkspassord - Change input methods + Endre inndatametoder - Manage advanced sharing settings + Administrer avanserte delingsinnstillinger - Change battery settings + Endre batteriinnstillinger - Rename this computer + Endre navn på denne datamaskinen - Lock or unlock the taskbar + Lås eller lås opp oppgavelinjen - Manage Web Credentials + Behandle nettlegitimasjon - Change the time zone + Endre tidssonen - Start speech recognition + Start talegjenkjenning - View installed updates + Vis installerte oppdateringer - What's happened to the Quick Launch toolbar? + Hva har skjedd med verktøylinjen for hurtigstart? - Change search options for files and folders + Endre søkealternativer for filer og mapper - Adjust settings before giving a presentation + Juster innstillinger før en presentasjon blir gitt - Scan a document or picture + Skann et dokument eller bilde - Change the way measurements are displayed + Endre hvordan målinger vises - Press key combinations one at a time + Press nøkkelkombinasjoner én om gangen - Restore data, files or computer from backup (Windows 7) + Gjenopprett data, filer eller datamaskin fra sikkerhetskopi (Windows 7) - Set your default programs + Angi standardprogrammene dine - Set up a broadband connection + Konfigurer en bredbåndstilkobling - Calibrate the screen for pen or touch input + Kalibrer skjermen for penn- eller berøringsinndata - Manage user certificates + Administrer brukersertifikater - Schedule tasks + Planlagte oppgaver - Ignore repeated keystrokes using FilterKeys + Ignorer gjentatte tastetrykk ved å bruke FilterKeys - Find and fix bluescreen problems + Finn og fiks problemer med blåskjerm - Hear a tone when keys are pressed + Hør en tone når taster trykkes - Delete browsing history + Slett nettleserhistorikk - Change what the power buttons do + Endre hva strømknappene gjør - Create standard user account + Opprett standard brukerkonto - Take speech tutorials + Ta taleopplæringer - View system resource usage in Task Manager + Vis systemressursbruk i oppgavebehandling - Create an account + Opprett en konto - Get more features with a new edition of Windows + Få flere funksjoner med en ny versjon av Windows - Control Panel + Kontrollpanel TaskLink - Unknown + Ukjent \ No newline at end of file diff --git a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.pl-PL.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.pl-PL.resx index 843a48993..8c2b2db65 100644 --- a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.pl-PL.resx +++ b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.pl-PL.resx @@ -254,7 +254,7 @@ Zegar i region - Control Panel + Panel sterowania Cortana @@ -375,7 +375,7 @@ Area Control Panel (legacy settings) - Jasny niebieski + Niebieskie światło Bluetooth @@ -440,7 +440,7 @@ Area System - Napisy + Napisy dla niesłyszących Area EaseOfAccess @@ -468,7 +468,7 @@ Area Privacy - Control Panel + Panel sterowania Type of the setting is a "(legacy) Control Panel setting" @@ -627,7 +627,7 @@ Area NetworkAndInternet - Exploit Protection + Ochrona przed exploitami Dodatki @@ -876,7 +876,7 @@ Area Privacy - Microsoft Mail Post Office + Poczta Microsoft Mail Area Control Panel (legacy settings) @@ -1206,7 +1206,7 @@ Wtyczka do wyszukiwania ustawień systemu Windows - Windows Settings + Ustawienia systemu Windows Zasilanie i uśpienie @@ -1450,7 +1450,7 @@ Area System - in + w Example: Area "System" in System settings @@ -1486,7 +1486,7 @@ Area Control Panel (legacy settings) - Talk + Rozmawiaj Porozmawiaj z Cortaną @@ -1639,7 +1639,7 @@ Obramowanie okna - Windows Anytime Upgrade + Aktualizacja systemu Windows w dowolnym momencie Area Control Panel (legacy settings) @@ -1737,778 +1737,778 @@ Mean zooming of things via a magnifier - Change device installation settings + Zmień ustawienia instalacji urządzenia - Turn off background images + Wyłącz obrazy w tle - Navigation properties + Właściwości nawigacji - Media streaming options + Opcje przesyłania strumieniowego - Make a file type always open in a specific program + Ustaw, aby typ pliku zawsze otwierał się w określonym programie - Change the Narrator’s voice + Zmień głos Narratora - Find and fix keyboard problems + Znajdź i rozwiąż problemy z klawiaturą - Use screen reader + Użyj czytnika ekranu - Show which workgroup this computer is on + Pokaż, do której grupy roboczej należy ten komputer - Change mouse wheel settings + Zmień ustawienia kółka myszy - Manage computer certificates + Zarządzaj certyfikatami komputera - Find and fix problems + Znajdź i rozwiąż problemy - Change settings for content received using Tap and send + Zmień ustawienia dla treści odbieranych za pomocą funkcji Dotknij i wyślij - Change default settings for media or devices + Zmień domyślne ustawienia dla multimediów lub urządzeń - Print the speech reference card + Wydrukuj kartę referencyjną mowy - Calibrate display colour + Skalibruj kolor wyświetlacza - Manage file encryption certificates + Zarządzaj certyfikatami szyfrowania plików - View recent messages about your computer + Wyświetl ostatnie komunikaty dotyczące twojego komputera - Give other users access to this computer + Przyznaj innym użytkownikom dostęp do tego komputera - Show hidden files and folders + Pokaż ukryte pliki i foldery - Change Windows To Go start-up options + Zmień opcje uruchamiania funkcji Windows To Go - See which processes start up automatically when you start Windows + Zobacz, które procesy uruchamiają się automatycznie po uruchomieniu systemu Windows - Tell if an RSS feed is available on a website + Sprawdź, czy kanał RSS jest dostępny na stronie internetowej - Add clocks for different time zones + Dodaj zegary dla różnych stref czasowych - Add a Bluetooth device + Dodaj urządzenie Bluetooth - Customise the mouse buttons + Dostosuj przyciski myszy - Set tablet buttons to perform certain tasks + Ustaw przyciski tabletu do wykonywania określonych zadań - View installed fonts + Wyświetl zainstalowane czcionki - Change the way currency is displayed + Zmień sposób wyświetlania waluty - Edit group policy + Edytuj zasady grupy - Manage browser add-ons + Zarządzaj dodatkami przeglądarki - Check processor speed + Sprawdź szybkość procesora - Check firewall status + Sprawdź stan zapory sieciowej - Send or receive a file + Wyślij lub odbierz plik - Add or remove user accounts + Dodaj lub usuń konta użytkowników - Edit the system environment variables + Edytuj systemowe zmienne środowiskowe - Manage BitLocker + Zarządzaj funkcją BitLocker - Auto-hide the taskbar + Automatycznie ukrywaj pasek zadań - Change sound card settings + Zmień ustawienia karty dźwiękowej - Make changes to accounts + Dokonaj zmian w kontach - Edit local users and groups + Edytuj lokalnych użytkowników i grupy - View network computers and devices + Wyświetl komputery i urządzenia sieciowe - Install a program from the network + Zainstaluj program z sieci - View scanners and cameras + Wyświetl skanery i aparaty - Microsoft IME Register Word (Japanese) + Rejestracja słów Microsoft IME (japoński) - Restore your files with File History + Przywróć pliki za pomocą Historii plików - Turn On-Screen keyboard on or off + Włącz lub wyłącz klawiaturę ekranową - Block or allow third-party cookies + Blokuj lub zezwalaj na pliki cookie innych firm - Find and fix audio recording problems + Znajdź i rozwiąż problemy z nagrywaniem dźwięku - Create a recovery drive + Utwórz dysk odzyskiwania - Microsoft New Phonetic Settings + Nowe ustawienia fonetyczne Microsoft - Generate a system health report + Generuj raport o stanie systemu - Fix problems with your computer + Rozwiąż problemy z komputerem - Back up and Restore (Windows 7) + Kopia zapasowa i przywracanie (Windows 7) - Preview, delete, show or hide fonts + Podgląd, usuń, pokaż lub ukryj czcionki - Microsoft Quick Settings + Szybkie ustawienia Microsoft - View reliability history + Wyświetl historię niezawodności - Access RemoteApp and desktops + Dostęp do aplikacji i pulpitów RemoteApp - Set up ODBC data sources + Skonfiguruj źródła danych ODBC - Reset Security Policies + Resetuj zasady bezpieczeństwa - Block or allow pop-ups + Blokuj lub zezwalaj na wyskakujące okienka - Turn autocomplete in Internet Explorer on or off + Włącz lub wyłącz autouzupełnianie w przeglądarce Internet Explorer - Microsoft Pinyin SimpleFast Options + Opcje Microsoft Pinyin SimpleFast - Change what closing the lid does + Zmień działanie po zamknięciu pokrywy - Turn off unnecessary animations + Wyłącz niepotrzebne animacje - Create a restore point + Utwórz punkt przywracania - Turn off automatic window arrangement + Wyłącz automatyczne rozmieszczanie okien - Troubleshooting History + Historia rozwiązywania problemów - Diagnose your computer's memory problems + Zdiagnozuj problemy z pamięcią komputera - View recommended actions to keep Windows running smoothly + Wyświetl zalecane działania, aby zapewnić płynne działanie systemu Windows - Change cursor blink rate + Zmień częstotliwość migania kursora - Add or remove programs + Dodaj lub usuń programy - Create a password reset disk + Utwórz dysk resetowania hasła - Configure advanced user profile properties + Dodaj lub usuń programy - Start or stop using AutoPlay for all media and devices + Włącz lub wyłącz funkcję Autoodtwarzanie dla wszystkich multimediów i urządzeń - Change Automatic Maintenance settings + Zmień ustawienia Automatycznej konserwacji - Specify single- or double-click to open + Określ pojedyncze lub podwójne kliknięcie, aby otworzyć - Select users who can use remote desktop + Wybierz użytkowników, którzy mogą używać Pulpitu zdalnego - Show which programs are installed on your computer + Pokaż, które programy są zainstalowane na twoim komputerze - Allow remote access to your computer + Zezwól na zdalny dostęp do twojego komputera - View advanced system settings + Wyświetl zaawansowane ustawienia systemu - How to install a program + Jak zainstalować program - Change how your keyboard works + Zmień sposób działania klawiatury - Automatically adjust for daylight saving time + Automatycznie dostosuj do czasu letniego - Change the order of Windows SideShow gadgets + Zmień kolejność gadżetów Windows SideShow - Check keyboard status + Sprawdź stan klawiatury - Control the computer without the mouse or keyboard + Kontroluj komputer bez myszy lub klawiatury - Change or remove a program + Zmień lub usuń program - Change multi-touch gesture settings + Zmień ustawienia gestów wielodotykowych - Set up ODBC data sources (64-bit) + Skonfiguruj źródła danych ODBC (64-bitowe) - Configure proxy server + Skonfiguruj serwer proxy - Change your homepage + Zmień stronę główną - Group similar windows on the taskbar + Grupuj podobne okna na pasku zadań - Change Windows SideShow settings + Zmień ustawienia Windows SideShow - Use audio description for video + Użyj audiodeskrypcji dla wideo - Change workgroup name + Zmień nazwę grupy roboczej - Find and fix printing problems + Znajdź i rozwiąż problemy z drukowaniem - Change when the computer sleeps + Zmień czas przejścia komputera w stan uśpienia - Set up a virtual private network (VPN) connection + Skonfiguruj połączenie wirtualnej sieci prywatnej (VPN) - Accommodate learning abilities + Dostosuj do zdolności uczenia się - Set up a dial-up connection + Skonfiguruj połączenie telefoniczne - Set up a connection or network + Skonfiguruj połączenie lub sieć - How to change your Windows password + Jak zmienić hasło systemu Windows - Make it easier to see the mouse pointer + Ułatw widoczność wskaźnika myszy - Set up iSCSI initiator + Skonfiguruj inicjator iSCSI - Accommodate low vision + Dostosuj do słabego wzroku - Manage offline files + Zarządzaj plikami offline - Review your computer's status and resolve issues + Przejrzyj stan komputera i rozwiąż problemy - Microsoft ChangJie Settings + Ustawienia Microsoft ChangJie - Replace sounds with visual cues + Zastąp dźwięki wskazówkami wizualnymi - Change temporary Internet file settings + Zmień ustawienia tymczasowych plików internetowych - Connect to the Internet + Połącz się z Internetem - Find and fix audio playback problems + Znajdź i rozwiąż problemy z odtwarzaniem dźwięku - Change the mouse pointer display or speed + Zmień wyświetlanie lub szybkość wskaźnika myszy - Back up your recovery key + Utwórz kopię zapasową klucza odzyskiwania - Save backup copies of your files with File History + Zapisuj kopie zapasowe plików za pomocą Historii plików - View current accessibility settings + Wyświetl bieżące ustawienia ułatwień dostępu - Change tablet pen settings + Zmień ustawienia pióra tabletu - Change how your mouse works + Zmień sposób działania myszy - Show how much RAM is on this computer + Pokaż ilość pamięci RAM w tym komputerze - Edit power plan + Edytuj plan zasilania - Adjust system volume + Dostosuj głośność systemu - Defragment and optimise your drives + Defragmentuj i optymalizuj dyski - Set up ODBC data sources (32-bit) + Skonfiguruj źródła danych ODBC (32-bitowe) - Change Font Settings + Zmień ustawienia czcionek - Magnify portions of the screen using Magnifier + Powiększaj fragmenty ekranu za pomocą Lupy - Change the file type associated with a file extension + Zmień typ pliku powiązany z rozszerzeniem pliku - View event logs + Wyświetl dzienniki zdarzeń - Manage Windows Credentials + Zarządzaj poświadczeniami systemu Windows - Set up a microphone + Skonfiguruj mikrofon - Change how the mouse pointer looks + Zmień wygląd wskaźnika myszy - Change power-saving settings + Zmień ustawienia oszczędzania energii - Optimise for blindness + Optymalizacja pod kątem ślepoty - Turn Windows features on or off + Włącz lub wyłącz funkcje systemu Windows - Show which operating system your computer is running + Pokaż, jaki system operacyjny jest uruchomiony na tym komputerze - View local services + Wyświetl usługi lokalne - Manage Work Folders + Zarządzaj folderami roboczymi - Encrypt your offline files + Szyfruj pliki offline - Train the computer to recognise your voice + Naucz komputer rozpoznawać Twój głos - Advanced printer setup + Zaawansowana konfiguracja drukarki - Change default printer + Zmień domyślną drukarkę - Edit environment variables for your account + Edytuj zmienne środowiskowe dla swojego konta - Optimise visual display + Optymalizuj wyświetlanie - Change mouse click settings + Zmień ustawienia kliknięć myszy - Change advanced colour management settings for displays, scanners and printers + Zmień zaawansowane ustawienia zarządzania kolorami dla wyświetlaczy, skanerów i drukarek - Let Windows suggest Ease of Access settings + Pozwól systemowi Windows zasugerować ustawienia ułatwień dostępu - Clear disk space by deleting unnecessary files + Zwolnij miejsce na dysku, usuwając niepotrzebne pliki - View devices and printers + Wyświetl urządzenia i drukarki - Private Character Editor + Edytor znaków prywatnych - Record steps to reproduce a problem + Zarejestruj kroki, aby odtworzyć problem - Adjust the appearance and performance of Windows + Dostosuj wygląd i wydajność systemu Windows - Settings for Microsoft IME (Japanese) + Ustawienia dla Microsoft IME (japoński) - Invite someone to connect to your PC and help you, or offer to help someone else + Zaproś kogoś do połączenia się z Twoim komputerem i pomocy lub zaoferuj pomoc komuś innemu - Run programs made for previous versions of Windows + Uruchom programy stworzone dla poprzednich wersji systemu Windows - Choose the order of how your screen rotates + Wybierz kolejność obracania ekranu - Change how Windows searches + Zmień sposób wyszukiwania w systemie Windows - Set flicks to perform certain tasks + Ustaw gesty do wykonywania określonych zadań - Change account type + Zmień typ konta - Change screen saver + Zmień wygaszacz ekranu - Change User Account Control settings + Zmień ustawienia Kontroli konta użytkownika - Turn on easy access keys + Włącz klawisze ułatwień dostępu - Identify and repair network problems + Zidentyfikuj i napraw problemy z siecią - Find and fix networking and connection problems + Znajdź i rozwiąż problemy z siecią i połączeniem - Play CDs or other media automatically + Automatycznie odtwarzaj płyty CD lub inne multimedia - View basic information about your computer + Wyświetl podstawowe informacje o komputerze - Choose how you open links + Wybierz sposób otwierania linków - Allow Remote Assistance invitations to be sent from this computer + Zezwól na wysyłanie zaproszeń Pomocy zdalnej z tego komputera - Task Manager + Menadżer zadań - Turn flicks on or off + Włącz lub wyłącz gesty - Add a language + Dodaj język - View network status and tasks + Wyświetl stan sieci i zadania - Turn Magnifier on or off + Włącz lub wyłącz Lupę - See the name of this computer + Zobacz nazwę tego komputera - View network connections + Wyświetl połączenia sieciowe - Perform recommended maintenance tasks automatically + Automatycznie wykonuj zalecane zadania konserwacyjne - Manage disk space used by your offline files + Zarządzaj przestrzenią dyskową używaną przez pliki offline - Turn High Contrast on or off + Włącz lub wyłącz Wysoki kontrast - Change the way time is displayed + Zmień sposób wyświetlania czasu - Change how web pages are displayed in tabs + Zmień sposób wyświetlania stron internetowych w kartach - Change the way dates and lists are displayed + Zmień sposób wyświetlania dat i list - Manage audio devices + Zarządzaj urządzeniami audio - Change security settings + Zmień ustawienia bezpieczeństwa - Check security status + Sprawdź stan zabezpieczeń - Delete cookies or temporary files + Usuń pliki cookie lub pliki tymczasowe - Specify which hand you write with + Określ, którą ręką piszesz - Change touch input settings + Zmień ustawienia wprowadzania dotykowego - How to change the size of virtual memory + Jak zmienić rozmiar pamięci wirtualnej - Hear text read aloud with Narrator + Słuchaj tekstu czytanego na głos przez Narratora - Set up USB game controllers + Skonfiguruj kontrolery gier USB - Show which domain your computer is on + Pokaż, do jakiej domeny należy twój komputer - View all problem reports + Wyświetl wszystkie raporty o problemach - 16-Bit Application Support + Obsługa aplikacji 16-bitowych - Set up dialling rules + Skonfiguruj reguły wybierania numeru - Enable or disable session cookies + Włącz lub wyłącz ciasteczka sesji - Give administrative rights to a domain user + Nadaj uprawnienia administracyjne użytkownikowi domeny - Choose when to turn off display + Wybierz, kiedy wyłączyć ekran - Move the pointer with the keypad using MouseKeys + Przesuń wskaźnik za pomocą klawiatury numerycznej używając funkcji Klawisze myszy - Change Windows SideShow-compatible device settings + Zmień ustawienia urządzeń zgodnych z Windows SideShow - Adjust commonly used mobility settings + Dostosuj często używane ustawienia mobilności - Change text-to-speech settings + Zmień ustawienia zamiany tekstu na mowę - Set the time and date + Ustaw czas i datę - Change location settings + Zmień ustawienia lokalizacji - Change mouse settings + Zmień ustawienia myszy - Manage Storage Spaces + Zarządzaj przestrzeniami magazynowymi - Show or hide file extensions + Pokaż/Ukryj rozszerzenia plików - Allow an app through Windows Firewall + Zezwól aplikacji na dostęp przez Zaporę systemu Windows - Change system sounds + Zmień dźwięki systemowe - Adjust ClearType text + Dostosuj tekst ClearType - Turn screen saver on or off + Włącz lub wyłącz wygaszacz ekranu - Find and fix windows update problems + Znajdź i rozwiąż problemy z aktualizacjami systemu Windows - Change Bluetooth settings + Zmień ustawienia Bluetooth - Connect to a network + Połącz się z siecią - Change the search provider in Internet Explorer + Zmień dostawcę wyszukiwania w przeglądarce Internet Explorer - Join a domain + Dołącz do domeny - Add a device + Dodaj urządzenie - Find and fix problems with Windows Search + Znajdź i rozwiąż problemy z wyszukiwaniem w systemie Windows - Choose a power plan + Wybierz plan zasilania - Change how the mouse pointer looks when it’s moving + Zmień wygląd wskaźnika myszy podczas ruchu - Uninstall a program + Odinstaluj program - Create and format hard disk partitions + Utwórz i sformatuj partycje dysku twardego - Change date, time or number formats + Zmień format daty, godziny lub liczb - Change PC wake-up settings + Zmień ustawienia wybudzania komputera - Manage network passwords + Zarządzaj hasłami sieciowymi - Change input methods + Zmień metody wprowadzania - Manage advanced sharing settings + Zarządzaj zaawansowanymi ustawieniami udostępniania - Change battery settings + Zmień ustawienia baterii - Rename this computer + Zmień nazwę tego komputera - Lock or unlock the taskbar + Zablokuj lub odblokuj pasek zadań - Manage Web Credentials + Zarządzaj poświadczeniami internetowymi - Change the time zone + Zmień strefę czasową - Start speech recognition + Rozpocznij rozpoznawanie mowy - View installed updates + Wyświetl zainstalowane aktualizacje - What's happened to the Quick Launch toolbar? + Co się stało z paskiem Szybkie uruchamianie? - Change search options for files and folders + Zmień opcje wyszukiwania plików i folderów - Adjust settings before giving a presentation + Dostosuj ustawienia przed rozpoczęciem prezentacji - Scan a document or picture + Skanuj dokument lub obraz - Change the way measurements are displayed + Zmień sposób wyświetlania jednostek miar - Press key combinations one at a time + Naciskaj kombinacje klawiszy pojedynczo - Restore data, files or computer from backup (Windows 7) + Przywróć dane, pliki lub komputer z kopii zapasowej (Windows 7) - Set your default programs + Ustaw programy domyślne - Set up a broadband connection + Skonfiguruj połączenie szerokopasmowe - Calibrate the screen for pen or touch input + Skalibruj ekran do obsługi piórem lub dotykiem - Manage user certificates + Zarządzaj certyfikatami użytkownika - Schedule tasks + Zaplanuj zadania - Ignore repeated keystrokes using FilterKeys + Ignoruj powtarzające się naciśnięcia klawiszy za pomocą funkcji Klawisze filtru - Find and fix bluescreen problems + Znajdź i rozwiąż problemy z niebieskim ekranem - Hear a tone when keys are pressed + Odtwarzaj dźwięk przy naciskaniu klawiszy - Delete browsing history + Usuń historię przeglądania - Change what the power buttons do + Zmień działanie przycisków zasilania - Create standard user account + Utwórz standardowe konto użytkownika - Take speech tutorials + Skorzystaj z samouczków rozpoznawania mowy - View system resource usage in Task Manager + Wyświetl wykorzystanie zasobów systemowych w Menedżerze zadań - Create an account + Utwórz konto - Get more features with a new edition of Windows + Uzyskaj więcej funkcji z nową edycją systemu Windows - Control Panel + Panel sterowania TaskLink - Unknown + Nieznane \ No newline at end of file diff --git a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.pt-PT.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.pt-PT.resx index b3d1f0bc3..418ea06c5 100644 --- a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.pt-PT.resx +++ b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.pt-PT.resx @@ -1779,7 +1779,7 @@ Alterar definições padrão para multimédia e dispositivos - Print the speech reference card + Imprimir o cartão de referência de fala Calibrar ecrã diff --git a/Plugins/Flow.Launcher.Plugin.WindowsSettings/plugin.json b/Plugins/Flow.Launcher.Plugin.WindowsSettings/plugin.json index ac4116e9b..5c717827e 100644 --- a/Plugins/Flow.Launcher.Plugin.WindowsSettings/plugin.json +++ b/Plugins/Flow.Launcher.Plugin.WindowsSettings/plugin.json @@ -4,7 +4,7 @@ "Description": "Search settings inside Control Panel and Settings App", "Name": "Windows Settings", "Author": "TobiasSekan", - "Version": "4.0.9", + "Version": "4.0.11", "Language": "csharp", "Website": "https://github.com/Flow-Launcher/Flow.Launcher", "ExecuteFileName": "Flow.Launcher.Plugin.WindowsSettings.dll", diff --git a/README.md b/README.md index 0f1e084bd..02ffc7932 100644 --- a/README.md +++ b/README.md @@ -350,6 +350,7 @@ Or download the [early access version](https://github.com/Flow-Launcher/Prerelea + diff --git a/appveyor.yml b/appveyor.yml index ab1803f6b..421088133 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: '1.19.1.{build}' +version: '1.19.4.{build}' init: - ps: |