diff --git a/Flow.Launcher.Infrastructure/UserSettings/Settings.cs b/Flow.Launcher.Infrastructure/UserSettings/Settings.cs
index 8ecd6dc4b..211bc1798 100644
--- a/Flow.Launcher.Infrastructure/UserSettings/Settings.cs
+++ b/Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Drawing;
@@ -43,6 +43,11 @@ namespace Flow.Launcher.Infrastructure.UserSettings
public bool UseSound { get; set; } = true;
public bool FirstLaunch { get; set; } = true;
+ public double SettingWindowWidth { get; set; } = 1000;
+ public double SettingWindowHeight { get; set; } = 700;
+ public double SettingWindowTop { get; set; }
+ public double SettingWindowLeft { get; set; }
+
public int CustomExplorerIndex { get; set; } = 0;
[JsonIgnore]
@@ -220,4 +225,4 @@ namespace Flow.Launcher.Infrastructure.UserSettings
Light,
Dark
}
-}
\ No newline at end of file
+}
diff --git a/Flow.Launcher/Converters/OpenResultHotkeyVisibilityConverter.cs b/Flow.Launcher/Converters/OpenResultHotkeyVisibilityConverter.cs
index e82fa959c..7586d1fcf 100644
--- a/Flow.Launcher/Converters/OpenResultHotkeyVisibilityConverter.cs
+++ b/Flow.Launcher/Converters/OpenResultHotkeyVisibilityConverter.cs
@@ -11,17 +11,17 @@ namespace Flow.Launcher.Converters
[ValueConversion(typeof(bool), typeof(Visibility))]
public class OpenResultHotkeyVisibilityConverter : IValueConverter
{
- private const int MaxVisibleHotkeys = 9;
+ private const int MaxVisibleHotkeys = 10;
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
{
- var hotkeyNumber = int.MaxValue;
+ var number = int.MaxValue;
if (value is ListBoxItem listBoxItem
&& ItemsControl.ItemsControlFromItemContainer(listBoxItem) is ListBox listBox)
- hotkeyNumber = listBox.ItemContainerGenerator.IndexFromContainer(listBoxItem) + 1;
+ number = listBox.ItemContainerGenerator.IndexFromContainer(listBoxItem) + 1;
- return hotkeyNumber <= MaxVisibleHotkeys ? Visibility.Visible : Visibility.Collapsed;
+ return number <= MaxVisibleHotkeys ? Visibility.Visible : Visibility.Collapsed;
}
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) => throw new System.InvalidOperationException();
diff --git a/Flow.Launcher/Converters/OrdinalConverter.cs b/Flow.Launcher/Converters/OrdinalConverter.cs
index f9fa220e3..0c716ac7e 100644
--- a/Flow.Launcher/Converters/OrdinalConverter.cs
+++ b/Flow.Launcher/Converters/OrdinalConverter.cs
@@ -10,7 +10,10 @@ namespace Flow.Launcher.Converters
{
if (value is ListBoxItem listBoxItem
&& ItemsControl.ItemsControlFromItemContainer(listBoxItem) is ListBox listBox)
- return listBox.ItemContainerGenerator.IndexFromContainer(listBoxItem) + 1;
+ {
+ var res = listBox.ItemContainerGenerator.IndexFromContainer(listBoxItem) + 1;
+ return res == 10 ? 0 : res; // 10th item => HOTKEY+0
+ }
return 0;
}
diff --git a/Flow.Launcher/Languages/da.xaml b/Flow.Launcher/Languages/da.xaml
index 6bcd3c0f7..7ec94fed1 100644
--- a/Flow.Launcher/Languages/da.xaml
+++ b/Flow.Launcher/Languages/da.xaml
@@ -50,6 +50,7 @@
VælgSkjul Flow Launcher ved opstartHide 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 PrecisionChanges minimum match score required for results.Should Use Pinyin
@@ -69,12 +70,14 @@
Current PriorityNew PriorityPriority
+ Change Plugin Results PriorityPlugin bibliotekafInitaliseringstid:Søgetid:| VersionWebsite
+ Uninstall
@@ -155,11 +158,13 @@
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.
- Release Notes:
+ Release NotesUsage TipsDevToolsSetting FolderLog Folder
+ Clear Logs
+ Are you sure you want to delete all logs?Wizard
diff --git a/Flow.Launcher/Languages/de.xaml b/Flow.Launcher/Languages/de.xaml
index cf73baa22..a1b0b3b9b 100644
--- a/Flow.Launcher/Languages/de.xaml
+++ b/Flow.Launcher/Languages/de.xaml
@@ -50,6 +50,7 @@
AuswählenVerstecke Flow Launcher bei SystemstartStatusleistensymbol ausblenden
+ When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.Suchgenauigkeit abfragenErforderliche Suchergebnisse.Pinyin aktivieren
@@ -69,12 +70,14 @@
Aktuelle PrioritätNeue PrioritätPriorität
+ Change Plugin Results PriorityPluginordnervonInitialisierungszeit:Abfragezeit:VersionWebseite
+ Deinstallieren
@@ -155,11 +158,13 @@
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.
- Versionshinweise:
+ VersionshinweiseUsage TipsDevToolsSetting FolderLog Folder
+ Clear Logs
+ Are you sure you want to delete all logs?Wizard
diff --git a/Flow.Launcher/Languages/en.xaml b/Flow.Launcher/Languages/en.xaml
index 0d4e5ecfd..39ecb18f3 100644
--- a/Flow.Launcher/Languages/en.xaml
+++ b/Flow.Launcher/Languages/en.xaml
@@ -167,6 +167,8 @@
DevToolsSetting FolderLog Folder
+ Clear Logs
+ Are you sure you want to delete all logs?Wizard
diff --git a/Flow.Launcher/Languages/es-419.xaml b/Flow.Launcher/Languages/es-419.xaml
index de7b95c74..84a492d15 100644
--- a/Flow.Launcher/Languages/es-419.xaml
+++ b/Flow.Launcher/Languages/es-419.xaml
@@ -50,6 +50,7 @@
SeleccionarOcultar Flow Launcher al arrancar el sistemaOcultar icono de la bandeja
+ When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.Precisión de la búsquedaCambia la puntuación mínima de similitud requerida para resultados.Debe usar Pinyin
@@ -76,6 +77,7 @@
Tiempo de consulta:| VersiónSitio web
+ Uninstall
@@ -161,6 +163,8 @@
Herramientas de desarrolloCarpeta de ConfiguraciónCarpeta de registros
+ Clear Logs
+ Are you sure you want to delete all logs?Asistente
diff --git a/Flow.Launcher/Languages/es.xaml b/Flow.Launcher/Languages/es.xaml
index 7d473f64c..0950595fa 100644
--- a/Flow.Launcher/Languages/es.xaml
+++ b/Flow.Launcher/Languages/es.xaml
@@ -50,6 +50,7 @@
SeleccionarOcultar Flow Launcher al inicioOcultar icono de la bandeja del sistema
+ Cuando el icono está oculto en la bandeja del sistema, se puede abrir el menú de configuración haciendo clic con el botón derecho en la ventana de búsqueda.Precisión en la búsqueda de consultasCambia la puntuación mínima requerida para la coincidencia de los resultados.Utilizar Pinyin
@@ -57,7 +58,7 @@
El efecto de sombra no está permitido mientras el tema actual tenga el efecto de desenfoque activado
- Complemento
+ ComplementosBuscar más complementosActivadoDesactivado
@@ -69,13 +70,14 @@
Prioridad actualNueva prioridadPrioridad
- Cambiar la prioridad del resultado del complemento
+ Cambiar la prioridad de los resultados del complementoCarpeta de complementosporTiempo de inicio:Tiempo de consulta:| VersiónSitio web
+ Desinstalar
@@ -158,9 +160,11 @@
Notas de la versiónConsejos de uso
- Herramientas de desarrolador
+ Herramientas de desarrolladorCarpeta de configuraciónCarpeta de registros
+ Eliminar registros
+ ¿Está seguro que desea eliminar todos los registros?Asistente
diff --git a/Flow.Launcher/Languages/fr.xaml b/Flow.Launcher/Languages/fr.xaml
index cbcd84307..141d868a2 100644
--- a/Flow.Launcher/Languages/fr.xaml
+++ b/Flow.Launcher/Languages/fr.xaml
@@ -50,6 +50,7 @@
SélectionnerCacher Flow Launcher au démarrageMasquer icône du plateau
+ When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.Query Search PrecisionChanges minimum match score required for results.Devrait utiliser le pinyin
@@ -69,12 +70,14 @@
Current PriorityNew PriorityPriority
+ Change Plugin Results PriorityRépertoirebyChargement :Utilisation :| VersionWebsite
+ Désinstaller
@@ -154,11 +157,13 @@
Échec du téléchargement de la mise à jour, vérifiez votre connexion et vos paramètres de configuration proxy pour pouvoir acceder à github-cloud.s3.amazonaws.com, ou téléchargez manuelement la mise à jour sur https://github.com/Flow-Launcher/Flow.Launcher/releases.
- Notes de changement :
+ Notes de changementUsage TipsDevToolsSetting FolderLog Folder
+ Clear Logs
+ Are you sure you want to delete all logs?Wizard
diff --git a/Flow.Launcher/Languages/it.xaml b/Flow.Launcher/Languages/it.xaml
index 04655c226..4304aead8 100644
--- a/Flow.Launcher/Languages/it.xaml
+++ b/Flow.Launcher/Languages/it.xaml
@@ -10,23 +10,23 @@
Ultima esecuzione: {0}ApriImpostazioni
- About
+ InformazioniEsci
- Close
- Copy
- Cut
- Paste
+ Chiudi
+ Copia
+ Taglia
+ IncollaFile
- Folder
- Text
- Game Mode
- Suspend the use of Hotkeys.
+ Cartella
+ Testo
+ Modalità gioco
+ Sospendere l'uso dei tasti di scelta rapida.Impostaizoni Flow LauncherGenerale
- Portable Mode
- Store all settings and user data in one folder (Useful when used with removable drives or cloud services).
+ Modalità portatile
+ Memorizzare tutte le impostazioni e i dati dell'utente in un'unica cartella (utile se utilizzato con unità rimovibili o servizi cloud).Avvia Wow all'avvio di WindowsError setting launch on startupNascondi Flow Launcher quando perde il focus
@@ -34,80 +34,83 @@
Ricorda l'ultima posizione di avvio del launcherLinguaComportamento ultima ricerca
- Show/Hide previous results when Flow Launcher is reactivated.
+ Mostra/nasconde i risultati precedenti quando Flow Launcher viene riattivato.Conserva ultima ricercaSeleziona ultima ricercaCancella ultima ricercaNumero massimo di risultati mostratiIgnora i tasti di scelta rapida in applicazione a schermo pieno
- 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.
+ Disattivare l'attivazione di Flow Launcher quando è attiva un'applicazione a schermo intero (consigliato per i giochi).
+ Gestore File predefinito
+ Selezionare il Gestore file da usare all'apertura della cartella.
+ Browser predefinito
+ Impostazione per Nuova scheda, Nuova finestra, Modalità privata.Cartella PythonAggiornamento automaticoSelezionaNascondi Flow Launcher all'avvio
- Hide tray icon
- Query Search Precision
- Changes minimum match score required for results.
- Should Use Pinyin
- Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese
- Shadow effect is not allowed while current theme has blur effect enabled
+ Nascondi Icona nell'Area di Notifica
+ When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.
+ Precisione di ricerca delle query
+ Modifica il punteggio minimo richiesto per i risultati.
+ Dovrebbe usare il Pinyin
+ Consente di utilizzare il Pinyin per la ricerca. Il Pinyin è il sistema standard di ortografia romanizzata per la traduzione del cinese
+ L'effetto ombra non è consentito mentre il tema corrente ha un effetto di sfocatura abilitatoPluginCerca altri plugins
- On
+ AttivoDisabilita
- Action keyword Setting
+ Impostazioni parola chiave AzioneParole chiave
- Current action keyword
- New action keyword
- Change Action Keywords
- Current Priority
- New Priority
- Priority
+ Parola chiave di azione corrente
+ Nuova parola chiave d'azione
+ Cambia Keywords Azione
+ Priorità Attuale
+ Nuova Priorità
+ Priorità
+ Change Plugin Results PriorityCartella Plugin
- by
+ daTempo di avvio:Tempo ricerca:
- | Version
- Website
+ | Versione
+ Sito Web
+ Disinstalla
- Plugin Store
- Refresh
- Install
+ Negozio dei Plugin
+ Aggiorna
+ InstallaTemaSfoglia per altri temi
- How to create a theme
- Hi There
+ Come creare un tema
+ CiaoFont campo di ricercaFont campo risultatiModalità finestraOpacità
- 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
- Animation
- Use Animation in UI
+ Il tema {0} non esiste, si ritorna al tema predefinito
+ Impossibile caricare il tema {0}, si torna al tema predefinito
+ Cartella temi
+ Apri cartella del tema
+ Schema di colore
+ Sistema predefinito
+ Chiaro
+ Scuro
+ Effetto sonoro
+ Riproduce un piccolo suono all'apertura della finestra di ricerca
+ Animazione
+ Usa l'animazione nell'interfaccia utenteTasti scelta rapidaTasto scelta rapida Flow Launcher
- Enter shortcut to show/hide Flow Launcher.
+ Immettere la scorciatoia per mostrare/nascondere Flow Launcher.Apri modificatori di risultatoSelect a modifier key to open selected result via keyboard.Mostra tasto di scelta rapida
@@ -130,7 +133,7 @@
Abilita Proxy HTTPServer HTTPPorta
- User Name
+ Nome utentePasswordProxy TestSalva
@@ -142,10 +145,10 @@
Connessione Proxy fallita
- About
- Website
+ Informazioni
+ Sito webGithub
- Docs
+ DocumentazioneVersioneHai usato Flow Launcher {0} volteCerca aggiornamenti
@@ -155,11 +158,13 @@
Download degli aggiornamenti fallito, per favore controlla la tua connessione ed eventuali impostazioni proxy per github-cloud.s3.amazonaws.com,
oppure vai su https://github.com/Flow-Launcher/Flow.Launcher/releases per scaricare gli aggiornamenti manualmente.
- Note di rilascio:
+ Note di rilascioUsage TipsDevToolsSetting FolderLog Folder
+ Clear Logs
+ Are you sure you want to delete all logs?Wizard
@@ -173,10 +178,10 @@
Arg For File
- Default Web Browser
+ Browser predefinitoThe default setting follows the OS default browser setting. If specified separately, flow uses that browser.Browser
- Browser Name
+ Nome del browserBrowser PathNew WindowNew Tab
@@ -251,37 +256,37 @@
Descrizione aggiornamento
- Skip
+ SaltaWelcome to Flow LauncherHello, 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 :)
+ Cerca ed esegue tutti i file e le applicazioni presenti sul PC
+ Cerca tutto da applicazioni, file, segnalibri, YouTube, Twitter e altro ancora. Tutto dalla comodità della tastiera senza mai toccare il mouse.
+ Flow Launcher si avvia con il tasto di scelta rapida qui sotto, provatelo subito. Per cambiarlo, fate clic sull'input e premete il tasto di scelta rapida desiderato sulla tastiera.
+ Scorciatoie
+ Scorciatoie e comandi
+ Cercate sul web, avviate applicazioni o eseguite varie funzioni tramite i plugin di Flow Launcher. Alcune funzioni iniziano con una parola chiave di azione e, se necessario, possono essere utilizzate senza parole chiave di azione. Provate le query seguenti in Flow Launcher.
+ Avviamo Flow Launcher
+ Finito. Goditi Flow Launcher. Non dimenticare il tasto di scelta rapida per iniziare :)
- Back / Context Menu
- Item Navigation
- Open Context Menu
- Open Contaning Folder
- Run as Admin
- Query History
- Back to Result in Context Menu
- Autocomplete
- Open / Run Selected Item
- Open Setting Window
- Reload Plugin Data
+ Indietro / Menu contestuale
+ Navigazione tra le voci
+ Apri il menu di scelta rapida
+ Apri la cartella Contaning
+ Esegui come amministratore
+ Cronologia Query
+ Torna al risultato nel menu contestuale
+ Autocompleta
+ Apri / Esegui Elemento Selezionato
+ Aprire la finestra delle impostazioni
+ Ricarica i dati del plugin
- Weather
- Weather in Google Result
+ Meteo
+ Meteo nel risultato di Google> ping 8.8.8.8
- Shell Command
+ Comando Della shellBluetoothBluetooth in Windows Settingssn
diff --git a/Flow.Launcher/Languages/ja.xaml b/Flow.Launcher/Languages/ja.xaml
index e34c615b7..8c1386371 100644
--- a/Flow.Launcher/Languages/ja.xaml
+++ b/Flow.Launcher/Languages/ja.xaml
@@ -50,6 +50,7 @@
選択起動時にFlow Launcherを隠すトレイアイコンを隠す
+ When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.Query Search PrecisionChanges minimum match score required for results.Should Use Pinyin
@@ -69,12 +70,14 @@
Current PriorityNew Priority重要度
+ Change Plugin Results Priorityプラグイン・ディレクトリby初期化時間:クエリ時間:| バージョンウェブサイト
+ アンインストール
@@ -155,11 +158,13 @@
更新のダウンロードに失敗しました、github-cloud.s3.amazonaws.com への接続とプロキシ設定を確認するか、
https://github.com/Flow-Launcher/Flow.Launcher/releases から手動でアップデートをダウンロードしてください。
- リリースノート:
+ リリースノートUsage TipsDevToolsSetting FolderLog Folder
+ Clear Logs
+ Are you sure you want to delete all logs?Wizard
diff --git a/Flow.Launcher/Languages/ko.xaml b/Flow.Launcher/Languages/ko.xaml
index a470da1db..809c5ccf8 100644
--- a/Flow.Launcher/Languages/ko.xaml
+++ b/Flow.Launcher/Languages/ko.xaml
@@ -50,6 +50,7 @@
선택시작 시 Flow Launcher 숨김트레이 아이콘 숨기기
+ When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.쿼리 검색 정밀도검색 결과에 필요한 최소 매치 점수를 변경합니다.항상 Pinyin 사용
@@ -76,6 +77,7 @@
쿼리 시간:| 버전웹사이트
+ 제거
@@ -87,7 +89,7 @@
테마테마 갤러리테마 제작 안내
- 안녕하세요.
+ 안녕하세요!쿼리 상자 글꼴결과 항목 글꼴윈도우 모드
@@ -161,6 +163,8 @@
개발자도구설정 폴더로그 폴더
+ Clear Logs
+ Are you sure you want to delete all logs?마법사
diff --git a/Flow.Launcher/Languages/nb.xaml b/Flow.Launcher/Languages/nb.xaml
index 52885ea47..e90a32347 100644
--- a/Flow.Launcher/Languages/nb.xaml
+++ b/Flow.Launcher/Languages/nb.xaml
@@ -50,6 +50,7 @@
SelectHide Flow Launcher on startupHide 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 PrecisionChanges minimum match score required for results.Should Use Pinyin
@@ -69,12 +70,14 @@
Current PriorityNew PriorityPriority
+ Change Plugin Results PriorityPlugin DirectorybyInit time:Query time:| VersionWebsite
+ Uninstall
@@ -160,6 +163,8 @@
DevToolsSetting FolderLog Folder
+ Clear Logs
+ Are you sure you want to delete all logs?Wizard
diff --git a/Flow.Launcher/Languages/nl.xaml b/Flow.Launcher/Languages/nl.xaml
index 1223df76f..77a8e9e29 100644
--- a/Flow.Launcher/Languages/nl.xaml
+++ b/Flow.Launcher/Languages/nl.xaml
@@ -50,6 +50,7 @@
SelecteerVerberg Flow Launcher als systeem opstartSysteemvakpictogram verbergen
+ When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.Zoekopdracht nauwkeurigheidWijzigt de minimale overeenkomst-score die vereist is voor resultaten.Zou Pinyin moeten gebruiken
@@ -69,12 +70,14 @@
Huidige PrioriteitNieuwe PrioriteitPrioriteit
+ Change Plugin Results PriorityPlugin mapdoorInit tijd:Query tijd:| VersieWebsite
+ Uninstall
@@ -155,11 +158,13 @@
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.
- Release Notes:
+ Release NotesUsage TipsDevToolsSetting FolderLog Folder
+ Clear Logs
+ Are you sure you want to delete all logs?Wizard
diff --git a/Flow.Launcher/Languages/pl.xaml b/Flow.Launcher/Languages/pl.xaml
index 901083f07..bd7acd4e8 100644
--- a/Flow.Launcher/Languages/pl.xaml
+++ b/Flow.Launcher/Languages/pl.xaml
@@ -50,6 +50,7 @@
WybierzUruchamiaj Flow Launcher zminimalizowanyUkryj ikonę zasobnika
+ When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.Query Search PrecisionChanges minimum match score required for results.Should Use Pinyin
@@ -69,12 +70,14 @@
Current PriorityNew PriorityPriority
+ Change Plugin Results PriorityFolder wtyczkibyCzas ładowania:Czas zapytania:| VersionWebsite
+ Odinstalowywanie
@@ -155,11 +158,13 @@
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.
- Zmiany:
+ ZmianyUsage TipsDevToolsSetting FolderLog Folder
+ Clear Logs
+ Are you sure you want to delete all logs?Wizard
diff --git a/Flow.Launcher/Languages/pt-br.xaml b/Flow.Launcher/Languages/pt-br.xaml
index d23c24e7f..28ed30916 100644
--- a/Flow.Launcher/Languages/pt-br.xaml
+++ b/Flow.Launcher/Languages/pt-br.xaml
@@ -50,6 +50,7 @@
SelecionarEsconder Flow Launcher na inicializaçãoHide 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 PrecisionChanges minimum match score required for results.Should Use Pinyin
@@ -69,12 +70,14 @@
Current PriorityNew PriorityPriority
+ Change Plugin Results PriorityDiretório de PluginsbyTempo de inicialização:Tempo de consulta:| VersionWebsite
+ Desinstalar
@@ -160,6 +163,8 @@
DevToolsSetting FolderLog Folder
+ Clear Logs
+ Are you sure you want to delete all logs?Wizard
diff --git a/Flow.Launcher/Languages/pt-pt.xaml b/Flow.Launcher/Languages/pt-pt.xaml
index c78519966..e7179e6e8 100644
--- a/Flow.Launcher/Languages/pt-pt.xaml
+++ b/Flow.Launcher/Languages/pt-pt.xaml
@@ -50,6 +50,7 @@
SelecionarOcultar Flow Launcher ao arrancarOcultar ícone na bandeja
+ Se o ícone da bandeja estiver oculto, pode abrir as Definições com um clique com o botão direito do rato na caixa de pesquisa.Precisão da consultaAltera a precisão mínima necessário para obter resultadosUtilizar Pinyin
@@ -69,12 +70,14 @@
Prioridade atualNova prioridadePrioridade
+ Alterar prioridade dos resultados do pluginDiretório de pluginsdeTempo de arranque:Tempo de consulta:| VersãoSite
+ Desinstalar
@@ -159,6 +162,8 @@
DevToolsPasta de definiçõesPasta de registos
+ Clear Logs
+ Are you sure you want to delete all logs?Assistente
diff --git a/Flow.Launcher/Languages/ru.xaml b/Flow.Launcher/Languages/ru.xaml
index 691d37538..2c8ca9fa3 100644
--- a/Flow.Launcher/Languages/ru.xaml
+++ b/Flow.Launcher/Languages/ru.xaml
@@ -50,6 +50,7 @@
SelectHide Flow Launcher on startupHide 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 PrecisionChanges minimum match score required for results.Should Use Pinyin
@@ -69,12 +70,14 @@
Current PriorityNew PriorityPriority
+ Change Plugin Results PriorityДиректория плагиновbyИнициализация:Запрос:| VersionWebsite
+ Удалить
@@ -160,6 +163,8 @@
DevToolsSetting FolderLog Folder
+ Clear Logs
+ Are you sure you want to delete all logs?Wizard
diff --git a/Flow.Launcher/Languages/sk.xaml b/Flow.Launcher/Languages/sk.xaml
index 20b259f9f..c4d5de6bf 100644
--- a/Flow.Launcher/Languages/sk.xaml
+++ b/Flow.Launcher/Languages/sk.xaml
@@ -50,6 +50,7 @@
VybraťSchovať Flow Launcher po spusteníSchovať ikonu z oblasti oznámení
+ Keď je ikona skrytá z oblasti oznámení, nastavenia možno otvoriť kliknutím pravým tlačidlom myši na okno vyhľadávania.Presnosť vyhľadávaniaMení minimálne skóre zhody potrebné na zobrazenie výsledkov.Použiť Pinyin
@@ -69,12 +70,14 @@
Aktuálna prioritaNová prioritaPriorita
+ Zmena priority výsledkov pluginuPriečinok s pluginmiodInicializácia:Trvanie dopytu:| VerziaWebstránka
+ Odinštalovať
@@ -160,6 +163,8 @@
Nástroje pre vývojárovPriečinok s nastaveniamiPriečinok s logmi
+ Vymazať logy
+ Naozaj chcete odstrániť všetky logy?Sprievodca
diff --git a/Flow.Launcher/Languages/sr.xaml b/Flow.Launcher/Languages/sr.xaml
index b15bbc194..61f619fd0 100644
--- a/Flow.Launcher/Languages/sr.xaml
+++ b/Flow.Launcher/Languages/sr.xaml
@@ -50,6 +50,7 @@
IzaberiSakrij Flow Launcher pri podizanju sistemaHide 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 PrecisionChanges minimum match score required for results.Should Use Pinyin
@@ -69,12 +70,14 @@
Current PriorityNew PriorityPriority
+ Change Plugin Results PriorityPlugin direktorijumbyVreme inicijalizacije:Vreme upita:| VersionWebsite
+ Uninstall
@@ -155,11 +158,13 @@
Neuspešno preuzimanje ažuriranja, molim Vas proverite vašu vezu i podešavanja za proksi prema github-cloud.s3.amazonaws.com,
ili posetite https://github.com/Flow-Launcher/Flow.Launcher/releases da preuzmete ažuriranja ručno.
- U novoj verziji:
+ U novoj verzijiUsage TipsDevToolsSetting FolderLog Folder
+ Clear Logs
+ Are you sure you want to delete all logs?Wizard
diff --git a/Flow.Launcher/Languages/tr.xaml b/Flow.Launcher/Languages/tr.xaml
index ec609de37..fb8e1d6f6 100644
--- a/Flow.Launcher/Languages/tr.xaml
+++ b/Flow.Launcher/Languages/tr.xaml
@@ -50,6 +50,7 @@
SeçBaşlangıçta Flow Launcher'u gizleSistem çekmecesi simgesini gizle
+ When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.Sorgu Arama HassasiyetiSonuçlar için gereken minimum maç puanını değiştirir.Pinyin kullanılmalı
@@ -69,12 +70,14 @@
Mevcut öncelikYeni ÖncelikÖncelik
+ Change Plugin Results PriorityEklenti KlasörüYapımcı:Açılış Süresi:Sorgu Süresi:Sürümİnternet Sitesi
+ Kaldır
@@ -155,11 +158,13 @@
Güncellemenin yüklenmesi başarısız oldu. Lütfen bağlantınız ve vekil sunucu ayarlarınızın github-cloud.s3.amazonaws.com
adresine ulaşabilir olduğunu kontrol edin ya da https://github.com/Flow-Launcher/Flow.Launcher/releases adresinden güncellemeyi elle indirin.
- Sürüm Notları:
+ Sürüm NotlarıUsage TipsDevToolsSetting FolderLog Folder
+ Clear Logs
+ Are you sure you want to delete all logs?Wizard
diff --git a/Flow.Launcher/Languages/uk-UA.xaml b/Flow.Launcher/Languages/uk-UA.xaml
index c2d5302a6..8115a5dd1 100644
--- a/Flow.Launcher/Languages/uk-UA.xaml
+++ b/Flow.Launcher/Languages/uk-UA.xaml
@@ -50,6 +50,7 @@
ВибратиСховати Flow Launcher при запуску системиПриховати значок в системному лотку
+ When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.Точність пошуку запитівЗмінює мінімальний бал збігів, необхідних для результатів.Використовувати піньїнь
@@ -69,12 +70,14 @@
Поточний пріоритетНовий пріоритетПріоритет
+ Change Plugin Results PriorityДиректорія плагінівзаІніціалізація:Запит:| ВерсіяСайт
+ Uninstall
@@ -160,6 +163,8 @@
DevToolsSetting FolderLog Folder
+ Clear Logs
+ Are you sure you want to delete all logs?Wizard
diff --git a/Flow.Launcher/Languages/zh-cn.xaml b/Flow.Launcher/Languages/zh-cn.xaml
index 3c4bdaea2..d80bfdaf6 100644
--- a/Flow.Launcher/Languages/zh-cn.xaml
+++ b/Flow.Launcher/Languages/zh-cn.xaml
@@ -28,7 +28,7 @@
便携模式将所有设置和用户数据存储在一个文件夹中 (可用于可移除驱动器或云服务)。开机自启
- Error setting launch on startup
+ 设置开机自启时出错失去焦点时自动隐藏 Flow Launcher不显示新版本提示记住上次启动位置
@@ -40,7 +40,7 @@
清空上次搜索关键字最大结果显示个数全屏模式下忽略热键
- 当全屏应用程序激活时禁用快捷键(建议游戏时打开)。
+ 当全屏应用程序激活时禁用快捷键 (建议游戏时打开) 。默认文件管理器选择打开文件夹时要使用的文件管理器。默认浏览器
@@ -50,6 +50,7 @@
选择系统启动时不显示主窗口隐藏任务栏图标
+ 任务栏图标被隐藏时,右键点击搜索窗口即可打开设置菜单。查询搜索精度更改匹配成功所需的最低分数。启动拼音搜索
@@ -76,6 +77,7 @@
查询耗时:| 版本官方网站
+ 卸载
@@ -109,10 +111,10 @@
热键Flow Launcher 激活热键输入显示/隐藏 Flow Launcher 的快捷键。
- 开放结果修饰符
- 指定修饰符用于打开指定的选项。
+ 打开结果快捷键修饰符
+ 选择一个用以打开搜索结果的按键修饰符。显示热键
- 显示热键用于快速选择选项。
+ 显示用于打开结果的快捷键。自定义查询热键查询删除
@@ -156,11 +158,13 @@
下载更新失败,请检查您与 github-cloud.s3.amazonaws.com 的连接状态或检查代理设置,
或访问 https://github.com/Flow-Launcher/Flow.Launcher/releases 手动下载更新
- 更新说明:
- 使用技巧:
+ 更新说明
+ 使用技巧开发工具设置目录日志目录
+ 清除日志
+ 你确定要删除所有的日志吗?向导
@@ -257,11 +261,11 @@
你好,这是你第一次运行 Flow Launcher!在启动前,这个向导将有助于设置 Flow Launcher。如果您愿意,您可以跳过。请选择一种语言搜索并运行您PC上的文件和应用程序
- 搜索所有应用程序、 文件、 书签、 YouTube、 Twitter等。所有都只需要键盘而不需要触摸鼠标。
+ 搜索所有应用程序、 文件、 书签、 YouTube、 Twitter等。所有都只需要键盘而不需要鼠标。Flow Launcher 默认使用下面的快捷键激活。 要更改它,请点击输入并按键盘上所需的热键。快捷键动作关键词和命令
- 通过 Flow Launcher 插件搜索网站、启动应用程序或运行各种功能。 某些函数起始于一个动作关键词,如有必要,它们可以在没有动作关键词的情况下使用。欢迎尝试一下的查询语句。
+ 通过 Flow Launcher 插件搜索网站、启动应用程序或运行各种功能。某些功能使用一个动作关键词激活,如有必要,它们也可以在没有动作关键词的情况下使用。欢迎尝试以下的查询语句。开始使用 Flow Launcher完成了!享受 Flow Launcher。不要忘记激活快捷键 :)
@@ -269,7 +273,7 @@
返回/上下文菜单选项导航
- 打开菜单目录
+ 打开上下文菜单打开所在目录以管理员身份运行查询历史
@@ -286,6 +290,6 @@
BluetoothWindows 设置中的蓝牙sn
- Sticky Notes
+ 便笺
diff --git a/Flow.Launcher/Languages/zh-tw.xaml b/Flow.Launcher/Languages/zh-tw.xaml
index fe769ec5e..71cc887cf 100644
--- a/Flow.Launcher/Languages/zh-tw.xaml
+++ b/Flow.Launcher/Languages/zh-tw.xaml
@@ -42,7 +42,7 @@
全螢幕模式下忽略快捷鍵全螢幕模式下停用快捷鍵(推薦用於遊戲時)。預設檔案管理器
- 選擇打開資料夾時要使用的檔案管理器。
+ 選擇開啟資料夾時要使用的檔案管理器。預設瀏覽器設定新增分頁、視窗和無痕模式。Python 路徑
@@ -50,6 +50,7 @@
選擇啟動時不顯示主視窗隱藏任務欄圖標
+ When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.查詢搜索精確度Changes minimum match score required for results.拼音搜索
@@ -76,6 +77,7 @@
查詢耗時:| 版本官方網站
+ 解除安裝
@@ -156,11 +158,13 @@
下載更新失敗,請檢查您對 github-cloud.s3.amazonaws.com 的連線和代理設定,
或是到 https://github.com/Flow-Launcher/Flow.Launcher/releases 手動下載更新。
- 更新說明:
+ 更新說明使用技巧開發工具設定資料夾日誌資料夾
+ Clear Logs
+ Are you sure you want to delete all logs?嚮導
diff --git a/Flow.Launcher/MainWindow.xaml b/Flow.Launcher/MainWindow.xaml
index 36e46933d..cc605edc9 100644
--- a/Flow.Launcher/MainWindow.xaml
+++ b/Flow.Launcher/MainWindow.xaml
@@ -168,6 +168,11 @@
Command="{Binding OpenResultCommand}"
CommandParameter="8"
Modifiers="{Binding OpenResultCommandModifiers}" />
+
diff --git a/Flow.Launcher/MainWindow.xaml.cs b/Flow.Launcher/MainWindow.xaml.cs
index 4ffc2a2cf..1c6845623 100644
--- a/Flow.Launcher/MainWindow.xaml.cs
+++ b/Flow.Launcher/MainWindow.xaml.cs
@@ -138,22 +138,20 @@ namespace Flow.Launcher
}
case nameof(MainViewModel.ProgressBarVisibility):
{
- Dispatcher.Invoke(async () =>
+ Dispatcher.Invoke(() =>
{
if (_viewModel.ProgressBarVisibility == Visibility.Hidden && !isProgressBarStoryboardPaused)
{
- await Task.Delay(50);
_progressBarStoryboard.Stop(ProgressBar);
isProgressBarStoryboardPaused = true;
}
else if (_viewModel.MainWindowVisibilityStatus &&
- isProgressBarStoryboardPaused)
+ isProgressBarStoryboardPaused)
{
_progressBarStoryboard.Begin(ProgressBar, true);
isProgressBarStoryboardPaused = false;
}
- }, System.Windows.Threading.DispatcherPriority.Render);
-
+ });
break;
}
case nameof(MainViewModel.QueryTextCursorMovedToEnd):
diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml
index c3700bb02..82ea08c0c 100644
--- a/Flow.Launcher/SettingWindow.xaml
+++ b/Flow.Launcher/SettingWindow.xaml
@@ -13,18 +13,20 @@
xmlns:userSettings="clr-namespace:Flow.Launcher.Infrastructure.UserSettings;assembly=Flow.Launcher.Infrastructure"
xmlns:vm="clr-namespace:Flow.Launcher.ViewModel"
Title="{DynamicResource flowlauncher_settings}"
- Width="1000"
- Height="700"
+ Width="{Binding SettingWindowWidth, Mode=TwoWay}"
+ Height="{Binding SettingWindowHeight, Mode=TwoWay}"
MinWidth="900"
MinHeight="600"
d:DataContext="{d:DesignInstance vm:SettingWindowViewModel}"
Closed="OnClosed"
Icon="Images\app.ico"
+ Left="{Binding SettingWindowLeft, Mode=TwoWay}"
Loaded="OnLoaded"
MouseDown="window_MouseDown"
ResizeMode="CanResize"
StateChanged="Window_StateChanged"
- WindowStartupLocation="CenterScreen"
+ Top="{Binding SettingWindowTop, Mode=TwoWay}"
+ WindowStartupLocation="Manual"
mc:Ignorable="d">
@@ -1116,7 +1118,6 @@
+
diff --git a/Flow.Launcher/SettingWindow.xaml.cs b/Flow.Launcher/SettingWindow.xaml.cs
index 069457d01..1a4f4da58 100644
--- a/Flow.Launcher/SettingWindow.xaml.cs
+++ b/Flow.Launcher/SettingWindow.xaml.cs
@@ -14,6 +14,7 @@ using Microsoft.Win32;
using ModernWpf;
using System;
using System.IO;
+using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Forms;
@@ -38,11 +39,12 @@ namespace Flow.Launcher
public SettingWindow(IPublicAPI api, SettingWindowViewModel viewModel)
{
- InitializeComponent();
settings = viewModel.Settings;
DataContext = viewModel;
this.viewModel = viewModel;
API = api;
+ InitializePosition();
+ InitializeComponent();
}
#region General
@@ -55,6 +57,7 @@ namespace Flow.Launcher
HwndSource hwndSource = PresentationSource.FromVisual(this) as HwndSource;
HwndTarget hwndTarget = hwndSource.CompositionTarget;
hwndTarget.RenderMode = RenderMode.SoftwareOnly;
+ InitializePosition();
}
private void OnSelectPythonDirectoryClick(object sender, RoutedEventArgs e)
@@ -243,6 +246,8 @@ namespace Flow.Launcher
private void OnClosed(object sender, EventArgs e)
{
+ settings.SettingWindowTop = Top;
+ settings.SettingWindowLeft = Left;
viewModel.Save();
}
@@ -270,6 +275,20 @@ namespace Flow.Launcher
{
PluginManager.API.OpenDirectory(Path.Combine(DataLocation.DataDirectory(), Constant.Logs, Constant.Version));
}
+ private void ClearLogFolder(object sender, RoutedEventArgs e)
+ {
+ var confirmResult = MessageBox.Show(
+ InternationalizationManager.Instance.GetTranslation("clearlogfolderMessage"),
+ InternationalizationManager.Instance.GetTranslation("clearlogfolder"),
+ MessageBoxButton.YesNo);
+
+ if (confirmResult == MessageBoxResult.Yes)
+ {
+ viewModel.ClearLogFolder();
+
+ ClearLogFolderBtn.Content = viewModel.CheckLogFolder;
+ }
+ }
private void OnPluginStoreRefreshClick(object sender, RoutedEventArgs e)
{
@@ -320,6 +339,7 @@ namespace Flow.Launcher
private void OnCloseButtonClick(object sender, RoutedEventArgs e)
{
+
Close();
}
@@ -350,6 +370,36 @@ namespace Flow.Launcher
Plugins.ScrollIntoView(Plugins.SelectedItem);
}
+ public void InitializePosition()
+ {
+ if (settings.SettingWindowTop >= 0 && settings.SettingWindowLeft >= 0)
+ {
+ Top = settings.SettingWindowTop;
+ Left = settings.SettingWindowLeft;
+ }
+ else
+ {
+ Top = WindowTop();
+ Left = WindowLeft();
+ }
+ }
+ public double WindowLeft()
+ {
+ var screen = Screen.FromPoint(System.Windows.Forms.Cursor.Position);
+ var dip1 = WindowsInteropHelper.TransformPixelsToDIP(this, screen.WorkingArea.X, 0);
+ var dip2 = WindowsInteropHelper.TransformPixelsToDIP(this, screen.WorkingArea.Width, 0);
+ var left = (dip2.X - this.ActualWidth) / 2 + dip1.X;
+ return left;
+ }
+
+ public double WindowTop()
+ {
+ var screen = Screen.FromPoint(System.Windows.Forms.Cursor.Position);
+ var dip1 = WindowsInteropHelper.TransformPixelsToDIP(this, 0, screen.WorkingArea.Y);
+ var dip2 = WindowsInteropHelper.TransformPixelsToDIP(this, 0, screen.WorkingArea.Height);
+ var top = (dip2.Y - this.ActualHeight) / 2 + dip1.Y - 20;
+ return top;
+ }
private void OnExternalPluginUninstallClick(object sender, MouseButtonEventArgs e)
{
if (e.ChangedButton == MouseButton.Left)
@@ -360,6 +410,7 @@ namespace Flow.Launcher
API.ChangeQuery($"{actionKeyword} uninstall {id}");
API.ShowMainWindow();
}
+
}
}
}
diff --git a/Flow.Launcher/ViewModel/SettingWindowViewModel.cs b/Flow.Launcher/ViewModel/SettingWindowViewModel.cs
index 49a184e21..24a1fd782 100644
--- a/Flow.Launcher/ViewModel/SettingWindowViewModel.cs
+++ b/Flow.Launcher/ViewModel/SettingWindowViewModel.cs
@@ -54,7 +54,7 @@ namespace Flow.Launcher.ViewModel
{
await _updater.UpdateAppAsync(App.API, false);
}
-
+
public bool AutoUpdates
{
get => Settings.AutoUpdates;
@@ -409,6 +409,30 @@ namespace Flow.Launcher.ViewModel
set => Settings.UseSound = value;
}
+ public double SettingWindowWidth
+ {
+ get => Settings.SettingWindowWidth;
+ set => Settings.SettingWindowWidth = value;
+ }
+
+ public double SettingWindowHeight
+ {
+ get => Settings.SettingWindowHeight;
+ set => Settings.SettingWindowHeight = value;
+ }
+
+ public double SettingWindowTop
+ {
+ get => Settings.SettingWindowTop;
+ set => Settings.SettingWindowTop = value;
+ }
+
+ public double SettingWindowLeft
+ {
+ get => Settings.SettingWindowLeft;
+ set => Settings.SettingWindowLeft = value;
+ }
+
public Brush PreviewBackground
{
get
@@ -579,6 +603,45 @@ namespace Flow.Launcher.ViewModel
public string Github => Constant.GitHub;
public static string Version => Constant.Version;
public string ActivatedTimes => string.Format(_translater.GetTranslation("about_activate_times"), Settings.ActivateTimes);
+
+ public string CheckLogFolder
+ {
+ get
+ {
+ var dirInfo = new DirectoryInfo(Path.Combine(DataLocation.DataDirectory(), Constant.Logs, Constant.Version));
+ long size = dirInfo.EnumerateFiles("*", SearchOption.AllDirectories).Sum(file => file.Length);
+
+ return _translater.GetTranslation("clearlogfolder") + " (" + FormatBytes(size) + ")" ;
+ }
+ }
+
+ internal void ClearLogFolder()
+ {
+ var directory = new DirectoryInfo(
+ Path.Combine(
+ DataLocation.DataDirectory(),
+ Constant.Logs,
+ Constant.Version));
+
+ directory.EnumerateFiles()
+ .ToList()
+ .ForEach(x => x.Delete());
+ }
+ internal string FormatBytes(long bytes)
+ {
+ const int scale = 1024;
+ string[] orders = new string[] { "GB", "MB", "KB", "Bytes" };
+ long max = (long)Math.Pow(scale, orders.Length - 1);
+
+ foreach (string order in orders)
+ {
+ if (bytes > max)
+ return string.Format("{0:##.##} {1}", decimal.Divide(bytes, max), order);
+
+ max /= scale;
+ }
+ return "0 Bytes";
+ }
#endregion
}
}
diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/es.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/es.xaml
index a741b8c9a..fcb2beef5 100644
--- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/es.xaml
+++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/es.xaml
@@ -3,7 +3,7 @@
Marcadores del navegador
- Busque en sus marcadores del navegador
+ Busca en los marcadores del navegadorDatos de marcador
diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/it.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/it.xaml
index f0f2d79bb..789738016 100644
--- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/it.xaml
+++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/it.xaml
@@ -2,21 +2,21 @@
- Browser Bookmarks
- Search your browser bookmarks
+ Segnalibri del Browser
+ Cerca nei segnalibri del tuo browser
- 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
+ Dati del segnalibro
+ Apri preferiti in:
+ Nuova finestra
+ Nuova scheda
+ Imposta il browser dal percorso:
+ Scegli
+ Copia url
+ Copia l'url del segnalibro negli appunti
+ Carica Il Browser Da:
+ Nome del browser
+ Percorso cartella DataAggiungiCancella
diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/it.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/it.xaml
index 15598118c..7809bcfa1 100644
--- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/it.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/it.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 (.)
+ Calcolatrice
+ Consente di eseguire calcoli matematici (provare 5*3-2 in Flow Launcher)
+ Non è un numero (NaN)
+ Espressione sbagliata o incompleta (avete dimenticato delle parentesi?)
+ Copiare questo numero negli appunti
+ Separatore decimale
+ Il separatore decimale da usare nell'output.
+ Usa il locale del sistema
+ Virgola (,)
+ Punto (.)Max. decimal places
diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pt-pt.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pt-pt.xaml
index bd74e0fa7..2f09d7f6d 100644
--- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pt-pt.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pt-pt.xaml
@@ -23,8 +23,8 @@
Personalizar palavras-chaveLigações de acesso rápidoCaminhos excluídos do índice de pesquisa
- Use Index Search For Path Search
- Turning this on will return indexed directories/files faster, but if a directory/file is not indexed it will not show up. If a directory/file has been added to Index Search Excluded Path then it will still show up even if this option is on
+ Utilizar índice de pesquisa para o caminho
+ Se ativar esta opção, os ficheiros e/ou diretórios indexados serão mostrados mais rapidamente mas, se um ficheiro ou diretório não estiver indexado não será mostrado. Se existirem ficheiros e/ou diretórios que tenham sido adicionados à exclusão do índice de pesquisa, serão mostrados.Opções de indexaçãoPesquisar:Pesquisa de caminho:
diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sk.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sk.xaml
index ce4794b8d..5842974e2 100644
--- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sk.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sk.xaml
@@ -23,7 +23,7 @@
Upraviť aktivačný príkazOdkazy Rýchleho prístupuVylúčené umiestnenia indexovania
- Na vyhľadanie cesty použite vyhľadávanie v indexe
+ Na vyhľadanie cesty použiť vyhľadávanie v indexeZapnutím tejto funkcie sa zrýchli odozva indexovaných priečinkov/súborov, ale ak priečinok/súbor nie je indexovaný, nezobrazí sa. Ak bol priečinok/súbor pridaný do Vylúčené umiestnenia indexovania, zobrazí sa, aj keď je táto možnosť zapnutáMožnosti indexovaniaVyhľadávanie:
diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/zh-cn.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/zh-cn.xaml
index 04026420c..dd32d0ec4 100644
--- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/zh-cn.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/zh-cn.xaml
@@ -14,7 +14,7 @@
若要解决这个问题,请启动 Windows 搜索服务。点击此处删除警告警告消息已关闭。 作为搜索文件和文件夹的一个替代办法,你想要安装 Everything 插件吗?{0}{0}选择 '是'安装Everything插件',或者'否' 退出资源管理器选项
- Error occurred during search: {0}
+ 搜索时发生错误:{0}删除
@@ -23,8 +23,8 @@
自定义动作关键字快速访问链接索引搜索排除的路径
- Use Index Search For Path Search
- Turning this on will return indexed directories/files faster, but if a directory/file is not indexed it will not show up. If a directory/file has been added to Index Search Excluded Path then it will still show up even if this option is on
+ 使用索引进行路径搜索
+ 启用该选项会更快速地找到已索引的文件夹和文件,但未索引的项目不会出现在结果中。在“索引搜索排除的路径”中文件夹和文件仍会出现在结果中。索引选项搜索激活:路径搜索激活:
diff --git a/Plugins/Flow.Launcher.Plugin.PluginIndicator/Languages/it.xaml b/Plugins/Flow.Launcher.Plugin.PluginIndicator/Languages/it.xaml
index 985aa6920..35e176367 100644
--- a/Plugins/Flow.Launcher.Plugin.PluginIndicator/Languages/it.xaml
+++ b/Plugins/Flow.Launcher.Plugin.PluginIndicator/Languages/it.xaml
@@ -1,7 +1,7 @@
- Plugin Indicator
- Provides plugins action words suggestions
+ Indicatore Plugin
+ Fornisce suggerimenti sulle parole d'azione dei plugin
diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/it.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/it.xaml
index 23fb6aa1e..2eaa6331b 100644
--- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/it.xaml
+++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/it.xaml
@@ -2,24 +2,24 @@
- Downloading plugin
- 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}{3}Would you like to install this plugin? After the installation Flow will automatically restart.
- Plugin Install
- Download and install {0}
- Plugin Uninstall
- 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 occured while trying to install {0}
- 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.
- Plugin Update
- This plugin has an update, would you like to see it?
+ Download del plugin
+ Download completato
+ Errore: non è possibile scaricare il plugin
+ {0} da {1} {2}{3}Vuoi disinstallare questo plugin? Dopo la disinstallazione, Flow si riavvierà automaticamente.
+ {0} da {1} {2}{3}Vuoi installare questo plugin? Dopo l'installazione, Flow si riavvierà automaticamente.
+ Installazione del plugin
+ Scarica e installa {0}
+ Disinstallazione del plugin
+ Plugin installato con successo. Riavvio di Flow, attendere...
+ Impossibile trovare il file dei metadati plugin.json dal file zip estratto.
+ Errore: esiste già un plugin che ha la stessa o maggiore versione con {0}.
+ Errore durante l'installazione del plugin
+ Errore durante il tentativo di installare {0}
+ Nessun aggiornamento disponibile
+ Tutti i plugin sono aggiornati
+ {0} da {1} {2}{3}Vuoi aggiornare questo plugin? Dopo l'aggiornamento, Flow si riavvierà automaticamente.
+ Aggiornamento del plugin
+ Questo plugin ha un aggiornamento, vuoi vederlo?This plugin is already installedPlugin Manifest Download FailedPlease check if you can connect to github.com. This error means you may not be able to install or update plugins.
diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/ko.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/ko.xaml
index 6c48bd8d9..bab436966 100644
--- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/ko.xaml
+++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/ko.xaml
@@ -30,7 +30,7 @@
플러그인 관리자
- Management of installing, uninstalling or updating Flow Launcher plugins
+ 플러그인의 설치/삭제/업데이트를 관리하는 플러그인알수없는 제작자
diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/sk.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/sk.xaml
index 72b2f0838..b0abdd468 100644
--- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/sk.xaml
+++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/sk.xaml
@@ -17,7 +17,7 @@
Nastala chyba počas inštalácie pluginu {0}Nie je k dispozícii žiadna aktualizáciaVšetky pluginy sú aktuálne
- {0} od {1} {2}{3}Chcete aktualizovať tento plugin? Po odinštalovaní sa Flow automaticky reštartuje.
+ {0} od {1} {2}{3}Chcete aktualizovať tento plugin? Po aktualizácii sa Flow automaticky reštartuje.Aktualizácia pluginuAktualizácia pre tento plugin je k dispozícii, chcete ju zobraziť?Tento plugin je už nainštalovaný
diff --git a/Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/es.xaml b/Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/es.xaml
index dee16d44b..27fda1db7 100644
--- a/Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/es.xaml
+++ b/Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/es.xaml
@@ -2,7 +2,7 @@
Finalizador de procesos
- Finalizar procesos en ejecución desde Flow Launcher
+ Finaliza procesos en ejecución desde Flow Launcherfinalizar todas las instancias de "{0}"finalizar {0} procesos
diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/ko.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/ko.xaml
index ee59d0221..eb241b300 100644
--- a/Plugins/Flow.Launcher.Plugin.Program/Languages/ko.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/ko.xaml
@@ -43,7 +43,7 @@
이 프로그램 표시 비활성화프로그램
- Flow Launcher에서 프로그램 검색
+ Flow Launcher에서 프로그램을 검색합니다잘못된 경로
diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/zh-cn.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/zh-cn.xaml
index 2d4a98770..4cac2004a 100644
--- a/Plugins/Flow.Launcher.Plugin.Program/Languages/zh-cn.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/zh-cn.xaml
@@ -14,19 +14,19 @@
重新索引索引中索引开始菜单
- 启用时,Flow 将从开始菜单加载程序
+ 启用时搜索开始菜单中的程序索引注册表
- 启用时,Flow 将从注册表中加载程序
+ 启用时搜索注册表中的程序隐藏应用路径
- 对于诸如UWP 或 lnk 等可执行文件,搜索时隐藏文件路径
+ 隐藏诸如UWP,lnk 等可执行文件的路径启用程序描述
- 禁用它也会同时阻止 Flow 通过程序描述搜索
+ 禁用时会阻止 Flow 通过程序描述搜索后缀最大深度目录浏览
- 文件后缀:
+ 文件后缀:最大搜索深度(-1 为无限制):请先选择一项
@@ -49,12 +49,12 @@
自定义资源管理器参数
- 您可以通过输入要使用的资源管理器的环境变量来自定义用于打开容器文件夹的资源管理器。 使用CMD来测试环境变量是否可用。
+ 您可以通过输入要使用的资源管理器的环境变量来自定义用于打开文件夹的资源管理器。 使用CMD来测试环境变量是否可用。输入要为自定义资源管理器添加的自定义参数。 %s代表父目录,%f代表完整路径(仅适用于win32)。 检查资源管理器的网站以获取详细信息。成功
- 成功禁用了该程序以使其无法显示在查询中
+ 成功禁止该程序在搜索结果中显示此应用程序不能作为管理员运行
diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Images/indexoption.png b/Plugins/Flow.Launcher.Plugin.Sys/Images/indexoption.png
new file mode 100644
index 000000000..5c2e99a67
Binary files /dev/null and b/Plugins/Flow.Launcher.Plugin.Sys/Images/indexoption.png differ
diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Images/openrecyclebin.png b/Plugins/Flow.Launcher.Plugin.Sys/Images/openrecyclebin.png
new file mode 100644
index 000000000..769514ad2
Binary files /dev/null and b/Plugins/Flow.Launcher.Plugin.Sys/Images/openrecyclebin.png differ
diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Images/recyclebin.png b/Plugins/Flow.Launcher.Plugin.Sys/Images/recyclebin.png
index 878a02189..745b34935 100644
Binary files a/Plugins/Flow.Launcher.Plugin.Sys/Images/recyclebin.png and b/Plugins/Flow.Launcher.Plugin.Sys/Images/recyclebin.png differ
diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/da.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/da.xaml
index 1258dfec7..a09414367 100644
--- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/da.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/da.xaml
@@ -1,7 +1,7 @@
-
+
CommandDescription
@@ -12,9 +12,11 @@
Lock this computerClose Flow LauncherRestart Flow Launcher
- Tweak this app
+ Tweak Flow Launcher's settingsPut computer to sleepEmpty recycle bin
+ Open recycle bin
+ Indexing OptionsHibernate computerSave all Flow Launcher settingsRefreshes plugin data with new content
@@ -23,7 +25,7 @@
Visit Flow Launcher's documentation for more help and how to use tipsOpen the location where Flow Launcher's settings are stored
-
+
FortsætAll Flow Launcher settings savedReloaded all applicable plugin data
diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/de.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/de.xaml
index ee637009b..1e549b4b2 100644
--- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/de.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/de.xaml
@@ -1,7 +1,7 @@
-
+
BefehlBeschreibung
@@ -12,9 +12,11 @@
Computer sperrenFlow Launcher schließenFlow Launcher neu starten
- Anwendung beschleunigen
+ Tweak Flow Launcher's settingsComputer in Schlafmodus versetzenPapierkorb leeren
+ Open recycle bin
+ Indexing OptionsHibernate computerSave all Flow Launcher settingsRefreshes plugin data with new content
@@ -23,7 +25,7 @@
Visit Flow Launcher's documentation for more help and how to use tipsOpen the location where Flow Launcher's settings are stored
-
+
ErfolgreichAll Flow Launcher settings savedReloaded all applicable plugin data
diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/en.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/en.xaml
index 780084203..59fa8161a 100644
--- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/en.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/en.xaml
@@ -17,6 +17,8 @@
Tweak Flow Launcher's settingsPut computer to sleepEmpty recycle bin
+ Open recycle bin
+ Indexing OptionsHibernate computerSave all Flow Launcher settingsRefreshes plugin data with new content
diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/es-419.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/es-419.xaml
index b110046d1..36fac7cd7 100644
--- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/es-419.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/es-419.xaml
@@ -1,7 +1,7 @@
-
+
CommandDescription
@@ -12,9 +12,11 @@
Lock this computerClose Flow LauncherRestart Flow Launcher
- Tweak this app
+ Tweak Flow Launcher's settingsPut computer to sleepEmpty recycle bin
+ Open recycle bin
+ Indexing OptionsHibernate computerSave all Flow Launcher settingsRefreshes plugin data with new content
@@ -23,7 +25,7 @@
Visit Flow Launcher's documentation for more help and how to use tipsOpen the location where Flow Launcher's settings are stored
-
+
SuccessAll Flow Launcher settings savedReloaded all applicable plugin data
diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/es.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/es.xaml
index 458f8c71b..0bf2cb695 100644
--- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/es.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/es.xaml
@@ -1,29 +1,31 @@
-
+
ComandoDescripción
- Apagar el equipo
- Reiniciar el equipo
- Reiniciar el equipo con opciones avanzadas de arranque para el modo seguro y de depuración, entre otras opciones
- Cerrar sesión
- Bloquear el equipo
- Cerrar Flow Launcher
- Reiniciar Flow Launcher
- Ajustar esta aplicación
- Suspender el equipo
- Vaciar papelera de reciclaje
- Hibernar el equipo
- Guardar configuración de Flow Launcher
+ Apaga el equipo
+ Reinicia el equipo
+ Reinicia el equipo con opciones avanzadas de arranque para el modo seguro y de depuración, entre otras opciones
+ Cierra la sesión
+ Bloquea el equipo
+ Cierra Flow Launcher
+ Reinicia Flow Launcher
+ Ajustar la configuración de Flow Launcher
+ Duerme el equipo
+ Vacia la papelera de reciclaje
+ Abrir papelera de reciclaje
+ Opciones de indexación
+ Hiberna el equipo
+ Guarda la configuración de Flow LauncherRefresca los datos del complemento con nuevo contenido
- Abrir ubicación de los archivos de registro de Flow Launcher
- Buscar actualizaciones de Flow Launcher
+ Abre la ubicación de los archivos de registro de Flow Launcher
+ Busca actualizaciones de Flow LauncherVisite la documentación de Flow Launcher para más ayuda y consejos de uso
- Abrir la ubicación donde se almacena la configuración de Flow Launcher
+ Abre la ubicación donde se almacena la configuración de Flow Launcher
-
+
CorrectoToda la configuración de Flow Launcher ha sido guardadaSe recargaron todos los datos del complemento
diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/fr.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/fr.xaml
index 0317a04a0..19b02b55f 100644
--- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/fr.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/fr.xaml
@@ -1,7 +1,7 @@
-
+
CommandDescription
@@ -12,9 +12,11 @@
Lock this computerClose Flow LauncherRestart Flow Launcher
- Tweak this app
+ Tweak Flow Launcher's settingsPut computer to sleepEmpty recycle bin
+ Open recycle bin
+ Indexing OptionsHibernate computerSave all Flow Launcher settingsRefreshes plugin data with new content
@@ -23,7 +25,7 @@
Visit Flow Launcher's documentation for more help and how to use tipsOpen the location where Flow Launcher's settings are stored
-
+
AjoutAll Flow Launcher settings savedReloaded all applicable plugin data
diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/it.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/it.xaml
index 9a5201767..a16c205bf 100644
--- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/it.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/it.xaml
@@ -1,7 +1,7 @@
-
+
CommandDescription
@@ -12,9 +12,11 @@
Lock this computerClose Flow LauncherRestart Flow Launcher
- Tweak this app
+ Tweak Flow Launcher's settingsPut computer to sleepEmpty recycle bin
+ Open recycle bin
+ Indexing OptionsHibernate computerSave all Flow Launcher settingsRefreshes plugin data with new content
@@ -23,7 +25,7 @@
Visit Flow Launcher's documentation for more help and how to use tipsOpen the location where Flow Launcher's settings are stored
-
+
SuccessoAll Flow Launcher settings savedReloaded all applicable plugin data
diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/ja.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/ja.xaml
index cd05fa34b..3b52196a1 100644
--- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/ja.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/ja.xaml
@@ -1,7 +1,7 @@
-
+
コマンド説明
@@ -15,6 +15,8 @@
このアプリの設定スリープゴミ箱を空にする
+ Open recycle bin
+ Indexing OptionsHibernate computerSave all Flow Launcher settingsRefreshes plugin data with new content
@@ -23,7 +25,7 @@
Visit Flow Launcher's documentation for more help and how to use tipsOpen the location where Flow Launcher's settings are stored
-
+
成功しましAll Flow Launcher settings savedReloaded all applicable plugin data
diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/ko.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/ko.xaml
index 3442b180a..cdb6a32f0 100644
--- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/ko.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/ko.xaml
@@ -1,7 +1,10 @@
-
-
+
+
-
+
명령어설명
@@ -15,6 +18,8 @@
이 프로그램을 조정합니다PC를 절전모드로 전환휴지통 비우기
+ 휴지통 열기
+ 색인 옵션최대 절전 모드Flow Launcher 설정 저장플러그인 데이터를 새 콘텐츠와 함께 다시 로드
@@ -23,7 +28,7 @@
Flow Launcher의 도움말 및 사용안내Flow Launcher의 설정이 저장된 위치 열기
-
+
성공모든 Flow Launcher 설정을 저장했습니다적용 가능한 모든 플러그인 데이터를 다시 로드했습니다
diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/nb.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/nb.xaml
index b110046d1..36fac7cd7 100644
--- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/nb.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/nb.xaml
@@ -1,7 +1,7 @@
-
+
CommandDescription
@@ -12,9 +12,11 @@
Lock this computerClose Flow LauncherRestart Flow Launcher
- Tweak this app
+ Tweak Flow Launcher's settingsPut computer to sleepEmpty recycle bin
+ Open recycle bin
+ Indexing OptionsHibernate computerSave all Flow Launcher settingsRefreshes plugin data with new content
@@ -23,7 +25,7 @@
Visit Flow Launcher's documentation for more help and how to use tipsOpen the location where Flow Launcher's settings are stored
-
+
SuccessAll Flow Launcher settings savedReloaded all applicable plugin data
diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/nl.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/nl.xaml
index 8b5b091d0..943e5e9a7 100644
--- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/nl.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/nl.xaml
@@ -1,7 +1,7 @@
-
+
CommandDescription
@@ -12,9 +12,11 @@
Lock this computerClose Flow LauncherRestart Flow Launcher
- Tweak this app
+ Tweak Flow Launcher's settingsPut computer to sleepEmpty recycle bin
+ Open recycle bin
+ Indexing OptionsHibernate computerSave all Flow Launcher settingsRefreshes plugin data with new content
@@ -23,7 +25,7 @@
Visit Flow Launcher's documentation for more help and how to use tipsOpen the location where Flow Launcher's settings are stored
-
+
SuccesvolAll Flow Launcher settings savedReloaded all applicable plugin data
diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/pl.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/pl.xaml
index f9bece07e..bf6f4391c 100644
--- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/pl.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/pl.xaml
@@ -1,7 +1,7 @@
-
+
KomendaOpis
@@ -15,6 +15,8 @@
Dostosuj ustawieniaPrzełącz komputer w tryb uśpieniaOpróżnij kosz
+ Open recycle bin
+ Indexing OptionsHibernate computerSave all Flow Launcher settingsRefreshes plugin data with new content
@@ -23,7 +25,7 @@
Visit Flow Launcher's documentation for more help and how to use tipsOpen the location where Flow Launcher's settings are stored
-
+
SukcesAll Flow Launcher settings savedReloaded all applicable plugin data
diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/pt-br.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/pt-br.xaml
index 7207e860f..01f990c4e 100644
--- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/pt-br.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/pt-br.xaml
@@ -1,7 +1,7 @@
-
+
CommandDescription
@@ -12,9 +12,11 @@
Lock this computerClose Flow LauncherRestart Flow Launcher
- Tweak this app
+ Tweak Flow Launcher's settingsPut computer to sleepEmpty recycle bin
+ Open recycle bin
+ Indexing OptionsHibernate computerSave all Flow Launcher settingsRefreshes plugin data with new content
@@ -23,7 +25,7 @@
Visit Flow Launcher's documentation for more help and how to use tipsOpen the location where Flow Launcher's settings are stored
-
+
SucessoAll Flow Launcher settings savedReloaded all applicable plugin data
diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/pt-pt.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/pt-pt.xaml
index 9d27b6fec..3d1298736 100644
--- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/pt-pt.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/pt-pt.xaml
@@ -1,7 +1,7 @@
-
+
ComandoDescrição
@@ -12,9 +12,11 @@
Bloquear computadorFechar Flow LauncherReiniciar Flow Launcher
- Ajustar esta aplicação
+ Ajustar definições de Flow LauncherSuspender computadorEsvaziar reciclagem
+ Open recycle bin
+ Opções de indexaçãoHibernar computadorGuardar definições do Flow LauncherRecarrega os dados do plugin com o novo conteúdo
@@ -23,7 +25,7 @@
Aceda à documentação para mais informações e dicas de utilizaçãoAbrir localização onde as definições do Flow Launcher estão guardadas
-
+
SucessoDefinições guardadas com sucessoRecarregar todos os dados aplicáveis ao plugin
diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/ru.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/ru.xaml
index b193b5940..36d4108d7 100644
--- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/ru.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/ru.xaml
@@ -1,7 +1,7 @@
-
+
CommandDescription
@@ -12,9 +12,11 @@
Lock this computerClose Flow LauncherRestart Flow Launcher
- Tweak this app
+ Tweak Flow Launcher's settingsPut computer to sleepEmpty recycle bin
+ Open recycle bin
+ Indexing OptionsHibernate computerSave all Flow Launcher settingsRefreshes plugin data with new content
@@ -23,7 +25,7 @@
Visit Flow Launcher's documentation for more help and how to use tipsOpen the location where Flow Launcher's settings are stored
-
+
УспешноAll Flow Launcher settings savedReloaded all applicable plugin data
diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/sk.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/sk.xaml
index 8fb0b1f6a..4b729713e 100644
--- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/sk.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/sk.xaml
@@ -1,7 +1,7 @@
-
+
PríkazPopis
@@ -12,9 +12,11 @@
Zamknúť počítačZavrieť Flow LauncherReštartovať Flow Launcher
- Nastaviť Flow Launcher
+ Úprava nastavení Flow LauncheraUspať počítačVysypať kôš
+ Otvoriť kôš
+ Možnosti indexovaniaHibernovať počítačUložiť všetky nastavenia Flow LauncheraAktualizovať všetky nové dáta pluginov
@@ -23,7 +25,7 @@
V dokumentácii k aplikácii Flow Launcher nájdete ďalšiu pomoc a tipy na používanieOtvoriť umiestnenie, kde sú uložené nastavenia Flow Launchera
-
+
ÚspešnéVšetky nastavenia Flow Launchera uloženéVšetky dáta pluginov aktualizované
diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/sr.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/sr.xaml
index 00636d0f9..00ba6b79d 100644
--- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/sr.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/sr.xaml
@@ -1,7 +1,7 @@
-
+
CommandDescription
@@ -12,9 +12,11 @@
Lock this computerClose Flow LauncherRestart Flow Launcher
- Tweak this app
+ Tweak Flow Launcher's settingsPut computer to sleepEmpty recycle bin
+ Open recycle bin
+ Indexing OptionsHibernate computerSave all Flow Launcher settingsRefreshes plugin data with new content
@@ -23,7 +25,7 @@
Visit Flow Launcher's documentation for more help and how to use tipsOpen the location where Flow Launcher's settings are stored
-
+
UspešnoAll Flow Launcher settings savedReloaded all applicable plugin data
diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/tr.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/tr.xaml
index 479735d06..306e19675 100644
--- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/tr.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/tr.xaml
@@ -1,7 +1,7 @@
-
+
KomutAçıklama
@@ -15,6 +15,8 @@
Flow Launcher Ayarlarını AçBilgisayarı Uyku Moduna AlGeri Dönüşüm Kutusunu Boşalt
+ Open recycle bin
+ Indexing OptionsBilgisayarı Askıya AlTüm Flow Launcher Ayarlarını KaydetEklentilerin verilerini Flow Launcher'un açılışından sonra yapılan değişiklikleri için günceller. Eklentilerin bu özelliği zaten eklemiş olması gerekir.
@@ -23,7 +25,7 @@
Visit Flow Launcher's documentation for more help and how to use tipsOpen the location where Flow Launcher's settings are stored
-
+
BaşarılıTüm Flow Launcher ayarları kaydedildi.Reloaded all applicable plugin data
diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/uk-UA.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/uk-UA.xaml
index a6b96a7ef..c9aebe7c0 100644
--- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/uk-UA.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/uk-UA.xaml
@@ -1,7 +1,7 @@
-
+
CommandDescription
@@ -12,9 +12,11 @@
Lock this computerClose Flow LauncherRestart Flow Launcher
- Tweak this app
+ Tweak Flow Launcher's settingsPut computer to sleepEmpty recycle bin
+ Open recycle bin
+ Indexing OptionsHibernate computerSave all Flow Launcher settingsRefreshes plugin data with new content
@@ -23,7 +25,7 @@
Visit Flow Launcher's documentation for more help and how to use tipsOpen the location where Flow Launcher's settings are stored
-
+
УспішноAll Flow Launcher settings savedReloaded all applicable plugin data
diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/zh-cn.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/zh-cn.xaml
index 4c3119215..f120d0034 100644
--- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/zh-cn.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/zh-cn.xaml
@@ -1,7 +1,7 @@
-
+
命令描述
@@ -12,9 +12,11 @@
锁定这台电脑退出 Flow Launcher重启 Flow Launcher
- 设置
+ Flow Launcher 设置休眠这台电脑清空回收站
+ 打开回收站
+ 索引选项休眠计算机保存所有 Flow Launcher 设置用新内容刷新插件数据
@@ -23,7 +25,7 @@
访问 Flow Launcher 的文档以获取更多帮助以及使用技巧打开存储 Flow Launcher 设置的位置
-
+
成功所有 Flow Launcher 设置已保存重新加载了所有插件数据
diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/zh-tw.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/zh-tw.xaml
index 8ee59d464..ba4c40690 100644
--- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/zh-tw.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/zh-tw.xaml
@@ -1,7 +1,7 @@
-
+
命令描述
@@ -15,6 +15,8 @@
設定睡眠清空資源回收桶
+ Open recycle bin
+ 索引選項Hibernate computerSave all Flow Launcher settingsRefreshes plugin data with new content
@@ -23,7 +25,7 @@
Visit Flow Launcher's documentation for more help and how to use tipsOpen the location where Flow Launcher's settings are stored
-
+
成All Flow Launcher settings savedReloaded all applicable plugin data
diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Main.cs b/Plugins/Flow.Launcher.Plugin.Sys/Main.cs
index 808f8ef19..1b8ff3cc0 100644
--- a/Plugins/Flow.Launcher.Plugin.Sys/Main.cs
+++ b/Plugins/Flow.Launcher.Plugin.Sys/Main.cs
@@ -191,6 +191,21 @@ namespace Flow.Launcher.Plugin.Sys
return true;
}
},
+ new Result
+ {
+ Title = "Index Option",
+ SubTitle = context.API.GetTranslation("flowlauncher_plugin_sys_indexoption"),
+ IcoPath = "Images\\indexoption.png",
+ Glyph = new GlyphInfo (FontFamily:"/Resources/#Segoe Fluent Icons", Glyph:"\xe773"),
+ Action = c =>
+ {
+ {
+ System.Diagnostics.Process.Start("control.exe", "srchadmin.dll");
+ }
+
+ return true;
+ }
+ },
new Result
{
Title = "Empty Recycle Bin",
@@ -215,6 +230,21 @@ namespace Flow.Launcher.Plugin.Sys
}
},
new Result
+ {
+ Title = "Open Recycle Bin",
+ SubTitle = context.API.GetTranslation("flowlauncher_plugin_sys_openrecyclebin"),
+ IcoPath = "Images\\openrecyclebin.png",
+ Glyph = new GlyphInfo (FontFamily:"/Resources/#Segoe Fluent Icons", Glyph:"\xe74d"),
+ Action = c =>
+ {
+ {
+ System.Diagnostics.Process.Start("explorer", "shell:RecycleBinFolder");
+ }
+
+ return true;
+ }
+ },
+ new Result
{
Title = "Exit",
SubTitle = context.API.GetTranslation("flowlauncher_plugin_sys_exit"),
diff --git a/Plugins/Flow.Launcher.Plugin.Url/Languages/it.xaml b/Plugins/Flow.Launcher.Plugin.Url/Languages/it.xaml
index 9997fa841..1b0ea4b62 100644
--- a/Plugins/Flow.Launcher.Plugin.Url/Languages/it.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Url/Languages/it.xaml
@@ -12,6 +12,6 @@
Open the typed URL from Flow LauncherPlease set your browser path:
- Choose
+ ScegliApplication(*.exe)|*.exe|All files|*.*
diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/da.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/da.xaml
index ca14aa299..e36b0a7de 100644
--- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/da.xaml
+++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/da.xaml
@@ -14,16 +14,21 @@
Action KeywordURLSearch
- Use Search Query Autocomplete:
- Autocomplete Data from:
+ Use Search Query Autocomplete:
+ Autocomplete Data from:Please select a web searchAre you sure you want to delete {0}?
- If you have a web search service you want to use, you can add it to Flow. For example, you can follow the url format in the address bar if you want to search 'casino' on Netflix: "https://www.netflix.com/search?q=Casino". To do this, change the search term 'Casino' as follows.
- https://www.netflix.com/search?q={q}
- Add it to the URL section below. You can now search Netflix with Flow using any search terms.
-
+ 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
+
+ Now copy this entrire 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}
+
-
+
+
+
TitleEnableSelect Icon
diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/de.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/de.xaml
index d06c30e64..887e2e9b5 100644
--- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/de.xaml
+++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/de.xaml
@@ -14,16 +14,21 @@
AktionsschlüsselwortURLSuche
- Aktiviere Suchvorschläge
- Autocomplete Data from:
+ Aktiviere Suchvorschläge
+ Autocomplete Data from:Bitte wähle einen SuchdienstBist du sicher {0} zu löschen?
- If you have a web search service you want to use, you can add it to Flow. For example, you can follow the url format in the address bar if you want to search 'casino' on Netflix: "https://www.netflix.com/search?q=Casino". To do this, change the search term 'Casino' as follows.
- https://www.netflix.com/search?q={q}
- Add it to the URL section below. You can now search Netflix with Flow using any search terms.
-
+ 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
+
+ Now copy this entrire 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}
+
-
+
+
+
TitelAktivierenWähle Symbol
diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/es-419.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/es-419.xaml
index 2f240a10a..e058e6e41 100644
--- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/es-419.xaml
+++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/es-419.xaml
@@ -14,16 +14,21 @@
Palabra claveURLBuscar
- Autocompletar la búsqueda:
- Autocompletar datos de:
+ Autocompletar la búsqueda:
+ Autocompletar datos de:Por favor, seleccione una búsqueda¿Seguro que desea eliminar {0}?
- Si quiere utilizar un motor de búsqueda, puede añadirlo a Flow. Por ejemplo, puede seguir el formato de la url en la barra de direcciones si desea buscar 'casino' en Netflix: "https://www. etflix.com/search?q=Casino. Para ello, cambie el término de búsqueda 'Casino' de la siguiente manera.
- https://www.netflix.com/search?q={q}
- Agréguela al campo de URL. Ahora puede buscar en Netflix con Flow usando cualquier término de búsqueda.
-
+ 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
+
+ Now copy this entrire 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}
+
-
+
+
+
TítuloHabilitarSeleccionar icono
diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/es.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/es.xaml
index 7513dfcba..d9b0c0e32 100644
--- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/es.xaml
+++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/es.xaml
@@ -14,16 +14,21 @@
Palabra clave de acciónURLBuscar
- Usar autocompletado en consultas de búsqueda:
- Autocompletar datos desde:
+ Usar autocompletado en consultas de búsqueda:
+ Autocompletar datos desde:Por favor, seleccione una búsqueda web¿Está seguro que desea eliminar {0}?
- Si dispone de un servicio de búsqueda web que desea utilizar, puede añadirlo a Flow. Por ejemplo, si desea buscar 'casino' en Netflix puede utilizar el siguiente formato url en la barra de direcciones: "https://www.netflix.com/search?q=Casino. Para ello, cambie el término de búsqueda 'Casino' de la siguiente manera.
- https://www.netflix.com/search?q={q}
- Añadirla a la sección URL, abajo indicada. Ahora puede buscar en Netflix utilizando cualquier término de búsqueda.
-
+ Si desea añadir una búsqueda de un sitio web concreto a Flow, introduzca primero una cadena de texto ficticia en la barra de búsqueda de ese sitio web, y ejecute la búsqueda. Ahora copie el contenido de la barra de direcciones del navegador y péguelo en el campo de la URL abajo indicado. Sustituya su cadena de prueba por {q}. Por ejemplo, si busca Casino en Netflix, su barra de direcciones debe decir
+ https://www.netflix.com/search?q=Casino
+
+ Ahora copie la cadena de entrada y péguela en el campo de la URL de la parte inferior.
+ A continuación, sustituya casino por {q}.
+ De esta manera, la fórmula genérica para una búsqueda en Netflix será https://www.netflix.com/search?q={q}
+
-
+
+
+
TítuloActivarSeleccionar icono
diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/fr.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/fr.xaml
index 553db7167..da433832e 100644
--- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/fr.xaml
+++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/fr.xaml
@@ -14,16 +14,21 @@
Action KeywordURLSearch
- Use Search Query Autocomplete:
- Autocomplete Data from:
+ Use Search Query Autocomplete:
+ Autocomplete Data from:Please select a web searchAre you sure you want to delete {0}?
- If you have a web search service you want to use, you can add it to Flow. For example, you can follow the url format in the address bar if you want to search 'casino' on Netflix: "https://www.netflix.com/search?q=Casino". To do this, change the search term 'Casino' as follows.
- https://www.netflix.com/search?q={q}
- Add it to the URL section below. You can now search Netflix with Flow using any search terms.
-
+ 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
+
+ Now copy this entrire 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}
+
-
+
+
+
TitleEnableSelect Icon
diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/it.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/it.xaml
index 434036999..b7bd18deb 100644
--- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/it.xaml
+++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/it.xaml
@@ -5,8 +5,8 @@
Open search in:New WindowNew Tab
- Set browser from path:
- Choose
+ Imposta il browser dal percorso:
+ ScegliCancellaModificaAggiungi
@@ -14,16 +14,21 @@
Action KeywordURLSearch
- Use Search Query Autocomplete:
- Autocomplete Data from:
+ Use Search Query Autocomplete:
+ Autocomplete Data from:Please select a web searchAre you sure you want to delete {0}?
- If you have a web search service you want to use, you can add it to Flow. For example, you can follow the url format in the address bar if you want to search 'casino' on Netflix: "https://www.netflix.com/search?q=Casino". To do this, change the search term 'Casino' as follows.
- https://www.netflix.com/search?q={q}
- Add it to the URL section below. You can now search Netflix with Flow using any search terms.
-
+ 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
+
+ Now copy this entrire 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}
+
-
+
+
+
TitleEnableSelect Icon
diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ja.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ja.xaml
index 3bf51d734..0658f9f1f 100644
--- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ja.xaml
+++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ja.xaml
@@ -14,16 +14,21 @@
キーワードURL検索
- 検索サジェスチョンを有効にする
- Autocomplete Data from:
+ 検索サジェスチョンを有効にする
+ Autocomplete Data from:web検索を選択してくださいAre you sure you want to delete {0}?
- If you have a web search service you want to use, you can add it to Flow. For example, you can follow the url format in the address bar if you want to search 'casino' on Netflix: "https://www.netflix.com/search?q=Casino". To do this, change the search term 'Casino' as follows.
- https://www.netflix.com/search?q={q}
- Add it to the URL section below. You can now search Netflix with Flow using any search terms.
-
+ 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
+
+ Now copy this entrire 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}
+
-
+
+
+
タイトル有効アイコンを選択
diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ko.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ko.xaml
index c0d8d6a6a..706e94365 100644
--- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ko.xaml
+++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ko.xaml
@@ -14,16 +14,21 @@
액션 키워드URL검색
- 검색 쿼리 자동완성 사용:
- 자동완성 데이터 출처:
+ 검색 쿼리 자동완성 사용:
+ 자동완성 데이터 출처:웹 검색을 선택하세요Are you sure you want to delete {0}?
- 사용하고자 하는 서비스에 웹검색이 있다면 Flow에 추가할 수 있습니다. 예를들어 넷플릭스에서 "Casino"를 검색하면 주소표시줄에서 "https://www.netflix.com/search?q=Casino"형태가 되는 것을 확인할 수 있습니다. 이 경우, "Casino" 부분을 다음과 같이 변경합니다.
- https://www.netflix.com/search?q={q}
- 변경한 주소를 아래 URL 항목에 추가합니다. 이제 원하는 검색어를 사용하여 Flow에서 넷플릭스를 검색할 수 있습니다.
-
+ 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
+
+ Now copy this entrire 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}
+
-
+
+
+
이름활성화아이콘 선택
diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/nb.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/nb.xaml
index 2faf8723f..01dfaf784 100644
--- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/nb.xaml
+++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/nb.xaml
@@ -14,16 +14,21 @@
Action KeywordURLSearch
- Use Search Query Autocomplete:
- Autocomplete Data from:
+ Use Search Query Autocomplete:
+ Autocomplete Data from:Please select a web searchAre you sure you want to delete {0}?
- If you have a web search service you want to use, you can add it to Flow. For example, you can follow the url format in the address bar if you want to search 'casino' on Netflix: "https://www.netflix.com/search?q=Casino". To do this, change the search term 'Casino' as follows.
- https://www.netflix.com/search?q={q}
- Add it to the URL section below. You can now search Netflix with Flow using any search terms.
-
+ 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
+
+ Now copy this entrire 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}
+
-
+
+
+
TitleEnableSelect Icon
diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/nl.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/nl.xaml
index 0d8977317..b5d303fab 100644
--- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/nl.xaml
+++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/nl.xaml
@@ -14,16 +14,21 @@
Action KeywordURLSearch
- Use Search Query Autocomplete:
- Autocomplete Data from:
+ Use Search Query Autocomplete:
+ Autocomplete Data from:Please select a web searchAre you sure you want to delete {0}?
- If you have a web search service you want to use, you can add it to Flow. For example, you can follow the url format in the address bar if you want to search 'casino' on Netflix: "https://www.netflix.com/search?q=Casino". To do this, change the search term 'Casino' as follows.
- https://www.netflix.com/search?q={q}
- Add it to the URL section below. You can now search Netflix with Flow using any search terms.
-
+ 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
+
+ Now copy this entrire 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}
+
-
+
+
+
TitleEnableSelect Icon
diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pl.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pl.xaml
index 214228dee..ae2b7e57f 100644
--- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pl.xaml
+++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pl.xaml
@@ -14,16 +14,21 @@
WyzwalaczAdres URLSzukaj
- Pokazuj podpowiedzi wyszukiwania
- Autocomplete Data from:
+ Pokazuj podpowiedzi wyszukiwania
+ Autocomplete Data from:Musisz wybrać coś z listyCzy jesteś pewien że chcesz usunąć {0}?
- If you have a web search service you want to use, you can add it to Flow. For example, you can follow the url format in the address bar if you want to search 'casino' on Netflix: "https://www.netflix.com/search?q=Casino". To do this, change the search term 'Casino' as follows.
- https://www.netflix.com/search?q={q}
- Add it to the URL section below. You can now search Netflix with Flow using any search terms.
-
+ 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
+
+ Now copy this entrire 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}
+
-
+
+
+
TytułAktywneWybierz ikonę
diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pt-br.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pt-br.xaml
index d1fd802ce..4fb45e7df 100644
--- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pt-br.xaml
+++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pt-br.xaml
@@ -14,16 +14,21 @@
Action KeywordURLSearch
- Use Search Query Autocomplete:
- Autocomplete Data from:
+ Use Search Query Autocomplete:
+ Autocomplete Data from:Please select a web searchAre you sure you want to delete {0}?
- If you have a web search service you want to use, you can add it to Flow. For example, you can follow the url format in the address bar if you want to search 'casino' on Netflix: "https://www.netflix.com/search?q=Casino". To do this, change the search term 'Casino' as follows.
- https://www.netflix.com/search?q={q}
- Add it to the URL section below. You can now search Netflix with Flow using any search terms.
-
+ 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
+
+ Now copy this entrire 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}
+
-
+
+
+
TitleEnableSelect Icon
diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pt-pt.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pt-pt.xaml
index 63f2683e9..9278b3e0d 100644
--- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pt-pt.xaml
+++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pt-pt.xaml
@@ -14,16 +14,21 @@
Palavra-chave de açãoURLPesquisar
- Utilizar conclusão automática da consulta:
- Preencher dados a partir de:
+ Utilizar conclusão automática da consulta:
+ Preencher dados a partir de:Selecione uma pesquisa webTem a certeza de que deseja eliminar {0}?
- Se quiser, também pode adicionar um serviço web personalizado ao Flow Launcher. Por exemplo, pode utilizar o seguinte formato URL para pesquisar por 'casino' no Netflix: "https://www.netflix.com/search?q=Casino". Para o fazer, altere o termo de pesquisa 'Casino' como indicado a seguir.
- https://www.netflix.com/search?q={q}
- Adicione o URL à secção abaixo. Agora, já pode utilizar o Flow Launcher para pesquisar no Netflix.
-
+ Se quiser adicionar uma pesquisa por um determinado site ao Flow, digite uma sequência de texto fictícia na barra de pesquisa daquele site e inicie a pesquisa. Agora copie o conteúdo da barra de endereço do navegador e cole-o no campo URL abaixo. Substitua o texto fictício por {q}. Por exemplo, se quiser procurar casino na Netflix, a cadeia será:
+ https://www.netflix.com/search?q=Casino
+
+ Agora, copie esta cadeia e cole-a no campo URL abaixo.
+ De seguida, substitua casino por {q}.
+ Assim, a fórmula genérica de uma pesquisa na Netflix é https://www.netflix.com/search?q={q}
+
-
+
+
+
TítuloAtivarSelecionar ícone
diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ru.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ru.xaml
index 645446738..f185a6dc2 100644
--- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ru.xaml
+++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ru.xaml
@@ -14,16 +14,21 @@
Action KeywordURLSearch
- Use Search Query Autocomplete:
- Autocomplete Data from:
+ Use Search Query Autocomplete:
+ Autocomplete Data from:Please select a web searchAre you sure you want to delete {0}?
- If you have a web search service you want to use, you can add it to Flow. For example, you can follow the url format in the address bar if you want to search 'casino' on Netflix: "https://www.netflix.com/search?q=Casino". To do this, change the search term 'Casino' as follows.
- https://www.netflix.com/search?q={q}
- Add it to the URL section below. You can now search Netflix with Flow using any search terms.
-
+ 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
+
+ Now copy this entrire 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}
+
-
+
+
+
TitleEnableSelect Icon
diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/sk.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/sk.xaml
index 08c8cb464..008b893bb 100644
--- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/sk.xaml
+++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/sk.xaml
@@ -14,16 +14,21 @@
Aktivačný príkazAdresa URLHľadať
- Použiť automatické dokončovanie výrazov vyhľadávania:
- Automatické dokončovanie údajov z:
+ Použiť automatické dokončovanie výrazov vyhľadávania:
+ Automatické dokončovanie údajov z:Vyberte webové vyhľadávanieNaozaj chcete odstrániť {0}?
- Ak máte službu vyhľadávania na webe, ktorú chcete použiť, môžete ju pridať do programu Flow. Ak napríklad chcete na Netflixe hľadať „cestovatelia“, môžete postupovať podľa formátu adresy URL v paneli s adresou: „https://www.netflix.com/search?q=cestovatelia“. Ak to chcete urobiť, zmeňte hľadaný výraz „cestovatelia“ takto.
- https://www.netflix.com/search?q={q}
- Pridajte ju do sekcie URL nižšie. Teraz môžete s Flowom vyhľadávať na Netflixe pomocou ľubovoľných vyhľadávacích výrazov.
-
+ Ak chcete do Flowu pridať vyhľadávanie na konkrétnej webovej stránke, najprv zadajte testovací textový reťazec do vyhľadávacieho poľa danej webovej stránky a spustite vyhľadávanie. Teraz skopírujte obsah adresného riadka prehliadača a vložte ho do poľa URL nižšie. Nahraďte svoj testovací reťazec týmto {q}. Ak napríklad hľadáte na Netflixe kasíno, adresa bude vyzerať takto
+ https://www.netflix.com/search?q=Kasíno
+
+ Teraz skopírujte celý tento reťazec a vložte ho do poľa URL nižšie.
+ Potom nahraďte kasíno reťazcom {q}.
+ Všeobecný vzorec pre vyhľadávanie na Netflix je teda https://www.netflix.com/search?q={q}
+
-
+
+
+
NázovPovoliťVybrať ikonu
diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/sr.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/sr.xaml
index 9dd6c34bb..9038585b6 100644
--- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/sr.xaml
+++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/sr.xaml
@@ -14,16 +14,21 @@
Action KeywordURLSearch
- Use Search Query Autocomplete:
- Autocomplete Data from:
+ Use Search Query Autocomplete:
+ Autocomplete Data from:Please select a web searchAre you sure you want to delete {0}?
- If you have a web search service you want to use, you can add it to Flow. For example, you can follow the url format in the address bar if you want to search 'casino' on Netflix: "https://www.netflix.com/search?q=Casino". To do this, change the search term 'Casino' as follows.
- https://www.netflix.com/search?q={q}
- Add it to the URL section below. You can now search Netflix with Flow using any search terms.
-
+ 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
+
+ Now copy this entrire 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}
+
-
+
+
+
TitleEnableSelect Icon
diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/tr.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/tr.xaml
index 701e78cd2..a30da0afe 100644
--- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/tr.xaml
+++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/tr.xaml
@@ -14,16 +14,21 @@
Anahtar KelimeURLAra:
- Arama önerilerini etkinleştir
- Autocomplete Data from:
+ Arama önerilerini etkinleştir
+ Autocomplete Data from:Lütfen bir web araması seçin{0} bağlantısını silmek istediğinize emin misiniz?
- If you have a web search service you want to use, you can add it to Flow. For example, you can follow the url format in the address bar if you want to search 'casino' on Netflix: "https://www.netflix.com/search?q=Casino". To do this, change the search term 'Casino' as follows.
- https://www.netflix.com/search?q={q}
- Add it to the URL section below. You can now search Netflix with Flow using any search terms.
-
+ 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
+
+ Now copy this entrire 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}
+
-
+
+
+
BaşlıkEtkinSimge Seç
diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/uk-UA.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/uk-UA.xaml
index 094468a5d..ca17365b1 100644
--- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/uk-UA.xaml
+++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/uk-UA.xaml
@@ -14,16 +14,21 @@
Action KeywordURLSearch
- Use Search Query Autocomplete:
- Autocomplete Data from:
+ Use Search Query Autocomplete:
+ Autocomplete Data from:Please select a web searchAre you sure you want to delete {0}?
- If you have a web search service you want to use, you can add it to Flow. For example, you can follow the url format in the address bar if you want to search 'casino' on Netflix: "https://www.netflix.com/search?q=Casino". To do this, change the search term 'Casino' as follows.
- https://www.netflix.com/search?q={q}
- Add it to the URL section below. You can now search Netflix with Flow using any search terms.
-
+ 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
+
+ Now copy this entrire 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}
+
-
+
+
+
TitleEnableSelect Icon
diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/zh-cn.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/zh-cn.xaml
index 79c9b9018..b2bbe38e5 100644
--- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/zh-cn.xaml
+++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/zh-cn.xaml
@@ -14,16 +14,21 @@
触发关键字打开链接搜索
- 启用搜索建议
- 自动补全数据:
+ 启用搜索建议
+ 自动补全数据:请选择一项您确定要删除 {0} 吗?
- 如果您有您想要使用的网页搜索服务,您可以将其添加到 Flow。例如,如果您想要在 Netflix 上搜索“casino”,您可以遵循地址栏中的 URL 格式:"https://www.netflix.com/search?q=Casino"。要做到这一点,使用搜索词“Casino”。
- https://www.netflix.com/search?q={q}
- 将其添加到下面的 URL 部分。您现在可以使用任意的搜索词来从 Netflix 中搜索。
-
+ 如果你想添加某个搜索,首先在网站的搜索框中输入任意内容并开始搜索。然后把浏览器地址栏中的URL复制到下面的 UR 输入框中,并把你搜索的内容换成 {q}。例如,你在 Netflix 上搜索 "Casino" ,那么搜索结果在浏览器地址栏中的 URL 就是
+ https://www.netflix.com/search?q=Casino
+
+ 把整个 URL 复制下来然后粘贴在下面的 URL 输入框里面。
+ 然后用{q}替换 "Casino" 。
+ 那么 Netflix 搜索的表达式就是 https://www.netflix.com/search?q={q}
+
-
+
+
+
标题启用选择图标
diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/zh-tw.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/zh-tw.xaml
index ae6073e52..996b19dad 100644
--- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/zh-tw.xaml
+++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/zh-tw.xaml
@@ -14,16 +14,21 @@
觸發關鍵字URL搜尋
- 啟用搜尋建議
- Autocomplete Data from:
+ 啟用搜尋建議
+ Autocomplete Data from:請選擇一項你確認要刪除{0}嗎
- If you have a web search service you want to use, you can add it to Flow. For example, you can follow the url format in the address bar if you want to search 'casino' on Netflix: "https://www.netflix.com/search?q=Casino". To do this, change the search term 'Casino' as follows.
- https://www.netflix.com/search?q={q}
- Add it to the URL section below. You can now search Netflix with Flow using any search terms.
-
+ 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
+
+ Now copy this entrire 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}
+
-
+
+
+
標題啟用選擇圖示
diff --git a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.it-IT.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.it-IT.resx
index 92fe51852..68597c289 100644
--- a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.it-IT.resx
+++ b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.it-IT.resx
@@ -118,7 +118,7 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
- About
+ InformazioniArea System
@@ -701,7 +701,7 @@
Area Gaming
- Game Mode
+ Modalità giocoArea Gaming
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 02f27d86e..ce51fe6e9 100644
--- a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.pt-PT.resx
+++ b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.pt-PT.resx
@@ -1929,28 +1929,28 @@
Change what closing the lid does
- Turn off unnecessary animations
+ Desativar animações desnecessárias
- Create a restore point
+ Criar um ponto de restauro
- Turn off automatic window arrangement
+ Desativar ajuste automático das janelas
- Troubleshooting History
+ Histórico da resolução de problemas
- Diagnose your computer's memory problems
+ Diagnosticar problemas de memória do computador
- View recommended actions to keep Windows running smoothly
+ Ver ações recomendadas para manter o sistema a funcionar nas melhores condiçõesChange cursor blink rate
- Add or remove programs
+ Adicionar ou remover programasCreate a password reset disk
@@ -1980,10 +1980,10 @@
View advanced system settings
- How to install a program
+ Como instalar um programa
- Change how your keyboard works
+ Alterar modo de funcionamento do tecladoAutomatically adjust for daylight saving time
@@ -1992,7 +1992,7 @@
Change the order of Windows SideShow gadgets
- Check keyboard status
+ Analisar estado do tecladoControl the computer without the mouse or keyboard
@@ -2004,7 +2004,7 @@
Change multi-touch gesture settings
- Set up ODBC data sources (64-bit)
+ Configurar origens ODBC (64 bits)Configurar servidor proxy
@@ -2118,19 +2118,19 @@
Change the file type associated with a file extension
- View event logs
+ Ver registo de eventos
- Manage Windows Credentials
+ Gerir credenciais do WindowsConfigurar um microfone
- Change how the mouse pointer looks
+ Alterar aparência do cursor
- Change power-saving settings
+ Alterar definições de poupança de energiaOptimise for blindness
@@ -2158,13 +2158,13 @@
Train the computer to recognise your voice
- Advanced printer setup
+ Configuração avançada de impressora
- Change default printer
+ Alterar impressora pré-definida
- Edit environment variables for your account
+ Editar variáveis de ambiente do seu utilizadorOptimise visual display
@@ -2320,7 +2320,7 @@
Set up dialling rules
- Enable or disable session cookies
+ Ativar ou desativar cookies da sessãoGive administrative rights to a domain user
@@ -2341,67 +2341,67 @@
Change text-to-speech settings
- Set the time and date
+ Definir hora e a data
- Change location settings
+ Alterar definições de localização
- Change mouse settings
+ Alterar definições do rato
- Manage Storage Spaces
+ Gerir espaços de armazenamento
- Show or hide file extensions
+ Mostrar ou ocultar a extensão dos ficheirosAllow an app through Windows Firewall
- Change system sounds
+ Alterar sons do sistema
- Adjust ClearType text
+ Ajustar texto Clear Type
- Turn screen saver on or off
+ Ativar ou desativar a proteção de ecrã
- Find and fix windows update problems
+ Localizar e corrigir problemas com as atualizações
- Change Bluetooth settings
+ Alterar definições Bluethooth
- Connect to a network
+ Ligar a uma rede
- Change the search provider in Internet Explorer
+ Alterar fornecedor de pesquisa do Internet Explorer
- Join a domain
+ Integrar um domínio
- Add a device
+ Adicionar um dispositivo
- Find and fix problems with Windows Search
+ Localizar e corrigir problemas com a pesquisa Windows
- Choose a power plan
+ Escolher um plano de energia
- Change how the mouse pointer looks when it’s moving
+ Alterar aparência do ponteiro do rato durante o movimento
- Uninstall a program
+ Desinstalar um programa
- Create and format hard disk partitions
+ Criar e formatar partições do disco rígido
- Change date, time or number formats
+ Alterar formatos de data, hora ou númerosChange PC wake-up settings
@@ -2410,19 +2410,19 @@
Manage network passwords
- Change input methods
+ Alterar métodos de entradaManage advanced sharing settings
- Change battery settings
+ Alterar definições da bateria
- Rename this computer
+ Mudar nome do computador
- Lock or unlock the taskbar
+ Bloquear ou desbloquear a barra de tarefasManage Web Credentials
@@ -2500,7 +2500,7 @@
Create an account
- Get more features with a new edition of Windows
+ Obter mais funcionalidades com uma nova edição WindowsPainel de controlo
@@ -2509,6 +2509,6 @@
TaskLink
- Unknown
+ Desconhecido
\ No newline at end of file
diff --git a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.sk-SK.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.sk-SK.resx
index df4b4c072..5bac50743 100644
--- a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.sk-SK.resx
+++ b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.sk-SK.resx
@@ -673,7 +673,7 @@
Area System
- Asistent na lepšie sústredenie - Obdobie kľudu
+ Asistent na lepšie sústredenie - Obdobie pokojaArea System
@@ -831,7 +831,7 @@
Area TimeAndLanguage
-
+ Svetlá farbaSvetlý režim
@@ -982,7 +982,7 @@
"NFC should not translated"
-
+ Nočné osvetlenieNastavenia nočného osvetlenia
@@ -1004,7 +1004,7 @@
Zastarané v systéme Windows 10, verzia 1809 (zostava 17763) a novších.
-
+ K dispozícii len v prípade, že je spárované zariadenie Dial.Dostupné iba vtedy, ak je povolený DirectAccess.
@@ -1031,7 +1031,7 @@
Dostupné iba v prípade, že je nainštalovaná aplikácia Mixed Reality Portal.
-
+ K dispozícii len v mobilných zariadeniach a v prípade, že podnik nasadil balík provisioningu.Pridané v systéme Windows 10, verzia 1903 (zostava 18362).
@@ -1052,7 +1052,7 @@
Zariadenie musí podporovať Windows Anywhere.
-
+ K dispozícii len v prípade, že podnik nasadil balík provisioningu.Oznámenia
@@ -1271,7 +1271,7 @@
Area TimeAndLanguage
-
+ Hranie hry na celú obrazovkuVysielače
@@ -1297,7 +1297,7 @@
Mean the weakness you can't differ between red and green colors
-
+ ProtanopiaMean you don't can see red colors
@@ -1427,7 +1427,7 @@
Area Personalization
-
+ Priečinky v ponuke ŠtartAplikácie pri spustení
@@ -1595,7 +1595,7 @@
Area Privacy
-
+ HlasitosťVPN
@@ -2290,7 +2290,7 @@
Skontrolovať stav zabezpečenia
- Delete cookies or temporary files
+ Odstrániť súbory cookie alebo dočasné súboryZadanie ruky používanej na písanie
diff --git a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.zh-cn.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.zh-cn.resx
index f42f045a2..af8d029b0 100644
--- a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.zh-cn.resx
+++ b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.zh-cn.resx
@@ -2353,7 +2353,7 @@
Manage Storage Spaces
- Show or hide file extensions
+ 是否显示文件扩展名Allow an app through Windows Firewall
@@ -2509,6 +2509,6 @@
TaskLink
- Unknown
+ 未知
\ No newline at end of file